:root{--font-size-h1:36px;--font-size-h2:30px;--font-size-h3:24px;--font-size-h4:20px;--font-size-h5:17px;--font-size-h6:14px;--body-large-font-size:16px;--body-text-font-size:14px;--special-font-size:12px;--special-xs-font-size:11px;--line-height-h1:44px;--line-height-h2:38px;--line-height-h3:32px;--line-height-h4:28px;--line-height-h5:24px;--line-height-h6:20px;--body-large-line-height:24px;--body-text-line-height:22px;--special-line-height:18px;--special-xs-line-height:16px;--font-weight-semibold:600;--font-weight-medium:500;--font-weight-regular:400;--font-weight-light:300;--font-weight-bold:700;--color-dark:#040404;--color-dark-2:#161312;--color-moderate:#505050;--color-yellow:#efff36;--color-yellow-light:#fefcf5;--color-white:#ffffff;--color-electric-lime:#efff36;--color-darker-electic-lime:#d7e531;--color-onyx-black:#161312;--color-pure-white:#ffffff;--color-midnight-green:#0f291e;--color-slate-gray:#004225;--color-crimson-red:#dc143c;--color-red:#dc143c;--color-pink:#ff929f;--color-blue:#6351d3;--color-green:#04dc04;--color-forms:#282423;--color-forms-dark:#322e2c;--color-forms-disabled:#5b5b5b;--color-font-gray-2:#767676;--color-font-gray:#dadada;--color-success:#0fb91b;--color-warning:#ffc400;--color-error:#ed1c24;--color-divider:#bdbdbd;--color-gray:#f5f3f1;--color-gray-hover:#eae7e5;--color-gray-light:#f0edeb;--color-gray-muted:#727272;--color-gray-button:#ebe9e7;--color-strike:#666;--breakpoint-mobile:320px;--breakpoint-tablet:768px;--breakpoint-desktop:1024px;--font-bebas-neue:"Bayon",sans-serif}*{box-sizing:border-box;padding:0;margin:0}html{background-color:var(--color-dark)}body,html{font-family:var(--font-body);color:var(--color-dark)!important;max-width:100vw;overflow-x:clip;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body)!important;background-color:var(--color-white)}.logotype{font-family:var(--font-bebas-neue);font-size:24px;font-weight:200;letter-spacing:.03em}a{text-decoration:none}a.text-dark,a.text-dark:hover{color:var(--color-dark)}a.underline{text-decoration:underline}p{font-family:var(--font-body);letter-spacing:-.01em}.toaster{background-color:var(--color-dark);color:var(--color-white)}.elipsis{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.strike-through{text-decoration:line-through;color:var(--color-strike)}@media screen and (max-width:825px){.chat-container-popup{display:none}}.bold-text{font-weight:600}.section-background-light{background-color:var(--color-gray);color:var(--color-dark)}.section-background-dark{background-color:var(--color-dark);color:var(--color-white);position:relative}.section-background-dark:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.section-background-dark>*{position:relative;z-index:1}.section-background-dark-2{background-color:var(--color-dark-2);color:var(--color-white);position:relative}.section-background-dark-2:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.section-background-dark-2>*{position:relative;z-index:1}.section-background-white{background-color:var(--color-white);color:var(--color-dark)}.section-background-accent{background-color:var(--color-yellow);color:var(--color-dark)}.section-background-gray{background-color:var(--color-gray);color:var(--color-dark)}.home-cta-row{background:#f5f3f1;padding:0 0 3.5rem;text-align:center}@media(min-width:768px){.home-cta-row{padding:0 0 5rem}}.home-cta-row .container{display:flex;justify-content:center;padding:0 1rem}.home-section{padding:3.5rem 0}@media(min-width:768px){.home-section{padding:5rem 0}}.home-section--gray{background-color:#f5f3f1;color:#161312}.home-section--white{background-color:#fff}.home-section__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.home-section__container{padding:0 2.5rem}}