@charset "UTF-8";*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}@font-face{font-family:Inter;src:url(/fonts/Inter_400.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_500.woff2) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_600.woff2) format("woff2");font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(/fonts/Inter_700.woff2) format("woff2");font-weight:700;font-style:normal}html *{-webkit-tap-highlight-color:rgba(255,255,255,0)}html,body{scroll-behavior:smooth}body{overflow-x:hidden;min-width:375px;background-color:#3b2e75}.container{max-width:1440px;width:100%;margin:0 auto;padding:0 16px}@media screen and (min-width: 768px){.container{padding:0 20px}}@media screen and (min-width: 1440px){.container{padding:0 50px}}.logo-c{width:135px;height:20px;line-height:0}.logo-c svg{width:100%;height:100%}@media screen and (min-width: 768px){.logo-c{width:162px;height:24px}}@media screen and (min-width: 1440px){.logo-c{width:189px;height:28px}}.button{padding:0 30px;height:56px;display:flex;align-items:center;justify-content:center;font-family:Inter;font-size:16px;font-weight:600;line-height:130%;text-align:center;color:#fff;border-radius:60px;background-color:#ed692a;transition:opacity .2s ease-in-out}.button--light{font-weight:500;color:#fff;background-color:transparent;border-radius:48.84px;border:2px solid rgba(255,255,255,.5)}.button--disabled{opacity:.6;pointer-events:none}@media screen and (min-width: 768px){.button{height:60px;font-size:18px}.button--large{height:80px;font-size:20px;font-weight:700}}@media screen and (min-width: 768px) and (hover: hover){.button{transition:background-color .2s ease-in-out,border-color .2s ease-in-out}.button:hover{background-color:#de591a;cursor:pointer}.button--light:hover{background-color:transparent;border-color:#ed692a}}@media screen and (min-width: 1440px){.button--large{height:100px;font-size:24px;font-weight:700}}.link-button{font-family:Inter;font-size:14px;font-weight:500;line-height:130%;text-decoration-line:underline;color:#a89ce1;cursor:pointer}.link-button--disabled{opacity:.6;pointer-events:none}@media screen and (min-width: 768px){.link-button{font-size:16px}}.select{--input-height: 56px;--border-radius: 30px;position:relative;z-index:0;border-radius:var(--border-radius);transition:z-index 0ms .2s}.select--active{z-index:5;transition:z-index 0ms}.select .select-input input{position:relative;z-index:5;padding-right:41.75px;width:100%;cursor:pointer}.select .select-input label{z-index:5}.select .select-arrow{position:absolute;right:20px;top:calc((var(--input-height) - 16px) / 2);z-index:10;line-height:0;pointer-events:none;transition:transform .2s ease-in-out}.select .select-arrow--active{transform:rotate(180deg)}.select .select-options{position:absolute;top:0;left:0;right:0;z-index:0;padding:20px 24px;padding-top:calc(var(--input-height) + 20px);background-color:#6e5aca;box-shadow:0 10px 20px #ffffff0d;border-radius:var(--border-radius);transform:scaleY(0);transform-origin:center calc(var(--input-height) / 2);transition:box-shadow .2s ease-in-out,transform .2s ease-in-out}.select .select-options--active{transform:scaleY(1);box-shadow:0 4px 30px #00000040}.select .select-options_container{overflow-y:auto;overscroll-behavior:none;max-height:150px;display:flex;flex-direction:column}.select .select-option{padding-right:10px;font-family:Inter;font-size:16px;font-weight:500;line-height:130%;color:#fff;cursor:pointer;transition:color .2s ease-in-out}@media (hover: hover){.select .select-option:hover{color:#a89ce1}}.select .select-option--active{color:#a89ce1}.select .select-option--disabled{pointer-events:none;opacity:.6}.select .select-option:nth-child(n+2){margin-top:14px}@media screen and (min-width: 768px){.select{--input-height: 60px}.select .select-options{font-size:18px}}.input{position:relative;border-radius:30px;overflow:hidden}.input input{padding:0 24px;width:100%;height:56px;font-family:Inter;font-size:16px;font-weight:500;line-height:130%;color:#fff;background-color:#5d4bac;transition:border-color .2s ease-in-out,opacity .2s ease-in-out}.input input[disabled]{opacity:.5}.input input:focus{animation:blink_input_opacity_to_prevent_scrolling_when_focus 10ms}.input input:placeholder-shown{color:#a89ce1}.input input:-webkit-autofill{-webkit-text-fill-color:#fff;box-shadow:0 0 0 40rem #5d4bac inset;transition:background-color 9999s ease-in-out 0ms,box-shadow .2s ease-in-out,color .2s ease-in-out}.input input:not(:placeholder-shown){padding-top:17px}.input input:not(:placeholder-shown)+label{display:block}.input label{display:none;position:absolute;z-index:0;top:10px;left:24px;font-family:Inter;font-size:12px;font-weight:400;line-height:130%;color:#a89ce1}@media screen and (min-width: 768px){.input input{height:60px;font-size:18px}}.code-input{--input-number-border-color: var(--blue-10);position:relative}.code-input--error{--input-number-border-color: #FF7C7C}.code-input_input-container{position:relative;width:fit-content;display:flex}.code-input_input-number{position:relative;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-family:Inter;font-size:16px;font-weight:500;line-height:130%;color:#fff;border:1px solid var(--input-number-border-color);border-radius:30px;background-color:#5d4bac;transition:border-color .2s ease-in-out}.code-input_input-number--caret:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:.5px;height:16px;border-radius:18px;background-color:#fff;animation:caretBlinkAnimation 1.25s linear infinite}@keyframes caretBlinkAnimation{0%{opacity:1}50%{opacity:0}to{opacity:1}}.code-input_input-number:nth-child(n+2){margin-left:2px}.code-input input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;font-size:16px;line-height:130%;letter-spacing:-8px;border-radius:30px;caret-color:transparent}@media screen and (min-width: 768px){.code-input_input-number{width:54px;height:54px;font-size:18px}.code-input_input-number:nth-child(n+2){margin-left:3px}}@media screen and (min-width: 1440px){.code-input_input-number{width:60px;height:60px}.code-input_input-number:nth-child(n+2){margin-left:5px}}.copy-input{overflow:hidden;position:relative;border-radius:30px}.copy-input input{padding:0 24px;width:100%;height:56px;font-family:Inter;font-size:16px;font-weight:500;line-height:130%;color:#fff;background-color:#5d4bac}.copy-input p{position:absolute;right:24px;top:50%;transform:translateY(-50%);opacity:0;font-family:Inter;font-size:12px;font-weight:400;line-height:130%;color:#77f8a8;animation:fadeIn .5s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.copy-input button{position:absolute;right:20px;top:16px}@media screen and (min-width: 768px){.copy-input input{height:60px;font-size:18px}.copy-input p{font-size:14px}.copy-input button{top:18px}}.checkbox{display:flex;align-items:center;transition:opacity .2s ease-in-out}.checkbox .checkbox-svg{min-width:24px;min-height:24px;cursor:pointer}.checkbox .checkbox-svg_rect{transition:stroke .2s ease-in-out}.checkbox .checkbox-svg_path{transition:stroke-dashoffset .2s ease-in-out}.checkbox label{margin-left:10px;font-family:Inter;font-size:12px;font-weight:500;line-height:14px;color:#a89ce1}.checkbox label a{text-decoration:underline}.checkbox--disabled{opacity:.6;pointer-events:none}@media screen and (min-width: 768px){.checkbox label{font-size:14px;line-height:18px}}.social-link{display:block;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:30px;background-color:#ed692a}@media screen and (min-width: 768px) and (hover: hover){.social-link{background-color:#3b2e75;transition:background-color ease-in-out .2s}.social-link:hover{background-color:#ed692a}}.text{font-family:Inter;font-size:16px;font-weight:500;line-height:130%;color:#fff}.text--light{color:#a89ce1}.text--error{color:#ff7c7c}.text--small{font-size:12px;font-weight:400}@media screen and (min-width: 768px){.text{font-size:18px}.text--small{font-size:14px}.text--large{font-size:20px}}@media screen and (min-width: 1440px){.text--large{font-size:24px;line-height:30px}}.header-s{padding:0 16px;height:52px;display:flex;align-items:center}@media screen and (min-width: 768px){.header-s{height:66px}}@media screen and (min-width: 1440px){.header-s{height:80px}}.hero-s{padding:0 5px!important}.hero-s_container{height:540px;padding:28px 16px 16px;display:flex;flex-direction:column;border-radius:32px;background:url(/assets/hero-bg-girl-mobile-CjsEnSD2.png) left bottom/415px auto no-repeat,url("data:image/svg+xml,%3csvg%20width='768'%20height='540'%20viewBox='0%200%20768%20540'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_263_298)'%3e%3cpath%20opacity='0.57'%20d='M182.5%20138L198.835%20411.385C199.445%20421.604%20213.398%20424.064%20217.467%20414.671L326.319%20163.359L248.166%20425.844C245.245%20435.656%20257.514%20442.739%20264.55%20435.304L452.792%20236.378L289.577%20456.303C283.476%20464.524%20292.583%20475.377%20301.738%20470.796L546.664%20348.25L318.072%20499.089C309.528%20504.727%20314.374%20518.04%20324.543%20516.867L596.612%20485.481L330.216%20549.04C320.259%20551.416%20320.259%20565.584%20330.216%20567.96L596.612%20631.519L324.543%20600.133C314.374%20598.96%20309.528%20612.273%20318.072%20617.911L546.664%20768.75L301.738%20646.204C292.583%20641.623%20283.476%20652.476%20289.577%20660.697L452.792%20880.622L264.55%20681.696C257.514%20674.261%20245.245%20681.344%20248.166%20691.156L326.319%20953.641L217.467%20702.329C213.398%20692.936%20199.445%20695.396%20198.835%20705.615L182.5%20979L166.165%20705.615C165.555%20695.396%20151.602%20692.936%20147.533%20702.329L38.6805%20953.641L116.834%20691.156C119.755%20681.344%20107.486%20674.261%20100.45%20681.696L-87.7922%20880.622L75.4233%20660.697C81.5241%20652.476%2072.4173%20641.623%2063.2623%20646.204L-181.664%20768.75L46.9275%20617.911C55.472%20612.273%2050.6263%20598.96%2040.4568%20600.133L-231.612%20631.519L34.7838%20567.96C44.7413%20565.584%2044.7413%20551.416%2034.7838%20549.04L-231.612%20485.481L40.4568%20516.867C50.6264%20518.04%2055.4719%20504.727%2046.9275%20499.089L-181.664%20348.25L63.2623%20470.796C72.4173%20475.377%2081.5241%20464.524%2075.4233%20456.303L-87.7922%20236.378L100.45%20435.304C107.486%20442.739%20119.755%20435.656%20116.834%20425.844L38.6805%20163.359L147.533%20414.671C151.602%20424.064%20165.555%20421.604%20166.165%20411.385L182.5%20138Z'%20fill='white'%20fill-opacity='0.2'/%3e%3cg%20style='mix-blend-mode:soft-light'%3e%3cpath%20d='M105.135%20108.276C73.5629%20112.595%208.57163%20120.511%208.5716%20145.401C8.57158%20167.181%2070.8016%20169.219%20117.699%20162.391C164.596%20155.563%20204.513%20145.401%20190.513%20120.511C176.514%2095.6212%2089.3005%2097.8157%2053.9675%2098.2511'%20stroke='%23C4A3F9'%20stroke-width='3'%20stroke-linecap='round'/%3e%3c/g%3e%3cg%20filter='url(%23filter0_f_263_298)'%3e%3ccircle%20cx='160.701'%20cy='534.001'%20r='143.879'%20fill='%23B676FF'%20fill-opacity='0.8'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_263_298)'%3e%3cellipse%20cx='253.799'%20cy='328.205'%20rx='124.725'%20ry='125.17'%20fill='%239876FF'%20fill-opacity='0.5'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_263_298'%20x='-72.2667'%20y='301.033'%20width='465.935'%20height='465.935'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='44.5445'%20result='effect1_foregroundBlur_263_298'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_263_298'%20x='-4.55925'%20y='69.4015'%20width='516.716'%20height='517.607'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='66.8167'%20result='effect1_foregroundBlur_263_298'/%3e%3c/filter%3e%3cclipPath%20id='clip0_263_298'%3e%3crect%20width='768'%20height='540'%20rx='32'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") left bottom/768px auto no-repeat,radial-gradient(123.5% 93.19% at 88.54% 64.32%,#a385ff,#9876ff,#845bff) no-repeat}.hero-s_title{margin:0 4px;display:grid;grid-template-columns:repeat(1,1fr);font-family:Inter;font-size:52px;font-weight:700;line-height:.85;text-transform:uppercase;color:#fff}.hero-s_description{margin-top:20px;max-width:325px;font-family:Inter;font-size:18px;font-weight:500;line-height:130%;color:#fff}.hero-s_action-button{margin-top:auto}.hero-s_action-button button{width:100%}@media screen and (min-width: 768px){.hero-s{padding:0 20px!important}.hero-s_container{padding:42px 26px 40px 40px;height:488px;border-radius:40px;background:url(/assets/hero-bg-girl-tablet-DpCOFNci.png) 210px bottom/558px auto no-repeat,url(/assets/hero-bg-star-tablet-DMh8OPLi.svg) left bottom/1400px auto no-repeat}.hero-s_title{margin:0;width:664px;font-size:71px;line-height:.86;opacity:.05;grid-template-columns:repeat(2,1fr);column-gap:5px}.hero-s_title span:nth-child(1){grid-column:span 2}.hero-s_description{margin-top:30px;max-width:231px}.hero-s_action-button{margin-top:auto;width:340px}}@media screen and (min-width: 1440px){.hero-s{padding:0 50px!important}.hero-s_container{padding:54px 60px 60px;height:608px;background:url(/assets/hero-bg-girl-desktop-DfQu-qra.png) 326px bottom/783px auto no-repeat,url(/assets/hero-bg-star-desktop-fH3eKP_B.svg) left bottom/1340px auto no-repeat,radial-gradient(123.5% 93.19% at 88.54% 64.32%,#a385ff,#9876ff,#845bff)}.hero-s_title{width:100%;font-size:110px;grid-template-columns:repeat(2,1fr);column-gap:100px;row-gap:12px}.hero-s_title span:nth-child(1){grid-column:span 1}.hero-s_title span:nth-child(3){grid-column:span 2;text-align:right;font-size:103px}.hero-s_description{margin-top:-70px;max-width:409px;font-size:24px;line-height:30px}.hero-s_action-button{width:422px}}.application-s{scroll-margin-top:20px;margin-top:60px}.application-s_container{padding:34px 16px 16px;height:540px;display:flex;flex-direction:column;border-radius:32px;background-color:#4b3c8f}.application-s_title{font-family:Inter;font-size:24px;font-weight:600;line-height:110%;color:#fff}.application-s_title span{color:#cec2f3}.application-s_body{margin-top:30px;display:flex;flex-direction:column;flex:1}.application-s_form{margin-top:20px;display:flex;flex-direction:column;flex:1}.application-s_form fieldset:nth-child(n+2){margin-top:5px}.application-s_action-button{margin-top:20px;width:100%}.application-s_fieldset-checkbox{margin-top:auto!important}.application-s_checkbox:nth-child(n+2){margin-top:10px}.application-s_stage-1-error-message{margin-top:5px}.application-s_code-input{margin-top:12px}.application-s_stage-2-error-message{padding-bottom:5px}.application-s_resend-code{margin-top:5px;min-height:46px;display:flex;flex-direction:column;justify-content:space-between}.application-s_resend-code-button,.application-s_return-button,.application-s_download-button{margin-top:auto}.application-s_download-button button{width:100%}@media screen and (min-width: 768px){.application-s{margin-top:50px}.application-s_container{padding:40px;height:535px;display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px}.application-s_title{font-size:30px;max-width:524px}.application-s_body{margin-top:0}.application-s_action-button,.application-s_return-button,.application-s_download-button{width:270px}}@media screen and (min-width: 1440px){.application-s{margin-top:40px}.application-s_container{padding:60px;height:520px}.application-s_title{font-size:40px}.application-s_action-button,.application-s_return-button,.application-s_download-button{width:270px}}.guide-s{margin-top:60px}.guide-s_title{font-family:Inter;font-size:36px;font-weight:600;line-height:110%;color:#fff}.guide-s_title span{color:#cec2f3}.guide-s_list{margin-top:30px}.guide-s_list .guide-item{padding:32px 16px;border-radius:32px;background:#4b3c8f}.guide-s_list .guide-item_number{font-family:Inter;font-size:40px;font-weight:500;line-height:130%;color:#ed692a}.guide-s_list .guide-item_description{margin-top:10px;font-family:Inter;font-size:18px;font-weight:500;line-height:130%;color:#fff}.guide-s_list .guide-item:nth-child(n+2){margin-top:5px}@media screen and (min-width: 768px){.guide-s{position:relative;margin-top:90px}.guide-s:after{position:absolute;pointer-events:none;content:"";top:-450px;left:-975px;z-index:-1;opacity:.7;max-width:1866px;width:calc(975px + 100vw);height:2250px;background:url("data:image/svg+xml,%3csvg%20width='1866'%20height='2012'%20viewBox='0%200%201866%202012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.5'%20filter='url(%23filter0_f_225_271)'%3e%3cellipse%20cx='767.766'%20cy='676.824'%20rx='245.5'%20ry='138'%20transform='rotate(32.7289%20767.766%20676.824)'%20fill='%23FF86F3'/%3e%3c/g%3e%3cg%20opacity='0.5'%20filter='url(%23filter1_f_225_271)'%3e%3cellipse%20cx='933.015'%20cy='1079.87'%20rx='342.448'%20ry='506.101'%20transform='rotate(-45%20933.015%201079.87)'%20fill='%237B4EFF'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_225_271'%20x='48.1177'%20y='0.483398'%20width='1439.3'%20height='1352.68'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='250'%20result='effect1_foregroundBlur_225_271'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_225_271'%20x='0.878418'%20y='147.733'%20width='1864.27'%20height='1864.27'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='250'%20result='effect1_foregroundBlur_225_271'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e") top left/1866px 2012px no-repeat}.guide-s_container{position:relative;padding:0 30px;display:grid;grid-template-columns:repeat(2,1fr);column-gap:20px}.guide-s_title{top:10px;position:sticky;font-size:46px;height:250px;background:url("data:image/svg+xml,%3csvg%20width='271'%20height='126'%20viewBox='0%200%20271%20126'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.344836%2063.2614C-0.115267%2063.9503%200.0702183%2064.8818%200.759128%2065.3419C1.44804%2065.802%202.3795%2065.6165%202.8396%2064.9276L0.344836%2063.2614ZM117.289%2010.2345L116.319%2011.3784L116.319%2011.3784L117.289%2010.2345ZM55.043%20104.504L56.2465%20103.608L56.2465%20103.608L55.043%20104.504ZM260.463%20125.632C261.159%20126.082%20262.087%20125.883%20262.538%20125.188L269.873%20113.855C270.323%20113.159%20270.124%20112.23%20269.428%20111.78C268.733%20111.33%20267.804%20111.529%20267.354%20112.224L260.834%20122.299L250.76%20115.778C250.064%20115.328%20249.136%20115.527%20248.686%20116.223C248.235%20116.918%20248.434%20117.847%20249.13%20118.297L260.463%20125.632ZM2.8396%2064.9276C22.7366%2035.1359%2045.9619%2017.2536%2066.8098%209.09883C87.7286%200.916335%20105.971%202.60119%20116.319%2011.3784L118.26%209.09064C106.725%20-0.693568%2087.1572%20-2.08151%2065.7169%206.30496C44.2058%2014.7191%2020.5238%2033.0476%200.344836%2063.2614L2.8396%2064.9276ZM116.319%2011.3784C124.673%2018.4647%20126.346%2028.9023%20123.59%2040.6422C120.83%2052.4017%20113.665%2065.1847%20104.792%2076.4023C95.9213%2087.6172%2085.4575%2097.1239%2076.2404%20102.397C71.6219%20105.039%2067.4311%20106.552%2063.979%20106.773C60.5939%20106.99%2058.008%20105.976%2056.2465%20103.608L53.8396%20105.399C56.3361%20108.754%2060.0069%20110.034%2064.1712%20109.767C68.2685%20109.504%2072.9198%20107.753%2077.7301%20105.001C87.3706%2099.4857%2098.1115%2089.6841%20107.145%2078.2634C116.176%2066.8453%20123.615%2053.6654%20126.511%2041.3277C129.411%2028.9705%20127.793%2017.1768%20118.26%209.09064L116.319%2011.3784ZM56.2465%20103.608C54.3143%20101.011%2054.6358%2096.7507%2057.8756%2090.9681C61.0504%2085.3017%2066.753%2078.7184%2074.3742%2072.0443C89.6033%2058.7079%20112.201%2045.2637%20136.594%2038.2413C160.992%2031.2177%20187.002%2030.665%20209.244%2042.8194C231.452%2054.9557%20250.228%2079.9407%20259.812%20124.687L262.745%20124.059C253.043%2078.7591%20233.891%2052.8696%20210.682%2040.1868C187.507%2027.5221%20160.61%2028.2058%20135.764%2035.3584C110.914%2042.5122%2087.9318%2056.1839%2072.3978%2069.7874C64.6375%2076.5832%2058.6627%2083.4257%2055.2584%2089.5018C51.9192%2095.4616%2050.76%20101.26%2053.8396%20105.399L56.2465%20103.608Z'%20fill='%23845BFF'/%3e%3c/svg%3e") right 150px/190px auto no-repeat}.guide-s_list{margin-top:0}.guide-s_list .guide-item{padding:32px 22px}.guide-s_list .guide-item_number{font-size:44px}.guide-s_list .guide-item_description{font-size:20px}}@media screen and (min-width: 1050px){.guide-s:after{height:2200px}.guide-s_title{background-position:calc(100% - 50px) 150px}}@media screen and (min-width: 1440px){.guide-s{margin-top:120px}.guide-s:after{opacity:1;top:-250px;left:-675px;max-width:1866px;width:calc(675px + 100vw);height:2070px}.guide-s_container{padding:0 60px}.guide-s_title{height:315px;font-size:60px;background-position:calc(100% - 80px) 172px;background-size:271px auto}.guide-s_list .guide-item{padding:32px;border-radius:30px}.guide-s_list .guide-item_number{font-size:50px}.guide-s_list .guide-item_description{font-size:24px;line-height:30px}}.faq-s{margin-top:60px}.faq-s_container{padding:32px 16px;background-color:#4b3c8f;border-radius:32px}.faq-s_title{font-family:Inter;font-size:36px;font-weight:600;line-height:110%;color:#fff}.faq-s_list{display:grid;row-gap:16px;margin-top:32px}.faq-s_list .faq-item{padding:20px;border:1px solid #A89CE1;border-radius:17px}.faq-s_list .faq-item_question{font-family:Inter;font-size:18px;font-weight:500;line-height:130%;color:#fff}.faq-s_list .faq-item_answer{margin-top:10px;font-family:Inter;font-size:16px;font-weight:500;line-height:130%;color:#a89ce1}@media screen and (min-width: 768px){.faq-s{margin-top:90px;padding:0 50px}.faq-s_container{padding:32px 22px}.faq-s_title{font-size:46px}.faq-s_list{grid-template-columns:repeat(2,1fr);column-gap:16px}.faq-s_list .faq-item_question{font-size:20px}}@media screen and (min-width: 1440px){.faq-s{margin-top:120px;padding:0 100px}.faq-s_container{padding:32px;display:flex}.faq-s_title{width:259px;font-size:60px}.faq-s_list{margin-top:0;margin-left:32px;column-gap:15px}.faq-s_list .faq-item_question{font-size:24px}.faq-s_list .faq-item_answer{font-size:18px}}.footer-s{margin-top:60px;border-radius:32px 32px 0 0;background-color:#241b48}.footer-s_container{padding:40px 15px!important}.footer-s_row{display:flex;flex-direction:column;align-items:center}.footer-s_main-site-link{margin-top:30px;height:50px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-family:Inter;font-size:14px;font-weight:700;line-height:130%;color:#fff;border-radius:30px;border:2px solid rgba(255,255,255,.2)}.footer-s_social-list{margin-top:30px;display:flex}.footer-s_social-link:nth-child(n+2){margin-left:8px}.footer-s_copyright{margin-top:30px;font-family:Inter;font-size:12px;font-weight:400;line-height:120%;color:#9085d7}.footer-s_offer-link{margin-top:20px;font-family:Inter;font-size:14px;font-weight:400;line-height:120%;color:#9085d7}@media screen and (min-width: 768px){.footer-s{margin-top:90px}.footer-s_container{padding:40px 30px!important}.footer-s_row{flex-direction:row;justify-content:space-between}.footer-s_row:nth-child(n+2){margin-top:30px}.footer-s_main-site-link{margin-top:0;margin-left:auto;font-size:16px}.footer-s_social-list{margin-top:0;margin-left:20px}.footer-s_copyright,.footer-s_offer-link{margin-top:0;font-size:14px}}@media screen and (min-width: 1440px){.footer-s{margin-top:120px}.footer-s_container{padding:60px 50px 40px}.footer-s_main-site-link{font-size:18px;border-color:#cacad3}.footer-s_social-list{margin-left:40px}}
