@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.fb2d5852.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.p.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.ec7e94a5.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.62b55a98.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.9b7a96b4.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_1a17fb04-module__nTiyWq__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}.montserrat_1a17fb04-module__nTiyWq__variable{--font-montserrat:"Montserrat","Montserrat Fallback"}
.lng-select{position:relative}.lng-select__btn{justify-content:center;align-items:center;column-gap:5px;display:flex}.lng-select-banner{background:var(--bg-clr);z-index:101;pointer-events:none;opacity:0;border-radius:25px;width:500px;padding:25px;transition:transform .5s,opacity .5s;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)scale(.9);box-shadow:0 0 10px #0000001a}.lng-select-banner--visible{pointer-events:auto;opacity:1;transform:translate(-50%,-50%)scale(1)}.lng-select-banner__header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.lng-select-banner__title{font-size:clamp(1rem,2vw,1.25rem);font-weight:600}.lng-select-list-container{background:#fff;border-radius:20px;height:100%;padding:10px}.lng-select__list{flex-wrap:wrap;gap:10px;display:flex}.lng-select__option{background:var(--bg-lighter-clr);color:#000;cursor:pointer;border-radius:17.5px;justify-content:center;align-items:center;column-gap:5px;padding:5px 5px 5px 8.75px;display:flex}.lng-select__option:hover,.lng-select__option--active{background:var(--sec-accent-clr)}.lng-select__curtain{z-index:100;pointer-events:none;-webkit-backdrop-filter:blur();backdrop-filter:blur();transition:-webkit-backdrop-filter .5s,backdrop-filter .5s;position:fixed;inset:0}.lng-select__curtain--active{pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media screen and (max-width:896px){.lng-select__btn span{display:none}}@media screen and (max-width:540px){.lng-select-banner{width:calc(100% - 40px)}}
.header{z-index:2;background:var(--bg-clr);flex-direction:column;min-height:75px;padding:0 25px;display:flex;position:fixed;top:0;left:0;right:0}.header:before{content:"";z-index:-1;aspect-ratio:1;width:50px;box-shadow:-25px -25px var(--bg-clr);pointer-events:none;background:0 0;border-radius:25px;position:absolute;bottom:0;left:25px;transform:translateY(100%)}.header:after{content:"";z-index:-1;aspect-ratio:1;width:50px;box-shadow:25px -25px var(--bg-clr);pointer-events:none;background:0 0;border-radius:25px;position:absolute;bottom:0;right:25px;transform:translateY(100%)}.header-top{justify-content:space-between;align-items:center;width:100%;height:75px;display:flex;position:relative}.header__logo{color:#000;align-self:center;width:max-content;font-size:1.25rem;font-weight:500}.header__logo span{font-weight:300}.header__nav{z-index:0;background:#fff;border-radius:25px;justify-content:center;align-items:center;height:50px;display:flex;position:relative}.nav-link{color:#000;border-radius:25px;place-content:center;height:50px;padding:0 12.5px;display:grid;position:relative}.nav-link-indicator{z-index:-1;background:var(--accent-clr);border-radius:25px;height:100%;position:absolute}.nav-link__vacancies-qty{background:var(--sec-accent-clr);border-radius:10px;place-content:center;padding:2.5px 7.5px;font-size:.8rem;display:grid;position:absolute;top:0;right:0;transform:translate(25%,-25%)}.menu-btn{justify-content:center;align-items:center;column-gap:5px;display:none}.menu-btn__dot{aspect-ratio:1;border-radius:50%;width:7.5px;transition:background-color .3s}.menu-btn__dot--active{background:#000}.menu{grid-template-rows:0fr;padding:0;transition:all .5s;display:grid;overflow:hidden}.menu--active{grid-template-rows:1fr;padding:10px 0}.menu__inner{flex-direction:column;align-items:flex-start;gap:5px;display:flex;overflow:hidden}.dot-link-container{justify-content:flex-start;align-items:center;gap:5px;width:100%;display:flex}.dot{aspect-ratio:1;border-radius:50%;width:10px}.dot--active{aspect-ratio:1;background:#000;border-radius:50%;width:10px;font-size:2rem}.menu__link{color:#000;font-size:1.5rem;display:inline-block;position:relative}.menu__link-extra{font-weight:500}.menu__link-vacancies-qty{background:var(--sec-accent-clr);border-radius:10px;place-content:center;padding:2.5px 7.5px;font-size:.8rem;display:grid;position:absolute;top:0;right:0;transform:translate(100%,-40%)}@media screen and (max-width:896px){.menu-btn{display:flex}.header{min-height:50px;padding:0 10px}.header:before{left:10px}.header:after{right:10px}.header-top{height:50px}.header__logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header__nav{display:none}}
.footer{height:100dvh;position:fixed;top:0;left:25px;right:25px}.footer-inner{align-items:center;gap:20px;height:100%;display:flex}.footer-top{flex-direction:column;align-items:flex-start;gap:10px;width:100%;display:flex}.footer__logo{color:#00000080;font-size:clamp(5rem,10vw,10rem);font-weight:500}.footer__socials{gap:10px;display:flex}.footer__nav-container{flex-wrap:wrap;justify-content:space-evenly;gap:20px;width:100%;display:flex}.footer__nav-title{margin-bottom:10px}.footer__nav-list{flex-direction:column;row-gap:5px;display:flex}.footer-bottom__slider{background:#000;border-radius:25px;width:100%;height:50px;position:absolute;bottom:25px;overflow:hidden}.footer-bottom__slider:before,.footer-bottom__slider:after{content:"";z-index:100;pointer-events:none;width:25px;position:absolute;top:0;bottom:0}.footer-bottom__slider:before{background:linear-gradient(90deg,#000,#0000);left:0}.footer-bottom__slider:after{background:linear-gradient(270deg,#000,#0000);right:0}.footer-bottom__list{width:100%;height:100%;min-width:calc(var(--width)*var(--quantity));align-items:center;display:flex;position:relative}.footer-bottom__item{color:#fff;width:var(--width);place-content:center;animation:20s linear infinite autoRun;display:grid;position:absolute;left:100%;animation-delay:calc(20s/var(--quantity)*(var(--position) - 10))!important}.footer-bottom__item a{color:#fff;transition:color .1s}.footer-bottom__item a:hover{color:var(--sec-accent-clr)}.footer-bottom__slider:hover .footer-bottom__item{animation-play-state:paused}@keyframes autoRun{0%{left:100%}to{left:calc(var(--width)*-1)}}@media screen and (max-width:896px){.footer{left:10px;right:10px}.footer-inner{flex-direction:column;align-items:flex-start;gap:10px;height:100%;padding:60px 0 0}.footer-top{flex-flow:wrap;justify-content:space-between;align-items:center;gap:10px;width:100%}.footer__nav-container{justify-content:space-between}.footer-bottom__slider{bottom:10px}}
*{border:none;margin:0;padding:0}*,:before,:after{box-sizing:border-box}a,a:link,a:visited,a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:#0000}input::-ms-clear{display:none}button,input[type=submit]{box-shadow:none;cursor:pointer;background:0 0;display:inline-block}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}::placeholder{color:#00000080}:root{--accent-clr:#f4f3ed;--sec-accent-clr:#e2ffb6;--bg-clr:#e1e1e1;--bg-lighter-clr:#f5f5f5}html{overscroll-behavior:none;background:var(--bg-clr)}body{background:var(--bg-clr);padding:0 25px;font-family:Montserrat,sans-serif;position:relative}#root{background:var(--bg-clr);flex-direction:column;min-height:100vh;display:flex}a{color:#00000080;align-self:flex-start;transition:all .2s}a:hover{color:#000}.empty-div{pointer-events:none;height:100dvh}@media screen and (max-width:896px){body{padding:0 10px}}
