.header{position:fixed;width:100%;display:flex;flex-direction:column;padding-top:1.25rem;z-index:20;transition:all .8s cubic-bezier(.77,0,.175,1)}.header.scrolled .header__bottom-links-title{font-size:1rem;padding:1.25rem .875rem}.header.scrolled .link__content{padding:.5rem .75rem}.header.scrolled .header__wrapper .container{padding-left:8%;padding-right:8%}@media screen and (max-width:440px){.header.scrolled .header__wrapper .container{padding-left:6%;padding-right:6%}}@media screen and (min-width:1600px){.header.scrolled .header__wrapper .container{padding-left:5%;padding-right:5%}}@media screen and (max-width:1024px){.header.scrolled .header__content{padding:.875rem}}@media screen and (max-width:440px){.header.scrolled .header__content{padding:.25rem .5rem}}@media screen and (max-width:770px){.header{padding-top:1rem}.header .decor{display:none}.header{padding-top:.5rem}}.header__wrapper{position:relative;display:flex;justify-content:space-between;z-index:1}.header__wrapper .container{transition:all .8s cubic-bezier(.77,0,.175,1)}.header__content{position:relative;display:flex;justify-content:space-between;align-items:center;padding:0 1rem;border:1px solid rgba(7,7,8,.0980392157);border-radius:1.25rem;background:hsla(0,0%,100%,.0470588235);backdrop-filter:blur(1.5rem);-webkit-backdrop-filter:blur(1.5rem)}@media screen and (max-width:1024px){.header__content{padding:1rem 0 .875rem .875rem}}@media screen and (max-width:440px){.header__content{padding:.625rem .875rem;border-radius:.875rem}}.header__logo{display:flex;width:8.125rem}@media screen and (max-width:440px){.header__logo{width:5.425rem}}@media screen and (max-width:375px){.header__logo{width:2.125rem}}.header__logo img{width:100%;height:100%;object-fit:contain}.header__firsLogo{display:flex}@media screen and (max-width:375px){.header__firsLogo{display:none}}.header__secondLogo{display:none}@media screen and (max-width:375px){.header__secondLogo{display:flex}}.header__link-list{display:flex;justify-content:center;padding:0;margin:0;gap:.5rem;flex-grow:1}.header__bookADemo-main{position:relative;display:flex;align-items:center;gap:.5rem}.header__bookADemo-wrapper{display:flex;justify-content:center;align-items:center}@media screen and (max-width:440px){.header__bookADemo-wrapper .link__wrapper .link__content{font-size:1rem!important}}.header__burger-menu{align-items:center;padding:0 .875rem;list-style:none;background-color:rgba(0,0,0,0);border:none}@media screen and (max-width:440px){.header__burger-menu{padding:0 .25rem}}.header__mobile-menu{position:fixed;display:flex;top:0;bottom:0;right:0;width:100%;height:100dvh;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .8s cubic-bezier(.77,0,.175,1);z-index:-1;flex-direction:column}.header__mobile-menu .mobile-menu-item{opacity:0;transform:translateY(1.25rem);transition:all .8s cubic-bezier(.77,0,.175,1)}.header__mobile-menu.open{transform:translateX(0);opacity:1;visibility:visible}.header__mobile-menu.open .mobile-menu-item{opacity:1;transform:translateY(0)}.mobileMenu{display:flex;height:100dvh;width:100%}.mobileMenu-content{padding:.625rem;border-top-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;background:rgba(7,7,8,.8980392157);backdrop-filter:blur(.375rem);-webkit-backdrop-filter:blur(.375rem)}.mobileMenu-content,.mobileMenu__list{display:flex;flex-direction:column;width:100%;height:100%}.mobileMenu__list{color:#fff;overflow-y:auto;padding:8rem .75rem 0 0;margin:0;gap:.625rem}@media screen and (max-width:440px){.mobileMenu__list{padding:5rem 0 0}}.mobileMenu__list::-webkit-scrollbar{width:.3125rem}.mobileMenu__list::-webkit-scrollbar-track{background-color:var(--ig-bg-dark-purple)}.mobileMenu__list::-webkit-scrollbar-thumb{background-color:var(--ig-bg-gray);min-height:.625rem;border-radius:10rem}.mobileMenu__language-wrapper{display:none;padding:.3125rem;border-radius:10rem;background:linear-gradient(rgb(6,10,31),rgb(6,10,31)) padding-box,linear-gradient(239.26deg,rgba(255,255,255,.25) 20.16%,rgba(255,255,255,0) 121.39%) border-box;border:.125rem solid rgba(0,0,0,0)}@media screen and (max-width:440px){.mobileMenu__language-wrapper{display:flex}}.mobileMenu__language{display:flex;align-items:center;gap:.3125rem;flex-grow:1}.mobileMenu__language-icon{display:flex;width:1.0625rem;height:1.0625rem}.mobileMenu__language-icon img{width:100%;height:100%;object-fit:contain}.mobileMenu__language-change,.mobileMenu__language-title{display:flex;font-size:.75rem}.mobileMenu__language-change{align-items:center;background:var(--ig-bg-gray);border-radius:10rem;padding:.1875rem .3125rem}.mobileMenu__list-wrapper{display:flex;flex-direction:column}.mobileMenu__list-item{display:flex;align-items:center;border-bottom:1px solid var(--ig-border-gray)}.mobileMenu__list-item-active{display:flex;align-items:center;border-radius:1.25rem;border:1px solid rgba(0,0,0,0)}.mobileMenu__list-item-active .mobileMenu__list-item-title{text-align:center;justify-content:center}.mobileMenu__list-item-title{display:flex;align-items:center;flex-grow:1;color:var(--ig-text-white);text-decoration:none;padding:1rem 1.25rem;font-size:1.25rem;font-weight:600}.mobileMenu__list-item-arrow{display:flex;align-items:center;padding:1rem 1.25rem;transition:transform .25s linear}.mobileMenu__list-item-arrow img{width:100%;height:100%;object-fit:contain}.mobileMenu__list-item-arrow-active{display:flex;align-items:center;padding:1rem 1.25rem}.mobileMenu__drop-down{display:flex;flex-wrap:wrap;width:100%;padding:0;margin:.3125rem 0 0;border-radius:1rem;gap:.5rem}.mobileMenu__drop-down-item{display:flex;flex-grow:1;width:calc((100% - .5rem)/2);border-radius:.625rem;border:.25rem solid hsla(0,0%,100%,0);background:var(--ig-bg-lavender);backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem)}@media screen and (max-width:375px){.mobileMenu__drop-down-item{width:100%}}.mobileMenu__drop-down-link{display:flex;flex-direction:column;text-decoration:none;color:var(--igCore-white-text);width:100%;padding:1.625rem 1.25rem;gap:.5rem}@media screen and (max-width:440px){.mobileMenu__drop-down-link{padding:1.25rem .875rem}}.mobileMenu__drop-down-link:hover .mobileMenu__drop-down-arrow{transform:translateX(.312rem)}.mobileMenu__drop-down-title{display:flex;flex-grow:1}.mobileMenu__drop-down-arrow{display:flex;transition:.3s ease-in-out;width:1rem;height:1rem}.mobileMenu__drop-down-arrow img{width:100%;height:100%;object-fit:contain}.mobileMenu__list-arrow-back{width:2.5rem;height:2.5rem;display:flex;justify-content:center;align-items:center;border-radius:.625rem;border:.188rem solid var(--ig-border-lavender);background:#27222d}.mobileMenu__list-arrow-back img{width:1rem;height:1rem}.header__bottom-links-item{position:relative;display:flex;align-items:center;gap:.1875rem;font-weight:400;flex-shrink:0;text-decoration:none;font-size:1rem;cursor:pointer;z-index:3;transition:all .3s ease-in-out}.header__bottom-links-item:hover .header__bottom-links-icon{transform:rotate(-180deg);filter:brightness(0) saturate(100%) invert(42%) sepia(18%) saturate(930%) hue-rotate(223deg) brightness(102%) contrast(97%)}.header__bottom-links-item:hover .header__bottom-links-title{color:#9882f1}.header__bottom-links-title{display:flex;text-decoration:none;color:var(--igCore-white-text);padding:1.625rem .875rem;transition:all .8s cubic-bezier(.77,0,.175,1);font-size:1.125rem;font-weight:400}.header__bottom-links-title:hover{transition:.2s ease-in-out;color:#9882f1}.header__bottom-links-title:hover .header__bottom-links-icon{filter:brightness(0) saturate(100%) invert(42%) sepia(18%) saturate(930%) hue-rotate(223deg) brightness(102%) contrast(97%)}.header__bottom-links-title.active{color:#9882f1}.header__bottom-links-icon{transition:.2s ease-in-out;display:flex;margin-left:.625rem}.header__bottom-links-icon.active{filter:brightness(0) saturate(100%) invert(42%) sepia(18%) saturate(930%) hue-rotate(223deg) brightness(102%) contrast(97%)}.header__dropDown-wrapper{position:absolute;top:3rem;flex-wrap:wrap;width:max-content;background-size:100%;transform:scaleY(0);transform-origin:top;transition:transform .3s ease,opacity .3s ease;opacity:0;z-index:2}.header__dropDown-wrapper.open{transform:scaleY(1);opacity:1}.hide{display:none}.header__dropDown-items{position:relative;display:flex;flex-direction:column;flex-wrap:wrap;width:max-content;margin-top:2rem;padding:1rem;background-color:rgba(23,21,27,.9490196078);backdrop-filter:blur(1.5rem);-webkit-backdrop-filter:blur(1.5rem);border-radius:1rem;border:1px solid var(--ig-border-gray)}.header__dropDown-item{display:flex;justify-content:space-between;font-size:1.125rem;padding:.5rem;border:1px solid rgba(0,0,0,0);gap:.375rem;text-decoration:none;color:var(--igCore-white-text);transition:.5s ease-in-out}.header__dropDown-Info{display:flex;flex-direction:column;max-width:15.625rem}.header__dropDown-title{color:var(--ig-title-white);font-size:1.125rem;font-style:normal;font-weight:400;transition:.3s ease}.header__dropDown-title.active,.header__dropDown-title:hover{color:#9882f1}.subLinks__imgWrapper{display:flex;align-items:flex-end;justify-content:flex-end;flex-grow:1;padding:0 2.5rem 0 0}.header__dropDown-arrow{display:flex;align-items:center;transition:.3s ease-in-out}.header__dropDown-description{font-size:.875rem}#nav-icon4{display:flex;height:100%;width:1.3125rem;min-height:3.25rem;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer}@media screen and (max-width:440px){#nav-icon4{min-height:2.5rem}}#nav-icon4 span{display:block;position:absolute;height:.125rem;width:100%;background:#fff;border-radius:.5625rem;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}#nav-icon4 span:first-child{top:1rem;transform-origin:left center}@media screen and (max-width:440px){#nav-icon4 span:first-child{top:.75rem}}#nav-icon4 span:nth-child(2){top:1.5rem;width:100%;right:0;margin-left:auto;transform-origin:left center}@media screen and (max-width:440px){#nav-icon4 span:nth-child(2){top:1.25rem}}#nav-icon4 span:nth-child(3){top:2rem;width:100%;right:0;left:100%;transform:translateX(-100%);transform-origin:left center}@media screen and (max-width:440px){#nav-icon4 span:nth-child(3){top:1.75rem}}#nav-icon4.open span:first-child{transform:rotate(45deg);top:.9375rem;left:.4375rem}@media screen and (max-width:440px){#nav-icon4.open span:first-child{top:.7rem}}#nav-icon4.open span:nth-child(2){width:0;opacity:0}#nav-icon4.open span:nth-child(3){transform:rotate(-45deg);width:100%;top:1.875rem;left:.375rem}@media screen and (max-width:440px){#nav-icon4.open span:nth-child(3){top:1.625rem}}*,:after,:before,html{box-sizing:border-box}html{font-size:1rem;line-height:1.3;scroll-behavior:smooth}html.disableScroll{overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0}body{overflow-x:hidden;background-color:var(--ig-main-bg);font-family:var(--Alexandria),sans-serif}abbr[title]{border:none;text-decoration:none;display:inline}h1,h2,h3,h4,h5,h6,p{margin:0;font-size:inherit}ul{list-style-type:none}img{max-width:100%;max-height:100%;height:auto}img,picture{-webkit-user-select:none;-moz-user-select:none;user-select:none}picture{display:inline-block;width:100%}input,textarea{color:#a6a6a6;border:1px solid rgba(0,0,0,0);-webkit-box-shadow:0 0 0 0 var(--ig-card-bg-secondary);caret-color:#fff}input:focus,textarea:focus{color:#fff;outline:none}.container{width:100%;max-width:100rem;margin:0 auto;padding-left:4rem;padding-right:4rem}@media screen and (max-width:1200px){.container{padding-left:2rem;padding-right:2rem}}@media screen and (max-width:770px){.container{padding-left:1rem;padding-right:1rem}}.linkColor{text-decoration:none;color:#9882f1}.maxWidth-s{width:100%;max-width:32rem}@media screen and (max-width:770px){.maxWidth-s{max-width:unset}}.mb-xs{margin-bottom:.75rem}.mb-s{margin-bottom:1rem}.mb-m{margin-bottom:2rem}.mb-l{margin-bottom:3rem!important}@media screen and (max-width:770px){.mb-l{margin-bottom:2.5rem!important}}@media screen and (max-width:440px){.mb-l{margin-bottom:2rem!important}}@media screen and (max-width:375px){.mb-l{margin-bottom:1rem!important}}.mb-xl{margin-bottom:3.5rem!important}@media screen and (max-width:770px){.mb-xl{margin-bottom:3rem!important}}@media screen and (max-width:440px){.mb-xl{margin-bottom:2.5rem!important}}@media screen and (max-width:375px){.mb-xl{margin-bottom:1.65rem!important}}@keyframes getQuoteAnimation{0%{transform:rotate(0)}6.75%{transform:rotate(35deg)}13.5%{transform:rotate(0)}20.25%{transform:rotate(35deg)}27%{transform:rotate(0deg)}to{transform:rotate(0deg)}}.hero-banner-title{color:var(--ig-title-white);font-size:2.25rem;font-weight:400;margin-bottom:1.5rem}@media screen and (max-width:770px){.hero-banner-title{filter:unset;font-size:2rem;margin-top:1rem}}@media screen and (max-width:440px){.hero-banner-title{margin-top:.75rem;font-size:1.5rem}}.descriptions-wrapper{display:flex;flex-direction:column;gap:.75rem}@media screen and (max-width:440px){.descriptions-wrapper{gap:.375rem}}.text-center{text-align:center}.section-mb{padding-bottom:12rem}@media screen and (max-width:770px){.section-mb{padding-bottom:9rem}}@media screen and (max-width:440px){.section-mb{padding-bottom:7rem}}.content-column{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:3rem}@media screen and (max-width:440px){.content-column{margin-bottom:2rem}}.content-column-title{width:100%;max-width:50.75rem;margin-bottom:.75rem}.content-column-text{max-width:40rem}.secondTitle{color:var(--ig-title-white);font-size:2.25rem;font-weight:400;margin-bottom:1rem}@media screen and (max-width:770px){.secondTitle{font-size:1.875rem;filter:unset}}@media screen and (max-width:440px){.secondTitle{font-size:1.5rem}}.thirdTitle{color:var(--ig-title-white);font-size:1.5rem;font-weight:400}@media screen and (max-width:440px){.thirdTitle{font-size:1.25rem}}.title-m{color:var(--igCore-white-title);font-size:1.25rem;font-weight:600}@media screen and (max-width:440px){.title-m{font-size:1rem}}.title-s{font-size:1.125rem;color:var(--igCore-white-title);font-weight:600}@media screen and (max-width:770px){.title-s{font-size:1rem}}.title-xs{font-size:1rem;color:var(--igCore-white-title);font-weight:400}.text-xxs{color:var(--ig-text-white);font-size:.75rem;font-weight:400}.text-xs{color:var(--ig-text-white)}.text-xs,.text-xs-purple{font-size:.875rem;font-weight:300}.text-xs-purple{color:var(--ig-text-light-purple)}.text-s{font-size:1rem;font-weight:300;color:var(--ig-text-white)}@media screen and (max-width:770px){.text-s{font-size:.875rem}}.text-s-purple{font-size:1rem;font-weight:300;color:var(--ig-text-light-purple)}@media screen and (max-width:770px){.text-s-purple{font-size:.875rem}}.text-m{color:var(--ig-text-white);font-size:1.125rem;font-weight:300}@media screen and (max-width:770px){.text-m{font-size:1rem}}@media screen and (max-width:440px){.text-m{font-size:.875rem}}.text-m-purple{color:var(--ig-text-light-purple);font-size:1.125rem;font-weight:300}@media screen and (max-width:770px){.text-m-purple{font-size:1rem}}@media screen and (max-width:440px){.text-m-purple{font-size:.875rem}}.arrow__wrapperForAnimation{display:flex;left:0;position:relative;transition:all .3s}.scale:hover{transform:scale(1.03)}.highlight-purple{background:var(--ig-highlight);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.whyChooseSwiper__item-icon-wrapper{position:relative;display:flex;width:max-content;background-color:var(--ig-bg-dark-purple);padding:.125rem;border-radius:50%;overflow:hidden;z-index:1;border:2px solid rgba(0,0,0,0);background:linear-gradient(#17151b,#17151b) padding-box,linear-gradient(-15deg,rgb(111,78,242),rgb(111,78,242) 10%,rgb(23,21,27) 30%,rgb(23,21,27) 70%,rgb(111,78,242) 95%,rgb(111,78,242)) border-box;background-clip:padding-box,border-box;background-origin:border-box}.whyChooseSwiper__item-icon{border-radius:50%;background:radial-gradient(44.52% 44.52% at 50% 50%,#37303F 0,#17151B 100%);display:flex;padding:1rem}.whyChooseSwiper__item-icon img{width:1.375rem;height:1.3751rem;object-fit:contain}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}:root{--ig-light-purple:#9589A6;--ig-white:#FAFAFA;--ig-dark:#080709;--ig-dark-purple:#17151b;--ig-gray:#FFFFFF19;--ig-lavender:#DBD4F70C;--ig-lavender-soft:#BFB2F419;--ig-transpartment-white-700:#FFFFFF07;--ig-gradient-purple:radial-gradient(104.95% 104.95% at 10% 85%,#F73164 0%,#6F4EF2 100%);--ig-gradient-dark-right:linear-gradient(-90deg,#0B070F 25.74%,#0B070E00 97.69%);--ig-gradient-dark-left:linear-gradient(90deg,#0B070F 25.74%,#0B070E00 97.69%);--ig-bright-raspberry:#F73164;--ig-violet:#6F4EF2;--ig-lavender-dark:rgba(191,178,244,0.10);--ig-text-light-purple:var(--ig-light-purple);--ig-text-white:var(--ig-white);--ig-title-white:var(--ig-white);--ig-highlight:var(--ig-gradient-purple);--ig-main-bg:var(--ig-dark);--ig-bg-dark:var(--ig-dark);--ig-btn-bg:var(--ig-gradient-purple);--ig-bg-white:var(--ig-white);--ig-bg-dark-purple:var(--ig-dark-purple);--ig-bg-gray:var(--ig-gray);--ig-bg-lavender:var(--ig-lavender);--ig-bg-transpartment-white-700:var(--ig-transpartment-white-700);--ig-bg-raspberry:var(--ig-bright-raspberry);--ig-bg-violet:var(--ig-violet);--ig-border-gray:var(--ig-gray);--ig-border-white:var(--ig-white);--ig-border-lavender:var(--ig-lavender-dark);--ig-link-white:var(--ig-white);--igCore-main-background:#060A20FF;--igCore-3xl-border-radius:1.5rem;--igCore-white:#FFFFFF;--igCore-yellow-4:#FFFF00;--igCore-decor-1:linear-gradient(180deg,rgba(51,25,134,0.4) -33.33%,rgba(80,32,178,0.4) 33.33%,rgba(100,47,161,0.4) 66.67%,rgba(107,56,143,0.4));--igCore-bg-border-purple:linear-gradient(rgba(0,0,0,1),rgba(0,0,0,1)) padding-box,linear-gradient(180deg,#50356C,#6954A8);--igCore-bg-border-purple-dark:linear-gradient(180deg,#50356C,#6954A8);--igCore-bg-number:-webkit-linear-gradient(180deg,rgba(16,117,212,0.3),rgba(255,0,191,0.045));--igCore-bg-colored:linear-gradient(90deg,#6F4EFF,#F300FF);--igCore-white-title:var(--igCore-white);--igCore-white-text:var(--igCore-white);--igCore-active:var(--igCore-yellow);--igCore-link-2:var(--igCore-yellow-2);--igCore-link-4:var(--igCore-yellow-4)}.layoutWrapper{background-color:var(--igCore-main-background)}.content,.layoutWrapper{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.content{flex-grow:1;background-color:var(--ig-main-bg)}