.header--container{width:100%;max-width:calc(100% - 40px);padding:0 16px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header--container.container{width:1600px;max-width:90vw;margin:0 auto}.header--container.second{justify-content:center;gap:38px}.header--container.second>.ant-flex{width:100%}header.absolute{position:fixed;top:0;left:0;width:100%;opacity:0;pointer-events:none}header.absolute>div{height:93px}header.absolute.show{opacity:1;pointer-events:auto}.header--overlay>span{background-color:rgba(0,0,0,.598);width:calc(100% + 1px);height:100vh;position:absolute;left:-1px;top:92px;z-index:0}.header--links{display:flex;gap:10px;align-items:center;cursor:pointer;margin-right:12px}.header--link{padding:32px 10px;position:relative}.second .header--link{padding:22px 10px}.header--link.active:after,.header--link:after{position:absolute;content:"";background-color:var(--primary);bottom:0;left:0;width:0;height:3px;transition:all .3s}.header--link.active:after,.header--link:hover:after{width:100%;transition:all .3s}.header--link p,.header--link span{font-weight:500;color:var(--High,#1a1a1a);font-size:15px}.btn-grp{display:flex;gap:12px;width:169px;justify-content:flex-end}header{box-shadow:inset 0 0 8px 1px hsla(0,0%,100%,.2);border:1px solid var(--Other-stroke,#ebebe5);margin-bottom:1px;background-color:#fff;z-index:999;top:-94.4px;transition:all .35s;position:-webkit-sticky;position:sticky}header.sticky{top:0;transition:all .35s;margin-bottom:10px}header button.ant-btn{padding:8px 24px!important;height:36px}header button.ant-btn span{font-size:14px;font-weight:500;line-height:20px}header button.ant-btn-primary{background-color:var(--primary)}header button.ant-btn-primary:hover{background-color:var(--primary-dark)!important}header .header-dropdown{position:absolute;background-color:#fff;padding:50px;top:92px;left:50%;transform:translateX(-50%);z-index:999999;display:flex;max-height:100vh;overflow-y:scroll;scrollbar-width:none;scrollbar-color:transparent transparent}header .header-dropdown::-webkit-scrollbar{width:.01em}header .header-dropdown:-webkit-scrollbar-track{background:transparent}header .header-dropdown::-webkit-scrollbar-thumb{background-color:transparent}header.sticky .header-dropdown{max-height:calc(100vh - 93.6px)}.header-dropdown--item{padding:0 24px;border-right:1px solid #ebebe5;display:flex;flex-direction:column;gap:24px}.header-dropdown--item:first-child{padding-left:0}.header-dropdown--item:last-child{padding-right:0;border-right:none}.header-dropdown--item>div{min-width:269px}.header-dropdown--item>div:last-child:not(:first-child){padding-top:12px;border-top:1px solid #ebebe5}.header-dropdown--link{padding:12px 0;display:block;width:-moz-fit-content;width:fit-content}.header-dropdown--link>div{display:flex;flex-direction:column;gap:8px}.header-dropdown--item p{color:var(--low,#2b2e32);font-size:13px;font-weight:400;line-height:160%}.header-dropdown p.title-big{color:var(--text);font-size:18px;font-weight:700;line-height:26px;margin-bottom:8px;position:relative;width:-moz-fit-content;width:fit-content;transition:all .3s}.header-dropdown p.title-main{color:var(--text);font-size:15px;font-weight:600;line-height:22px;position:relative;transition:all .3s}.header-dropdown p.title-big:after,.header-dropdown p.title-main:after{position:absolute;content:"";background-color:var(--primary);height:1px;bottom:-1px;left:0;width:0;transition:all .3s}.header-dropdown--item a:hover p.title-big:after{width:100%}.header-dropdown--item a:hover p.title-big{color:var(--primary);transition:all .3s}.header-dropdown--item .popular{border-radius:4px;border:1px solid var(--Green-02,#2aa300);padding:2px 4px;color:var(--Green-01,#1d7000);font-size:12px;font-weight:400;line-height:16px;display:block}.header-dropdown--link.active p.title-main,.header-dropdown--link:hover p.title-main{color:var(--primary);transition:all .3s}.header-dropdown--link.active p.title-main:after,.header-dropdown--link:hover p.title-main:after{width:100%;transition:all .3s}.header-dropdown--item .svg-div{padding:12px 12px 0;margin-bottom:16px;width:-moz-fit-content;width:fit-content}header.open-drop.sticky:after{transition:all .35s}.header-dropdown.second .header-dropdown--item>div{min-width:204px}.header-dropdown.second{flex-direction:column}.header-dropdown.second>div{display:flex}.header-dropdown--bottom{padding-top:24px;margin-top:24px;border-top:1px solid #ebebe5;gap:24px}.header-dropdown--bottom>div{display:flex;align-items:center}.header-dropdown--bottom>div:first-child{gap:24px;padding-right:25px}.header-dropdown--bottom>div:last-child{padding-left:24px;border-left:1px solid #ebebe5;justify-content:space-between;width:100%}.header-dropdown .header-dropdown--bottom p.title-big{margin-bottom:0}.header-dropdown.third .header-dropdown--item:last-child{flex-direction:row;gap:80px}.header-dropdown.third .header-dropdown--item:last-child>div{min-width:140px}.header-dropdown.third .header-dropdown--item:last-child>div:last-child{padding-top:0;border-top:0}.header-dropdown.fourth .header-dropdown--item>div{min-width:200px;max-width:200px}.header-dropdown.fourth .header-dropdown--item:last-child>div{min-width:140px;max-width:140px;padding-left:16px}.burger{position:relative;display:block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:1.5rem;height:1rem;border:none;outline:none;visibility:visible}.burger-line{position:absolute;display:block;right:0;width:100%;height:2.15px;opacity:1;rotate:0deg;border-radius:.15rem;background-color:var(--text);transition:all .3s ease}.burger-line:first-child{top:0}.burger-line:nth-child(2){top:.5rem;width:70%}.burger-line:nth-child(3){top:1rem}.burger.is-active>.burger-line:first-child{top:.5rem;rotate:135deg}.burger.is-active>.burger-line:nth-child(2){opacity:0}.burger.is-active>.burger-line:nth-child(3){top:.5rem;rotate:-135deg}.head-btn{display:none!important}.header-dropdown{border-top:1px solid var(--Other-stroke,#ebebe5)}@media screen and (min-width:1024px){.burger{visibility:hidden}.burger,.nav-list-mobile{display:none}}@media screen and (max-width:1023px){header{top:0;position:fixed;width:100%}body,html{overflow-x:hidden;max-width:100vw}main{margin-top:68px}.btn-grp,.header--links{display:none}.header--container{padding:20px 16px;flex-wrap:wrap;max-width:100vw}header button.ant-btn.head-btn{display:flex!important;padding:4px 8px!important;height:28px;margin-left:auto;margin-right:10px}header button.ant-btn.head-btn span{font-size:11px!important}.nav-list-mobile{width:100%;height:0;transition:all .3s;opacity:0;visibility:hidden;pointer-events:none;display:flex;flex-direction:column;gap:20px;margin:0 -16px;width:calc(100% + 32px)}.nav-list-mobile.open{height:calc(100vh - 68px);visibility:visible;pointer-events:auto;opacity:1;margin-top:20px;overflow-y:scroll;gap:0;padding-bottom:20px;border-top:1px solid var(--Other-stroke,#ebebe5)}.nav-list-mobile--item>*{padding:18px 24px 18px 20px;border-bottom:1px solid var(--Other-stroke,#ebebe5)}.nav-list-mobile--item svg{transform:rotate(-90deg)}.nav-list-mobile--item svg path{stroke:#1a1a1a}header .header-dropdown{width:100%;position:unset;transform:none;flex-wrap:wrap;padding:20px 0 0}.header-dropdown--item{padding:0;border-right:none;gap:12px;width:-moz-fit-content;width:fit-content;margin:0 20px}.header-dropdown--item .svg-div{padding:0;margin-bottom:0}.header-dropdown--item .svg-div svg{scale:.7}.header-dropdown--link{padding:8px 0}header .header-dropdown,header.sticky .header-dropdown{max-height:none;gap:20px}header .ant-collapse,header .ant-collapse>.ant-collapse-item{border:none!important}header .ant-collapse{background-color:transparent}header .ant-collapse .ant-collapse-content{border:none!important}header .ant-collapse>.ant-collapse-item>.ant-collapse-header{padding:0;flex-direction:row-reverse}header .ant-collapse-item:not(:last-child){margin-bottom:20px}.header--link,.header-custom-ink,header .ant-collapse-header-text{font-weight:500;color:var(--High,#1a1a1a);font-size:16px;display:block}.header-dropdown.second>div{flex-direction:column;gap:20px}.header-dropdown--bottom>div:last-child{padding-left:0;border-left:0}header .ant-collapse .ant-collapse-content>.ant-collapse-content-box{padding:12px 6px}.header-dropdown p.title-big{font-size:16px;line-height:24px;color:rgba(43,46,50,.8);font-weight:500;margin-top:10px;margin-bottom:20px}.header-dropdown p.title-main{font-size:14px}header button.ant-btn.ant-btn-default{margin-top:auto}header .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow{scale:1.2}.header--container.second{display:none}.header--container.second.landing{display:flex}.header-dropdown.fourth .header-dropdown--item:last-child>div{padding-left:0;max-width:100%;width:100%}.header--overlay>span{display:none}.headerMobileText{font-size:16px;font-weight:700}.header--container.container{max-width:100%}}@media screen and (max-width:767px){header .ant-collapse .ant-collapse-content>.ant-collapse-content-box{padding:10px 6px}.header-dropdown--item .svg-div svg{scale:.6;margin-bottom:-10px;margin-left:-10px}.header-dropdown p.title-big{font-size:15px;margin-bottom:8px;margin-top:12px}.header-dropdown--link>div{gap:4px}.header-dropdown--item p{line-height:140%}.header-dropdown--item{gap:10px}.header-dropdown--item>div:last-child:not(:first-child){padding-top:0;border-top:0}header .header-dropdown,header.sticky .header-dropdown{gap:18px}.nav-list-mobile{gap:17px}.logo-head{padding-top:6px}.logo-head svg{scale:.8;margin-left:-15px}.logo-head.logix svg{margin-top:-16px}.logo-head.logix{height:34px}.burger{width:1.35rem}.header-dropdown--item{width:100%}.header-dropdown.fourth .header-dropdown--item:last-child>div,.header-dropdown.fourth .header-dropdown--item>div{width:100%;max-width:100%}.header-dropdown--bottom>div:last-child{align-items:flex-start;gap:0 10px;flex-wrap:wrap}.header--link.active:after,.header--link:hover:after{position:absolute;content:"";background-color:var(--primary);bottom:0;left:0;width:3px;height:100%;transition:all .3s}}@font-face{font-family:__Public_Sans_3a41d0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f7650dfaa438c37c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Public_Sans_3a41d0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98baa4a7809fbf72-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Public_Sans_3a41d0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8bf7b2ceda89477b-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Public_Sans_Fallback_3a41d0;src:local("Arial");ascent-override:90.59%;descent-override:21.46%;line-gap-override:0.00%;size-adjust:104.87%}.__className_3a41d0{font-family:__Public_Sans_3a41d0,__Public_Sans_Fallback_3a41d0;font-style:normal}footer{background:#1e1e1e}.footer--container{width:1600px;max-width:90vw;margin:0 auto;padding:0 16px}.footer--top{padding:80px 0}.footer--cta{border-radius:12px;background:#262626;border:1px solid #343434;padding:50px 50px 112px;display:flex;align-items:center;position:relative}.footer--cta,.footer--cta--image{max-width:100%}.footer--cta .footer--cta--image img{position:absolute;height:auto;max-height:100%;width:auto;right:0;top:0}footer img.guides{right:0;bottom:0;position:absolute}.footer--cta--content{width:50%;min-width:489px;z-index:1}.footer--cta--content h2{color:#fff;font-size:32px;font-weight:600;line-height:47px;margin-bottom:14px}.footer--cta--content p{color:hsla(0,0%,100%,.8);font-size:15px;font-weight:400;line-height:26px;margin-bottom:30px}input.ant-input::placeholder{color:hsla(0,0%,100%,.6);font-size:13px;font-weight:400;line-height:normal;opacity:1}input.ant-input::-ms-input-placeholder{color:hsla(0,0%,100%,.6);font-size:13px;font-weight:400;line-height:normal}.ant-input-affix-wrapper.ant-input-outlined,.ant-input-affix-wrapper.ant-input-outlined.ant-input-affix-wrapper-focused,.ant-input-affix-wrapper.ant-input-outlined:hover,input.ant-input,input.ant-input:focus,input.ant-input:hover{border-radius:6px;border:1px solid hsla(0,0%,100%,.1);background:#1f1f1f!important;height:42px;color:#fff;box-shadow:none;font-size:13px;font-weight:400;line-height:normal;padding:13px 14px}.ant-input-affix-wrapper.ant-input-outlined .ant-input-prefix{color:#fff;font-size:13px;font-weight:400}.ant-input-affix-wrapper input.ant-input{padding:0;height:auto}.footer--cta button.ant-btn-primary{margin-top:24px;background-color:var(--primary)}.footer--cta button.ant-btn-primary:hover{background-color:var(--primary-dark)!important}.footer--bottom{border-top:1px solid hsla(0,0%,100%,.17);padding:80px 0 40px}.footer--bottom .footer--container{display:flex;gap:50px}.footer--bottom .footer--container p{color:hsla(0,0%,100%,.8);font-size:13px;font-weight:400;line-height:20px}.footer--links{display:flex;gap:60px}footer .h6{color:#fff;font-size:16px;font-weight:600;line-height:22px;margin-bottom:8px;text-transform:capitalize}.footer--links--item{display:flex;flex-direction:column;gap:10px}footer .footer--links--item .h6{margin-bottom:0}.footer--links--item a{color:hsla(0,0%,100%,.8);font-size:13px;font-weight:400;line-height:20px}.footer--links--item a:hover{color:#fff}footer .adress{max-width:300px}footer .adress svg{margin-bottom:20px}.footer--bottom .footer--container:first-child{padding-bottom:30px;border-bottom:1px solid #303030;margin-bottom:40px;justify-content:space-between}.footer--container:last-child{justify-content:space-between;align-items:center}.footer--container:last-child ul{display:flex;gap:6px}.footer--container{position:relative}.footer--container:last-child ul li a{padding:2px;display:flex;width:50px;height:30px;justify-content:center;align-items:center;border-radius:8px;border:1px solid #606060}.footer--container:last-child p{color:hsla(0,0%,100%,.6);font-size:14px;font-weight:400;line-height:20px}.footer--cta--links{display:flex;gap:16px;background:#1e1e1e;border-top-right-radius:12px;border:1px solid #343434;width:-moz-fit-content;width:fit-content;padding:20px 20px 0 0;border-bottom:0;border-left:0;position:absolute;bottom:0;z-index:1}.footer--cta--links:after{right:-21px;bottom:0}.footer--cta--links:after,.footer--cta--links:before{content:"";position:absolute;width:21px;height:20px;background-color:#262626;border-radius:50%;box-shadow:-10px 10px 0 #1e1e1e}.footer--cta--links:before{left:0;bottom:63.5px}.footer--cta--links a{border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:#262626;padding:8px 16px;display:flex;align-items:center;gap:8px;color:hsla(0,0%,100%,.8);font-size:15px;font-weight:400;line-height:26px}.footerCollapse{display:none}.footer-new-side{gap:50px}.footer-new-side,.footer-steps{display:flex;flex-direction:column}.footer-steps{gap:41px}.footer-steps--content{display:flex;flex-direction:column;gap:10px}.footer--container:last-child p.footer-steps--title{color:#fff;font-size:18px;font-weight:600;line-height:normal;margin-bottom:0!important}.footer--container:last-child p.footer-steps--para{color:hsla(0,0%,100%,.8);font-size:14px;font-weight:400;line-height:25px;margin-bottom:0!important}.footer-steps--item{display:flex;gap:15px;position:relative}.footer-steps--item:not(:last-child):after{height:calc(100% + 30px);position:absolute;content:"";top:11px;left:14px;width:1px;border-right:1px dashed #939393;z-index:-1}.footer-steps--number{display:flex;width:30px;min-width:30px;height:30px;padding:6.19px;flex-direction:column;justify-content:center;align-items:center;border-radius:30px;border:.619px solid hsla(0,0%,100%,.5);background:#7d7d7d;color:#fff;font-size:11.141px;font-style:normal;font-weight:600;line-height:normal}.footer-new-side .btn-main{width:-moz-fit-content;width:fit-content;margin-top:0!important}.footer--cta.footer-new .footer--cta--image img{top:unset;bottom:0}.footer-new .footer--cta--content h2{margin-bottom:0}.footer-new-side .btn-main span{font-weight:500}@media screen and (min-width:1025px){.footer--cta.footer-new{padding:50px}}@media screen and (max-width:1023px){.footer--top{padding:60px 0}.footer--bottom{padding:60px 0 40px}.footer--cta{padding:30px 30px 95px}.footer--container{max-width:100%;width:100%}.footer--links{width:70%;gap:20px}.footer--bottom .footer--container:first-child{gap:25px}}@media screen and (max-width:767px){.footer--cta--links{width:100%;position:relative;border:none}.footer--links{width:100%}.footer--cta .footer--cta--image img,.footer--cta--links:after,.footer--cta--links:before{display:none}.footer--cta{padding:25px 20px;border-radius:8px}.footer--cta,.footer--cta--content{max-width:100%;min-width:100%}.footer--cta--content h2{font-size:22px;line-height:1.4;margin-bottom:10px}.footer--container:last-child p{margin-bottom:20px}.footer--cta--content .ant-flex{flex-direction:column;gap:8px!important}.footer--cta button.ant-btn-primary{margin-top:16px}.footer--cta--links{flex-direction:column;padding-right:0}.footer--cta--links a{width:100%;border-radius:8px}.footer--top{padding:40px 0}.footer--bottom .footer--container:first-child,.footer--links{flex-direction:column}.footer--links{gap:32px}.footer--links--item{gap:15px}.footer--bottom{padding:40px 0 0}.footer--bottom .footer--container:first-child{padding-bottom:25px;margin-bottom:25px}.footer--bottom .footer--container{flex-direction:column-reverse;align-items:flex-start;gap:30px}.footer--bottom .footer--container p,.footer--links--item a{font-size:14px}footer .adress{max-width:100%}.footer--links--item a{padding-left:10px}.footer--bottom .footer--container:last-child{gap:20px}footer .ant-collapse,footer .ant-collapse>.ant-collapse-item{border:none!important}footer .ant-collapse{background-color:transparent}footer .ant-collapse .ant-collapse-content{border:none!important}footer .ant-collapse>.ant-collapse-item>.ant-collapse-footer{padding:0;flex-direction:row-reverse}footer .ant-collapse-item:not(:last-child){margin-bottom:20px}.footer-dropdown.second>div{flex-direction:column;gap:20px}.footer-dropdown--bottom>div:last-child{padding-left:0;border-left:0}footer .ant-collapse .ant-collapse-content>.ant-collapse-content-box{padding:0;background-color:#1e1e1e}.footer-dropdown p.title-big{font-size:16px;line-height:24px}.footer-dropdown p.title-main{font-size:14px}footer button.ant-btn.ant-btn-default{margin-top:auto}footer .ant-collapse>.ant-collapse-item>.ant-collapse-footer .ant-collapse-arrow{scale:1.2}.footer--container.second{display:none}.footer-dropdown.fourth .footer-dropdown--item:last-child>div{padding-left:0;max-width:100%;width:100%}.footerCollapse{display:block}.footerCollapse .ant-collapse-header-text{color:#fff;font-weight:500}.footerCollapse.ant-collapse>.ant-collapse-item{margin-bottom:0}.footerCollapse .ant-collapse-item-active .ant-collapse-expand-icon svg{transform:rotate(180deg)}.footerCollapse .ant-collapse-expand-icon{padding-top:5px}.footerCollapse .header-dropdown--link{padding:6px 10px}.footerCollapse .header-dropdown--link p{color:hsla(0,0%,100%,.8);font-size:13px;font-weight:400;line-height:20px}.footer--links{display:none}.footerCollapse .ant-collapse-item{width:100%}.footerCollapse.ant-collapse>.ant-collapse-item>.ant-collapse-header{padding-left:0;width:100%}footer .ant-collapse{width:100%}.footerCollapse.ant-collapse>.ant-collapse-item:first-child>.ant-collapse-header{padding-top:0}.footer--container:last-child ul{gap:8px;width:100%}.footer--container:last-child ul li{flex:auto}.footer--container:last-child ul li a{width:100%}footer .header-dropdown--link:first-child{padding-top:0}.footer-steps{gap:32px}.footer-new-side{display:flex;flex-direction:column;gap:36px}.footer--container:last-child p.footer-steps--title{font-size:16px}.footer--container:last-child p.footer-steps--para{font-size:13px;font-weight:400;line-height:21px}.footer-steps--content{gap:6px}.footer-steps--number{display:flex;width:28px;min-width:28px;height:28px}.footer-steps--item:not(:last-child):after{left:13px}}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_e8ce0c;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_e8ce0c;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_e8ce0c{font-family:__Inter_e8ce0c,__Inter_Fallback_e8ce0c;font-style:normal}