:root{--color-text-primary:#404040;--color-brand:#0ea5e9;--color-border:#e5e5e5;--color-text-muted:#8b8b8b;--color-text-secondary:#707070;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:2.5rem;--transition-duration:.3s;--transition-easing:ease}@font-face{font-display:swap;font-family:Myriad Pro;font-weight:400;font-style:normal;src:url(/assets/font/MyriadPro-Regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Myriad Pro;font-weight:700;font-style:normal;src:url(/assets/font/MyriadPro-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Thin;font-weight:100;font-style:normal;src:url(/assets/font/Inter-Thin.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Light;font-weight:300;font-style:normal;src:url(/assets/font/Inter-Light.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Regular;font-weight:400;font-style:normal;src:url(/assets/font/Inter-Regular.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Medium;font-weight:500;font-style:normal;src:url(/assets/font/Inter-Medium.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-SemiBold;font-weight:600;font-style:normal;src:url(/assets/font/Inter-SemiBold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Bold;font-weight:700;font-style:normal;src:url(/assets/font/Inter-Bold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-ExtraBold;font-weight:800;font-style:normal;src:url(/assets/font/Inter-ExtraBold.woff2)format("woff2")}@font-face{font-display:swap;font-family:Inter-Black;font-weight:900;font-style:normal;src:url(/assets/font/Inter-Black.woff2)format("woff2")}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes spin{to{transform:rotate(360deg)}}.fade-in-up{animation:fadeInUp var(--transition-duration)var(--transition-easing)forwards}.fade-out{animation:fadeOut var(--transition-duration)var(--transition-easing)forwards}.loading-spinner{animation:1s linear infinite spin}.banner{color:#fff;text-align:center;text-transform:none;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:300px;display:flex;position:relative}.banner:before{z-index:1;content:"";background:linear-gradient(#0000 0%,#000 83.43%);width:100%;height:100%;position:absolute;inset:0}.banner__wrapper{z-index:2;flex-direction:column-reverse;gap:1rem;max-width:46rem;margin-inline:auto;display:flex;position:relative}.banner__title{padding-inline:1rem;font-family:Inter-SemiBold;font-size:clamp(1.25rem,4vw,1.75rem);line-height:calc(1.2*clamp(1.25rem,4vw,1.75rem))}.banner__subtitle{text-transform:uppercase;font-family:Inter-Bold;font-size:.875rem;line-height:1.2}@media screen and (width>=768px){.banner{height:33.75rem}.banner__title{padding-inline:2.6rem;font-size:clamp(2.125rem,4vw,2.625rem);line-height:calc(1.2*clamp(2.125rem,4vw,2.625rem))}}