.header .hamburger{align-items:center;display:none;padding:10px 5px;position:relative;z-index:15}.header .hamburger-line{background-color:var(--primary-blue-c);border-radius:10px;height:3.5px;position:relative;transition:.5s ease-in-out;width:30px}.header .hamburger-line:after,.header .hamburger-line:before{background-color:var(--primary-blue-c);border-radius:inherit;content:"";height:inherit;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:.5s ease-in-out;width:100%}.header .hamburger-line:after{top:-10px}.header .hamburger-line:before{bottom:-10px}.header .hamburger.active .hamburger-line{background-color:transparent;-webkit-transform:translateX(-30px);transform:translateX(-30px)}.header .hamburger.active .hamburger-line:after{-webkit-transform:rotate(45deg) translate(15px,-1px);transform:rotate(45deg) translate(15px,-1px)}.header .hamburger.active .hamburger-line:before{-webkit-transform:rotate(-45deg) translate(15px,1px);transform:rotate(-45deg) translate(15px,1px)}@media screen and (max-width:920px){.header .hamburger{display:flex}}@media screen and (max-width:520px){.header .hamburger-line{height:3px;width:24px}.header .hamburger-line:after{top:-8px}.header .hamburger-line:before{bottom:-8px}.header .hamburger.active .hamburger-line:after{-webkit-transform:rotate(45deg) translate(15px,-4px);transform:rotate(45deg) translate(15px,-4px)}.header .hamburger.active .hamburger-line:before{-webkit-transform:rotate(-45deg) translate(15px,4px);transform:rotate(-45deg) translate(15px,4px)}}.header .lang-btn{align-items:center;border:1px solid var(--primary-blue-c);border-radius:50px;color:var(--primary-blue-c);display:flex;padding:5px 12px}.header .lang-btn span{font-size:var(--text-lg);font-weight:500;letter-spacing:-.03em;text-transform:capitalize}.header .lang{position:relative}.header .lang-list{border-radius:5px;top:100%}@media screen and (max-width:520px){.header .lang-btn{padding:2px 7px}.header .lang-btn span{font-size:var(--text-base)}.header .down-arrow{font-size:var(--text-xl)}}.header .mobile-nav{display:flex;height:100vh;justify-content:center;left:50%;opacity:0;position:fixed;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;width:100%;z-index:10}.header .mobile-nav.active{opacity:1;visibility:visible}.header .mobile-nav__wrapper{align-items:center;background-color:var(--white-c);display:flex;height:100%;justify-content:center;padding:20px;position:relative;width:95%;z-index:2}.header .mobile-nav__list{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;row-gap:30px}.header .mobile-nav__list-link{color:var(--black-c);font-size:var(--text-2xl);font-weight:500;line-height:20px;text-transform:capitalize}.header .mobile-nav__list-link.active{color:var(--primary-blue-c)}.header .mobile-nav__list__head-link{display:inline-block;margin-bottom:10px}.header .mobile-nav__sub-list li{margin-bottom:10px}.header .mobile-nav .overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;left:0;position:absolute;top:0;width:100%}.header .container{align-items:center;display:flex;justify-content:space-between}.header-logo{height:67px;width:328px}.header-logo img{height:100%;object-fit:cover;width:100%}.header .nav-list{display:flex}.header .nav__link{align-items:center;border-bottom:3px solid transparent;color:var(--primary-blue-c);display:flex;font-size:var(--text-xl);font-weight:500;gap:2px;letter-spacing:-.03em;line-height:24px;padding:28px 20px;transition:.3s;white-space:nowrap}.header .nav__link.active,.header .nav__link:hover{background-color:#f7f6fa;border-color:var(--primary-blue-c);transition:.3s}.header .nav-list__item{position:relative}.header .nav-link__sub-list{top:calc(100% - 3px)}.header .nav-link__sub-list a{color:inherit;display:block;font-size:var(--text-sm);font-weight:500;padding:12px 10px;transition:color .1s}.header .nav__sub-list{background-color:var(--white-c);border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 6px 8px -6px rgba(24,39,75,.12),0 8px 16px -6px rgba(24,39,75,.08);overflow:hidden;position:absolute;right:0;width:100%;z-index:10}.header .sub-list__item{cursor:pointer;padding:10px;text-align:center;text-transform:capitalize}.header .sub-list__item:hover{background-color:rgba(12,129,255,.651);color:var(--white-c)}.header .nav-sub__list-item{padding:0}.header .down-arrow{display:block;font-size:var(--text-2xl);padding-top:4px}.header__right{display:flex;gap:10px}@media screen and (max-width:1260px){.header-logo{display:none}.header .nav__link{padding:25px 10px}}@media screen and (max-width:920px){.header{padding:8px 0}.header-logo{display:block}.header-nav{display:none}}@media screen and (max-width:520px){.header-logo{height:36px;width:178px}.header__right{gap:6px}}.footer{background-color:var(--white-c);border-top:1px solid var(--primary-blue-c);padding:35px 0 25px 20px;position:relative}.footer:after{bottom:18px;content:url(/static/media/dashes.1569ee0d9d8f3ca6aa5a.svg);position:absolute;right:20px}.footer .container{display:flex;justify-content:space-between}.footer-logo{height:84px;width:421px}.footer-logo img{height:100%;object-fit:cover;width:100%}.footer-right{display:flex;flex:1 1;justify-content:space-evenly}.footer__block{padding:0 10px}.footer__block-title{color:var(--primary-blue-c);font-family:var(--ff-gothic);font-weight:700;line-height:125%;margin-bottom:15px}.footer__links-list__item:not(:last-child){margin-bottom:10px}.footer__links-list__item>span{text-transform:uppercase}.footer__link,.footer__links-list__item>span{color:var(--black-c);font-size:var(--text-sm)}.footer__link{transition:.3s}.footer__link:hover{color:var(--primary-blue-c);transition:.3s}.footer__socials{-webkit-column-gap:9px;column-gap:9px;display:flex}.footer__social-link{align-items:center;border-radius:50%;color:var(--white-c);display:flex;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));font-size:var(--text-lg);height:34px;justify-content:center;width:34px}.footer .instagram{background:#f09433;background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433",endColorstr="#bc1888",GradientType=1)}.footer .telegram{background-color:#229ed9}.footer .youtube{background-color:red}.footer .facebook{background-color:#1778f2}.footer .copyright{color:var(--black-c);font-size:var(--text-xs);margin-top:65px}@media screen and (max-width:920px){.footer{padding:25px 0}.footer-logo{height:50px;width:250px}}@media screen and (max-width:768px){.footer .container{grid-gap:25px;display:grid;gap:25px;justify-content:center;justify-items:center}.footer-logo{height:50px;width:250px}}@media screen and (max-width:520px){.footer{padding:15px 0}.footer-right{flex-wrap:wrap;gap:30px;justify-content:flex-start}.footer__block-title{font-size:var(--text-base)}.footer .copyright{color:var(--black-c);font-size:var(--text-xs);margin-top:40px}}.back-to-top{align-items:center;background-color:var(--white-c);border:1px solid transparent;border-radius:50%;bottom:50px;box-shadow:0 0 5px gray;color:gray;display:flex;font-size:var(--text-2xl);height:50px;justify-content:center;padding-bottom:2px;position:fixed;right:50px;transition:.3s ease-in-out;width:50px;z-index:1}.back-to-top:hover{border-color:var(--primary-blue-c);color:var(--primary-blue-c)}.loader{background-color:hsla(0,0%,100%,.811);display:grid;height:100vh;left:0;place-items:center;position:fixed;top:0;width:100%;z-index:100}@media screen and (max-width:520px){.back-to-top{right:15px}}.home-info{padding:90px 0 160px}.home-info .container{display:flex;justify-content:space-between}.home-info__content{flex:1 1}.home-info .dean-name{color:var(--black-c);font-size:var(--sm-title);font-weight:700;margin-bottom:28px}.home-info .dean__sub-title{display:block;margin-bottom:20px}.home-info__text{color:var(--black-c);font-size:var(--text-lg);line-height:29px;text-align:justify}.home-info .dean-img__wrap{display:flex;flex:1 1;justify-content:center}.home-info .dean-img{align-self:center;position:relative}.home-info .dean-img:after,.home-info .dean-img:before{position:absolute}.home-info .dean-img:after{content:url(/static/media/kiut-img1.d1b2b5e659b0a92232c1.jpg);right:-136px;top:-70px}.home-info .dean-img:before{bottom:-145px;content:url(/static/media/kiut-img2.9f8330c282e8bf24eba8.jpg);left:-70px}.home-info .dean-img img{height:408px;object-fit:cover;position:relative;width:312px;z-index:2}@media screen and (max-width:1200px){.home-info .dean-img:after{content:url(/static/media/kiut-img1.d1b2b5e659b0a92232c1.jpg);right:-90px;top:-80px}.home-info .dean-img:before{bottom:-145px;content:url(/static/media/kiut-img2.9f8330c282e8bf24eba8.jpg);left:-90px}}@media screen and (max-width:1080px){.home-info{padding:60px 0}.home-info .dean-img__wrap{display:none}}@media screen and (max-width:520px){.home-info{padding:20px 0 38px}.home-info .dean-name{font-size:var(--text-lg);margin-bottom:20px}.home-info .dean__sub-title{margin-bottom:5px}.home-info .home-info__text{font-size:var(--text-xs);line-height:135%}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.intro-swiper img{height:378px;object-fit:cover;width:100%}.intro-swiper__item{position:relative}.intro-title__wrap{background-color:rgba(0,0,0,.47);left:50%;margin:0 5px;padding:48px 5px 38px;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-51%,-50%);transform:translate(-51%,-50%);width:95%}.intro-title{color:rgba(211,231,253,.922);font-size:40px;font-weight:700;line-height:60px}@media screen and (max-width:520px){.intro-swiper img{height:300px}.intro-title__wrap{padding:40px 10px}.intro-title{font-size:var(--text-2xl);line-height:40px}}.partners{padding:80px 0}.partners .container{background-color:var(--white-c);border-radius:100px;padding:90px 30px}.partners-title{color:var(--black-c);font-size:var(--sm-title);font-weight:600;letter-spacing:-.02em;line-height:26px;margin-bottom:42px;position:relative;text-align:center}.partners-swiper__item{align-items:center;display:flex;height:160px;justify-content:center}.partners-swiper img{height:100%;object-fit:contain;width:100%}@media screen and (max-width:520px){.partners{padding:40px 0 50px}.partners .container{padding:0 15px}.partners-title{margin-bottom:20px}.partners-swiper__item{align-items:center;display:flex;height:160px;justify-content:center}.partners-swiper img{height:130px;object-fit:contain;width:130px}}.about-info{padding:30px 0 120px}.about-info__title{font-family:var(--ff-gothic);font-size:var(--sm-title);font-weight:700;line-height:125%;margin-bottom:37px;position:relative;text-align:center}.about-info__title:after{bottom:-8px!important;max-width:305px}.about-info-inner{display:flex;gap:18px}.about-info__text{color:var(--black-c);font-size:15px;line-height:125%;text-align:justify}.about-info .map-location{align-items:center;display:flex}.about-info .contact-type__list{margin-top:12px}.about-info a{color:inherit;font-size:inherit}.about-info .underline{text-decoration:underline}@media screen and (max-width:1080px){.about-info{padding-bottom:60px}.about-info-inner{flex-direction:column;gap:30px}.about-info .map-location iframe{width:100%}}@media screen and (max-width:520px){.about-info__title{margin-bottom:20px}.about-info__text{font-size:var(--text-xs)}.about-info .map-location iframe{height:300px}}.stepper{justify-content:space-between;margin:0 auto 50px;max-width:260px}.stepper,.stepper .steps,.stepper .steps-wrap{align-items:center;display:flex}.stepper .steps-wrap{flex-direction:column;position:relative}.stepper .step-round{align-items:center;border:2px solid #9ca3af;border-radius:50%;display:flex;height:32px;justify-content:center;transition:.5s ease-in-out;width:32px}.stepper .step-round:after{background-color:#d1d5db;border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:10px}.stepper .step-round.selected{border-color:var(--primary-blue-c)}.stepper .step-round.selected:after{align-items:center;background-color:var(--primary-blue-c);color:#fff;content:"✓";display:flex;font-weight:700;height:100%;justify-content:center;width:100%}.stepper .step-desc{bottom:-25px;position:absolute;text-align:center;width:50px}.stepper-line{border-top:2px solid #d1d5db;flex:1 1;transition-duration:.5s ease-in-out;width:100px}.stepper .steps:last-child .stepper-line{display:none}@media screen and (max-width:520px){.stepper{margin-bottom:40px;max-width:230px}.stepper .step-round{height:24px;width:24px}.stepper-line{width:80px}.stepper .step-desc{bottom:-20px;font-size:var(--text-xs)}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:rgba(0,0,0,.1)}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:rgba(0,0,0,.1);background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px rgba(0,0,0,.5),inset 0 0 0 1px rgba(0,0,0,.5);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform:var(--PhoneInputCountrySelectArrow-transform);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.account-form__inputs{display:flex;gap:32px;justify-content:space-between;margin-bottom:22px}.account-form .flex{flex:1 1}.account-form .phone-num{margin:0 auto;max-width:425px;width:100%}.account-form .phone-num input{max-width:318px}.account-form__select{margin:0 auto 22px;max-width:500px;width:100%}.account-form .dropdown{cursor:pointer;position:relative}.account-form .dropdown-btn{align-items:center;border:1px solid #c2c2c2;border-radius:12px;color:var(--black-c);display:flex;justify-content:space-between;letter-spacing:.005em;padding:12px 24px}.account-form .dropdown-btn svg{font-size:var(--text-3xl);padding-top:5px}.account-form .dropdown-content{background-color:var(--white-c);border:1px solid transparent;border-radius:12px;height:0;overflow:hidden;overflow-y:auto;position:absolute;top:100%;width:100%}.account-form .dropdown-content__item{color:var(--black-c);padding:11px 25px;transition:color .1s ease-in-out}.account-form .dropdown-content__item:hover{background-color:var(--primary-blue-c);color:var(--white-c)}.account-form .dropdown-content__text{font-size:var(--text-sm);letter-spacing:.005em}.account-form .dropdown.active .dropdown-content{border-color:#c2c2c2;height:250px}.account-form .dropdown.active .down-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.account-form .bill{margin:0 auto 32px;max-width:500px}.account-form__submit-btn{background-color:var(--primary-blue-c);border-radius:20px;color:var(--white-c);display:block;font-size:var(--text-lg);font-weight:500;margin:0 auto;max-width:206px;padding:11px;width:100%}.account-form__submit-btn:hover{background-color:var(--link-hover-c)}.payment-form__input{display:flex;flex-direction:column;gap:4px}.payment-form__input label{color:#0a0a0a;font-size:14px;font-weight:500;letter-spacing:.005em;line-height:20px}.payment-form__input input{border:1px solid #c2c2c2;border-radius:12px;color:var(--black-c);outline:none;padding:16px 24px}.payment-form__input input:focus,.payment-form__input input:valid{border-color:var(--black-c)}.dropdown-content::-webkit-scrollbar{width:4px}.dropdown-content::-webkit-scrollbar-thumb{background:#1e90ff;border-radius:5px}.dropdown-content::-webkit-scrollbar-track{background:var(--white-c)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}@media screen and (max-width:635px){.account-form__inputs{flex-direction:column}}@media screen and (max-width:520px){.account-form__inputs{gap:20px;margin-bottom:20px}.account-form__select{margin-bottom:50px}.account-form .dropdown.active .dropdown-content{height:220px}.account-form__submit-btn{font-size:var(--text-base)}}.payment{padding:0 70px;position:relative}.payment-type__wrap{margin-bottom:70px}.payment-type,.payment-type__wrap{display:flex;justify-content:space-between}.payment-type{align-items:center;flex-direction:column;row-gap:20px}.payment .humo{height:110px;margin-top:15px;width:160px}.payment-link{background-color:var(--primary-blue-c);border-radius:20px;color:var(--white-c);display:inline-block;max-width:206px;padding:12px;text-align:center;text-transform:uppercase;white-space:nowrap;width:100%}.payment-link:hover{background-color:var(--link-hover-c)}.payment .click-img{bottom:-10px;height:60px;position:absolute;right:15px;width:160px}.prev-btn{align-items:center;background-color:var(--primary-blue-c);border-radius:20px;color:var(--white-c);-webkit-column-gap:10px;column-gap:10px;display:flex;font-size:var(--text-lg);margin-bottom:20px;max-width:160px;padding:10px 12px 10px 30px;width:100%}.prev-btn svg{font-size:var(--text-3xl)}.prev-btn:hover{background-color:var(--link-hover-c)}@media screen and (max-width:580px){.payment{padding:0 10px}}@media screen and (max-width:520px){.payment{padding:0}.payment-type__wrap{justify-content:space-around}.payment-type{row-gap:5px}.payment-img{height:100px;width:100px}.payment .humo{height:80px;margin-top:10px;width:120px}.payment-link{font-size:var(--text-xs);max-width:206px;padding:8px;white-space:nowrap}.payment .click-img{bottom:0;height:36px;width:100px}.payment .prev-btn{margin:0 auto 0 10px}.prev-btn{font-size:var(--text-sm);margin-bottom:0;max-width:120px;padding:4px 4px 4px 16px}}.final-step{padding-top:30px}.final-step .cheque-input__wrap{display:flex;justify-content:center;margin-bottom:20px}.final-step input[type=file]::-webkit-file-upload-button{display:none}.final-step input[type=file]::file-selector-button{display:none}.final-step input[type=file]{cursor:pointer}.final-step .file-upload{max-width:350px;position:relative}.final-step .file-upload input{width:100%}.final-step .plus-icon{font-size:24px;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.final-step .add-file__desc{color:var(--black-c);font-size:var(--text-sm);letter-spacing:.005em;line-height:20px;margin-bottom:80px}.final-step__controlls{display:flex;justify-content:space-around}.final-step__controlls button:first-child{padding-right:40px}.final-step__controlls>button{flex:1 1;justify-content:center;max-width:206px;padding:10px 20px}@media screen and (max-width:520px){.final-step .add-file__desc{margin-bottom:40px}.final-step__controlls button:first-child{padding-right:20px}.final-step__controlls button{max-width:130px;padding:4px}}.alert{align-items:center;background-color:var(--white-c);border-radius:20px;box-shadow:2px 5px 10px rgba(0,0,0,.1);display:flex;flex-direction:column;left:50%;max-width:660px;padding:50px 30px 20px;position:fixed;top:-100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:10}.alert.active{top:50px}.alert-title{font-size:var(--text-xl);font-weight:500;line-height:24px;margin-bottom:45px;position:relative;text-align:center;text-transform:uppercase}.alert-title:after{bottom:-4px!important;width:385px!important}.alert-icon{margin-bottom:25px}.alert-message{font-size:var(--text-2xl);font-weight:700;line-height:26px;margin-bottom:10px;text-transform:uppercase}.alert-btn{align-self:flex-end;background-color:var(--primary-blue-c);border-radius:20px;color:var(--white-c);font-size:var(--text-lg);font-weight:500;max-width:144px;padding:11px;width:100%}.alert-btn:hover{background-color:var(--link-hover-c)}.payments{padding:65px 0 150px}.payments-title{color:var(--black-c);font-size:var(--sm-title);font-weight:600;letter-spacing:-.02em;line-height:26px;margin-bottom:110px;position:relative;text-align:center;text-transform:uppercase}.payments__content{background:var(--white-c);border-radius:20px;box-shadow:2px 5px 10px rgba(0,0,0,.1);margin:0 auto;max-width:665px;padding:40px 20px 35px}.payments .progress-title{color:var(--black-c);font-size:var(--text-xl);font-weight:500;margin-bottom:48px;text-align:center;text-transform:uppercase}@media screen and (max-width:520px){.payments{padding:30px 0 100px}.payments-title{margin-bottom:35px}.payments__content{padding:35px 10px 50px}.payments .progress-title{font-size:var(--text-base);margin-bottom:20px}}.conference{padding:67px 0 130px}.conference-title{color:var(--black-c);font-size:var(--sm-title);font-weight:600;letter-spacing:-.02em;line-height:26px;margin-bottom:100px;position:relative;text-align:center;text-transform:uppercase}.conference-title:after{max-width:385px}.conference-inner{align-items:center;display:flex;flex-direction:column;padding:0 20px;row-gap:30px}.conference-card{background-color:var(--white-c);border:1px solid #e6dff5;border-radius:5px;display:flex;max-width:1200px;overflow:hidden;width:100%}.conference-card__img{height:315px;max-width:386px;overflow:hidden;width:100%}.conference-card__img img{height:100%;object-fit:cover;width:100%}.conference-card__content{padding:20px 40px 25px 38px}.conference-card__title{-webkit-line-clamp:2;font-family:var(--ff-gothic);font-size:var(--text-3xl);font-weight:700;margin-bottom:14px;text-transform:capitalize}.conference-card__desc,.conference-card__title{-webkit-box-orient:vertical;color:var(--black-c);display:-webkit-box;line-height:125%;overflow:hidden}.conference-card__desc{-webkit-line-clamp:5;margin-bottom:30px;max-width:735px}.conference-card__link{align-items:center;background-color:var(--primary-blue-c);border-radius:5px;color:var(--white-c);-webkit-column-gap:20px;column-gap:20px;display:flex;font-size:var(--text-sm);justify-content:center;max-width:244px;padding:13px 10px;width:100%}.conference-card__link:hover{background-color:var(--link-hover-c)}.conference-card__link span{white-space:nowrap}.conference-card__link svg{font-size:var(--text-3xl)}.conference-info{padding:50px 0}.conference-info__title{color:var(--black-c);font-size:var(--sm-title);font-weight:600;letter-spacing:-.02em;line-height:26px;margin-bottom:50px;position:relative;text-align:center;text-transform:uppercase}.conference-info__title:after{bottom:-16px;width:490px}.conference-info__info{display:flex;gap:20px;justify-content:space-around;margin-bottom:30px}.conference-info__img{height:350px;width:700px}.conference-info__img img{height:100%;object-fit:cover;width:100%}.conference-info__card{align-self:center;background-color:var(--white-c);border-radius:4px;box-shadow:0 4px 4px rgba(0,0,0,.25);max-width:490px;padding:20px 35px 30px;width:100%}.conference-info .committee-btns{display:flex;flex-direction:column;gap:10px;margin-top:20px}.conference-info .committee-btn{background-color:var(--primary-blue-c);border-radius:4px;color:#fff;display:block;font-size:var(--text-base);font-weight:600;padding:10px 16px;text-align:center;text-decoration:none;transition:opacity .2s ease}.conference-info .committee-btn:hover{opacity:.85}.conference-info__card-title{color:var(--black-c);font-size:var(--text-xl);line-height:24px;margin-bottom:25px;text-align:center}.conference-info__card__list-item{border-bottom:1px solid var(--dark-c);padding-bottom:15px}.conference-info__card__list-item strong{color:var(--black-c);display:block;font-size:var(--text-lg);margin-bottom:8px;text-transform:capitalize}.conference-info__card__list-item p{color:var(--black-c);line-height:20px}.conference-info__card__list-item:not(:first-child) strong{margin-top:15px}.conference-info__content>p{margin-bottom:40px}.conference-info__text{color:var(--dark-c);font-size:var(--text-2xl);letter-spacing:-.02em;line-height:34px;text-align:justify}.conference-info ol{margin-bottom:40px}.conference-info .track-title{display:inline-block;margin-bottom:30px}.conference-info .underlined{align-items:center;color:var(--primary-blue-c);display:flex;gap:5px;text-decoration:underline}.conference-info .registration-btn--card{align-items:center;background-color:#2e7d32!important;display:flex;gap:8px;justify-content:center}.conference-info .registration-btn--card:hover{background-color:#1b5e20!important;opacity:1}.conference-info .registration-btn--card svg{font-size:16px}@media screen and (max-width:768px){.conference-info__info{align-items:flex-start;flex-direction:column}.conference-info__img{width:100%}.conference-info__text{font-size:var(--text-xl);line-height:125%}}@media screen and (max-width:520px){.conference-info{padding:30px 0}.conference-info__title{margin-bottom:20px}.conference-info__img{height:250px}.conference-info__text{font-size:var(--text-sm)}.conference-info__card{padding:15px 20px 25px}.conference-info__card-title{font-size:var(--text-lg);margin-bottom:20px}.conference-info__card__list-item{padding-bottom:10px}.conference-info__card__list-item strong{font-size:var(--text-base);margin-bottom:5px}.conference-info__card__list-item p{font-size:var(--text-sm)}.conference-info__card__list-item:not(:first-child) strong{margin-top:10px}.conference-info ol,.conference-info__content>p{margin-bottom:10px}.conference-info a{font-size:var(--text-xs)}}.accordion{box-shadow:0 4px 25px rgba(20,32,47,.2);margin-bottom:30px}.accordion-header{align-items:center;background-color:var(--primary-blue-c);border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 25px}.accordion-body{background-color:var(--white-c);border-radius:4px;display:none;padding:15px 35px 20px 30px}.accordion.active .accordion-body{display:block}.accordion.active .accordion-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion-icon{display:flex;font-size:var(--text-3xl);transition:all .5s}.accordion-title{color:var(--white-c)}.accordion-text{margin-bottom:25px}.committee{padding:60px 0 100px}.committee-inner{margin:0 auto;max-width:1020px}.committee-title{font-size:var(--sm-title);font-weight:600;margin-bottom:80px;position:relative;text-align:center;text-transform:capitalize}.committee-section{margin-bottom:50px}.committee-section__title{border-bottom:2px solid var(--primary-blue-c);color:var(--primary-blue-c);font-size:var(--text-2xl);font-weight:700;margin-bottom:20px;padding-bottom:8px}.committee-list__item{margin-bottom:25px}.committee-list__item p{color:var(--black-c);font-size:var(--text-xl);letter-spacing:-.02em;line-height:26px}@media screen and (max-width:768px){.committee-table{font-size:var(--text-base)}.committee-table__name,.committee-table__position{display:block;padding:10px 12px;width:100%}.committee-table tr{border:1px solid #e0e0e0;border-radius:4px;display:block;margin-bottom:12px}}@media screen and (max-width:520px){.committee{padding:30px 0}.committee-title{margin-bottom:30px}.committee-list__item{margin-bottom:10px}.committee-list__item p{font-size:var(--text-sm);line-height:135%}}.committee-table{border-collapse:collapse;font-size:var(--text-xl);width:100%}.committee-table tr{border-bottom:1px solid #e0e0e0}.committee-table tr:last-child{border-bottom:none}.committee-table__head-row{background-color:#f5f8ff}.committee-table__section-row{background-color:#eef3ff}.committee-table__section-title{color:var(--black-c);font-weight:600;line-height:1.5;padding:12px 20px}.committee-table__section-label{color:var(--primary-blue-c);font-weight:700;letter-spacing:.04em;margin-right:4px;text-transform:uppercase}.committee-table__name{padding:14px 20px;vertical-align:middle;width:45%}.committee-table__person-name{color:var(--black-c);display:block;font-weight:600;line-height:1.4}.committee-table__badge{background-color:var(--primary-blue-c);border-radius:20px;color:#fff;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.06em;margin-top:5px;padding:2px 10px;text-transform:uppercase}.committee-table__position{color:var(--dark-c);line-height:1.5;padding:14px 20px;vertical-align:middle;width:55%}@media screen and (max-width:768px){.committee-table{font-size:var(--text-base)}.committee-table__name,.committee-table__position{display:block;padding:10px 14px;width:100%}.committee-table tr{border:1px solid #e0e0e0;border-radius:6px;display:block;margin-bottom:10px}}.admin{overflow-x:auto}.admin table{border-collapse:collapse;text-align:center;width:100%}.admin th{background-color:#242222;color:var(--white-c);padding:15px}.admin td{border:1px solid var(--black-c);font-family:sans-serif;padding:5px 20px}.admin tr:nth-child(2n){background-color:#ebebeb}.admin a{color:var(--green-c)}.admin a:hover{color:var(--link-hover-c)}.admin .id-col{font-weight:600}.login-modal{align-items:center;background-color:var(--white-c);display:flex;height:100vh;justify-content:center;position:fixed;width:100vw;z-index:10}.login-modal__card{border-radius:15px;box-shadow:0 0 10px gray;max-width:400px;padding:40px 20px 50px;width:100%}.login-modal__form{display:flex;flex-direction:column;row-gap:20px}.login-modal__input-wrap input{border:1px solid gray;border-radius:10px;display:block;margin-top:5px;outline:none;padding:10px 15px;width:100%}.login-modal__submit-btn{background-color:var(--primary-blue-c);border-radius:30px;color:var(--white-c);margin-top:10px;padding:10px 20px}.login-modal__error-msg{color:red;font-size:var(--text-xs)}.requirement{padding:50px 0 100px}.requirement-title{color:var(--black-c);font-size:var(--sm-title);font-weight:600;letter-spacing:-.02em;line-height:26px;margin-bottom:62px;position:relative;text-align:center;text-transform:capitalize}.requirement-inner{margin:0 auto;max-width:1100px}.requirement-text{font-size:var(--text-2xl);line-height:125%}.requirement li,.requirement-text__title{margin-bottom:10px}@media screen and (max-width:520px){.requirement{padding:30px 0}.requirement-title{margin-bottom:20px}.requirement-text{font-size:var(--text-sm)}.requirement li{margin-bottom:8px}}.article{padding:40px 0 10px}.article-title{color:var(--black-c);font-size:var(--text-3xl);font-weight:600;line-height:40px;margin-bottom:40px;text-align:center}.article-select{border-radius:5px;margin-bottom:20px;outline:none;padding:5px 10px}.article__list{display:flex;flex-direction:column;padding:20px 0;row-gap:20px}@media screen and (max-width:860px){.article-select{width:100%}}@media screen and (max-width:520px){.article{padding:30px 0 20px}.article-title{font-size:var(--text-lg);line-height:135%;margin-bottom:30px}.article-select{margin-bottom:0}}.article-item{display:flex;gap:20px;justify-content:space-between}.article-item__info{flex:1 1}.article-item__author,.article-item__name{color:#18216d;font-size:var(--text-sm);font-weight:600;margin-bottom:6px;text-shadow:0 4px 4px rgba(0,0,0,.25)}.article-item__workplace{color:var(--black-c);font-size:var(--text-sm);font-weight:400}.archives{padding:50px 0 70px}.archives__title{color:var(--black-c);font-size:var(--sm-title);font-weight:600;letter-spacing:-.02em;line-height:26px;margin-bottom:50px;position:relative;text-align:center;text-transform:uppercase}.archives__title:after{background-color:var(--primary-blue-c);bottom:-16px;content:"";height:2px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:300px}.archives__list{display:flex;flex-direction:column;gap:24px}.archives__card{background-color:var(--white-c);border-left:4px solid var(--primary-blue-c);border-radius:6px;box-shadow:0 4px 12px rgba(0,0,0,.1);padding:28px 32px}.archives__card-year{color:var(--primary-blue-c);font-size:var(--text-sm);font-weight:600;letter-spacing:.08em;margin-bottom:8px;text-transform:uppercase}.archives__card-title{color:var(--black-c);font-size:var(--text-2xl);font-weight:700;line-height:1.4;margin-bottom:8px}.archives__card-meta{color:#666;font-size:var(--text-base);margin-bottom:20px}.archives__card-meta span{margin-right:16px}.archives__card-meta span:before{margin-right:4px}.archives__card-files{display:flex;flex-wrap:wrap;gap:12px}.archives__download-btn{align-items:center;background-color:var(--primary-blue-c);border-radius:4px;color:#fff;display:inline-flex;font-size:var(--text-base);font-weight:600;gap:8px;padding:10px 20px;text-decoration:none;transition:opacity .2s ease}.archives__download-btn:hover{opacity:.85}.archives__download-btn svg{font-size:16px}.archives__empty{color:#999;font-size:var(--text-xl);padding:60px 0;text-align:center}.archives__coming-soon{padding:80px 20px;text-align:center}.archives__coming-title{color:var(--primary-blue-c);font-size:48px;font-weight:700;letter-spacing:.05em;margin-bottom:16px}.archives__coming-text{color:#888;font-size:var(--text-xl)}@media screen and (max-width:768px){.archives__card{padding:20px 18px}.archives__card-title{font-size:var(--text-xl)}.archives__card-files{flex-direction:column}.archives__download-btn{justify-content:center;width:100%}}@media screen and (max-width:520px){.archives{padding:30px 0 50px}.archives__title{margin-bottom:30px}.archives__card-title{font-size:var(--text-lg)}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/Montserrat-Regular.66eda0b7eb59b754aa6d.eot);src:url(/static/media/Montserrat-Regular.66eda0b7eb59b754aa6d.eot?#iefix) format("embedded-opentype"),url(/static/media/Montserrat-Regular.4ada7f2f580c676690f0.woff2) format("woff2"),url(/static/media/Montserrat-Regular.4a3d63613a362f90a9e6.woff) format("woff"),url(/static/media/Montserrat-Regular.1df6dbd2b3efe7e8bbd5.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:500;src:url(/static/media/Montserrat-Medium.5dcd3247f6824c2758d8.eot);src:url(/static/media/Montserrat-Medium.5dcd3247f6824c2758d8.eot?#iefix) format("embedded-opentype"),url(/static/media/Montserrat-Medium.cf734a3745838e63cc2a.woff2) format("woff2"),url(/static/media/Montserrat-Medium.2451e96bc4c62e5ad1d0.woff) format("woff"),url(/static/media/Montserrat-Medium.b3302f2f794dd3491eed.ttf) format("truetype")}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(/static/media/Montserrat-Bold.c2c5dc54b736e37b408c.eot);src:url(/static/media/Montserrat-Bold.c2c5dc54b736e37b408c.eot?#iefix) format("embedded-opentype"),url(/static/media/Montserrat-Bold.d28745f2b8e5c12d3607.woff2) format("woff2"),url(/static/media/Montserrat-Bold.3155f256200b7d559607.woff) format("woff"),url(/static/media/Montserrat-Bold.adcddc521108cd709ba5.ttf) format("truetype")}@font-face{font-display:swap;font-family:Century Gothic;font-style:normal;font-weight:700;src:url(/static/media/CenturyGothic-Bold.e2187eb66b4887dbc9c2.eot);src:url(/static/media/CenturyGothic-Bold.e2187eb66b4887dbc9c2.eot?#iefix) format("embedded-opentype"),url(/static/media/CenturyGothic-Bold.e7c6c60b39a23e3ba313.woff2) format("woff2"),url(/static/media/CenturyGothic-Bold.378cfa988ebe77223a7d.woff) format("woff"),url(/static/media/CenturyGothic-Bold.cc760758cc5bff96d2c3.ttf) format("truetype")}*,:after,:before{box-sizing:border-box;font-family:Montserrat,sans-serif;margin:0;padding:0;scroll-behavior:smooth;transition:.3s}.container{margin:0 auto;max-width:1440px;padding:0 20px;width:100%}:root{--primary-blue-c:#007bff;--white-c:#fff;--black-c:#000;--green-c:green;--dark-c:#191f25;--dark-blue:#1e417c;--link-hover-c:#004cff;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:28px;--sm-title:40px;--s-title:100px;--ff-gothic:"Century Gothic",sans-serif;--bx-payments-card:2px 5px 10px rgba(0,0,0,.1)}.line:after{background-color:green;background-color:var(--green-c);bottom:-20px;content:"";height:2px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:475px}@media screen and (max-width:520px){.line:after{bottom:-4px;height:1px;width:88%}.container{padding:0 15px}:root{--sm-title:18px}}ol,ul{list-style:none}button{background-color:initial;border:none;cursor:pointer}img{border-style:none;display:inline-block;height:auto;max-width:100%;vertical-align:middle}a{text-decoration:none}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}body::-webkit-scrollbar{width:4px}body::-webkit-scrollbar-thumb{background:#007bff;background:var(--primary-blue-c);border-radius:5px}body::-webkit-scrollbar-track{background:#fff;background:var(--white-c)}
/*# sourceMappingURL=main.91e354fa.css.map*/