/*!***************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./resources/css/app.css ***!
  \***************************************************************************************************************************************************************************/
/**
 * Entry file for Tailwind CSS
 * and shared theme primitives.
 */
*, ::before, ::after{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
--tw-contain-size:  ;
--tw-contain-layout:  ;
--tw-contain-paint:  ;
--tw-contain-style:  ;
}
::backdrop{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position:  ;
--tw-gradient-via-position:  ;
--tw-gradient-to-position:  ;
--tw-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
--tw-contain-size:  ;
--tw-contain-layout:  ;
--tw-contain-paint:  ;
--tw-contain-style:  ;
}
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: "Outfit", system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: Fira Code, Courier New, monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 1.5rem;
padding-left: 1.5rem;
}
@media (min-width: 640px){
.container{
max-width: 640px;
}
}
@media (min-width: 768px){
.container{
max-width: 768px;
}
}
@media (min-width: 1024px){
.container{
max-width: 1024px;
}
}
@media (min-width: 1280px){
.container{
max-width: 1280px;
}
}
@media (min-width: 1536px){
.container{
max-width: 1536px;
}
}
.container,
  .themed-container{
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: 72rem;
padding-left: 1rem;
padding-right: 1rem;
}
@media (min-width: 640px){
.container,
  .themed-container{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
@media (min-width: 1024px){
.container,
  .themed-container{
padding-left: 2rem;
padding-right: 2rem;
}
}
.themed-button{
display: inline-flex;
align-items: center;
justify-content: center;
gap: 0.75rem;
border-radius: 9999px;
border-width: 1px;
border-color: transparent;
--tw-bg-opacity: 1;
background-color: rgb(44 41 40 / var(--tw-bg-opacity, 1));
padding-left: 2.5rem;
padding-right: 2.5rem;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 300;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.themed-button:hover{
--tw-bg-opacity: 1;
background-color: rgb(108 87 72 / var(--tw-bg-opacity, 1));
}
.themed-button{
transition-property: all;
transition-duration: 300ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.themed-button:hover{
--tw-translate-y: -0.125rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.themed-button.themed-button--hero{
padding-left: 2.5rem;
padding-right: 2.5rem;
padding-top: 1rem;
padding-bottom: 1rem;
font-size: 1rem;
line-height: 1.5rem;
}
.themed-button.themed-button--secondary{
border-color: rgb(168 159 145 / 0.2);
background-color: rgb(213 198 182 / 0.35);
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.themed-button.themed-button--secondary:hover{
border-color: rgb(168 159 145 / 0.3);
background-color: rgb(213 198 182 / 0.55);
}
.themed-button.themed-button--outline{
--tw-border-opacity: 1;
border-color: rgb(168 159 145 / var(--tw-border-opacity, 1));
background-color: transparent;
--tw-text-opacity: 1;
color: rgb(168 159 145 / var(--tw-text-opacity, 1));
}
.themed-button.themed-button--outline:hover{
--tw-border-opacity: 1;
border-color: rgb(108 87 72 / var(--tw-border-opacity, 1));
--tw-text-opacity: 1;
color: rgb(108 87 72 / var(--tw-text-opacity, 1));
}
.themed-heading{
font-family: "Cormorant Garamond", Georgia, serif;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.themed-heading.themed-heading--hero{
margin-bottom: 2rem;
font-size: clamp(3.25rem, 8vw, 5.5rem);
font-weight: 300;
line-height: 0.96;
letter-spacing: -0.04em;
}
.themed-heading.themed-heading--section{
margin-bottom: 1.5rem;
font-size: clamp(2.75rem, 5vw, 4rem);
font-weight: 500;
line-height: 0.98;
letter-spacing: -0.03em;
}
.themed-heading.themed-heading--widget{
font-size: clamp(1.6rem, 3vw, 2.2rem);
font-weight: 500;
line-height: 1.25;
letter-spacing: -0.02em;
}
.themed-regular{
font-size: 1rem;
line-height: 1.5rem;
line-height: 1.625;
color: rgb(44 41 40 / 0.7);
}
@media (min-width: 768px){
.themed-regular{
font-size: 1.125rem;
line-height: 1.75rem;
}
}
.themed-regular ul,
    .themed-regular ul{
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.themed-regular ul > :not([hidden]) ~ :not([hidden]),
    .themed-regular ul > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.themed-regular ul,
    .themed-regular ul{
padding-left: 0px !important;
padding-right: 0px !important;
}
.themed-regular ul li, .themed-regular ul li{
position: relative;
padding-left: 2rem;
color: rgb(44 41 40 / 0.8);
        list-style-type: none !important;
}
.themed-regular ul li::before, .themed-regular ul li::before{
position: absolute;
left: 0px;
top: 0.72rem;
height: 0.5rem;
width: 0.5rem;
border-radius: 9999px;
--tw-bg-opacity: 1;
background-color: rgb(168 159 145 / var(--tw-bg-opacity, 1));
        content: "";
}
.themed-regular h2{
margin-top: 2.5rem;
margin-bottom: 1rem;
font-size: 1.5rem;
line-height: 2rem;
font-weight: 500;
line-height: 1.25;
letter-spacing: -0.025em;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
.themed-regular h2{
font-size: 1.875rem;
line-height: 2.25rem;
}
}
@media (min-width: 1024px){
.themed-regular h2{
font-size: 2.25rem;
line-height: 2.5rem;
}
}
.themed-regular h3{
margin-top: 2rem;
margin-bottom: 0.75rem;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 500;
line-height: 1.375;
letter-spacing: -0.025em;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
.themed-regular h3{
font-size: 1.5rem;
line-height: 2rem;
}
}
.themed-regular p{
margin-bottom: 1.25rem;
}
.themed-regular a{
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
text-decoration-line: underline;
text-decoration-color: rgb(168 159 145 / 0.35);
text-decoration-thickness: 2px;
text-underline-offset: 4px;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 300ms;
}
.themed-regular a:hover{
text-decoration-color: #a89f91;
}
.sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.pointer-events-none{
pointer-events: none;
}
.visible{
visibility: visible;
}
.invisible{
visibility: hidden;
}
.static{
position: static;
}
.fixed{
position: fixed;
}
.absolute{
position: absolute;
}
.relative{
position: relative;
}
.sticky{
position: sticky;
}
.inset-0{
inset: 0px;
}
.inset-x-0{
left: 0px;
right: 0px;
}
.inset-y-0{
top: 0px;
bottom: 0px;
}
.-right-40{
right: -10rem;
}
.-top-40{
top: -10rem;
}
.bottom-0{
bottom: 0px;
}
.left-0{
left: 0px;
}
.left-1\/2{
left: 50%;
}
.left-4{
left: 1rem;
}
.left-full{
left: 100%;
}
.right-0{
right: 0px;
}
.top-0{
top: 0px;
}
.top-4{
top: 1rem;
}
.top-\[-1rem\]{
top: -1rem;
}
.top-\[0\.72rem\]{
top: 0.72rem;
}
.top-\[46px\]{
top: 46px;
}
.top-full{
top: 100%;
}
.-bottom-24{
bottom: -6rem;
}
.-left-24{
left: -6rem;
}
.-right-24{
right: -6rem;
}
.-top-24{
top: -6rem;
}
.isolate{
isolation: isolate;
}
.-z-10{
z-index: -10;
}
.-z-20{
z-index: -20;
}
.z-0{
z-index: 0;
}
.z-10{
z-index: 10;
}
.z-50{
z-index: 50;
}
.z-\[9999\]{
z-index: 9999;
}
.z-\[999\]{
z-index: 999;
}
.float-right{
float: right;
}
.float-left{
float: left;
}
.\!m-0{
margin: 0px !important;
}
.-m-px{
margin: -1px;
}
.m-0{
margin: 0px;
}
.mx-auto{
margin-left: auto;
margin-right: auto;
}
.my-12{
margin-top: 3rem;
margin-bottom: 3rem;
}
.my-6{
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.my-8{
margin-top: 2rem;
margin-bottom: 2rem;
}
.\!mb-0{
margin-bottom: 0px !important;
}
.mb-1{
margin-bottom: 0.25rem;
}
.mb-10{
margin-bottom: 2.5rem;
}
.mb-12{
margin-bottom: 3rem;
}
.mb-16{
margin-bottom: 4rem;
}
.mb-2{
margin-bottom: 0.5rem;
}
.mb-20{
margin-bottom: 5rem;
}
.mb-3{
margin-bottom: 0.75rem;
}
.mb-4{
margin-bottom: 1rem;
}
.mb-5{
margin-bottom: 1.25rem;
}
.mb-6{
margin-bottom: 1.5rem;
}
.mb-8{
margin-bottom: 2rem;
}
.ml-2{
margin-left: 0.5rem;
}
.ml-3{
margin-left: 0.75rem;
}
.ml-6{
margin-left: 1.5rem;
}
.mr-2{
margin-right: 0.5rem;
}
.mr-6{
margin-right: 1.5rem;
}
.mt-0\.5{
margin-top: 0.125rem;
}
.mt-1{
margin-top: 0.25rem;
}
.mt-10{
margin-top: 2.5rem;
}
.mt-12{
margin-top: 3rem;
}
.mt-16{
margin-top: 4rem;
}
.mt-2{
margin-top: 0.5rem;
}
.mt-3{
margin-top: 0.75rem;
}
.mt-4{
margin-top: 1rem;
}
.mt-5{
margin-top: 1.25rem;
}
.mt-6{
margin-top: 1.5rem;
}
.mt-8{
margin-top: 2rem;
}
.block{
display: block;
}
.inline{
display: inline;
}
.flex{
display: flex;
}
.inline-flex{
display: inline-flex;
}
.table{
display: table;
}
.grid{
display: grid;
}
.hidden{
display: none;
}
.aspect-\[4\/3\]{
aspect-ratio: 4/3;
}
.aspect-video{
aspect-ratio: 16 / 9;
}
.size-\[32rem\]{
width: 32rem;
height: 32rem;
}
.h-10{
height: 2.5rem;
}
.h-11{
height: 2.75rem;
}
.h-12{
height: 3rem;
}
.h-14{
height: 3.5rem;
}
.h-16{
height: 4rem;
}
.h-2{
height: 0.5rem;
}
.h-2\.5{
height: 0.625rem;
}
.h-4{
height: 1rem;
}
.h-48{
height: 12rem;
}
.h-5{
height: 1.25rem;
}
.h-64{
height: 16rem;
}
.h-7{
height: 1.75rem;
}
.h-72{
height: 18rem;
}
.h-8{
height: 2rem;
}
.h-auto{
height: auto;
}
.h-dvh{
height: 100dvh;
}
.h-full{
height: 100%;
}
.h-px{
height: 1px;
}
.h-1\.5{
height: 0.375rem;
}
.h-96{
height: 24rem;
}
.max-h-0{
max-height: 0px;
}
.max-h-11{
max-height: 2.75rem;
}
.max-h-\[60rem\]{
max-height: 60rem;
}
.w-10{
width: 2.5rem;
}
.w-11{
width: 2.75rem;
}
.w-12{
width: 3rem;
}
.w-14{
width: 3.5rem;
}
.w-16{
width: 4rem;
}
.w-2{
width: 0.5rem;
}
.w-4{
width: 1rem;
}
.w-5{
width: 1.25rem;
}
.w-64{
width: 16rem;
}
.w-72{
width: 18rem;
}
.w-8{
width: 2rem;
}
.w-\[21rem\]{
width: 21rem;
}
.w-auto{
width: auto;
}
.w-full{
width: 100%;
}
.w-px{
width: 1px;
}
.w-screen{
width: 100vw;
}
.w-1\.5{
width: 0.375rem;
}
.w-96{
width: 24rem;
}
.min-w-0{
min-width: 0px;
}
.min-w-\[14rem\]{
min-width: 14rem;
}
.min-w-\[15rem\]{
min-width: 15rem;
}
.min-w-\[280px\]{
min-width: 280px;
}
.max-w-2xl{
max-width: 42rem;
}
.max-w-3xl{
max-width: 48rem;
}
.max-w-4xl{
max-width: 56rem;
}
.max-w-6xl{
max-width: 72rem;
}
.max-w-\[42rem\]{
max-width: 42rem;
}
.max-w-\[44rem\]{
max-width: 44rem;
}
.max-w-\[46rem\]{
max-width: 46rem;
}
.max-w-\[52rem\]{
max-width: 52rem;
}
.max-w-\[68rem\]{
max-width: 68rem;
}
.max-w-\[72rem\]{
max-width: 72rem;
}
.max-w-\[88vw\]{
max-width: 88vw;
}
.max-w-full{
max-width: 100%;
}
.max-w-md{
max-width: 28rem;
}
.max-w-none{
max-width: none;
}
.max-w-sm{
max-width: 24rem;
}
.max-w-xl{
max-width: 36rem;
}
.max-w-\[48rem\]{
max-width: 48rem;
}
.max-w-lg{
max-width: 32rem;
}
.flex-1{
flex: 1 1 0%;
}
.flex-shrink-0{
flex-shrink: 0;
}
.shrink-0{
flex-shrink: 0;
}
.border-collapse{
border-collapse: collapse;
}
.-translate-x-1\/2{
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-2{
--tw-translate-y: -0.5rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
--tw-translate-x: 50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-2{
--tw-translate-x: 0.5rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
--tw-translate-x: 100%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
--tw-translate-y: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-3{
--tw-translate-y: 0.75rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4{
--tw-translate-y: 1rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse{
50%{
opacity: .5;
}
}
.animate-pulse{
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer{
cursor: pointer;
}
.select-all{
-webkit-user-select: all;
   -moz-user-select: all;
        user-select: all;
}
.resize{
resize: both;
}
.snap-x{
scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
--tw-scroll-snap-strictness: mandatory;
}
.snap-start{
scroll-snap-align: start;
}
.list-none{
list-style-type: none;
}
.grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col{
flex-direction: column;
}
.flex-wrap{
flex-wrap: wrap;
}
.items-start{
align-items: flex-start;
}
.items-center{
align-items: center;
}
.items-baseline{
align-items: baseline;
}
.justify-start{
justify-content: flex-start;
}
.justify-end{
justify-content: flex-end;
}
.justify-center{
justify-content: center;
}
.justify-between{
justify-content: space-between;
}
.gap-1{
gap: 0.25rem;
}
.gap-1\.5{
gap: 0.375rem;
}
.gap-10{
gap: 2.5rem;
}
.gap-12{
gap: 3rem;
}
.gap-2{
gap: 0.5rem;
}
.gap-2\.5{
gap: 0.625rem;
}
.gap-3{
gap: 0.75rem;
}
.gap-4{
gap: 1rem;
}
.gap-6{
gap: 1.5rem;
}
.gap-8{
gap: 2rem;
}
.gap-x-3{
-moz-column-gap: 0.75rem;
     column-gap: 0.75rem;
}
.gap-x-6{
-moz-column-gap: 1.5rem;
     column-gap: 1.5rem;
}
.gap-y-2{
row-gap: 0.5rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(1rem * var(--tw-space-x-reverse));
margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-auto{
overflow: auto;
}
.overflow-hidden{
overflow: hidden;
}
.overflow-x-auto{
overflow-x: auto;
}
.overflow-y-auto{
overflow-y: auto;
}
.truncate{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.whitespace-nowrap{
white-space: nowrap;
}
.text-balance{
text-wrap: balance;
}
.text-pretty{
text-wrap: pretty;
}
.rounded{
border-radius: 0.25rem;
}
.rounded-2xl{
border-radius: 1rem;
}
.rounded-3xl{
border-radius: 1.5rem;
}
.rounded-\[1\.5rem\]{
border-radius: 1.5rem;
}
.rounded-\[1\.75rem\]{
border-radius: 1.75rem;
}
.rounded-\[2rem\]{
border-radius: 2rem;
}
.rounded-full{
border-radius: 9999px;
}
.rounded-md{
border-radius: 0.375rem;
}
.rounded-xl{
border-radius: 0.75rem;
}
.rounded-\[2\.5rem\]{
border-radius: 2.5rem;
}
.border{
border-width: 1px;
}
.border-0{
border-width: 0px;
}
.border-y{
border-top-width: 1px;
border-bottom-width: 1px;
}
.border-b{
border-bottom-width: 1px;
}
.border-l{
border-left-width: 1px;
}
.border-l-4{
border-left-width: 4px;
}
.border-t{
border-top-width: 1px;
}
.border-black\/10{
border-color: rgb(0 0 0 / 0.1);
}
.border-gray-100{
--tw-border-opacity: 1;
border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-primary{
--tw-border-opacity: 1;
border-color: rgb(44 41 40 / var(--tw-border-opacity, 1));
}
.border-primary\/10{
border-color: rgb(44 41 40 / 0.1);
}
.border-primary\/20{
border-color: rgb(44 41 40 / 0.2);
}
.border-primary\/30{
border-color: rgb(44 41 40 / 0.3);
}
.border-secondary{
--tw-border-opacity: 1;
border-color: rgb(168 159 145 / var(--tw-border-opacity, 1));
}
.border-secondary-alt{
--tw-border-opacity: 1;
border-color: rgb(213 198 182 / var(--tw-border-opacity, 1));
}
.border-secondary\/20{
border-color: rgb(168 159 145 / 0.2);
}
.border-secondary\/35{
border-color: rgb(168 159 145 / 0.35);
}
.border-slate-100{
--tw-border-opacity: 1;
border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200{
--tw-border-opacity: 1;
border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/80{
border-color: rgb(226 232 240 / 0.8);
}
.border-transparent{
border-color: transparent;
}
.border-white\/10{
border-color: rgb(255 255 255 / 0.1);
}
.border-zinc-100{
--tw-border-opacity: 1;
border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}
.border-white\/15{
border-color: rgb(255 255 255 / 0.15);
}
.bg-\[\#25D366\]{
--tw-bg-opacity: 1;
background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FCFCFD\]{
--tw-bg-opacity: 1;
background-color: rgb(252 252 253 / var(--tw-bg-opacity, 1));
}
.bg-black\/5{
background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/55{
background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60{
background-color: rgb(0 0 0 / 0.6);
}
.bg-blue-400{
--tw-bg-opacity: 1;
background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-primary{
--tw-bg-opacity: 1;
background-color: rgb(44 41 40 / var(--tw-bg-opacity, 1));
}
.bg-primary\/35{
background-color: rgb(44 41 40 / 0.35);
}
.bg-primary\/\[0\.025\]{
background-color: rgb(44 41 40 / 0.025);
}
.bg-primary\/\[0\.035\]{
background-color: rgb(44 41 40 / 0.035);
}
.bg-purple-400{
--tw-bg-opacity: 1;
background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
--tw-bg-opacity: 1;
background-color: rgb(168 159 145 / var(--tw-bg-opacity, 1));
}
.bg-secondary-alt\/35{
background-color: rgb(213 198 182 / 0.35);
}
.bg-secondary-alt\/45{
background-color: rgb(213 198 182 / 0.45);
}
.bg-secondary\/10{
background-color: rgb(168 159 145 / 0.1);
}
.bg-secondary\/50{
background-color: rgb(168 159 145 / 0.5);
}
.bg-secondary\/60{
background-color: rgb(168 159 145 / 0.6);
}
.bg-secondary\/\[0\.06\]{
background-color: rgb(168 159 145 / 0.06);
}
.bg-slate-100{
--tw-bg-opacity: 1;
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200{
--tw-bg-opacity: 1;
background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-50{
--tw-bg-opacity: 1;
background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/50{
background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-900{
--tw-bg-opacity: 1;
background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/40{
background-color: rgb(15 23 42 / 0.4);
}
.bg-slate-950{
--tw-bg-opacity: 1;
background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
background-color: transparent;
}
.bg-warm-50{
--tw-bg-opacity: 1;
background-color: rgb(250 248 244 / var(--tw-bg-opacity, 1));
}
.bg-warm-50\/60{
background-color: rgb(250 248 244 / 0.6);
}
.bg-warm-50\/70{
background-color: rgb(250 248 244 / 0.7);
}
.bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/30{
background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/80{
background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/85{
background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90{
background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
background-color: rgb(255 255 255 / 0.95);
}
.bg-zinc-50{
--tw-bg-opacity: 1;
background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-white\/5{
background-color: rgb(255 255 255 / 0.05);
}
.bg-gradient-to-br{
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-black\/80{
--tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
--tw-gradient-from: transparent var(--tw-gradient-from-position);
--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-500\/15{
--tw-gradient-from: rgb(244 63 94 / 0.15) var(--tw-gradient-from-position);
--tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-secondary\/30{
--tw-gradient-from: rgb(168 159 145 / 0.3) var(--tw-gradient-from-position);
--tw-gradient-to: rgb(168 159 145 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900{
--tw-gradient-from: #0f172a var(--tw-gradient-from-position);
--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/60{
--tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-primary\/20{
--tw-gradient-to: rgb(44 41 40 / 0)  var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), rgb(44 41 40 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#151720\]{
--tw-gradient-to: rgb(21 23 32 / 0)  var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), #151720 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-purple-500\/10{
--tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), rgb(168 85 247 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-rose-400\/15{
--tw-gradient-to: rgb(251 113 133 / 0)  var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), rgb(251 113 133 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-transparent{
--tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-amber-500\/10{
--tw-gradient-to: rgb(245 158 11 / 0.1) var(--tw-gradient-to-position);
}
.to-slate-900{
--tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}
.bg-cover{
background-size: cover;
}
.bg-center{
background-position: center;
}
.bg-no-repeat{
background-repeat: no-repeat;
}
.object-cover{
-o-object-fit: cover;
   object-fit: cover;
}
.object-left{
-o-object-position: left;
   object-position: left;
}
.p-1\.5{
padding: 0.375rem;
}
.p-10{
padding: 2.5rem;
}
.p-2{
padding: 0.5rem;
}
.p-3\.5{
padding: 0.875rem;
}
.p-4{
padding: 1rem;
}
.p-5{
padding: 1.25rem;
}
.p-6{
padding: 1.5rem;
}
.p-7{
padding: 1.75rem;
}
.p-8{
padding: 2rem;
}
.px-1{
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.px-10{
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.px-2\.5{
padding-left: 0.625rem;
padding-right: 0.625rem;
}
.px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.px-3\.5{
padding-left: 0.875rem;
padding-right: 0.875rem;
}
.px-4{
padding-left: 1rem;
padding-right: 1rem;
}
.px-5{
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-0\.5{
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}
.py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-1\.5{
padding-top: 0.375rem;
padding-bottom: 0.375rem;
}
.py-10{
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-12{
padding-top: 3rem;
padding-bottom: 3rem;
}
.py-14{
padding-top: 3.5rem;
padding-bottom: 3.5rem;
}
.py-16{
padding-top: 4rem;
padding-bottom: 4rem;
}
.py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-2\.5{
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}
.py-20{
padding-top: 5rem;
padding-bottom: 5rem;
}
.py-24{
padding-top: 6rem;
padding-bottom: 6rem;
}
.py-3{
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-6{
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-8{
padding-top: 2rem;
padding-bottom: 2rem;
}
.px-8{
padding-left: 2rem;
padding-right: 2rem;
}
.px-7{
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.py-3\.5{
padding-top: 0.875rem;
padding-bottom: 0.875rem;
}
.pb-14{
padding-bottom: 3.5rem;
}
.pb-24{
padding-bottom: 6rem;
}
.pb-4{
padding-bottom: 1rem;
}
.pb-6{
padding-bottom: 1.5rem;
}
.pl-10{
padding-left: 2.5rem;
}
.pl-4{
padding-left: 1rem;
}
.pl-8{
padding-left: 2rem;
}
.pr-2{
padding-right: 0.5rem;
}
.pr-4{
padding-right: 1rem;
}
.pr-8{
padding-right: 2rem;
}
.pt-16{
padding-top: 4rem;
}
.pt-2{
padding-top: 0.5rem;
}
.pt-3{
padding-top: 0.75rem;
}
.pt-4{
padding-top: 1rem;
}
.pt-5{
padding-top: 1.25rem;
}
.pt-6{
padding-top: 1.5rem;
}
.pt-8{
padding-top: 2rem;
}
.pb-16{
padding-bottom: 4rem;
}
.pt-1{
padding-top: 0.25rem;
}
.text-left{
text-align: left;
}
.text-center{
text-align: center;
}
.font-mono{
font-family: Fira Code, Courier New, monospace;
}
.font-primary{
font-family: "Outfit", system-ui, sans-serif;
}
.font-secondary{
font-family: "Cormorant Garamond", Georgia, serif;
}
.font-serif{
font-family: "Cormorant Garamond", Georgia, serif;
}
.text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-5xl{
font-size: 3rem;
line-height: 1;
}
.text-6xl{
font-size: 3.75rem;
line-height: 1;
}
.text-\[0\.65rem\]{
font-size: 0.65rem;
}
.text-\[0\.7rem\]{
font-size: 0.7rem;
}
.text-\[11px\]{
font-size: 11px;
}
.text-\[clamp\(1\.6rem\2c 3vw\2c 2\.2rem\)\]{
font-size: clamp(1.6rem, 3vw, 2.2rem);
}
.text-\[clamp\(2\.75rem\2c 5vw\2c 4rem\)\]{
font-size: clamp(2.75rem, 5vw, 4rem);
}
.text-\[clamp\(3\.25rem\2c 8vw\2c 5\.5rem\)\]{
font-size: clamp(3.25rem, 8vw, 5.5rem);
}
.text-base{
font-size: 1rem;
line-height: 1.5rem;
}
.text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-lg\/8{
font-size: 1.125rem;
line-height: 2rem;
}
.text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-xs{
font-size: 0.75rem;
line-height: 1rem;
}
.\!font-semibold{
font-weight: 600 !important;
}
.font-bold{
font-weight: 700;
}
.font-extrabold{
font-weight: 800;
}
.font-light{
font-weight: 300;
}
.font-medium{
font-weight: 500;
}
.font-normal{
font-weight: 400;
}
.font-semibold{
font-weight: 600;
}
.uppercase{
text-transform: uppercase;
}
.italic{
font-style: italic;
}
.leading-\[0\.96\]{
line-height: 0.96;
}
.leading-\[0\.98\]{
line-height: 0.98;
}
.leading-\[1\.12\]{
line-height: 1.12;
}
.leading-none{
line-height: 1;
}
.leading-relaxed{
line-height: 1.625;
}
.leading-snug{
line-height: 1.375;
}
.leading-tight{
line-height: 1.25;
}
.tracking-\[-0\.02em\]{
letter-spacing: -0.02em;
}
.tracking-\[-0\.03em\]{
letter-spacing: -0.03em;
}
.tracking-\[-0\.04em\]{
letter-spacing: -0.04em;
}
.tracking-\[0\.18em\]{
letter-spacing: 0.18em;
}
.tracking-\[0\.22em\]{
letter-spacing: 0.22em;
}
.tracking-\[0\.24em\]{
letter-spacing: 0.24em;
}
.tracking-\[0\.26em\]{
letter-spacing: 0.26em;
}
.tracking-\[0\.2em\]{
letter-spacing: 0.2em;
}
.tracking-tight{
letter-spacing: -0.025em;
}
.tracking-wide{
letter-spacing: 0.025em;
}
.tracking-widest{
letter-spacing: 0.1em;
}
.tracking-\[0\.15em\]{
letter-spacing: 0.15em;
}
.tracking-\[0\.25em\]{
letter-spacing: 0.25em;
}
.\!text-white{
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white\/80{
color: rgb(255 255 255 / 0.8) !important;
}
.\!text-white\/90{
color: rgb(255 255 255 / 0.9) !important;
}
.text-blue-600{
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-emerald-600{
--tw-text-opacity: 1;
color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-primary{
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.text-primary-dark{
--tw-text-opacity: 1;
color: rgb(29 23 18 / var(--tw-text-opacity, 1));
}
.text-primary\/35{
color: rgb(44 41 40 / 0.35);
}
.text-primary\/45{
color: rgb(44 41 40 / 0.45);
}
.text-primary\/55{
color: rgb(44 41 40 / 0.55);
}
.text-primary\/65{
color: rgb(44 41 40 / 0.65);
}
.text-primary\/70{
color: rgb(44 41 40 / 0.7);
}
.text-primary\/80{
color: rgb(44 41 40 / 0.8);
}
.text-rose-600{
--tw-text-opacity: 1;
color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-secondary{
--tw-text-opacity: 1;
color: rgb(168 159 145 / var(--tw-text-opacity, 1));
}
.text-secondary-alt{
--tw-text-opacity: 1;
color: rgb(213 198 182 / var(--tw-text-opacity, 1));
}
.text-secondary-alt\/55{
color: rgb(213 198 182 / 0.55);
}
.text-secondary-alt\/70{
color: rgb(213 198 182 / 0.7);
}
.text-secondary-alt\/80{
color: rgb(213 198 182 / 0.8);
}
.text-sky-600{
--tw-text-opacity: 1;
color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-slate-300{
--tw-text-opacity: 1;
color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400{
--tw-text-opacity: 1;
color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
--tw-text-opacity: 1;
color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600{
--tw-text-opacity: 1;
color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700{
--tw-text-opacity: 1;
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-900{
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-violet-600{
--tw-text-opacity: 1;
color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-warm-800\/70{
color: rgb(44 41 40 / 0.7);
}
.text-warm-accent{
--tw-text-opacity: 1;
color: rgb(168 159 145 / var(--tw-text-opacity, 1));
}
.text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/30{
color: rgb(255 255 255 / 0.3);
}
.text-white\/60{
color: rgb(255 255 255 / 0.6);
}
.text-white\/80{
color: rgb(255 255 255 / 0.8);
}
.text-secondary\/80{
color: rgb(168 159 145 / 0.8);
}
.text-white\/50{
color: rgb(255 255 255 / 0.5);
}
.text-white\/70{
color: rgb(255 255 255 / 0.7);
}
.text-white\/40{
color: rgb(255 255 255 / 0.4);
}
.underline{
text-decoration-line: underline;
}
.\!no-underline{
text-decoration-line: none !important;
}
.no-underline{
text-decoration-line: none;
}
.decoration-secondary\/35{
text-decoration-color: rgb(168 159 145 / 0.35);
}
.decoration-2{
text-decoration-thickness: 2px;
}
.underline-offset-4{
text-underline-offset: 4px;
}
.antialiased{
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased{
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto;
}
.placeholder-white\/40::-moz-placeholder{
color: rgb(255 255 255 / 0.4);
}
.placeholder-white\/40::placeholder{
color: rgb(255 255 255 / 0.4);
}
.accent-secondary-alt{
accent-color: #d5c6b6;
}
.opacity-0{
opacity: 0;
}
.opacity-10{
opacity: 0.1;
}
.opacity-100{
opacity: 1;
}
.opacity-20{
opacity: 0.2;
}
.opacity-40{
opacity: 0.4;
}
.opacity-50{
opacity: 0.5;
}
.opacity-90{
opacity: 0.9;
}
.mix-blend-multiply{
mix-blend-mode: multiply;
}
.shadow-2xl{
--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_70px_rgba\(29\2c 23\2c 18\2c 0\.12\)\]{
--tw-shadow: 0 24px 70px rgba(29,23,18,0.12);
--tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_28px_90px_rgba\(29\2c 23\2c 18\2c 0\.18\)\]{
--tw-shadow: 0 28px 90px rgba(29,23,18,0.18);
--tw-shadow-colored: 0 28px 90px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_40px_rgba\(0\2c 0\2c 0\2c 0\.02\)\]{
--tw-shadow: 0 2px 40px rgba(0,0,0,0.02);
--tw-shadow-colored: 0 2px 40px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_20px_-4px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
--tw-shadow: 0 4px 20px -4px rgba(0,0,0,0.05);
--tw-shadow-colored: 0 4px 20px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-quiet{
--tw-shadow: 0 24px 70px rgba(29, 23, 18, 0.08);
--tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_20px_50px_-15px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
--tw-shadow: 0 20px 50px -15px rgba(0,0,0,0.25);
--tw-shadow-colored: 0 20px 50px -15px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
outline: 2px solid transparent;
outline-offset: 2px;
}
.outline{
outline-style: solid;
}
.ring-1{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-slate-200{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.blur-3xl{
--tw-blur: blur(64px);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.brightness-0{
--tw-brightness: brightness(0);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
--tw-grayscale: grayscale(100%);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
--tw-invert: invert(100%);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur{
--tw-backdrop-blur: blur(8px);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-\[2px\]{
--tw-backdrop-blur: blur(2px);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md{
--tw-backdrop-blur: blur(12px);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
--tw-backdrop-blur: blur(4px);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-all{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-colors{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-opacity{
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-transform{
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-200{
transition-duration: 200ms;
}
.duration-300{
transition-duration: 300ms;
}
.duration-500{
transition-duration: 500ms;
}
.duration-700{
transition-duration: 700ms;
}
.ease-in{
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
body{
--tw-bg-opacity: 1;
background-color: rgb(250 248 244 / var(--tw-bg-opacity, 1));
font-family: "Outfit", system-ui, sans-serif;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
  background-image:
    radial-gradient(circle at top, rgba(168, 159, 145, 0.18), transparent 28rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), transparent 14rem);
}
body #page{
padding-top: 0px;
}
body .main-header{
position: sticky;
top: 0px;
left: 0px;
right: 0px;
z-index: 10;
border-bottom-width: 1px;
border-color: rgb(44 41 40 / 0.1);
background-color: rgb(255 255 255 / 0.9);
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
--tw-backdrop-blur: blur(8px);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
transition-property: all;
transition-duration: 300ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body .main-header .logo-link{
display: flex;
align-items: center;
justify-content: center;
transition-property: all;
transition-duration: 300ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body .main-header .logo-link img{
height: 1.75rem;
width: auto;
--tw-grayscale: grayscale(100%);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
transition-property: all;
transition-duration: 300ms;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body .main-header .logo-link img:hover{
filter: none;
}
body .main-header .main-browse-nav .current-menu-parent > a,
      body .main-header .main-browse-nav .current-menu-item > a{
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
body.admin-bar .main-header{
top: 46px;
}
@media (min-width: 1024px){
body.admin-bar .main-header{
top: 32px;
}
}
article > *:not(.entry-content),
.entry-content > *{
margin-left: auto;
margin-right: auto;
}
.entry-content p:empty{
display: none;
}
.entry-content,
.block-editor-block-list__layout,
.wp-editor{
line-height: 1.625;
color: rgb(44 41 40 / 0.8);
}
.entry-content h1, .block-editor-block-list__layout h1, .wp-editor h1{
margin-top: 3rem;
margin-bottom: 1.5rem;
font-size: 1.875rem;
line-height: 2.25rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.entry-content h2, .block-editor-block-list__layout h2, .wp-editor h2{
margin-top: 2.5rem;
margin-bottom: 1.25rem;
font-size: 1.5rem;
line-height: 2rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.entry-content h3, .block-editor-block-list__layout h3, .wp-editor h3{
margin-top: 2rem;
margin-bottom: 1rem;
font-size: 1.25rem;
line-height: 1.75rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.entry-content h4, .block-editor-block-list__layout h4, .wp-editor h4{
margin-top: 1.5rem;
margin-bottom: 1rem;
font-size: 1.125rem;
line-height: 1.75rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.entry-content h5, .block-editor-block-list__layout h5, .wp-editor h5{
margin-top: 1.25rem;
margin-bottom: 0.75rem;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.entry-content h6, .block-editor-block-list__layout h6, .wp-editor h6{
margin-top: 1rem;
margin-bottom: 0.5rem;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.entry-content p, .block-editor-block-list__layout p, .wp-editor p{
margin-bottom: 1.5rem;
}
.entry-content a, .block-editor-block-list__layout a, .wp-editor a{
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
text-decoration-line: none;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 200ms;
}
.entry-content a:hover, .block-editor-block-list__layout a:hover, .wp-editor a:hover{
--tw-text-opacity: 1;
color: rgb(29 23 18 / var(--tw-text-opacity, 1));
text-decoration-line: underline;
}
.entry-content strong, .block-editor-block-list__layout strong, .wp-editor strong{
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.entry-content em, .block-editor-block-list__layout em, .wp-editor em{
font-style: italic;
}
.entry-content blockquote, .block-editor-block-list__layout blockquote, .wp-editor blockquote{
margin-top: 2rem;
margin-bottom: 2rem;
border-left-width: 4px;
border-color: rgb(168 159 145 / 0.35);
padding-left: 1rem;
font-style: italic;
color: rgb(44 41 40 / 0.65);
}
.entry-content code, .block-editor-block-list__layout code, .wp-editor code{
border-radius: 0.25rem;
background-color: rgb(0 0 0 / 0.05);
padding-left: 0.25rem;
padding-right: 0.25rem;
padding-top: 0.125rem;
padding-bottom: 0.125rem;
font-family: Fira Code, Courier New, monospace;
font-size: 0.875rem;
line-height: 1.25rem;
}
.entry-content pre, .block-editor-block-list__layout pre, .wp-editor pre{
margin-bottom: 1.5rem;
overflow: auto;
border-radius: 1rem;
background-color: rgb(0 0 0 / 0.05);
padding: 1rem;
font-family: Fira Code, Courier New, monospace;
font-size: 0.875rem;
line-height: 1.25rem;
}
.entry-content ul, .block-editor-block-list__layout ul, .wp-editor ul{
margin-bottom: 1.5rem;
padding-left: 1.25rem;
}
.entry-content ul li, .block-editor-block-list__layout ul li, .wp-editor ul li{
margin-bottom: 0.5rem;
list-style-type: disc;
}
.entry-content ol, .block-editor-block-list__layout ol, .wp-editor ol{
margin-bottom: 1.5rem;
padding-left: 1.25rem;
}
.entry-content ol li, .block-editor-block-list__layout ol li, .wp-editor ol li{
margin-bottom: 0.5rem;
list-style-type: decimal;
}
.entry-content table, .block-editor-block-list__layout table, .wp-editor table{
margin-top: 2rem;
margin-bottom: 2rem;
width: 100%;
border-collapse: collapse;
text-align: left;
}
.entry-content table th, .block-editor-block-list__layout table th, .wp-editor table th{
border-bottom-width: 1px;
border-color: rgb(0 0 0 / 0.1);
background-color: rgb(0 0 0 / 0.05);
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.025em;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.entry-content table td, .block-editor-block-list__layout table td, .wp-editor table td{
border-bottom-width: 1px;
border-color: rgb(0 0 0 / 0.1);
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.entry-content hr, .block-editor-block-list__layout hr, .wp-editor hr{
margin-top: 3rem;
margin-bottom: 3rem;
border-top-width: 1px;
border-color: rgb(0 0 0 / 0.1);
}
.entry-content img, .block-editor-block-list__layout img, .wp-editor img{
margin-top: 2rem;
margin-bottom: 2rem;
height: auto;
max-width: 100%;
border-radius: 1.5rem;
}
.entry-content figure, .block-editor-block-list__layout figure, .wp-editor figure{
margin-top: 2rem;
margin-bottom: 2rem;
text-align: center;
}
.entry-content figure img, .block-editor-block-list__layout figure img, .wp-editor figure img{
margin-left: auto;
margin-right: auto;
}
.entry-content figure figcaption, .block-editor-block-list__layout figure figcaption, .wp-editor figure figcaption{
margin-top: 0.5rem;
font-size: 0.875rem;
line-height: 1.25rem;
color: rgb(44 41 40 / 0.55);
}
.entry-content iframe, .block-editor-block-list__layout iframe, .wp-editor iframe{
margin-top: 2rem;
margin-bottom: 2rem;
aspect-ratio: 16 / 9;
width: 100%;
}
.entry-content .wp-block-button, .block-editor-block-list__layout .wp-block-button, .wp-editor .wp-block-button{
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.entry-content .wp-block-button .wp-block-button__link, .block-editor-block-list__layout .wp-block-button .wp-block-button__link, .wp-editor .wp-block-button .wp-block-button__link{
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 9999px;
border-width: 1px;
--tw-border-opacity: 1;
border-color: rgb(44 41 40 / var(--tw-border-opacity, 1));
--tw-bg-opacity: 1;
background-color: rgb(44 41 40 / var(--tw-bg-opacity, 1));
padding-left: 1.5rem;
padding-right: 1.5rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.entry-content .wp-block-button .wp-block-button__link:hover, .block-editor-block-list__layout .wp-block-button .wp-block-button__link:hover, .wp-editor .wp-block-button .wp-block-button__link:hover{
--tw-border-opacity: 1;
border-color: rgb(108 87 72 / var(--tw-border-opacity, 1));
--tw-bg-opacity: 1;
background-color: rgb(108 87 72 / var(--tw-bg-opacity, 1));
}
.entry-content .alignleft, .block-editor-block-list__layout .alignleft, .wp-editor .alignleft{
float: left;
margin-right: 1.5rem;
margin-bottom: 1rem;
}
.entry-content .alignright, .block-editor-block-list__layout .alignright, .wp-editor .alignright{
float: right;
margin-left: 1.5rem;
margin-bottom: 1rem;
}
.entry-content .aligncenter, .block-editor-block-list__layout .aligncenter, .wp-editor .aligncenter{
margin-left: auto;
margin-right: auto;
display: block;
}
.entry-content .wp-caption, .block-editor-block-list__layout .wp-caption, .wp-editor .wp-caption{
margin-top: 1.5rem;
margin-bottom: 1.5rem;
text-align: center;
}
.entry-content .wp-caption img, .block-editor-block-list__layout .wp-caption img, .wp-editor .wp-caption img{
margin-left: auto;
margin-right: auto;
}
.entry-content .wp-caption .wp-caption-text, .block-editor-block-list__layout .wp-caption .wp-caption-text, .wp-editor .wp-caption .wp-caption-text{
margin-top: 0.5rem;
font-size: 0.875rem;
line-height: 1.25rem;
color: rgb(44 41 40 / 0.55);
}
.main-browse-nav a, .footer-browse-nav a{
text-decoration-line: none !important;
}
[x-cloak] {
  display: none !important;
}
[data-calculator-input] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
[data-calculator-input]::-webkit-outer-spin-button,
[data-calculator-input]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[data-calculator-range]::-webkit-slider-runnable-track {
  height: 0.5rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
}
[data-calculator-range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -0.375rem;
  height: 1.25rem;
  width: 1.25rem;
  border: 2px solid #2c2928;
  border-radius: 9999px;
  background: #d5c6b6;
  box-shadow: 0 6px 18px rgba(29, 23, 18, 0.24);
}
[data-calculator-range]::-moz-range-track {
  height: 0.5rem;
  border: 0;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.12);
}
[data-calculator-range]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  border: 2px solid #2c2928;
  border-radius: 9999px;
  background: #d5c6b6;
  box-shadow: 0 6px 18px rgba(29, 23, 18, 0.24);
}
.sr-only,
.sr_only,
.screen-reader-text{
position: absolute;
margin: -1px;
height: 1px;
width: 1px;
overflow: hidden;
white-space: nowrap;
border-width: 0px;
padding: 0px;
  clip: rect(0, 0, 0, 0);
}
.screen-reader-text:focus{
left: 1rem;
top: 1rem;
z-index: 9999;
margin: 0px;
height: auto;
width: auto;
border-radius: 0.75rem;
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
font-size: 0.875rem;
line-height: 1.25rem;
font-weight: 500;
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
--tw-shadow: 0 24px 70px rgba(29, 23, 18, 0.08);
--tw-shadow-colored: 0 24px 70px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  clip: auto;
}
[data-reveal]{
--tw-translate-y: 1rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
opacity: 0;
  transition:
    opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.northcoast-ready [data-reveal].is-visible{
--tw-translate-y: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  [data-reveal] {
    transition: none;
    transform: none;
    opacity: 1;
  }
}
.\[mask-image\:linear-gradient\(to_right\2c black_10\%\2c transparent_90\%\)\]{
-webkit-mask-image: linear-gradient(to right,black 10%,transparent 90%);
        mask-image: linear-gradient(to right,black 10%,transparent 90%);
}
.\[text-wrap\:pretty\]{
text-wrap: pretty;
}
.selection\:bg-secondary *::-moz-selection{
--tw-bg-opacity: 1;
background-color: rgb(168 159 145 / var(--tw-bg-opacity, 1));
}
.selection\:bg-secondary *::selection{
--tw-bg-opacity: 1;
background-color: rgb(168 159 145 / var(--tw-bg-opacity, 1));
}
.selection\:text-white *::-moz-selection{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.selection\:text-white *::selection{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.selection\:bg-secondary::-moz-selection{
--tw-bg-opacity: 1;
background-color: rgb(168 159 145 / var(--tw-bg-opacity, 1));
}
.selection\:bg-secondary::selection{
--tw-bg-opacity: 1;
background-color: rgb(168 159 145 / var(--tw-bg-opacity, 1));
}
.selection\:text-white::-moz-selection{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.selection\:text-white::selection{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.last\:border-b-0:last-child{
border-bottom-width: 0px;
}
.hover\:-translate-y-0\.5:hover{
--tw-translate-y: -0.125rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:-translate-y-1:hover{
--tw-translate-y: -0.25rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover{
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#0A66C2\]\/30:hover{
border-color: rgb(10 102 194 / 0.3);
}
.hover\:border-\[\#1877F2\]\/30:hover{
border-color: rgb(24 119 242 / 0.3);
}
.hover\:border-\[\#25D366\]\/30:hover{
border-color: rgb(37 211 102 / 0.3);
}
.hover\:border-\[\#26A5E4\]\/30:hover{
border-color: rgb(38 165 228 / 0.3);
}
.hover\:border-\[\#E60023\]\/30:hover{
border-color: rgb(230 0 35 / 0.3);
}
.hover\:border-\[\#EF4056\]\/30:hover{
border-color: rgb(239 64 86 / 0.3);
}
.hover\:border-\[\#FF4500\]\/30:hover{
border-color: rgb(255 69 0 / 0.3);
}
.hover\:border-black\/30:hover{
border-color: rgb(0 0 0 / 0.3);
}
.hover\:border-primary-alt:hover{
--tw-border-opacity: 1;
border-color: rgb(108 87 72 / var(--tw-border-opacity, 1));
}
.hover\:border-primary\/20:hover{
border-color: rgb(44 41 40 / 0.2);
}
.hover\:border-primary\/40:hover{
border-color: rgb(44 41 40 / 0.4);
}
.hover\:border-secondary\/30:hover{
border-color: rgb(168 159 145 / 0.3);
}
.hover\:border-slate-400:hover{
--tw-border-opacity: 1;
border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-900:hover{
--tw-border-opacity: 1;
border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#0A66C2\]\/10:hover{
background-color: rgb(10 102 194 / 0.1);
}
.hover\:bg-\[\#1877F2\]\/10:hover{
background-color: rgb(24 119 242 / 0.1);
}
.hover\:bg-\[\#25D366\]\/10:hover{
background-color: rgb(37 211 102 / 0.1);
}
.hover\:bg-\[\#26A5E4\]\/10:hover{
background-color: rgb(38 165 228 / 0.1);
}
.hover\:bg-\[\#E60023\]\/10:hover{
background-color: rgb(230 0 35 / 0.1);
}
.hover\:bg-\[\#EF4056\]\/10:hover{
background-color: rgb(239 64 86 / 0.1);
}
.hover\:bg-\[\#FF4500\]\/10:hover{
background-color: rgb(255 69 0 / 0.1);
}
.hover\:bg-black\/10:hover{
background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-primary-alt:hover{
--tw-bg-opacity: 1;
background-color: rgb(108 87 72 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary:hover{
--tw-bg-opacity: 1;
background-color: rgb(168 159 145 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-alt\/35:hover{
background-color: rgb(213 198 182 / 0.35);
}
.hover\:bg-secondary\/10:hover{
background-color: rgb(168 159 145 / 0.1);
}
.hover\:bg-slate-100:hover{
--tw-bg-opacity: 1;
background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-900:hover{
--tw-bg-opacity: 1;
background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white:hover{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#0A66C2\]:hover{
--tw-text-opacity: 1;
color: rgb(10 102 194 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#1877F2\]:hover{
--tw-text-opacity: 1;
color: rgb(24 119 242 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#25D366\]:hover{
--tw-text-opacity: 1;
color: rgb(37 211 102 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#26A5E4\]:hover{
--tw-text-opacity: 1;
color: rgb(38 165 228 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#E60023\]:hover{
--tw-text-opacity: 1;
color: rgb(230 0 35 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#EF4056\]:hover{
--tw-text-opacity: 1;
color: rgb(239 64 86 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#FF4500\]:hover{
--tw-text-opacity: 1;
color: rgb(255 69 0 / var(--tw-text-opacity, 1));
}
.hover\:text-black:hover{
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-400:hover{
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-alt:hover{
--tw-text-opacity: 1;
color: rgb(108 87 72 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary:hover{
--tw-text-opacity: 1;
color: rgb(168 159 145 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-700:hover{
--tw-text-opacity: 1;
color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-900:hover{
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
text-decoration-line: underline;
}
.hover\:opacity-75:hover{
opacity: 0.75;
}
.hover\:shadow-lg:hover{
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover{
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-secondary:focus{
--tw-border-opacity: 1;
border-color: rgb(168 159 145 / var(--tw-border-opacity, 1));
}
.focus\:bg-white\/15:focus{
background-color: rgb(255 255 255 / 0.15);
}
.active\:scale-95:active{
--tw-scale-x: .95;
--tw-scale-y: .95;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus-within .group-focus-within\:visible{
visibility: visible;
}
.group:focus-within .group-focus-within\:translate-x-0{
--tw-translate-x: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus-within .group-focus-within\:translate-y-0{
--tw-translate-y: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus-within .group-focus-within\:opacity-100{
opacity: 1;
}
.group:hover .group-hover\:visible{
visibility: visible;
}
.group:hover .group-hover\:translate-x-0{
--tw-translate-x: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-1{
--tw-translate-x: 0.25rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-y-0{
--tw-translate-y: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:rotate-180{
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-105{
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110{
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-white{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-primary{
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-secondary{
--tw-text-opacity: 1;
color: rgb(168 159 145 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
opacity: 1;
}
@media (min-width: 640px){
.sm\:inline{
display: inline;
}
.sm\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:flex-row{
flex-direction: row;
}
.sm\:items-end{
align-items: flex-end;
}
.sm\:items-center{
align-items: center;
}
.sm\:p-12{
padding: 3rem;
}
.sm\:px-6{
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.sm\:py-20{
padding-top: 5rem;
padding-bottom: 5rem;
}
.sm\:text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.sm\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.sm\:text-5xl{
font-size: 3rem;
line-height: 1;
}
.sm\:text-xl\/8{
font-size: 1.25rem;
line-height: 2rem;
}
.sm\:text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
.sm\:text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.sm\:text-base{
font-size: 1rem;
line-height: 1.5rem;
}
.sm\:leading-\[1\.08\]{
line-height: 1.08;
}
}
@media (min-width: 768px){
.md\:col-span-1{
grid-column: span 1 / span 1;
}
.md\:col-span-10{
grid-column: span 10 / span 10;
}
.md\:col-span-11{
grid-column: span 11 / span 11;
}
.md\:col-span-12{
grid-column: span 12 / span 12;
}
.md\:col-span-2{
grid-column: span 2 / span 2;
}
.md\:col-span-3{
grid-column: span 3 / span 3;
}
.md\:col-span-4{
grid-column: span 4 / span 4;
}
.md\:col-span-5{
grid-column: span 5 / span 5;
}
.md\:col-span-6{
grid-column: span 6 / span 6;
}
.md\:col-span-7{
grid-column: span 7 / span 7;
}
.md\:col-span-8{
grid-column: span 8 / span 8;
}
.md\:col-span-9{
grid-column: span 9 / span 9;
}
.md\:grid-cols-12{
grid-template-columns: repeat(12, minmax(0, 1fr));
}
.md\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:flex-row{
flex-direction: row;
}
.md\:items-center{
align-items: center;
}
.md\:justify-between{
justify-content: space-between;
}
.md\:space-y-20 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.md\:p-10{
padding: 2.5rem;
}
.md\:p-12{
padding: 3rem;
}
.md\:p-16{
padding: 4rem;
}
.md\:px-0{
padding-left: 0px;
padding-right: 0px;
}
.md\:px-10{
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.md\:py-10{
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.md\:py-16{
padding-top: 4rem;
padding-bottom: 4rem;
}
.md\:pb-16{
padding-bottom: 4rem;
}
.md\:pt-24{
padding-top: 6rem;
}
.md\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.md\:text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
.md\:text-7xl{
font-size: 4.5rem;
line-height: 1;
}
.md\:text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.md\:text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
}
@media (min-width: 1024px){
.lg\:top-\[32px\]{
top: 32px;
}
.lg\:flex{
display: flex;
}
.lg\:hidden{
display: none;
}
.lg\:aspect-square{
aspect-ratio: 1 / 1;
}
.lg\:w-\[60\%\]{
width: 60%;
}
.lg\:flex-1{
flex: 1 1 0%;
}
.lg\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:grid-cols-5{
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.lg\:grid-cols-\[minmax\(0\2c 0\.65fr\)_minmax\(0\2c 1\.35fr\)\]{
grid-template-columns: minmax(0,0.65fr) minmax(0,1.35fr);
}
.lg\:grid-cols-\[minmax\(0\2c 1\.15fr\)_minmax\(0\2c 0\.85fr\)\]{
grid-template-columns: minmax(0,1.15fr) minmax(0,0.85fr);
}
.lg\:grid-cols-\[minmax\(0\2c 1\.1fr\)_minmax\(18rem\2c 0\.9fr\)\]{
grid-template-columns: minmax(0,1.1fr) minmax(18rem,0.9fr);
}
.lg\:items-start{
align-items: flex-start;
}
.lg\:items-center{
align-items: center;
}
.lg\:justify-end{
justify-content: flex-end;
}
.lg\:justify-center{
justify-content: center;
}
.lg\:gap-12{
gap: 3rem;
}
.lg\:gap-16{
gap: 4rem;
}
.lg\:gap-3{
gap: 0.75rem;
}
.lg\:gap-8{
gap: 2rem;
}
.lg\:rounded-r-\[1\.5rem\]{
border-top-right-radius: 1.5rem;
border-bottom-right-radius: 1.5rem;
}
.lg\:p-14{
padding: 3.5rem;
}
.lg\:p-8{
padding: 2rem;
}
.lg\:p-16{
padding: 4rem;
}
.lg\:py-10{
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.lg\:py-16{
padding-top: 4rem;
padding-bottom: 4rem;
}
.lg\:py-24{
padding-top: 6rem;
padding-bottom: 6rem;
}
.lg\:py-28{
padding-top: 7rem;
padding-bottom: 7rem;
}
.lg\:py-5{
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.lg\:pb-32{
padding-bottom: 8rem;
}
.lg\:pt-28{
padding-top: 7rem;
}
.lg\:pt-3{
padding-top: 0.75rem;
}
.lg\:pb-24{
padding-bottom: 6rem;
}
.lg\:text-6xl{
font-size: 3.75rem;
line-height: 1;
}
.lg\:opacity-20{
opacity: 0.2;
}
}
@media (min-width: 1280px){
.xl\:fixed{
position: fixed;
}
.xl\:left-6{
left: 1.5rem;
}
.xl\:top-1\/2{
top: 50%;
}
.xl\:z-30{
z-index: 30;
}
.xl\:m-0{
margin: 0px;
}
.xl\:-translate-y-1\/2{
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.xl\:grid-cols-3{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.xl\:flex-col{
flex-direction: column;
}
.xl\:gap-2{
gap: 0.5rem;
}
.xl\:bg-white\/90{
background-color: rgb(255 255 255 / 0.9);
}
.group:hover .xl\:group-hover\:inline-block{
display: inline-block;
}
}
.\[\&\>blockquote\>p\]\:m-0>blockquote>p{
margin: 0px;
}
.\[\&\>blockquote\>p\]\:text-xl>blockquote>p{
font-size: 1.25rem;
line-height: 1.75rem;
}
.\[\&\>blockquote\>p\]\:leading-relaxed>blockquote>p{
line-height: 1.625;
}
.\[\&\>p\:first-of-type\]\:mb-10>p:first-of-type{
margin-bottom: 2.5rem;
}
.\[\&\>p\:first-of-type\]\:mt-2>p:first-of-type{
margin-top: 0.5rem;
}
.\[\&\>p\:first-of-type\]\:text-xl>p:first-of-type{
font-size: 1.25rem;
line-height: 1.75rem;
}
.\[\&\>p\:first-of-type\]\:font-medium>p:first-of-type{
font-weight: 500;
}
.\[\&\>p\:first-of-type\]\:leading-9>p:first-of-type{
line-height: 2.25rem;
}
.\[\&\>p\:first-of-type\]\:leading-\[1\.7\]>p:first-of-type{
line-height: 1.7;
}
.\[\&\>p\:first-of-type\]\:tracking-\[-0\.01em\]>p:first-of-type{
letter-spacing: -0.01em;
}
.\[\&\>p\:first-of-type\]\:text-primary>p:first-of-type{
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px){
.sm\:\[\&\>p\:first-of-type\]\:text-2xl>p:first-of-type{
font-size: 1.5rem;
line-height: 2rem;
}
}
.\[\&\>p\:last-child\]\:\!mb-0>p:last-child{
margin-bottom: 0px !important;
}
.\[\&\>p\:last-child\]\:mb-0>p:last-child{
margin-bottom: 0px;
}
.\[\&\>p\:last-child\]\:mt-12>p:last-child{
margin-top: 3rem;
}
.\[\&\>p\:last-child\]\:font-medium>p:last-child{
font-weight: 500;
}
.\[\&\>p\:last-child\]\:text-primary>p:last-child{
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.\[\&\>p\:last-of-type\]\:mb-0>p:last-of-type{
margin-bottom: 0px;
}
.\[\&\>p\:last-of-type\]\:mt-14>p:last-of-type{
margin-top: 3.5rem;
}
.\[\&\>p\:last-of-type\]\:text-xl>p:last-of-type{
font-size: 1.25rem;
line-height: 1.75rem;
}
.\[\&\>p\:last-of-type\]\:font-medium>p:last-of-type{
font-weight: 500;
}
.\[\&\>p\:last-of-type\]\:leading-relaxed>p:last-of-type{
line-height: 1.625;
}
.\[\&\>p\:last-of-type\]\:text-primary>p:last-of-type{
--tw-text-opacity: 1;
color: rgb(44 41 40 / var(--tw-text-opacity, 1));
}
.\[\&_\.jetpack_subscription_widget\]\:w-full .jetpack subscription widget{
width: 100%;
}
.\[\&_\.subscription-details\]\:mt-3 .subscription-details{
margin-top: 0.75rem;
}
.\[\&_\.subscription-details\]\:mt-2\.5 .subscription-details{
margin-top: 0.625rem;
}
.\[\&_\.subscription-details\]\:block .subscription-details{
display: block;
}
.\[\&_\.subscription-details\]\:text-xs .subscription-details{
font-size: 0.75rem;
line-height: 1rem;
}
.\[\&_\.subscription-details\]\:text-\[11px\] .subscription-details{
font-size: 11px;
}
.\[\&_\.subscription-details\]\:text-white\/50 .subscription-details{
color: rgb(255 255 255 / 0.5);
}
.\[\&_\.subscription-details\]\:text-white\/40 .subscription-details{
color: rgb(255 255 255 / 0.4);
}
.\[\&_\.wp-block-jetpack-subscriptions__supports-newline\]\:hidden .wp-block-jetpack-subscriptions supports-newline{
display: none;
}
.\[\&_button\[type\=\'submit\'\]\]\:w-full button[type='submit']{
width: 100%;
}
.\[\&_button\[type\=\'submit\'\]\]\:shrink-0 button[type='submit']{
flex-shrink: 0;
}
.\[\&_button\[type\=\'submit\'\]\]\:rounded-2xl button[type='submit']{
border-radius: 1rem;
}
.\[\&_button\[type\=\'submit\'\]\]\:bg-white button[type='submit']{
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&_button\[type\=\'submit\'\]\]\:px-8 button[type='submit']{
padding-left: 2rem;
padding-right: 2rem;
}
.\[\&_button\[type\=\'submit\'\]\]\:py-4 button[type='submit']{
padding-top: 1rem;
padding-bottom: 1rem;
}
.\[\&_button\[type\=\'submit\'\]\]\:px-7 button[type='submit']{
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.\[\&_button\[type\=\'submit\'\]\]\:py-3\.5 button[type='submit']{
padding-top: 0.875rem;
padding-bottom: 0.875rem;
}
.\[\&_button\[type\=\'submit\'\]\]\:text-xs button[type='submit']{
font-size: 0.75rem;
line-height: 1rem;
}
.\[\&_button\[type\=\'submit\'\]\]\:font-bold button[type='submit']{
font-weight: 700;
}
.\[\&_button\[type\=\'submit\'\]\]\:uppercase button[type='submit']{
text-transform: uppercase;
}
.\[\&_button\[type\=\'submit\'\]\]\:tracking-\[0\.15em\] button[type='submit']{
letter-spacing: 0.15em;
}
.\[\&_button\[type\=\'submit\'\]\]\:text-slate-900 button[type='submit']{
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.\[\&_button\[type\=\'submit\'\]\]\:shadow-lg button[type='submit']{
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&_button\[type\=\'submit\'\]\]\:transition-all button[type='submit']{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.hover\:\[\&_button\[type\=\'submit\'\]\]\:bg-secondary button[type='submit']:hover{
--tw-bg-opacity: 1;
background-color: rgb(168 159 145 / var(--tw-bg-opacity, 1));
}
.hover\:\[\&_button\[type\=\'submit\'\]\]\:text-white button[type='submit']:hover{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.active\:\[\&_button\[type\=\'submit\'\]\]\:scale-95 button[type='submit']:active{
--tw-scale-x: .95;
--tw-scale-y: .95;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_form\]\:mx-auto form{
margin-left: auto;
margin-right: auto;
}
.\[\&_form\]\:flex form{
display: flex;
}
.\[\&_form\]\:w-full form{
width: 100%;
}
.\[\&_form\]\:max-w-sm form{
max-width: 24rem;
}
.\[\&_form\]\:flex-col form{
flex-direction: column;
}
.\[\&_form\]\:justify-center form{
justify-content: center;
}
.\[\&_form\]\:gap-3 form{
gap: 0.75rem;
}
.\[\&_form\]\:gap-2\.5 form{
gap: 0.625rem;
}
@media (min-width: 640px){
.\[\&_form\]\:sm\:flex-row form{
flex-direction: row;
}
}
.\[\&_input\[type\=\'email\'\]\]\:w-full input[type='email']{
width: 100%;
}
.\[\&_input\[type\=\'email\'\]\]\:rounded-2xl input[type='email']{
border-radius: 1rem;
}
.\[\&_input\[type\=\'email\'\]\]\:border input[type='email']{
border-width: 1px;
}
.\[\&_input\[type\=\'email\'\]\]\:border-white\/15 input[type='email']{
border-color: rgb(255 255 255 / 0.15);
}
.\[\&_input\[type\=\'email\'\]\]\:bg-white\/10 input[type='email']{
background-color: rgb(255 255 255 / 0.1);
}
.\[\&_input\[type\=\'email\'\]\]\:px-5 input[type='email']{
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.\[\&_input\[type\=\'email\'\]\]\:py-4 input[type='email']{
padding-top: 1rem;
padding-bottom: 1rem;
}
.\[\&_input\[type\=\'email\'\]\]\:py-3\.5 input[type='email']{
padding-top: 0.875rem;
padding-bottom: 0.875rem;
}
.\[\&_input\[type\=\'email\'\]\]\:text-center input[type='email']{
text-align: center;
}
.\[\&_input\[type\=\'email\'\]\]\:text-sm input[type='email']{
font-size: 0.875rem;
line-height: 1.25rem;
}
.\[\&_input\[type\=\'email\'\]\]\:text-white input[type='email']{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&_input\[type\=\'email\'\]\]\:placeholder-white\/40 input[type='email']::-moz-placeholder{
color: rgb(255 255 255 / 0.4);
}
.\[\&_input\[type\=\'email\'\]\]\:placeholder-white\/40 input[type='email']::placeholder{
color: rgb(255 255 255 / 0.4);
}
.\[\&_input\[type\=\'email\'\]\]\:outline-none input[type='email']{
outline: 2px solid transparent;
outline-offset: 2px;
}
.\[\&_input\[type\=\'email\'\]\]\:backdrop-blur-md input[type='email']{
--tw-backdrop-blur: blur(12px);
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.\[\&_input\[type\=\'email\'\]\]\:transition-all input[type='email']{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.focus\:\[\&_input\[type\=\'email\'\]\]\:border-secondary input[type='email']:focus{
--tw-border-opacity: 1;
border-color: rgb(168 159 145 / var(--tw-border-opacity, 1));
}
.focus\:\[\&_input\[type\=\'email\'\]\]\:bg-white\/15 input[type='email']:focus{
background-color: rgb(255 255 255 / 0.15);
}
.focus\:\[\&_input\[type\=\'email\'\]\]\:shadow-\[0_0_25px_rgba\(255\2c 255\2c 255\2c 0\.08\)\] input[type='email']:focus{
--tw-shadow: 0 0 25px rgba(255,255,255,0.08);
--tw-shadow-colored: 0 0 25px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}


/*# sourceMappingURL=bundle.css.map*/