:root{--color-primary:#2f8bf8;--color-primary-hover:#006b7a;--color-primary-light:rgba(0,131,149,.1);--color-text-primary:#1f2937;--color-text-secondary:#374151;--color-text-tertiary:#6b7280;--color-text-white:#fff;--color-bg-white:#fff;--color-bg-gray:#f9fafb;--color-bg-gray-light:#f3f4f6;--color-bg-black:#000;--color-border:#e5e7eb;--color-border-light:rgba(229,231,235,.22);--font-size-xs:.75rem;--font-size-sm:.8125rem;--font-size-base:1rem;--font-size-lg:1.25rem;--font-size-xl:2.75rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-base:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--border-radius-sm:4px;--border-radius-base:8px;--border-radius-lg:12px;--border-radius-full:50%;--shadow-sm:0 1px 2px rgba(0,0,0,.05);--shadow-base:0 1px 3px rgba(0,0,0,.1);--shadow-lg:0 4px 6px rgba(0,0,0,.1);--transition-base:.3s ease;--transition-fast:.15s ease}.font-sans{font-family:Helvetica Neue,Helvetica,Arial,sans-serif}.font-serif{font-family:Georgia,Times New Roman,Times,serif}.font-mono{font-family:Courier New,Courier,monospace}.font-hero-title{font-size:6.875rem;font-weight:500}.font-hero-title-2{font-size:4.375rem;font-weight:500}.font-homepage-subtitle{font-size:3.5rem;font-weight:500}.font-page-heading{font-size:2.75rem;font-weight:500}.font-slogan{font-size:2.5rem;font-weight:500}.font-module-secondary{font-size:2.25rem;font-weight:500}.font-homepage-secondary{font-size:1.625rem;font-weight:500}.font-subheading{font-size:1.5rem;font-weight:400}.font-minor-title{font-size:1.25rem;font-weight:400}.font-body-text{font-size:1rem;font-weight:400}.font-body-text-medium{font-size:1rem;font-weight:500}@media(max-width:1224px){.font-hero-title{font-size:5.5rem}.font-hero-title-2{font-size:3.5rem}.font-homepage-subtitle{font-size:2.8rem}.font-page-heading{font-size:2.2rem}.font-slogan{font-size:2rem}.font-module-secondary{font-size:1.8rem;line-height:1}.font-homepage-secondary{font-size:1.3rem}.font-subheading{font-size:1.2rem}.font-minor-title{font-size:1rem}.font-body-text,.font-body-text-medium{font-size:.8rem}}@media(max-width:1024px){.font-hero-title{font-size:5.15625rem}.font-hero-title-2{font-size:3.28125rem}.font-homepage-subtitle{font-size:2.625rem}.font-page-heading{font-size:2.0625rem}.font-slogan{font-size:1.875rem}.font-module-secondary{font-size:1.6875rem}.font-homepage-secondary{font-size:1.21875rem}.font-subheading{font-size:1.125rem}.font-minor-title{font-size:.9375rem}.font-body-text,.font-body-text-medium{font-size:.75rem}}@media(min-width:40px)and (max-width:640px){.font-hero-title{font-size:3.4375rem}.font-hero-title-2{font-size:2.1875rem}.font-homepage-subtitle{font-size:1.75rem}.font-page-heading{font-size:1.375rem}}html{font-size:clamp(.9,1vw,1rem)}body,html{box-sizing:border-box;font-family:Inter,sans-serif;overflow-x:hidden}body{height:100vh;overflow-y:auto;width:100%}*{margin:0;padding:0;text-decoration:none!important}li{list-style:none}.flex-center{align-items:center;display:flex;justify-content:center}.padding-lr{padding:0 15%}.section-wrapper{padding-top:3rem}@media(max-width:1080px){.padding-lr{padding:0 5%}}@media(max-width:640px){.padding-lr{padding:0 1rem}}.scroll-animate{opacity:0;transform:translateY(30px);transition:opacity .8s ease-out,transform .8s ease-out}.scroll-animate-delay-1{opacity:0;transform:translateY(30px);transition:opacity .5s ease-out .2s,transform .5s ease-out .2s}.scroll-animate-delay-2{opacity:0;transform:translateY(30px);transition:opacity .5s ease-out .4s,transform .5s ease-out .4s}.scroll-animate-delay-3{opacity:0;transform:translateY(30px);transition:opacity .5s ease-out .6s,transform .5s ease-out .6s}.scroll-animate-in .scroll-animate,.scroll-animate-in .scroll-animate-delay-1,.scroll-animate-in .scroll-animate-delay-2,.scroll-animate-in .scroll-animate-delay-3,.scroll-animate-in.scroll-animate{opacity:1;transform:translateY(0)}*,:after,:before{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5)}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-ring-offset-shadow:0 0 transparent;--un-ring-shadow:0 0 transparent;--un-shadow-inset: ;--un-shadow:0 0 transparent;--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgba(147,197,253,.5)}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.grid{display:grid}.my{margin-bottom:1rem;margin-top:1rem}.me{margin-inline-end:1rem}.block{display:block}.inline-block{display:inline-block}.hidden{display:none}.h1{height:.25rem}.h2{height:.5rem}.h3{height:.75rem}.flex{display:flex}.inline-flex{display:inline-flex}.flex-shrink{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.resize{resize:both}.border{border-width:1px}.p-8{padding:2rem}.px{padding-left:1rem;padding-right:1rem}.outline{outline-style:solid}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease,.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}
