:root{--primaryDarkBlue:#062440;--primaryBlue:#05294A;--primaryMint:#007f86;--primaryMintBright:#00aeb8;--primaryMintLight:#9adce1;--neutralWhite:#ffffff;--neutral-20:#eeeff3;--neutral-30:#DBE0E9;--neutral-90:#192127;--neutral-100:#12181d}body{background:var(--neutral-90);position:relative;color:var(--primaryDarkBlue);overflow-x:clip;width:100vw;min-height:100dvh}body.noscroll{overflow:hidden}html{scroll-behavior:smooth}*,body{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;-webkit-font-feature-settings:"pnum" on,"lnum" on;font-feature-settings:"pnum" on,"lnum" on;font-size:inherit;font-weight:inherit;font-style:inherit;font-family:Inter,sans-serif;font-optical-sizing:auto}a{color:initial;text-decoration:none}.btn{--bg:var(--primaryMintBright);--bg-hover:var(--primaryMint);--border-color:var(--bg);--text-color:var(--neutralWhite);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 12px;background:var(--bg);border:1px solid var(--border-color);border-radius:12px;font-weight:600;font-size:16px;line-height:19px;color:var(--text-color);-webkit-transition:all .3s;transition:all .3s}.btn:hover{background:var(--bg-hover);color:var(--text-color)}@media screen and (min-width:576px){.btn{padding:14px 20px}}@media screen and (min-width:768px){.btn{padding:16px 32px;font-size:18px;line-height:22px}}@media screen and (min-width:992px){.btn{padding:16px 40px;font-size:20px;line-height:24px}}.btn_white{--bg:var(--neutralWhite);--bg-hover:var(--neutral-30);--text-color:var(--primaryDarkBlue)}.btn_transparent{--bg:transparent;--bg-hover:rgba(238, 239, 243, 0.2);--border-color:var(--neutral-30);--text-color:var(--neutralWhite)}.btn_fat{padding:14px 40px;font-size:20px;line-height:24px}@media screen and (min-width:576px){.btn_fat{font-size:24px;line-height:28px}}@media screen and (min-width:768px){.btn_fat{padding:16px 40px;font-size:28px;line-height:33px}}@media screen and (min-width:992px){.btn_fat{font-size:32px;line-height:38px}}@media screen and (min-width:1200px){.btn_fat{font-size:36px;line-height:44px}}:root{--header-h:72px}@media screen and (min-width:992px){:root{--header-h:76px}}.header{position:fixed;top:0;left:0;z-index:10;width:100%;height:var(--header-h);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--neutral-90);border-bottom:1px solid var(--primaryMintBright);-webkit-box-shadow:0 0 5px 1px #05aeb8;box-shadow:0 0 5px 1px #05aeb8}.header__layout{width:100%;height:var(--header-h)}.header__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__second{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.header__logo{height:18px;width:auto}.header__user{height:36px;width:auto}.header__cta{max-height:40px}@media screen and (min-width:576px){.header__logo{height:22px}}@media screen and (min-width:768px){.header__logo{height:26px}.header__cta{max-height:44px}}@media screen and (min-width:992px){.header__logo{height:30px}}.footer{padding-top:60px;position:relative}.footer__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.footer__logo{height:24px}.footer__contact{color:var(--neutralWhite)}.footer__contact-title{font-weight:500;font-size:18px}.footer__contact-list{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__contact-list img{width:28px}.footer__post{margin-top:60px;padding:20px 0 16px;border-top:1px solid rgba(255,255,255,.3)}.footer__post-text{font-size:14px;line-height:17px;text-align:center;color:var(--neutralWhite);mix-blend-mode:normal;opacity:.7}.footer__spark{--bg:var(--primaryDarkBlue);--radius:250px;width:var(--radius);height:var(--radius);background:var(--bg);position:absolute;z-index:-1;-webkit-filter:blur(104.95px);filter:blur(104.95px)}.footer__spark:nth-child(1){--radius:200px;--bg:var(--primaryBlue);top:32px;left:0}.footer__spark:nth-child(2){--radius:120px;--bg:var(--primaryMintBright);top:0;right:32px;opacity:.8}.footer__spark:nth-child(3){--radius:80px;--bg:var(--primaryBlue);bottom:24px;right:12px}@media screen and (min-width:576px){.footer__spark:nth-child(1){--radius:250px;top:-32px;-webkit-transform:translateX(-10%);transform:translateX(-10%)}.footer__spark:nth-child(2){--radius:140px;top:-10px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.footer__spark:nth-child(3){--radius:160px;bottom:0;right:0}}@media screen and (min-width:768px){.footer__spark:nth-child(1){--radius:280px;top:-40px}.footer__spark:nth-child(2){--radius:180px;top:-100px}.footer__spark:nth-child(3){--radius:200px}}@media screen and (min-width:992px){.footer__spark:nth-child(1){--radius:400px;top:-100px}.footer__spark:nth-child(2){--radius:260px;top:-180px}.footer__spark:nth-child(3){--radius:300px}}@media screen and (min-width:576px){.footer{padding-top:56px}.footer__main{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer__logo{height:28px}.footer__contact-title{font-size:20px}.footer__contact-list img{width:32px}.footer__post{margin-top:68px;padding:24px 0 12px}}@media screen and (min-width:768px){.footer{padding-top:44px}.footer__logo{height:36px}.footer__contact-list img{width:36px}.footer__post{margin-top:80px;padding:32px 0 8px}}@media screen and (min-width:992px){.footer{padding-top:32px}.footer__logo{height:40px}.footer__contact-title{font-size:24px}.footer__contact-list img{width:40px}.footer__post{margin-top:92px;padding:40px 0 8px}}@media screen and (min-width:1200px){.footer{padding-top:24px}.footer__logo{height:48px}.footer__contact-list img{width:44px}.footer__post{margin-top:100px}}.accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;color:var(--neutralWhite)}.accordion__item{-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:20px;border-bottom:1px solid var(--primaryMintBright)}.accordion__item.active .accordion__header::before{rotate:0deg}.accordion__header{--plus-width:18px;--plus-height:2px;font-weight:700;font-size:32px;line-height:initial;font-weight:600;cursor:pointer;position:relative;padding-right:calc(var(--plus-width) + 12px)}@media screen and (max-width:992px){.accordion__header{font-size:28px}}@media screen and (max-width:768px){.accordion__header{font-size:24px}}@media screen and (max-width:576px){.accordion__header{font-size:20px}}.accordion__header::after,.accordion__header::before{content:"";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:var(--neutralWhite);width:var(--plus-width);height:var(--plus-height);border-radius:4px;-webkit-transition:all .3s;transition:all .3s}.accordion__header::before{rotate:-90deg}.accordion__panel{overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-weight:400;font-size:20px;line-height:24px}@media screen and (max-width:992px){.accordion__panel{font-size:18px;line-height:22px}}@media screen and (max-width:576px){.accordion__panel{font-size:16px;line-height:20px}}.accordion__panel-inner{padding-top:12px}@media screen and (min-width:768px){.accordion{gap:24px}.accordion__item{padding-bottom:24px}.accordion__header{--plus-width:20px}.accordion__panel-inner{padding-top:16px}}@media screen and (min-width:992px){.accordion{gap:28px}.accordion__item{padding-bottom:28px}.accordion__header{--plus-width:24px}.accordion__panel-inner{padding-top:20px}}@media screen and (min-width:1200px){.accordion{gap:32px}.accordion__item{padding-bottom:32px}.accordion__header{--plus-width:27px;--plus-height:2.5px}}.hero{background:url(../../dist/icons/bg_hero.svg) no-repeat center center;background-size:cover;padding-top:calc(36px + var(--header-h));padding-bottom:56px;position:relative}.hero__title{font-weight:800;font-size:28px;line-height:34px;text-transform:capitalize;color:var(--neutralWhite)}.hero__text{font-weight:500;font-size:16px;line-height:19px;color:var(--neutralWhite);padding:0;margin-top:16px}.hero__img{display:block;margin:0 auto;max-width:320px;width:100%;margin-top:40px}.hero__manipulators{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px}.hero__manipulators>*{width:100%}.hero::after{content:"";display:block;width:100%;height:16px;position:absolute;left:0;bottom:0;background:url(../../dist/icons/curves/curve_1.svg);background-size:100% 100%}@media screen and (min-width:576px){.hero{padding-top:calc(60px + var(--header-h));padding-bottom:80px}.hero__title{font-size:32px;line-height:initial}.hero__text{margin-top:20px}.hero__text br{display:none}.hero__img{max-width:440px;margin-top:48px}.hero__manipulators{margin-top:36px;gap:16px}.hero::after{height:40px}}@media screen and (min-width:768px){.hero{padding-bottom:172px}.hero__title br{display:none}.hero__img{max-width:520px;margin-top:0}.hero__manipulators{-ms-flex-wrap:wrap;flex-wrap:wrap}.hero__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hero::after{height:68px}}@media screen and (min-width:992px){.hero{padding-bottom:200px}.hero__title{font-size:36px}.hero__img{max-width:580px}.hero__text{font-size:20px;line-height:initial;margin-top:24px}.hero__manipulators{margin-top:40px}.hero__manipulators>*{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.hero::after{height:92px}}@media screen and (min-width:1200px){.hero{padding-bottom:240px}.hero__title{font-size:40px}.hero::after{height:120px}}@media screen and (min-width:1400px){.hero{padding-bottom:280px}.hero::after{height:150px}}.standout{background:var(--neutral-20)}.standout__content{padding-top:32px}.standout__title{font-weight:700;font-size:48px;line-height:57px;text-align:center}@media screen and (max-width:1400px){.standout__title{font-size:44px;line-height:52px}}@media screen and (max-width:1200px){.standout__title{font-size:40px;line-height:48px}}@media screen and (max-width:992px){.standout__title{font-size:36px;line-height:40px}}@media screen and (max-width:768px){.standout__title{font-size:28px;line-height:32px}}@media screen and (max-width:576px){.standout__title{font-size:24px;line-height:28px}}.standout__title span{color:var(--primaryMintBright)}.standout__grid{margin-top:32px}@media screen and (min-width:576px){.standout__grid{margin-top:36px}}@media screen and (min-width:768px){.standout__grid{margin-top:40px}}@media screen and (min-width:992px){.standout__grid{margin-top:48px}}@media screen and (min-width:1200px){.standout__grid{margin-top:56px}}@media screen and (min-width:1400px){.standout__grid{margin-top:60px}}.standout__item{padding:16px;border-radius:20px;background:var(--neutralWhite);max-width:280px;height:auto!important}.standout__item-icon{margin:0 auto;width:44px;height:44px;border-radius:50%;background:var(--primaryMintBright);position:relative}.standout__item-icon img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:27px;height:auto}.standout__item-title{font-weight:700;font-size:32px;line-height:initial;text-transform:capitalize;margin-top:16px;text-align:center}@media screen and (max-width:992px){.standout__item-title{font-size:28px}}@media screen and (max-width:768px){.standout__item-title{font-size:24px}}@media screen and (max-width:576px){.standout__item-title{font-size:20px}}.standout__item-text{font-weight:400;font-size:20px;line-height:24px;font-weight:500;margin-top:8px;text-align:center}@media screen and (max-width:992px){.standout__item-text{font-size:18px;line-height:22px}}@media screen and (max-width:576px){.standout__item-text{font-size:16px;line-height:20px}}.standout__btn{margin-top:32px}@media screen and (max-width:768px){.standout__container{margin:0;padding:0;max-width:none}}@media screen and (min-width:576px){.standout__content{padding-top:28px}.standout__item{max-width:320px}.standout__item-icon{width:52px;height:52px}.standout__item-icon img{width:30px}.standout__item-title{margin-top:20px}.standout__item-text{margin-top:12px}}@media screen and (min-width:768px){.standout__content{padding-top:20px}.standout__grid{display:grid!important;grid-template-columns:1fr 1fr;gap:20px}.standout__item{padding:24px;max-width:none;width:100%}.standout__item-icon{width:60px;height:60px}.standout__item-icon img{width:36px}.standout__item-title{font-weight:600}.standout__btn{margin-top:40px}}@media screen and (min-width:992px){.standout__content{padding:0;position:relative;top:-20px}.standout__item-icon{width:64px;height:64px}.standout__item-icon img{width:38px}.standout__item-title{margin-top:24px}.standout__btn{margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (min-width:1200px) and (max-width:1400px){.standout__item-title{font-size:28px}}@media screen and (min-width:1200px){.standout__content{top:-20px}.standout__grid{grid-template-columns:1fr 1fr 1fr;grid-auto-rows:1fr}.standout__item-icon{width:70px;height:70px}.standout__item-icon img{width:44px}}.whofor{padding-top:80px;padding-bottom:24px;background:var(--neutral-20)}@media screen and (min-width:576px){.whofor{padding-top:92px}}@media screen and (min-width:768px){.whofor{padding-top:100px}}@media screen and (min-width:992px){.whofor{padding-top:112px}}@media screen and (min-width:1200px){.whofor{padding-top:130px}}.whofor__title{font-weight:700;font-size:48px;line-height:57px;text-align:center;text-transform:capitalize}@media screen and (max-width:1400px){.whofor__title{font-size:44px;line-height:52px}}@media screen and (max-width:1200px){.whofor__title{font-size:40px;line-height:48px}}@media screen and (max-width:992px){.whofor__title{font-size:36px;line-height:40px}}@media screen and (max-width:768px){.whofor__title{font-size:28px;line-height:32px}}@media screen and (max-width:576px){.whofor__title{font-size:24px;line-height:28px}}.whofor__title span{color:var(--primaryMintBright)}.whofor__list{margin-top:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}@media screen and (min-width:576px){.whofor__list{margin-top:36px}}@media screen and (min-width:768px){.whofor__list{margin-top:40px}}@media screen and (min-width:992px){.whofor__list{margin-top:48px}}@media screen and (min-width:1200px){.whofor__list{margin-top:56px}}@media screen and (min-width:1400px){.whofor__list{margin-top:60px}}.whofor__item{background:var(--neutralWhite);border-radius:20px;padding:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;overflow:hidden}.whofor__item-img{aspect-ratio:3/4;-o-object-fit:cover;object-fit:cover;border-radius:20px;height:140px}.whofor__item-title{font-weight:700;font-size:32px;line-height:initial;text-transform:capitalize}@media screen and (max-width:992px){.whofor__item-title{font-size:28px}}@media screen and (max-width:768px){.whofor__item-title{font-size:24px}}@media screen and (max-width:576px){.whofor__item-title{font-size:20px}}.whofor__item-text{margin-top:12px;font-size:16px;color:var(--primaryDarkBlue)}.whofor__btn{margin-top:32px}@media screen and (min-width:576px){.whofor__item{border-radius:24px;padding:16px;gap:16px}.whofor__item-img{aspect-ratio:1/1;border-radius:24px;height:180px}.whofor__item-text{font-size:18px}.whofor__btn{margin-top:36px}}@media screen and (min-width:768px){.whofor__list{gap:20px}.whofor__item{border-radius:28px;padding:0;gap:0}.whofor__item-content{padding:24px}.whofor__item-img{aspect-ratio:unset;border-radius:28px}.whofor__item-text{font-size:22px}.whofor__btn{margin-top:40px}}@media screen and (min-width:992px){.whofor{padding-bottom:40px}.whofor__item{border-radius:36px}.whofor__item-content{padding:28px}.whofor__item-img{border-radius:32px;height:220px}.whofor__item-text{margin-top:16px;font-size:24px}.whofor__btn{margin-left:auto;margin-right:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (min-width:1200px){.whofor__item{border-radius:40px}.whofor__item-content{padding:32px}.whofor__item-img{height:260px}.whofor__item-text{font-size:26px}}@media screen and (min-width:1400px){.whofor__item-content{padding:40px}.whofor__item-img{height:300px}.whofor__item-text{font-size:28px}}.foryou{position:relative;padding-top:56px}.foryou::before{content:"";display:block;width:100%;height:32px;position:absolute;left:0;top:0;background:url(../../dist/icons/curves/curve_2.svg);background-size:100% 100%}.foryou__title{font-weight:700;font-size:48px;line-height:57px;text-align:center;color:var(--neutralWhite)}@media screen and (max-width:1400px){.foryou__title{font-size:44px;line-height:52px}}@media screen and (max-width:1200px){.foryou__title{font-size:40px;line-height:48px}}@media screen and (max-width:992px){.foryou__title{font-size:36px;line-height:40px}}@media screen and (max-width:768px){.foryou__title{font-size:28px;line-height:32px}}@media screen and (max-width:576px){.foryou__title{font-size:24px;line-height:28px}}.foryou__title span{color:var(--primaryMintBright)}.foryou__row{overflow:hidden;margin-top:32px}.foryou__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.foryou__item-title{background:0 0;border:none;font-weight:700;font-size:32px;line-height:initial;font-weight:600;text-align:left;color:var(--neutralWhite);opacity:.5;-webkit-transition:color .3s;transition:color .3s}@media screen and (max-width:992px){.foryou__item-title{font-size:28px}}@media screen and (max-width:768px){.foryou__item-title{font-size:24px}}@media screen and (max-width:576px){.foryou__item-title{font-size:20px}}.foryou__item-text{padding:0;margin:0;display:none;font-weight:400;font-size:20px;line-height:24px;color:var(--neutralWhite);margin-top:12px}@media screen and (max-width:992px){.foryou__item-text{font-size:18px;line-height:22px}}@media screen and (max-width:576px){.foryou__item-text{font-size:16px;line-height:20px}}.foryou__item.active .foryou__item-title{opacity:1}.foryou__item.active .foryou__item-text{display:block}.foryou__slider{margin-top:24px}.foryou__slide{width:100%;border-radius:12px}.foryou__pagination{margin-top:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.foryou__bullet{cursor:pointer;width:8px;height:8px;border-radius:50%;background:var(--neutralWhite);opacity:.6;-webkit-transition:all .3s;transition:all .3s}.foryou__bullet.active{width:10px;height:10px;opacity:1}@media screen and (min-width:576px){.foryou{padding-top:80px}.foryou::before{height:44px}.foryou__row{margin-top:40px}.foryou__slider{margin-top:28px}.foryou__slide{border-radius:16px}}@media screen and (min-width:768px){.foryou{padding-top:100px}.foryou::before{height:60px}.foryou::after{content:"";--bg:var(--primaryDarkBlue);--radius:250px;width:var(--radius);height:var(--radius);background:var(--bg);position:absolute;z-index:-1;-webkit-filter:blur(104.95px);filter:blur(104.95px);--radius:350px;top:70%;left:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.foryou__row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.foryou__list{gap:20px}.foryou__slider{margin-top:0;overflow:hidden}.foryou__slide{border-radius:20px}}@media screen and (min-width:992px){.foryou{padding-top:200px}.foryou::after{--radius:450px}.foryou::before{height:76px}.foryou__list{gap:24px}.foryou__slide{border-radius:24px}}@media screen and (min-width:1200px){.foryou{padding-top:232px}.foryou::after{--radius:500px}.foryou::before{height:96px}.foryou__slide{border-radius:32px}}@media screen and (min-width:1200px){.foryou::before{height:102px}}@media screen and (min-width:1400px){.foryou{padding-top:272px}.foryou::before{height:142px}}.forstudents{margin-top:80px;position:relative}@media screen and (min-width:576px){.forstudents{margin-top:92px}}@media screen and (min-width:768px){.forstudents{margin-top:100px}}@media screen and (min-width:992px){.forstudents{margin-top:112px}}@media screen and (min-width:1200px){.forstudents{margin-top:130px}}.forstudents__title{font-weight:700;font-size:48px;line-height:57px;text-align:center;color:var(--neutralWhite)}@media screen and (max-width:1400px){.forstudents__title{font-size:44px;line-height:52px}}@media screen and (max-width:1200px){.forstudents__title{font-size:40px;line-height:48px}}@media screen and (max-width:992px){.forstudents__title{font-size:36px;line-height:40px}}@media screen and (max-width:768px){.forstudents__title{font-size:28px;line-height:32px}}@media screen and (max-width:576px){.forstudents__title{font-size:24px;line-height:28px}}.forstudents__title span{color:var(--primaryMintBright)}.forstudents__row{margin-top:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:576px){.forstudents__row{margin-top:36px}}@media screen and (min-width:768px){.forstudents__row{margin-top:40px}}@media screen and (min-width:992px){.forstudents__row{margin-top:48px}}@media screen and (min-width:1200px){.forstudents__row{margin-top:56px}}@media screen and (min-width:1400px){.forstudents__row{margin-top:60px}}.forstudents__text{font-weight:700;font-size:32px;line-height:initial;font-weight:600;color:var(--neutralWhite)}@media screen and (max-width:992px){.forstudents__text{font-size:28px}}@media screen and (max-width:768px){.forstudents__text{font-size:24px}}@media screen and (max-width:576px){.forstudents__text{font-size:20px}}.forstudents__text span{color:var(--primaryMintBright)}.forstudents__btn{margin-top:32px}.forstudents__img{margin:0 auto;margin-top:40px;display:block;width:100%;max-width:360px}.forstudents::before{content:"";--bg:var(--primaryDarkBlue);--radius:250px;width:var(--radius);height:var(--radius);background:var(--bg);position:absolute;z-index:-1;-webkit-filter:blur(104.95px);filter:blur(104.95px);--radius:310px;top:60%;right:10%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.forstudents::after{content:"";--bg:var(--primaryDarkBlue);--radius:250px;width:var(--radius);height:var(--radius);background:var(--bg);position:absolute;z-index:-1;-webkit-filter:blur(104.95px);filter:blur(104.95px);--bg:var(--primaryMintBright);--radius:200px;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:576px){.forstudents__text{font-size:18px}}@media screen and (min-width:576px){.forstudents__btn{margin-top:36px}.forstudents__img{margin-top:44px;max-width:400px}}@media screen and (min-width:768px){.forstudents__btn{margin-top:40px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.forstudents__img{margin-top:0;max-width:none}.forstudents__img-wrapper{position:relative}.forstudents__img-wrapper::before{content:"";--bg:var(--primaryDarkBlue);--radius:250px;width:var(--radius);height:var(--radius);background:var(--bg);position:absolute;z-index:-1;-webkit-filter:blur(104.95px);filter:blur(104.95px);--radius:260px;--bg:var(--primaryMintBright);top:40%;left:40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.forstudents__img-wrapper::after{content:"";--bg:var(--primaryDarkBlue);--radius:250px;width:var(--radius);height:var(--radius);background:var(--bg);position:absolute;z-index:-1;-webkit-filter:blur(104.95px);filter:blur(104.95px);--radius:160px;top:60%;left:60%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.forstudents::after,.forstudents::before{content:none}}@media screen and (min-width:1200px){.forstudents__img{padding-left:40px}.forstudents__img-wrapper::before{--radius:310px}.forstudents__img-wrapper::after{--radius:190px}}@media screen and (min-width:1400px){.forstudents__img{padding-left:60px}}.access{--access-item-padding:16px;--access-item-border-radius:20px;margin-top:80px}@media screen and (min-width:576px){.access{margin-top:92px}}@media screen and (min-width:768px){.access{margin-top:100px}}@media screen and (min-width:992px){.access{margin-top:112px}}@media screen and (min-width:1200px){.access{margin-top:130px}}.access__title{font-weight:700;font-size:48px;line-height:57px;text-align:center;color:var(--neutralWhite)}@media screen and (max-width:1400px){.access__title{font-size:44px;line-height:52px}}@media screen and (max-width:1200px){.access__title{font-size:40px;line-height:48px}}@media screen and (max-width:992px){.access__title{font-size:36px;line-height:40px}}@media screen and (max-width:768px){.access__title{font-size:28px;line-height:32px}}@media screen and (max-width:576px){.access__title{font-size:24px;line-height:28px}}.access__title span{color:var(--primaryMintBright)}.access__subtitle{font-weight:400;font-size:20px;line-height:24px;text-align:center;color:var(--neutralWhite);margin-top:12px}@media screen and (max-width:992px){.access__subtitle{font-size:18px;line-height:22px}}@media screen and (max-width:576px){.access__subtitle{font-size:16px;line-height:20px}}.access__list{margin-top:32px;display:grid;grid-template-columns:1fr;gap:16px}@media screen and (min-width:576px){.access__list{margin-top:36px}}@media screen and (min-width:768px){.access__list{margin-top:40px}}@media screen and (min-width:992px){.access__list{margin-top:48px}}@media screen and (min-width:1200px){.access__list{margin-top:56px}}@media screen and (min-width:1400px){.access__list{margin-top:60px}}.access__item{padding:var(--access-item-padding);padding-top:0;background:linear-gradient(143.75deg,#3ec5d1 8.18%,#05344e 97.64%);border-radius:var(--access-item-border-radius)}.access__item-outline{background:-webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(97%,#05344e));background:linear-gradient(180deg,#fff 0,#05344e 97%);border-radius:var(--access-item-border-radius);padding:4px}.access__item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.access__item-time{margin-top:var(--access-item-padding);font-weight:600;font-size:20px;text-align:center;color:var(--neutralWhite)}.access__item-price{margin-top:12px;font-weight:800;font-size:28px;text-align:center;color:var(--neutralWhite)}.access__item-text{margin-top:20px;font-size:18px;line-height:22px;text-align:center;color:var(--neutralWhite)}.access__item-call{margin-top:8px;font-size:16px;line-height:19px;text-align:center;color:var(--neutralWhite);opacity:.8}.access__item-action{margin-top:20px}.access__item-label{font-weight:600;font-size:16px;line-height:19px;color:var(--primaryDarkBlue);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 28px;margin:0 auto;margin-bottom:4px;background:var(--neutralWhite);border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media screen and (min-width:576px){.access__subtitle{margin-top:16px}.access__item-price{font-size:32px}.access__item-action{margin-top:24px}.access__item-label{margin-bottom:8px}}@media screen and (min-width:768px){.access{--access-item-padding:20px}.access__subtitle{margin-top:20px}.access__list{grid-template-columns:1fr 1fr}.access__item-time{font-size:24px}.access__item-price{font-size:36px}.access__item-text{margin-top:24px;font-size:20px;line-height:24px}.access__item-action{margin-top:28px}}@media screen and (min-width:992px){.access__subtitle{margin-top:24px}.access__item-price{font-size:40px}.access__item-action{margin-top:32px}}@media screen and (min-width:1200px){.access__list{grid-template-columns:repeat(4,1fr);-webkit-box-align:end;-ms-flex-align:end;align-items:end}.access__item{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media screen and (min-width:1400px){.access{--access-item-padding:24px}}.advantages{margin-top:16px;padding:16px;border:1px solid var(--primaryMintBright);border-radius:20px}.advantages__title{font-weight:700;font-size:32px;line-height:initial;font-weight:600;text-transform:capitalize;color:var(--neutralWhite)}@media screen and (max-width:992px){.advantages__title{font-size:28px}}@media screen and (max-width:768px){.advantages__title{font-size:24px}}@media screen and (max-width:576px){.advantages__title{font-size:20px}}.advantages__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px}.advantages__list li{font-size:16px;color:var(--neutralWhite);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.advantages__list li::before{content:url(../../dist/icons/check.svg);width:24px;height:24px}@media screen and (min-width:576px){.advantages{padding:20px;border-radius:24px}.advantages__list li{font-size:18px}}@media screen and (min-width:768px){.advantages{padding:24px}.advantages__list{gap:20px}}@media screen and (min-width:992px){.advantages{padding:28px;margin-top:20px;border-radius:28px}.advantages__list{margin-top:28px;grid-template-rows:repeat(4,1fr);grid-auto-rows:1fr;grid-auto-flow:column;grid-auto-columns:1fr;gap:24px}.advantages__list li{font-size:20px}}@media screen and (min-width:1200px){.advantages{padding:32px;border-radius:32px}.advantages__list{margin-top:32px}.advantages__list li{font-size:24px}}@-webkit-keyframes primary{from{translate:0}to{translate:-100%}}@keyframes primary{from{translate:0}to{translate:-100%}}.reviews{--review-gap:16px;margin-top:80px;padding-bottom:2px}@media screen and (min-width:576px){.reviews{margin-top:92px}}@media screen and (min-width:768px){.reviews{margin-top:100px}}@media screen and (min-width:992px){.reviews{margin-top:112px}}@media screen and (min-width:1200px){.reviews{margin-top:130px}}.reviews__title{font-weight:700;font-size:48px;line-height:57px;color:var(--neutralWhite);text-align:center}@media screen and (max-width:1400px){.reviews__title{font-size:44px;line-height:52px}}@media screen and (max-width:1200px){.reviews__title{font-size:40px;line-height:48px}}@media screen and (max-width:992px){.reviews__title{font-size:36px;line-height:40px}}@media screen and (max-width:768px){.reviews__title{font-size:28px;line-height:32px}}@media screen and (max-width:576px){.reviews__title{font-size:24px;line-height:28px}}.reviews__title span{color:var(--primaryMintBright)}.reviews__title .desktop{display:none;color:inherit}.reviews__container{margin-top:32px;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:hidden}@media screen and (min-width:576px){.reviews__container{margin-top:36px}}@media screen and (min-width:768px){.reviews__container{margin-top:40px}}@media screen and (min-width:992px){.reviews__container{margin-top:48px}}@media screen and (min-width:1200px){.reviews__container{margin-top:56px}}@media screen and (min-width:1400px){.reviews__container{margin-top:60px}}.reviews__container:hover .reviews__sublist{-webkit-animation-play-state:paused;animation-play-state:paused}.reviews__container_animationstart>*{-webkit-animation:primary 20s linear infinite;animation:primary 20s linear infinite}.reviews__sublist{position:relative;left:0;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--review-gap);padding-right:var(--review-gap)}.reviews__sublist:nth-last-of-type(1){padding-right:0}.reviews__item{min-width:280px;padding:16px;border:1px solid var(--primaryMintBright);border-radius:32px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.reviews__item-quote{width:28px}.reviews__item-text{margin-top:20px;font-weight:500;font-size:16px;color:var(--neutralWhite)}.reviews__item-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-top:28px}.reviews__item-pfp{width:54px;height:54px;border-radius:50%}.reviews__item-subbottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.reviews__item-name{font-weight:400;font-size:20px;line-height:24px;color:var(--neutralWhite);opacity:.6}@media screen and (max-width:992px){.reviews__item-name{font-size:18px;line-height:22px}}@media screen and (max-width:576px){.reviews__item-name{font-size:16px;line-height:20px}}.reviews__item-additional{color:var(--neutralWhite);opacity:.6;font-size:14px}@media screen and (min-width:576px){.reviews{--review-gap:20px}.reviews__item{min-width:320px;padding:20px}.reviews__item-quote{width:36px}.reviews__item-text{font-size:18px}.reviews__item-bottom{margin-top:32px}.reviews__item-pfp{width:62px;height:62px}.reviews__item-additional{font-size:16px}}@media screen and (min-width:768px){.reviews__item{min-width:360px}.reviews__item-quote{width:42px}.reviews__item-text{font-size:20px}.reviews__item-bottom{margin-top:36px}.reviews__item-pfp{width:68px;height:68px}.reviews__item-additional{font-size:18px}.reviews__title .desktop{display:inline}}@media screen and (min-width:992px){.reviews__item{min-width:380px;padding:24px}.reviews__item-text{margin-top:24px;font-size:24px}.reviews__item-bottom{margin-top:40px}.reviews__item-pfp{width:72px;height:72px}}@media screen and (min-width:1200px){.reviews__item{min-width:410px}}.faq{margin-top:80px}@media screen and (min-width:576px){.faq{margin-top:92px}}@media screen and (min-width:768px){.faq{margin-top:100px}}@media screen and (min-width:992px){.faq{margin-top:112px}}@media screen and (min-width:1200px){.faq{margin-top:130px}}.faq__title{font-weight:700;font-size:48px;line-height:57px;color:var(--neutralWhite);text-align:center}@media screen and (max-width:1400px){.faq__title{font-size:44px;line-height:52px}}@media screen and (max-width:1200px){.faq__title{font-size:40px;line-height:48px}}@media screen and (max-width:992px){.faq__title{font-size:36px;line-height:40px}}@media screen and (max-width:768px){.faq__title{font-size:28px;line-height:32px}}@media screen and (max-width:576px){.faq__title{font-size:24px;line-height:28px}}.faq__title span{color:var(--primaryMintBright)}.faq__accordion{margin-top:32px}@media screen and (min-width:576px){.faq__accordion{margin-top:36px}}@media screen and (min-width:768px){.faq__accordion{margin-top:40px}}@media screen and (min-width:992px){.faq__accordion{margin-top:48px}}@media screen and (min-width:1200px){.faq__accordion{margin-top:56px}}@media screen and (min-width:1400px){.faq__accordion{margin-top:60px}}.save{margin-top:80px;position:relative;overflow:hidden}@media screen and (min-width:576px){.save{margin-top:92px}}@media screen and (min-width:768px){.save{margin-top:100px}}@media screen and (min-width:992px){.save{margin-top:112px}}@media screen and (min-width:1200px){.save{margin-top:130px}}.save::before{content:"";background-image:url(../../dist/icons/curves/curve_3.svg);background-size:100% 100%;height:100%;width:130%;position:relative;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);display:block}.save__content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding-top:68px;padding-bottom:110px}.save__title{font-weight:700;font-size:48px;line-height:57px;text-align:center}@media screen and (max-width:1400px){.save__title{font-size:44px;line-height:52px}}@media screen and (max-width:1200px){.save__title{font-size:40px;line-height:48px}}@media screen and (max-width:992px){.save__title{font-size:36px;line-height:40px}}@media screen and (max-width:768px){.save__title{font-size:28px;line-height:32px}}@media screen and (max-width:576px){.save__title{font-size:24px;line-height:28px}}.save__title span{color:var(--primaryMintBright)}.save__text{margin-top:12px;font-size:16px;text-align:center}.save__btn{margin-top:32px}@media screen and (min-width:576px){.save__btn{margin-top:36px}}@media screen and (min-width:768px){.save__btn{margin-top:40px}}@media screen and (min-width:992px){.save__btn{margin-top:48px}}@media screen and (min-width:1200px){.save__btn{margin-top:56px}}@media screen and (min-width:1400px){.save__btn{margin-top:60px}}@media screen and (min-width:576px){.save__text{font-size:18px}}@media screen and (min-width:768px){.save::before{width:100%;aspect-ratio:2/1}.save__title br{display:none}.save__content{padding-top:110px;padding-bottom:170px}.save__text{margin-top:20px;font-size:22px}.save__text .mobile{display:none}.save__btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}}@media screen and (min-width:992px){.save__content{padding-top:140px;padding-bottom:200px}.save__text{margin-top:24px;font-size:24px}}@media screen and (min-width:1200px){.save__text{font-size:28px}}@media screen and (min-width:1400px){.save::before{width:100%;aspect-ratio:2/1;height:auto;max-height:100%;left:0;-webkit-transform:none;transform:none}.save__content{padding-top:190px;padding-bottom:240px}.save__text{font-size:32px}}