.swiper{overflow:hidden;position:relative}.swiper-initialized{touch-action:pan-y}.swiper-wrapper{width:100%;height:100%;box-sizing:content-box;display:flex;position:relative}.swiper-vertical .swiper-wrapper{flex-direction:column}.swiper-autoheight .swiper-wrapper{align-items:flex-start}.swiper-initialized .swiper-slide{flex-shrink:0}.swiper-android .swiper-slide,.swiper-android .swiper-wrapper{transform:translateZ(0)}.swiper-button-lock{display:none!important}.swiper-pagination{position:absolute;left:50%;bottom:0;transform:translate(-50%);white-space:nowrap;overflow:hidden}.swiper-pagination-bullet{position:relative;width:0.625rem;aspect-ratio:1;border-radius:50%;margin-inline:0.21875rem;border:0.0625rem solid #ffb63a;will-change:transform;transform:scale(.8);transition:.3s transform,.3s left,background-color .3s}.swiper-pagination-bullet-active{background-color:#ffb63a;transform:scale(1.1)}.swiper-nav{display:flex;justify-content:center;column-gap:0.9375rem;margin-block-start:1.375rem}.swiper-button{width:2.5rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ee9200;transition:all .3s ease}.swiper-button-prev{transform:scaleX(-1)}.swiper-button:disabled{cursor:default;background-color:gray}.swiper-button img{width:1.5625rem;aspect-ratio:1;object-fit:contain}:root{--header-height: 5.625rem}html:has(.header.--header-scroll){--header-height: 4.375rem}.hero__background,.matches__bg-image,.history__image,.streamers__bg,.card-streamer__image-wrapper img,.join__bg-image{width:100%;height:100%;object-fit:cover}.button{position:relative;display:inline-block;background:#ee9200;color:#fff;text-transform:uppercase;padding:0.875rem 2.5rem;border-radius:0.375rem;text-decoration:none;overflow:hidden;transition:transform .3s ease;will-change:transform;font-weight:500;text-align:center}.button:before{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,#fff0,#ffffff80,#fff0);transform:skew(-25deg)}.button--small{padding:0.8125rem 1.5625rem}.title{font-weight:900;text-transform:uppercase;color:#ee9200;line-height:1.1;color:#fff}.title span{color:#ee9200}.title--center{text-align:center}.title--small{font-weight:500;font-size:1.625rem}.title--tiny{font-size:1.25rem}.text{line-height:1.5}.text--center{text-align:center}.text strong{font-weight:600;color:#fff}.text p:not(:last-child){margin-bottom:0.5rem}.logo{display:flex;align-items:center;column-gap:0.3125rem}.logo__img{flex-shrink:0;width:4.375rem;aspect-ratio:1;object-fit:contain;transition:width .3s}.logo__text{font-size:1.375rem;font-weight:500;color:#fff}.logo__text span{color:#ffb63a}.hero{position:relative;padding-block:calc(var(--header-height) + 3.75rem) 1.875rem}.hero{transition:padding-block .3s}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#191d23,#191d23bf,#191d23);z-index:-1}.hero__background{position:absolute;top:0;left:0;z-index:-2}.hero__container{position:relative;z-index:2}.hero__content{display:flex;flex-direction:column;justify-content:center;height:100%;row-gap:8%}.hero__info{margin-bottom:2rem}.hero__title{margin-bottom:.3272727273em}.hero__description{max-width:35.625rem;font-size:1.125rem;color:#ffffffbf}.hero__description:not(:last-child){margin-bottom:1.25rem}.hero__lives{display:grid;grid-template-columns:repeat(3,1fr);gap:2.25rem;list-style:none;padding:0;margin:0}.hero__slider{padding-bottom:1.875rem}.stats{padding-block:1.875rem}.stats__title{margin-bottom:.8333333333em}.stats__items{display:flex;gap:1.875rem 2.5rem;justify-content:center}.stats__card{flex-basis:12.5rem}.card-stat{text-align:center}.card-stat>*:not(:last-child){margin-bottom:0.875rem}.card-stat__icon{display:inline-block;width:5.625rem;aspect-ratio:1}.card-stat__icon img{width:100%;height:100%;object-fit:contain}.card-stat__value{font-size:1.75rem;font-weight:700;color:#ee9200}.card-stat__label{font-size:1rem;text-transform:uppercase;color:#fff;font-weight:500}.matches{position:relative;padding-block:1.875rem}.matches:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:linear-gradient(0deg,#191d23,#191d23bf,#191d23)}.matches__bg-image{position:absolute;top:0;left:0;z-index:-2}.matches__title{margin-bottom:.8333333333em}.matches__list{max-width:70.625rem;margin-inline:auto;margin-block-end:1.875rem}.matches .card-match:not(:last-child){margin-bottom:1.5rem}.matches__action{text-align:center}.history{position:relative;padding-block:1.875rem}.history__title{text-wrap:balance;margin-bottom:.3272727273em}.history__image{position:absolute;top:0;left:0;border-radius:0.375rem;z-index:-2;object-position:center top}.history__overlay{z-index:1;padding:2.1875rem 1.25rem;position:relative;aspect-ratio:1410/550;display:flex;flex-direction:column;justify-content:center;text-align:left;align-items:flex-start}.history__overlay:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(to top,#000000b3,#0003 80%,#0000);z-index:-1}.history__content{max-width:40.625rem}.history__text{font-size:1.125rem;margin-bottom:1.25rem}.streamers{position:relative;padding-block:1.875rem}.streamers:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:linear-gradient(0deg,#191d23,#191d23bf,#191d23);z-index:-1}.streamers__header{grid-column:span 2;display:flex;align-items:flex-start;justify-content:center}.streamers__title{margin-bottom:.8333333333em}.streamers__list{display:grid;grid-template-columns:repeat(4,1fr);gap:2.25rem}.streamers__bg{position:absolute;top:0;left:0;z-index:-2}.card-streamer__image-wrapper{display:block;border-radius:0.375rem;overflow:hidden;aspect-ratio:305/256}.card-streamer__image-wrapper img{transition:transform .5s;will-change:transform}.card-streamer__image-wrapper{margin-bottom:0.75rem}.card-streamer__name{font-size:1.125rem;text-transform:uppercase;margin-bottom:0.75rem}.card-streamer__name a{transition:color .3s}.card-streamer__nickname{background:#ee920054;color:#ee9200;text-transform:uppercase;padding:0.75rem 1.25rem;border-radius:0.375rem;font-size:0.875rem;font-weight:500;transition:color .3s,background-color .3s}.highlights{padding-block:1.875rem}.highlights__title{margin-bottom:.8333333333em}.join{position:relative;padding-block:3.75rem}.join{text-align:center}.join:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;background:linear-gradient(0deg,#191d23,#191d23bf,#191d23)}.join__bg-image{position:absolute;top:0;left:0;z-index:-2}.join__content{position:relative;z-index:1;max-width:56.25rem;margin-inline:auto}.join__title{margin-bottom:.4363636364em}@media not (max-width:90em){.title{font-size:2.25rem}.title--big{font-size:3.4375rem}}@media (max-width:61.99875em)and (min-width:47.99875em){.highlights__grid{gap:1.5rem}}@media (max-width:61.99875em){.title--small{font-size:1.5rem}.hero{padding-block:calc(var(--header-height) + 2.5rem) 1.25rem}.stats{padding-block:1.25rem}.matches{padding-block:1.25rem}.history{padding-block:1.25rem}.streamers{padding-block:1.25rem}.highlights{padding-block:1.25rem}.join{padding-block:1.25rem}}@media (max-width:48rem){.streamers__list{grid-template-columns:1fr}}@media (max-width:47.99875em){.logo__img{width:3.125rem}.logo__text{font-size:1.25rem}.hero{padding-block:calc(var(--header-height) + 1.875rem) 1.25rem}.highlights .card-highlight:not(:last-child){margin-bottom:1.5rem}}@media (not (max-width:35.9375em))and (max-width:90em){.title{font-size:clamp(1.75rem,1.41763005780625rem + .9248554913vw,2.25rem)}.title--big{font-size:clamp(1.875rem,0.8363439306375rem + 2.8901734104vw,3.4375rem)}}@media (max-width:35.9375em){.title{font-size:1.75rem}.title--big{font-size:1.875rem}}@media (max-width:31.25em){.stats__items{flex-wrap:wrap}.stats__card{flex-basis:100%}}@media (max-width:29.99875em){.title--small{font-size:1.375rem}.title--tiny{font-size:1.125rem}}@media (max-width:25em){.button{width:100%}}@media not (min-width:47.99875rem){:root{--header-height: 4.375rem}}@media (min-width:47.99875em){.highlights__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.25rem}.highlights__grid .card-highlight:first-child{grid-row:span 2}.highlights__grid .card-highlight:first-child .card-highlight__link{aspect-ratio:auto;height:100%}}@media (any-hover:hover){.swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active){background-color:#ffb73aa5}.swiper-button:hover:not(:disabled){background:#f4aa29}.button:hover{transform:scale(1.03)}.button:hover:before{left:125%;transition:left .7s ease-in-out}.card-streamer__image-wrapper:hover img{transform:scale(1.05)}.card-streamer__name a:hover{color:#fff}.card-streamer__nickname:hover{background:#da8702;color:#fff}}
