:root,body{padding:0;margin:0}.why-card{padding:80px 34px 56px;display:flex;flex-direction:column;gap:8px;align-items:center;height:fit-content;border-radius:20px;background:#fff;box-shadow:0 2px 2px #00000040;border:1px solid transparent;transition:box-shadow .3s ease,border .3s ease}.why-card:hover{border-radius:20px;border:1px solid rgba(151,71,255,.2);background:#fff;box-shadow:0 4px 4px #00000040}.why-card .why-card-header1{font-size:24px;color:#7054c5;font-weight:500;line-height:30px}.why-card .why-card-header2{font-size:20px;font-weight:400;color:#39327a}.why-card .why-card-text{color:#625d87;text-align:center;font-size:16px;line-height:22px}@media(min-width:1024px){.why-card{height:274px}}@media(max-width:1024px){.why-card{max-width:432px}}@media(max-width:393px){.why-card{width:100%;min-width:0;max-width:100%;padding:42.5px 29px;box-sizing:border-box}}.why-section{width:100%;height:fit-content;display:flex;justify-content:center;text-align:center;flex-direction:column;gap:64px}.why-section .dot{font-family:Roboto;color:#ff66db}.why-section .why-first-header,.why-section .why-second-header{font-weight:700;line-height:60px;font-size:48px}.why-section .why-second-wrapper{display:flex;gap:69px;height:max-content;justify-content:center}.why-section .why-first-header{color:#3c2f80}.why-section .why-second-header{color:#9747ff}@media(max-width:1024px)and (min-width:394px){.why-section{box-sizing:border-box}.why-section .why-second-wrapper{flex-direction:column;align-items:center;padding:0 15px}.why-section .why-first-header,.why-section .why-second-header{font-size:36px;line-height:normal}}@media(max-width:393px){.why-section{gap:44px;padding-right:12px;padding-left:12px;box-sizing:border-box}.why-section .why-first-header,.why-section .why-second-header{font-size:28px;line-height:normal}.why-section .why-second-wrapper{gap:24px;flex-direction:column}}.info-card-container{display:flex;gap:69px;justify-content:center}.info-card-mobile-wrapper{display:none}@media(max-width:1024px){.info-card-container{flex-direction:column;width:100%;padding:0 15px;box-sizing:border-box;align-items:center}}@media(max-width:393px){.info-card-container{display:none}.info-card-mobile-wrapper{gap:48px;background:#9d59fc1f;padding:69px 39px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}}.info-card{flex-direction:column;text-align:center;border-radius:20px;gap:15px;background:linear-gradient(180deg,#5d3be01f,#9e5afd1f);word-break:break-word;display:flex;padding:32px 40px 89px;justify-content:center;align-items:center;flex:1;max-width:500px}.info-card .info-card-text{color:#0009;text-align:center;font-size:16px;font-weight:400;line-height:normal}.info-card .info-card-header{color:#3c2f80;font-size:20px;font-weight:500;line-height:30px}.info-card{box-sizing:border-box}@media(max-width:393px){.info-card{width:100%;border-radius:0;min-width:0;max-width:300px;background:transparent;padding:0;gap:12px}.info-card .info-card-header{font-size:24px}}.hero-header-wrapper{display:flex;width:100%;height:fit-content;flex-direction:column;gap:16px;text-align:center;box-sizing:border-box;padding:0 15px}.hero-header-wrapper .hero-h1{font-size:48px;color:#3c2f80}.hero-header-wrapper .hero-span{background:linear-gradient(to bottom right,#6454f0,#9747ff 50%) bottom right/50% 50% no-repeat,linear-gradient(to bottom left,#6454f0,#9747ff 50%) bottom left/50% 50% no-repeat,linear-gradient(to top left,#6454f0,#9747ff 50%) top left/50% 50% no-repeat,linear-gradient(to top right,#6454f0,#9747ff 50%) top right/50% 50% no-repeat;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-style:normal;line-height:normal;display:inline}.hero-header-wrapper .hero-dot-span{font-family:Roboto;color:#ff66db}.hero-header-wrapper .hero-p{font-size:16px;color:#000;opacity:50%}@media(max-width:768px){.hero-header-wrapper .hero-h1{font-size:32px}}.submit-button{display:flex;width:100%;height:48px;padding:10px;justify-content:center;align-items:center;gap:10px;color:#fff;border-radius:8px;background:linear-gradient(90deg,#5d3be0,#9e5afd);background-size:200% 100%;background-position:left;cursor:pointer;font-weight:600;font-size:16px;border:none}.submit-button:hover{background:linear-gradient(90deg,#7c55ff,#b87aff)}.submit-button:active{background:linear-gradient(90deg,#522ccb,#843ce0)}.submit-button:disabled{background:#f4f4f4;color:#b3b3b3}.spinner{border:4px solid rgba(0,0,0,.1);border-left-color:#333;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.input-field{display:flex;flex-direction:column;width:100%;box-sizing:border-box;height:min-content;gap:6px;font-size:16px;color:#656262}.input-field label{font-weight:500}.input-field .email-error-label{color:#e70b0b}.input-field .label-wrapper{transition:all .3s ease}.input-field .label-wrapper .error-text{font-size:12px;color:#e70b0b;font-weight:500;font-size:16px}.input-field .label-wrapper .error-label{color:#e70b0b}.input-field input{border-radius:12px;border:1px solid #d9d9d9;padding:10px 16px;transition:border .3s ease;outline:none;width:100%;caret-color:#b3b3b3;font-size:16px;box-sizing:border-box;height:48px}.input-field input::placeholder{font-size:16px;color:#b3b3b3}.input-field input:hover{border:1px solid #6454f0}.input-field input:focus{border:1px solid #6454f0}.input-field input.error{border:1px solid #e70b0b!important}.input-field p{padding:0;margin:0}.phone{display:none}.form-box-wrapper{display:flex;flex-direction:column;gap:24px;background-color:#fff;box-shadow:0 4px 8px #d1cdcd40;border-radius:12px;align-items:center;justify-content:center;padding:46px 60px;max-width:321px}.form-box-wrapper .form-p{color:#7f7f7f;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.form-box-wrapper .form-p a{all:unset;cursor:pointer;font-weight:700}@media(max-width:768px){.form-box-wrapper{max-width:none;width:100%;box-sizing:border-box;order:2;padding:39px 24px}}.error-container{width:100%;margin-top:-15px;font-size:14px;color:#e70b0b}.success-container{width:100%;margin-top:-15px;font-size:14px;color:#319f43}.hero-section-wrapper{display:flex;flex-direction:column;width:100%;gap:100px;align-items:center}.hero-section-wrapper .hero-container1{max-width:740px}.hero-section-wrapper .hero-container2{box-sizing:border-box;display:flex;gap:150px;height:min-content;width:100%}@media(max-width:1024px)and (min-width:769px){.hero-section-wrapper .hero-container2{gap:70px;padding-left:32px;padding-right:32px}}@media(max-width:768px){.hero-section-wrapper{gap:24px;box-sizing:border-box}.hero-section-wrapper .hero-container2{flex-direction:column;align-items:center;gap:24px;padding:0 15px}}.image-box-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:20px;max-height:426px}@media(max-width:393px){.image-box-wrapper img{border-radius:4px}}.subscription-page-wrapper{min-height:100vh;display:flex;flex-direction:column;width:100%;align-items:center;gap:167px}.subscription-page-wrapper .main-section section{width:100%}.subscription-page-wrapper .main-section{display:flex;flex-direction:column;align-items:center;margin-top:202px;gap:100px;max-width:1278px}@media(min-width:1025px){.subscription-page-wrapper .main-section{padding:0 32px}}@media(max-width:1024px){.subscription-page-wrapper .main-section{gap:44px;height:fit-content;width:100%;margin-top:133px}}@media(max-width:393px){.subscription-page-wrapper{background-color:#f7f7f8}.subscription-page-wrapper .main-section{margin-top:100px}}.scroll-button{position:fixed;bottom:32px;right:32px;width:50px;height:50px;border-radius:50%;background:#9747ff;display:flex;align-items:center;justify-content:center;z-index:10000;box-shadow:0 0 0 1px #ffffff4d inset}.scroll-button:hover{opacity:80%}.scroll-button:focus{background:#9747ff;opacity:90%}@media(max-width:1024px){.scroll-button{display:block}}.verified-page-wrapper{display:flex;height:100%;width:100%;flex-direction:column;gap:24px;align-items:center;margin-top:221px;justify-self:center;padding:0 80px}.verified-page-wrapper .goback-container{width:100%;display:flex;justify-content:start}.verified-page-wrapper .goback-container img{cursor:pointer;background:transparent;border-radius:50%}.verified-page-wrapper .text-wrap{text-align:center;width:100%;display:flex;flex-direction:column;gap:44px;max-width:727px}.verified-page-wrapper .text-wrap h1{font-size:48px;font-weight:700;color:var(--Primary-purple, #3c2f80);line-height:100%;text-align:center}.verified-page-wrapper .text-wrap .verified-page-h1-2{background:var(--brand, linear-gradient(90deg, #5d3be0 0%, #9e5afd 100%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.verified-page-wrapper .text-wrap p{color:#adabb4;text-align:center;font-size:24px;line-height:26px}@media(max-width:1024px){.verified-page-wrapper{margin-top:221px}}@media(max-width:768px){.verified-page-wrapper .text-wrap{gap:24px}.verified-page-wrapper .text-wrap h1{font-size:24px}.verified-page-wrapper .text-wrap p{font-size:18px}}@media(max-width:393px){.verified-page-wrapper{margin-top:151px}}html,body{height:100%;width:100%;font-family:Roboto,sans-serif;font-weight:400;font-style:normal}h1,h2,h3,h4,p,a{margin:0;padding:0}.app-wrapper{display:flex;justify-content:center;width:100%;height:100%}button{padding:14px 0;background-color:#fff;border-radius:8px;border:none;color:#2a2161;width:100%;font-weight:600;font-size:16px}button:hover{background-color:#f5f1ff}button:focus{background-color:#e9e2ff}button:disabled{background:#f4f4f4;color:#b3b3b3}@media(max-width:393px){button{font-size:14px}}.socials-container{display:flex;align-items:center;gap:8px}footer{margin-top:auto;display:flex;justify-content:center;width:100%}.footer-outer-wrapper{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;max-height:406px;box-sizing:border-box;padding-bottom:32px}.footer-outer-wrapper .background{position:absolute;left:0;width:100%;height:100%;background:linear-gradient(to right,#5d3be0,#9e5afd);z-index:-1;pointer-events:none;bottom:0}.footer-outer-wrapper .footer-wrapper{display:flex;flex-direction:column;position:relative;align-items:center;width:100%}.footer-outer-wrapper .footer-wrapper .footer-top{display:flex;flex-direction:column;gap:36px;align-items:center;position:relative;top:-25%}.footer-outer-wrapper .footer-wrapper .footer-top .footer-icon{width:180px}.footer-outer-wrapper .footer-wrapper .footer-top .footer-inner-top{display:flex;flex-direction:column;gap:28px}.footer-outer-wrapper .footer-wrapper .footer-top .footer-inner-top .button-container{display:flex;align-self:center;width:100%;max-width:320px}.footer-outer-wrapper .footer-wrapper .footer-top .footer-inner-top .footer-header{font-size:48px;color:#fff;font-weight:700;text-align:center;margin:0}.footer-outer-wrapper .footer-wrapper .footer-bottom{display:flex;flex-direction:column;align-items:center;gap:32px;width:100%}.footer-outer-wrapper .footer-wrapper .footer-bottom .line{background:linear-gradient(90deg,#fff,#9747ff 49.52%,#fff);max-width:1280px;width:90%;height:1px}.footer-outer-wrapper .footer-wrapper .footer-bottom .socials-privacy-policy{display:flex;width:90%;max-width:1280px;justify-content:space-between;align-items:center;flex-shrink:1;position:relative}.footer-outer-wrapper .footer-wrapper .footer-bottom .socials-privacy-policy a{color:#dedede;font-size:14px;font-weight:700;line-height:20px;text-decoration-line:underline;text-decoration-style:solid}.footer-outer-wrapper .footer-wrapper .footer-bottom .socials-privacy-policy .privacy-policy{color:#fff;font-size:14px;line-height:20px;position:absolute;left:50%;transform:translate(-50%);text-align:center;white-space:nowrap}.footer-outer-wrapper .footer-wrapper .footer-bottom .socials-privacy-policy .socials{margin-left:auto}@media(max-width:768px)and (min-width:394px){.footer-outer-wrapper .footer-wrapper .footer-top .footer-inner-top p,.footer-outer-wrapper .footer-wrapper .footer-top .footer-inner-top .footer-header{font-size:33px}}@media(max-width:540px){.footer-outer-wrapper .footer-wrapper .footer-bottom .socials-privacy-policy{align-items:center;flex-direction:column;gap:14px}.footer-outer-wrapper .footer-wrapper .footer-bottom .socials-privacy-policy .socials{margin-left:0}.footer-outer-wrapper .footer-wrapper .footer-bottom .socials-privacy-policy .privacy-policy{order:2;width:fit-content;position:static;transform:none;text-align:center;white-space:normal}.footer-outer-wrapper .footer-wrapper .footer-bottom .line{display:none}}@media(max-width:393px){.footer-outer-wrapper{padding:0 20px}.footer-outer-wrapper .footer-wrapper{display:flex;flex-direction:column}.footer-outer-wrapper .footer-wrapper .footer-top{gap:26px}.footer-outer-wrapper .footer-wrapper .footer-top .footer-icon{width:100px}.footer-outer-wrapper .footer-wrapper .footer-top .footer-inner-top{gap:24px}.footer-outer-wrapper .footer-wrapper .footer-top .footer-inner-top .footer-header,.footer-outer-wrapper .footer-wrapper .footer-top .footer-inner-top p{font-size:24px}}.transparent .footer-outer-wrapper .background{background:transparent}.transparent .footer-outer-wrapper .footer-bottom .socials-privacy-policy svg{fill:#3c2f80}.transparent .footer-outer-wrapper .footer-bottom .socials-privacy-policy .privacy-policy{color:#3c2f80}.subscription-header{padding:30px 60px;box-sizing:border-box;width:100%;display:flex;justify-content:center;border-bottom:1px solid hsla(0,0%,95%,.5);background:#f2f2f24d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:inset 0 0 10px 1px #f2f2f280;position:fixed;z-index:999}.header{width:100%;height:fit-content;display:flex;box-sizing:border-box;max-width:1440px;padding-left:84px}.header img{cursor:pointer;max-width:320px}@media(max-width:1024px){.header{padding-left:0}.subscription-header{padding-left:30px}}@media(max-width:768px){.header img{width:250px}}@media(max-width:393px){.header img{width:160px}.subscription-header{border-radius:0;padding:15px 30px;background-color:#f7f7f8;box-shadow:0 1px 10px #99999980}}.app-layout{display:flex;flex-direction:column;min-height:100vh;gap:167px}.app-layout-main{display:flex;height:100%;box-sizing:border-box}@media(max-width:1024px){.app-layout{gap:100px}}
