@import"https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap";*{padding:0;margin:0;outline:0;box-sizing:border-box}img{-webkit-user-select:none;user-select:none}html,body,#root{height:100%;margin:0;padding:0;overflow-x:hidden}.appRouteLoader{position:fixed;inset:0;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:10000}.appRouteLoader__spinner{width:80px;height:80px;border:4px solid transparent;border-top:4px solid #fff;border-radius:50%;animation:appRouteLoaderSpin 1s linear infinite;position:relative}.appRouteLoader__spinner:after{content:"";position:absolute;inset:10px;border:4px solid transparent;border-top:4px solid #ff0055;border-radius:50%;animation:appRouteLoaderSpin 1.5s linear infinite}@keyframes appRouteLoaderSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:StratosThin;src:url(/assets/STRATOSSKYENG-THIN-DokHOsby.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosThinItalic;src:url(/assets/STRATOSSKYENG-THINITALIC-VzIW-XM5.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosExtraLight;src:url(/assets/STRATOSSKYENG-EXTRALIGHT-DWveIdVo.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosExtraLightItalic;src:url(/assets/STRATOSSKYENG-EXTRALIGHTITALIC-BJm4QuxB.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosLight;src:url(/assets/STRATOSSKYENG-LIGHT-DXvam114.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosLightItalic;src:url(/assets/STRATOSSKYENG-LIGHTITALIC-C8fHKphE.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosSemiLight;src:url(/assets/STRATOSSKYENG-SEMILIGHT-CcFRxANF.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosSemiLightItalic;src:url(/assets/STRATOSSKYENG-SEMILIGHTITALIC-BmsGMqyB.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosRegular;src:url(/assets/STRATOSSKYENG-REGULAR-M_HdST32.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosItalic;src:url(/assets/STRATOSSKYENG-ITALIC-Cchsk4N_.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosMedium;src:url(/assets/STRATOSSKYENG-MEDIUM-BxCErOLy.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosMediumItalic;src:url(/assets/STRATOSSKYENG-MEDIUMITALIC-DMnh9E5f.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosSemiBold;src:url(/assets/STRATOSSKYENG-SEMIBOLD-CNcvJqgb.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosSemiBoldItalic;src:url(/assets/STRATOSSKYENG-SEMIBOLDITALIC-mc2nGa39.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosBold;src:url(/assets/STRATOSSKYENG-BOLD-CtXmbTa2.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosBoldItalic;src:url(/assets/STRATOSSKYENG-BOLDITALIC-Dd2fJ8LF.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosExtraBold;src:url(/assets/STRATOSSKYENG-EXTRABOLD-CA34k-4a.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosExtraBoldItalic;src:url(/assets/STRATOSSKYENG-EXTRABOLDITALIC-DAI1hJfQ.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosBlack;src:url(/assets/STRATOSSKYENG-BLACK-DIncXPda.OTF) format("opentype");font-display:swap}@font-face{font-family:StratosBlackItalic;src:url(/assets/STRATOSSKYENG-BLACKITALIC-CF-NHegq.OTF) format("opentype");font-display:swap}.header{width:100%;height:120px;background:#000;display:flex;justify-content:center;align-items:center;padding:0 40px;box-sizing:border-box;z-index:1000}.header__inner{width:100%;max-width:1200px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header__searchBtn,.header__homeBtn{background:none;border:none;color:#fff;text-transform:uppercase;font-size:18px;font-family:Sansation,sans-serif;cursor:pointer;text-decoration:none}.header__homeBtn{transition:all .4s cubic-bezier(.4,0,.2,1)}.header__homeBtn:hover{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);-webkit-background-clip:text;background-clip:text;color:transparent}.header__nav{display:flex;gap:90px;justify-self:start;align-items:center}.header__rightCluster{display:flex;align-items:center;justify-self:end;gap:20px}.header__logo{justify-self:center;-webkit-user-select:none;user-select:none}.header__search{--header-search-ease: .4s cubic-bezier(.4, 0, .2, 1);display:flex;align-items:center;gap:10px;position:relative;text-decoration:none}.header__search .header__searchIcon,.header__search .header__searchIconGradient{transition:opacity var(--header-search-ease)}.header__searchBtn{position:relative;display:inline-block;background:none;border:none;color:#fff;text-transform:uppercase;font-size:18px;font-family:Sansation,sans-serif;cursor:pointer;text-decoration:none}.header__searchBtnWhite,.header__searchBtnGradient{transition:opacity var(--header-search-ease)}.header__searchBtnWhite{display:inline-block}.header__searchBtnGradient{position:absolute;left:0;top:0;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);-webkit-background-clip:text;background-clip:text;color:transparent;opacity:0;pointer-events:none}.header__search:hover .header__searchBtnWhite{opacity:0}.header__search:hover .header__searchBtnGradient{opacity:1}.header__searchIconContainer{position:relative;width:20px;height:20px;pointer-events:none}.header__searchIcon,.header__searchIconGradient{position:absolute;top:0;left:0;width:20px;height:20px;pointer-events:none}.header__searchIcon{opacity:1;z-index:0}.header__searchIconGradient{opacity:0;z-index:1}.header__search:hover .header__searchIcon{opacity:0}.header__search:hover .header__searchIconGradient{opacity:1}.header__burger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:none;border:none;cursor:pointer;padding:0}.header__burgerLine{width:100%;height:3px;background:#fff;transition:all .3s ease}.header__burger.active .header__burgerLine{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff)}.header__burger.active .header__burgerLine:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header__burger.active .header__burgerLine:nth-child(2){opacity:0}.header__burger.active .header__burgerLine:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header__mobileMenu{display:none;position:absolute;top:100%;left:0;width:100%;background:#141414;flex-direction:column;align-items:center;gap:20px;padding:20px 0;z-index:1000;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-sizing:border-box}.header__mobileMenu.active{display:flex}.header__mobileMenu.active .header__mobileBtn--about{display:none}.header__mobileBtn{background:none;border:none;color:#fff;text-transform:uppercase;font-size:18px;font-family:Sansation,sans-serif;cursor:pointer;transition:all .3s ease;padding:10px 0;text-decoration:none;width:100%;text-align:center}.header__mobileBtn:hover{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);-webkit-background-clip:text;background-clip:text;color:transparent}@media(max-width:1100px){.header{padding:0 40px}.header__searchBtn,.header__homeBtn{font-size:16px}.header__nav{gap:50px}.header__search{gap:6px}}@media(max-width:800px){.header{height:80px;position:relative;padding:0 40px}.header__inner{grid-template-columns:auto 1fr auto;justify-content:space-between;max-width:1200px}.header__nav,.header__search{display:none}.header__logo{justify-self:center;height:50px;width:120px}.header__burger{display:flex;justify-self:end}.header__mobileMenu{display:none;padding:20px 40px}.header__mobileMenu.active{display:flex}}@media(max-width:600px){.header{padding:0 20px}.header__mobileMenu{padding:20px}}.hero{height:100vh;min-height:400px;max-height:900px;width:100%;background:#000;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative;padding:0 40px;box-sizing:border-box}.hero__wrapper{width:100%;max-width:1200px;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;position:relative}.hero__right{position:absolute;width:780px;height:600px;right:0;top:95px;z-index:1;overflow:visible;transform:translate(80px)}.hero__right-bg{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__right-bg-item{position:absolute;top:32%;width:720px;height:720px;transform:translate(-50%,-50%);transition:opacity .5s ease}.hero__right-bg-item--numbers{left:42%;opacity:1}.hero__right-bg-item--emoji{left:72%;opacity:0}.hero__right--cards-hovered .hero__right-bg-item--numbers{opacity:0}.hero__right--cards-hovered .hero__right-bg-item--emoji{opacity:1}.hero__right-bg-img{width:100%;height:100%;object-fit:contain;animation:heroBgSpin 50s linear infinite}@keyframes heroBgSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hero__right-glow{position:absolute;left:42%;top:32%;transform:translate(-50%,-50%);border-radius:50%;filter:blur(50px);height:640px;width:640px;pointer-events:none;z-index:1;transition:left .5s ease,background .5s ease;background:radial-gradient(circle at 50% 50%,#4655ff50 0,#bdf7ff35 30%,#4655ff18 50%,#0000 75%)}.hero__right--cards-hovered .hero__right-glow{left:78%;background:radial-gradient(circle at 50% 50%,#ff46ff50 0,#ffbdff35 30%,#ff46ff18 50%,#0000 75%)}.hero__right-block{position:absolute;z-index:2}.hero__right-block-img{width:auto;max-width:100%;object-fit:contain;display:block;vertical-align:bottom;transition:opacity .45s ease}.hero__right-block-img--default{opacity:1}.hero__right-block-img--hover{position:absolute;top:0;left:0;opacity:0;pointer-events:none}.hero__right--cards-hovered .hero__right-block-img--default{opacity:0}.hero__right--cards-hovered .hero__right-block-img--hover{opacity:1}.hero__right-block--1 .hero__right-block-img{height:430px}.hero__right-block--2 .hero__right-block-img{height:410px}.hero__right-block--1{top:-8px;right:300px;z-index:3}.hero__right-block--2{top:20px;right:75px;z-index:2}.hero__right--cards-hovered .hero__right-block--1{z-index:2}.hero__right--cards-hovered .hero__right-block--2{z-index:4}.hero__left-content{display:flex;flex-direction:column;justify-content:flex-start;width:60%;height:100%;padding-top:8%;padding-bottom:8%;gap:48px;z-index:2}.left-content__title{display:flex;flex-direction:column;text-transform:uppercase;color:#fff;font-size:56px;font-weight:500;line-height:70px;font-family:StratosMedium;letter-spacing:2px}.TextGradient{letter-spacing:10px;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;font-style:italic;letter-spacing:14px}.left-content__description{display:flex;flex-direction:column;font-size:24px;font-family:Sansation,sans-serif;color:#fff;line-height:1.4;letter-spacing:1px}.hero__button{width:278px;min-height:54px;font-family:Sansation,sans-serif;font-size:24px;letter-spacing:2px;gap:10px}.hero__button .button__icon{width:20px;height:20px}.hero__arrow{position:absolute;bottom:60px;left:50%;transform:translate(-50%);width:105px;height:25px;-webkit-user-select:none;user-select:none;animation:floatArrow 2s ease-in-out infinite}@keyframes floatArrow{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-15px)}}@media(max-width:1200px){.hero{max-height:800px}.hero__right{width:620px;height:520px;transform:translate(40px)}.hero__right-bg-item{width:560px;height:560px;top:34%}.hero__right-glow{height:500px;width:500px;top:34%}.hero__right-block--1 .hero__right-block-img{height:360px}.hero__right-block--2 .hero__right-block-img{height:340px}.hero__right-block--1{right:240px;top:-4px}.hero__right-block--2{right:50px;top:24px}}@media(max-width:1024px){.hero__right{width:540px;height:480px;right:-10px;top:98px;transform:translate(30px)}.hero__right-bg-item{width:480px;height:480px;top:34%}.hero__right-bg-item--numbers{left:40%}.hero__right-bg-item--emoji{left:68%}.hero__right-glow{height:440px;width:440px;left:42%;top:34%}.hero__right--cards-hovered .hero__right-glow{left:72%}.hero__right-block--1 .hero__right-block-img{height:320px}.hero__right-block--2 .hero__right-block-img{height:300px}.hero__right-block--1{right:195px;top:-2px}.hero__right-block--2{right:25px;top:22px}.left-content__title{font-size:48px;line-height:60px}.left-content__description{font-size:22px}.hero__button{width:265px;height:42px;font-size:22px}}@media(max-width:845px){.hero__right{width:480px;height:420px;right:-15px;top:90px;transform:translate(15px)}.hero__right-bg-item{width:420px;height:420px;top:34%}.hero__right-bg-item--numbers{left:41%}.hero__right-bg-item--emoji{left:67%}.hero__right-glow{height:380px;width:380px;left:42%;top:34%}.hero__right--cards-hovered .hero__right-glow{left:70%}.hero__right-block--1 .hero__right-block-img{height:280px}.hero__right-block--2 .hero__right-block-img{height:260px}.hero__right-block--1{right:175px;top:0}.hero__right-block--2{right:18px;top:24px}}@media(max-width:768px){.hero{padding:0 20px;align-items:flex-start;max-height:660px}.hero__wrapper{flex-direction:column;justify-content:flex-start;align-items:center;text-align:center;isolation:isolate;min-height:0;height:auto;padding-bottom:80px}.hero__left-content{width:100%;height:auto;padding:0;gap:32px;align-items:center;justify-content:center;position:relative;z-index:2;order:1}.hero__right{position:relative;width:100%;height:fit-content;min-height:220px;inset:auto;transform:none;flex-shrink:0;order:-1;isolation:isolate;pointer-events:none;overflow:visible}.hero__arrow{order:2}.hero__right-bg-item{width:150px;height:150px;transform:translate(-50%,-50%)}.hero__right-bg-item--numbers{left:42%;top:39%;opacity:1}.hero__right-bg-item--emoji{left:58%;top:39%;opacity:1}.hero__right--cards-hovered .hero__right-bg-item--numbers,.hero__right--cards-hovered .hero__right-bg-item--emoji{opacity:1}.hero__right-glow{left:40%;top:50%;transform:translate(-50%,-50%);height:160px;width:160px;filter:blur(28px)}.hero__right--cards-hovered .hero__right-glow{left:32%;background:radial-gradient(circle at 50% 50%,#4655ff50 0,#bdf7ff35 30%,#4655ff18 50%,#0000 75%)}.hero__right:after{content:"";position:absolute;left:68%;top:59%;transform:translate(-50%,-50%);width:160px;height:160px;border-radius:50%;filter:blur(28px);background:radial-gradient(circle at 50% 50%,#ff46ff50 0,#ffbdff35 30%,#ff46ff18 50%,#0000 75%);pointer-events:none;z-index:0}.hero__right-block--1 .hero__right-block-img{height:130px}.hero__right-block--2 .hero__right-block-img{height:115px}.hero__right-block--1{right:48%;top:50%;transform:translateY(-50%);z-index:2}.hero__right-block--2{left:48%;right:auto;top:50%;transform:translateY(-50%);z-index:1}.hero__right--cards-hovered .hero__right-block--1,.hero__right--cards-hovered .hero__right-block--2{z-index:0}.hero__right-block-img--hover{opacity:0!important}.hero__right--cards-hovered .hero__right-block-img--default{opacity:1}.hero__right--cards-hovered .hero__right-block-img--hover{opacity:0}.left-content__title{font-size:32px;line-height:40px;letter-spacing:1px}.TextGradient{letter-spacing:4px}.left-content__description{font-size:18px}.hero__button{width:240px;height:40px;font-size:20px}.hero__arrow{width:80px;height:20px;bottom:0;animation:floatArrowMobile 2s ease-in-out infinite}@keyframes floatArrowMobile{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}}@media(max-width:490px){.hero__right-block--1{right:47%}.hero__right-block--2{left:47%}.left-content__title{font-size:28px;line-height:36px}.left-content__description{font-size:16px}.hero__button{width:220px;height:38px;font-size:18px}.hero__right-bg-item--numbers{left:38%;top:41%;width:196px;height:196px}.hero__right-bg-item--emoji{left:65%;top:39%;width:180px;height:180px}}@media(max-width:390px){.hero__right-block--1{right:46%}.hero__right-block--2{left:46%}}.gradientButton{background:linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff) border-box;border:2px solid transparent;border-radius:100px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none;box-sizing:border-box;position:relative;white-space:nowrap;z-index:3;transition:background .4s ease,border-color .4s ease}.gradientButton:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff);filter:blur(12px);opacity:.32;border-radius:100px;z-index:-1;transition:opacity .4s ease}.gradientButton:hover{background:transparent;border-color:#fff}.gradientButton:hover:before{opacity:0}.gradientButton__text,.gradientButton__icon{position:relative;z-index:1}.gradientButton__icon{display:inline-flex;align-items:center;justify-content:center}.gradientButton__icon img,.gradientButton__icon svg{width:26px;height:26px}.gradientButton__icon svg{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.studentSlider{width:100%;height:fit-content;background:#000;display:flex;justify-content:center;align-items:center;padding:0 40px;box-sizing:border-box}.studentSlider__content{width:100%;max-width:1200px;height:100%;position:relative;border-radius:32px;padding:35px 40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;margin:0 auto;overflow:hidden}.studentSlider__content:before{content:"";position:absolute;inset:0;background:linear-gradient(48deg,#e271d6,#80acff) padding-box,linear-gradient(to right,#e95a57,#e53bcf,#3e8eff) border-box;border-radius:32px;border:3px solid transparent;z-index:1}.studentSlider__content:after{content:"";position:absolute;inset:3px;background:#000c;border-radius:29px;z-index:2}.studentSlider__content>*{position:relative;z-index:3}.studentSlider__header{width:100%;display:flex;justify-content:space-between;align-items:center}.studentSlider__title{color:#fff;font-size:26px;font-family:Sansation,sans-serif;font-weight:500;margin:0}.studentSlider__search,.studentSlider__filter{width:200px;height:45px;border-radius:100px;font-family:Sansation,sans-serif;font-size:24px;opacity:30%;box-sizing:border-box}.studentSlider__search{background:transparent;border:none;color:#fff;padding:0;font-size:24px;line-height:1;width:100%;height:100%;text-align:center;transition:all .3s ease;font-family:StratosSemiLight;opacity:1}.studentSlider__search::placeholder{color:#fff;font-size:24px;position:static;transform:none;white-space:nowrap;transition:none;opacity:1}.studentSlider__inputWrapper{position:relative;width:193px;height:45px;border-radius:90px;border:2px solid #ffffff;display:flex;align-items:center;justify-content:center;gap:6px;padding:3px 12px;box-sizing:border-box;opacity:.2;background:transparent}.studentSlider__searchIcon{position:static;pointer-events:none;width:20px;height:20px;stroke:#fff;fill:none;stroke-width:2;stroke-linecap:round;flex-shrink:0;display:block}.studentSlider__filter{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);color:#fff;border:none;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;padding:0 20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studentSlider__filter span{transition:opacity .3s ease}.studentSlider__container{width:100%;position:relative;display:flex;flex-direction:column;align-items:center}.studentSlider__list{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:34px;width:100%;max-width:100%;position:relative}.studentSlider__viewport{flex:1;width:962px;min-width:962px;max-width:962px;overflow:hidden}.studentSlider__track{--visible-cards: 5;--start-offset: calc(2 - (var(--visible-cards) - 1) / 2);display:flex;flex-direction:row;width:calc((var(--slots-total) / var(--visible-cards)) * 100%);transform:translate(calc(-1 * (var(--active-index, 0) + var(--start-offset)) * 100 / var(--slots-total) * 1%));transition:transform .45s cubic-bezier(.25,.46,.45,.94);will-change:transform}.studentSlider__track>*{flex:0 0 calc(100% / var(--slots-total));min-width:0}.studentSlider__spacer{pointer-events:none}.studentSlider__cardContainer{height:320px;display:flex;align-items:center;justify-content:center;flex-shrink:0;min-width:0;box-sizing:border-box}.studentSlider__cardContainer.active{z-index:3}.studentSlider__cardContainer--hidden{visibility:hidden}.studentSlider__listButton{width:45px;height:45px;background:none;border:2px solid #fff;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0;cursor:pointer;transition:all .3s ease;z-index:4}.studentSlider__listButton:hover{background:#ffffff1a}.rotateRight{transform:scaleX(-1)}.studentSlider__mobileControls{display:none;width:100%;justify-content:center;align-items:center;gap:20px;margin-top:20px}.studentSlider__mobileButton{width:45px;height:45px;background:none;border:2px solid #fff;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all .3s ease}.studentSlider__mobileButton:hover{background:#ffffff1a}.studentSlider__mobileButton img{width:20px;height:20px}.studentSlider__listInfo{width:940px;max-width:940px;border:1px solid #fff;border-radius:22px;margin:0 auto;display:block}.studentSlider__button{width:430px;max-width:90%;height:52px;margin:0 auto;font-family:Sansation,sans-serif;font-size:24px;letter-spacing:2px;gap:5px;margin-inline:auto}.studentSlider__button .gradientButton__text{margin-right:0}@media(max-width:1275px){.studentSlider__list{gap:4px}}@media(max-width:1200px){.studentSlider{padding:0 40px}.studentSlider__content{max-width:1200px;padding:30px;gap:28px;align-items:center}.studentSlider__title{font-size:24px}.studentSlider__search,.studentSlider__filter{width:180px;height:42px;font-size:24px}.studentSlider__search{font-size:19px;padding-right:40px}.studentSlider__inputWrapper{width:180px}.studentSlider__searchIcon{right:12px;width:18px;height:18px}.studentSlider__filter{padding:0 18px;gap:12px;font-size:20px}.studentSlider__listButton{width:42px;height:42px}.studentSlider__button{width:380px;height:50px;font-size:22px}}@media(max-width:1170px){.studentSlider__listButton.desktop-only{display:none}.studentSlider__mobileControls{display:flex}}@media(max-width:1090px){.studentSlider__content{padding:30px 20px}}@media(max-width:1050px){.studentSlider__listInfo{width:100%}}@media(max-width:992px){.studentSlider{padding:0 40px}.studentSlider__content{max-width:1200px;padding:25px 30px;gap:24px;border-radius:28px;align-items:center}.studentSlider__container{min-height:320px}.studentSlider__content:before,.studentSlider__content:after{border-radius:28px}.studentSlider__content:after{inset:2px;border-radius:26px}.studentSlider__header{display:flex;justify-content:space-between;align-items:center;gap:15px}.studentSlider__title{font-size:22px;white-space:nowrap;margin:0}.studentSlider__search::placeholder{display:none;content:none;opacity:0;visibility:hidden}.studentSlider__search{width:50px;height:50px;min-width:50px;padding:0;border:none;background:none;border-radius:0;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}.studentSlider__search:focus,.studentSlider__search.search-expanded{width:180px;padding-left:40px;padding-right:40px;cursor:text;border:1px solid rgba(255,255,255,.3);border-radius:25px;background:#ffffff0d}.studentSlider__search:focus::placeholder,.studentSlider__search.search-expanded::placeholder{display:none;content:none;opacity:0;visibility:hidden}.studentSlider__inputWrapper{width:50px;min-width:50px;transition:width .3s ease}.studentSlider__searchIcon{right:50%;top:50%;transform:translate(50%,-50%);width:24px;height:24px;transition:all .3s ease}.studentSlider__search:focus~.studentSlider__searchIcon,.studentSlider__search.search-expanded~.studentSlider__searchIcon{right:15px;transform:translateY(-50%)}.studentSlider__filter{width:50px;height:50px;min-width:50px;padding:0;border-radius:0;justify-content:center;background:none;border:none}.studentSlider__filter span{display:none}.studentSlider__filter img{margin:0;width:24px;height:24px}.studentSlider__listButton{width:40px;height:40px}}@media(max-width:900px){.studentSlider{padding:0}.studentSlider__content{width:100%;max-width:100%;border-radius:0;background:transparent}.studentSlider__content:before{display:block;background:linear-gradient(48deg,#e271d6,#80acff) padding-box;border:none}.studentSlider__content:after{display:block;border-radius:0;inset:0}}@media(max-width:768px){.studentSlider__content{max-width:1200px;padding:22px 25px;gap:22px;align-items:center}.studentSlider__container{min-height:290px}.studentSlider__title{font-size:20px}.studentSlider__search{width:45px;height:45px;min-width:45px}.studentSlider__search:focus,.studentSlider__search.search-expanded{width:160px;padding-left:15px;padding-right:40px}.studentSlider__inputWrapper{width:45px;min-width:45px}.studentSlider__searchIcon{width:22px;height:22px}.studentSlider__filter{width:45px;height:45px;min-width:45px}.studentSlider__filter img{width:22px;height:22px}.studentSlider__list{scrollbar-width:none;-ms-overflow-style:none;padding-bottom:10px}.studentSlider__list::-webkit-scrollbar{display:none}.studentSlider__button{width:280px;height:44px;font-size:18px;letter-spacing:.5px}.studentSlider__button{margin-right:12px}}@media(max-width:600px){.studentSlider__content{max-width:1200px;padding:20px;gap:20px;border-radius:24px}.studentSlider__content:after{border-radius:24px}.studentSlider__content:after{border-radius:22px}}@media(max-width:576px){.studentSlider__content{max-width:1200px;padding:20px;gap:20px;border-radius:24px;align-items:center}.studentSlider__container{min-height:260px}.studentSlider__content:after{border-radius:24px}.studentSlider__content:after{border-radius:22px}.studentSlider__header{gap:10px}.studentSlider__title{font-size:18px}.studentSlider__search{width:40px;height:40px;min-width:40px}.studentSlider__search:focus,.studentSlider__search.search-expanded{width:140px;padding-left:15px;padding-right:35px}.studentSlider__inputWrapper{width:40px;min-width:40px}.studentSlider__searchIcon{width:20px;height:20px}.studentSlider__filter{width:40px;height:40px;min-width:40px}.studentSlider__filter img{width:20px;height:20px}.studentSlider__list{padding-bottom:8px}.studentSlider__mobileControls{margin-top:15px}.studentSlider__mobileButton{width:40px;height:40px}.studentSlider__mobileButton img{width:18px;height:18px}.studentSlider__listInfo{width:100%;margin:0 auto}.studentSlider__button{width:260px;margin:0 auto;height:40px;font-size:16px;display:flex;justify-content:center;align-items:center}.studentSlider__button{margin-right:8px}}@media(max-width:480px){.studentSlider__content{max-width:1200px;padding:18px 15px;gap:18px;align-items:center}.studentSlider__title{font-size:17px}.studentSlider__search:focus,.studentSlider__search.search-expanded{width:120px;padding-left:12px;padding-right:35px}.studentSlider__mobileButton{width:38px;height:38px}.studentSlider__mobileButton img{width:16px;height:16px}.studentSlider__button{width:230px;height:38px;font-size:14px;padding:0 10px;margin:0 auto}}@media(max-width:400px){.studentSlider__content{max-width:1200px;padding:15px 12px;gap:16px;align-items:center}.studentSlider__title{font-size:16px;white-space:normal;text-align:center;flex:1}.studentSlider__search{width:35px;height:35px;min-width:35px}.studentSlider__search:focus,.studentSlider__search.search-expanded{width:100px;padding-left:10px;padding-right:30px}.studentSlider__inputWrapper{width:35px;min-width:35px}.studentSlider__searchIcon{width:18px;height:18px}.studentSlider__filter{width:35px;height:35px;min-width:35px}.studentSlider__filter img{width:18px;height:18px}.studentSlider__mobileControls{gap:20px}.studentSlider__mobileButton{width:35px;height:35px}.studentSlider__mobileButton img{width:14px;height:14px}.studentSlider__listInfo{width:100%;margin:0 auto}.studentSlider__button{width:210px;height:36px;font-size:13px;margin:0 auto}}@media(max-width:360px){.studentSlider__content{max-width:1200px;align-items:center}.studentSlider__title{font-size:15px}.studentSlider__mobileButton{width:32px;height:32px}.studentSlider__mobileButton img{width:12px;height:12px}.studentSlider__button{width:190px;height:34px;font-size:12px;letter-spacing:0;margin:0 auto}.studentSlider__button .button__icon{width:18px;height:18px}.studentSlider__listInfo{margin:0 auto}}@media(max-width:768px){.studentSlider__button{margin-left:auto;margin-right:auto;display:flex}}.studentSlider__inputWrapper{width:193px!important;height:45px!important;min-width:193px!important;border-radius:90px!important;border:2px solid #ffffff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:3px 12px!important;box-sizing:border-box!important;opacity:.2!important;background:transparent!important;transition:none!important}.studentSlider__search,.studentSlider__search:focus,.studentSlider__search.search-expanded{position:absolute!important;inset:0!important;width:0!important;height:0!important;min-width:0!important;border:none!important;border-radius:0!important;background:transparent!important;padding:0!important;margin:0!important;opacity:0!important;pointer-events:none!important;font-size:0!important;line-height:0!important;cursor:default!important}.studentSlider__search::placeholder,.studentSlider__search:focus::placeholder,.studentSlider__search.search-expanded::placeholder{opacity:0!important;visibility:hidden!important}.studentSlider__searchText{color:#fff!important;font-family:Arial,sans-serif!important;font-size:24px!important;line-height:1!important;-webkit-user-select:none!important;user-select:none!important;white-space:nowrap!important}.studentSlider__searchIcon{position:static!important;right:auto!important;top:auto!important;transform:none!important;width:20px!important;height:20px!important;stroke:#fff!important;fill:none!important;stroke-width:2!important;stroke-linecap:round!important;flex-shrink:0!important;display:block!important}.studentSlider__header{display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;width:100%!important}.studentSlider__inputWrapper{justify-self:start!important}.studentSlider__title{justify-self:center!important;text-align:center!important;margin:0!important}.studentSlider__filter{justify-self:end!important}@media(max-width:992px){.studentSlider__inputWrapper{width:50px!important;height:50px!important;min-width:50px!important;border:none!important;border-radius:0!important;background:none!important;opacity:1!important;padding:0!important;justify-content:center!important;gap:0!important}.studentSlider__searchText{display:none!important}.studentSlider__searchIcon{width:24px!important;height:24px!important;stroke:#4b4d5a!important}}.student-slider-card{width:166px;height:266px;background:none;border:2px solid #fff;border-radius:13px;color:#fff;padding:6px;font-family:Sansation,sans-serif;display:flex;flex-direction:column;gap:10px;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1)}.student-slider-card--active{background:#fff;width:185px;height:296px;color:#000;padding:7px}.student-slider-card__photoWrapper{height:70%;position:relative;display:flex;justify-content:center}.student-slider-card__photo{width:153px;height:167px;object-fit:cover;border-radius:8px}.student-slider-card--active .student-slider-card__photo{width:171px;height:186px}.student-slider-card__course,.student-slider-card__extraIco{position:absolute;width:30px;height:30px;left:5px;border-radius:7px}.student-slider-card__course{bottom:10px;background:none;display:flex;flex-direction:row;align-items:center;overflow:hidden}.student-slider-card--active .student-slider-card__course{background:#fff;width:73px;text-transform:uppercase;font-style:italic;color:#000}.student-slider-card__courseText{display:none;font-size:14px;font-family:StratosSemiLight;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:5px;flex:1}.student-slider-card--active .student-slider-card__courseText{display:block}.student-slider-card__courseBadge{width:30px;height:30px;min-width:30px;min-height:30px;border-radius:7px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:14px;font-weight:600;font-family:StratosBoldItalic,sans-serif}.student-slider-card__courseBadge--1{background:linear-gradient(135deg,#0fd .64%,#00a2ff 99.36%)}.student-slider-card__courseBadge--2{background:radial-gradient(49.36% 49.36% at 50% 50%,#00a400 13.46%,#00ff51)}.student-slider-card__courseBadge--3{background:conic-gradient(from 47.52deg at 50% 50%,#ff5558,#ff8c00 360deg)}.student-slider-card__courseBadge--4{background:conic-gradient(from 90.96deg at 50% 50%,#e95a57,#e53bcf 270deg,#3e8eff 360deg)}.student-slider-card__extraIco{bottom:45px;display:flex;justify-content:center;align-items:center;background:#fff}.student-slider-card__extraIco--manager{background:radial-gradient(circle at center,#008bff0a,#008bff1c 45%,#008bff33 85%),#fff}.student-slider-card__extraIco--marketing{background:radial-gradient(circle at center,#ff0d000a,#ff0d001c 45%,#ff0d0033 85%),#fff}.student-slider-card__extraIco--web{background:radial-gradient(circle at center,#008bff0a,#008bff1c 45%,#008bff33 85%),#fff}.student-slider-card__extraIco--java{background:radial-gradient(circle at center,#0074bd0a,#0074bd1c 45%,#0074bd33 85%),#fff}.student-slider-card__extraIco--python{background:radial-gradient(circle at center,#ffc4000a,#ffc4001c 45%,#ffc40033 85%),#fff}.student-slider-card__extraIco--tester{background:radial-gradient(circle at center,#ff80000a,#ff80001c 45%,#ff800033 85%),#fff}.student-slider-card__extraIco--designer{background:radial-gradient(circle at center,#c300ff0a,#c300ff1c 45%,#c300ff33 85%),#fff}.student-slider-card__extraIco--analyst{background:radial-gradient(circle at center,#0077ff0a,#0077ff1c 45%,#07f3 85%),#fff}.student-slider-card__extraIco img{width:14px;height:24px;object-fit:contain}.student-slider-card__text{display:flex;flex-direction:column;gap:3px}.student-slider-card__name{font-family:StratosRegular;letter-spacing:1px;font-size:20px;width:50%}.student-slider-card__job{font-family:StratosRegular;font-size:12px;font-weight:400;padding-bottom:10px}.student-slider-card--active .student-slider-card__name{font-size:22px}.student-slider-card--active .student-slider-card__job{font-size:14px}.studentsCard{width:100%;height:422px;background:#0006;border-radius:25px;padding:15px;display:flex;gap:20px;color:#fff;font-family:Sansation,sans-serif;box-sizing:border-box;overflow:hidden}.studentsCard__image{width:300px;height:100%;object-fit:cover;border-radius:20px;flex-shrink:0}.studentsCard__content{flex:1;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:15px 20px 20px 0;min-width:0;overflow:hidden}.studentsCard__header{margin:0 0 10px;flex-shrink:0}.studentsCard__title{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:flex-start;align-items:center;gap:0;font-family:StratosSemiLight;font-size:28px;font-weight:400;margin:0 0 8px;color:#fff;line-height:1.3}.studentsCard__titleLine1{width:100%;display:block}.studentsCard__title--singleLine .studentsCard__titleLine1{width:auto}.studentsCard__titleLine2{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0}.studentsCard__titleLastName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.studentsCard__subtitle{font-family:Sansation;font-size:18px;margin:0;color:#ccc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studentsCard__skills{display:flex;flex-wrap:wrap;gap:10px;flex-shrink:0;max-height:60px;overflow:hidden}.skill-tag{height:25px;background:#fff;color:#000;padding:4px 16px;border-radius:20px;font-size:18px;font-weight:500;font-family:StratosRegular,sans-serif;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;white-space:nowrap;box-sizing:border-box}.skill-more{color:#cfc9c9;padding:4px;font-size:16px;white-space:nowrap}.studentsCard__description{margin:0;height:fit-content}.studentsCard__description p{font-size:20px;line-height:1.5;margin-bottom:10px;color:#fff;font-family:StratosSemiLight}.studentsCard__read-more{white-space:nowrap}.read-more-link{display:inline-block!important;color:gray;font-weight:500;text-decoration:none;font-size:18px;font-family:StratosSemiLight}.read-more-link:hover{text-decoration:underline}.studentsCard__button{width:280px;background:transparent;border:2px solid #fff;border-radius:90px;height:45px;font-size:24px;color:#fff;letter-spacing:1px;text-decoration:none;display:flex;justify-content:center;align-items:center;font-family:Sansation;font-weight:300;flex-shrink:0;position:relative;transition:border-color .4s cubic-bezier(.4,0,.2,1)}.studentsCard__buttonText{position:relative;z-index:1}.studentsCard__button:before{content:"";position:absolute;inset:0 2px 2px;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border-radius:88px;z-index:0;opacity:0;transition:opacity .4s cubic-bezier(.4,0,.2,1);height:42px}.studentsCard__button:hover{border-color:transparent}.studentsCard__button:hover:before{opacity:1}.studentsCard__courseBadge{width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:16px;font-weight:600;font-family:StratosBoldItalic,sans-serif}.studentsCard__courseBadge--1{background:linear-gradient(135deg,#0fd .64%,#00a2ff 99.36%)}.studentsCard__courseBadge--2{background:radial-gradient(49.36% 49.36% at 50% 50%,#00a400 13.46%,#00ff51)}.studentsCard__courseBadge--3{background:conic-gradient(from 47.52deg at 50% 50%,#ff5558,#ff8c00 360deg)}.studentsCard__courseBadge--4{background:conic-gradient(from 90.96deg at 50% 50%,#e95a57,#e53bcf 270deg,#3e8eff 360deg)}@media(max-width:1200px){.studentsCard{height:380px;padding:12px;gap:15px}.studentsCard__image{width:250px}.studentsCard__content{padding:10px 15px 15px 0}.studentsCard__title{font-size:24px}.studentsCard__subtitle{font-size:16px}.skill-tag{font-size:16px;padding:5px 10px;height:24px}.studentsCard__description p{font-size:18px}.studentsCard__button{width:250px;height:42px;font-size:22px}.read-more-link{font-size:17px}}@media(max-width:992px){.studentsCard{height:350px;border-radius:20px}.studentsCard__image{width:200px;border-radius:15px}.studentsCard__title{font-size:22px}.studentsCard__subtitle{font-size:15px}.studentsCard__skills{gap:8px}.skill-tag{font-size:14px;padding:4px 8px;height:22px}.studentsCard__description p{font-size:16px;line-height:1.4}.studentsCard__button{width:220px;height:40px;font-size:20px}.read-more-link{font-size:16px}}@media(max-width:768px){.studentsCard{height:auto;min-height:420px;padding:16px;gap:16px;display:grid;grid-template-columns:126px 1fr;grid-template-rows:auto auto;align-items:start}.studentsCard__image{width:126px!important;height:200px!important;border-radius:15px;grid-column:1;grid-row:1}.studentsCard__content{display:contents}.studentsCard__side{grid-column:2;grid-row:1;display:flex;flex-direction:column;gap:12px;min-width:0}.studentsCard__title{font-size:20px;flex-wrap:wrap;white-space:normal;line-height:1.3;overflow:visible;text-overflow:clip;margin:0}.studentsCard__subtitle{font-size:16px;white-space:normal;overflow:visible;text-overflow:clip;margin:0}.studentsCard__skills{display:flex;flex-wrap:wrap;gap:8px;max-height:none;overflow:visible}.skill-tag{font-size:14px;padding:5px 10px;height:24px}.skill-more{font-size:14px;padding:2px 4px}.studentsCard__bottom{grid-column:1 / -1;grid-row:2;display:flex;flex-direction:column;gap:24px}.studentsCard__description p{font-size:16px;white-space:normal;margin:0}.studentsCard__button{width:100%;max-width:260px;height:42px;font-size:18px;align-self:flex-start}.read-more-link{font-size:16px}}@media(max-width:480px){.studentsCard{height:fit-content;min-height:420px;padding:12px;gap:16px}.studentsCard__image{width:120px!important;height:190px!important;border-radius:15px}.studentsCard__content{display:contents}.studentsCard__title{font-size:18px}.studentsCard__subtitle{font-size:14px}.studentsCard__courseBadge{font-size:14px;width:23px;height:23px}.studentsCard__skills{gap:6px;flex-wrap:wrap;max-height:45px}.skill-tag{font-size:12px;padding:3px 6px;height:20px}.skill-more{font-size:12px;padding:2px 3px}.studentsCard__description p{font-size:14px;line-height:1.4}.studentsCard__button{width:100%;height:38px;font-size:16px}.read-more-link{font-size:14px}}@media(max-width:435px){.studentsCard{gap:0}}@media(max-width:400px){.studentsCard{gap:0}.studentsCard__image{width:120px!important}.studentsCard__content{padding:8px 0 0 12px;gap:20px}.studentsCard__title{font-size:16px}.studentsCard__skills{max-height:40px}.skill-tag{font-size:11px;padding:2px 5px;height:18px}.studentsCard__description p{font-size:13px}.studentsCard__button{height:36px;font-size:12px}.read-more-link{font-size:13px}}@media(max-width:360px){.studentsCard__image{width:110px!important}.studentsCard__skills{max-height:86px;overflow:hidden}.skill-tag{font-size:10px;padding:2px 4px;height:16px}.studentsCard__button{height:34px}.read-more-link{font-size:12px}}.footer{background:#000;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Sansation,sans-serif;padding:70px 0;gap:40px}.footer__image{width:100%;display:flex;justify-content:center;align-items:center;position:relative;-webkit-user-select:none;user-select:none;opacity:50%}.footer__image:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000000e6,#0009,#0000004d);pointer-events:none}.footer__image img{width:100%;max-width:1200px;display:block;padding:0 40px;box-sizing:border-box}.footer__nav{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;width:100%;max-width:1200px;margin-top:40px;padding:0 40px;box-sizing:border-box;min-height:100px}.footer__siteMap{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:16px}.footer__siteMap a{background:none;color:#fff;border:none;font-size:20px;cursor:pointer;font-family:StratosSemiLight;text-decoration:none;transition:color .2s ease}.footer__siteMap a:hover,.footer__siteMap a:focus-visible{color:#cfcfcf}.footer__mail h2,.footer__number h2,.footer__siteMap h2,.footer__credit p{color:#666363;font-size:20px;font-family:Sansation}.footer__mail p,.footer__number p{color:#fff;font-size:20px}.footer__number,.footer__mail{display:flex;flex-direction:column;gap:12px}.footer__number p,.footer__mail p{font-family:StratosLight}.footer__contacts{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:40px}.footer__partners{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:70px}.footer__partners img{max-width:150px;height:auto;-webkit-user-select:none;user-select:none}@media(max-width:1200px){.footer__image img,.footer__nav{padding:0 40px}}@media(max-width:800px){.footer__image img{width:100%;max-width:400px;padding:0 40px}.footer__nav{flex-direction:column;gap:40px;align-items:center;text-align:center;padding:0 40px;min-height:auto}.footer__siteMap,.footer__contacts,.footer__partners{align-items:center;text-align:center;justify-content:flex-start;gap:20px}.footer__siteMap{gap:20px}.footer__contacts{gap:30px}.footer__partners{gap:40px;flex-direction:column;justify-content:center}.footer__partners img{max-width:120px}.footer__mail h2,.footer__number h2,.footer__siteMap h2,.footer__credit p{font-size:18px}.footer__mail p,.footer__number p,.footer__siteMap a{font-size:16px}}@media(max-width:576px){.footer__image img,.footer__nav{padding:0 20px}}@media(max-width:480px){.footer{padding:30px 0}.footer__image img{width:100%;max-width:350px;padding:0 20px}.footer__nav{width:100%;gap:30px;padding:0 20px}.footer__partners{gap:30px}.footer__partners img{max-width:100px}.footer__image:after{background:linear-gradient(to top,#000000f2,#000000b3,#0006)}}@media(max-width:400px){.footer__image img,.footer__nav{padding:0 15px}}.benefits{width:100%;background:#000;display:flex;justify-content:center;align-items:center;padding:80px 40px;box-sizing:border-box}.benefits__wrapper{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.benefits__titleRow{width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px}.benefits__title{color:#fff;font-size:30px;font-family:StratosSemiLight;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;font-weight:300;margin-bottom:0}.benefits__navButtons{display:flex;gap:20px}.benefits__arrowBtn{width:45px;height:45px;border:1.5px solid rgba(255,255,255,.6);border-radius:50%;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .4s ease,border-color .4s ease,transform .2s cubic-bezier(.4,0,.2,1);outline:none}.benefits__arrow{border:solid white;border-width:0 2px 2px 0;display:inline-block;padding:5px;opacity:.8;transition:opacity .3s ease}.benefits__arrow--right{transform:rotate(-45deg);margin-right:3px}.benefits__arrow--left{transform:rotate(135deg);margin-left:3px}.benefits__arrowBtn:hover{background-color:#ffffff14;border-color:#fff}.benefits__arrowBtn:hover .benefits__arrow{opacity:1}.benefits__arrowBtn:active{transform:scale(.96);background-color:#ffffff26}.benefits__arrowBtn:disabled{opacity:.35;cursor:not-allowed;background-color:transparent;border-color:#ffffff59;transform:none}.benefits__arrowBtn:disabled .benefits__arrow{opacity:.45}.gradient-text{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.benefits__singularity-link{text-decoration:none;cursor:pointer;display:inline-block}.gradient-circle{position:relative;width:35px;height:35px;display:flex;justify-content:center;align-items:center}.gradient-circle:before{content:"";position:absolute;inset:0;border-radius:50%;padding:2px;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.benefits__cards{display:block;width:102%;overflow-x:auto;overflow-y:hidden;padding:20px 0;scroll-behavior:smooth;scroll-padding-left:0;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.benefits__cards::-webkit-scrollbar{display:none}.benefits__cardsTrack{display:flex;flex-direction:row;gap:20px;width:max-content}.benefits__card{width:600px;min-width:600px;max-width:600px;height:300px;scroll-snap-align:start;background-color:#f5f5f5;border-radius:20px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;color:#333;padding:18px;position:relative;overflow:hidden}.benefits__card__purple{background-image:url(/assets/purpleBenefit-DbaGmFBH.png);background-size:100% 100%}.benefits__card__green{background-image:url(/assets/greenBenefit-dqo-ejnd.png);background-size:100% 100%}.benefits__card__blue{background-image:url(/assets/blueBenefit-DzhUZXCf.png);background-size:100% 100%}.benefits__card__orange{background-image:url(/assets/orangeBenefit-DOmM6crU.png);background-size:100% 100%}.benefits__card-title{font-family:Sansation;font-size:26px;text-align:left;font-weight:400;margin-bottom:10px;position:relative;z-index:1}.benefits__card span{font-family:StratosSemiLight;font-size:18px;width:70%}.benefits__card__img{position:absolute;right:0;z-index:0}.benefits__card__purple img{width:200px;height:270px;bottom:0}.benefits__card__green img{width:250px;height:220px;top:8%;right:-10%;transform:rotate(45deg)}.benefits__card__blue img{width:230px;height:260px;top:8%;right:-10%;transform:rotate(12deg)}.benefits__card__orange img{width:240px;height:240px;right:-5%;transform:rotate(34deg)}@media(max-width:768px){.benefits{padding:60px 40px}.benefits__wrapper{width:100%;max-width:1200px}.benefits__title{font-size:24px}.benefits__cards{overflow-x:auto;width:100%}.benefits__cardsTrack{flex-direction:row;gap:16px;width:max-content}.benefits__card{width:min(600px,100%);min-width:min(600px,100%);max-width:600px;height:300px;border-radius:20px;padding:18px}.benefits__card-title{font-size:22px}.benefits__card span{font-size:16px}}@media(max-width:680px){.benefits__cardsTrack{flex-direction:column;gap:16px;width:max-content;max-width:100%;margin:0 auto;align-items:center}.benefits__cards{overflow:visible}}@media(max-width:600px){.benefits{padding:60px 20px}.benefits__wrapper{max-width:1200px}.benefits__navButtons{display:none}.benefits__card{width:100%;min-width:100%;max-width:600px;height:300px;border-radius:20px;padding:18px}.benefits__card__purple img{width:170px;height:230px}.benefits__card__green img{width:210px;height:180px}.benefits__card__blue img{width:190px;height:220px}.benefits__card__orange img{width:200px;height:200px}}@media(max-width:480px){.benefits{padding:60px 20px}.benefits__wrapper{max-width:1200px}.benefits__title{font-size:20px}.benefits__card{width:100%;min-width:100%;max-width:600px;height:275px;padding:18px;flex-direction:column;justify-content:space-around}.benefits__card__purple img{width:145px;height:200px;right:-10px;top:20px;transform:rotate(309deg)}.benefits__card__green img{width:180px;height:160px;top:80px}.benefits__card__blue img{width:165px;height:195px}.benefits__card__orange img{width:175px;height:175px}.benefits__card-title{font-size:20px}.benefits__card span{font-size:16px;width:70%}}.projects{width:100%;background:#000;display:flex;justify-content:center;align-items:flex-start;padding:0 40px 48px;transition:min-height .3s ease;box-sizing:border-box}.projects__wrapper{width:100%;max-width:1200px;color:#fff;display:flex;flex-direction:column;gap:40px;position:relative}.projects__title{font-family:StratosSemiLight;font-size:28px;font-weight:300;text-align:left}.projects__cardsWrapper{position:relative;width:100%;height:auto;min-height:800px}.card{position:absolute;width:877px;height:635px;border-radius:15px;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000004d;will-change:transform;border:2px solid transparent;cursor:pointer}.card:hover:not(.card__active){transform:translateY(-5px) scale(1.02);box-shadow:0 15px 40px #0006}.card__active{opacity:1;border-width:3px;box-shadow:0 20px 50px #00000080;transform:translate(0) scale(1.02)}.card__active:hover{transform:translate(0) scale(1.02)}.card--gamecheb{background:linear-gradient(64deg,#71e2a0,#e3ffa2);border-color:#e3ffa24d}.card--resume{background:linear-gradient(64deg,#e271d6,#80acff);border-color:#80acff4d}.card--vr{background:linear-gradient(64deg,#71d3e2,#9dbbff);border-color:#9dbbff4d}.card__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:background-color .4s ease}.card--gamecheb .card__overlay{background:#00000080}.card--resume .card__overlay,.card--vr .card__overlay{background:#000000b3}.card__overlay--active{background:#0006}.card__content{position:relative;z-index:2;padding:50px;color:#fff;height:100%;display:flex;flex-direction:column;gap:20px}.card__header{display:flex;align-items:center;width:100%;min-height:50px}.card__dots{display:flex;gap:8px;align-items:center;justify-content:center;width:100%}.card__dot{width:10px;height:10px;background-color:#fff9;border-radius:50%;display:inline-block}.card__expanded .card__dots{display:none}.card__title{font-family:StratosSemiLight;font-size:28px;font-weight:500;margin:0;width:100%;text-align:left}.card__description{font-family:Sansation,sans-serif;font-size:18px;line-height:1.4;margin:0;max-width:90%}.card__tags{display:flex;flex-wrap:wrap;gap:12px}.card__tag{height:25px;background:#fff;color:#000;padding:4px 16px;border-radius:20px;font-size:18px;font-weight:500;font-family:StratosRegular,sans-serif;display:inline-flex;align-items:center;white-space:nowrap;box-sizing:border-box}.card__details{display:flex;gap:70px;flex:1;align-items:stretch}.card__text{flex:1;font-family:StratosSemiLight;font-size:18px;line-height:1.5;position:relative}.card__text-content{overflow:hidden}.card__image{flex:1;min-height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;border-radius:10px}.card__image img{width:100%;height:100%;object-fit:contain;border-radius:10px}@media(max-width:1200px){.projects__wrapper{max-width:100%}.card{width:750px;height:500px}}@media(max-width:1024px){.projects__wrapper{max-width:100%}.card{width:700px;height:480px}.card__content{padding:40px}.card__details{flex-direction:column;gap:30px}.card__image{min-height:250px}}@media(max-width:950px){.projects{padding:0 40px 30px;min-height:auto}.projects__wrapper{max-width:100%}.projects__title{font-size:24px}.projects__cardsWrapper{position:static;min-height:auto;display:flex;flex-direction:column;gap:15px}.card{position:static;width:100%;height:90px;min-height:90px;opacity:1;transform:none;transition:all .3s ease-in-out;overflow:hidden;border:2px solid rgba(255,255,255,.1)}.card:not(.card__expanded){width:100%;max-width:100%;height:47px;min-height:47px;border-radius:16px;border:2px solid transparent;box-sizing:border-box;box-shadow:none;margin:0}.card--gamecheb:not(.card__expanded){background:linear-gradient(0deg,#00000080,#00000080) padding-box,linear-gradient(25.47deg,#71e2a0 18.62%,#e3ffa2 68.9%) padding-box,radial-gradient(77.87% 108.69% at 51.57% 108.69%,#fff 83.17%,#b3ffc1) border-box;background-blend-mode:normal}.card--resume:not(.card__expanded){background:linear-gradient(0deg,#00000080,#00000080) padding-box,linear-gradient(24.66deg,#e271d6 24.38%,#80acff 78.3%) padding-box,radial-gradient(47.15% 137.48% at 46.52% 57.86%,#fff 83.17%,#f1b3ff) border-box;background-blend-mode:normal}.card--vr:not(.card__expanded){background:linear-gradient(0deg,#48627cd9,#48627cd9) padding-box,linear-gradient(180deg,#71d3e2,#9dbbff) padding-box,radial-gradient(51.42% 72.71% at 18.52% 73.81%,#fff 83.17%,#b3deff) border-box;background-blend-mode:multiply,normal,normal}.card__expanded{height:auto;min-height:auto}.card__content{position:relative;padding:20px;gap:0;overflow:hidden;height:100%}.card__open-hint{position:absolute;bottom:8px;right:20px;display:flex;align-items:center;gap:6px;pointer-events:none}.card__open-text{font-size:12px;color:#fff;opacity:.9;font-family:Sansation,sans-serif}.card__open-arrow{font-size:10px;color:#fff;opacity:.9;line-height:1}.card__header{display:flex;align-items:center;justify-content:flex-start;height:50px;margin:0;padding:0;width:100%}.card__dots{justify-content:flex-start;width:auto;gap:10px}.card__dot{width:12px;height:12px;background-color:#ffffff40}.card:not(.card__expanded) .card__content{padding:0 20px;justify-content:center}.card:not(.card__expanded) .card__overlay{display:none}.card:not(.card__expanded) .card__open-hint{display:none}.card__title{font-size:20px;line-height:1.2;width:100%}.card__description,.card__tags,.card__details{opacity:0;max-height:0;overflow:hidden;margin:0;padding:0;transition:all .3s ease-in-out}.card__expanded .card__description,.card__expanded .card__tags,.card__expanded .card__details{opacity:1;max-height:none;margin-top:15px;padding:0}.card__expanded .card__content{gap:20px}.card__description{font-size:14px;max-width:100%;line-height:1.3;margin-top:15px}.card__tags{gap:8px;margin-top:10px}.card__tag{font-size:12px;padding:6px 12px}.card__details{flex-direction:column;gap:20px;margin-top:15px}.card__text{font-size:14px;line-height:1.4;max-height:none;overflow:visible;padding-right:0}.card__text-content{font-size:14px;line-height:1.4}.card__image img{height:400px;width:400px}}@media(max-width:600px){.projects{padding:0 20px 30px}.projects__wrapper{max-width:100%}}@media(max-width:480px){.projects__wrapper{width:100%;max-width:100%;gap:30px}.projects__title{font-size:22px}.card__content{padding:15px}.card__header{height:40px}.card__dot{width:10px;height:10px}.card__title{font-size:18px}.card__description,.card__text,.card__text-content{font-size:13px}.card__image{min-height:150px}}@media(max-width:360px){.projects__wrapper{max-width:100%}.card{height:auto;min-height:auto}.card:not(.card__expanded){width:100%;max-width:100%;height:47px;min-height:47px;margin:0}.card__header{height:35px}.card__dot{width:10px;height:10px}.card__title{font-size:16px}.card__description{font-size:12px}.card__tag{font-size:10px;padding:4px 8px}.card__text,.card__text-content{font-size:12px}}.banner{width:100%;background:#000;display:flex;justify-content:center;align-items:flex-start;padding:46px 0}.banner__wrapper{max-width:1200px;width:100%;height:412px;margin:0 40px;border:double 3px transparent;border-radius:32px;background-image:linear-gradient(#000,#000),linear-gradient(90deg,#3e8eff,#e53bcf,#e95a57);background-origin:border-box;background-clip:padding-box,border-box;position:relative;z-index:2;overflow:hidden;box-sizing:border-box}.banner__content{display:flex;justify-content:space-between;align-items:center;height:100%;background-image:url(/assets/bannerDiamondGradient-BB4GtC6Z.png);background-size:100% 100%;background-repeat:no-repeat}.banner__left{flex:1;display:flex;flex-direction:column;gap:20px;padding:30px 72px}.banner__title{color:#fff;font-family:Sansation;font-size:32px;font-weight:500;line-height:1.2;margin:0}.banner__titleDot{width:24px;height:24px;margin-left:10px;background-color:#90ee90;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.banner__titleDot:after{content:"";width:10px;height:10px;background-color:#00ad20;border-radius:50%;animation:bannerTitleDotPulse 1.4s ease-in-out infinite;transform-origin:center}@keyframes bannerTitleDotPulse{0%,to{transform:scale(.9)}50%{transform:scale(1.15)}}.banner__imageWrapper{display:flex;justify-content:center;align-items:flex-end;height:100%;padding-right:77px}.banner__text{color:#ffffffe6;font-family:StratosSemiLight;font-size:17px;line-height:1.5;margin:0;max-width:430px}.banner__link{text-decoration:none}.banner__button{width:300px;height:50px;font-family:Sansation,sans-serif;font-size:24px;letter-spacing:2px;gap:10px;margin-top:10px}.banner__img{height:360px;max-width:100%}.banner__br{display:block}@media(max-width:1280px){.banner__wrapper{margin:0 40px}}@media(max-width:1200px){.banner__left{padding:30px 40px}.banner__title{font-size:30px}.banner__text{font-size:16px}.banner__content{padding-right:10px}.banner__imageWrapper{padding-right:0}}@media(max-width:1130px){.banner__img{height:330px}}@media(max-width:992px){.banner{padding:40px 0}.banner__wrapper{margin:0 40px}.banner__title{font-size:28px}.banner__text{font-size:15px}.banner__button{width:260px;height:46px;font-size:20px}.banner__img{height:300px}.banner__wrapper{height:370px}.banner__left{padding:30px 20px}}@media(max-width:898px){.banner__img{height:276px}.banner__img{max-width:98%}}@media(max-width:848px){.banner__img{height:256px}.banner__img{max-width:96%}.banner__title{font-size:27px}}@media(max-width:808px){.banner__content{flex-direction:column;align-items:center;padding-right:0;padding-top:0}.banner__wrapper{height:534px}.banner__img{height:250px}.banner__left{align-items:flex-start;text-align:left}.banner__title{font-size:36px}.banner__text{max-width:100%;font-size:18px}.banner__button{width:260px}.banner__br{display:none}}@media(max-width:576px){.banner__wrapper{margin:0 20px;border-radius:24px}.banner__left{padding:30px 20px;gap:24px}.banner__title{font-size:28px;line-height:1.3}.banner__text{font-size:16px;line-height:1.4}.banner__button{width:240px;height:44px;font-size:20px;margin-top:0}}@media(max-width:440px){.banner__img{max-width:90%}.banner__img{height:214px}}@media(max-width:400px){.banner__wrapper{margin:0 15px}.banner__title{font-size:24px}.banner__text{font-size:15px}.banner__button{width:220px;height:42px;font-size:18px}.banner__left{padding:25px 15px}}.studentsList-section{width:100%;min-height:100vh;background:#000;display:flex;justify-content:center;align-items:center;padding:50px 40px;box-sizing:border-box}.studentsList{width:100%;max-width:1200px;background:linear-gradient(to top right,#e271d640,#a88ee640,#80acff40),#000c;border-radius:35px;padding:25px 40px}.studentsList__header{display:flex;flex-direction:column;gap:20px}.studentsList__top-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.studentsList__title{color:#fff;font-size:24px;font-family:Sansation,sans-serif;font-weight:400;letter-spacing:1px;text-align:center}.studentsList__search-wrapper{position:relative;width:100%;max-width:400px}.studentsList__search{width:100%;background:none;border:2px solid #fff;border-radius:90px;height:45px;font-size:20px;padding:0 55px;color:#fff;transition:all .3s ease;font-family:StratosSemiLight}.studentsList__search:focus{outline:none;border-color:#80acffb3;box-shadow:0 0 10px #80acff4d}.studentsList__search::placeholder{color:#ffffffb3}.studentsList__search-icon{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:24px;height:24px;z-index:1;cursor:pointer}.studentsList__filter{display:flex;align-items:center;justify-content:center;gap:10px;width:200px;background:none;border:2px solid #fff;border-radius:90px;height:45px;font-size:20px;color:#fff;cursor:pointer;background-origin:border-box;background-clip:border-box;transition:background .2s ease-in-out,border-color .12s ease-out;letter-spacing:1px;margin-left:auto;position:relative;font-family:StratosSemiLight}.studentsList__filter:hover,.studentsList__filter.studentsList__filter--open{background-image:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border-color:transparent}.studentsList__filter.has-filters,.studentsList__filter.studentsList__filter--open{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border-color:transparent;background-origin:border-box;background-clip:border-box}.filter-badge{position:absolute;top:-5px;right:-5px;width:12px;height:12px;background-color:#f44;border-radius:50%;border:2px solid #000}.studentsList__cardsWrapper{width:100%;min-height:700px;margin-top:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.studentsList__pagination{margin-top:24px;display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.studentsList__paginationPages{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;align-items:center}.studentsList__paginationEllipsis{color:#fff;font-family:StratosSemiLight,sans-serif;font-size:18px;line-height:1;-webkit-user-select:none;user-select:none}.studentsList__paginationBtn,.studentsList__pageNumber{border:1px solid #fff;background:transparent;color:#fff;border-radius:999px;font-family:StratosSemiLight,sans-serif;cursor:pointer;transition:all .2s ease}.studentsList__paginationBtn{padding:8px 16px;font-size:14px}.studentsList__pageNumber{width:36px;height:36px;font-size:14px;display:flex;align-items:center;justify-content:center}.studentsList__paginationBtn:hover:not(:disabled),.studentsList__pageNumber:hover{background:#ffffff1f}.studentsList__pageNumber.active{background-color:#fff;color:#000}.studentsList__paginationBtn:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1200px){.studentsList-section{padding:50px 40px}.studentsList{max-width:1200px;border-radius:25px;padding:25px 40px}}@media(max-width:1024px){.studentsList-section{padding:50px 40px}.studentsList{max-width:1200px;padding:25px 40px}.studentsList__top-row{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto}.studentsList__title{grid-column:1 / -1;grid-row:1;margin-bottom:20px;font-size:22px;text-align:center}.studentsList__search-wrapper{grid-column:1;grid-row:2;max-width:none;margin:0}.studentsList__filter{grid-column:2;grid-row:2;width:200px;margin-left:20px;font-size:20px}}@media(max-width:768px){.studentsList-section{padding:30px 40px}.studentsList{max-width:1200px;padding:20px 30px;border-radius:20px}.studentsList__top-row{display:grid;grid-template-columns:40px 1fr 40px;grid-template-rows:auto;align-items:center;gap:15px}.studentsList__title{grid-column:2;grid-row:1;font-size:20px;margin-bottom:0;text-align:center;order:2}.studentsList__search-wrapper{grid-column:1;grid-row:1;flex:0 0 40px;max-width:40px;height:40px;margin:0;order:1}.studentsList__search{display:none}.studentsList__search-wrapper.expanded{position:absolute;left:30px;right:30px;top:20px;z-index:10;flex:1;max-width:none;height:auto;width:auto}.studentsList__search-wrapper.expanded .studentsList__search{display:block;height:40px;padding:0 40px;font-size:16px;width:100%}.studentsList__search-wrapper.expanded .studentsList__search:focus{border-color:#fff;box-shadow:0 0 10px #ffffff4d}.studentsList__search-icon{left:50%;transform:translate(-50%,-50%);width:20px;height:20px}.studentsList__search-wrapper.expanded .studentsList__search-icon{left:10px;transform:translateY(-50%)}.studentsList__filter{grid-column:3;grid-row:1;width:40px;height:40px;min-width:40px;border-radius:50%;border:none;margin:0;padding:0;justify-content:center;order:3}.studentsList__filter span{display:none}.studentsList__filter img{margin:0;width:20px;height:20px}.studentsList__filter.expanded{position:absolute;right:30px;top:20px;z-index:10;width:auto;min-width:120px;border-radius:90px;border:2px solid #fff;padding:0 15px}.studentsList__filter.expanded span{display:inline;font-size:16px}.studentsList__filter.studentsList__filter--open,.studentsList__filter.expanded.studentsList__filter--open{background-image:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border-color:transparent}.studentsList__cardsWrapper{min-height:500px;margin-top:30px}.studentsList__pagination{margin-top:20px;gap:8px}.studentsList__paginationBtn{padding:7px 14px;font-size:13px}.studentsList__pageNumber{width:32px;height:32px;font-size:13px}}@media(max-width:600px){.studentsList-section{padding:30px 0;width:100%}.studentsList{padding:20px 16px}.studentsList__search-wrapper.expanded{left:25px;right:25px}.studentsList__filter.expanded{right:25px}}@media(max-width:480px){.studentsList-section{padding:20px 0}.studentsList{max-width:1200px;padding:16px 12px}.studentsList__title{font-size:18px}.studentsList__cardsWrapper{min-height:400px}.studentsList__search-wrapper.expanded{left:20px;right:20px}.studentsList__search-wrapper.expanded .studentsList__search{font-size:14px}.studentsList__filter.expanded{right:20px}.studentsList__filter.expanded span{font-size:14px}}.filters-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;z-index:1000;display:flex;justify-content:center;align-items:flex-end;animation:fadeIn .3s ease}.filters-overlay--dropdown{background-color:transparent;align-items:flex-start;justify-content:flex-start}.filters-dropdown{position:fixed;z-index:1001;display:flex;flex-direction:column;align-items:center}.filters-dropdown__triangle{width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff;margin-bottom:-1px;flex-shrink:0}@media(min-width:1400px){.filters-dropdown{transform:translate(-15px)}.filters-dropdown__triangle{margin-left:0}}.filters-container{background-color:#141414;border-radius:20px 20px 0 0;width:100%;max-width:500px;max-height:80vh;overflow-y:auto;padding:24px;animation:slideUp .3s ease;scrollbar-width:none;-ms-overflow-style:none}.filters-container--dropdown{width:474px;height:463px;max-height:463px;background-color:#fff;border-radius:12px;padding:56px 32px;box-sizing:border-box;animation:fadeIn .2s ease;overflow:visible}.filters-container--dropdown .section-title{color:#525252}.filters-container--dropdown .course-btn{background:none;border:1px solid #D8D8D8;color:#d8d8d8}.filters-container--dropdown .course-btn:hover{opacity:.9}.filters-container--dropdown .course-btn.active{border:none;color:#fff}.filters-container--dropdown .course-btn--1.active{background:linear-gradient(135deg,#0fd .64%,#00a2ff 99.36%)}.filters-container--dropdown .course-btn--2.active{background:radial-gradient(49.36% 49.36% at 50% 50%,#00a400 13.46%,#00ff51)}.filters-container--dropdown .course-btn--3.active{background:conic-gradient(from 47.52deg at 50% 50%,#ff5558,#ff8c00 360deg)}.filters-container--dropdown .course-btn--4.active{background:conic-gradient(from 90.96deg at 50% 50%,#e95a57,#e53bcf 270deg,#3e8eff 360deg)}.filters-container--dropdown .checkbox-label{color:#525252}.filters-container--dropdown .custom-checkbox{border-color:#525252}.filters-container--dropdown .custom-checkbox.checked{background-color:#525252;border-color:#525252}.filters-container--dropdown .specialty-btn{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);color:#fff}.filters-container--dropdown .specialty-dropdown{background-color:#f5f5f5;max-height:220px;overflow-y:auto;overflow-x:hidden;border:1px solid #E4E4E4;box-shadow:0 8px 24px #0000001f}.filters-container--dropdown .specialty-dropdown.open{overflow-y:auto}.filters-container--dropdown .specialty-option{color:#141414}.filters-container--dropdown .specialty-option:hover{background-color:#e8e8e8}.filters-container--dropdown .specialty-option.selected{background-color:#e0e0e0}.filters-container--dropdown .reset-btn{background:#ececec;border:none;color:#525252}.filters-container--dropdown .reset-btn:hover{opacity:.9}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filters-container::-webkit-scrollbar{display:none;width:0;height:0}.filter-section{margin-bottom:28px}.section-title{color:#525252;font-size:24px;font-weight:400;margin-bottom:16px;font-family:StratosLight,sans-serif}.course-buttons{display:flex;gap:12px;flex-wrap:wrap}.course-btn{width:91px;height:40px;padding:0;border:1px solid #D8D8D8;border-radius:5px;background:none;color:#d8d8d8;font-size:24px;font-weight:500;cursor:pointer;transition:all .2s;font-family:StratosBoldItalic,sans-serif;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.course-btn:hover{opacity:.9}.course-btn.active{border:none;color:#fff}.course-btn--1.active{background:linear-gradient(135deg,#0fd .64%,#00a2ff 99.36%)}.course-btn--2.active{background:radial-gradient(49.36% 49.36% at 50% 50%,#00a400 13.46%,#00ff51)}.course-btn--3.active{background:conic-gradient(from 47.52deg at 50% 50%,#ff5558,#ff8c00 360deg)}.course-btn--4.active{background:conic-gradient(from 90.96deg at 50% 50%,#e95a57,#e53bcf 270deg,#3e8eff 360deg)}.checkbox-container{display:flex;align-items:center;gap:12px;cursor:pointer}.custom-checkbox{width:24px;height:24px;border:2px solid #525252;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.custom-checkbox.checked{background-color:#525252;border-color:#525252}.checkbox-tick{color:#fff;font-size:16px;opacity:0;transition:opacity .2s}.custom-checkbox.checked .checkbox-tick{opacity:1}.checkbox-label{color:#525252;font-size:24px;-webkit-user-select:none;user-select:none;font-family:StratosLight,sans-serif}.specialty-select{position:relative;width:100%}.specialty-btn{width:100%;height:40px;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);color:#fff;border:none;padding-left:32px;padding-right:16px;border-radius:8px;font-size:24px;cursor:pointer;text-align:left;position:relative;transition:transform .2s;outline:none;font-family:StratosLight,sans-serif;display:flex;align-items:center;justify-content:flex-start;gap:8px}.specialty-btn__arrow{width:18px;height:auto;flex-shrink:0;transition:transform .3s;padding-top:6px}.specialty-btn.active .specialty-btn__arrow{transform:rotate(180deg)}.specialty-btn:focus{outline:2px solid rgba(62,142,255,.5)}.specialty-dropdown{display:none;position:absolute;top:calc(100% + 8px);left:0;width:100%;background-color:#1e1e1e;border-radius:8px;padding:8px;z-index:10;box-shadow:0 4px 20px #00000080;max-height:300px;overflow-y:auto}.specialty-dropdown.open{display:block;animation:fadeInDropdown .2s ease}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.specialty-dropdown::-webkit-scrollbar{width:6px}.specialty-dropdown::-webkit-scrollbar-track{background:#2d2d2d;border-radius:3px}.specialty-dropdown::-webkit-scrollbar-thumb{background:#525252;border-radius:3px}.specialty-dropdown::-webkit-scrollbar-thumb:hover{background:#626262}.specialty-option{padding:12px 16px;color:#fff;cursor:pointer;border-radius:6px;transition:background-color .2s;font-size:15px;font-family:StratosSemiLight}.specialty-option:hover{background-color:#2d2d2d}.specialty-option.selected{background-color:#3d3d3d;position:relative}.specialty-option.selected:after{content:"✓";position:absolute;right:16px;color:#3e8eff}.action-buttons{display:flex;gap:16px;margin-top:32px;height:45px}.action-btn{flex:1;border-radius:50px;font-size:24px;cursor:pointer;transition:all .2s}.apply-btn{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff) border-box;border:1px solid transparent;font-family:Sansation,sans-serif}.apply-btn__text{background:linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff);-webkit-background-clip:text;background-clip:text;color:transparent}.apply-btn:hover{transform:translateY(-2px);opacity:.9}.reset-btn{background:#ececec;border:none;color:#525252;font-family:Sansation,sans-serif}.reset-btn:hover{opacity:.9;transform:translateY(-2px)}@media(max-width:768px){.filters-overlay{align-items:flex-end}.filters-container{max-height:70vh;border-radius:20px 20px 0 0}.filters-container .section-title,.filters-container .checkbox-label{color:#fff}.filters-container .course-buttons{display:flex;flex-wrap:wrap;gap:12px}.filters-container .course-btn{flex:1 1 0;min-width:0;width:auto;box-sizing:border-box}.filters-container .reset-btn{background:none;border:1px solid #fff;color:#fff}.filters-container .reset-btn:hover{background:#ffffff1a}.filters-container .apply-btn{background:linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff);border:none}.filters-container .apply-btn__text{background:none;-webkit-background-clip:unset;background-clip:unset;color:#fff}}@media(max-width:600px){.filters-container{padding:22px 20px}.filters-container--dropdown{width:420px;max-width:92vw;height:420px;max-height:420px;padding:40px 24px}.filter-section{margin-bottom:22px}.section-title{font-size:22px;margin-bottom:12px}.checkbox-label{font-size:22px}.course-buttons{gap:10px}.course-btn{width:82px;height:38px;font-size:22px}.specialty-btn{height:38px;font-size:22px;padding-left:28px}.specialty-btn__arrow{width:16px}.action-buttons{height:42px;margin-top:26px;gap:14px}.action-btn{font-size:22px}.specialty-option{font-size:14px;padding:10px 14px}}@media(max-width:480px){.filters-container{padding:20px 18px;max-height:75vh}.filters-container--dropdown{width:380px;max-width:94vw;height:400px;max-height:400px;padding:32px 20px}.filter-section{margin-bottom:20px}.section-title{font-size:20px;margin-bottom:10px}.checkbox-label{font-size:20px}.course-buttons{gap:8px}.course-btn{width:78px;height:36px;font-size:20px}.custom-checkbox{width:22px;height:22px}.specialty-btn{height:36px;font-size:20px;padding-left:24px;padding-right:14px}.specialty-btn__arrow{width:14px}.action-buttons{height:40px;margin-top:24px;gap:12px}.action-btn{font-size:20px}.specialty-option{font-size:14px;padding:10px 12px}}@media(max-width:400px){.filters-container{padding:18px 16px}.filters-container--dropdown{width:100%;max-width:340px;height:380px;max-height:85vh;padding:28px 16px}.filter-section{margin-bottom:18px}.section-title{font-size:18px;margin-bottom:8px}.checkbox-label{font-size:18px}.course-btn{width:72px;height:34px;font-size:18px}.custom-checkbox{width:20px;height:20px}.checkbox-tick{font-size:14px}.specialty-btn{height:34px;font-size:18px;padding-left:20px;padding-right:12px;gap:6px}.specialty-btn__arrow{width:12px}.action-buttons{height:38px;margin-top:20px;gap:10px}.action-btn{font-size:18px}.specialty-option{font-size:13px;padding:8px 12px}}.active-filters{display:flex;gap:10px;margin-top:15px;flex-wrap:wrap;align-items:center}.active-filter-tag{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);color:#fff;padding:5px 12px;border-radius:20px;font-size:14px;display:flex;align-items:center;gap:5px;font-family:StratosSemiLight}.clear-all-filters{background:transparent;border:1px solid #fff;color:#fff;padding:5px 12px;border-radius:20px;font-size:14px;cursor:pointer;font-family:StratosSemiLight;transition:all .2s}.clear-all-filters:hover{background:#ffffff1a}.no-results-message{color:#fff;text-align:center;font-size:18px;padding:40px;font-family:StratosSemiLight;opacity:.8;width:100%}.clear-search{position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer;color:#fff;font-size:20px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s}.clear-search:hover{opacity:1}.studentsList__search-wrapper.expanded .clear-search{right:10px}@media(max-width:768px){.active-filters{flex-direction:column;align-items:flex-start}.active-filter-tag,.clear-all-filters{font-size:12px}}.StudentResume{margin:0 auto;background:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:45px 40px 0;font-family:Sansation,sans-serif;box-sizing:border-box}.StudentResume__loadingScreen{position:fixed;inset:0;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:9999}.StudentResume__loader{width:80px;height:80px;border:4px solid transparent;border-top:4px solid #ffffff;border-radius:50%;animation:StudentResumeSpin 1s linear infinite;position:relative}.StudentResume__loader:after{content:"";position:absolute;inset:10px;border:4px solid transparent;border-top:4px solid #ff0055;border-radius:50%;animation:StudentResumeSpin 1.5s linear infinite}@keyframes StudentResumeSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.StudentResume__mainContent{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:center}.StudentResume__wrapper{width:100%;background-image:linear-gradient(90deg,#4655ff,#bdf7ff);border-radius:25px;display:flex;flex-direction:column;justify-content:flex-end;padding-top:200px;margin-bottom:30px;overflow:hidden;position:relative}.StudentResume__profile{width:100%;background:#000;border-radius:25px;border:2px solid #fff;display:flex;flex-direction:column;align-items:center;z-index:2;padding:40px}.StudentResume__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;width:90%;padding-top:35px;padding-bottom:48px;padding-right:240px;min-height:200px;position:relative;box-sizing:border-box}.StudentResume__person{display:flex;flex-direction:row;align-items:flex-end;gap:35px;flex:1}.StudentResume__personFace{width:268px;position:relative;flex-shrink:0;align-self:flex-start}.StudentResume__personFace img{width:236px;height:236px;border-radius:22px;border:2px solid #fff;position:absolute;top:-125px;object-fit:cover}.StudentResume__personName{position:relative;top:-50px;color:#fff;flex:1}.StudentResume__personName h2{font-size:40px;font-family:StratosSemiLight;margin-bottom:10px}.StudentResume__personName p{font-size:28px;margin-bottom:24px}.StudentResume__flexInfo{position:absolute;right:0;bottom:48px;transform:translateY(-50px);display:flex;flex-direction:column;align-items:flex-end;color:gray;font-size:24px;gap:22px;margin:0;font-family:StratosSemiLight}.StudentResume__sendBid{width:305px;height:45px;font-family:Sansation,sans-serif;font-size:23px;letter-spacing:1px;gap:12px;opacity:1;border-radius:100px;padding:12px 32px;box-sizing:border-box;line-height:1}.StudentResume__about{width:90%;display:flex;flex-direction:column;gap:50px;padding-bottom:60px;font-family:StratosSemiLight}.StudentResume__section{display:flex;flex-direction:column;gap:25px}.StudentResume__sectionTitle{font-family:StratosSemiLight,serif;color:#fff;font-size:32px;margin:0}.StudentResume__sectionText{color:#fff;font-size:24px;line-height:1.7;margin:0;white-space:pre-line}.StudentResume__skills{display:flex;flex-wrap:wrap;gap:10px}.StudentResume__skillCapsule{font-family:StratosRegular,sans-serif;background:#fff;color:#000;padding:6px 24px;border-radius:100px;font-size:24px;font-weight:500}.StudentResume__portfolio{display:flex;gap:25px;min-height:200px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:#4655FF #000}.StudentResume__portfolio::-webkit-scrollbar{height:8px}.StudentResume__portfolio::-webkit-scrollbar-track{background:#000;border-radius:4px}.StudentResume__portfolio::-webkit-scrollbar-thumb{background:#4655ff;border-radius:4px}.StudentResume__portfolioItem{position:relative;height:200px;width:300px;min-width:300px;border-radius:15px;overflow:hidden;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer;text-decoration:none;background-size:100% 100%;flex-shrink:0}.StudentResume__portfolioContent{position:relative;z-index:2;border-radius:10px;width:90%;height:90%;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:15px;box-sizing:border-box;text-align:left;padding:18px}.StudentResume__portfolioTitle{color:#000;font-size:30px;margin:0;font-family:StratosSemiLight;overflow-wrap:anywhere;word-break:break-word;line-height:1.15}.StudentResume__portfolioDescription{color:#000;font-size:22px;margin:0;font-family:StratosSemiLight;max-height:80px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-align:left;overflow-wrap:anywhere;word-break:break-word;line-height:1.2}.StudentResume__portfolioContent--compact .StudentResume__portfolioTitle{font-size:24px}.StudentResume__portfolioContent--compact .StudentResume__portfolioDescription{font-size:18px}.StudentResume__portfolioContent--dense .StudentResume__portfolioTitle{font-size:20px}.StudentResume__portfolioContent--dense .StudentResume__portfolioDescription{font-size:16px}.StudentResume__additionalSections{width:100%;display:flex;flex-direction:column;gap:35px}.StudentResume__expandableSection{width:100%}.StudentResume__expandableHeader{display:flex;align-items:flex-start;cursor:pointer;padding:20px 0;transition:opacity .3s}.StudentResume__expandableHeader:hover{opacity:.8}.StudentResume__expandableTitle{color:#fff;font-size:32px;margin:0;font-family:StratosSemiLight,sans-serif;font-weight:400}.StudentResume__expandableArrow{display:inline-block;width:22px;height:22px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg);transition:transform .3s;margin-left:15px;margin-top:5px}.StudentResume__expandableArrow.expanded{transform:rotate(-135deg);margin-top:12px}.StudentResume__expandableContent{padding:30px;color:#fff;margin-top:20px;animation:fadeIn .3s ease-in-out}.StudentResume__expandableContent--bordered{border:none;border-radius:0;padding:0}.StudentResume__expandableContent--no-border{border:none;padding:30px 0}.StudentResume__expandableContent h3{font-size:40px;margin:0 0 8px;font-weight:400}.StudentResume__expandableContent h2{font-size:26px;margin:0 0 20px;color:#fff}.StudentResume__expandableContent p{font-size:20px;line-height:1.7;margin:0;color:#ccc}.StudentResume__educationSubtitle{font-size:22px;margin:0;line-height:1.5}.StudentResume__contactSection{width:100%;margin-bottom:80px;min-height:500px;margin-top:40px}.StudentResume__contactTitle{color:#fff;font-size:40px;font-family:StratosSemiLight,sans-serif;margin-bottom:40px;text-align:left;font-weight:300}.StudentResume__contactContent{display:flex;gap:30px;width:100%;min-height:400px;position:relative}.StudentResume__contactSlider{display:flex;align-items:stretch;min-height:380px}.StudentResume__contactSlider .student-slider-card,.StudentResume__contactSlider .student-slider-card--active{height:380px;min-height:380px;width:240px}.StudentResume__contactSlider .student-slider-card__photoWrapper{flex:1;min-height:0}.StudentResume__contactSlider .student-slider-card__photo{width:100%;height:100%;object-fit:cover}.StudentResume__contactInfo{flex:1;background:url(/assets/radialBluePurpleGradient-BRaeHPN1.png) no-repeat;border-radius:15px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:380px;background-position:center center;background-size:100% 100%;position:relative;overflow:hidden}.StudentResume__contactWrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px;z-index:2;position:relative}.StudentResume__contactWrapper button{background:transparent;border:2px solid #fff;border-radius:100px;color:#fff;font-family:StratosSkyeng,sans-serif;font-size:24px;padding:8px 20px 8px 24px;cursor:pointer;transition:all .3s;margin-top:10px;display:flex;align-items:center;gap:8px;min-width:200px;align-self:flex-start}.StudentResume__contactWrapper p{width:400px;color:#fff;font-size:40px;text-align:left;font-family:StratosSkyeng,sans-serif}.StudentResume__cloudMailIcon{position:absolute;width:140px;right:-40px;bottom:-25px;z-index:1}.StudentResume__sunIcon{width:200px;height:200px;position:absolute;left:-90px;top:-90px;z-index:1}.StudentResume__contactDetails{margin-top:20px;text-align:left}.StudentResume__contactDetailItem{margin-bottom:20px}.StudentResume__contactDetailItem h4{color:#bdf7ff;font-size:18px;margin:0 0 10px;font-family:StratosSkyeng,sans-serif}.StudentResume__contactDetailItem p{color:#fff;font-size:16px;text-align:left;margin:5px 0;line-height:1.5}.StudentResume__similarSection{width:100%;margin-bottom:80px}.StudentResume__similarTitle{color:#fff;font-size:40px;font-family:StratosSemiLight,sans-serif;margin-bottom:40px;text-align:left;font-weight:300}.StudentResume__similarList{display:flex;gap:30px;width:100%;overflow-x:auto;padding:4px 0 14px;scrollbar-width:thin;scrollbar-color:#4655FF #000;scroll-behavior:smooth}.StudentResume__similarList::-webkit-scrollbar{height:8px}.StudentResume__similarList::-webkit-scrollbar-track{background:#000;border-radius:4px}.StudentResume__similarList::-webkit-scrollbar-thumb{background:#4655ff;border-radius:4px}.StudentResume__similarLink{width:275px;height:440px;flex-shrink:0;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;display:block;cursor:pointer;border-radius:13px}.StudentResume__similarLink:hover{transform:translateY(-4px)}.StudentResume__similarLink .student-slider-card{width:100%;height:100%;cursor:pointer;pointer-events:auto;padding:10px;gap:14px;box-sizing:border-box}.StudentResume__similarLink .student-slider-card__photoWrapper{height:301px;min-height:301px;flex-shrink:0;display:flex;justify-content:center;align-items:center}.StudentResume__similarLink .student-slider-card__photo{width:100%;height:100%;object-fit:cover;border-radius:8px}.StudentResume__similarLink .student-slider-card__text{flex-shrink:0;gap:6px}.StudentResume__similarLink .student-slider-card__name{font-size:28px;width:100%}.StudentResume__similarLink .student-slider-card__job{font-size:18px;padding-bottom:0}.StudentResume__similarLink .student-slider-card__course,.StudentResume__similarLink .student-slider-card__extraIco{width:44px;height:44px;left:10px;border-radius:10px}.StudentResume__similarLink .student-slider-card--active .student-slider-card__course{width:100px}.StudentResume__similarLink .student-slider-card__courseIco{width:44px}.StudentResume__similarLink .student-slider-card__extraIco{bottom:65px}.StudentResume__similarLink .student-slider-card__extraIco img{width:18px;height:28px}.StudentResume__similarLink .student-slider-card__course{bottom:14px}.StudentResume__similarLink .student-slider-card__courseText{font-size:18px}.StudentResume__educationList{margin-top:20px}.StudentResume__educationItem{display:flex;margin-bottom:40px;position:relative}.StudentResume__educationTimeline{display:flex;flex-direction:row;align-items:center;margin-right:30px;min-width:120px;gap:20px}.StudentResume__educationYears{font-weight:500;font-size:24px;color:#b3b3b3;text-align:left;white-space:nowrap}.StudentResume__educationYears span{display:flex;flex-direction:column;gap:5px}.StudentResume__educationVerticalLine{width:1px;background-color:#fff;flex-grow:1;height:100%}.StudentResume__educationInfo{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px}.StudentResume__educationName{font-family:StratosSemiLight,serif;font-size:1.2rem;font-weight:600;margin-bottom:8px;color:#fff}.StudentResume__educationSpeciality{font-size:1rem;color:#bdf7ff;margin-bottom:5px;font-weight:500}.StudentResume__educationAdditional{font-size:.9rem;color:#ccc;margin-bottom:10px;line-height:1.4}.StudentResume__educationLink{font-size:24px;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none;word-break:break-all}.StudentResume__experienceList{margin-top:20px;display:flex;flex-direction:column;gap:24px}.StudentResume__experienceWithTimeline{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:24px;align-items:stretch}.StudentResume__experienceItem{display:flex;margin-bottom:40px;position:relative;flex-direction:column}.StudentResume__experienceItem--card{margin-bottom:0;border:2px solid #fff;border-radius:20px;padding:24px 26px;background:#000;transition:opacity .35s ease,border-color .35s ease,transform .35s ease,box-shadow .35s ease,background .35s ease}.StudentResume__experienceItem--card.active{border:2px solid transparent;background:linear-gradient(#000,#000) padding-box,linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff) border-box;transform:translateY(-2px);box-shadow:0 14px 30px #00000059}.StudentResume__experienceItem--card:focus{outline:none}.StudentResume__experienceItem--card:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:3px}.StudentResume__experienceTimeline{display:flex;flex-direction:column;align-items:center;min-width:120px;align-self:flex-start}.StudentResume__experienceYears{font-weight:500;font-size:24px;color:#b3b3b3;margin-bottom:15px;text-align:center;white-space:nowrap}.StudentResume__experienceInfo{display:flex;flex-direction:column;gap:10px}.StudentResume__experiencePosition{font-family:StratosSkyeng,sans-serif;font-size:1.2rem;font-weight:300;margin-bottom:5px;color:#fff}.StudentResume__experienceCompany{font-size:32px;margin-bottom:10px;font-weight:500}.StudentResume__experienceDescription{font-size:.9rem;color:#ccc;margin-bottom:10px;line-height:1.4}.StudentResume__experienceTimelineNav{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-self:stretch;gap:15px;padding:6px 0}.StudentResume__experienceTimelineNav:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:3px;transform:translate(-50%);background:#fff;border-radius:2px;z-index:0}.StudentResume__experienceTimelineDot{width:20px;height:20px;padding:0;display:block;box-sizing:border-box;border-radius:50%;border:none;background:#fff;cursor:pointer;z-index:1;position:relative;box-shadow:0 0 0 4px #fff3;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.StudentResume__experienceTimelineDot.active{width:30px;height:30px;background:linear-gradient(135deg,#ff3d77,#338aff);transform:scale(1);box-shadow:0 0 15px #ff3d7780}.StudentResume__experienceTimelineDot.active:before{content:"";position:absolute;width:12px;height:12px;background:#fff;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.StudentResume__numbersImg{position:absolute;right:-5%;top:-10%}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1200px){.StudentResume{padding:45px 40px 0}.StudentResume__expandableContent h3{font-size:32px}.StudentResume__contactInfo{height:350px;min-height:350px}.StudentResume__contactSlider{min-height:350px}.StudentResume__contactSlider{display:none}.StudentResume__contactSlider .student-slider-card,.StudentResume__contactSlider .student-slider-card--active{height:350px;min-height:350px}.StudentResume__mainContent{max-width:1200px}.StudentResume__contactWrapper p{width:350px;font-size:36px}}@media(max-width:1150px){.StudentResume{padding:30px 40px 0}.StudentResume__mainContent{max-width:1200px}.StudentResume__header{flex-direction:column;gap:24px;padding:25px 0;align-items:center}.StudentResume__person{flex-direction:row;gap:0;width:100%;justify-content:center;align-self:flex-start}.StudentResume__personFace img{width:220px;height:220px;top:-97px}.StudentResume__personName{margin-top:0}.StudentResume__personName h2{font-size:36px}.StudentResume__personName p{font-size:24px}.StudentResume__flexInfo{position:static;transform:none;right:auto;bottom:auto;align-items:center;flex-direction:row;justify-content:space-between;gap:20px;margin:0;width:100%}.StudentResume__about{width:95%;gap:40px;padding-bottom:50px}.StudentResume__sectionTitle,.StudentResume__expandableTitle{font-size:28px}.StudentResume__contactContent{flex-direction:column;gap:40px}.StudentResume__contactTitle,.StudentResume__similarTitle{font-size:36px}.StudentResume__similarLink{min-width:180px}}@media(max-width:768px){.StudentResume__contactSlider{display:none}.StudentResume__experienceYears{font-size:22px}.StudentResume{padding:30px 40px 0}.StudentResume__mainContent{max-width:1200px}.StudentResume__wrapper{padding-top:80px;border-radius:20px}.StudentResume__person{flex-direction:column;align-items:center;gap:20px}.StudentResume__personName p{margin:0}.StudentResume__personFace{display:flex;align-self:center;height:111px;justify-content:center}.StudentResume__personFace img{width:197px;height:197px}.StudentResume__personName{width:100%;text-align:left;align-self:flex-start;top:0}.StudentResume__personName h2{font-size:30px}.StudentResume__personName p{font-size:22px}.StudentResume__personName .StudentResume__sendBid{display:none}.StudentResume__sendBid{width:100%;max-width:305px;height:45px;font-family:Sansation,sans-serif;font-size:23px;letter-spacing:1px;gap:12px;opacity:1;border-radius:100px;padding:12px 32px;box-sizing:border-box;line-height:1}.StudentResume__sendBid img{width:24px;height:18px}.StudentResume__about{width:100%;gap:35px;padding:0 10px 40px}.StudentResume__skills{justify-content:flex-start;gap:8px}.StudentResume__skillCapsule{padding:10px 22px;font-size:18px}.StudentResume__sectionTitle,.StudentResume__expandableTitle{font-size:26px}.StudentResume__portfolioItem{height:180px;min-width:280px}.StudentResume__portfolioContent{padding:15px;gap:12px}.StudentResume__portfolioTitle{font-size:20px}.StudentResume__portfolioDescription{font-size:14px;max-height:60px}.StudentResume__expandableContent{padding:20px}.StudentResume__contactSection,.StudentResume__similarSection{margin-top:40px;margin-bottom:60px}.StudentResume__contactTitle,.StudentResume__similarTitle{font-size:28px;text-align:left;margin-bottom:30px}.StudentResume__contactContent{flex-direction:column;gap:40px}.StudentResume__contactInfo{padding:20px;min-height:350px}.StudentResume__contactWrapper{align-items:center;text-align:center;gap:25px}.StudentResume__contactWrapper p{width:100%;font-size:28px;text-align:center}.StudentResume__similarList{gap:10px}.StudentResume__contactWrapper button{align-self:center}.StudentResume__cloudMailIcon{width:120px;height:auto}.StudentResume__similarLink{min-width:150px}.StudentResume__educationItem{flex-direction:column}.StudentResume__educationTimeline{flex-direction:row;margin-right:0;margin-bottom:15px;align-items:center;min-width:auto}.StudentResume__educationVerticalLine{width:40px;height:1px;margin:0 15px;min-height:0}.StudentResume__experienceTimeline{flex-direction:row;margin-right:0;margin-bottom:15px;align-items:center;min-width:auto}.StudentResume__experienceWithTimeline{grid-template-columns:1fr}.StudentResume__experienceTimelineNav{display:none}}@media(max-width:600px){.StudentResume__experienceYears{font-size:18px}.StudentResume{padding:30px 20px 0}.StudentResume__mainContent{max-width:1200px}.StudentResume__contactContent{flex-direction:column}.StudentResume__contactInfo .student-slider-card{width:120px;height:120px;flex-shrink:0}.StudentResume__contactInfo .student-slider-card__photoWrapper{width:100%;height:100%}.StudentResume__contactInfo .student-slider-card__photo{width:100%;height:100%;object-fit:cover}.StudentResume__contactInfo .student-slider-card__text{display:none}.StudentResume__contactWrapper{flex:1;gap:15px}.StudentResume__contactWrapper p{font-size:18px;width:100%}.StudentResume__contactWrapper button{min-width:150px;font-size:18px;padding:5px 15px}.StudentResume__sunIcon img{width:100px;height:100px}}@media(max-width:480px){.StudentResume{padding:30px 20px 0}.StudentResume__experienceYears{font-size:16px}.StudentResume__expandableContent h3{font-size:30px}.StudentResume__educationYears{font-size:20px}.StudentResume__expandableContent p{font-size:18px}.StudentResume__educationLink{font-size:20px}.StudentResume__mainContent{max-width:1200px}.StudentResume__personFace img{width:173px;height:173px}.StudentResume__personName h2{font-size:26px}.StudentResume__flexInfo{font-size:18px;gap:15px}.StudentResume__portfolioItem{height:160px;min-width:240px}.StudentResume__portfolioContent{padding:12px;gap:8px}.StudentResume__portfolioTitle{font-size:18px}.StudentResume__portfolioDescription{font-size:12px;max-height:50px;-webkit-line-clamp:2}.StudentResume__sectionTitle,.StudentResume__expandableTitle{font-size:22px}.StudentResume__contactTitle,.StudentResume__similarTitle{font-size:24px}.StudentResume__contactInfo{min-height:300px;padding:15px}.StudentResume__contactWrapper p{font-size:22px}.StudentResume__contactWrapper button{font-size:20px;padding:6px 16px 6px 20px;min-width:180px}.StudentResume__sunIcon{left:-90px;top:-100px}.StudentResume__sunIcon img{width:120px;height:120px}.StudentResume__cloudMailIcon{width:100px}}@media(max-width:400px){.StudentResume{padding:30px 20px 0}.StudentResume__expandableContent h3{font-size:26px}.StudentResume__experienceYears{font-size:14px}.StudentResume__mainContent{max-width:1200px}.StudentResume__contactInfo{flex-direction:column;text-align:center;gap:15px}.StudentResume__contactInfo .student-slider-card{width:150px;height:150px}.StudentResume__contactWrapper{align-items:center;text-align:center}.StudentResume__contactWrapper p{font-size:16px}.StudentResume__contactWrapper button{align-self:center}}.applicationForm__overlay{position:fixed;inset:0;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease-in-out;padding:20px}.applicationForm__content{width:min(920px,100%);min-height:min(800px,calc(100vh - 40px));max-height:calc(100vh - 40px);background:url(/assets/radialBluePurpleGradient-BRaeHPN1.png) no-repeat center center;background-size:cover;border-radius:20px;padding:50px 165px;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.4) transparent;animation:slideIn .3s ease-in-out;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box}.applicationForm__content::-webkit-scrollbar{width:6px}.applicationForm__content::-webkit-scrollbar-track{background:transparent;border-radius:3px}.applicationForm__content::-webkit-scrollbar-thumb{background:#ffffff59;border-radius:3px}.applicationForm__content::-webkit-scrollbar-thumb:hover{background:#ffffff80}.applicationForm__contentInner{position:relative;display:flex;flex-direction:column;flex:1 0 auto;min-height:min-content}.applicationForm__close{position:absolute;top:20px;right:20px;z-index:10;background:transparent;border:none;color:#fff;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .3s;font-size:0}.applicationForm__close:before,.applicationForm__close:after{content:"";position:absolute;width:24px;height:2px;background:#fff;border-radius:1px}.applicationForm__close:before{transform:rotate(45deg)}.applicationForm__close:after{transform:rotate(-45deg)}.applicationForm__close:hover{opacity:.7}.applicationForm__info{background:#ffffff14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:2px solid #fff;border-radius:10px;padding:16px 20px 16px 60px;margin-bottom:25px;color:#fff;font-size:18px;text-align:left;font-family:StratosSkyeng,sans-serif;line-height:1.4;position:relative}.applicationForm__info-icon{position:absolute;left:20px;top:20px;width:24px;height:24px}.applicationForm__successWindow{width:790px;min-height:450px;border-radius:20px;background:linear-gradient(180deg,#363636,#616161);display:flex;align-items:center;justify-content:center;padding-left:80px;padding-right:80px;box-sizing:border-box;font-family:StratosLight,sans-serif;animation:slideIn .3s ease-in-out}.applicationForm__successWindow-inner{display:flex;flex-direction:column;align-items:flex-start;gap:32px;margin:0}.applicationForm__successWindow-body{text-align:left;display:flex;flex-direction:column;align-items:flex-start;gap:16px;margin:0}.applicationForm__successWindow-titleRow{display:flex;align-items:center;gap:12px;margin:0}.applicationForm__successWindow-title{color:#fff;font-size:40px;font-weight:400;margin:0;line-height:1.3;text-align:left}.applicationForm__successWindow-titleIcon{width:40px;height:40px;flex-shrink:0}.applicationForm__successWindow-text{color:#ffffffe6;font-size:24px;line-height:1.5;margin:0;text-align:left}.applicationForm__successActions{margin-top:8px}.applicationForm__successChatsBtn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:100px;border:2px solid transparent;font-size:18px;font-family:StratosSkyeng,StratosLight,sans-serif;color:#fff;cursor:pointer;background:linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff) border-box;transition:border-color .25s ease,background .25s ease}.applicationForm__successChatsBtn:hover{background:transparent;border-color:#fff}.applicationForm__successWindow-tgBlock{display:flex;flex-direction:column;gap:16px}.applicationForm__successWindow-tgLink{display:flex;align-items:center;justify-content:space-between;width:500px;height:146px;box-sizing:border-box;padding-left:42px;background:linear-gradient(180deg,#2aabee,#229ed9);border:1px solid #fff;border-radius:8px;color:#fff;font-size:24px;font-family:StratosLight,sans-serif;text-decoration:none;transition:opacity .2s,transform .2s;margin:0}.applicationForm__successWindow-tgLink-textBlock{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.applicationForm__successWindow-tgLink-text,.applicationForm__successWindow-tgLink-arrow{display:block}.applicationForm__successWindow-tgLink-telegramIcon{flex-shrink:0;width:200px;height:100%;color:#fff;display:flex;align-items:center;justify-content:center}.applicationForm__successWindow-tgLink:hover{opacity:.95;transform:translateY(-1px)}@media(max-width:700px){.applicationForm__successWindow{width:100%;max-width:700px;min-height:auto;height:auto;padding:40px 24px}.applicationForm__successWindow-inner,.applicationForm__successWindow-tgBlock,.applicationForm__successWindow-tgLink{width:100%;max-width:100%}}@media(max-width:500px){.applicationForm__successWindow{padding:24px 16px}.applicationForm__successWindow-tgLink{height:120px;padding-left:24px;padding-right:16px;font-size:18px}.applicationForm__successWindow-tgLink-textBlock{gap:8px}.applicationForm__successWindow-tgLink-telegramIcon{width:120px;height:90%}}.applicationForm__countdown{color:#bdf7ff;font-size:16px;margin-top:20px;opacity:.8}.applicationForm__form{display:flex;flex-direction:column;gap:20px;width:100%}.applicationForm__field{display:flex;flex-direction:column;gap:8px}.applicationForm__field label{color:#fff;font-size:24px;font-family:StratosLight,sans-serif}.applicationForm__field input{height:45px;background:#e9e9e9;border:1px solid #e0e0e0;border-radius:100px;padding:0 32px;color:#666;font-size:24px;font-family:StratosSkyeng,sans-serif;transition:border-color .3s;resize:vertical;box-sizing:border-box;z-index:1}.applicationForm__field input:focus{outline:none;border-color:#4655ff}.applicationForm__field input:disabled{opacity:.6;cursor:not-allowed}.applicationForm__field input::placeholder{color:#999}.applicationForm__emailWrapper{display:flex;flex-direction:column;gap:0}.applicationForm__field input.applicationForm__inputValid{border-color:#28a745;background-color:#f8fff9}.applicationForm__field input.applicationForm__inputInvalid{border-color:#dc3545;background-color:#fff8f8}.applicationForm__emailHint{display:block;font-size:12px;margin-top:8px;min-height:15px;font-family:StratosSkyeng,sans-serif;transition:opacity .2s ease,max-height .2s ease,visibility .2s ease;opacity:0;max-height:0;overflow:hidden;visibility:hidden}.applicationForm__emailHint--error{color:#dc3545}.applicationForm__emailHint--success{color:#28a745}.applicationForm__emailHint--visible{opacity:1;max-height:40px;visibility:visible}.applicationForm__telegramWrapper{display:flex;flex-direction:column;gap:0}.applicationForm__field input.applicationForm__telegramInput{color:#08c;font-weight:500}.applicationForm__field input.applicationForm__telegramInput:focus{border-color:#08c}.applicationForm__field input.applicationForm__telegramInput.applicationForm__inputInvalid{border-color:#ff5252}.applicationForm__telegramHint{margin:8px 0 0;font-size:12px;color:#bdbdbd;font-family:StratosSkyeng,sans-serif;line-height:1.35}.applicationForm__telegramFieldError{display:block;color:#ff5252;font-size:11px;margin-top:5px;font-family:StratosSkyeng,sans-serif;transition:opacity .2s ease,max-height .2s ease,visibility .2s ease;opacity:0;max-height:0;overflow:hidden;visibility:hidden}.applicationForm__telegramFieldError--visible{opacity:1;max-height:40px;visibility:visible}.applicationForm__phoneFieldError{display:block;margin-top:4px;color:#dc3545;font-size:12px;font-family:StratosSkyeng,sans-serif;transition:opacity .2s ease,max-height .2s ease,visibility .2s ease;opacity:0;max-height:0;overflow:hidden;visibility:hidden}.applicationForm__phoneFieldError--visible{opacity:1;max-height:40px;visibility:visible}.applicationForm__error{color:#e95a57;font-size:14px;text-align:center;padding:10px;background:#e95a571a;border-radius:8px;font-family:StratosSkyeng,sans-serif}.applicationForm__button-container{display:flex;justify-content:flex-start}.applicationForm__submit{background:transparent;border:2px solid #fff;border-radius:100px;color:#fff;font-family:StratosSkyeng,sans-serif;font-size:24px;width:226px;height:45px;padding:0 20px;cursor:pointer;transition:all .3s;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px;box-sizing:border-box}.applicationForm__submit:hover:not(:disabled){background:#ffffff1a}.applicationForm__submit:disabled{opacity:.6;cursor:not-allowed}.applicationForm__submit-icon{width:28px;height:20px;object-fit:contain}.applicationForm__sunIcon{position:absolute;top:-131px;left:-246px;pointer-events:none}.applicationForm__cloudMailIcon{position:absolute;bottom:-90px;right:-210px;z-index:0;pointer-events:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:900px){.applicationForm__content{padding:45px 108px;max-height:calc(100vh - 32px)}.applicationForm__sunIcon{top:-130px;left:-190px}.applicationForm__cloudMailIcon{bottom:-95px;right:-160px}}@media(max-width:640px){.applicationForm__overlay{padding:8px;align-items:center}.applicationForm__sunIcon{top:-48px;left:-48px;width:80px;height:auto}.applicationForm__cloudMailIcon{bottom:-20px;right:-12px;width:80px;height:auto}.applicationForm__content{width:100%;max-width:100%;min-height:unset;height:100%;max-height:calc(100vh - 16px);padding:14px 14px 22px;justify-content:flex-start}.applicationForm__contentInner{flex:0 1 auto}.applicationForm__close{top:10px;right:10px;width:36px;height:36px}.applicationForm__form{gap:12px}.applicationForm__info{margin-bottom:12px;padding:10px 12px 10px 40px;font-size:13px;line-height:1.35;border-radius:8px}.applicationForm__info-icon{left:12px;top:12px;width:20px;height:20px}.applicationForm__field{gap:4px}.applicationForm__field label{font-size:15px}.applicationForm__field input{height:40px;padding:0 14px;font-size:16px;border-radius:100px}.applicationForm__telegramHint{font-size:11px;margin-top:4px}.applicationForm__phoneFieldError,.applicationForm__telegramFieldError{font-size:10px}.applicationForm__emailHint{font-size:11px;margin-top:4px;min-height:12px}.applicationForm__error{font-size:12px;padding:8px}.applicationForm__submit{width:100%;max-width:100%;height:40px;font-size:16px;margin-top:6px;padding:0 16px}.applicationForm__submit-icon{width:22px;height:16px}.applicationForm__button-container{margin-top:4px;width:100%}}.accountPage{min-height:calc(100vh - 120px);background:#050508;color:#e4e4e7;padding:40px 20px 80px;box-sizing:border-box}.accountPage__inner{max-width:720px;margin:0 auto}.accountPage__title{font-family:StratosSkyeng,StratosLight,sans-serif;font-size:clamp(28px,4vw,36px);font-weight:600;margin:0 0 12px;color:#fff}.accountPage__lead{margin:0 0 12px;font-size:15px;line-height:1.55;color:#a1a1aa}.accountPage__settingsNav{margin:0 0 28px}.accountPage__settingsNavLink{display:inline-flex;align-items:center;font-size:15px;color:#c4b5fd;text-decoration:none;border-bottom:1px solid rgba(196,181,253,.45);padding-bottom:2px}.accountPage__settingsNavLink:hover{color:#fff;border-bottom-color:#ffffff80}.accountPage__code{font-size:.88em;padding:2px 6px;border-radius:6px;background:#171721;border:1px solid #232335;color:#c4b5fd}.accountPage__muted{color:#8f8f9d;font-size:15px}.accountPage__card{background:#111118;border:1px solid #232335;border-radius:20px;padding:24px 22px 28px;margin-bottom:20px;box-shadow:0 16px 40px #00000073}.accountPage__card--muted{border-style:dashed;opacity:.95}.accountPage__cardTitle{margin:0 0 18px;font-size:20px;font-weight:600;color:#fff}.accountPage__text{margin:0 0 12px;font-size:15px;line-height:1.55;color:#d4d4d8}.accountPage__list{margin:12px 0 0;padding-left:20px;color:#a1a1aa;line-height:1.6;font-size:14px}.accountPage__avatarRow{display:flex;align-items:center;gap:20px;margin-bottom:22px}.accountPage__avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid #2d2d3d}.accountPage__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:#232335;color:#8f8f9d;font-size:28px;font-weight:600}.accountPage__fileLabel{display:inline-block;cursor:pointer;padding:10px 18px;border-radius:100px;background:linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff);color:#fff;font-size:14px;font-weight:500;position:relative}.accountPage__fileInput{position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;cursor:pointer}.accountPage__fileLabelText{position:relative;z-index:0;pointer-events:none}.accountPage__form{display:flex;flex-direction:column;gap:14px}.accountPage__grid2{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:600px){.accountPage__grid2{grid-template-columns:1fr}}.accountPage__field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#a1a1aa}.accountPage__field span{font-weight:500}.accountPage__field input,.accountPage__field select,.accountPage__field textarea{background:#09090d;border:1px solid #1f1f2e;border-radius:12px;padding:11px 14px;color:#fff;font-size:15px;font-family:inherit;outline:none}.accountPage__field input:focus,.accountPage__field select:focus,.accountPage__field textarea:focus{border-color:#6366f1}.accountPage__hint{margin:0;font-size:12px;color:#71717a;line-height:1.45}.accountPage__error{padding:10px 12px;border-radius:10px;background:#f871711f;border:1px solid rgba(248,113,113,.35);color:#fecaca;font-size:14px}.accountPage__ok{padding:10px 12px;border-radius:10px;background:#22c55e1f;border:1px solid rgba(34,197,94,.35);color:#bbf7d0;font-size:14px}.accountPage__submit{margin-top:6px;align-self:flex-start;padding:12px 28px;border-radius:100px;border:2px solid transparent;cursor:pointer;font-size:15px;font-weight:600;color:#fff;background:linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff) border-box;font-family:inherit}.accountPage__submit:disabled{opacity:.55;cursor:not-allowed}.accountPage__submit:hover:not(:disabled){filter:brightness(1.05)}.chatsModal__overlay{position:fixed;inset:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;font-family:StratosSkyeng,StratosLight,system-ui,sans-serif}.chatsModal__backdrop{position:absolute;inset:0;background:#050508eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.chatsModal__panel{position:relative;width:min(1200px,100%);height:min(85vh,880px);max-height:calc(100vh - 32px);border-radius:24px;background:#111118;box-shadow:0 24px 60px #000000bf;overflow:hidden;border:1px solid #232335}.chatsModal__panel:before{content:"";position:absolute;inset:0;border-radius:24px;padding:1px;background:linear-gradient(135deg,#e95a57,#3e8eff,#e53bcf);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.chatsModal__close{position:absolute;top:14px;right:14px;z-index:5;width:40px;height:40px;border:none;border-radius:12px;background:#ffffff0f;color:#fff;font-size:22px;line-height:1;cursor:pointer;transition:background .2s}.chatsModal__close:hover{background:#ffffff1f}.chatsModal__messenger{position:relative;z-index:1;display:flex;height:100%;min-height:0}.chatsModal__sidebar{width:300px;flex-shrink:0;display:flex;flex-direction:column;background:#0d0d14;border-right:1px solid #1f1f2e;min-height:0}.chatsModal__sidebarHeader{padding:20px 18px 16px;border-bottom:1px solid #1f1f2e}.chatsModal__userProfile{display:flex;align-items:center;gap:12px}.chatsModal__avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;color:#fff;background:#232335;flex-shrink:0}.chatsModal__avatar--accent{background:linear-gradient(135deg,#e95a57,#e53bcf)}.chatsModal__userMeta{min-width:0}.chatsModal__userName{color:#fff;font-size:15px;font-weight:600}.chatsModal__userHint{font-size:12px;color:#8f8f9d;margin-top:2px}.chatsModal__searchBar{padding:12px 14px}.chatsModal__searchInput{width:100%;box-sizing:border-box;background:#171721;border:1px solid #232335;border-radius:12px;padding:11px 14px;color:#fff;font-size:13px;outline:none}.chatsModal__searchInput::placeholder{color:#52526b}.chatsModal__chatsList{flex:1;overflow-y:auto;padding:4px 10px 16px;scrollbar-width:thin;scrollbar-color:#232335 transparent}.chatsModal__chatsList::-webkit-scrollbar{width:4px}.chatsModal__chatsList::-webkit-scrollbar-thumb{background:#232335;border-radius:10px}.chatsModal__chatItem{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:10px;margin-bottom:4px;border:none;border-radius:14px;background:transparent;color:inherit;cursor:pointer;transition:background .2s;font:inherit}.chatsModal__chatItem:hover{background:#171721}.chatsModal__chatItem--active{background:#1e1e2f;box-shadow:inset 3px 0 #e53bcf}.chatsModal__chatAvatar{width:44px;height:44px;border-radius:50%;background:#232335;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;color:#e4e4e7;flex-shrink:0}.chatsModal__chatAvatar--sm{width:40px;height:40px;font-size:12px}.chatsModal__chatDetails{flex:1;min-width:0}.chatsModal__chatTitleRow{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}.chatsModal__chatName{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatsModal__chatTime{font-size:11px;color:#8f8f9d;flex-shrink:0}.chatsModal__chatPreviewRow{display:flex;justify-content:space-between;align-items:center;gap:8px}.chatsModal__chatPreview{font-size:12px;color:#8f8f9d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatsModal__unread{flex-shrink:0;background:linear-gradient(90deg,#e95a57,#e53bcf);color:#fff;font-size:10px;font-weight:600;padding:2px 7px;border-radius:10px;min-width:18px;text-align:center}.chatsModal__main{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;background:#111118}.chatsModal__chatHeader{padding:16px 20px;border-bottom:1px solid #1f1f2e;background:#12121c}.chatsModal__chatHeaderInfo{display:flex;align-items:center;gap:12px}.chatsModal__chatHeaderTitle{font-size:16px;font-weight:600;color:#fff}.chatsModal__chatHeaderSub{font-size:12px;color:#8f8f9d;margin-top:2px}.chatsModal__messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:10px;background-color:#111118;background-image:radial-gradient(rgba(62,142,255,.06) 1px,transparent 0);background-size:22px 22px;scrollbar-width:thin;scrollbar-color:#232335 transparent}.chatsModal__messages::-webkit-scrollbar{width:4px}.chatsModal__messages::-webkit-scrollbar-thumb{background:#232335;border-radius:10px}.chatsModal__emptyThread,.chatsModal__muted{color:#8f8f9d;font-size:14px;text-align:center;padding:24px 12px}.chatsModal__error{color:#f87171;font-size:13px;padding:8px 10px}.chatsModal__dateSep{text-align:center;font-size:11px;color:#52526b;text-transform:uppercase;letter-spacing:.08em;margin:8px 0}.chatsModal__systemMsg{align-self:center;max-width:90%;font-size:12px;color:#8f8f9d;padding:6px 12px;border-radius:8px;background:#171721cc;border:1px solid #232335}.chatsModal__msgRow{display:flex;width:100%}.chatsModal__msgRow--in{justify-content:flex-start}.chatsModal__msgRow--out{justify-content:flex-end}.chatsModal__bubble{max-width:min(72%,520px);padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.45;color:#e4e4e7}.chatsModal__msgRow--in .chatsModal__bubble{background:#171721;border:1px solid #232335;border-bottom-left-radius:4px}.chatsModal__msgRow--out .chatsModal__bubble{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 16px #4f46e540}.chatsModal__msgAuthor{font-size:11px;color:#a5b4fc;margin-bottom:4px;font-weight:600}.chatsModal__msgRow--out .chatsModal__msgAuthor{color:#ffffffd9}.chatsModal__msgBody{word-break:break-word}.chatsModal__msgTime{display:block;text-align:right;font-size:10px;margin-top:6px;opacity:.65}.chatsModal__composer{padding:16px 20px 20px;background:#12121c;border-top:1px solid #1f1f2e}.chatsModal__composerError{color:#f87171;font-size:13px;margin-bottom:8px}.chatsModal__composerInner{display:flex;align-items:center;gap:10px;background:#09090d;border:1px solid #1f1f2e;border-radius:16px;padding:8px 10px 8px 16px}.chatsModal__composerInput{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:14px;min-width:0}.chatsModal__composerInput::placeholder{color:#52526b}.chatsModal__sendBtn{flex-shrink:0;width:40px;height:40px;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(90deg,#e95a57,#e53bcf 49.5%,#3e8eff);transition:transform .15s,opacity .15s}.chatsModal__sendBtn:hover:not(:disabled){transform:scale(1.04)}.chatsModal__sendBtn:disabled{opacity:.45;cursor:not-allowed}@media(max-width:768px){.chatsModal__messenger{flex-direction:column}.chatsModal__sidebar{width:100%;max-height:38vh;border-right:none;border-bottom:1px solid #1f1f2e}}.chatsPage{min-height:100vh;display:flex;flex-direction:column;background:#050508;font-family:StratosSkyeng,StratosLight,system-ui,sans-serif}.chatsPage__bar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:14px 20px;border-bottom:1px solid #1f1f2e;background:#0d0d14}.chatsPage__barTitle{color:#fff;font-weight:600;font-size:16px}.chatsPage__barLink{color:#a5b4fc;text-decoration:none;font-size:14px;white-space:nowrap}.chatsPage__barLink:hover{text-decoration:underline}.chatsPage__fill{flex:1;min-height:0;display:flex;padding:12px 16px 16px;box-sizing:border-box}.chatsPage__fill .chatsModal__messenger.chatsView{flex:1;width:100%;max-width:1400px;margin:0 auto;min-height:0;background:#111118;border:1px solid #232335;border-radius:16px;overflow:hidden}.loginModal__overlay,.loginModal__overlay *{box-sizing:border-box}.loginModal__overlay{position:fixed;inset:0;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:10000;font-family:Montserrat,sans-serif;animation:loginModalFadeIn .3s ease-in-out}.loginModal__card{background:#111118;border-radius:40px;padding:40px 35px;width:100%;max-width:440px;position:relative;text-align:center;box-shadow:0 20px 40px #00000080;animation:loginModalSlideIn .3s ease-in-out}.loginModal__card:before{content:"";position:absolute;inset:-1px;border-radius:40px;padding:1px;background:linear-gradient(135deg,#ff416c,#2b5876,#4e54c8);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.loginModal__backBtn{position:absolute;left:35px;top:45px;color:#8f8f9d;background:none;border:none;padding:4px;cursor:pointer;font-size:20px;line-height:1;transition:color .2s;display:flex;align-items:center;justify-content:center}.loginModal__backBtn:hover{color:#fff}.loginModal__backIcon{display:block}.loginModal__logoWrap{margin-bottom:25px;display:inline-block}.loginModal__logoPlaceholder{width:60px;height:60px;border-radius:50%;background:#1a1a24;border:1px solid #333344;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.loginModal__heading{color:#fff;font-size:24px;font-weight:500;margin:0 0 30px}.loginModal__form{text-align:left}.loginModal__inputGroup{margin-bottom:20px}.loginModal__inputGroup label{display:block;color:#8f8f9d;font-size:14px;margin-bottom:10px;padding-left:5px}.loginModal__inputWrap{position:relative;display:flex;align-items:center}.loginModal__inputWrap input{width:100%;background-color:#09090d;border:1px solid #1f1f2e;border-radius:12px;padding:16px 20px;color:#fff;font-size:16px;font-family:inherit;outline:none;transition:border-color .2s}.loginModal__inputPassword{padding-right:48px}.loginModal__inputWrap input:focus{border-color:#ff416c}.loginModal__inputWrap input:disabled{opacity:.6;cursor:not-allowed}.loginModal__passwordToggle{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#8f8f9d;cursor:pointer;background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.loginModal__passwordToggle:hover:not(:disabled){color:#fff}.loginModal__passwordToggle:disabled{opacity:.5;cursor:not-allowed}.loginModal__primaryBtn{width:100%;background:linear-gradient(90deg,#ec4899,#8b5cf6,#3b82f6);border:none;border-radius:14px;padding:16px;color:#fff;font-size:16px;font-weight:500;font-family:inherit;cursor:pointer;margin-top:15px;margin-bottom:15px;transition:opacity .2s}.loginModal__primaryBtn:hover:not(:disabled){opacity:.9}.loginModal__primaryBtn:disabled{opacity:.6;cursor:not-allowed}.loginModal__secondaryBtn{width:100%;background:transparent;border:none;border-radius:14px;padding:16px;color:#ef4444;font-size:16px;font-weight:500;font-family:inherit;cursor:pointer;position:relative;margin-bottom:25px;transition:background .2s}.loginModal__secondaryBtn:before{content:"";position:absolute;inset:0;border-radius:14px;padding:1px;background:linear-gradient(90deg,#ff416c,#4e54c8);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:0}.loginModal__secondaryBtn span{position:relative;z-index:1}.loginModal__secondaryBtn:hover:not(:disabled){background:#ff416c0d}.loginModal__secondaryBtn:disabled{opacity:.6;cursor:not-allowed}.loginModal__error{color:#f87171;font-size:14px;text-align:center;padding:10px 12px;background:#ef44441f;border-radius:12px;margin-bottom:4px}.loginModal__forgotLink{display:inline-block;color:#6366f1;text-decoration:none;font-size:14px;transition:color .2s}.loginModal__forgotLink:hover{color:#818cf8}@keyframes loginModalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes loginModalSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:480px){.loginModal__card{padding:36px 22px;border-radius:28px;margin:0 12px}.loginModal__card:before{border-radius:28px}.loginModal__backBtn{left:22px;top:38px}.loginModal__heading{font-size:22px}}.floatingButton__wrapper{position:fixed;bottom:30px;right:50px;z-index:9999;display:flex;align-items:center;justify-content:flex-end}.floatingButton__pill{position:relative;width:46px;height:46px;display:flex;align-items:center;justify-content:flex-end;transition:width .5s cubic-bezier(.34,1.56,.64,1)}.floatingButton__pill_expanded{width:206px}.floatingButton__pill_closing{animation:floatingButton_pillClose .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes floatingButton_pillClose{0%{width:206px}to{width:46px}}.floatingButton_main{order:2;height:46px;min-width:46px;padding:0;border:none;border-radius:50%;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:filter .2s,border-radius .5s cubic-bezier(.34,1.56,.64,1)}.floatingButton_main_expanded{border-radius:100px}.floatingButton_main_closing{transition:none;animation:floatingButton_buttonClose .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes floatingButton_buttonClose{0%{border-radius:100px}to{border-radius:50%}}.floatingButton_main:hover{filter:brightness(1.12)}.floatingButton_main_expanded{order:1;flex:1;justify-content:flex-start;padding-left:11px;overflow:hidden}.floatingButton__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.floatingButton_main_closing .floatingButton__icon{animation:floatingButton_iconClose .5s cubic-bezier(.34,1.56,.64,1) forwards}.floatingButton__icon img{width:24px;height:16px;object-fit:contain}.floatingButton__text{font-size:16px;font-family:StratosSkyeng,sans-serif;white-space:nowrap;animation:floatingButton_textIn .3s ease .15s both}@keyframes floatingButton_textIn{0%{opacity:0}to{opacity:1}}.floatingButton__close{width:46px;height:46px;flex-shrink:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;animation:floatingButton_closeIn .35s cubic-bezier(.34,1.56,.64,1) .2s both}.floatingButton__close:hover{opacity:.85}@keyframes floatingButton_closeIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.floatingButton__closeIcon{position:relative;display:block;width:18px;height:18px;font-size:0;line-height:1}.floatingButton__closeIcon:before,.floatingButton__closeIcon:after{content:"";position:absolute;left:50%;top:50%;width:18px;height:2px;margin-left:-9px;margin-top:-1px;background:#fff;border-radius:1px}.floatingButton__closeIcon:before{transform:rotate(45deg)}.floatingButton__closeIcon:after{transform:rotate(-45deg)}.floatingButton__close{position:relative}
