body.server-theme{--body-bg:linear-gradient(#fff,#ffeeea);--theme-color:#ff8c67;--form-border-color:#ffe7e1;--thx-img:url("../img/free-trial/server-thx.svg")}body.server-theme .popup form fieldset.serverFields{display:block}body.server-theme .thanks__main{display:block}body.dsp-theme{--body-bg:linear-gradient(#fff,#f5eeff);--theme-color:#b682f8;--form-border-color:#f5eeff;--thx-img:url("../img/free-trial/dsp-thx.svg")}body.dsp-theme .popup form fieldset.dspFields{display:block}body.dsp-theme .thanks__main{display:block}body.market-theme{--body-bg:linear-gradient(#fff,#e7f4ed);--theme-color:#56be87;--form-border-color:#e7f4ed;--thx-img:url("../img/free-trial/market-thx.svg")}body.market-theme .thanks__market{display:block}body.custom-theme{--body-bg:linear-gradient(#fff,#e8edff);--theme-color:#5273ef;--form-border-color:#e8edff;--thx-img:url("../img/free-trial/custom-thx.svg")}body.custom-theme .thanks__custom{display:block}body{min-height:100vh;padding:0;background:var(--body-bg);background-size:25%;color:#060028}.calendly-badge-widget{width:auto}.wrapper{overflow:auto}div{width:100%}#CookiebotWidget{width:auto}img{display:block;width:100%}.container{max-width:1020px;padding:0 40px;margin:0 auto}.header{position:relative;inset:auto;translate:0 -15%;opacity:0;animation-name:fadeInDown;animation-duration:1.2s;animation-delay:.5s;animation-timing-function:ease;animation-fill-mode:forwards}.header .container{max-width:1208px;padding:0 40px;margin:0 auto}.header__inner{padding:12px 0;display:flex;align-items:center;justify-content:space-between}.header__logo{width:128px}.header__link{display:block;font-size:0;line-height:0;width:32px;height:32px;background:center/contain no-repeat url("../img/free-trial/close-icon.svg");cursor:pointer;border:0}.header__link:hover{background:center/contain no-repeat url("../img/free-trial/close-icon.svg");color:transparent;border:0}.contact{translate:0 15%;opacity:0;animation-name:fadeInUp;animation-duration:1.2s;animation-delay:.5s;animation-timing-function:ease;animation-fill-mode:forwards}.contact__inner{padding:32px 0}.contact__switcher{width:fit-content;margin:0 auto 48px;padding:8px;border-radius:24px;display:flex;justify-content:center;gap:8px;background:var(--theme-color);transition:all .3s ease}.contact__switcher-btn{border-radius:16px;padding:16px 24px;font:500 18px/20px "Figtree";cursor:pointer;white-space:nowrap;background:transparent;border:0;outline:0;color:#fff;transition:all .3s ease}.contact__switcher-btn.active,.contact__switcher-btn.active:hover,.contact__switcher-btn.active:focus{color:#060028;background:#fff;transition:all .3s ease}.contact__switcher-btn:hover,.contact__switcher-btn:focus{background:rgba(255,255,255,0.2);transition:all .3s ease}.contact__wrapper{position:relative;min-height:calc(100vh - 250px)}.contact__box{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;position:absolute;top:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:all .5s ease}.contact__box.active{opacity:1;pointer-events:painted;transition:all .5s ease}.contact__info{max-width:416px;padding-top:20px}.contact__info-title{font:600 40px/50px "Jokker"}.contact__info-title span{position:relative}.contact__info-title span svg{width:100%;position:absolute;bottom:-0.1vw;left:0;stroke-dasharray:210;stroke-dashoffset:210;animation-name:strokeLine;animation-delay:1.15s;animation-duration:1.15s;animation-fill-mode:forwards;animation-timing-function:ease-in-out}.contact__info-title span svg path{stroke:var(--theme-color)}.contact__info-list{margin:32px 0}.contact__info-list li{padding-left:36px;font:400 18px/20px "Figtree";margin:0 0 16px;position:relative}.contact__info-list li svg{position:absolute;top:50%;left:0;translate:0 -50%;width:20px}.contact__info-list li svg path{stroke:var(--theme-color)}.contact__info-list li:last-child{margin:0}.contact__info-text{font:400 14px/24px "Figtree";color:#5f646b;margin-bottom:20px;max-width:320px}.contact__info-awards{display:flex;align-items:center;gap:16px}.contact__info-awards img{width:45px}.contact__board{background:#fff;max-width:456px;border:2px solid var(--form-border-color);border-radius:24px;padding:40px}.contact__board form textarea{field-sizing:content;min-height:52px;resize:vertical;transition:none;max-height:200px}.contact__board form .consent{color:#5f646b;margin:16px auto 0 !important}.contact__board form .consent a{font-weight:600}.contact__board form .consent a,.contact__board form .consent a:hover,.contact__board form .consent a:visited,.contact__board form .consent a:visited:hover{color:#5f646b}@keyframes fadeInDown{from{translate:0 -15%;opacity:0}to{translate:0;opacity:1}}@keyframes fadeInUp{from{translate:0 15%;opacity:0}to{translate:0;opacity:1}}@keyframes strokeLine{from{stroke-dasharray:210;stroke-dashoffset:210}to{stroke-dasharray:210;stroke-dashoffset:0}}.footer{display:none !important}.popup{position:fixed;inset:0;width:100%;height:100%;opacity:0;pointer-events:none;background:rgba(0,0,0,0.5);overflow:auto;transition:all .3s ease}.popup.active{opacity:1;pointer-events:painted;transition:all .3s ease}.popup__area{position:absolute;inset:0}.popup__body{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px}.popup__content{background:#fff;border-radius:20px;max-width:456px;position:relative;z-index:1}.popup__content-desc{padding:32px 56px 0}.popup__content-title{font:600 24px/30px "Jokker";color:#060028;margin:0 0 8px;text-align:center}.popup__content-text{font:400 14px/22px "Figtree";color:#808493;margin:0 auto 32px;max-width:345px;text-align:center}.popup__content form .section-title{font-weight:500;margin-bottom:4px}.popup__content form .custom-select-list.select-checkbox-option{display:flex;flex-direction:column;gap:12px}.popup__content form .custom-select-list.select-checkbox-option .custom-select-option{margin:0 16px;padding:0 0 0 29px;position:relative}.popup__content form .custom-select-list.select-checkbox-option .custom-select-option:first-child{margin-top:16px}.popup__content form .custom-select-list.select-checkbox-option .custom-select-option:last-child{margin-bottom:16px}.popup__content form .custom-select-list.select-checkbox-option .custom-select-option:hover{background:transparent}.popup__content form .custom-select-list.select-checkbox-option .custom-select-option::before{content:"";position:absolute;top:50%;left:0;translate:0 -50%;width:17px;height:17px;border-radius:4px;border:1px solid #c2c7cf;background:center/8px no-repeat;transition:.3s}.popup__content form .custom-select-list.select-checkbox-option .custom-select-option.selected{background:transparent;color:#060028}.popup__content form .custom-select-list.select-checkbox-option .custom-select-option.selected::before{background:center/8px no-repeat url("../img/free-trial/form-option-check.svg"),#5273ef;border-color:#5273ef}.popup__content form .custom-select-title{display:flex;align-items:center;transition:0;height:50px;max-height:50px;padding:12px 20px 12px 16px}.popup__content form .custom-select-title.with-childs{font-size:0;padding:6px}.popup__content form .custom-select-title .select-checkbox-card{font:400 14px/24px "Figtree";color:#060028;padding:6px 12px;border-radius:8px;background:#eef0fb;margin-right:4px}.popup__content form .custom-select-title::before{z-index:2}.popup__content form .custom-select-title::after{display:block;content:"";position:absolute;z-index:1;top:0;right:0;height:100%;width:100px;background:linear-gradient(90deg,transparent,#fff 50%)}.popup__content form fieldset{padding:0;margin:0;border:0}.popup__content form fieldset.form-wrapper{padding:0 44px}.popup__content form fieldset.form-wrapper label{max-width:368px}.popup__content form fieldset.form-buttons{padding:12px 48px;border-radius:0 0 20px 20px;margin:32px 0 0;border:0;background:var(--theme-color);display:flex;align-items:center;justify-content:space-between}.popup__content form fieldset.serverFields,.popup__content form fieldset.dspFields{display:none}.popup__content form input[type=submit]{width:auto;padding:14px 24px;background:#fff;color:#060028}.popup__content form input[type=submit]:hover{color:#fff;background:#5273ef}.popup__content form input[type=submit]:disabled{color:var(--theme-color) !important;background:rgba(255,255,255,0.7) !important}.popup__content-later{border:0;background:transparent;font:600 16px/20px "Figtree";color:#fff;cursor:pointer}.popup__content-later:hover{text-decoration:underline}.thanks{position:fixed;inset:0;width:100%;height:100%;opacity:0;pointer-events:none;background:rgba(0,0,0,0.5);transition:all .3s ease}.thanks.active{opacity:1;pointer-events:painted;transition:all .3s ease}.thanks__area{position:absolute;inset:0}.thanks__body{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:16px}.thanks__content{max-width:456px;position:relative;padding:32px 24px 40px}.thanks__info{display:none}.thanks__image{display:block;max-width:106px;width:100%;height:97px;margin:0 auto 32px;background:center/contain no-repeat var(--thx-img)}.thanks__title{text-align:center;font:600 24px/30px "Jokker";color:#000}.thanks__title:has(+p){margin-bottom:8px}.thanks__text{font:400 16px/24px "Figtree";color:#060028;text-align:center;max-width:360px;margin:0 auto}.thanks__text:has(+p){margin-bottom:8px}.thanks__close{position:absolute;top:12px;right:12px;width:24px;height:24px;background:center/contain no-repeat url("../img/free-trial/popup-close-icon.svg");cursor:pointer}.thanks__quiz .thanks__image{width:112px;height:80px;background-image:url("../img/free-trial/quiz-thx.svg")}@media(max-width:1023px){.wrapper{overflow:hidden}.header .container,.container{padding:0 16px}.contact__inner{padding:32px 0 90px}.contact__box{position:relative;inset:auto;display:none}.contact__box.active{display:block}.contact__info{max-width:100%;padding:0;margin-bottom:48px}.contact__info-title{max-width:530px;margin:0 auto 32px;text-align:center;font-size:32px;line-height:42px}.contact__info-title br{display:none}.contact__info-box{display:flex;align-items:center;justify-content:center;gap:68px}.contact__info-list{margin:0}.contact__info-block{max-width:292px}.contact__info-awards{gap:12px}.contact__info-awards img{width:39px}.contact__board{margin:0 auto}}@media(max-width:767px){.contact .container{padding:0}.contact__inner{padding:48px 0}.contact__nav{overflow:auto;position:relative;margin:0 0 32px;padding:0 16px}.contact__nav::-webkit-scrollbar{display:none}.contact__switcher{margin:0}.contact__info{margin-bottom:30px;padding:0 16px}.contact__info-title{text-align:left;margin-bottom:28px;margin-left:0}.contact__info-title svg{display:none}.contact__info-box{display:block}.contact__info-list{margin-bottom:28px}.contact__info-block{max-width:400px}.contact__info-awards{justify-content:space-between}.contact__info-awards img{width:48px}.popup__body{padding:0}.popup__content{border-radius:0;max-width:100%}.popup__content-desc{padding:40px 16px 0}.popup__content form .section-title{font-size:15px}.popup__content form fieldset.form-wrapper{padding:0 12px;max-width:375px;margin:0 auto}.popup__content form fieldset.form-wrapper label{max-width:350px}.popup__content form fieldset.form-buttons{border-radius:0;padding:12px 16px;justify-content:center;gap:40px}.thanks__content{margin:0;padding:32px 12px 40px}.thanks__image{max-width:90px;margin-bottom:24px}.thanks__title{max-width:285px;margin-left:auto;margin-right:auto}}@media(max-width:460px){.contact__board{border-left:0;border-right:0;border-radius:0;padding:40px 16px}}