@font-face{font-family:myriadPro;src:url(/_next/static/media/3ee47600727d6953-s.otf) format("opentype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:myriadPro;src:url(/_next/static/media/3e5a6c7d967c8cbb-s.otf) format("opentype");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:myriadPro;src:url(/_next/static/media/395590d2095aadb3-s.otf) format("opentype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:myriadPro;src:url(/_next/static/media/dc4309394121ebf1-s.otf) format("opentype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:myriadPro Fallback;src:local("Arial");ascent-override:79.39%;descent-override:26.46%;line-gap-override:21.17%;size-adjust:94.47%}.__className_173640{font-family:myriadPro,myriadPro Fallback}.__variable_173640{--font-myriad-pro:"myriadPro","myriadPro Fallback"}:root{--space-4xs:clamp(0.125rem,calc(0.125rem + 0vw),0.125rem);--space-3xs:clamp(0.25rem,calc(0.25rem + 0vw),0.25rem);--space-2xs:clamp(0.5rem,calc(0.5rem + 0vw),0.5rem);--space-xs:clamp(0.75rem,calc(0.75rem + 0vw),0.75rem);--space-sm:clamp(1rem,calc(1rem + 0vw),1rem);--space-md:clamp(1.5rem,calc(1.125rem + 0.78125vw),1.75rem);--space-lg:clamp(2.25rem,calc(1.125rem + 2.34375vw),3rem);--space-xl:clamp(3.5rem,calc(1.25rem + 4.6875vw),5rem);--space-2xl:clamp(5.75rem,calc(2.375rem + 7.03125vw),8rem);--space-3xl:clamp(9.25rem,calc(4.75rem + 9.375vw),12.25rem);--space-4xl:clamp(15rem,calc(7.5rem + 15.625vw),20rem);--fs-description:clamp(1.125rem,calc(1.125rem + 0vw),1.125rem);--fs-list:clamp(0.875rem,calc(0.875rem + 0vw),0.875rem);--fs-button:clamp(1rem,0.9rem + 0.5vw,1.25rem);--fs-button-small:14px;--fs-p:clamp(1rem,0.98rem + 0.12vw,1.0625rem);--fs-p-big:clamp(1.125rem,1.05rem + 0.35vw,1.375rem);--fs-section:clamp(1rem,0.95rem + 0.3vw,1.125rem);--fs-title:clamp(2rem,1.65rem + 1vw,2.25rem);--fs-title-small:clamp(1.375rem,1.25rem + 0.625vw,1.5625rem);--fs-h4:clamp(1.125rem,1.05rem + 0.3vw,1.25rem);--fs-h3:clamp(1.375rem,1.2rem + 0.75vw,1.5rem);--fs-h2:clamp(1.625rem,1.35rem + 1.15vw,1.875rem);--fs-h1:clamp(2.25rem,1.7rem + 2.3vw,2.625rem);--accent-green:#678121;--accent-red:#DB2F25;--accent-dark-red:#AD1522;--accent-blue:#567E8a;--accent-purple:#652E8C;--accent-orange:#F18A00;--accent-gold:#9f6601;--black:#101114;--black-lighter:#1f2126;--white:#ffffff;--grey:#e8ebe9;--dark-grey:#808080}*{box-sizing:border-box}html{scroll-behavior:auto}body,html{height:100%}body{margin:0;background-color:var(--black)}body.modal-open{overflow:hidden}.frontend{font-family:var(--font-myriad-pro);font-weight:400;font-size:1rem;background-color:var(--black);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.page-content::-webkit-scrollbar{display:none}.section-label,.section-title,h1,h2,h3,h4,h5,h6,p{margin:0}h1{font-size:var(--fs-h1);font-weight:700;line-height:1.05}h2{font-size:var(--fs-h2);line-height:1.1}h2,h3{font-weight:600}h3{font-size:var(--fs-h3);line-height:1.15}h4{font-size:var(--fs-h4);font-weight:600}h4,p{line-height:1.2}p{font-size:var(--fs-p)}p,ul li{font-weight:400}ul li{font-size:var(--fs-list);line-height:1.5;color:gray}a{color:inherit}.section-label{font-size:var(--fs-section);font-weight:400;line-height:1.2}.section-title{font-size:var(--fs-title);font-weight:700;line-height:1.05}.button,button{position:relative;cursor:pointer;border:none;padding:.625em 1.25em;background-color:var(--grey);color:var(--black);display:inline-flex;transition:all .3s ease}.button:before,button:before{position:absolute;top:50%;left:1rem;content:"";opacity:0;border-radius:50%;width:.5rem;height:.5rem;transform:scale(0) translateY(-50%);background-color:var(--black);transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.button.rounded,button.rounded{border-radius:10rem}.button.red:before,button.red:before{background-color:var(--accent-red)}.button.blue:before,button.blue:before{background-color:var(--accent-blue)}.button.green:before,button.green:before{background-color:var(--accent-green)}.button.colored:before,button.colored:before{background-color:var(--colored)}.button span,button span{transform:translateY(2px);font-size:var(--fs-button);line-height:1;font-weight:400;font-family:var(--font-myriad-pro);will-change:transform;white-space:nowrap}.button.small,button.small{padding:.625em 1.25em}.button.small span,button.small span{font-size:var(--fs-button-small);font-weight:400}.button.active,.button:disabled,.button:focus-visible,.button:hover,button.active,button:disabled,button:focus-visible,button:hover{padding-left:2.25em}.button.active:before,.button:disabled:before,.button:focus-visible:before,.button:hover:before,button.active:before,button:disabled:before,button:focus-visible:before,button:hover:before{opacity:1;transform:scale(1) translateY(-50%)}.button.no-hover.active,.button.no-hover:focus-visible,.button.no-hover:hover,button.no-hover.active,button.no-hover:focus-visible,button.no-hover:hover{padding-left:1.5rem}.button.no-hover.active:before,.button.no-hover:focus-visible:before,.button.no-hover:hover:before,button.no-hover.active:before,button.no-hover:focus-visible:before,button.no-hover:hover:before{opacity:0;transform:scale(0)}.button.no-hover-small.active,.button.no-hover-small:focus-visible,.button.no-hover-small:hover,button.no-hover-small.active,button.no-hover-small:focus-visible,button.no-hover-small:hover{padding-left:1.25em}.button.no-hover-small.active:before,.button.no-hover-small:focus-visible:before,.button.no-hover-small:hover:before,button.no-hover-small.active:before,button.no-hover-small:focus-visible:before,button.no-hover-small:hover:before{opacity:0;transform:scale(0)}button:disabled,select:disabled{cursor:not-allowed;opacity:.6}.button{text-decoration:none}.footer_footer__1wMx8{position:relative;overflow:hidden;z-index:2;background-color:var(--black)}.footer_footer__dark__KMKz5{opacity:0;pointer-events:none;width:calc(100% - 24px);height:calc(100% - 24px);background-color:var(--black);position:absolute;top:0;left:12px}.footer_footer__container__JgqKM{position:relative;padding:12px}.footer_footer__sectionA__bv5Oe{color:var(--white);color:#fff;padding:1rem 4.5rem 2.5rem;display:flex;overflow:hidden}@media screen and (max-width:850px){.footer_footer__sectionA__bv5Oe{padding:4.5rem 2rem;flex-wrap:wrap}}.footer_footer__sectionB__pMgK3{color:var(--white);color:#fff;padding:0 4.5rem;display:flex;overflow:hidden}.footer_footer__sectionB__pMgK3 p{margin:0}@media screen and (max-width:850px){.footer_footer__sectionB__pMgK3{padding:2rem}}.footer_footer__marquee__FlKqE{width:100%;overflow:hidden}.footer_footer__colA__wq3E5{flex-basis:25%}.footer_footer__colA__wq3E5 h2{margin-bottom:1rem}@media screen and (max-width:850px){.footer_footer__colA__wq3E5{flex-basis:30%}}@media screen and (max-width:450px){.footer_footer__colA__wq3E5{flex-basis:100%;margin-bottom:2rem}}.footer_footer__colB__TIyrj,.footer_footer__colC__iv28U,.footer_footer__colD__N8156{flex-basis:25%;padding:0 1rem}.footer_footer__colB__TIyrj h3,.footer_footer__colC__iv28U h3,.footer_footer__colD__N8156 h3{font-size:var(--fs-p);margin-bottom:1.5rem;font-weight:400}.footer_footer__colB__TIyrj p,.footer_footer__colC__iv28U p,.footer_footer__colD__N8156 p{font-size:var(--fs-button)}@media screen and (max-width:850px){.footer_footer__colB__TIyrj,.footer_footer__colC__iv28U,.footer_footer__colD__N8156{padding:0}.footer_footer__colB__TIyrj{flex-basis:70%;margin-bottom:2rem}}@media screen and (max-width:450px){.footer_footer__colB__TIyrj{flex-basis:100%}}@media screen and (max-width:850px){.footer_footer__colC__iv28U,.footer_footer__colD__N8156{flex-basis:30%}}@media screen and (max-width:450px){.footer_footer__colC__iv28U,.footer_footer__colD__N8156{flex-basis:100%}}.footer_footer__ul__rSETZ{list-style:none;padding:0;margin:0}.footer_footer__contact__XaGBi{padding-top:2rem}.footer_footer__h3margin__1yAJO{margin-top:2rem}.footer_footer__authButtons__rMz1w{margin-top:2rem;display:flex;gap:.5rem}