*{padding:0;margin:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{width:100%;font-size:100%;line-height:1;font-size:14px;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-size:inherit;font-family:inherit;background-color:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:400}address{font-style:normal}@font-face{font-family:"Open Sans";src:url(../fonts/open/OpenSans-Regular.ttf) format("truetype");font-weight:400}@font-face{font-family:"Open Sans";src:url(../fonts/open/OpenSans-Medium.ttf) format("truetype");font-weight:500}@font-face{font-family:"Open Sans";src:url(../fonts/open/OpenSans-SemiBold.ttf) format("truetype");font-weight:600}@font-face{font-family:"Open Sans";src:url(../fonts/open/OpenSans-Bold.ttf) format("truetype");font-weight:700}:root{--white:#fff;--black:#000;--bg:#FFFBF8;--text:#000;--red:#C71717;--red-light:#E38988;--pink-1:#FCF2EC;--pink-2:#F5EBE6;--pink-3:#FAE8E6}.none{display:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background-color:var(--red-light);border-radius:50px;&:hover{background-color:var(--red)}}*::-webkit-scrollbar{width:4px}*::-webkit-scrollbar-thumb{background-color:var(--red-light);border-radius:50px;&:hover{background-color:var(--red)}}::selection{background-color:#700000;color:var(--white)}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:"Open Sans",sans-serif;font-weight:400;font-size:17px;line-height:1.5;color:var(--text);background-color:var(--bg);accent-color:var(--red);overflow-x:hidden;&.no-scroll{overflow:hidden}}.container{max-width:1280px;width:100%;margin:0 auto;padding-inline:30px}.distance{margin-top:100px}.test-content{display:flex;flex-direction:column;gap:10px}.adaptive-img-wrapper{position:relative;overflow:hidden}.adaptive-img{display:block;width:100%;height:100%;object-fit:cover}.title-h2{font-size:48px;font-weight:700;line-height:1.3;color:var(--text);text-align:center;text-transform:uppercase;text-wrap:balance;&.red{color:var(--red);text-align:left}}.cta-btn{padding:15px 30px;background-color:var(--red);border-radius:50px;font-weight:600;text-transform:uppercase;color:var(--white);transition:all 0.2s ease;&:hover{background-color:var(--red-light)}}.quote{display:flex;flex-direction:column;align-items:center;gap:10px;max-width:1010px;margin:0 auto;text-align:center;padding:20px;background-color:var(--white);border-radius:20px;&.padding{padding:0;background-color:unset;border-radius:0}}.quote-text{font-size:32px;line-height:1.3;color:var(--red);text-wrap:balance}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media (max-width:959px){.distance{margin-top:80px}}@media (max-width:767px){.container{padding-inline:20px}.distance{margin-top:70px}.title-h2{font-size:30px}.cta-btn{width:100%}.quote-text{font-size:24px}}.header{width:100%;position:fixed;top:0;left:0;z-index:200;&.active{backdrop-filter:blur(40px);background:rgb(255 251 248 / .3)}}.header-nav{display:flex;justify-content:center;align-items:center;gap:60px;width:100%;height:70px;& .cta-btn{display:none}}.header-nav-link{color:var(--text);transition:all 0.2s ease;&:hover{color:var(--red)}&.active{color:var(--red)}}.burger-menu{display:none}@media (max-width:959px){.header-nav{gap:24px}}@media (max-width:767px){.header{height:70px}.burger-menu{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:11px;width:70px;height:70px;position:fixed;top:0;right:0}.line{width:30px;height:0;border:1.5px solid var(--red-light);border-radius:1px;transition:all 0.3s ease}.burger-menu.active .line:nth-child(2){transform-origin:center;transform:rotate(225deg);opacity:0}.burger-menu.active .line:nth-child(1){transform:translateY(15px) rotate(225deg)}.burger-menu.active .line:nth-child(3){transform:translateY(-11px) rotate(-225deg)}.header-inner{display:flex;justify-content:end;position:fixed;top:0;left:100%;width:100%;height:100dvh;background:rgb(255 251 248 / .95);transition:all 0.3s ease;&.active{left:0}}.header-nav{flex-direction:column;align-items:start;justify-content:start;gap:20px;width:360px;height:100%;padding:140px 20px 20px;background-color:var(--white);& .cta-btn{display:block;margin-top:auto}}.header-nav-link{width:100%;padding-block:10px}}@media (max-width:479px){.header-nav{width:100%}}.hero{background-image:url(../images/bg.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.hero-inner{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:800px;position:relative;text-align:center;& .cta-btn{margin-top:30px}}.hero-course{font-weight:600;text-transform:uppercase}.main-title{font-size:80px;font-weight:700;line-height:1.2;text-transform:uppercase}.main-subtitle{font-size:20px;font-weight:600;text-wrap:balance}.hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;width:100%;position:absolute;left:0;bottom:0;translate:0 50%}.hero-card{height:150px;border-radius:20px;position:relative;&::before{content:'';position:absolute;bottom:10px;left:0;z-index:-1;width:85px;height:85px;border-radius:50%;background-color:var(--white)}&::after{content:'';position:absolute;top:12px;right:42px;z-index:-1;width:138px;height:138px;border-radius:50%;background-color:var(--white)}}.hero-card-inner{display:flex;justify-content:center;align-items:center;gap:20px;width:100%;height:100%;border-radius:20px;backdrop-filter:blur(20px);box-shadow:inset 1px 1px 2px 0 var(--white);background:rgb(253 247 234 / .2)}.hero-card:last-child .hero-card-inner{flex-direction:column-reverse;gap:0}.hero-card-title{font-size:80px;font-weight:700}.hero-card:last-child .hero-card-title{font-size:32px;line-height:1.2}.hero-card-text{font-size:15px;font-weight:600;text-transform:uppercase}@media (max-width:959px){.header-nav{gap:24px}}@media (max-width:767px){.hero-inner{padding-top:150px;padding-bottom:370px;justify-content:start;gap:20px;& .cta-btn{margin-top:60px}}.main-title{font-size:44px}.main-subtitle{font-size:17px}.hero-cards{grid-template-columns:1fr;gap:20px;bottom:-50px;translate:0}.hero-card{height:100px;overflow:hidden;&::before{bottom:-40px}&::after{right:102px;z-index:-1}}.hero-card-title{font-size:44px}.hero-card:last-child .hero-card-title{font-size:24px}}.about{margin-top:155px;scroll-margin-top:80px}.about-inner{display:grid;grid-template-columns:5fr 7fr;gap:40px;margin-top:40px}.about-texts{font-size:20px;p:first-child{display:block;margin-bottom:16px}}.about-cards{display:flex;flex-direction:column;gap:20px;position:relative}.spot{width:80%;height:90%;background-color:var(--red);border-radius:60%;filter:blur(150px);opacity:.2;position:absolute;top:50%;left:50%;translate:-50% -50%;z-index:-1}.about-card{display:flex;flex-direction:column;gap:20px;border-radius:20px;background:rgb(255 255 255 / .5);padding:20px 20px 20px 80px;position:relative;&:nth-child(1){& .about-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.7692 11.5385C28.8131 11.5385 26.2935 12.8979 23.2801 15.5791C21.856 16.8463 20.6695 18.1002 20 18.8385C19.3305 18.1003 18.144 16.8464 16.7198 15.5791C13.7065 12.8979 11.1868 11.5385 9.23076 11.5385C4.56507 11.5385 0.769226 15.3343 0.769226 20C0.769226 24.6657 4.56507 28.4615 9.23076 28.4615C11.1868 28.4615 13.7065 27.102 16.7198 24.4208C18.144 23.1537 19.3305 21.8998 20 21.1615C20.6695 21.8998 21.856 23.1537 23.2801 24.4208C26.2935 27.102 28.8131 28.4615 30.7692 28.4615C35.4349 28.4615 39.2308 24.6657 39.2308 20C39.2308 15.3343 35.4349 11.5385 30.7692 11.5385ZM9.23076 26.9231C5.41338 26.9231 2.30769 23.8174 2.30769 20C2.30769 16.1826 5.41338 13.0769 9.23076 13.0769C12.1891 13.0769 16.9135 17.6853 18.9797 20.0001C16.9145 22.3151 12.1921 26.9231 9.23076 26.9231ZM30.7692 26.9231C27.8109 26.9231 23.0865 22.3147 21.0203 19.9998C23.0855 17.6848 27.8079 13.0769 30.7692 13.0769C34.5866 13.0769 37.6923 16.1826 37.6923 20C37.6923 23.8174 34.5866 26.9231 30.7692 26.9231Z' fill='%23E38988' /%3E%3C/svg%3E")}}&:nth-child(2){& .about-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 31.1981C19.703 31.2022 19.4146 31.0987 19.188 30.9067C18.9614 30.7148 18.8118 30.4473 18.7669 30.1538L15.0325 7.75002L12.3206 25.825C12.2779 26.1098 12.1381 26.371 11.925 26.5646C11.7118 26.7582 11.4384 26.8723 11.1508 26.8876C10.8633 26.9029 10.5793 26.8184 10.3468 26.6485C10.1144 26.4786 9.94771 26.2336 9.875 25.955L7.34562 16.2606L5.73625 19.8856C5.63759 20.1061 5.47719 20.2932 5.27444 20.4244C5.07168 20.5557 4.83526 20.6253 4.59375 20.625H1.875C1.70924 20.625 1.55027 20.5592 1.43306 20.442C1.31585 20.3248 1.25 20.1658 1.25 20C1.25 19.8343 1.31585 19.6753 1.43306 19.5581C1.55027 19.4409 1.70924 19.375 1.875 19.375H4.59375L6.20375 15.75C6.30897 15.5132 6.48521 15.3149 6.70808 15.1826C6.93095 15.0503 7.18944 14.9905 7.44776 15.0116C7.70608 15.0327 7.95146 15.1335 8.14994 15.3002C8.34843 15.4669 8.49019 15.6911 8.55562 15.9419L11.0844 25.6363L13.7962 7.56252C13.8403 7.26804 13.988 6.99893 14.2127 6.80366C14.4375 6.60839 14.7246 6.49977 15.0224 6.49736C15.3201 6.49494 15.609 6.5989 15.8369 6.79051C16.0648 6.98211 16.2168 7.24879 16.2656 7.54252L20 29.9481L23.2344 10.5413C23.282 10.2553 23.4275 9.99483 23.6459 9.80434C23.8644 9.61384 24.1423 9.5052 24.4321 9.497C24.7218 9.48881 25.0054 9.58157 25.2343 9.75941C25.4632 9.93725 25.6232 10.1891 25.6869 10.4719L28.8294 24.3894L30.7131 17.9856C30.7882 17.7303 30.9428 17.5056 31.1544 17.3442C31.3661 17.1828 31.6237 17.0932 31.8898 17.0884C32.1559 17.0836 32.4166 17.1638 32.6339 17.3174C32.8513 17.4711 33.0139 17.6901 33.0981 17.9425L34.375 21.7731L34.8894 20.2294C34.9724 19.9805 35.1317 19.7641 35.3446 19.6107C35.5575 19.4574 35.8132 19.3749 36.0756 19.375H38.125C38.2908 19.375 38.4497 19.4409 38.5669 19.5581C38.6842 19.6753 38.75 19.8343 38.75 20C38.75 20.1658 38.6842 20.3248 38.5669 20.442C38.4497 20.5592 38.2908 20.625 38.125 20.625H36.0756L35.5625 22.1688C35.4794 22.4175 35.3202 22.6338 35.1075 22.7871C34.8947 22.9403 34.6391 23.0228 34.3769 23.0228C34.1146 23.0228 33.8591 22.9403 33.6463 22.7871C33.4335 22.6338 33.2743 22.4175 33.1912 22.1688L31.9125 18.3381L30.0288 24.7425C29.9506 25.0081 29.7864 25.2401 29.5621 25.4023C29.3378 25.5645 29.066 25.6477 28.7894 25.6388C28.512 25.6326 28.2447 25.5332 28.0307 25.3566C27.8167 25.1799 27.6685 24.9363 27.61 24.665L24.4675 10.75L21.2331 30.1538C21.1882 30.4473 21.0386 30.7148 20.812 30.9067C20.5854 31.0987 20.297 31.2022 20 31.1981Z' fill='%23E38988' /%3E%3C/svg%3E")}}&:nth-child(3){& .about-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 5.45455C11.9665 5.45455 5.45455 11.9665 5.45455 20C5.45455 20.2327 5.46037 20.464 5.47055 20.6938C5.47942 20.8865 5.41138 21.0748 5.2814 21.2174C5.15142 21.3599 4.97015 21.4449 4.77746 21.4538C4.58476 21.4627 4.39644 21.3947 4.25391 21.2647C4.11138 21.1347 4.02633 20.9534 4.01746 20.7607C4.00571 20.5073 3.99989 20.2537 4 20C4 11.1636 11.1636 4 20 4C25.4124 4 30.1964 6.688 33.0909 10.7985V4.72727C33.0909 4.53439 33.1675 4.3494 33.3039 4.21301C33.4403 4.07662 33.6253 4 33.8182 4C34.0111 4 34.1961 4.07662 34.3324 4.21301C34.4688 4.3494 34.5455 4.53439 34.5455 4.72727V13.4545C34.5455 13.6474 34.4688 13.8324 34.3324 13.9688C34.1961 14.1052 34.0111 14.1818 33.8182 14.1818H25.0909C24.898 14.1818 24.713 14.1052 24.5766 13.9688C24.4403 13.8324 24.3636 13.6474 24.3636 13.4545C24.3636 13.2617 24.4403 13.0767 24.5766 12.9403C24.713 12.8039 24.898 12.7273 25.0909 12.7273H32.5993C31.3229 10.5153 29.4864 8.67856 27.2746 7.40185C25.0628 6.12514 22.5538 5.45351 20 5.45455ZM35.2218 18.5455C35.3174 18.541 35.4128 18.5553 35.5028 18.5878C35.5928 18.6203 35.6754 18.6701 35.7461 18.7346C35.8168 18.799 35.874 18.8768 35.9146 18.9634C35.9552 19.05 35.9783 19.1437 35.9825 19.2393C35.9942 19.4909 36 19.7455 36 20C36 28.8364 28.8364 36 20 36C14.5891 36 9.80364 33.312 6.90909 29.2015V35.2727C6.90909 35.4656 6.83247 35.6506 6.69608 35.787C6.55969 35.9234 6.3747 36 6.18182 36C5.98894 36 5.80395 35.9234 5.66756 35.787C5.53117 35.6506 5.45455 35.4656 5.45455 35.2727V26.5455C5.45455 26.3526 5.53117 26.1676 5.66756 26.0312C5.80395 25.8948 5.98894 25.8182 6.18182 25.8182H14.9091C15.102 25.8182 15.287 25.8948 15.4234 26.0312C15.5597 26.1676 15.6364 26.3526 15.6364 26.5455C15.6364 26.7383 15.5597 26.9233 15.4234 27.0597C15.287 27.1961 15.102 27.2727 14.9091 27.2727H7.40073C9.91709 31.6218 14.6167 34.5455 20 34.5455C28.0335 34.5455 34.5455 28.0335 34.5455 20C34.5455 19.7673 34.5396 19.536 34.5295 19.3062C34.5208 19.1137 34.5888 18.9257 34.7186 18.7833C34.8484 18.641 35.0294 18.556 35.2218 18.5469V18.5455Z' fill='%23E38988' /%3E%3C/svg%3E")}}&:nth-child(4){& .about-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.5' cy='20' r='12.75' stroke='%23E38988' stroke-width='1.5' /%3E%3Cpath d='M13 19.25C12.5858 19.25 12.25 19.5858 12.25 20C12.25 20.4142 12.5858 20.75 13 20.75L13 20L13 19.25ZM39.5303 20.5303C39.8232 20.2374 39.8232 19.7626 39.5303 19.4697L34.7574 14.6967C34.4645 14.4038 33.9896 14.4038 33.6967 14.6967C33.4038 14.9896 33.4038 15.4645 33.6967 15.7574L37.9393 20L33.6967 24.2426C33.4038 24.5355 33.4038 25.0104 33.6967 25.3033C33.9896 25.5962 34.4645 25.5962 34.7574 25.3033L39.5303 20.5303ZM13 20L13 20.75L39 20.75L39 20L39 19.25L13 19.25L13 20Z' fill='%23E38988' /%3E%3C/svg%3E")}}}.about-card-title{font-size:24px;font-weight:600;line-height:1.3;&::before{position:absolute;top:30px;left:30px}}.about-card-text{opacity:.8}.for-who-text{font-size:20px;text-align:center;margin-top:20px}.for-who-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px}.for-who-card{display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:20px;border-radius:20px;background:rgb(239 208 190 / .2)}.for-who-card-title{font-size:32px;font-weight:600;line-height:1.3}.for-who-card-text{opacity:.8}.course-why{background:linear-gradient(180deg,rgb(255 251 248 / .5) 0%,rgb(227 137 136 / .5) 100%);padding-bottom:120px}.course-why-inner{display:flex;flex-direction:column;gap:20px}.why-text{font-size:20px;font-weight:600;text-align:center;text-wrap:balance}.why-title{font-size:32px;font-weight:600;text-align:center;text-wrap:balance;line-height:1.3;margin-top:20px}.why-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-block:20px}.why-card{display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:20px;border-radius:20px;background:rgb(255 255 255 / .5)}.why-card-title{font-size:24px;font-weight:600;line-height:1.3}@media (max-width:1199px){.for-who-card{gap:36px}.why-cards{gap:20px}}@media (max-width:959px){.about-inner{grid-template-columns:1fr;gap:20px;margin-top:20px}.course-why{padding-bottom:100px}.why-cards{grid-template-columns:1fr}.why-card{gap:20px}}@media (max-width:767px){.about{margin-top:120px}.about-texts{font-size:17px}.about-card{padding:20px;&::before{top:20px;left:20px}}.about-card-title{display:flex;gap:20px;&::before{position:static}}.for-who-cards{grid-template-columns:1fr}.for-who-card{gap:20px}.for-who-card-title{font-size:24px}.for-who-text{font-size:17px;p:first-child{margin-bottom:16px}}.course-why{padding-bottom:70px}.why-text{font-size:17px}.why-title{font-size:24px}}.result{scroll-margin-top:80px;background:linear-gradient(180deg,#fffbf8 0%,rgb(252 242 236 / .7) 100%);padding-bottom:120px;.cta-btn{display:block;margin:0 auto}}.result-text{font-size:20px;text-align:center;text-wrap:balance;margin-top:20px}.result-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-block:40px}.result-card{display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:20px;border-radius:20px;position:relative;overflow:hidden;&:nth-child(1){background-color:var(--pink-3);.result-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3167 22.5168L25.7 29.1502M25.6833 10.8502L14.3167 17.4835M35 8.3335C35 11.0949 32.7614 13.3335 30 13.3335C27.2386 13.3335 25 11.0949 25 8.3335C25 5.57207 27.2386 3.3335 30 3.3335C32.7614 3.3335 35 5.57207 35 8.3335ZM15 20.0002C15 22.7616 12.7614 25.0002 10 25.0002C7.23858 25.0002 5 22.7616 5 20.0002C5 17.2387 7.23858 15.0002 10 15.0002C12.7614 15.0002 15 17.2387 15 20.0002ZM35 31.6668C35 34.4283 32.7614 36.6668 30 36.6668C27.2386 36.6668 25 34.4283 25 31.6668C25 28.9054 27.2386 26.6668 30 26.6668C32.7614 26.6668 35 28.9054 35 31.6668Z' stroke='%23E38988' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");width:40px;height:40px}}&:nth-child(2){background-color:var(--pink-1);.result-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 36.6668C29.2047 36.6668 36.6666 29.2049 36.6666 20.0002C36.6666 10.7954 29.2047 3.3335 20 3.3335C10.7952 3.3335 3.33331 10.7954 3.33331 20.0002C3.33331 29.2049 10.7952 36.6668 20 36.6668Z' stroke='%23E38988' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20 21.6668C20.9205 21.6668 21.6666 20.9206 21.6666 20.0002C21.6666 19.0797 20.9205 18.3335 20 18.3335C19.0795 18.3335 18.3333 19.0797 18.3333 20.0002C18.3333 20.9206 19.0795 21.6668 20 21.6668Z' stroke='%23E38988' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");width:40px;height:40px}}&:nth-child(5){background-color:var(--pink-2);.result-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 28.3332H11.6666C9.45651 28.3332 7.33689 27.4552 5.77409 25.8924C4.21129 24.3296 3.33331 22.21 3.33331 19.9998C3.33331 17.7897 4.21129 15.6701 5.77409 14.1073C7.33689 12.5445 9.45651 11.6665 11.6666 11.6665H15M25 11.6665H28.3333C30.5434 11.6665 32.6631 12.5445 34.2259 14.1073C35.7887 15.6701 36.6666 17.7897 36.6666 19.9998C36.6666 22.21 35.7887 24.3296 34.2259 25.8924C32.6631 27.4552 30.5434 28.3332 28.3333 28.3332H25M13.3333 19.9998H26.6666' stroke='%23E38988' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");width:40px;height:40px}}&:nth-child(6){background-color:var(--pink-1);.result-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5V25M10 25C11.3261 25 12.5979 25.5268 13.5355 26.4645C14.4732 27.4021 15 28.6739 15 30C15 31.3261 14.4732 32.5979 13.5355 33.5355C12.5979 34.4732 11.3261 35 10 35C8.67392 35 7.40215 34.4732 6.46447 33.5355C5.52678 32.5979 5 31.3261 5 30C5 28.6739 5.52678 27.4021 6.46447 26.4645C7.40215 25.5268 8.67392 25 10 25ZM10 25C10 21.0218 11.5804 17.2064 14.3934 14.3934C17.2064 11.5804 21.0218 10 25 10M25 10C25 8.67392 25.5268 7.40215 26.4645 6.46447C27.4021 5.52678 28.6739 5 30 5C31.3261 5 32.5979 5.52678 33.5355 6.46447C34.4732 7.40215 35 8.67392 35 10C35 11.3261 34.4732 12.5979 33.5355 13.5355C32.5979 14.4732 31.3261 15 30 15C28.6739 15 27.4021 14.4732 26.4645 13.5355C25.5268 12.5979 25 11.3261 25 10Z' stroke='%23E38988' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");width:40px;height:40px}}&:nth-child(7){background-color:var(--pink-2);.result-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6667 36.6668V11.6668C16.6667 11.2248 16.4911 10.8009 16.1785 10.4883C15.866 10.1758 15.442 10.0002 15 10.0002H6.66668C5.78262 10.0002 4.93478 10.3514 4.30965 10.9765C3.68453 11.6016 3.33334 12.4494 3.33334 13.3335V33.3335C3.33334 34.2176 3.68453 35.0654 4.30965 35.6905C4.93478 36.3156 5.78262 36.6668 6.66668 36.6668H26.6667C27.5507 36.6668 28.3986 36.3156 29.0237 35.6905C29.6488 35.0654 30 34.2176 30 33.3335V25.0002C30 24.5581 29.8244 24.1342 29.5119 23.8217C29.1993 23.5091 28.7754 23.3335 28.3333 23.3335H3.33334M25 3.3335H35C35.9205 3.3335 36.6667 4.07969 36.6667 5.00016V15.0002C36.6667 15.9206 35.9205 16.6668 35 16.6668H25C24.0795 16.6668 23.3333 15.9206 23.3333 15.0002V5.00016C23.3333 4.07969 24.0795 3.3335 25 3.3335Z' stroke='%23E38988' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");width:40px;height:40px}}&:nth-child(9){background-color:var(--white);border:1px solid var(--red);.result-card-title{font-size:36px;line-height:1.2}}}.result-card-title{display:flex;gap:22px;font-size:24px;font-weight:600;line-height:1.3}.result-card-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media (max-width:1199px){.result-cards{grid-template-columns:repeat(2,1fr);gap:20px}.result-card{&:nth-child(3){display:none}&:nth-child(7){order:2}&:nth-child(8){order:1}&:nth-child(9){order:3}}}@media (max-width:959px){.result{padding-bottom:80px}}@media (max-width:767px){.result-cards{grid-template-columns:1fr}.result-card{&:has(.result-card-img){min-height:220px}padding:20px;&:nth-child(9){.result-card-title{font-size:30px}}}.result-card-title{gap:20px}}.author{padding-top:120px;background:linear-gradient(180deg,#fff 0%,#fffbf8 50%);.quote{margin-top:60px}}.author-inner{display:grid;grid-template-columns:5fr 7fr;gap:40px}.author-photo-wrapper{width:100%;aspect-ratio:3/4;border-radius:20px;overflow:hidden;position:relative}.author-photo{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.author-info{display:flex;flex-direction:column;gap:10px}.author-text{font-size:20px}.author-title{font-weight:600;line-height:1;text-transform:uppercase}.author-cards{display:flex;flex-direction:column;gap:30px;margin-top:40px;&.mobile{display:none}}.author-card:last-of-type{padding-top:30px;border-top:1px solid var(--red)}.author-card-number{display:flex;gap:2px;font-size:48px;font-weight:700;color:var(--red-light);line-height:1.2;&::after{content:'+';font-size:36px;align-self:flex-start}}.author-card-title{font-size:20px;margin-bottom:4px}@media (max-width:1199px){.author-cards{grid-column:span 2;margin-top:0;&.desktop{display:none}&.mobile{display:flex}}}@media (max-width:959px){.author{padding-top:100px}}@media (max-width:767px){.author{padding-top:70px}.author-inner{grid-template-columns:1fr;gap:20px}.author-cards{grid-column:unset;margin-top:40px}.author-card-number{font-size:36px;&::after{font-size:24px}}}.format{scroll-margin-top:80px}.format-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-top:40px}.format-card{display:flex;flex-direction:column;gap:20px;padding:20px;border-radius:20px;background-color:var(--pink-1);&:nth-child(1),&:nth-child(2),&:nth-child(3){grid-column:span 2;.format-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15.25C1.58579 15.25 1.25 15.5858 1.25 16C1.25 16.4142 1.58579 16.75 2 16.75L2 16L2 15.25ZM38.5303 16.5303C38.8232 16.2374 38.8232 15.7626 38.5303 15.4697L33.7574 10.6967C33.4645 10.4038 32.9896 10.4038 32.6967 10.6967C32.4038 10.9896 32.4038 11.4645 32.6967 11.7574L36.9393 16L32.6967 20.2426C32.4038 20.5355 32.4038 21.0104 32.6967 21.3033C32.9896 21.5962 33.4645 21.5962 33.7574 21.3033L38.5303 16.5303ZM2 16L2 16.75L38 16.75L38 16L38 15.25L2 15.25L2 16Z' fill='%23E38988' /%3E%3C/svg%3E");width:40px;height:40px}}&:nth-child(4),&:nth-child(5){grid-column:span 3}&:nth-child(4){.format-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34 8L14.75 27L6 18.3636' stroke='%23E38988' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");width:40px;height:40px}}&:nth-child(5){background-color:var(--white);border:1px solid var(--red);.format-card-title::before{content:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.3334 15.0002C34.2174 15.0002 35.0653 15.3514 35.6904 15.9765C36.3155 16.6016 36.6667 17.4494 36.6667 18.3335V35.4768C36.6667 35.7108 36.5973 35.9396 36.4672 36.1342C36.3372 36.3287 36.1524 36.4804 35.9362 36.5699C35.72 36.6595 35.4821 36.6829 35.2526 36.6373C35.023 36.5916 34.8122 36.479 34.6467 36.3135L30.9767 32.6435C30.3517 32.0183 29.504 31.667 28.62 31.6668H16.6667C15.7827 31.6668 14.9348 31.3156 14.3097 30.6905C13.6846 30.0654 13.3334 29.2176 13.3334 28.3335V26.6668M26.6667 16.6668C26.6667 17.5509 26.3155 18.3987 25.6904 19.0239C25.0653 19.649 24.2174 20.0002 23.3334 20.0002H11.38C10.4961 20.0004 9.64835 20.3517 9.02337 20.9768L5.35337 24.6468C5.18788 24.8123 4.97705 24.925 4.74752 24.9706C4.518 25.0163 4.28009 24.9928 4.06389 24.9033C3.84768 24.8137 3.66288 24.6621 3.53285 24.4675C3.40282 24.2729 3.3334 24.0442 3.33337 23.8102V6.66683C3.33337 5.78277 3.68456 4.93493 4.30968 4.30981C4.93481 3.68469 5.78265 3.3335 6.66671 3.3335H23.3334C24.2174 3.3335 25.0653 3.68469 25.6904 4.30981C26.3155 4.93493 26.6667 5.78277 26.6667 6.66683V16.6668Z' stroke='%23E38988' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");width:40px;height:40px}}}.format-card-title{display:flex;gap:20px;font-size:24px;font-weight:600;line-height:1.3}@media (max-width:1199px){.format-cards{grid-template-columns:repeat(2,1fr)}.format-card{&:nth-child(1),&:nth-child(2),&:nth-child(3),&:nth-child(4){grid-column:span 1}&:nth-child(5){grid-column:span 2}}}@media (max-width:767px){.format-cards{grid-template-columns:1fr}.format-card{&:nth-child(5){grid-column:span 1}}}.program{background:linear-gradient(180deg,rgb(255 251 248 / .5) 0%,rgb(227 137 136 / .5) 100%);padding-bottom:120px;scroll-margin-top:80px}.program-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:40px}.program-card{height:150px;border-radius:20px;position:relative;&::before{content:'';position:absolute;bottom:10px;left:0;z-index:-1;width:85px;height:85px;border-radius:50%;background-color:var(--white)}&::after{content:'';position:absolute;top:12px;right:42px;z-index:-1;width:138px;height:138px;border-radius:50%;background-color:var(--white)}}.program-card-inner{display:flex;justify-content:center;align-items:center;gap:20px;width:100%;height:100%;border-radius:20px;backdrop-filter:blur(20px);box-shadow:inset 1px 1px 2px 0 var(--white);background:rgb(253 247 234 / .2)}.program-card:last-child .program-card-inner{flex-direction:column-reverse;gap:0}.program-card-title{font-size:80px;font-weight:700}.program-card:last-child .program-card-title{font-size:32px;line-height:1.2}.program-card-text{font-size:15px;font-weight:600;text-transform:uppercase}.faq-list{display:flex;flex-direction:column;gap:20px;margin-top:40px}.faq-item{display:grid;grid-template-columns:1fr 10fr 1fr;gap:40px;padding:30px;border-radius:20px;background:rgb(255 255 255 / .6);cursor:pointer}.faq-module-wrapper{display:flex;flex-direction:column}.faq-item:hover .faq-module-wrapper{transition:all 0.2s ease;color:var(--red)}.faq-number{font-size:48px;font-weight:700;line-height:1.2;transition:inherit}.faq-module{font-size:18px;transition:inherit}.faq-content{display:flex;gap:40px}.faq-question{font-size:32px;line-height:1.3;text-wrap:balance;user-select:none;transition:all 0.3s ease}.faq-item.active .faq-question{color:var(--red)}.faq-icon{justify-self:end;align-self:flex-start;transition:all 0.3s ease}.faq-item.active .faq-icon{rotate:180deg}.faq-answer-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;min-width:50%;transition:grid-template-rows 0.2s ease,margin-top 0.2s ease}.faq-item.active .faq-answer-wrapper{grid-template-rows:1fr;margin-top:12px}.faq-answer{min-height:0;overflow:hidden;ul{display:flex;flex-direction:column;gap:2px}li{list-style:disc;margin-left:18px;}}@media (max-width:1199px){.faq-item{gap:20px}.faq-content{flex-direction:column;gap:10px}}@media (max-width:959px){.program{padding-bottom:100px}.program-cards{grid-template-columns:repeat(2,1fr)}.program-card{&:last-child{grid-column:span 2}}.faq-item:hover .faq-module-wrapper{color:var(--text)}}@media (max-width:767px){.program{padding-bottom:70px}.program-cards{grid-template-columns:1fr;gap:20px}.program-card{height:100px;&:last-child{grid-column:unset}}.faq-item{display:flex;flex-wrap:wrap;justify-content:space-between;padding:20px}.faq-content{width:100%;order:1}.faq-question{font-size:24px}}.price{scroll-margin-top:80px}.price-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.price-card{display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:20px;border-radius:20px;background-color:var(--pink-2);text-align:center;&:last-child{background-color:var(--pink-3)}}.price-card-title{font-size:24px;font-weight:600;line-height:1.3}.cta-block{display:flex;flex-direction:column;align-items:center;gap:40px;padding:60px;background-color:var(--white);border-radius:20px;margin-top:100px;position:relative}.cta-text{font-size:20px;text-align:center;text-wrap:balance}.cta-link{font-size:20px;color:gray;margin-top:40px;text-align:center;text-wrap:balance;a{color:var(--red);transition:all 0.2s ease;&:hover{color:var(--red-light)}}}.cta-spot{width:40%;height:130%;background-color:var(--red);border-radius:50%;filter:blur(150px);opacity:.2;position:absolute;top:50%;left:50%;translate:-50% -50%;z-index:-1}@media (max-width:959px){.cta-block{margin-top:80px}.price-cards{grid-template-columns:1fr}}@media (max-width:767px){.cta-block{margin-top:70px;padding:20px;gap:20px}.cta-link{margin-top:20px}}.modal-bg,.succes-msg-wrapper{position:fixed;inset:0;z-index:300;background-color:rgb(255 251 248 / .95);scale:0;transition:all 0.3s ease;&.active{scale:1}}.modal-bg .container,.succes-msg-wrapper .container{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.succes-msg{font-size:20px;font-weight:600;line-height:1.3;text-align:center;padding:40px;background-color:var(--pink-3);border-radius:20px;position:relative}.succes-close-btn{position:absolute;top:-40px;right:0}.modal-window{display:flex;flex-direction:column;gap:40px;max-width:500px;background-color:var(--pink-3);padding:30px;border-radius:20px;position:relative}.modal-close-btn{width:40px;height:40px;position:absolute;top:0;right:-40px;background-color:unset}.modal-title{font-size:24px;font-weight:600;line-height:1.3;text-align:center}.modal-inputs-wrapper{display:flex;flex-direction:column;gap:20px}.modal-input{padding:20px;border-radius:20px;background-color:rgb(255 255 255 / .5);&:focus{background-color:var(--white)}}.modal-check-wrapper{display:flex;align-items:start;gap:8px;a{color:var(--red)}}.modal-checkbox{width:24px;height:24px;flex-shrink:0}.modal-submit-btn{padding:15px 30px;background-color:var(--red);border-radius:50px;font-weight:600;text-transform:uppercase;color:var(--white);transition:all 0.2s ease;&:hover{background-color:var(--red-light)}}@media (max-width:767px){.modal-window{position:static}.modal-close-btn{top:15px;right:20px}.modal-title{font-size:20px}.modal-check-wrapper{font-size:15px}.modal-submit-btn{width:100%}}.footer{margin-top:100px;background-color:#EFD0BE;padding-block:100px}.footer-top-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.footer-address{display:flex;flex-direction:column;gap:8px;text-wrap:balance;p:first-child{font-weight:600}}.footer-cta{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-link{font-size:24px;font-weight:700;color:var(--red);transition:all 0.2s ease;&:hover{color:var(--red-light)}}.copyright{text-align:right;a{display:block;color:var(--text);margin-top:8px}}.outside-link{display:block;margin-top:40px;text-align:center;color:var(--text);opacity:.7;transition:all 0.2s ease;&:hover{opacity:1}}@media (max-width:959px){.footer{margin-top:80px;padding-block:80px}.footer-top-cols{grid-template-columns:repeat(2,1fr);gap:40px}.footer-cta{order:1;grid-column:span 2}}@media (max-width:767px){.footer{margin-top:70px;padding-block:70px}.footer-top-cols{grid-template-columns:1fr}.footer-cta{order:unset;grid-column:unset}.footer-address,.copyright{text-align:center}}