@import"https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;800;900&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:inherit}html{box-sizing:border-box;font-size:62.5%}body{font-family:Open Sans,sans-serif;font-weight:400;line-height:1.6;color:#3b44f6;background-color:#1e1d2c;background-size:cover}.container{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:[header-start] 7rem [header-end slider-start] 70rem [slider-end stream-preview-start] auto [stream-preview-end footer-start] 30rem [footer-end]}@media only screen and (min-width: 93.76em) and (max-width: 112.4em){.container{grid-template-rows:[header-start] 7rem [header-end slider-start] 65rem [slider-end stream-preview-start] auto [stream-preview-end footer-start] 30rem [footer-end]}}@media only screen and (max-width: 93.75em){.container{grid-template-rows:[header-start] 7rem [header-end slider-start] 60rem [slider-end stream-preview-start] auto [stream-preview-end footer-start] 30rem [footer-end]}}@media only screen and (max-width: 75em){.container{grid-template-columns:repeat(5,1fr);grid-template-rows:[header-start] 7rem [header-end slider-start] 50rem [slider-end stream-preview-start] auto [stream-preview-end footer-start] 30rem [footer-end]}}@media only screen and (max-width: 56.25em){.container{grid-template-columns:repeat(5,1fr);grid-template-rows:[header-start] 7rem [header-end slider-start] 0 [slider-end stream-preview-start] auto [stream-preview-end footer-start] 30rem [footer-end]}}@media only screen and (max-width: 37.5em){.container{grid-template-columns:repeat(5,1fr);grid-template-rows:[header-start] 7rem [header-end slider-start] 0 [slider-end stream-preview-start] auto [stream-preview-end footer-start] 30rem [footer-end]}}.listing-mode{display:inline-flex;align-items:center;gap:1.1rem;height:5rem}.listing-mode__label{border:none;background:transparent;padding:0;font-family:Nunito,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.72;letter-spacing:.016rem;color:#ffffffe6;cursor:pointer;opacity:.8;transition:opacity .2s ease}.listing-mode__label--active{opacity:1}.listing-mode__switch{width:9.4rem;height:3.9rem;border:none;border-radius:9rem;padding:.5rem;background:#1f2142;position:relative;cursor:pointer;display:inline-flex;align-items:center}.listing-mode__thumb{width:3rem;height:3rem;border-radius:50%;background:#4b038b;transform:translate(0);transition:transform .22s ease}.listing-mode__thumb--right{transform:translate(5rem)}.featured{grid-column:1/-1;grid-row:featured-start/featured-end;background-color:#191825;display:grid;grid-template-columns:1fr;grid-template-rows:14rem 1fr}.featured__heading-1{grid-column:1/-1;grid-rows:1/2;display:flex;flex-direction:row;justify-content:center;align-items:center;font-family:Nunito,sans-serif;text-transform:uppercase;letter-spacing:.05rem;font-size:3rem}.featured__showcase{grid-column:1/-1;grid-rows:2/3;display:flex;flex-wrap:wrap;justify-content:center;gap:5rem}.featured__showcase__card{margin-top:2rem;width:30rem;height:40rem;background-color:#232235;border:none;border-radius:1rem;overflow:hidden;cursor:pointer;position:relative;display:flex;flex-direction:column;transition:all .3s ease-in-out;transform:scale(1)}.featured__showcase__card:hover{background-color:#37269d;transform:scale(1.1)}.featured__showcase__card:active{transform:scale(.98)}.featured__showcase__card__shopping{position:absolute;bottom:0;right:0;background-color:#2c36f5;width:4rem;height:4rem;border-radius:1rem;display:flex;justify-content:center;align-items:center}.featured__showcase__card__shopping__basket-icon{width:2rem;height:2rem;color:#fff}.featured__showcase__card__logo{width:8rem;height:8rem;position:absolute;top:10rem;left:1rem}.featured__showcase__card__hero{order:1}.featured__showcase__card__hero__img{height:100%;width:100%}.featured__showcase__card__content{order:2;display:flex;flex-direction:column;flex-wrap:wrap;gap:1rem;padding-left:2rem;padding-top:2rem;font-family:Nunito,sans-serif;letter-spacing:.05rem;position:relative}.featured__showcase__card__content__title{order:1;font-size:2.1rem;color:#fff;text-transform:capitalize}.featured__showcase__card__content__lore{order:2;font-size:1rem;color:#bfbfbf;-webkit-user-select:none;user-select:none}.featured__showcase__card__content__hashtags{order:3;position:absolute;bottom:1.5rem;left:2rem;display:flex}.featured__showcase__card__content__hashtags__btn{width:7rem;height:2.7rem;border:none;color:#454df6;background-color:#1e1d2c;text-transform:uppercase;font-size:1.1vh;letter-spacing:.01rem;margin-right:1rem;border-radius:1rem;font-weight:700}.footer{grid-column:1/-1;grid-row:4/-1;display:flex;flex-direction:column;overflow:hidden}.footer__content{order:1;height:70%;background:linear-gradient(to bottom,#1e1d2c 100%,#232235 15%,#1e1d2c);display:flex;flex-direction:row;flex-wrap:wrap}.footer__content__logo{order:1;width:40%;position:relative}.footer__content__logo__img{width:32rem;height:7rem;position:absolute;top:1.5rem}.footer__content__kvkk{order:2;width:60%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-start;padding-top:3rem;padding-right:6rem;gap:5rem;font-family:Montserrat,sans-serif}.footer__content__kvkk__heading-1{font-weight:300;font-size:2rem}.footer__content__kvkk__heading-3{font-weight:100;font-size:1rem;color:#ccc}.footer__content__kvkk__heading-3:hover{color:#4f57f7;cursor:pointer;transform:scale(1.1)}.footer__content__kvkk__heading-3:active{transform:scale(.98)}.footer__content__kvkk>*{display:flex;flex-direction:column;justify-content:center;align-content:center;gap:1rem;position:relative}.footer__content__kvkk>*>*:first-child{justify-self:flex-start;align-self:flex-start}.footer__media{order:2;height:20%;display:flex;justify-content:flex-end;align-items:center;padding-right:6rem}.footer__media__img{height:3rem;width:3rem;fill:#3b44f6;cursor:pointer}.footer__media__img:hover{transform:scale(1.1)}.footer__media__img:active{transform:scale(.98)}.footer__bottom{order:3;height:3.5rem;background-color:#232235;display:flex;flex-direction:row;flex-wrap:wrap;padding:.5rem 1rem;justify-content:space-between}.footer__bottom__copyright{color:#999;display:flex;flex-wrap:wrap;align-items:center;padding-bottom:2rem;padding-left:1rem}.footer__bottom__copyright__img{width:1rem;height:1rem}.footer__bottom__copyright__text{font-family:Roboto,sans-serif;font-size:1rem;letter-spacing:.01rem}.footer__bottom__iyzico{height:3rem;width:3rem;margin-bottom:2rem;margin-right:6rem}.header{grid-column:1/-1;grid-row:1/2;font-size:1.4rem;height:7rem;background-color:#1b1616;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;left:0;width:100%;z-index:1000}.header__brand{display:flex;align-items:center;height:100%;gap:1.5rem;margin-left:2rem}.header__sidebar-button{width:4rem;height:4rem;border:none;border-radius:.6rem;background-color:#1e1d2d;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.header__sidebar-button img{width:2rem;height:2rem;object-fit:contain}.header__sidebar-button:hover{background-color:#232235}.wlc-logo{height:80%;transition:none}.search{flex:0 0 40%;height:4.1rem;max-width:51.1rem;display:flex;align-items:center;position:relative;background-color:#232235;border-radius:50px;padding:0 2rem 0 4.8rem}.search__input{font-family:inherit;font-size:inherit;background-color:transparent;border:none;width:100%;height:100%;transition:all .2s;color:#fff}.search__input:focus{outline:none}.search__input::placeholder{font-weight:100;color:#ffffff80}.search__icon{position:absolute;left:2.4rem;height:2rem;width:2rem;fill:#ffffff80;background-color:transparent;pointer-events:none}.user-nav{display:flex;align-self:stretch;align-items:center}.user-nav>*{padding:0 2rem;cursor:pointer;height:100%;display:flex;align-items:center}.user-nav__icon{height:2.25rem;width:2.25rem;fill:#3b44f6}.user-nav--unauthenticated{margin-right:2rem}.user-nav--unauthenticated>*{padding:0 .5rem}.user-nav--unauthenticated .user-nav__icon-box{margin:.6rem .3rem;position:relative}.user-nav--unauthenticated .user-nav__icon-box:hover,.user-nav--unauthenticated .user-nav__icon-box:active{transition:background .2s}.user-nav--unauthenticated .user-nav__icon-box:hover .user-nav__notification,.user-nav--unauthenticated .user-nav__icon-box:active .user-nav__notification{color:#fff}.user-nav--unauthenticated .user-nav__icon-box:first-of-type .user-nav__notification{color:#ffffff4d;transition:color .2s}.user-nav--unauthenticated .user-nav__icon-box:first-of-type:hover .user-nav__notification,.user-nav--unauthenticated .user-nav__icon-box:first-of-type:active .user-nav__notification{color:#fff}.user-nav--unauthenticated .user-nav__icon-box--dropdown{display:flex;align-items:center;gap:.5rem}.user-nav--unauthenticated .user-nav__icon-box--dropdown:hover,.user-nav--unauthenticated .user-nav__icon-box--dropdown:active{transition:background .2s}.user-nav--unauthenticated .user-nav__icon-box--dropdown:hover .user-nav__dropdown-icon,.user-nav--unauthenticated .user-nav__icon-box--dropdown:active .user-nav__dropdown-icon{fill:#fff}.user-nav--unauthenticated .user-nav__icon-box--dropdown:hover .user-nav__notification--dropdown,.user-nav--unauthenticated .user-nav__icon-box--dropdown:active .user-nav__notification--dropdown{color:#fff}.user-nav--unauthenticated .user-nav__dropdown-icon{width:1.5rem;height:1.5rem;fill:#ffffff4d;transition:all .2s;flex-shrink:0}.user-nav--unauthenticated .user-nav__notification--dropdown{color:#ffffff4d;transition:color .2s}.user-nav--unauthenticated .user-nav__button-box{margin:0 .3rem;padding:0}.user-nav--unauthenticated .user-nav__button{font-size:1.4rem;font-weight:700;cursor:pointer;padding:.9rem 2.4rem;border-radius:16rem;transition:all .2s;min-width:16rem;height:4rem;display:flex;align-items:center;justify-content:center;gap:.8rem;font-family:inherit}.user-nav--unauthenticated .user-nav__button--login{border:1px solid #3B44F6;background-color:transparent;color:#3b44f6}.user-nav--unauthenticated .user-nav__button--login .user-nav__button-icon{width:2.2rem;height:2.2rem;filter:brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(2739%) hue-rotate(228deg) brightness(98%) contrast(95%)}.user-nav--unauthenticated .user-nav__button--login:hover{background-color:#3b44f6;color:#fff}.user-nav--unauthenticated .user-nav__button--login:hover .user-nav__button-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(324deg) brightness(104%) contrast(104%)}.user-nav--unauthenticated .user-nav__button--register{border:1px solid #3B44F6;background-color:transparent;color:#3b44f6}.user-nav--unauthenticated .user-nav__button--register .user-nav__button-icon{width:2.4rem;height:2.4rem;filter:brightness(0) saturate(100%) invert(31%) sepia(98%) saturate(2739%) hue-rotate(228deg) brightness(98%) contrast(95%)}.user-nav--unauthenticated .user-nav__button--register:hover{background-color:#3b44f6;color:#fff}.user-nav--unauthenticated .user-nav__button--register:hover .user-nav__button-icon{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(324deg) brightness(104%) contrast(104%)}.user-nav--authenticated>*{padding:0 .5rem}.user-nav--authenticated .user-nav__icon-box--action{margin:.6rem .3rem;position:relative}.user-nav--authenticated .user-nav__icon-box--action .user-nav__notification{display:none}.user-nav--authenticated .user-nav__icon-box--action .user-nav__icon{fill:#ffffff4d;transition:fill .2s}.user-nav--authenticated .user-nav__icon-box--action:hover,.user-nav--authenticated .user-nav__icon-box--action:active{transition:background .2s;color:#fff}.user-nav--authenticated .user-nav__icon-box--action:hover .user-nav__icon,.user-nav--authenticated .user-nav__icon-box--action:active .user-nav__icon{fill:#fff;transition:fill .2s;transform:scale(1.2)}.user-nav--authenticated .user-nav__icon-box--profile-text{margin:.6rem .3rem;position:relative}.user-nav--authenticated .user-nav__icon-box--profile-text .user-nav__notification{color:#ffffff4d}.user-nav--authenticated .user-nav__icon-box--profile-text:hover,.user-nav--authenticated .user-nav__icon-box--profile-text:active{transition:background .2s}.user-nav--authenticated .user-nav__icon-box--profile-text:hover .user-nav__notification,.user-nav--authenticated .user-nav__icon-box--profile-text:active .user-nav__notification{color:#fff;transition:color .2s}.user-nav--authenticated .user-nav__icon-box--dropdown{margin:.6rem .3rem;position:relative;display:flex;align-items:center;gap:.5rem}.user-nav--authenticated .user-nav__icon-box--dropdown:hover,.user-nav--authenticated .user-nav__icon-box--dropdown:active{transition:background .2s}.user-nav--authenticated .user-nav__icon-box--dropdown:hover .user-nav__dropdown-icon,.user-nav--authenticated .user-nav__icon-box--dropdown:active .user-nav__dropdown-icon{fill:#fff}.user-nav--authenticated .user-nav__icon-box--dropdown:hover .user-nav__notification--dropdown,.user-nav--authenticated .user-nav__icon-box--dropdown:active .user-nav__notification--dropdown{color:#fff}.user-nav--authenticated .user-nav__dropdown-icon{width:1.5rem;height:1.5rem;fill:#ffffff4d;transition:all .2s;flex-shrink:0}.user-nav--authenticated .user-nav__notification--dropdown{color:#ffffff4d;transition:color .2s}.user-nav--authenticated .user-nav__icon-box:first-of-type .user-nav__notification{color:#ffffff4d;transition:color .2s}.user-nav--authenticated .user-nav__icon-box:first-of-type:hover .user-nav__notification,.user-nav--authenticated .user-nav__icon-box:first-of-type:active .user-nav__notification{color:#fff}.user-nav--authenticated .user-nav__profile-section{position:relative;display:flex;align-items:center;gap:.8rem;padding:0 .5rem;cursor:pointer;height:100%;margin-right:2rem}.user-nav--authenticated .user-nav__profile-section .user-nav__notification{color:#ffffff4d;transition:color .2s}.user-nav--authenticated .user-nav__profile-section:hover .user-nav__notification{color:#fff}.user-nav--authenticated .user-nav__profile-section:hover .user-nav__profile-img{transform:scale(1.1);box-shadow:0 0 15px #3b44f666}.user-nav--authenticated .user-nav__dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background-color:#271f1f;border-radius:1.6rem;min-width:20rem;z-index:1001;box-shadow:0 4px 12px #0000004d}.user-nav--authenticated .user-nav__dropdown-arrow{position:absolute;top:-.8rem;right:2rem;width:0;height:0;border-left:.8rem solid transparent;border-right:.8rem solid transparent;border-bottom:.8rem solid #271F1F}.user-nav--authenticated .user-nav__dropdown-menu{padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.user-nav--authenticated .user-nav__dropdown-item{display:flex;align-items:center;gap:1.9rem;text-decoration:none;transition:all .2s;padding:.2rem 0;line-height:1}.user-nav--authenticated .user-nav__dropdown-item:hover{opacity:1}.user-nav--authenticated .user-nav__dropdown-item:hover .user-nav__dropdown-icon{fill:#fff}.user-nav--authenticated .user-nav__dropdown-item:hover span{color:#fff}.user-nav--authenticated .user-nav__dropdown-item span{font-size:1.4rem;font-weight:700;color:#ffffff26;transition:color .2s;line-height:2rem}.user-nav--authenticated .user-nav__dropdown-icon{width:2rem;height:2rem;min-width:2rem;min-height:2rem;fill:#ffffff26;flex-shrink:0;transition:fill .2s;object-fit:contain;object-position:center}.user-nav--authenticated .user-nav__profile{position:relative;display:flex;align-items:center;cursor:pointer;transition:all .2s;flex-shrink:0}.user-nav--authenticated .user-nav__profile-img{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #3B44F6;flex-shrink:0;transition:transform .2s,box-shadow .2s}.user-nav--authenticated .user-nav__profile-svg{width:2.4rem;height:2.4rem;fill:#fff}.user-nav--authenticated .user-nav__profile-dropdown{position:absolute;bottom:-.3rem;right:-.3rem;width:1.3rem;height:1.3rem;fill:#fff;background-color:#1b1616;border-radius:50%;border:2px solid #1B1616}@media only screen and (max-width: 56.25em){.header__sidebar-button{display:none}}.slider-wrapper{grid-column:1/-1;grid-row:2/3;position:relative;width:100%;margin:0 auto}.slider-wrapper .slider-nav{display:flex;column-gap:1rem;position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:50}.slider-wrapper .slider-nav button{width:5rem;height:.8rem;border-radius:1.5rem;background-color:#999;cursor:pointer;opacity:.75;transition:opacity ease .25s;border:none;padding:0}.slider-wrapper .slider-nav button:hover{background-color:#fff}.slider-wrapper .slider-nav button.active{opacity:1;background-color:#fff}.slider-wrapper .slider{display:flex;height:100%;width:100%;overflow-x:auto;scroll-behavior:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;box-shadow:0 1.5rem 3rem -.75rem #00000040;-ms-overflow-style:none;scrollbar-width:none}.slider-wrapper .slider::-webkit-scrollbar{height:0;background:transparent;display:none}.slider-wrapper .slider .slide-type-1{flex:1 0 100%;box-sizing:border-box;scroll-snap-align:start;scroll-snap-stop:always;padding:0 1.5rem;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;overflow:hidden;position:relative}.slider-wrapper .slider .slide-type-1__content{height:100%;width:100%;order:1;flex:3 0 0;align-self:flex-start;display:flex;flex-direction:column;justify-content:center;align-content:center;flex-wrap:wrap;position:relative}.slider-wrapper .slider .slide-type-1__content__splash-effect{height:100%;width:100%;position:absolute;z-index:1}@media only screen and (min-width: 112.5em){.slider-wrapper .slider .slide-type-1__content__splash-effect{height:110%;width:125%}}@media only screen and (min-width: 93.76em) and (max-width: 112.4em){.slider-wrapper .slider .slide-type-1__content__splash-effect{height:120%;width:130%}}@media only screen and (max-width: 93.75em){.slider-wrapper .slider .slide-type-1__content__splash-effect{height:120%;width:125%}}@media only screen and (max-width: 75em){.slider-wrapper .slider .slide-type-1__content__splash-effect{height:120%;width:125%}}.slider-wrapper .slider .slide-type-1__content>*:not(.slide-type-1__content__splash-effect){margin:1rem 2rem;z-index:15}.slider-wrapper .slider .slide-type-1__content__heading-1{font-family:Nunito;font-size:4.5rem;font-weight:900;text-transform:uppercase;width:min(100%,92rem);color:#fff;padding:3rem 0 0;-webkit-user-select:none;user-select:none;transform:translateY(-8rem)}.slider-wrapper .slider .slide-type-1__content__heading-1 span{color:#21175e}.slider-wrapper .slider .slide-type-1__content__text{font-family:Nunito;font-size:1.8rem;font-weight:light;width:min(100%,78rem);color:#fff;-webkit-user-select:none;user-select:none;transform:translateY(-8rem)}.slider-wrapper .slider .slide-type-1__content__btn{height:50px;width:200px;font-family:Nunito,sans-serif;font-size:1.4rem;font-weight:700;letter-spacing:.05rem;text-transform:uppercase;background-color:#21175e;color:#fff;border:none;border-radius:1.5rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;gap:.6rem;transition:all .3s ease-in-out;transform:scale(1);cursor:pointer}.slider-wrapper .slider .slide-type-1__content__btn__icon{height:1.8rem;width:1.8rem}.slider-wrapper .slider .slide-type-1__content__btn:hover{background-color:#37269d;transform:scale(1.1)}.slider-wrapper .slider .slide-type-1__content__btn:active{transform:scale(.98)}.slider-wrapper .slider .slide-type-1__content__bottom{display:flex;flex-direction:row;flex-wrap:wrap;gap:.6rem}.slider-wrapper .slider .slide-type-1__content__bottom__btn{height:8rem;width:24rem;background-color:#2d33b5;border:none;border-radius:1.5rem;cursor:pointer;margin-right:1rem;display:flex;flex-direction:row;transition:all .3s ease-in-out;transform:scale(1)}.slider-wrapper .slider .slide-type-1__content__bottom__btn:hover{transform:scale(1.05);background-color:#3339cc;box-shadow:0 8px 25px #0003}.slider-wrapper .slider .slide-type-1__content__bottom__btn:active{transform:scale(.98);transition:all .1s ease-in-out}.slider-wrapper .slider .slide-type-1__content__bottom__btn__img{order:1;display:flex}.slider-wrapper .slider .slide-type-1__content__bottom__btn__img__icon-box{background-color:#2d2da7;margin:1rem;padding:1rem;width:6rem;height:5.5rem;border:none;border-radius:1.5rem}.slider-wrapper .slider .slide-type-1__content__bottom__btn__img__icon-box__icon{width:3rem;height:3.2rem}.slider-wrapper .slider .slide-type-1__content__bottom__btn__content{order:2;display:flex;justify-content:center;align-items:center;align-content:space-evenly;flex-direction:column;font-family:Nunito,sans-serif;font-weight:800;letter-spacing:.05rem}.slider-wrapper .slider .slide-type-1__content__bottom__btn__content__title{order:1;font-size:1.2rem;color:#fff;margin-bottom:.5rem}.slider-wrapper .slider .slide-type-1__content__bottom__btn__content__price-box{order:2;width:12rem;height:2rem;background-color:#2d2da7;border-radius:3rem;font-size:10px;font-weight:300;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:1rem}.slider-wrapper .slider .slide-type-1__content__bottom__btn__content__price-box--green{color:#00ffab}.slider-wrapper .slider .slide-type-1__content__bottom__btn__content__price-box--white{color:#fff}.slider-wrapper .slider .slide-type-1__hero{height:100%;width:100%;order:2;flex:2 0 0;align-self:flex-start;display:flex;position:relative}.slider-wrapper .slider .slide-type-1__hero__img{height:100%;width:100%;position:absolute;z-index:10;left:-12%}.slider-wrapper .slider .slide-type-1__hero__vector--1{height:100%;width:100%;z-index:5;bottom:-10%;right:-4%;position:absolute}.slider-wrapper .slider .slide-type-1__hero__vector--2{height:105%;width:110%;right:3%;bottom:0;position:absolute}.slider-wrapper .slider .slide-type-1--aom{background-color:#181243;background-image:linear-gradient(90deg,#0a0828d1,#0a0828b3 32%,#0a082875 49%,#0a082829,#0a082800 75%),url(/img/slider/aom/ageofmythologybg.png);background-size:100% 100%,100% 150.59%;background-position:center center,50% -14rem;background-repeat:no-repeat,no-repeat}.slider-wrapper .slider .slide-type-1--aom .slide-type-1__content__heading-1 span{color:#bfbf2f}.slider-wrapper .slider .slide-type-1--aom .slide-type-1__content__bottom__btn__img__icon-box{background-color:transparent;margin:1rem;padding:0;border-radius:0}.slider-wrapper .slider .slide-type-1--aom .slide-type-1__content__bottom__btn__img__icon-box__icon{width:100%;height:100%}.slider-wrapper .slider .slide-type-1--aoe3{background-color:#2b140c;background-image:linear-gradient(90deg,#2e1a0ad1,#2e1a0ab3 32%,#2e1a0a75 49%,#2e1a0a29,#2e1a0a00 75%),url(/img/slider/aoe3/aoe3bg.png);background-size:100% 100%,100% 150.59%;background-position:center center,50% -14rem;background-repeat:no-repeat,no-repeat}.slider-wrapper .slider .slide-type-1--aoe3 .slide-type-1__content__heading-1 span{color:#ca843d}.slider-wrapper .slider .slide-type-1--aoe3 .slide-type-1__content__bottom__btn__img__icon-box{background-color:transparent;margin:1rem;padding:0;border-radius:0}.slider-wrapper .slider .slide-type-1--aoe3 .slide-type-1__content__bottom__btn__img__icon-box__icon{width:100%;height:100%}.bg-blue{background-color:#3b44f6!important}.bg-pink{background-color:#f0045e!important}.bg-darken-pink{background-color:#b80348!important}.bg-lighter-pink{background-color:#fb307d!important}.bg-midnight-blue{background-color:#181c28!important}.bg-lighter-midnight-blue{background-color:#202636!important}.bg-darken-midnight-blue{background-color:#131620!important}.bg-aom{background-color:#181243!important}.bg-aoe3{background-color:#2b140c!important}.bg-aom-card{background-color:#2e2b87!important}.bg-aom-card-dark{background-color:#0d0a67!important}.bg-aoe3-card-main{background-color:#ca843d!important}.bg-aoe3-card{background-color:#c77b2f!important}.bg-aoe3-card-dark{background-color:#8e5318!important}.bg-orange{background-color:#fd4f03!important}.bg-lighter-orange{background-color:#fd5810!important}.bg-darken-orange{background-color:#cb3f02!important}.col-pink{color:#f0045e!important}.col-darken-pink{color:#b80348!important}.col-lighter-pink{color:#fb307d!important}.col-orange{color:#d84302!important}.col-darken-orange{color:#a53301!important}.col-lighter-orange{color:#fd5810!important}.col-midnight-blue{color:#181c28!important}.col-darken-midnight-blue{color:#131620!important}.col-lighter-midnight-blue{color:#202636!important}.col-aom-accent{color:#bfbf2f!important}.col-aoe3-accent{color:#ca843d!important}@media only screen and (max-width: 56.25em){.slider-wrapper{display:none}}.sidebar{position:fixed;top:7rem;left:0;height:calc(100vh - 7rem);background-color:#1b1616;z-index:900;font-family:Inter,Open Sans,sans-serif}.sidebar--closed{width:7rem;display:flex;flex-direction:column;align-items:center;gap:0;padding:.8rem 1rem 1.5rem}.sidebar--opened{width:27.5rem;display:flex;flex-direction:column;align-items:stretch;padding:0;overflow:hidden}.sidebar__top-action,.sidebar__explore-button,.sidebar__avatar-button{border:none;background:transparent;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.sidebar__top-action{width:2rem;height:2rem;margin-bottom:.4rem}.sidebar__top-action img{width:2rem;height:2rem;object-fit:contain}.sidebar__closed-topside{width:5rem;display:flex;flex-direction:column;align-items:center;margin-bottom:1.4rem}.sidebar__closed-menu-item{width:4.9rem;height:4rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer}.sidebar__closed-menu-item--active{background:#ffffff24;border-radius:1rem}.sidebar__closed-menu-icon{width:2rem;height:2rem;object-fit:contain}.sidebar__live-button{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;margin-bottom:1.4rem}.sidebar__live-button img{width:2rem;height:2rem;object-fit:contain}.sidebar__avatar-group{width:100%;display:flex;flex-direction:column;align-items:center;margin-bottom:1.4rem}.sidebar__avatar-button{width:5rem;height:4.2rem}.sidebar__avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover;display:block}.sidebar__divider{width:4rem;height:.1rem;background-color:#ffffff59;margin-bottom:1.4rem}.sidebar__explore-button{width:2rem;height:2rem;margin-bottom:1.4rem}.sidebar__explore-button img{width:2rem;height:2rem;object-fit:contain}.sidebar__menu{display:flex;flex-direction:column}.sidebar__menu-item{height:4rem;width:100%;display:flex;align-items:center;gap:1.2rem;padding:0 1.4rem;border:none;color:#fff;background:transparent;cursor:pointer;text-align:left}.sidebar__menu-item--active{background:#333}.sidebar__menu-icon{width:2rem;height:2rem;object-fit:contain}.sidebar__menu-text{font-family:Nunito,sans-serif;font-size:2rem;font-weight:900;line-height:1;white-space:nowrap}.sidebar__content{flex:1;overflow-y:auto;padding:2.3rem 0 1.5rem}.sidebar__section{margin-bottom:2rem}.sidebar__section-header{padding:0 1rem;margin-bottom:.4rem}.sidebar__section-header--with-filter{display:flex;align-items:center;justify-content:space-between}.sidebar__section-title{font-size:1.3rem;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.01em;color:#efeff1}.sidebar__section-subtitle{font-size:1.3rem;line-height:1.5;color:#adadb8}.sidebar__filter-button{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer}.sidebar__filter-button img{width:2rem;height:2rem;object-fit:contain}.sidebar__channel-list{display:flex;flex-direction:column}.sidebar__channel{width:100%;height:4.2rem;display:flex;align-items:center;gap:1rem;padding:.5rem 2.5rem .5rem 1rem;border:none;background:transparent;cursor:pointer;text-align:left}.sidebar__channel-avatar{width:3rem;height:3rem;border-radius:50%;object-fit:cover;flex-shrink:0}.sidebar__channel-meta{min-width:0;flex:1}.sidebar__channel-name{font-size:1.4rem;font-weight:600;line-height:1.2;color:#dedee3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__channel-game{font-size:1.3rem;line-height:1.2;color:#adadb8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__channel-status{display:flex;align-items:center;justify-content:flex-end;gap:.6rem;min-width:4.5rem;color:#dedee3}.sidebar__channel-dot{width:.8rem;height:.8rem;border-radius:50%;background:#00eb08;flex-shrink:0}.sidebar__channel-viewers,.sidebar__channel-offline{font-size:1.3rem;line-height:1.5;color:#dedee3}.sidebar__show-more{margin-top:.8rem;padding:0 1rem;height:2.2rem;display:inline-flex;align-items:center;border:none;background:transparent;cursor:pointer;color:#bf94ff;font-size:1.2rem;line-height:1}.sidebar--opened~.slider-wrapper,.sidebar--opened~.stream-preview,.sidebar--opened~.course-preview,.sidebar--opened~.featured,.sidebar--opened~.footer{margin-left:27.5rem;width:calc(100% - 27.5rem)}.sidebar--closed~.slider-wrapper,.sidebar--closed~.stream-preview,.sidebar--closed~.course-preview,.sidebar--closed~.featured,.sidebar--closed~.footer{margin-left:7rem;width:calc(100% - 7rem)}.sidebar--closed .sidebar__avatar-group:last-child{margin-bottom:0}.container--sidebar-opened .slider-wrapper,.container--sidebar-opened .stream-preview,.container--sidebar-opened .course-preview,.container--sidebar-opened .featured,.container--sidebar-opened .footer{margin-left:27.5rem;width:calc(100% - 27.5rem)}.container--sidebar-closed .slider-wrapper,.container--sidebar-closed .stream-preview,.container--sidebar-closed .course-preview,.container--sidebar-closed .featured,.container--sidebar-closed .footer{margin-left:7rem;width:calc(100% - 7rem)}@media (max-width: 56.25em){.container--sidebar-opened .slider-wrapper,.container--sidebar-opened .stream-preview,.container--sidebar-opened .course-preview,.container--sidebar-opened .featured,.container--sidebar-opened .footer,.container--sidebar-closed .slider-wrapper,.container--sidebar-closed .stream-preview,.container--sidebar-closed .course-preview,.container--sidebar-closed .featured,.container--sidebar-closed .footer{margin-left:0;width:100%}}@media only screen and (max-width: 75em){.sidebar--opened~.slider-wrapper,.sidebar--opened~.stream-preview,.sidebar--opened~.course-preview,.sidebar--opened~.featured,.sidebar--opened~.footer{margin-left:7rem;width:calc(100% - 7rem)}.container--sidebar-opened .slider-wrapper,.container--sidebar-opened .stream-preview,.container--sidebar-opened .course-preview,.container--sidebar-opened .featured,.container--sidebar-opened .footer{margin-left:7rem;width:calc(100% - 7rem)}}@media only screen and (max-width: 56.25em){.sidebar{display:none}}.stream-preview{grid-column:1/-1;grid-row:stream-preview-start/stream-preview-end;background-color:#191825;padding:.5rem 2rem 2rem;display:flex;flex-direction:column;gap:0}.stream-preview>*:nth-child(n+3){margin-top:2rem}.stream-preview__listing-mode{align-self:center}.stream-preview__best-categories{display:flex;flex-direction:column;gap:1.8rem}.stream-preview__best-categories__header{display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.stream-preview__best-categories__header__title{font-family:Nunito,sans-serif;font-size:2.7rem;font-weight:400;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stream-preview__best-categories__header__show-all{border:none;background:transparent;color:#bf94ff;font-family:Nunito,sans-serif;font-size:1.6rem;cursor:pointer;transition:color .2s ease-in-out}.stream-preview__best-categories__header__show-all:hover{color:#c7a1ff}.stream-preview__best-categories__list{width:100%;min-width:0;align-items:stretch;gap:1rem;display:flex;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.stream-preview__best-categories__list::-webkit-scrollbar{display:none}.stream-preview__section{width:100%;display:flex;flex-direction:column}.stream-preview__section__header{display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.stream-preview__section__title{font-family:Nunito,sans-serif;font-size:2.7rem;font-weight:400;letter-spacing:.01rem;color:#fff;margin:0}.stream-preview__section__show-all{border:none;background:transparent;color:#bf94ff;font-family:Nunito,sans-serif;font-size:1.6rem;cursor:pointer;transition:color .2s ease-in-out}.stream-preview__section__show-all:hover{color:#c7a1ff}.stream-preview__section__streams{margin-top:1.8rem;width:100%;min-width:0;display:flex;flex-wrap:nowrap;gap:1.5rem;justify-content:flex-start;align-items:stretch;overflow-x:hidden}.stream-preview__section__streams--snap-scroll{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stream-preview__section__streams--snap-scroll::-webkit-scrollbar{display:none}.stream-preview__section__more{margin-top:.8rem;display:flex;align-items:center;justify-content:center;column-gap:1rem}.stream-preview__section__more__line{flex:1;max-width:100%;border-bottom:.2rem solid rgba(255,255,255,.45)}.stream-preview__section__more__btn{border:none;background:transparent;font-family:Nunito,sans-serif;font-size:1.5rem;color:#bf94ff;cursor:pointer;transition:color .2s ease-in-out}.stream-preview__section__more__btn:hover{color:#c7a1ff}.stream-preview__section__more__btn:active{transform:scale(.98)}.best-category-card{flex:0 0 clamp(11.5rem,12vw,14.8rem);width:clamp(11.5rem,12vw,14.8rem);min-height:auto;max-width:clamp(11.5rem,12vw,14.8rem);scroll-snap-align:start;scroll-snap-stop:always;overflow:hidden;transition:background-color .2s ease-in-out}.best-category-card:hover{background-color:#201f30}.best-category-card:hover .best-category-card__photo__img{filter:brightness(.88)}.best-category-card__photo{width:100%;aspect-ratio:144/198}.best-category-card__photo__img{width:100%;height:100%;object-fit:cover;display:block;transition:filter .2s ease-in-out}.best-category-card__details{position:relative;height:7.4rem}.best-category-card__details__title{position:absolute;left:.3rem;top:.8rem;right:1.3rem;font-family:Nunito,sans-serif;font-size:clamp(1.25rem,1.1vw,1.5rem);font-weight:300;color:#fff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.best-category-card__details__watching{position:absolute;left:.3rem;top:2.9rem;font-family:Nunito,sans-serif;font-size:clamp(1.05rem,.9vw,1.2rem);font-weight:400;line-height:1.1;color:#fff6}.best-category-card__details__tags{position:absolute;left:.6rem;bottom:.2rem;display:flex;align-items:center;gap:.5rem;overflow:hidden}.best-category-card__details__tags__chip{background-color:#2a2d31;border-radius:2rem;color:#e6e6e6;font-family:Nunito,sans-serif;font-weight:650;line-height:1.6;white-space:nowrap;font-size:clamp(1rem,.9vw,1.2rem);padding:clamp(.15rem,.3vw,.25rem) clamp(.6rem,.8vw,1rem)}.stream-preview-card{border-radius:.5rem;overflow:hidden;width:250px;flex:0 0 250px;min-height:250px;scroll-snap-align:start;scroll-snap-stop:always}.stream-preview-card:hover{background-color:#1e1d2c}.stream-preview-card__screen{width:100%;height:145px}.stream-preview-card__screen__img{width:100%;height:100%;object-fit:cover;display:block}.stream-preview-card__details{min-height:108px;padding:.75rem .5rem .6rem;display:flex;flex-direction:column;gap:.5rem;position:relative}.stream-preview-card__details__profile{position:absolute;width:3.3rem;height:3.3rem;border-radius:50%;background-color:#e6e6e6;left:.8rem;top:1rem}.stream-preview-card__details__title{font-family:Nunito,sans-serif;font-size:1.8rem;font-weight:500;line-height:1.3;color:#fff;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;margin-left:4.5rem;order:1}.stream-preview-card__details__username{font-family:Nunito,sans-serif;font-size:1.4rem;line-height:1.15;color:#fff;margin:0;margin-left:4rem;margin-top:.05rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;order:3}.stream-preview-card__details__game{font-family:Nunito,sans-serif;font-size:1.4rem;line-height:1.15;color:#afa9a9;margin:0;margin-left:4rem;margin-top:.05rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;order:2}.stream-preview-card__details__categories{display:flex;align-items:center;gap:.3rem;flex-wrap:wrap;margin-top:.45rem;margin-left:3.5rem;overflow:hidden;min-height:2rem;order:4}.stream-preview-card__details__categories__chip{background-color:#2a2d31;border-radius:1.5625rem;color:#e6e6e6;font-family:Nunito,sans-serif;font-size:1.2rem;line-height:1.6;padding:.15rem .5rem;white-space:nowrap;flex-shrink:0}@media only screen and (max-width: 93.75em){.stream-preview__section__more__line{max-width:50rem}}@media only screen and (max-width: 56.25em){.stream-preview{padding:2.6rem 1.6rem 3.6rem}.stream-preview__best-categories__listing-mode{display:none}.stream-preview__section__title{font-size:2.7rem}.stream-preview__section__streams{grid-template-columns:repeat(4,250px)}.stream-preview__section__more__line{max-width:10rem}.stream-preview__section__more__btn{font-size:2.4rem}}@media (max-width: 56.25em){.stream-preview__best-categories__list{overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.stream-preview__best-categories__list::-webkit-scrollbar{display:none}}@media only screen and (max-width: 37.5em){.stream-preview{padding:2rem 1.2rem}}.course-preview{grid-column:1/-1;grid-row:stream-preview-start/stream-preview-end;background-color:#191825;padding:.5rem 2rem 2rem;display:flex;flex-direction:column;min-height:63.2rem}.course-preview__listing-mode{align-self:center}.course-preview__section{display:flex;flex-direction:column}.course-preview__section+.course-preview__section{margin-top:2.6rem}.course-preview__section__header{display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.course-preview__section__title{margin:0;font-family:Nunito,sans-serif;font-size:2.7rem;font-weight:400;line-height:2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.course-preview__section__show-all{border:none;background:transparent;color:#bf94ff;font-family:Nunito,sans-serif;font-size:1.6rem;cursor:pointer;transition:color .2s ease-in-out}.course-preview__section__show-all:hover{color:#c7a1ff}.course-preview__section__list{margin-top:1.6rem;width:100%;min-width:0;display:flex;flex-wrap:nowrap;gap:1.4rem;align-items:stretch;overflow:visible}.course-preview__section__list--snap-scroll{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.course-preview__section__list--snap-scroll::-webkit-scrollbar{display:none}.course-preview__section__more{margin-top:1.9rem;display:flex;align-items:center;justify-content:center;column-gap:.9rem}.course-preview__section__more-line{flex:1;max-width:100%;border-bottom:.2rem solid rgba(255,255,255,.42)}.course-preview__section__more-btn{border:none;background:transparent;font-family:Inter,sans-serif;font-size:1.5rem;line-height:1;color:#bf94ff;cursor:pointer;padding:0 .2rem}.course-preview-card{background-color:transparent;border-radius:2.5rem;overflow:visible;width:23.4rem;flex:0 0 23.4rem;height:30.7rem;scroll-snap-align:start;scroll-snap-stop:always;position:relative;z-index:0}.course-preview-card__main{border-radius:2.5rem;overflow:hidden;background-color:#1e1d2c;height:100%;display:flex;flex-direction:column;position:relative;z-index:2}.course-preview-card__hover{position:absolute;top:50%;left:calc(100% + 1.2rem);width:0;height:34.6rem;border-radius:2rem;background-color:#271f1f;opacity:0;transform:translate(-.8rem,-50%);transition:width .28s ease,opacity .28s ease,transform .28s ease;overflow:hidden;pointer-events:none;padding:1.6rem 2rem 1.4rem;display:flex;flex-direction:column;gap:.8rem;z-index:1}.course-preview-card__hover__title{margin:0;font-family:Nunito,sans-serif;font-size:2rem;font-weight:700;line-height:1.2;color:#fff;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.course-preview-card__hover__meta{display:flex;align-items:center;gap:1rem;margin-top:.4rem}.course-preview-card__hover__verified{height:2.4rem;border-radius:.5rem;background-color:#4b038b;display:inline-flex;align-items:center;gap:.5rem;padding:0 .8rem;font-family:Nunito,sans-serif;font-size:1rem;color:#fff;line-height:1;white-space:nowrap}.course-preview-card__hover__verified img{width:1.2rem;height:1.2rem;display:block;flex:0 0 1.2rem}.course-preview-card__hover__updated{font-family:Nunito,sans-serif;font-size:1.2rem;color:#05ff50;line-height:1;white-space:nowrap}.course-preview-card__hover__duration{margin:0;font-family:Nunito,sans-serif;font-size:1.2rem;color:#ffffff80;line-height:1}.course-preview-card__hover__content{margin-top:.3rem;display:flex;flex-direction:column;gap:.5rem;min-height:0;max-height:17.4rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#2c1313 #868584}.course-preview-card__hover__content::-webkit-scrollbar{width:.6rem}.course-preview-card__hover__content::-webkit-scrollbar-track{background:#868584;border-radius:.5rem}.course-preview-card__hover__content::-webkit-scrollbar-thumb{background:#2c1313;border-radius:2rem}.course-preview-card__hover__intro{margin:0;font-family:Nunito,sans-serif;font-size:1.3rem;color:#fff;line-height:1.28}.course-preview-card__hover__item{display:flex;align-items:flex-start;gap:1rem;font-family:Nunito,sans-serif;font-size:1.3rem;color:#fff}.course-preview-card__hover__item p{margin:0;line-height:1.3}.course-preview-card__hover__tick{width:1.5rem;height:1rem;flex:0 0 1.5rem;display:block;margin-top:.4rem}.course-preview-card__hover__cta{margin-top:auto;width:17.7rem;height:4.4rem;border:none;border-radius:1rem;background-color:#4b038b;font-family:Nunito,sans-serif;font-size:1.8rem;font-weight:700;color:#fff;line-height:1;cursor:pointer;align-self:center}.course-preview-card:hover,.course-preview-card:focus-within,.course-preview-card.course-preview-card--hover-active{z-index:5}.course-preview-card:hover .course-preview-card__hover,.course-preview-card:focus-within .course-preview-card__hover,.course-preview-card.course-preview-card--hover-active .course-preview-card__hover{width:28rem;opacity:1;transform:translateY(-50%);pointer-events:auto}.course-preview-card--open-left .course-preview-card__hover{left:auto;right:calc(100% + 1.2rem);transform:translate(.8rem,-50%)}.course-preview-card--open-left:hover .course-preview-card__hover,.course-preview-card--open-left:focus-within .course-preview-card__hover,.course-preview-card--open-left.course-preview-card--hover-active .course-preview-card__hover{transform:translateY(-50%)}.course-preview-card__cover{height:19.6rem}.course-preview-card__cover__img{width:100%;height:100%;object-fit:cover;display:block}.course-preview-card__details{min-height:11.1rem;padding:.6rem 0 .8rem 1.5rem;display:flex;flex-direction:column}.course-preview-card__details__title{margin:0;font-family:Nunito,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.15;color:#fff;width:21.9rem;max-width:100%;min-height:1.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.course-preview-card__details__profile{margin-top:.3rem;display:grid;grid-template-columns:3rem 1fr;align-items:center;column-gap:.9rem}.course-preview-card__details__avatar{width:3rem;height:3rem;border-radius:50%;background-color:#d9d9d9}.course-preview-card__details__coach{margin:0;font-family:Nunito,sans-serif;font-size:1.2rem;color:#c293ed;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.course-preview-card__details__rating{margin-top:.1rem;display:flex;align-items:center;gap:.2rem}.course-preview-card__details__rating-value{font-family:Nunito,sans-serif;font-size:1.1rem;color:#d9ff02;line-height:1}.course-preview-card__details__star{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center;opacity:.35}.course-preview-card__details__star--filled{opacity:1}.course-preview-card__details__star-icon{width:1rem;height:1rem;display:block}.course-preview-card__details__reviews{margin-left:.2rem;font-family:Nunito,sans-serif;font-size:1.1rem;color:#8e8e93;line-height:1}.course-preview-card__details__footer{margin-top:2rem;margin-bottom:.3rem;display:flex;align-items:flex-end;justify-content:flex-start;gap:.7rem;padding-right:1.5rem}.course-preview-card__details__badges{display:flex;align-items:center;gap:.7rem;flex-wrap:nowrap;min-width:0;flex:0 0 auto}.course-preview-card__details__badge{height:1.9rem;border-radius:.5rem;display:inline-flex;align-items:center;justify-content:center;gap:.2rem;font-family:Nunito,sans-serif;line-height:1;white-space:nowrap;overflow:hidden}.course-preview-card__details__badge--verified{background-color:#4b038b;color:#fff;width:9rem;font-size:1rem;font-weight:400}.course-preview-card__details__badge--seller{background-color:#a4d9f4;color:#000;width:5.6rem;font-size:.9rem;font-weight:600}.course-preview-card__details__badge-icon{width:1.2rem;height:1.2rem;display:block;flex:0 0 1.2rem}.course-preview-card__details__price{margin:0;font-family:Nunito,sans-serif;font-size:1.5rem;font-weight:500;color:#05ff50;line-height:1;white-space:nowrap;margin-bottom:.2rem;margin-left:auto;flex:0 0 auto}@media only screen and (max-width: 75em){.course-preview{padding:2.4rem 1.6rem 2.6rem;min-height:auto}.course-preview__section{margin-top:0}.course-preview__section__title{font-size:2.7rem}.course-preview__section__show-all{font-size:1.8rem}.course-preview__section__more-btn{font-size:2.2rem}.course-preview-card__hover{display:none}}@media only screen and (max-width: 37.5em){.course-preview{padding:2rem 1.2rem}.course-preview__section__title{font-size:2.5rem}.course-preview__section__show-all{font-size:1.6rem}.course-preview__section__list{gap:1rem}.course-preview__section__more{column-gap:1rem}.course-preview__section__more-btn{font-size:2rem}.course-preview-card{width:22rem;flex:0 0 22rem}}.login-container{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:relative;background-position:center;background-color:#1e1d2c}.login-container__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.login-container__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;z-index:2}.login-container__login-box{width:60rem;height:75rem;z-index:10;border-radius:1.6rem;display:flex;flex-direction:column;align-items:center;padding:5.5rem 6rem 4.5rem;gap:2.5rem;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background-color:#1e1d2c80;border:3px solid rgba(59,68,246,.15);box-shadow:0 0 30px #00000080}.login-container__login-box__logo{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;height:5rem;width:100%}.login-container__login-box__logo-icon{width:40rem;height:20rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:contain}.login-container__login-box__logo-text{font-size:1.6rem;color:#fff;font-weight:600;letter-spacing:.05rem}.login-container__login-box__logo-text--accent{color:#3b44f6}.login-container__login-box__heading-1{font-size:3.5rem;font-weight:900;color:#ffffff80;letter-spacing:-.03rem;margin:1.5rem 0 2rem}.login-container__login-box__username-section,.login-container__login-box__password-section{display:flex;align-items:center;gap:1.4rem;width:100%;justify-content:center}.login-container__login-box__username-section__icon,.login-container__login-box__password-section__icon{width:5rem;height:5rem;opacity:.7;flex-shrink:0}.login-container__login-box__username-section__input,.login-container__login-box__password-section__input{width:46.2rem;height:5rem;border:none;outline:none;border-radius:1.6rem;background-color:#ffffff1a;padding:0 2.4rem;color:#fff;font-size:2rem;letter-spacing:.03rem}.login-container__login-box__username-section__input::placeholder,.login-container__login-box__password-section__input::placeholder{color:#ffffff26}.login-container__login-box__password-section__input::placeholder{letter-spacing:.23rem}.login-container__login-box__login-btn{margin-top:2rem;width:25rem;height:6rem;border-radius:1.6rem;background-color:#3b44f6;border:none;display:flex;align-items:center;justify-content:center;gap:1.2rem;cursor:pointer;color:#fff;box-shadow:0 8px 20px #00000040}.login-container__login-box__login-btn:hover{background-color:#2d33b5}.login-container__login-box__login-btn-icon{width:3rem;height:3rem}.login-container__login-box__login-btn-text{font-size:1.8rem;font-weight:800;letter-spacing:-.03rem}.login-container__login-box__register-text{font-size:1.6rem;color:#fff}.login-container__login-box__register-link{color:#3b44f6;text-decoration:underline}.login-container__login-box__optional-login{display:flex;align-items:center;justify-content:center;gap:2.5rem;margin-top:.5rem}.login-container__login-box__social-btn{width:8rem;height:8rem;border-radius:1.6rem;background-color:#ffffff14;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.login-container__login-box__social-icon{width:4rem;height:4rem}.login-container__login-box__legal{margin-top:1rem;max-width:66.5rem;text-align:center;font-size:1.6rem;color:#ffffff4d}.login-container__login-box__legal-link{color:#3b44f6;text-decoration:underline;font-weight:500}.login-container__recaptcha{position:absolute;left:calc(50% + 34.5rem);top:calc(50% + 27.5rem);width:10rem;height:10rem;border-radius:1.6rem;z-index:10;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background-color:#1e1d2c80;border:3px solid rgba(59,68,246,.15);box-shadow:0 0 30px #00000080;display:flex;align-items:center;justify-content:center}.login-container__recaptcha-icon{width:7.2rem;height:6.8rem;fill:#fff}.register-container{height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;position:relative;background-position:center;background-color:#1e1d2c}.register-container__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.register-container__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0003;z-index:2}.register-container__register-box{width:60rem;height:75rem;z-index:10;border-radius:1.6rem;display:flex;flex-direction:column;align-items:center;padding:5.5rem 6rem 4.5rem;gap:2.5rem;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background-color:#1e1d2c80;border:3px solid rgba(59,68,246,.15);box-shadow:0 0 30px #00000080}.register-container__register-box__logo{display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative;height:5rem;width:100%}.register-container__register-box__logo-icon{width:40rem;height:20rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:contain}.register-container__register-box__logo-text{font-size:1.6rem;color:#fff;font-weight:600;letter-spacing:.05rem}.register-container__register-box__logo-text--accent{color:#3b44f6}.register-container__register-box__heading-1{font-size:3.5rem;font-weight:900;color:#ffffff80;letter-spacing:-.03rem;margin:1.5rem 0 2rem}.register-container__register-box__username-section,.register-container__register-box__email-section,.register-container__register-box__password-section{display:flex;align-items:center;gap:1.4rem;width:100%;justify-content:center}.register-container__register-box__username-section__icon,.register-container__register-box__email-section__icon,.register-container__register-box__password-section__icon{width:5rem;height:5rem;flex-shrink:0}.register-container__register-box__username-section__icon,.register-container__register-box__password-section__icon{opacity:.7}.register-container__register-box__email-section__icon{fill:#ffffff1a}.register-container__register-box__username-section__input,.register-container__register-box__email-section__input,.register-container__register-box__password-section__input{width:46.2rem;height:5rem;border:none;outline:none;border-radius:1.6rem;background-color:#ffffff1a;padding:0 2.4rem;color:#fff;font-size:2rem;letter-spacing:.03rem}.register-container__register-box__username-section__input::placeholder,.register-container__register-box__email-section__input::placeholder,.register-container__register-box__password-section__input::placeholder{color:#ffffff26}.register-container__register-box__password-section__input::placeholder{letter-spacing:.23rem}.register-container__register-box__register-btn{margin-top:2rem;width:25rem;height:6rem;border-radius:1.6rem;background-color:#3b44f6;border:none;display:flex;align-items:center;justify-content:center;gap:1.2rem;cursor:pointer;color:#fff;box-shadow:0 8px 20px #00000040}.register-container__register-box__register-btn:hover{background-color:#2d33b5}.register-container__register-box__register-btn-icon{width:3rem;height:3rem}.register-container__register-box__register-btn-text{font-size:1.8rem;font-weight:800;letter-spacing:-.03rem}.register-container__register-box__login-text{font-size:1.6rem;color:#fff}.register-container__register-box__login-link{color:#3b44f6;text-decoration:underline}.register-container__register-box__optional-register{display:flex;align-items:center;justify-content:center;gap:2.5rem;margin-top:.5rem}.register-container__register-box__social-btn{width:8rem;height:8rem;border-radius:1.6rem;background-color:#ffffff14;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.register-container__register-box__social-icon{width:4rem;height:4rem}.register-container__register-box__legal{margin-top:1rem;max-width:66.5rem;text-align:center;font-size:1.6rem;color:#ffffff4d}.register-container__register-box__legal-link{color:#3b44f6;text-decoration:underline;font-weight:500}.register-container__recaptcha{position:absolute;left:calc(50% + 34.5rem);top:calc(50% + 27.5rem);width:10rem;height:10rem;border-radius:1.6rem;z-index:10;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background-color:#1e1d2c80;border:3px solid rgba(59,68,246,.15);box-shadow:0 0 30px #00000080;display:flex;align-items:center;justify-content:center}.register-container__recaptcha-icon{width:7.2rem;height:6.8rem;fill:#fff}
