:root{--dark-gray: rgba(50, 58, 67, 1);--blue: #012f6b;--light-blue: rgba(0, 125, 245, 1);--gray-01: rgba(228, 228, 228, 1);--gray-02: rgba(240, 240, 240, 1);--white: rgba(255, 255, 255, 1);--gradient-linear: linear-gradient( 68.91deg, #ffffff 0%, rgba(255, 255, 255, 0) 98.83% )}.absolute{position:absolute}.relative{position:relative}.grid{display:grid;height:100%;width:100%}.flex{display:flex}.wrap{flex-wrap:wrap}.flex-column{display:flex;flex-direction:column}.flex-row-reverse{flex-direction:row-reverse}.flex-row{flex-direction:row}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-center{justify-content:center}.justify-evenly{justify-content:space-evenly}.align-center{align-items:center}.align-end{align-items:flex-end}.text-center{text-align:center}.text-start{text-align:start}.text-end{text-align:end}.absolute-center{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.blue{color:var(--blue)}.light-blue{color:var(--light-blue)}.dark-gray{color:var(--dark-gray)}*,*::before,*::after{box-sizing:border-box}*{margin:0}html,body{font-family:"Raleway",sans-serif;background:var(--gray-02);color:var(--dark-gray)}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;margin:0}a{text-decoration:none;display:inline-block;color:inherit}html{scroll-behavior:smooth}html body *{transition:all ease-in 300ms}html body::before{content:"";position:fixed;inset:0;z-index:997;background:rgba(0,0,0,.85);opacity:0;visibility:hidden;transition:all ease-in 300ms;width:100%;height:100%}html body.open-popup{overflow:hidden}html body.open-popup::before{visibility:visible;opacity:1}html body img,html body picture,html body video,html body canvas,html body svg{display:block;max-width:100%;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}html body ul,html body ol{list-style:none;padding-inline-start:unset}.header{background:radial-gradient(49.22% 49.22% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);-webkit-backdrop-filter:blur(72.8645782471px);backdrop-filter:blur(72.8645782471px);position:sticky;top:0;z-index:997}.header::after{content:"";position:absolute;top:100%;height:2px;width:100%;background:linear-gradient(90deg, rgba(228, 228, 228, 0) 0%, #e4e4e4 50%, rgba(228, 228, 228, 0) 100%)}.header::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--gray-02);z-index:0}.header__container{width:min(1670px,95%);margin:0 auto;justify-content:space-between;gap:min(42px,2.2vw);padding-block:36px;position:relative;z-index:1}.header__logo{aspect-ratio:201.63/54;height:54px}.header__menu .menu-main-menu-container .menu{display:flex;justify-content:center;align-items:center;gap:min(42px,2.2vw)}@media only screen and (max-width: 1024px){.header__menu .menu-main-menu-container .menu{flex-direction:column}}.header__menu .menu-main-menu-container .menu li{border-block-end:1px solid rgba(0,0,0,0)}.header__menu .menu-main-menu-container .menu li a{color:var(--blue);text-transform:uppercase}.header__menu .menu-main-menu-container .menu li:hover{border-color:var(--light-blue)}.header__menu .menu-main-menu-container .menu li:hover a{color:var(--light-blue)}@media only screen and (max-width: 1024px){.header__desktop{display:none}}.header__mobile{display:none}@media only screen and (max-width: 1024px){.header__mobile{display:block;order:1}}.header__mobile #menuToggle{position:relative;z-index:1002;background:rgba(255,255,255,.3019607843);padding:5px 10px;width:-moz-fit-content;width:fit-content;border-radius:8px}.header__mobile #menuToggle #checkbox{display:none}.header__mobile #menuToggle #checkbox:checked+.toggle .bar--top{transform:rotate(-135deg);transition-delay:0s;bottom:calc(50% - 1px);background:var(--blue)}.header__mobile #menuToggle #checkbox:checked+.toggle .bar--middle{opacity:0;transform:rotate(-135deg);transition-delay:.105s;background:var(--blue)}.header__mobile #menuToggle #checkbox:checked+.toggle .bar--bottom{top:calc(50% - 1px);transform:rotate(-225deg);transition-delay:.21s;background:var(--blue)}.header__mobile #menuToggle .toggle{position:relative;width:21.33px;cursor:pointer;margin:auto;display:block;height:28px}.header__mobile #menuToggle .toggle .bar{position:absolute;left:0;right:0;height:2px;border-radius:1px;background:var(--blue);color:inherit;opacity:1;transition:none .35s cubic-bezier(0.5, -0.35, 0.35, 1.5) 0s}.header__mobile #menuToggle .toggle .bar.bar--top{bottom:calc(50% + 6px + 1px);transition-property:bottom,transform,background;transition-delay:.21s}.header__mobile #menuToggle .toggle .bar.bar--middle{top:calc(50% - 1px);transition-property:opacity,transform,background;transition-delay:.105s}.header__mobile #menuToggle .toggle .bar.bar--bottom{top:calc(50% + 6px + 1px);transition-property:top,transform,background;transition-delay:0s}.header__mobile #menuToggle .toggle .bar.bar--top,.header__mobile #menuToggle .toggle .bar.bar--bottom{width:62.4941397093%;margin-inline:auto}.header__mobile_container{z-index:999;left:50%;top:0;width:100vw;background-color:var(--gray-02);max-height:0px;padding:0px 50px 0px 50px;transition:all ease-in 300ms;overflow:hidden;border-bottom-left-radius:12px;border-bottom-right-radius:12px;transform:translateX(-50%)}.header__mobile_container.open{padding:80px 0 45px 0;max-height:2000px;z-index:1001}.header__mobile_container .header__menu{margin:0}.header__mobile_container .header__menu .menu-main-menu-container .menu{gap:10px}.header__mobile_container .header__menu .menu-main-menu-container .menu .item{padding-block:12px}.footer{background-position:bottom;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.footer__container{width:min(90%,1540px);margin:0 auto;padding-block:clamp(40px,9.7395833333vw,187px) clamp(40px,6.40625vw,123px);gap:clamp(min(150px,10vw),7.8125vw,7.8125vw)}@media only screen and (max-width: 660px){.footer__container{flex-direction:column}}.footer__content{width:min(30%,472px)}@media only screen and (max-width: 660px){.footer__content{width:100%}}.footer__logo{width:min(245px,100%);aspect-ratio:245/65.61}.footer__logo img,.footer__logo svg{width:100%;height:100%;-o-object-position:center;object-position:center;-o-object-fit:contain;object-fit:contain}.footer__info{margin-block-start:48px}.footer__title{font-weight:800;font-size:18px;line-height:100%;letter-spacing:5%;text-transform:uppercase;color:var(--blue);margin-block-end:18px}.footer__text{font-weight:400;font-size:18px;line-height:28px;letter-spacing:0px;color:var(--blue)}.footer__socials_container{margin-block-start:48px}.footer__socials_title{font-family:Raleway;font-weight:800;font-size:18px;line-height:100%;letter-spacing:5%;text-transform:uppercase;color:var(--blue);margin-block-end:24px}.footer__socials{display:flex;gap:12px}.footer__social{width:64px;height:64px;display:flex;justify-content:center;align-items:center;background:linear-gradient(68.91deg, #ffffff 0%, rgba(255, 255, 255, 0) 98.83%);box-shadow:-10px 10px 20px 0px rgba(20,74,83,.05);border-radius:62px}.footer__social svg,.footer__social img{width:24px;height:45px;-o-object-fit:contain;object-fit:contain}.footer__social:hover{box-shadow:0px 0px 20px 0px rgba(20,74,83,.5)}.footer__social:hover svg path,.footer__social:hover img path{fill:var(--light-blue)}.footer__form{width:min(70%,918px)}@media only screen and (max-width: 660px){.footer__form{width:100%}}.footer__form fieldset{display:flex;flex-direction:column;gap:min(52.5px,3.2vw)}.footer__form fieldset .ff-el-group{width:100%;margin-bottom:0}.footer__form fieldset .ff-el-group:last-child{margin-block-start:25px}.footer__form fieldset .ff-el-group input,.footer__form fieldset .ff-el-group textarea{background:rgba(0,0,0,0);border:none;border-block-end:1px solid var(--blue);border-radius:0;padding-inline:0;color:var(--blue) !important;resize:none}.footer__form fieldset .ff-el-group input::-moz-placeholder, .footer__form fieldset .ff-el-group textarea::-moz-placeholder{color:var(--blue);font-family:"Raleway";font-weight:500;font-size:16px;line-height:100%;letter-spacing:5%;text-transform:uppercase;-moz-transition:font-weight ease-in 300ms;transition:font-weight ease-in 300ms}.footer__form fieldset .ff-el-group input::placeholder,.footer__form fieldset .ff-el-group textarea::placeholder{color:var(--blue);font-family:"Raleway";font-weight:500;font-size:16px;line-height:100%;letter-spacing:5%;text-transform:uppercase;transition:font-weight ease-in 300ms}.footer__form fieldset .ff-el-group input:focus,.footer__form fieldset .ff-el-group textarea:focus{background:rgba(0,0,0,0);border-color:var(--light-blue)}.footer__form fieldset .ff-el-group input:focus::-moz-placeholder, .footer__form fieldset .ff-el-group textarea:focus::-moz-placeholder{font-weight:700;color:var(--light-blue)}.footer__form fieldset .ff-el-group input:focus::placeholder,.footer__form fieldset .ff-el-group textarea:focus::placeholder{font-weight:700;color:var(--light-blue)}.footer__form fieldset .iti__flag-container{display:none}.footer__menu{position:relative;overflow:hidden}.footer__menu::before{content:"";width:2353px;height:225%;position:absolute;left:50%;top:-29px;transform:translateX(-50%);background:radial-gradient(48.8% 48.8% at 50% 36.86%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.footer__menu .menu-footer-menu-container{position:relative;z-index:1;width:min(95%,1238px);margin:0 auto;padding-block:30px}.footer__menu .menu-footer-menu-container .menu{display:flex;justify-content:center;align-items:center;gap:min(42px,4.2vw);flex-wrap:wrap}.footer__menu .menu-footer-menu-container .menu li a{text-transform:uppercase;color:var(--blue)}.footer__menu .menu-footer-menu-container .menu li:hover a{color:var(--light-blue)}/*# sourceMappingURL=theme.min.css.map */