*{margin:0;padding:0}html,body,#root{width:100%;height:100%;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Poppins,sans-serif;scroll-behavior:smooth}.animation-pulse{animation:ping 3s ease-in-out infinite;transform-origin:center}@keyframes ping{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.home-wrapper{position:relative;height:100%;width:100%;margin:0 auto}.header{width:100%;height:80px;display:flex;justify-content:center;align-items:center;padding:0 2rem;position:fixed;top:0;left:0;z-index:99;box-sizing:border-box;transition:all .3s}.header--scrolled{background-color:#fff;box-shadow:0 2px 4px #0000001a}.header__content{width:100%;max-width:1220px;display:flex;justify-content:space-between}.header__logo{width:115px}.header__logo_mobile,.header__select_theme{display:none}.header__menu{display:flex;align-items:center;gap:50px}.header__menu ul{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:60px}.header__menu ul li{position:relative;cursor:pointer}.header__menu ul li a{font-family:Poppins,sans-serif;font-weight:500;position:relative;color:#000;text-decoration:none;font-size:1rem;letter-spacing:.5px;padding:5px 0;transition:color .3s ease}.header__menu ul li a:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:#a929e5;transform:scaleX(0);transform-origin:left;transition:transform .3s ease,transform-origin 0s}.header__menu ul li a:hover{color:#a929e5}.header__menu ul li a:hover:after{transform:scaleX(1);transform-origin:left}.header__menu ul li a:not(:hover):after{transform:scaleX(0);transform-origin:right}.header__mobile-menu{display:none}@media (max-width: 768px){.header__menu,.header__logo{display:none}.header__logo_mobile{display:block;width:40px}.header__mobile-menu{display:flex;align-items:center}.header__mobile-menu i{font-size:2.5rem;transition:.3s;cursor:pointer}.header__mobile-menu i:hover{color:#a929e5}}.mobile-menu{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:1000;padding:0 2rem 2rem;box-sizing:border-box}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;height:80px}.mobile-menu__header--logo{width:115px}.mobile-menu__header--close-button{cursor:pointer;font-size:2.5rem;color:#000}.mobile-menu__content{display:flex;flex-direction:column;align-items:center;gap:32px}.mobile-menu__content ul{display:flex;align-items:center;flex-direction:column;list-style:none;margin:0;padding:0;gap:60px}.mobile-menu__content ul li{position:relative;cursor:pointer}.mobile-menu__content ul li a{font-family:Poppins,sans-serif;font-weight:500;position:relative;color:#000;text-decoration:none;font-size:1rem;letter-spacing:.5px;padding:5px 0;transition:color .3s ease}.mobile-menu__content ul li a:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:2px;background-color:#a929e5;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.mobile-menu__content ul li a:hover{color:#a929e5}.mobile-menu__content ul li a:hover:after{transform:scaleX(1)}.mobile-menu__footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.mobile-menu__footer--button{width:100%}.button-content{font-family:Poppins,sans-serif;font-weight:500;height:50px;width:auto;min-width:120px;padding:0 16px;border:0;color:#fff;cursor:pointer;transition:all .2s;align-self:flex-start}.button-content.primary{background-color:#a929e5}.button-content.secondary{background-color:transparent;color:#a929e5;border:1px solid #a929e5}.button-content.secondary:hover{background-color:#a929e5;color:#fff;filter:brightness(1)}.button-content.tertiary{background-color:#fff;color:#a929e5;border:1px solid #a929e5}.button-content.tertiary:hover{background-color:#a929e5;color:#fff;filter:brightness(1)}.button-content.size-small{font-size:1rem;padding:0 16px;height:50px;min-height:50px;border-radius:16px}.button-content.size-medium{font-size:1rem;padding:0 1.5rem;height:62px;min-height:62px;border-radius:16px}.button-content:hover{filter:brightness(.8)}.hero{width:100%;box-sizing:border-box;margin:130px auto;max-width:1220px}.hero__wrapper{display:flex;width:100%;height:100%;justify-content:space-between}.hero__wrapper--content{display:flex;flex-direction:column;gap:60px;width:778px}.hero__wrapper--content__title{font-family:Poppins,sans-serif;font-weight:400;font-size:36px;color:#1a1a1a;letter-spacing:6%;line-height:50px}.hero__wrapper--content__title--highlight{font-family:Poppins,sans-serif;font-weight:700;color:#a929e5}.hero__wrapper--content__features{display:flex;flex-direction:column;gap:16px}.hero__wrapper--content__features--item{display:flex;align-items:center;gap:10px}.hero__wrapper--content__features--item>i{font-size:24px;color:#a929e5}.hero__wrapper--content__features--item>span{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;color:#000}.hero__wrapper--content>button{margin-top:10px}@media screen and (max-width: 1238px){.hero{padding:0 2rem}}@media (max-width: 1024px){.hero{padding:0 2rem;margin-top:130px}.hero__wrapper{justify-content:center;flex-direction:column;gap:40px;width:100%}.hero__wrapper--content{width:100%;margin:0 auto}.hero__wrapper--content__title{font-size:35px;text-align:left}.hero__wrapper--content__features--item{align-items:flex-start}.hero__wrapper--illustration{display:none}}@media (max-width: 768px){.hero{padding:0 2rem;width:100%;margin-top:100px}.hero__wrapper{height:auto;width:100%;min-height:auto;box-sizing:border-box}.hero__wrapper--content{width:100%}.hero__wrapper--content__title{text-align:center}.hero__wrapper--content>button{margin:0 auto;width:100%}}.next_level{width:100%;padding:0 2rem 2rem;box-sizing:border-box;background-color:#f8ebff}.next_level__wrapper{display:flex;flex-direction:column;width:100%;height:100%;max-width:1220px;margin:70px auto 0;padding:60px 0}.next_level__wrapper__step{display:flex;gap:24px;width:100%;margin-bottom:106px}.next_level__wrapper__step__info{display:flex;flex-direction:column;gap:8px}.next_level__wrapper__step__info>strong{font-family:Poppins,sans-serif;font-weight:600;font-size:24px;color:#a929e5}.next_level__wrapper__step__info>p{font-family:Poppins,sans-serif;font-weight:300;font-size:16px;color:#000;max-width:441px}.next_level__wrapper__choice_theme{display:flex;justify-content:space-between;width:100%}.next_level__wrapper__choice_theme__theme{display:flex;flex-direction:column;justify-content:center;gap:50px}.next_level__wrapper__choice_theme__theme>button{margin:0 auto}@media (max-width: 1024px){.next_level__wrapper{align-items:center;width:100%}}@media (max-width: 768px){.next_level__wrapper__step{flex-direction:column;align-items:center;text-align:center;margin-bottom:70px}.next_level__wrapper__choice_theme{flex-direction:column;align-items:center;gap:50px}.next_level__wrapper__choice_theme__theme>button{width:100%}}.container__step{border-radius:50%;margin-bottom:2px;display:flex;align-items:center;justify-content:center;color:#fff;background-color:#a929e5}.container__step[data-size=large]{width:45px;height:45px}.container__step[data-size=medium]{width:33px;height:33px}.container__step[data-size=small]{width:15px;height:15px}.image-swiper-container{position:relative;overflow:hidden;border-radius:1rem;width:max-content;display:inline-block}.image-card{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity 1s ease,transform 1s ease;opacity:0;pointer-events:none}.image-card img{object-fit:cover;width:auto;height:auto;max-width:100%;max-height:100%;display:block;-webkit-user-select:none;user-select:none}.image-card__overlay{position:absolute;bottom:0;width:100%;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff}.image-card__overlay h3{margin:0;font-size:1.25rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.8)}.image-card.active{opacity:1;transform:translate(0);z-index:2;pointer-events:auto;position:relative}.image-card.inactive{opacity:0;transform:translate(100%);z-index:1}.image-lazy{opacity:0;transition:opacity .3s ease-in-out;z-index:1}.image-lazy[data-loaded=true]{opacity:1}.footer{width:100%;box-sizing:border-box;padding:132px 70px;background-color:#f8ebff}.footer-wrapper{display:flex;justify-content:space-between;box-sizing:border-box}.footer-wrapper-content_info_company{display:flex;flex-direction:column;max-width:280px}.footer-wrapper-content_info_company-logo{width:120px;margin-bottom:20px}.footer-wrapper-content_info_company-info{font-family:Poppins,sans-serif;font-weight:300;font-size:16px;color:#494949;margin-bottom:40px}.footer-wrapper-content_info_company-sites{display:flex;gap:16px;transition:all .24s}.footer-wrapper-content_info_company-sites-icon{cursor:pointer;font-size:1.5rem;color:#494949}.footer-wrapper-content_info_company-sites-icon:hover{color:#a929e5}.footer-wrapper-terms{display:flex;flex-direction:column;align-self:flex-end}.footer-wrapper-terms-link{font-family:Poppins,sans-serif;font-weight:300;font-size:16px;color:#494949;text-decoration:none}@media (max-width: 768px){.footer{padding:40px 20px}.footer-wrapper{flex-direction:column}.footer-wrapper-terms{align-self:flex-start;margin-top:2rem}}.payment-confirmed-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100svh}.payment-confirmed-wrapper .payment-confirmed-infos{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:600px;width:800px;margin:calc(80px + 2rem) 0}.payment-confirmed-wrapper .payment-confirmed-infos .success-animation{width:100px;margin-bottom:2rem}.payment-confirmed-wrapper .payment-confirmed-infos h1{font-size:2rem;margin-bottom:1rem}.payment-confirmed-wrapper .payment-confirmed-infos p{font-size:1.2rem;margin-bottom:1rem}@media (max-width: 768px){.payment-confirmed-wrapper .payment-confirmed-infos{width:100%;padding:0 2rem;box-sizing:border-box;margin:calc(80px + 2rem) 0}.payment-confirmed-wrapper .payment-confirmed-infos .success-animation{width:80px;margin-bottom:1rem}.payment-confirmed-wrapper .payment-confirmed-infos h1{font-size:1.5rem}.payment-confirmed-wrapper .payment-confirmed-infos p{font-size:1rem}}.support-wrapper{display:flex;flex-direction:column;align-items:center}.support-wrapper .support-infos{display:flex;flex-direction:column;max-width:1220px;width:100%;margin:calc(80px + 2rem) 0;padding:0px 2rem;box-sizing:border-box}.support-wrapper .support-infos__company_profile{display:flex;align-items:center;gap:24px;margin-bottom:32px}.support-wrapper .support-infos__logo{width:200px;margin:0 auto}.support-wrapper .support-infos__contact_list{display:flex;flex-direction:row;gap:12px;margin-top:12px}.support-wrapper .support-infos__contact_list--item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:250px;padding:20px;background-color:#eee;border-radius:14px;gap:10px;transition:all .2s ease-in-out;cursor:pointer;box-sizing:border-box}.support-wrapper .support-infos__contact_list--item img{width:32px}.support-wrapper .support-infos__contact_list--item i{font-size:30px}.support-wrapper .support-infos__contact_list--item:hover{background-color:#98a2b3}@media (max-width: 768px){.support-wrapper .support-infos{width:100%;padding:0 2rem;box-sizing:border-box;margin:calc(80px + 2rem) 0}.support-wrapper .support-infos__contact_list{flex-direction:column}.support-wrapper .support-infos__contact_list--item{width:100%}}
