.back-to-top{position:fixed;right:24px;bottom:24px;width:44px;height:44px;border-radius:999px;border:none;background:rgba(16,32,45,.9);color:#fff;font-size:clamp(16px,4vw,20px);line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transform:translateY(8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease,background .2s ease;z-index:9999}.back-to-top--visible{opacity:1;transform:translateY(0);pointer-events:auto}.back-to-top:hover{background:rgba(16,32,45,1)}.back-to-top:focus-visible{outline:2px solid #fff;outline-offset:2px}@media (max-width:1280x){.back-to-top{right:17px;bottom:8px;width:40px;height:40px}}@media (max-width:768px){.back-to-top{right:10px;bottom:12px;width:40px;height:40px}}@font-face{font-family:Exo2-Bold;src:url(/assets/fonts/Exo2-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Exo2-Light;src:url(/assets/fonts/Exo2-Light.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Exo2-Regular;src:url(/assets/fonts/Exo2-Regular.ttf) format("truetype");font-weight:400;font-style:normal}.footer{background-color:var(--blue-dark);color:var(--light);padding:100px 0;margin-top:auto}.footer__content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer__logo{display:flex;flex-direction:column}.footer__title{margin:0;font-family:Exo2-Bold;font-size:clamp(20px,5vw,30px)}.footer__subtitle{margin:0;font-family:Exo2-Light;font-size:clamp(15px,4vw,22px)}.footer__contacts{display:flex;flex-direction:column}.footer__heading{font-family:Exo2-Bold;font-size:clamp(18px,4vw,25px);margin:0 0 20px;font-weight:700}.footer__contact-item{margin-top:20px;margin-bottom:10px;font-family:Exo2-Regular,sans-serif}.footer__contact-item h5{font-family:Exo2-Bold;font-size:clamp(14px,3vw,18px);margin:0 0 5px;font-weight:700;color:var(--light)}.footer__contact-item p{font-family:Exo2-Regular;font-size:clamp(12px,2.5vw,16px);margin:0;color:white}.footer__social{display:flex;flex-direction:column}.footer__social-link{width:35px;height:35px;display:inline-flex;align-items:center;justify-content:center;margin-top:0}.footer_social_items{margin-top:20px;display:flex;gap:15px;flex-wrap:wrap}.footer__social-icon{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.footer__bottom{text-align:left;margin-top:40px;font-size:clamp(12px,2vw,15px);font-family:Exo2-Regular;color:var(--light)}@media (max-width:1240px){.footer{padding:40px 0}}@media (max-width:768px){.footer{padding:50px 0;margin-top:auto}.footer__content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:15px}.footer__logo{display:flex;flex-direction:column;margin-bottom:20px}.footer__heading{margin-bottom:0}.footer__contact-item{margin-top:20px}.footer__contact-item h5{margin:0}.footer__contact-item p{margin:5px 0 0}.footer__social{display:block;flex-direction:column;margin-top:15px;font-size:18px}.footer_social_items{display:flex;gap:10px!important}.footer__social-icon,.footer__social-link{width:35px;height:35px}.footer__bottom{margin-top:30px}}.header{padding:26px 0;width:100%;color:var(--blue-dark);background-color:white;position:fixed;top:0;z-index:1000;transition:transform .3s ease;will-change:transform}.header--hidden{transform:translateY(-100%)}.header__wrapper{justify-content:space-between;padding:15px 0}.header__logo,.header__wrapper{display:flex;align-items:center}.header__logo-link{color:var(--blue-dark);display:block}.header__logo-title{display:block;font-family:Exo2-Bold;font-size:clamp(20px,4vw,26px);text-align:left}.header__logo-subtitle{display:block;font-size:clamp(16px,3vw,20px);text-align:left}.header__links{display:flex;gap:70px}.header__link{color:var(--blue-dark);font-family:Exo2-Regular;font-size:clamp(14px,2.5vw,18px);position:relative;transition:color .3s ease}.header__link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;background-color:var(--blue-dark);transition:width .3s ease}.header__link:hover{color:var(--blue-dark)}.header__link:hover:after{width:100%}.header__burger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:10px}.header__burger span{width:25px;height:3px;background-color:var(--blue-dark);margin:3px 0;transition:.3s ease}.header__burger--open span:first-child{transform:rotate(45deg) translate(10px,10px)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}.header__links--open{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--light);padding:80px 20px 20px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:1000;gap:20px;overflow-y:auto}.header__links--open.header__links--open{display:flex!important}.header__mobile-lang-block{display:none;flex-direction:row;gap:10px;padding-top:20px;padding-bottom:20px;border-top:1px solid #ddd;width:90%;box-sizing:border-box}.header__mobile-lang-mini{flex:1;padding:12px 16px;background-color:transparent;border:2px solid var(--blue-dark);color:var(--blue-dark);font-family:Exo2-Bold;font-size:clamp(12px,2vw,14px);border-radius:4px;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.header__mobile-lang-mini.active,.header__mobile-lang-mini:hover{background-color:var(--blue-dark);color:var(--light)}.header__mobile-lang-mini.active{font-weight:700}.header__menu-container{display:flex!important;flex-direction:column;gap:20px;padding:0!important}.header__translate{display:block;font-family:Exo2-Regular;font-size:clamp(12px,2vw,14px);cursor:pointer}.header__lang-dropdown{position:relative;display:inline-block}.header__lang-button{background:none;border:none;padding:6px 12px;cursor:pointer;color:var(--blue-dark);font-family:Exo2-Regular;font-size:clamp(12px,2vw,14px);border-radius:4px;transition:all .3s ease;display:flex;align-items:center;gap:6px}.header__lang-button:after{content:"▼";font-size:clamp(8px,1.5vw,10px)}.header__lang-menu{position:absolute;top:100%;right:0;background-color:var(--light);border-radius:4px;margin-top:8px;min-width:80px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:100;overflow:hidden}.header__lang-option{display:block;width:100%;padding:10px 12px;background:none;border:none;cursor:pointer;color:var(--blue-dark);font-family:Exo2-Regular;font-size:14px;text-align:left;transition:all .2s ease}.header__lang-option:hover{background-color:#f0f0f0}.header__lang-option.active{background-color:var(--blue-dark);color:var(--light);font-weight:700}.header__hero{background:var(--img-hover);background-size:cover;background-position:50%;background-repeat:no-repeat;-o-object-fit:cover;object-fit:cover;width:100%;min-height:70vh;padding:200px 0;position:relative;display:flex;align-items:stretch}.header__container{max-width:1400px;width:100%;display:flex;flex-direction:column}.header__overlay{justify-content:space-between;align-items:flex-start;color:var(--light);box-sizing:border-box;gap:100px}.header__overlay,.header__text{display:flex;flex-direction:column}.header__text{align-items:start;justify-content:flex-start}.header__title{font-size:60px;margin-bottom:30px;font-family:Exo2-Black}.header__subtitle{font-size:35px;margin-bottom:40px;font-family:Exo2-Light}.header__stats{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap;width:100%;margin-top:0;padding-bottom:0}.header__stat{text-align:center;flex:1;min-width:120px;padding:15px 10px}.header__stat h2{font-family:Exo2-Extrabold;font-size:40px;margin-bottom:5px;margin-top:0;color:var(--light)}.header__stat p{font-family:Exo2-Regular;font-size:14px;margin:0;color:var(--light)}.header__close{display:none}@media (min-width:1600px){.header__hero{padding:100px 0}.header__stats{display:flex;justify-content:space-around;align-items:center;gap:50px;flex-wrap:nowrap;width:100%;margin-top:0;padding-bottom:0}.header__stat{text-align:center;flex:0 1 auto;min-width:auto}}@media (max-width:1600px){.header__links{gap:40px}.header__link{font-size:16px}.header__logo-title{font-size:24px}.header__logo-subtitle{font-size:18px}}@media (max-width:1440px){.header,.header__wrapper{padding:10px 0}}@media (max-width:1200px) and (min-width:769px){.header__links{gap:20px}.header__link{font-size:16px}.header__logo-title{font-size:24px}.header__logo-subtitle{font-size:18px}.header__stats--desktop{display:grid!important;grid-template-columns:1fr 1fr;gap:60px 40px;width:100%;justify-content:center}.header__stat{min-width:auto}.header__stat h2{font-size:36px}.header__stat p{font-size:13px}.header__overlay{gap:60px}}@media (max-width:1024px){.header__links{gap:20px}.header__link{font-size:16px}.header__logo-title{font-size:24px}.header__logo-subtitle{font-size:18px}}.header__stats--mobile{display:none}.header__stats--desktop{display:flex}@media (max-width:768px){.header__wrapper{position:relative}.header__links{display:none}.header__burger{display:flex}.header__close{position:fixed;top:20px;right:20px;background:none;border:none;font-size:32px;cursor:pointer;color:var(--blue-dark);padding:0;width:40px;height:40px;display:flex!important;align-items:center;justify-content:center;transition:all .3s ease;z-index:1001}.header__close:hover{transform:scale(1.2)}.header__links--open{display:flex!important}.header__links--open .header__link{font-size:18px;width:100%}.header__links--open .header__link:hover{color:var(--blue-dark)}.header__links--open .header__link:hover:after{width:0}.header__mobile-lang-block{display:flex!important}.header__stats--desktop{display:none!important}.header__stats,.header__stats--mobile{display:flex!important}.header__stats{gap:15px;flex-wrap:wrap;justify-content:center}.header__stat{min-width:100px;padding:10px 5px;flex:0 1 calc(50% - 8px)}.header__stat h2{font-size:24px;margin-bottom:3px}.header__stat p{font-size:11px}.header__stats-mobile{background-color:var(--light);padding:30px 0;display:block!important}.header__translate{display:none}.header__hero{height:50vh;min-height:400px;padding:100px 0}.header__overlay{align-items:center;text-align:center;padding-top:100px;gap:50px}.header__text{text-align:center;margin-bottom:20px}.header__title{font-size:32px}.header__subtitle{font-size:18px}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-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:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-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:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-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:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-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:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}