@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}html,body,#root{height:100%;margin:0;padding:0;overflow-x:hidden}@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}.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;justify-self:end;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__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:1320px){.header{height:110px;padding:0 40px}.header__inner{max-width:1200px}.header__logo{height:65px;width:160px}.header__searchBtn,.header__homeBtn{font-size:16px}.header__search{gap:8px}.header__searchIconContainer,.header__searchIcon,.header__searchIconGradient{width:16px;height:16px}.header__nav{gap:70px}}@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-content{position:absolute;width:780px;height:600px;right:0;top:70px;-webkit-user-select:none;user-select:none;object-fit:cover;z-index:1;overflow:visible}.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:290px;height:54px;background:transparent;outline:none;border:2px solid transparent;border-radius:100px;color:#fff;font-family:Sansation,sans-serif;font-size:24px;cursor:pointer;letter-spacing:2px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;transition:border-color .4s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden;z-index:1;box-sizing:border-box}.hero__button:before{content:"";position:absolute;inset:2px;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border-radius:98px;z-index:-1;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.hero__button:after{content:"";position:absolute;inset:0;background:transparent;border-radius:100px;z-index:-2}.hero__button:hover{border-color:#fff}.hero__button:hover:before{opacity:0}.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:1024px){.hero__right-content{width:500px;height:450px;right:-20px}.left-content__title{font-size:48px;line-height:60px}.left-content__description{font-size:22px}.hero__button{width:260px;height:42px;font-size:22px}}@media(max-width:768px){.hero{height:60vh;min-height:400px;padding:0 20px}.hero__wrapper{flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero__left-content{width:100%;padding:0;gap:32px;align-items:center;justify-content:center}.hero__right-content{display:none}.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:30px;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:480px){.hero{height:70vh;min-height:350px}.left-content__title{font-size:28px;line-height:36px}.left-content__description{font-size:16px}.hero__button{width:220px;height:38px;font-size:18px}}@media(max-width:768px)and (orientation:landscape){.hero{height:80vh;min-height:300px}.hero__left-content{gap:20px}.left-content__title{font-size:24px;line-height:30px}}.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:none;border:2px solid gray;color:#fff;padding-left:14px;padding-right:45px;font-size:20px;width:100%;transition:all .3s ease;font-family:StratosSemiLight}.studentSlider__search::placeholder{color:#fffc;font-size:20px;position:absolute;left:50%;transform:translate(-50%);white-space:nowrap;transition:all .3s ease}.studentSlider__inputWrapper{position:relative;width:200px}.studentSlider__searchIcon{position:absolute;right:22%;top:50%;transform:translateY(-50%);pointer-events:none;width:20px;height:20px}.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;min-height:360px;overflow:hidden}.studentSlider__list{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:35px;width:100%;overflow:hidden;position:relative}.studentSlider__listWrapper{display:flex;flex-direction:row;align-items:center;width:max-content;margin:0 auto;will-change:transform}.studentSlider__listWrapper.studentSlider__listWrapper_sliding-next{animation:listSlideFromRight .5s cubic-bezier(.25,.1,.25,1) forwards}.studentSlider__listWrapper.studentSlider__listWrapper_sliding-prev{animation:listSlideFromLeft .5s cubic-bezier(.25,.1,.25,1) forwards}@keyframes listSlideFromRight{0%{transform:translate(20%)}to{transform:translate(0)}}@keyframes listSlideFromLeft{0%{transform:translate(-20%)}to{transform:translate(0)}}.studentSlider__cardContainer{height:320px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transform:translateZ(0)}.studentSlider__cardContainer--hidden{visibility:hidden}.studentSlider__cardContainer.active{z-index:3;animation:cardBecomeActive .5s cubic-bezier(.25,.1,.25,1) forwards}.studentSlider__cardContainer:not(.active){animation:cardBecomeInactive .5s cubic-bezier(.25,.1,.25,1) forwards}@keyframes cardBecomeActive{0%{transform:translateZ(0) scale(.9);opacity:.85}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes cardBecomeInactive{0%{transform:translateZ(0) scale(1);opacity:1}to{transform:translateZ(0) scale(.9);opacity:.85}}.studentSlider__cardContainer.slide-in-left{animation:slideInLeft .35s cubic-bezier(.4,0,.2,1) forwards}.studentSlider__cardContainer.slide-in-right{animation:slideInRight .35s cubic-bezier(.4,0,.2,1) forwards}.studentSlider__cardContainer.slide-out-left{animation:slideOutLeft .35s cubic-bezier(.4,0,.2,1) forwards}.studentSlider__cardContainer.slide-out-right{animation:slideOutRight .35s cubic-bezier(.4,0,.2,1) forwards}@keyframes slideInLeft{0%{transform:translate(-100%) scale(.9)}to{transform:translate(0) scale(.9)}}@keyframes slideInRight{0%{transform:translate(100%) scale(.9)}to{transform:translate(0) scale(.9)}}@keyframes slideOutLeft{0%{transform:translate(0) scale(.9)}to{transform:translate(-100%) scale(.9)}}@keyframes slideOutRight{0%{transform:translate(0) scale(.9)}to{transform:translate(100%) scale(.9)}}.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:100%;max-width:1200px;border:1px solid #fff;border-radius:22px;margin:0 auto}.studentSlider__button{width:430px;max-width:90%;height:52px;background:transparent;border:2px solid transparent;border-radius:100px;color:#fff;font-family:Sansation,sans-serif;font-size:24px;cursor:pointer;letter-spacing:2px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;text-decoration:none;box-sizing:border-box;transition:border-color .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;overflow:hidden;z-index:5}.studentSlider__button>*{position:relative;z-index:1}.studentSlider__button:before{content:"";position:absolute;inset:2px;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border-radius:98px;z-index:-1;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.studentSlider__button:after{content:"";position:absolute;inset:0;background:transparent;border-radius:100px;z-index:-2}.studentSlider__button:hover{border-color:#fff}.studentSlider__button:hover:before{opacity:0}@media(max-width:1440px){.studentSlider{padding:0 40px}.studentSlider__content{max-width:1200px;padding:35px 40px}.studentSlider__listButton.desktop-only{display:none}.studentSlider__mobileControls{display:flex}}@media(max-width:1200px){.studentSlider{padding:0 40px}.studentSlider__content{max-width:1200px;padding:30px 35px;gap:28px}.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__list{gap:20px}.studentSlider__listButton{width:42px;height:42px}.studentSlider__button{width:380px;height:44px;font-size:22px}}@media(max-width:992px){.studentSlider{padding:0 40px}.studentSlider__content{max-width:1200px;padding:25px 30px;gap:24px;border-radius:28px}.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__list{gap:15px}.studentSlider__listButton{width:40px;height:40px}.studentSlider__button{width:320px;height:42px;font-size:20px;letter-spacing:1.5px}}@media(max-width:768px){.studentSlider{padding:0 40px}.studentSlider__content{max-width:1200px;padding:22px 25px;gap:22px}.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{gap:10px;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:10px;scroll-snap-type:x mandatory;scroll-behavior:smooth}.studentSlider__list::-webkit-scrollbar{display:none}.studentSlider__listWrapper{width:max-content;justify-content:flex-start;padding:10px;flex-shrink:0}.studentSlider__cardContainer.active{scroll-snap-align:center}.studentSlider__button{width:280px;height:40px;font-size:18px;letter-spacing:1px}}@media(max-width:600px){.studentSlider{padding:0 20px}.studentSlider__content{max-width:1200px;padding:20px;gap:20px;border-radius:24px}.studentSlider__content:before,.studentSlider__content:after{border-radius:24px}.studentSlider__content:after{border-radius:22px}}@media(max-width:576px){.studentSlider{padding:0 20px}.studentSlider__content{max-width:1200px;padding:20px;gap:20px;border-radius:24px}.studentSlider__container{min-height:260px}.studentSlider__content:before,.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{gap:5px;padding-bottom:8px}.studentSlider__listWrapper{padding:10px}.studentSlider__mobileControls{margin-top:15px}.studentSlider__mobileButton{width:40px;height:40px}.studentSlider__mobileButton img{width:18px;height:18px}.studentSlider__listInfo{width:100%}.studentSlider__button{width:250px;height:38px;font-size:16px;gap:8px;letter-spacing:.5px}}@media(max-width:480px){.studentSlider{padding:0 20px}.studentSlider__content{max-width:1200px;padding:18px 15px;gap:18px}.studentSlider__title{font-size:17px}.studentSlider__search:focus,.studentSlider__search.search-expanded{width:120px;padding-left:12px;padding-right:35px}.studentSlider__listWrapper{padding:10px}.studentSlider__mobileButton{width:38px;height:38px}.studentSlider__mobileButton img{width:16px;height:16px}.studentSlider__button{width:220px;height:36px;font-size:15px;padding:0 15px}}@media(max-width:400px){.studentSlider{padding:0 20px}.studentSlider__content{max-width:1200px;padding:15px 12px;gap:16px}.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__listWrapper{padding:10px}.studentSlider__mobileControls{gap:20px}.studentSlider__mobileButton{width:35px;height:35px}.studentSlider__mobileButton img{width:14px;height:14px}.studentSlider__listInfo{width:100%}.studentSlider__button{width:200px;height:34px;font-size:14px;letter-spacing:.5px}}@media(max-width:360px){.studentSlider{padding:0 20px}.studentSlider__content{max-width:1200px}.studentSlider__title{font-size:15px}.studentSlider__listWrapper{padding:10px}.studentSlider__mobileButton{width:32px;height:32px}.studentSlider__mobileButton img{width:12px;height:12px}.studentSlider__button{width:180px;height:32px;font-size:13px}}.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__courseIco{width:30px;height:100%;flex-shrink:0}.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,#ff0d000f,#ff0d002e,#ff0d0059),#fff}.student-slider-card__extraIco--designer{background:radial-gradient(circle at center,#c300ff0f,#c300ff2e,#c300ff59),#fff}.student-slider-card__extraIco--analyst{background:radial-gradient(circle at center,#0077ff0f,#0077ff2e,#0077ff59),#fff}.student-slider-card__extraIco img{width:12px;height:20px;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:400px;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;flex-shrink:0}.studentsCard__title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;font-family:StratosSemiLight;font-size:28px;font-weight:400;margin:0 0 8px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.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}.studentsCard__description{margin:0;height:fit-content}.studentsCard__description p{font-size:20px;line-height:1.5;margin:0;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}.course4{height:32px;flex-shrink:0}@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;gap:10px}.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}.course4{height:28px}}@media(max-width:992px){.studentsCard{height:350px;border-radius:20px}.studentsCard__image{width:200px;border-radius:15px}.studentsCard__title{font-size:22px;gap:8px}.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}.course4{height:26px}}@media(max-width:768px){.studentsCard{flex-direction:column;height:auto;min-height:320px;padding:20px;gap:20px}.studentsCard__image{width:120px!important;height:120px!important;border-radius:15px;align-self:flex-start}.studentsCard__content{padding:0;gap:20px;width:100%}.studentsCard__header{display:flex;flex-direction:column;gap:8px;margin:0}.studentsCard__title{font-size:22px;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}.studentsCard__description{margin:0}.studentsCard__description p{font-size:16px;white-space:normal}.studentsCard__button{width:200px;height:42px;font-size:18px;align-self:flex-start;margin-top:auto}.read-more-link{font-size:16px}.course4{height:24px}}@media(max-width:480px){.studentsCard{flex-direction:row!important;height:380px;min-height:360px;padding:15px;gap:15px;align-items:stretch}.studentsCard__image{width:140px!important;height:100%!important;border-radius:15px}.studentsCard__content{flex:1;padding:10px 0 0 15px;gap:20px;min-width:0}.studentsCard__header{margin:0}.studentsCard__title{font-size:18px;gap:6px}.studentsCard__subtitle{font-size:14px}.studentsCard__skills{gap:6px;flex-wrap:wrap;max-height:45px;overflow:hidden}.skill-tag{font-size:12px;padding:3px 6px;height:20px}.studentsCard__description p{font-size:14px;line-height:1.4}.studentsCard__button{width:100%;height:38px;font-size:12px;margin-top:auto}.read-more-link{font-size:14px}}@media(max-width:400px){.studentsCard{height:340px;padding:12px;gap:12px}.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{height:320px}.studentsCard__image{width:110px!important}.studentsCard__skills{max-height:36px}.skill-tag{font-size:10px;padding:2px 4px;height:16px}.studentsCard__button{height:34px;font-size:10px}.read-more-link{font-size:12px}}@media(max-width:320px){.studentsCard__button{font-size:8px}}.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 button{background:none;color:#fff;border:none;font-size:20px;cursor:pointer;font-family:StratosSemiLight}.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 button{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__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:40px}.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:flex;flex-direction:row;gap:20px;width:100%;overflow-x:auto;padding:20px 0;scrollbar-width:none;-ms-overflow-style:none}.benefits__cards::-webkit-scrollbar{display:none}.benefits__card{flex:0 0 auto;width:600px;height:300px;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}.benefits__card span{font-family:StratosSemiLight;font-size:18px;width:70%}.benefits__card__img{position:absolute;right: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;margin-bottom:30px}.benefits__cards{flex-direction:column;gap:16px;overflow-x:visible}.benefits__card{width:100%;height:280px;padding:20px}.benefits__card-title{font-size:22px}.benefits__card span{font-size:16px}.benefits__card__purple img{width:200px;height:230px}.benefits__card__green img{width:210px;height:210px}.benefits__card__blue img{width:200px;height:230px}.benefits__card__orange img{width:210px;height:210px}.benefits__card__purple img{right:-10%}.benefits__card__green img{top:5%;right:-15%;transform:rotate(0)}.benefits__card__blue img{right:-12%}.benefits__card__orange img{right:-10%;transform:rotate(34deg)}}@media(max-width:600px){.benefits{padding:60px 20px}.benefits__wrapper{max-width:1200px}}@media(max-width:480px){.benefits{padding:60px 20px}.benefits__wrapper{max-width:1200px}.benefits__title{font-size:20px}.benefits__card{height:260px;padding:18px}.benefits__card-title{font-size:20px}.benefits__card span{font-size:15px;width:75%}.benefits__card__purple img{width:180px;height:210px;bottom:-5%;right:-12%}.benefits__card__green img{width:180px;height:180px;right:-18%}.benefits__card__blue img{width:180px;height:210px;right:-15%}.benefits__card__orange img{width:190px;height:190px;right:-15%}}.projects{width:100%;background:#000;display:flex;justify-content:center;align-items:flex-start;padding:48px 40px;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{padding:48px 40px}.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:30px 40px;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__expanded{height:auto;min-height:auto}.card__content{padding:20px;gap:0;overflow:hidden;height:100%}.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:8px}.card__dot{width:10px;height:10px;background-color:#fff9}.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:30px 20px}.projects__wrapper{max-width:100%}}@media(max-width:480px){.projects{padding:30px 20px}.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{padding:30px 20px}.projects__wrapper{max-width:100%}.card{height:80px;min-height:80px}.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:120px 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:32px;padding:30px 72px}.banner__title{color:#fff;font-family:Sansation;font-size:32px;font-weight:500;line-height:1.2;margin:0}.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;background:transparent;outline:none;border:2px solid transparent;border-radius:100px;color:#fff;font-family:Sansation,sans-serif;font-size:24px;cursor:pointer;letter-spacing:2px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;margin-top:10px;position:relative;transition:border-color .4s cubic-bezier(.4,0,.2,1);overflow:hidden;z-index:1;box-sizing:border-box}.banner__button:before{content:"";position:absolute;height:45px;inset:2px;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border-radius:98px;z-index:-1;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.banner__button:after{content:"";position:absolute;inset:0;background:transparent;border-radius:100px;z-index:-2}.banner__button:hover{border-color:#fff}.banner__button:hover:before{opacity:0}.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:886px){.banner__content{flex-direction:column;align-items:center;padding-right:0;padding-top:0}.banner__wrapper{height:570px}.banner__img{height:200px}.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: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;transition:all .3s ease;letter-spacing:1px;margin-left:auto;position:relative;font-family:StratosSemiLight}.studentsList__filter:hover{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff)}.studentsList__filter.has-filters{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border-color:transparent}.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}@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__cardsWrapper{min-height:500px;margin-top:30px}}@media(max-width:600px){.studentsList-section{padding:30px 20px}.studentsList{padding:20px 25px}.studentsList__search-wrapper.expanded{left:25px;right:25px}.studentsList__filter.expanded{right:25px}}@media(max-width:480px){.studentsList-section{padding:30px 20px}.studentsList{max-width:1200px;padding:20px}.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-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}@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:#fff;font-size:18px;font-weight:600;margin-bottom:16px;font-family:StratosSemiLight}.course-buttons{display:flex;gap:12px;flex-wrap:wrap}.course-btn{flex:1;min-width:60px;padding:12px;border:1px solid white;border-radius:5px;background-color:transparent;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;font-family:StratosSemiLight}.course-btn:hover{background-color:#ffffff1a}.course-btn.active{background-color:#fff;color:#000}.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:#fff;font-size:16px;-webkit-user-select:none;user-select:none;font-family:StratosSemiLight}.specialty-select{position:relative;width:100%}.specialty-btn{width:100%;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);color:#fff;border:none;padding:16px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;text-align:left;position:relative;transition:transform .2s;outline:none;font-family:StratosSemiLight}.specialty-btn:focus{outline:2px solid rgba(62,142,255,.5)}.specialty-btn:hover{transform:translateY(-1px)}.specialty-btn:after{content:"▼";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:12px;transition:transform .3s}.specialty-btn.active:after{transform:translateY(-50%) rotate(180deg)}.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}.action-btn{flex:1;padding:16px;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;border:none;transition:all .2s;font-family:StratosSemiLight}.apply-btn{background-image:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);color:#fff}.apply-btn:hover{transform:translateY(-2px);opacity:.9}.reset-btn{background-color:transparent;color:#fff;border:2px solid #fff}.reset-btn:hover{background-color:#ffffff1a;transform:translateY(-2px)}@media(max-width:768px){.filters-overlay{align-items:flex-end}.filters-container{max-height:70vh;border-radius:20px 20px 0 0}}@media(max-width:480px){.filters-container{padding:20px;max-height:75vh}.course-buttons{gap:8px}.course-btn{min-width:50px;padding:10px;font-size:14px}.section-title{font-size:16px}.action-buttons{gap:12px}.action-btn{padding:14px;font-size:14px}}.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__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;min-height:200px}.StudentResume__person{display:flex;flex-direction:row;align-items:flex-end;gap:35px;flex:1}.StudentResume__personFace{width:340px;position:relative;flex-shrink:0;align-self:flex-start}.StudentResume__personFace img{width:300px;height:300px;border-radius:22px;border:2px solid #fff;position:absolute;top:-133px;object-fit:cover}.StudentResume__personName{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{display:flex;flex-direction:column;align-items:flex-end;color:gray;font-size:24px;gap:22px;margin-top:20px;font-family:StratosSemiLight;flex-shrink:0}.StudentResume__sendBid{width:320px;height:52px;background:transparent;outline:none;border:2px solid transparent;border-radius:100px;color:#fff;font-family:Sansation,sans-serif;font-size:26px;cursor:pointer;letter-spacing:2px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;transition:border-color .4s cubic-bezier(.4,0,.2,1);text-decoration:none;position:relative;overflow:hidden;z-index:1;box-sizing:border-box}.StudentResume__sendBid:before{content:"";position:absolute;inset:2px;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border-radius:98px;z-index:-1;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.StudentResume__sendBid:after{content:"";position:absolute;inset:0;background:transparent;border-radius:100px;z-index:-2}.StudentResume__sendBid:hover{border-color:#fff}.StudentResume__sendBid:hover:before{opacity:0}.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:center;padding:18px}.StudentResume__portfolioTitle{color:#000;font-size:30px;margin:0;font-family:StratosSemiLight}.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}.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:2px solid #fff;border-radius:25px}.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:center;white-space:nowrap}.StudentResume__educationYears span{display:flex;flex-direction:column;gap:5px}.StudentResume__educationVerticalLine{width:2px;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-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}.StudentResume__experienceItem{display:flex;margin-bottom:40px;position:relative;flex-direction:column}.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__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:280px;height:280px;top:-124px}.StudentResume__personName{margin-top:0}.StudentResume__personName h2{font-size:36px}.StudentResume__personName p{font-size:24px}.StudentResume__flexInfo{align-items:center;flex-direction:row;justify-content:space-between;gap:20px;margin-top:10px;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:141px;justify-content:center}.StudentResume__personFace img{width:250px;height:250px}.StudentResume__personName{width:100%;text-align:left;align-self:flex-start}.StudentResume__personName h2{font-size:30px}.StudentResume__personName p{font-size:22px}.StudentResume__personName .StudentResume__sendBid{display:none}.StudentResume__sendBid{width:100%;max-width:280px;height:48px;font-size:18px}.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:2px;margin:0 15px;min-height:0}.StudentResume__experienceTimeline{flex-direction:row;margin-right:0;margin-bottom:15px;align-items:center;min-width:auto}}@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:220px;height:220px}.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{background:url(/assets/radialBluePurpleGradient-BRaeHPN1.png) no-repeat center center;background-size:cover;border-radius:20px;padding:66px 165px;width:50%;min-width:300px;max-width:800px;max-height:90vh;overflow-y:auto;position:relative;animation:slideIn .3s ease-in-out;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.applicationForm__close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff;font-size:40px;cursor:pointer;line-height:1;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:opacity .3s;font-weight:200;font-family:StratosSkyeng,sans-serif}.applicationForm__close:hover{opacity:.7}.applicationForm__info{background:transparent;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__success{text-align:center;color:#fff;font-family:StratosSkyeng,sans-serif}.applicationForm__success h3{color:#bdf7ff;font-size:28px;margin-bottom:20px;font-weight:500}.applicationForm__success p{font-size:18px;margin-bottom:15px;line-height:1.5}.applicationForm__telegram-section{background:#ffffff1a;border-radius:10px;padding:20px;margin:25px 0;border:1px solid rgba(255,255,255,.2)}.applicationForm__telegram-title{color:#bdf7ff;font-size:20px;margin-bottom:10px;font-weight:500}.applicationForm__telegram-link{display:block;background:#fff;color:#4655ff;padding:12px 20px;border-radius:8px;text-decoration:none;font-size:16px;word-break:break-all;margin:10px 0;border:2px solid transparent;transition:all .3s;font-family:monospace}.applicationForm__telegram-link:hover{background:#f0f0ff;border-color:#4655ff;transform:translateY(-2px)}.applicationForm__telegram-hint{font-size:14px;color:#bdf7ff;margin-top:10px;opacity:.8}.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:StratosSkyeng,sans-serif;font-weight:300}.applicationForm__field input{background:#e9e9e9;border:1px solid #e0e0e0;border-radius:100px;padding:12px 32px;color:#666;font-size:24px;font-family:StratosSkyeng,sans-serif;transition:border-color .3s;resize:vertical}.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__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;padding:8px 20px 8px 24px;cursor:pointer;transition:all .3s;margin-top:10px;display:flex;align-items:center;gap:8px;min-width:200px}.applicationForm__submit:hover:not(:disabled){background:#ffffff1a}.applicationForm__submit:disabled{opacity:.6;cursor:not-allowed}.applicationForm__submit-icon{width:60%;height:60%;position:relative}.applicationForm__sunIcon{position:absolute;top:-85px;left:-85px}.applicationForm__cloudMailIcon{position:absolute;bottom:-20px;right:-72px}@media(max-width:1650px){.applicationForm__content{width:100%}}@media(max-height:888px){.applicationForm__content{max-height:100vh}.applicationForm__form{gap:5px}.applicationForm__info{margin-bottom:10px}.applicationForm__field{font-size:22px;padding-top:8px 30px}}@media(max-width:992px){.applicationForm__content{width:80%;padding:50px 80px}.applicationForm__sunIcon{position:absolute;top:-95px;left:-95px}.applicationForm__cloudMailIcon{position:absolute;bottom:-30px;right:-82px}.applicationForm__success h3{font-size:24px}.applicationForm__success p{font-size:16px}.applicationForm__telegram-title{font-size:18px}.applicationForm__telegram-link{font-size:14px;padding:10px 16px}}@media(max-width:768px){.applicationForm__content{width:85%;padding:40px 50px;justify-content:flex-start}.applicationForm__close{top:15px;right:15px;font-size:36px;width:36px;height:36px}.applicationForm__info{padding:16px 20px 16px 50px}.applicationForm__info-icon{left:15px;top:18px;width:20px;height:20px}.applicationForm__field label{font-size:20px}.applicationForm__submit{padding:8px 16px 8px 20px}.applicationForm__sunIcon{position:absolute;top:-105px;left:-115px}.applicationForm__cloudMailIcon{position:absolute;bottom:-50px;right:-82px}}@media(max-width:576px){.applicationForm__content{width:95%;padding:30px;border-radius:15px}.applicationForm__overlay{padding:15px}.applicationForm__close{top:12px;right:12px;font-size:32px;width:32px;height:32px}.applicationForm__field label{font-size:18px}.applicationForm__info{padding:14px 16px 14px 45px;font-size:14px;margin-bottom:20px}.applicationForm__info-icon{left:12px;top:16px;width:18px;height:18px}.applicationForm__success h3{font-size:20px}.applicationForm__success p{font-size:14px}.applicationForm__telegram-section{padding:15px;margin:20px 0}.applicationForm__telegram-title{font-size:16px}.applicationForm__telegram-link{font-size:12px;padding:8px 12px}.applicationForm__telegram-hint{font-size:12px}.applicationForm__form{gap:16px}.applicationForm__field input{padding:10px 14px;font-size:14px}.applicationForm__submit{padding:8px 14px 8px 16px;gap:6px}.applicationForm__sunIcon{position:absolute;top:-125px;left:-115px}.applicationForm__cloudMailIcon{position:absolute;bottom:-80px;right:-82px}}@media(max-width:375px){.applicationForm__content{width:95%;padding:25px 20px;border-radius:12px}.applicationForm__overlay{padding:10px}.applicationForm__close{top:10px;right:10px;font-size:28px;width:28px;height:28px}.applicationForm__field label{font-size:16px}.applicationForm__info{padding:12px 14px 12px 40px;font-size:13px;margin-bottom:15px}.applicationForm__info-icon{left:10px;top:14px;width:16px;height:16px}.applicationForm__submit{padding:6px 12px 6px 14px;gap:4px}.applicationForm__submit-icon{width:40%;height:40%}}.loginModal__overlay{position:fixed;inset:0;background:#000c;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .3s ease-in-out}.loginModal__content{background:#1a1a1a;border:2px solid #fff;border-radius:20px;padding:40px;max-width:400px;width:90%;position:relative;animation:slideIn .3s ease-in-out}.loginModal__close{position:absolute;top:15px;right:15px;background:transparent;border:none;color:#fff;font-size:32px;cursor:pointer;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:opacity .3s}.loginModal__close:hover{opacity:.7}.loginModal__title{color:#fff;font-size:32px;margin:0 0 30px;text-align:center;font-family:Sansation,sans-serif}.loginModal__form{display:flex;flex-direction:column;gap:20px}.loginModal__field{display:flex;flex-direction:column;gap:8px}.loginModal__field label{color:#fff;font-size:18px;font-family:StratosSkyeng,sans-serif}.loginModal__field input{background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:10px;padding:12px 16px;color:#fff;font-size:16px;font-family:StratosSkyeng,sans-serif;transition:border-color .3s}.loginModal__field input:focus{outline:none;border-color:#4655ff}.loginModal__field input:disabled{opacity:.6;cursor:not-allowed}.loginModal__error{color:#e95a57;font-size:14px;text-align:center;padding:10px;background:#e95a571a;border-radius:8px;font-family:StratosSkyeng,sans-serif}.loginModal__submit{background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border:none;border-radius:100px;color:#fff;font-family:Sansation,sans-serif;font-size:20px;padding:14px 28px;cursor:pointer;transition:transform .3s;margin-top:10px}.loginModal__submit:hover:not(:disabled){transform:scale(1.05)}.loginModal__submit:disabled{opacity:.6;cursor:not-allowed}@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:768px){.loginModal__content{padding:30px 20px}.loginModal__title{font-size:28px}}.floatingButton{position:fixed;bottom:30px;right:50px;width:60px;height:60px;border-radius:50%;background:linear-gradient(90deg,#e95a57,#e53bcf,#3e8eff);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #e95a5766;transition:transform .3s,box-shadow .3s;z-index:9999}.floatingButton:hover{transform:scale(1.1);box-shadow:0 6px 25px #e95a5799}.floatingButton:active{transform:scale(.95)}.floatingButton__icon{font-size:28px;color:#fff;line-height:1}@media(max-width:768px){.floatingButton{width:50px;height:50px;bottom:20px;right:20px}.floatingButton__icon{font-size:24px}}
