/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */@layer theme, base, components, utilities;@layer theme{:host,:root{--spacing:0.25rem;--text-xs:0.75rem;--text-xs--line-height:calc(1 / 0.75);--text-sm:0.875rem;--text-sm--line-height:calc(1.25 / 0.875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25 / 1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5 / 2.25);--tracking-wide:0.025em;--leading-tight:1.25;--leading-relaxed:1.625;--radius-lg:0.5rem;--default-transition-duration:150ms;--default-transition-timing-function:cubic-bezier(0.4,0,0.2,1);--color-cream:#f6f3ec;--color-cream-raised:#fbf9f3;--color-cream-sunk:#efeadf;--color-ink:#2b2722;--color-ink-soft:#5c554b;--color-bronze:#9a8262;--color-green:#6b7a4f;--color-rust:#a8643c;--color-rule:#e3dccd;--font-display:"Cormorant Garamond",ui-serif,Georgia,serif;--font-body:"Source Serif 4",ui-serif,Georgia,"Times New Roman",serif}}@layer utilities{.lp-scope .mt-1{margin-top:var(--spacing)}.lp-scope .mt-2{margin-top:calc(var(--spacing) * 2)}.lp-scope .mt-4{margin-top:calc(var(--spacing) * 4)}.lp-scope .mt-8{margin-top:calc(var(--spacing) * 8)}.lp-scope .mt-10{margin-top:calc(var(--spacing) * 10)}.lp-scope .mb-2{margin-bottom:calc(var(--spacing) * 2)}.lp-scope .mb-3{margin-bottom:calc(var(--spacing) * 3)}.lp-scope .mb-8{margin-bottom:calc(var(--spacing) * 8)}.lp-scope .mb-10{margin-bottom:calc(var(--spacing) * 10)}.lp-scope .ml-2{margin-left:calc(var(--spacing) * 2)}.lp-scope .ml-auto{margin-left:auto}.lp-scope .block{display:block}.lp-scope .contents{display:contents}.lp-scope .flex{display:flex}.lp-scope .grid{display:grid}.lp-scope .inline{display:inline}.lp-scope .h-2{height:calc(var(--spacing) * 2)}.lp-scope .h-9{height:calc(var(--spacing) * 9)}.lp-scope .w-2{width:calc(var(--spacing) * 2)}.lp-scope .w-9{width:calc(var(--spacing) * 9)}.lp-scope .min-w-0{min-width:0}.lp-scope .flex-1{flex:1 1}.lp-scope .shrink-0{flex-shrink:0}.lp-scope .cursor-pointer{cursor:pointer}.lp-scope .list-none{list-style-type:none}.lp-scope .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lp-scope .flex-col{flex-direction:column}.lp-scope .items-baseline{align-items:baseline}.lp-scope .items-center{align-items:center}.lp-scope .items-start{align-items:flex-start}.lp-scope .justify-between{justify-content:space-between}.lp-scope .justify-center{justify-content:center}.lp-scope .gap-1\.5{gap:calc(var(--spacing) * 1.5)}.lp-scope .gap-2{gap:calc(var(--spacing) * 2)}.lp-scope .gap-3{gap:calc(var(--spacing) * 3)}.lp-scope .gap-4{gap:calc(var(--spacing) * 4)}.lp-scope .gap-px{gap:1px}.lp-scope .space-y-1\.5{.lp-scope :where(&>:not(:last-child)){--tw-space-y-reverse:0;-webkit-margin-before:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));margin-block-start:calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));-webkit-margin-after:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));margin-block-end:calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)))}}.lp-scope .divide-y{.lp-scope :where(&>:not(:last-child)){--tw-divide-y-reverse:0;border-bottom-style:var(--tw-border-style);border-top-style:var(--tw-border-style);border-top-width:calc(1px * var(--tw-divide-y-reverse));border-bottom-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)))}}.lp-scope .divide-rule{.lp-scope :where(&>:not(:last-child)){border-color:var(--color-rule)}}.lp-scope .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lp-scope .overflow-hidden{overflow:hidden}.lp-scope .rounded-\[10px\]{border-radius:10px}.lp-scope .rounded-full{border-radius:calc(infinity * 1px)}.lp-scope .rounded-lg{border-radius:var(--radius-lg)}.lp-scope .border{border-style:var(--tw-border-style);border-width:1px}.lp-scope .border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.lp-scope .border-dashed{--tw-border-style:dashed;border-style:dashed}.lp-scope .border-bronze{border-color:var(--color-bronze)}.lp-scope .border-rule{border-color:var(--color-rule)}.lp-scope .bg-bronze{background-color:var(--color-bronze)}.lp-scope .bg-cream-raised{background-color:var(--color-cream-raised)}.lp-scope .bg-cream-sunk{background-color:var(--color-cream-sunk)}.lp-scope .bg-ink{background-color:var(--color-ink)}.lp-scope .bg-ink-soft\/40{background-color:color-mix(in srgb,#5c554b 40%,transparent);@supports (color:color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-ink-soft) 40%,transparent)}}.lp-scope .bg-rule{background-color:var(--color-rule)}.lp-scope .px-5{padding-inline:calc(var(--spacing) * 5)}.lp-scope .py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.lp-scope .py-3{padding-block:calc(var(--spacing) * 3)}.lp-scope .py-4{padding-block:calc(var(--spacing) * 4)}.lp-scope .py-6{padding-block:calc(var(--spacing) * 6)}.lp-scope .py-8{padding-block:calc(var(--spacing) * 8)}.lp-scope .pt-3{padding-top:calc(var(--spacing) * 3)}.lp-scope .text-center{text-align:center}.lp-scope .text-left{text-align:left}.lp-scope .font-body{font-family:var(--font-body)}.lp-scope .font-display{font-family:var(--font-display)}.lp-scope .text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.lp-scope .text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.lp-scope .text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.lp-scope .text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.lp-scope .text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.lp-scope .text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.lp-scope .text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.lp-scope .leading-none{--tw-leading:1;line-height:1}.lp-scope .leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.lp-scope .leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.lp-scope .tracking-\[0\.2em\]{--tw-tracking:0.2em;letter-spacing:.2em}.lp-scope .tracking-\[0\.15em\]{--tw-tracking:0.15em;letter-spacing:.15em}.lp-scope .tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.lp-scope .text-bronze{color:var(--color-bronze)}.lp-scope .text-bronze\/70{color:color-mix(in srgb,#9a8262 70%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-bronze) 70%,transparent)}}.lp-scope .text-cream{color:var(--color-cream)}.lp-scope .text-cream\/70{color:color-mix(in srgb,#f6f3ec 70%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-cream) 70%,transparent)}}.lp-scope .text-green{color:var(--color-green)}.lp-scope .text-ink{color:var(--color-ink)}.lp-scope .text-ink-soft{color:var(--color-ink-soft)}.lp-scope .text-ink-soft\/60{color:color-mix(in srgb,#5c554b 60%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-ink-soft) 60%,transparent)}}.lp-scope .text-ink-soft\/70{color:color-mix(in srgb,#5c554b 70%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-ink-soft) 70%,transparent)}}.lp-scope .text-ink-soft\/80{color:color-mix(in srgb,#5c554b 80%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-ink-soft) 80%,transparent)}}.lp-scope .text-rust{color:var(--color-rust)}.lp-scope .uppercase{text-transform:uppercase}.lp-scope .italic{font-style:italic}.lp-scope .transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.lp-scope .transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.lp-scope .group-open\:rotate-90{.lp-scope &:is(:where(.group):is([open],:popover-open,:open) *){rotate:90deg}}.lp-scope .group-hover\:translate-x-0\.5{.lp-scope &:is(:where(.group):hover *){@media (hover:hover){--tw-translate-x:calc(var(--spacing) * 0.5);translate:var(--tw-translate-x) var(--tw-translate-y)}}}.lp-scope .group-hover\:text-cream\/70{.lp-scope &:is(:where(.group):hover *){@media (hover:hover){color:color-mix(in srgb,#f6f3ec 70%,transparent);@supports (color:color-mix(in lab,red,red)){color:color-mix(in oklab,var(--color-cream) 70%,transparent)}}}}.lp-scope .hover\:bg-bronze{.lp-scope &:hover{@media (hover:hover){background-color:var(--color-bronze)}}}.lp-scope .hover\:bg-cream-sunk{.lp-scope &:hover{@media (hover:hover){background-color:var(--color-cream-sunk)}}}.lp-scope .hover\:text-cream{.lp-scope &:hover{@media (hover:hover){color:var(--color-cream)}}}.lp-scope .lg\:grid-cols-4,.lp-scope .sm\:grid-cols-2,.lp-scope .sm\:grid-cols-3{@media (min-width:64rem){grid-template-columns:repeat(4,minmax(0,1fr))}}.lp-scope .\[\&\:\:-webkit-details-marker\]\:hidden{.lp-scope &::-webkit-details-marker{display:none}}}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){::-webkit-backdrop{--tw-space-y-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-tracking:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}*,::backdrop,:after,:before{--tw-space-y-reverse:0;--tw-divide-y-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-tracking:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0}}}.lp-track{position:relative;--font-display:var(--lp-font-display),"Cormorant Garamond",ui-serif,Georgia,serif;--font-body:var(--lp-font-body),"Source Serif 4",ui-serif,Georgia,serif}.lp-band{min-height:175vh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);align-items:start}.lp-col-text{min-width:0}.lp-col-phone{display:flex;justify-content:center;position:-webkit-sticky;position:sticky;align-self:start;top:max(16px,calc(50vh - 308px))}.lp-phone{position:relative;width:300px;aspect-ratio:356/730;background:#1c1a17;border-radius:48px;padding:9px;box-shadow:0 40px 90px rgba(43,39,34,.28);opacity:0;transform:translateY(130px);will-change:transform,opacity}.lp-notch{position:absolute;top:14px;left:50%;transform:translateX(-50%);width:74px;height:10px;border-radius:6px;background:#1c1a17;z-index:5}.lp-screen{position:relative;width:100%;height:100%;background:#fbf9f3;border-radius:40px;overflow:hidden;transform:translateZ(0);isolation:isolate;pointer-events:none}.lp-screen-inner{position:absolute;top:0;left:0;width:100%;will-change:transform}.lp-screen-scale{width:400px;transform-origin:top left;padding:46px 28px 28px}.lp-tabbar{position:absolute;left:0;right:0;bottom:0;z-index:6;display:flex;gap:2px;padding:6px;height:34px;align-items:center;background:#fbf9f3;border-top:1px solid #e3dccd;overflow:hidden}.lp-tab{flex:0 0 auto;border-radius:6px;padding:4px 9px;font-family:var(--font-body,ui-serif,Georgia,serif);font-size:10px;line-height:1;white-space:nowrap;color:#5c554b}.lp-tab-active{background:#efeadf;color:#2b2722}.lp-scope{font-family:var(--font-body,ui-serif,Georgia,serif);color:#2b2722;line-height:1.4;--green:#6b7a4f;--rust:#a8643c;--bronze:#9a8262}.lp-scope h1,.lp-scope h2,.lp-scope h3,.lp-scope h4{font-family:var(--font-display,ui-serif,Georgia,serif);font-weight:500;line-height:1.12;margin:0}.lp-scope p{margin:0}.lp-scope a{text-decoration:none;color:inherit}.lp-scope ul{list-style:none;margin:0;padding:0}.lp-scope section{padding-block:0;margin:0}.lp-scope .grid{grid-template-columns:minmax(0,1fr)!important}@media (max-width:880px){.lp-band{min-height:0;grid-template-columns:1fr;gap:0}.lp-col-phone{display:none}}@media (prefers-reduced-motion:reduce){.lp-band{min-height:0}.lp-col-phone{position:static}.lp-phone{opacity:1;transform:none}}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Cormorant_Garamond_ea5885;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Cormorant_Garamond_Fallback_ea5885;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_ea5885{font-family:__Cormorant_Garamond_ea5885,__Cormorant_Garamond_Fallback_ea5885}.__variable_ea5885{--lp-font-display:"__Cormorant_Garamond_ea5885","__Cormorant_Garamond_Fallback_ea5885"}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"__Source_Serif_4_83f118";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"__Source_Serif_4_Fallback_83f118";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_83f118{font-family:"__Source_Serif_4_83f118","__Source_Serif_4_Fallback_83f118";font-style:normal}.__variable_83f118{--lp-font-body:"__Source_Serif_4_83f118","__Source_Serif_4_Fallback_83f118"}