@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap";:root{--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;--font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-mono: ui-monospace, "Cascadia Code", "Fira Code", "JetBrains Mono", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.25rem;--text-xl: 1.563rem;--text-2xl: 1.953rem;--text-3xl: 2.441rem;--font-normal: 400;--font-medium: 500;--font-bold: 700;--leading-none: 1;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.75;--tracking-tight: -.02em;--tracking-normal: 0em;--tracking-wide: .025em;--tracking-wider: .05em;--tracking-widest: .1em;--space-px: 1px;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-none: 0;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-full: 9999px;--shadow-none: none;--shadow-sm: 0 1px 2px hsl(0 0% 0% / .05);--shadow-md: 0 4px 6px hsl(0 0% 0% / .07), 0 1px 3px hsl(0 0% 0% / .04);--shadow-lg: 0 10px 20px hsl(0 0% 0% / .08), 0 2px 6px hsl(0 0% 0% / .04);--shadow-xl: 0 20px 40px hsl(0 0% 0% / .1), 0 4px 10px hsl(0 0% 0% / .05);--shadow-inner: inset 0 2px 4px hsl(0 0% 0% / .06);--duration-fast: .1s;--duration-normal: .2s;--duration-slow: .3s;--ease-default: cubic-bezier(.4, 0, .2, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-bounce: cubic-bezier(.34, 1.56, .64, 1);--z-below: -1;--z-base: 0;--z-raised: 10;--z-dropdown: 100;--z-sticky: 200;--z-overlay: 300;--z-modal: 400;--z-toast: 500;--background: hsl(40 25% 93%);--foreground: hsl(210 11% 11%);--primary: hsl(210 11% 11%);--primary-foreground: hsl(40 25% 93%);--secondary: hsl(37 20% 85%);--secondary-foreground: hsl(210 11% 11%);--muted: hsl(37 25% 75%);--muted-foreground: hsl(210 13% 18%);--accent: hsl(37 34% 77%);--accent-foreground: hsl(210 11% 11%);--border: hsl(37 20% 85%);--ring: hsl(210 11% 11% / .3);--destructive: hsl(354 42% 56%);--destructive-foreground: hsl(40 25% 93%);--surface-1: hsl(40 25% 93%);--surface-2: hsl(40 20% 89%);--surface-3: hsl(37 20% 85%);--surface-4: hsl(37 20% 80%)}.dark{--background: hsl(210 11% 11%);--foreground: hsl(40 25% 93%);--primary: hsl(40 25% 93%);--primary-foreground: hsl(210 11% 11%);--secondary: hsl(210 13% 18%);--secondary-foreground: hsl(40 25% 93%);--muted: hsl(210 10% 25%);--muted-foreground: hsl(37 25% 75%);--accent: hsl(37 34% 77%);--accent-foreground: hsl(210 11% 11%);--border: hsl(210 13% 18%);--ring: hsl(40 25% 93% / .3);--destructive: hsl(354 42% 65%);--destructive-foreground: hsl(210 11% 11%);--surface-1: hsl(210 11% 11%);--surface-2: hsl(210 13% 15%);--surface-3: hsl(210 13% 18%);--surface-4: hsl(210 10% 22%);--shadow-sm: 0 1px 2px hsl(0 0% 0% / .25);--shadow-md: 0 4px 6px hsl(0 0% 0% / .3), 0 1px 3px hsl(0 0% 0% / .2);--shadow-lg: 0 10px 20px hsl(0 0% 0% / .35), 0 2px 6px hsl(0 0% 0% / .2);--shadow-inner: inset 0 2px 4px hsl(0 0% 0% / .2)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--foreground);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100svh}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}h1,h2,h3,h4,h5,h6{line-height:var(--leading-tight);font-weight:var(--font-bold)}a{color:inherit;text-decoration-skip-ink:auto}ul,ol{list-style:none;padding:0}button{cursor:pointer;background:none;border:none}textarea{resize:vertical}fieldset{border:none;padding:0}table{border-collapse:collapse;width:100%}:focus{outline:none}:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.stack{display:flex;flex-direction:column;gap:var(--stack-gap, var(--space-4))}.row{display:flex;align-items:center;gap:var(--row-gap, var(--space-4))}.cluster{display:flex;flex-wrap:wrap;gap:var(--cluster-gap, var(--space-2));align-items:center}.center{display:grid;place-items:center}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(var(--grid-min, 16rem),1fr));gap:var(--grid-gap, var(--space-4))}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--grid-gap, var(--space-4))}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap, var(--space-4))}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--grid-gap, var(--space-4))}.with-sidebar{display:flex;flex-wrap:wrap;gap:var(--sidebar-gap, var(--space-6))}.with-sidebar>:first-child{flex-basis:var(--sidebar-width, 16rem);flex-grow:1}.with-sidebar>:last-child{flex-basis:0;flex-grow:999;min-width:var(--sidebar-content-min, 50%)}.container{width:100%;max-width:var(--container-max, 72rem);margin-inline:auto;padding-inline:var(--space-6)}.container--sm{--container-max: 48rem}.container--md{--container-max: 64rem}.container--lg{--container-max: 80rem}.container--xl{--container-max: 96rem}.cover{display:flex;flex-direction:column;min-height:100svh}.cover>*{margin-block:auto}.cover>:first-child:not(.cover__center){margin-block-start:0}.cover>:last-child:not(.cover__center){margin-block-end:0}.switcher{display:flex;flex-wrap:wrap;gap:var(--switcher-gap, var(--space-4))}.switcher>*{flex-grow:1;flex-basis:calc((var(--switcher-threshold, 30rem) - 100%) * 999)}@supports (animation-timeline: view()){[data-animate=fade-up]{animation:ru-fade-up linear both;animation-timeline:view();animation-range:entry 0% entry 40%}[data-animate=fade-down]{animation:ru-fade-down linear both;animation-timeline:view();animation-range:entry 0% entry 40%}[data-animate=fade-left]{animation:ru-fade-left linear both;animation-timeline:view();animation-range:entry 0% entry 40%}[data-animate=fade-right]{animation:ru-fade-right linear both;animation-timeline:view();animation-range:entry 0% entry 40%}[data-animate=fade-in]{animation:ru-fade-in linear both;animation-timeline:view();animation-range:entry 0% entry 20%}[data-animate=fade-right-load]{animation:ru-fade-right .6s ease-out both;animation-delay:.1s}[data-animate=fade-left-load]{animation:ru-fade-left .6s ease-out both;animation-delay:.1s}[data-animate=fade-up-load]{animation:ru-fade-up .6s ease-out both;animation-delay:.1s}[data-animate=fade-down-load]{animation:ru-fade-down .6s ease-out both;animation-delay:.1s}[data-animate=scale-up]{animation:ru-scale-up linear both;animation-timeline:view();animation-range:entry 0% entry 35%}[data-animate=scale-down]{animation:ru-scale-down linear both;animation-timeline:view();animation-range:entry 0% entry 35%}[data-animate=reveal-up]{animation:ru-reveal-up linear both;animation-timeline:view();animation-range:entry 0% entry 35%}[data-animate=reveal-left]{animation:ru-reveal-left linear both;animation-timeline:view();animation-range:entry 0% entry 35%}[data-animate=reveal-right]{animation:ru-reveal-right linear both;animation-timeline:view();animation-range:entry 0% entry 35%}[data-animate=blur-in]{animation:ru-blur-in linear both;animation-timeline:view();animation-range:entry 0% entry 30%}[data-animate=blur-up]{animation:ru-blur-up linear both;animation-timeline:view();animation-range:entry 0% entry 35%}[data-animate=flip-up]{animation:ru-flip-up linear both;animation-timeline:view();animation-range:entry 0% entry 40%;transform-origin:bottom center}[data-animate=flip-left]{animation:ru-flip-left linear both;animation-timeline:view();animation-range:entry 0% entry 40%;transform-origin:right center}[data-stagger]>*{animation:ru-fade-up linear both;animation-timeline:view();animation-range:entry 0% entry 40%}[data-stagger]>*:nth-child(1){animation-delay:0ms}[data-stagger]>*:nth-child(2){animation-delay:80ms}[data-stagger]>*:nth-child(3){animation-delay:.16s}[data-stagger]>*:nth-child(4){animation-delay:.24s}[data-stagger]>*:nth-child(5){animation-delay:.32s}[data-stagger]>*:nth-child(6){animation-delay:.4s}[data-stagger]>*:nth-child(n+7){animation-delay:.48s}[data-scroll-progress]{position:fixed;top:0;left:0;height:3px;background:var(--color-accent, oklch(60% .2 250));transform-origin:left;animation:ru-scroll-progress linear both;animation-timeline:scroll(root block);z-index:9999;width:100%}}@keyframes ru-fade-up{0%{opacity:0;translate:0 1.5rem}to{opacity:1;translate:0 0}}@keyframes ru-fade-down{0%{opacity:0;translate:0 -1.5rem}to{opacity:1;translate:0 0}}@keyframes ru-fade-left{0%{opacity:0;translate:1.5rem 0}to{opacity:1;translate:0 0}}@keyframes ru-fade-right{0%{opacity:0;translate:-1.5rem 0}to{opacity:1;translate:0 0}}@keyframes ru-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ru-scale-up{0%{opacity:0;scale:.9}to{opacity:1;scale:1}}@keyframes ru-scale-down{0%{opacity:0;scale:1.1}to{opacity:1;scale:1}}@keyframes ru-reveal-up{0%{clip-path:inset(100% 0 0 0)}to{clip-path:inset(0% 0 0 0)}}@keyframes ru-reveal-left{0%{clip-path:inset(0 0 0 100%)}to{clip-path:inset(0 0 0 0%)}}@keyframes ru-reveal-right{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}@keyframes ru-blur-in{0%{opacity:0;filter:blur(8px)}to{opacity:1;filter:blur(0)}}@keyframes ru-blur-up{0%{opacity:0;filter:blur(8px);translate:0 1.5rem}to{opacity:1;filter:blur(0);translate:0 0}}@keyframes ru-flip-up{0%{opacity:0;transform:perspective(600px) rotateX(-25deg)}to{opacity:1;transform:perspective(600px) rotateX(0)}}@keyframes ru-flip-left{0%{opacity:0;transform:perspective(600px) rotateY(25deg)}to{opacity:1;transform:perspective(600px) rotateY(0)}}@keyframes ru-scroll-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media(prefers-reduced-motion:reduce){[data-animate],[data-stagger]>*,[data-scroll-progress]{animation:none!important;opacity:1!important;translate:none!important;filter:none!important;clip-path:none!important;transform:none!important}}.auth-layout{min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:var(--space-4)}.auth-card{width:100%;max-width:24rem}.auth-header{text-align:center;margin-bottom:var(--space-6)}.auth-logo{width:3rem;height:3rem;margin-inline:auto;margin-bottom:var(--space-4)}.auth-logo img,.auth-logo svg{width:100%;height:100%;object-fit:contain}.auth-title{font-size:var(--text-xl);font-weight:var(--font-bold);line-height:var(--leading-tight);margin-bottom:var(--space-2)}.auth-subtitle{font-size:var(--text-sm);color:var(--muted-foreground)}.auth-footer{margin-top:var(--space-6);font-size:var(--text-xs);color:var(--muted-foreground);text-align:center;line-height:var(--leading-relaxed)}.contact-container{position:relative;background-color:#fff}.contact-grid{margin-left:auto;margin-right:auto;display:grid;grid-template-cols:1fr;max-width:80rem}@media(min-width:1024px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.info-section{position:relative;padding:6rem 1.5rem 5rem}@media(min-width:640px){.info-section{padding-top:8rem}}@media(min-width:1024px){.info-section{position:static;padding:12rem 2rem}}.info-content{margin-left:auto;margin-right:auto;max-width:36rem}@media(min-width:1024px){.info-content{margin-left:0;max-width:32rem}}.info-bg-overlay{position:absolute;top:0;bottom:0;left:0;z-index:-10;width:100%;overflow:hidden;box-shadow:inset 0 0 0 1px #1118271a}@media(min-width:1024px){.info-bg-overlay{width:50%}}.info-heading{font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:#111827;margin:0}.info-description{margin-top:1.5rem;font-size:1.125rem;line-height:2rem;color:#4b5563}.info-list{margin-top:2.5rem;color:#4b5563;font-size:1rem;line-height:1.75rem}.info-list>*+*{margin-top:1rem}.info-item{display:flex;column-gap:1rem}.info-icon-wrapper{flex:none}.info-icon{height:1.75rem;width:1.5rem;color:#9ca3af}.info-link{color:inherit;text-decoration:inherit}.info-link:hover{color:#111827}.form-section{padding:5rem 1.5rem 6rem}@media(min-width:640px){.form-section{padding-bottom:8rem}}@media(min-width:1024px){.form-section{padding:12rem 2rem}}.form-content{margin-left:auto;margin-right:auto;max-width:36rem}@media(min-width:1024px){.form-content{margin-right:0;max-width:32rem}}.alert{margin-bottom:1.5rem;padding:1rem;font-size:.875rem;border-width:1px;border-style:solid;border-radius:.375rem}.alert-error{color:#991b1b;background-color:#fef2f2;border-color:#fca5a5}.alert-success{color:#166534;background-color:#f0fdf4;border-color:#bbf7d0}.error-list{list-style-type:disc;list-style-position:inside}.error-list>*+*{margin-top:.25rem}.form-grid{display:grid;grid-template-columns:1fr;column-gap:2rem;row-gap:1.5rem}@media(min-width:640px){.sm-col-span-2{grid-column:span 2 / span 2}}.form-label{display:block;font-size:.875rem;font-weight:600;line-height:1.5rem;color:#111827;margin-bottom:.625rem}.required-star{color:#ef4444}.form-input,.form-textarea{display:block;width:100%;border-radius:.125rem;border:1px solid #d1d5db;padding:.625rem .875rem;color:#111827;font-size:.875rem;line-height:1.5rem;box-sizing:border-box}.form-input:focus,.form-textarea:focus{outline:none;border-color:#27272a;box-shadow:0 0 0 2px #27272a}.form-textarea{resize:vertical}.form-actions{margin-top:2rem;display:flex;justify-content:flex-end}.btn-submit{color:#fff;text-transform:uppercase;background-color:#18181b;border:2px solid #18181b;border-radius:.125rem;font-size:.875rem;padding:.625rem 2rem;margin-top:2rem;letter-spacing:.1em;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center}@media(min-width:640px){.btn-submit{font-size:1rem;padding:1rem 2.5rem;margin-top:3rem}}.btn-submit:hover{background-color:transparent;color:#18181b}.btn-submit:active{transform:scale(.9)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.hidden{display:none!important}.animate-spin{animation:spin 1s linear infinite}.spinner-icon{margin-left:-.25rem;margin-right:.75rem;height:1.25rem;width:1.25rem;color:currentColor}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fadeIn{animation:fadeInEffect .5s ease-in-out forwards}@keyframes fadeInEffect{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.accordion{display:flex;flex-direction:column;gap:.5rem;width:100%}.accordion__item{border:1px solid var(--color-border);border-radius:4px;overflow:hidden}.accordion__question{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;list-style:none;font-weight:600;user-select:none}.accordion__question:after{content:"+";font-size:1.25rem;transition:transform .2s ease}details[open] .accordion__question:after{content:"\2212"}.accordion__answer{padding:0 1.25rem 1rem;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);white-space:nowrap;font-size:var(--text-sm);font-weight:var(--font-medium);border:1px solid transparent;border-radius:var(--radius-none);cursor:pointer;transition:background .15s ease,border-color .15s ease;text-decoration:none;font-family:Cormorant Garamond}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn:disabled{opacity:.5;pointer-events:none}.btn--sm{height:2rem;padding-inline:var(--space-3)}.btn--md{height:2.5rem;padding-inline:var(--space-4)}.btn--lg{height:2.75rem;padding-inline:var(--space-6);font-size:var(--text-base)}.btn--icon{height:2.5rem;width:2.5rem;padding:0}.btn--default{background:var(--secondary);border-color:var(--border);color:var(--foreground)}.btn--default:hover{background:var(--muted)}.btn--primary{background:var(--primary);color:var(--primary-foreground)}.btn--primary:hover{background:var(--muted-foreground)}.btn--destructive{background:var(--destructive);color:var(--destructive-foreground)}.btn--destructive:hover{filter:brightness(.9)}.btn--outline{background:transparent;border-color:var(--border);color:var(--foreground)}.btn--outline:hover{background:var(--secondary)}.btn--ghost{background:transparent;color:var(--foreground)}.btn--ghost:hover{background:var(--secondary)}.btn--link{background:transparent;color:var(--primary);height:auto;padding:0;text-decoration-line:underline}.btn--link:hover{text-decoration-thickness:2px}.btn--full{width:100%}.btn--social{gap:var(--space-3)}.btn__loading,.btn[aria-busy=true] .btn__label,.btn.is-loading .btn__label{display:none}.btn[aria-busy=true] .btn__loading,.btn.is-loading .btn__loading{display:inline-flex;align-items:center;gap:var(--space-2)}.card{background:var(--secondary);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-6)}.divider{display:flex;align-items:center;gap:var(--space-4);margin-block:var(--space-6);color:var(--muted-foreground);font-size:var(--text-sm)}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border)}.footer{background-color:var(--primary);padding:5rem 0 3rem;border-top:1px solid rgba(255,255,255,.05);position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:.3}.footer__container{max-width:80rem;margin:0 auto;padding:0 2rem}.footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:4rem}@media(min-width:1024px){.footer__grid{grid-template-columns:repeat(4,1fr)}.footer__newsletter{display:flex;flex-direction:column;gap:.75rem;width:100%}}.footer__section-title{color:var(--accent);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.75rem;opacity:.9}.footer__link-list{list-style:none;padding:0;margin:0}.footer__link-list li{margin-bottom:.85rem}.footer__link{font-size:.9375rem;color:var(--primary-foreground);text-decoration:none;opacity:.65;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block}.footer__link:hover{opacity:1;color:var(--accent);transform:translate(4px)}.footer__newsletter-desc{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--primary-foreground);opacity:.7;margin-bottom:var(--space-6)}.footer__bottom{padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-8)}.footer__bottom-left{display:flex;align-items:center;gap:1.25rem}.footer__logo{height:2.5rem;width:auto;filter:grayscale(1) brightness(1.5);transition:filter .4s ease}.footer__logo:hover{filter:grayscale(0) brightness(1)}.footer__copyright{font-size:var(--text-xs);color:var(--primary-foreground);opacity:.5}.footer__bottom-links{display:flex;gap:var(--space-8)}.footer__bottom-link{font-size:var(--text-xs);color:var(--primary-foreground);text-decoration:none;opacity:.5;transition:opacity .2s ease}.footer__bottom-link:hover{opacity:1}.footer__status-link{display:flex;align-items:center;gap:.6rem;font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--primary-foreground);text-decoration:none;padding:var(--space-2) .85rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:100px;transition:background .3s ease}.footer__status-link:hover{background:#ffffff12}.footer__status-dot{height:.5rem;width:.5rem;background-color:#21c45d;border-radius:50%;position:relative;box-shadow:0 0 8px #21c45d}.footer__status-dot:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#21c45d;border-radius:50%;animation:status-pulse 2s infinite}@keyframes status-pulse{0%{transform:scale(1);opacity:.8}to{transform:scale(2.5);opacity:0}}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field__label{font-size:.875rem;font-weight:500;color:var(--foreground)}.form-field__required{margin-left:.25rem;color:var(--destructive)}.form-field__input{width:100%;height:2.5rem;padding:var(--space-2) var(--space-3);font-size:var(--text-base);font-family:inherit;color:var(--foreground);background:var(--background);border-radius:var(--radius-sm);transition:border-color .15s ease,box-shadow .15s ease;outline:none}.form-field__input::placeholder{color:var(--muted-foreground)}.form-field__input--default{background:var(--background);border:1px solid var(--border)}.form-field__input--default:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.form-field__input--outlined{background:transparent;border:1.5px solid var(--border)}.form-field__input--outlined:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 15%,transparent)}.form-field__input--ghost{background:transparent;border:none;border-bottom:1.5px solid var(--border);border-radius:0;padding-left:0;padding-right:0}.form-field__input--ghost:focus{border-bottom-color:var(--primary);box-shadow:none}.form-field--error .form-field__input{border-color:var(--destructive)}.form-field--error .form-field__input--ghost{border-bottom-color:var(--destructive)}.form-field--error .form-field__input:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--destructive) 15%,transparent)}.form-field--error .form-field__input--ghost:focus{box-shadow:none}.form-field--disabled .form-field__input{opacity:.5;cursor:not-allowed}.form-field__error{font-size:.8125rem;color:var(--destructive)}.form-field__help{font-size:.8125rem;color:var(--muted-foreground)}.subscribe-form{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.subscribe-form{flex-direction:row;align-items:flex-start}}.icon{width:1.25rem;height:1.25rem;flex-shrink:0}.icon--sm{width:1rem;height:1rem}.icon--lg{width:1.5rem;height:1.5rem}.info-left,.info-right{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:var(--space-8);max-width:60%;margin-inline:auto;margin-bottom:200px;margin-block:var(--space-10);background-color:var(--background)}@media(max-width:768px){.info-left,.info-right{grid-template-columns:1fr;max-width:90%}}.info-img{border-radius:2px}.info-paragraph{margin-block:10px}.info-subtext,.info-header{font-family:Cormorant Garamond,serif}.info-paragraph{font-family:Montserrat}main{background-color:var(--background)}.section{padding-block:var(--space-16)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:60%;align-items:center;margin:0 auto}.title-section{position:relative;display:flex;flex-direction:column;width:100%;min-height:70vh;align-items:center;justify-content:center;overflow:hidden;isolation:isolate}.title-section__overlay{position:absolute;inset:0;background:transparent;pointer-events:none;z-index:1}.title-section--image .title-section__overlay,.title-section--video .title-section__overlay{background:#00000073}.title-section--sm{padding:3rem 1.5rem}.title-section--md{padding:5.5rem 1.5rem}.title-section--lg{padding:9rem 1.5rem}.title-section--dark{background-color:#0f1117;color:#fff}.title-section--gradient{background:radial-gradient(ellipse 80% 60% at 50% 0%,#1e1b4b,#0f0f1a 55%,#080810);color:#fff}.title-section--image{background-image:var(--ts-bg-image);background-size:cover;background-position:center;color:#fff}.title-section--video{color:#fff}.title-section--light{background-color:#fff;color:#111827}.title-section__video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.title-section__video{width:100%;height:100%;object-fit:cover}.title-section__container{position:relative;z-index:2;width:100%;max-width:56rem;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:flex-start}.title-section--center .title-section__container,.title-section--image.title-section--center .title-section__container,.title-section--image .title-section__container,.title-section--video .title-section__container{text-align:center;align-items:center}.title-section--left .title-section__container{text-align:left;align-items:flex-start}.title-section__announcement{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;letter-spacing:100px;margin-bottom:1.75rem;border-radius:9999px;border:1px solid rgba(255,255,255,.18);font-size:.875rem;color:#ffffffbf;backdrop-filter:blur(4px)}.title-section--light .title-section__announcement{border-color:#00000026;color:#0009}.title-section__announcement a{font-weight:600;color:#818cf8;text-decoration:none;display:inline-flex;align-items:center;gap:.2rem;transition:color .15s ease}.title-section__announcement a:hover{color:#a5b4fc}.title-section__title{margin:0 0 1.25rem;font-size:clamp(3rem,5vw,3.75rem);font-family:Cormorant Garamond;font-weight:800;line-height:1.08;letter-spacing:.25em}.title-section--image .title-section__title,.title-section--video .title-section__title{font-size:clamp(1rem,2.5vw,2rem);letter-spacing:.25em;text-transform:uppercase;font-weight:600}.title-section__subtitle{font-size:clamp(.8rem,1.1vw,1.125rem);letter-spacing:.1em;font-family:Cormorant Garamond;font-weight:400;line-height:1.75;max-width:42rem;margin-bottom:10px}.title-section__subtitletwo{font-size:clamp(.8rem,1.1vw,1.125rem);letter-spacing:.1em;font-family:Cormorant Garamond;font-weight:400;line-height:1.75;max-width:45rem;margin-bottom:20px}.title-section__cta{display:flex;flex-wrap:wrap;gap:.875rem;align-items:center;justify-content:flex-start}.title-section--center .title-section__cta,.title-section--image .title-section__cta,.title-section--video .title-section__cta{justify-content:center}.title-section__cta:empty{display:none}.nav{position:sticky;font-family:Cormorant Garamond;top:0;z-index:50;background:transparent;margin-top:-80px}.nav__inner{display:flex;align-items:flex;justify-content:space-between;margin:5px 25px;height:4rem}.nav__logo{display:flex;align-items:center;gap:var(--space-3);text-decoration:none;color:var(--foreground);font-weight:var(--font-bold);font-size:var(--text-lg)}.nav__logo-icon{width:10rem;height:10rem;object-fit:contain;display:block;flex-shrink:0}.nav__links{display:none;align-items:center;gap:var(--space-6)}.nav__link{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--primary-foreground);text-decoration:none;transition:color .15s ease}.nav__link:hover{color:var(--foreground)}.nav__actions{display:flex;align-items:center;gap:var(--space-2)}.nav__auth{display:none;align-items:center;gap:var(--space-2)}.nav__hamburger{display:flex}.nav__hamburger-icon{display:flex;flex-direction:column;justify-content:center;gap:5px;width:1.5rem;height:1.5rem}.nav__hamburger-icon .bar{display:block;width:100%;height:2px;background:currentColor;border-radius:2px;transform-origin:center;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}:has(#mobile-menu:popover-open) .nav__hamburger-icon .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}:has(#mobile-menu:popover-open) .nav__hamburger-icon .bar:nth-child(2){opacity:0;transform:scaleX(0)}:has(#mobile-menu:popover-open) .nav__hamburger-icon .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:fixed;inset:0 0 0 auto;width:min(20rem,100vw - var(--space-8));height:100%;margin:0;padding:0;border:none;border-left:1px solid var(--border);background:var(--background);overflow-y:auto;display:flex;flex-direction:column;translate:100% 0;opacity:0;transition:translate .35s cubic-bezier(.4,0,.2,1),opacity .35s cubic-bezier(.4,0,.2,1),display .35s allow-discrete,overlay .35s allow-discrete}.mobile-menu:popover-open{translate:0 0;opacity:1}@starting-style{.mobile-menu:popover-open{translate:100% 0;opacity:0}}.mobile-menu::backdrop{background:#0000;transition:background .35s ease,display .35s allow-discrete,overlay .35s allow-discrete}.mobile-menu:popover-open::backdrop{background:#00000080}@starting-style{.mobile-menu:popover-open::backdrop{background:#0000}}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4);border-bottom:1px solid var(--border)}.mobile-menu__close-icon{width:1.5rem;height:1.5rem}.mobile-menu__nav{padding:var(--space-4)}.mobile-menu__link{display:block;padding:var(--space-3) var(--space-2);font-size:var(--text-base);font-weight:var(--font-medium);color:var(--foreground);text-decoration:none;border-radius:var(--radius-sm);transition:background .15s ease}.mobile-menu__link:hover{background:var(--secondary)}.mobile-menu__section{padding:var(--space-4);border-top:1px solid var(--border)}.mobile-menu__section-title{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--muted-foreground);margin-bottom:var(--space-3)}.mobile-menu__auth{display:flex;flex-direction:column;gap:var(--space-2)}@media(min-width:48rem){.nav__links,.nav__auth{display:flex}.nav__hamburger{display:none}}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:1rem;height:1rem;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:spin .6s linear infinite}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.relative{position:relative}.absolute{position:absolute}.sticky{position:sticky}.fixed{position:fixed}.inset-0{inset:0}.top-0{top:0}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.self-start{align-self:flex-start}.self-center{align-self:center}.self-end{align-self:flex-end}.self-stretch{align-self:stretch}.stack--sm{--stack-gap: var(--space-2)}.stack--md{--stack-gap: var(--space-4)}.stack--lg{--stack-gap: var(--space-8)}.stack--xl{--stack-gap: var(--space-12)}.row--gap-sm{--row-gap: var(--space-2)}.row--gap-md{--row-gap: var(--space-4)}.row--gap-lg{--row-gap: var(--space-8)}.row--between{justify-content:space-between}.row--end{justify-content:flex-end}.row--start{justify-content:flex-start}.cluster--sm{--cluster-gap: var(--space-1)}.cluster--lg{--cluster-gap: var(--space-4)}.grid--sm{--grid-gap: var(--space-2)}.grid--lg{--grid-gap: var(--space-8)}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-screen{height:100svh}.min-w-0{min-width:0}.max-w-prose{max-width:65ch}.m-0{margin:0}.mx-auto{margin-inline:auto}.ml-auto{margin-inline-start:auto}.mr-auto{margin-inline-end:auto}.mt-1{margin-block-start:var(--space-1)}.mt-2{margin-block-start:var(--space-2)}.mt-3{margin-block-start:var(--space-3)}.mt-4{margin-block-start:var(--space-4)}.mt-6{margin-block-start:var(--space-6)}.mt-8{margin-block-start:var(--space-8)}.mb-1{margin-block-end:var(--space-1)}.mb-2{margin-block-end:var(--space-2)}.mb-3{margin-block-end:var(--space-3)}.mb-4{margin-block-end:var(--space-4)}.mb-6{margin-block-end:var(--space-6)}.mb-8{margin-block-end:var(--space-8)}.p-0{padding:0}.p-2{padding:var(--space-2)}.p-4{padding:var(--space-4)}.p-6{padding:var(--space-6)}.p-8{padding:var(--space-8)}.px-2{padding-inline:var(--space-2)}.px-3{padding-inline:var(--space-3)}.px-4{padding-inline:var(--space-4)}.px-6{padding-inline:var(--space-6)}.py-1{padding-block:var(--space-1)}.py-2{padding-block:var(--space-2)}.py-3{padding-block:var(--space-3)}.py-4{padding-block:var(--space-4)}.py-6{padding-block:var(--space-6)}.font-sans{font-family:var(--font-sans)}.font-serif{font-family:var(--font-serif)}.font-mono{font-family:var(--font-mono)}.text-xs{font-size:var(--text-xs);line-height:var(--leading-normal)}.text-sm{font-size:var(--text-sm);line-height:var(--leading-normal)}.text-base{font-size:var(--text-base);line-height:var(--leading-normal)}.text-lg{font-size:var(--text-lg);line-height:var(--leading-tight)}.text-xl{font-size:var(--text-xl);line-height:var(--leading-tight)}.text-2xl{font-size:var(--text-2xl);line-height:var(--leading-tight)}.text-3xl{font-size:var(--text-3xl);line-height:var(--leading-tight)}.font-normal{font-weight:var(--font-normal)}.font-medium{font-weight:var(--font-medium)}.font-bold{font-weight:var(--font-bold)}.leading-none{line-height:var(--leading-none)}.leading-tight{line-height:var(--leading-tight)}.leading-snug{line-height:var(--leading-snug)}.leading-normal{line-height:var(--leading-normal)}.leading-relaxed{line-height:var(--leading-relaxed)}.tracking-tight{letter-spacing:var(--tracking-tight)}.tracking-normal{letter-spacing:var(--tracking-normal)}.tracking-wide{letter-spacing:var(--tracking-wide)}.tracking-wider{letter-spacing:var(--tracking-wider)}.tracking-widest{letter-spacing:var(--tracking-widest)}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-wrap-balance{text-wrap:balance}.text-wrap-pretty{text-wrap:pretty}.text-foreground{color:var(--foreground)}.text-muted{color:var(--muted-foreground)}.text-accent{color:var(--accent-foreground)}.text-destructive{color:var(--destructive)}.bg-background{background-color:var(--background)}.bg-surface-1{background-color:var(--surface-1)}.bg-surface-2{background-color:var(--surface-2)}.bg-surface-3{background-color:var(--surface-3)}.bg-surface-4{background-color:var(--surface-4)}.bg-primary{background-color:var(--primary)}.bg-muted{background-color:var(--muted)}.bg-accent{background-color:var(--accent)}.border{border:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.border-b{border-bottom:1px solid var(--border)}.border-none{border:none}.rounded-none{border-radius:var(--radius-none)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-none{box-shadow:var(--shadow-none)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.transition{transition-property:color,background-color,border-color,box-shadow,opacity,transform;transition-duration:var(--duration-normal);transition-timing-function:var(--ease-default)}.transition-fast{transition-duration:var(--duration-fast)}.transition-slow{transition-duration:var(--duration-slow)}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.select-none{user-select:none}.pointer-events-none{pointer-events:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.not-sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.z-below{z-index:var(--z-below)}.z-base{z-index:var(--z-base)}.z-raised{z-index:var(--z-raised)}.z-dropdown{z-index:var(--z-dropdown)}.z-sticky{z-index:var(--z-sticky)}.z-modal{z-index:var(--z-modal)}.z-toast{z-index:var(--z-toast)}
