.c-gamecenter__item--standard{align-items:center;border:1px solid;border-radius:var(--mod-radius,12px);display:flex;justify-content:space-between;overflow:hidden;padding:var(--card-padding-vertical,16px) var(--card-padding-horizontal,16px);padding-top:calc(var(--card-padding-vertical, 16px) + 8px);position:relative}.c-gamecenter__item--standard .c-gamecenter__decor{height:8px;left:0;position:absolute;top:0;width:100%}.c-gamecenter__item--standard .c-gamecenter__sport--mobile{display:none}.c-gamecenter__item--standard .c-gamecenter__game-info{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center}.c-gamecenter__item--standard .c-gamecenter__state{align-items:center;display:flex;flex-direction:column;gap:var(--mod-space-x-small,4px);justify-content:center}.c-gamecenter__item--standard .c-gamecenter__state .c-gamecenter__sport{display:none}.c-gamecenter__item--standard .c-gamecenter__status{align-items:center;background:var(--color-system-danger);border-radius:999px;color:var(--color-system-danger-tint);display:flex;gap:2px;justify-content:center;padding:2px 8px}.c-gamecenter__item--standard .c-gamecenter__team,.c-gamecenter__item--standard .c-gamecenter__teams{align-items:center;display:flex;gap:8px;justify-content:center}.c-gamecenter__item--standard .c-gamecenter__logo{align-items:center;border-radius:50%;display:flex;justify-content:center}.c-gamecenter__item--standard .c-gamecenter__logo.stroke{border:1px solid}.c-gamecenter__item--standard .c-gamecenter__logo.size-x-small{height:32px;width:32px}.c-gamecenter__item--standard .c-gamecenter__logo.size-x-small .c-gamecenter__logo-image{height:24px;width:24px}.c-gamecenter__item--standard .c-gamecenter__logo.size-small{height:48px;width:48px}.c-gamecenter__item--standard .c-gamecenter__logo.size-small .c-gamecenter__logo-image{height:30px;width:30px}.c-gamecenter__item--standard .c-gamecenter__logo.size-regular{height:80px;width:80px}.c-gamecenter__item--standard .c-gamecenter__logo.size-regular .c-gamecenter__logo-image{height:48px;width:48px}.c-gamecenter__item--standard .c-gamecenter__logo.size-large{height:100px;width:100px}.c-gamecenter__item--standard .c-gamecenter__logo.size-large .c-gamecenter__logo-image{height:64px;width:64px}.c-gamecenter__item--standard .c-gamecenter__link{align-items:center;border-radius:var(--comp-radius--regular,999px);display:flex;gap:var(--comp-space--small,4px);justify-content:center;padding:var(--comp-padding-vertical--small,12px) var(--comp-padding-horizontal--small,16px);transition:.25s}.c-gamecenter__item--standard .c-gamecenter__link .s-icon{transform:rotate(-45deg)}@container (max-width: 768px){.c-gamecenter__item--standard{flex-direction:column;gap:var(--mod-space-regular,16px)}.c-gamecenter__item--standard .c-gamecenter__sport-opponent{display:none}.c-gamecenter__item--standard .c-gamecenter__game-info{gap:var(--mod-space-regular,16px);width:100%}.c-gamecenter__item--standard .c-gamecenter__teams{justify-content:space-between;padding:0 8px}.c-gamecenter__item--standard .c-gamecenter__state .c-gamecenter__sport{display:block}.c-gamecenter__item--standard .c-gamecenter__link,.c-gamecenter__item--standard .c-gamecenter__link-container{width:100%}}@media screen and (max-width:540px){.c-gamecenter__item--standard{align-items:flex-end;flex-direction:row}.c-gamecenter__item--standard .c-gamecenter__sport-opponent{display:block}.c-gamecenter__item--standard .c-gamecenter__sport--wide{display:none}.c-gamecenter__item--standard .c-gamecenter__sport--mobile{align-items:center;display:flex;gap:2px;margin-bottom:6px}.c-gamecenter__item--standard .c-gamecenter__opponent,.c-gamecenter__item--standard .c-gamecenter__state .c-gamecenter__sport{display:none}.c-gamecenter__item--standard .c-gamecenter__logo.size-large,.c-gamecenter__item--standard .c-gamecenter__logo.size-regular,.c-gamecenter__item--standard .c-gamecenter__logo.size-small,.c-gamecenter__item--standard .c-gamecenter__logo.size-x-small{height:32px;padding:0;width:32px}.c-gamecenter__item--standard .c-gamecenter__logo.size-large .c-gamecenter__logo-image,.c-gamecenter__item--standard .c-gamecenter__logo.size-regular .c-gamecenter__logo-image,.c-gamecenter__item--standard .c-gamecenter__logo.size-small .c-gamecenter__logo-image,.c-gamecenter__item--standard .c-gamecenter__logo.size-x-small .c-gamecenter__logo-image{max-height:18px;max-width:18px}.c-gamecenter__item--standard .c-gamecenter__link-container{width:auto}.c-gamecenter__item--standard .c-gamecenter__link{height:32px;padding:0;width:32px}.c-gamecenter__item--standard .c-gamecenter__link-text{opacity:0;pointer-events:none;position:absolute;visibility:hidden}}.c-gamecenter__item--standard.light-theme{background:var(--color-theme-background-light);border-color:var(--color-theme-border-light);color:var(--color-theme-safe-light)}.c-gamecenter__item--standard.light-theme .c-gamecenter__decor--default{background:linear-gradient(90deg,var(--color-primary) 0,var(--color-theme-muted-light) 100%)}.c-gamecenter__item--standard.light-theme .c-gamecenter__sport{color:var(--color-theme-muted-light)}.c-gamecenter__item--standard.light-theme .c-gamecenter__logo.stroke{border-color:var(--color-theme-border-light)}.c-gamecenter__item--standard.light-theme .c-gamecenter__link{background:var(--button-on-light);color:var(--button-text-on-light)}.c-gamecenter__item--standard.light-theme .c-gamecenter__link:focus,.c-gamecenter__item--standard.light-theme .c-gamecenter__link:hover{background:var(--button-on-light-hover)}.c-gamecenter__item--standard.dark-theme{background:var(--color-theme-background-dark);border-color:var(--color-theme-border-dark);color:var(--color-theme-safe-dark)}.c-gamecenter__item--standard.dark-theme .c-gamecenter__decor--default{background:linear-gradient(90deg,var(--color-primary) 0,var(--color-theme-muted-dark) 100%)}.c-gamecenter__item--standard.dark-theme .c-gamecenter__sport{color:var(--color-theme-muted-dark)}.c-gamecenter__item--standard.dark-theme .c-gamecenter__logo{background:var(--color-default-white)}.c-gamecenter__item--standard.dark-theme .c-gamecenter__logo.stroke{border-color:var(--color-theme-border-dark)}.c-gamecenter__item--standard.dark-theme .c-gamecenter__link{background:var(--button-on-dark);color:var(--button-text-on-dark)}.c-gamecenter__item--standard.dark-theme .c-gamecenter__link:focus,.c-gamecenter__item--standard.dark-theme .c-gamecenter__link:hover{background:var(--button-on-dark-hover)}.s-gamecenter--standard{container-type:inline-size;display:none}.s-gamecenter--standard:has(.c-gamecenter__item){display:block}.c-templated-game-association{align-items:center;background-color:var(--color-theme-background-light);border-radius:var(--card-radius);display:flex;gap:4px;justify-content:flex-start;min-height:48px;padding:4px;width:100%}@media (min-width:641px){.c-templated-game-association{max-width:300px}.c-templated-game-association:has(.c-templated-game-association__gamecenter),.c-templated-game-association:has(.c-templated-game-association__tickets){max-width:336px}.c-templated-game-association:has(.c-templated-game-association__tickets):has(.c-templated-game-association__gamecenter){max-width:372px}}.c-templated-game-association__swiper{flex:1 1 auto;height:100%;position:relative}@media (min-width:641px){.c-templated-game-association__swiper{width:220px}.c-templated-game-association__swiper:has(.c-templated-game-association__gamecenter),.c-templated-game-association__swiper:has(.c-templated-game-association__tickets){width:256px}.c-templated-game-association__swiper:has(.c-templated-game-association__tickets):has(.c-templated-game-association__gamecenter){width:292px}}.c-templated-game-association__game{gap:4px}.c-templated-game-association__team{align-items:center;background-color:var(--color-theme-surface-alt-light);border-radius:var(--card-radius);display:flex;flex:1 1 auto;gap:4px;justify-content:center;position:relative}.c-templated-game-association__team img{width:24px}.c-templated-game-association__team--single{flex:0 0 50px}.c-templated-game-association__team__score{color:var(--color-theme-muted-light)}.c-templated-game-association__team__score.winning-score{color:var(--color-theme-safe-light)}.c-templated-game-association__team__ranking{color:var(--color-theme-muted-light);left:8px;position:absolute;top:4px}.c-templated-game-association__details{color:var(--color-theme-safe-light);flex:1 1 auto;max-width:calc(100% - 50px);padding:0 4px}.c-templated-game-association__details__time{color:var(--color-theme-muted-light)}.c-templated-game-association__details__score{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.c-templated-game-association__gamecenter,.c-templated-game-association__tickets{background-color:var(--color-theme-surface-alt-light);border-radius:var(--card-radius);color:var(--color-theme-brand-light);height:auto}.c-templated-game-association__gamecenter:focus,.c-templated-game-association__gamecenter:hover,.c-templated-game-association__tickets:focus,.c-templated-game-association__tickets:hover{background:var(--color-theme-elevated-light)}@media (min-width:641px){.c-templated-game-association__gamecenter,.c-templated-game-association__tickets{width:36px}}.c-templated-game-association__gamecenter .s-gamecenter-icon{rotate:-45deg}.c-templated-game-association__tv{align-items:center;display:flex;height:40px;justify-content:center;width:40px}.c-templated-game-association__tv img{-o-object-fit:contain;object-fit:contain;width:100%}.c-templated-game-association__indicator{color:var(--color-theme-muted-light)}.c-templated-game-association__indicator .winning-score{color:var(--color-theme-safe-light)}.c-templated-game-association__controls-button{align-items:center;border-radius:var(--card-radius);color:var(--color-theme-safe-light);display:flex;justify-content:center;min-height:40px;transition:background-color .15s;width:32px}.c-templated-game-association__controls-button.swiper-button-disabled{opacity:.5}.c-templated-game-association__controls-button:not(.swiper-button-disabled):focus,.c-templated-game-association__controls-button:not(.swiper-button-disabled):hover{background-color:var(--color-theme-surface-light)}.c-templated-game-association .swiper{left:0;position:static;top:0;width:100%}.c-templated-game-association.on-dark-theme{background-color:var(--color-theme-background-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__team{background-color:var(--color-theme-surface-alt-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__team img{width:24px}.c-templated-game-association.on-dark-theme .c-templated-game-association__team__score{color:var(--color-theme-muted-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__team__score.winning-score{color:var(--color-theme-safe-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__team__ranking{color:var(--color-theme-muted-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__details{color:var(--color-theme-safe-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__details__time{color:var(--color-theme-muted-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__gamecenter,.c-templated-game-association.on-dark-theme .c-templated-game-association__tickets{background-color:var(--color-theme-surface-alt-dark);color:var(--color-theme-brand-dark);transition:background-color .15s}.c-templated-game-association.on-dark-theme .c-templated-game-association__gamecenter:focus,.c-templated-game-association.on-dark-theme .c-templated-game-association__gamecenter:hover,.c-templated-game-association.on-dark-theme .c-templated-game-association__tickets:focus,.c-templated-game-association.on-dark-theme .c-templated-game-association__tickets:hover{background:var(--color-theme-elevated-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__controls-button{color:var(--color-theme-safe-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__controls-button:not(.swiper-button-disabled):focus,.c-templated-game-association.on-dark-theme .c-templated-game-association__controls-button:not(.swiper-button-disabled):hover{background-color:var(--color-theme-surface-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__indicator{color:var(--color-theme-muted-dark)}.c-templated-game-association.on-dark-theme .c-templated-game-association__indicator .winning-score{color:var(--color-theme-safe-dark)}.c-templated-game-association.compact-size{min-height:40px}.c-templated-game-association.compact-size .c-templated-game-association__game{justify-content:center}.c-templated-game-association.compact-size .c-templated-game-association__details{flex:0 0 auto}.c-templated-game-association.compact-size .c-templated-game-association__tv{height:32px;width:32px}.c-templated-game-association.compact-size .c-templated-game-association__team{background-color:transparent;flex:0 0 auto}.c-templated-game-association.compact-size .c-templated-game-association__team--first{justify-content:flex-end}.c-templated-game-association.compact-size .c-templated-game-association__team--second{justify-content:flex-start}.c-templated-game-association.compact-size .c-templated-game-association__controls-button{height:32px}@media (min-width:641px){.c-templated-game-association.compact-size{max-width:256px}.c-templated-game-association.compact-size:has(.c-templated-game-association__gamecenter),.c-templated-game-association.compact-size:has(.c-templated-game-association__tickets){max-width:292px}.c-templated-game-association.compact-size:has(.c-templated-game-association__tickets):has(.c-templated-game-association__gamecenter){max-width:328px}.c-templated-game-association.compact-size .c-templated-game-association__swiper{width:180px}.c-templated-game-association.compact-size .c-templated-game-association__swiper:has(.c-templated-game-association__tickets):has(.c-templated-game-association__gamecenter){width:205px}.c-templated-game-association.compact-size .c-templated-game-association__details{flex:1 1 auto}}.c-item-details.wrapped-enabled[data-v-4bc543f2]{background-color:var(--color-theme-elevated-dark);border-radius:var(--mod-radius);color:var(--color-theme-muted-dark);padding:2px 8px;width:-moz-fit-content;width:fit-content}.c-item-details.wrapped-enabled.on-light-theme[data-v-4bc543f2]{background-color:var(--color-theme-elevated-light);color:var(--color-theme-muted-light)}.c-item-details.wrapped-enabled.on-light-theme .c-item-details__separator[data-v-4bc543f2]{background:var(--color-theme-muted-light)}.c-item-details.wrapped-enabled.on-dark-theme[data-v-4bc543f2]{background-color:var(--color-theme-elevated-dark);color:var(--color-theme-muted-dark)}.c-item-details.wrapped-enabled.on-dark-theme .c-item-details__separator[data-v-4bc543f2]{background:var(--color-theme-muted-dark)}.c-item-details.wrapped-enabled .c-item-details__byline[data-v-4bc543f2]{border:none;padding:0}.c-item-details__byline[data-v-4bc543f2]{border:1px solid var(--color-theme-border-light);border-radius:var(--mod-radius);padding:2px 6px}.c-item-details.on-dark-theme .c-item-details__byline[data-v-4bc543f2]{border-color:var(--color-theme-border-dark)}.c-image-custom__image-effect>div{height:100%;left:0;position:absolute;top:0;width:100%}.c-image-custom__image-effect__solid-overlay{background:#1e1d2388}.c-image-custom__image-effect__gradient-btm{background:linear-gradient(180deg,#1e1d2300 0,#1e1d23)}.c-image-custom__image-effect__gradient-left{background:linear-gradient(270deg,#1e1d2300 0,#1e1d23)}.c-image-custom__image-effect__gradient-right{background:linear-gradient(90deg,#1e1d2300 0,#1e1d23)}.c-image-custom__image-effect__gradient-top{background:linear-gradient(0deg,#1e1d2300 0,#1e1d23)}.c-image-custom.light-effect .c-image-custom__image-effect__solid-overlay{background:#fff8}.c-image-custom.light-effect .c-image-custom__image-effect__gradient-btm{background:linear-gradient(180deg,#fff0 0,#fff)}.c-image-custom.light-effect .c-image-custom__image-effect__gradient-left{background:linear-gradient(270deg,#fff0 0,#fff)}.c-image-custom.light-effect .c-image-custom__image-effect__gradient-right{background:linear-gradient(90deg,#fff0 0,#fff)}.c-image-custom.light-effect .c-image-custom__image-effect__gradient-top{background:linear-gradient(0deg,#fff0 0,#fff)}.s-videos article:focus .c-templated-video-modal__open,.s-videos article:hover .c-templated-video-modal__open{background-color:var(--button-on-light-hover)}.s-videos article:focus .c-templated-video-modal.on-dark-theme__open:focus,.s-videos article:focus .c-templated-video-modal.on-dark-theme__open:hover,.s-videos article:hover .c-templated-video-modal.on-dark-theme__open:focus,.s-videos article:hover .c-templated-video-modal.on-dark-theme__open:hover{background-color:var(--button-on-dark-hover)}.c-templated-video-modal__modal{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#000c;color:#fff;z-index:100}.c-templated-video-modal__player{aspect-ratio:16/9;display:flex;flex:1;flex-direction:column;max-height:80vh;max-width:var(--page-max-grid-width)}.c-templated-video-modal__player iframe{height:100%;left:0;position:absolute;top:0;width:100%}.c-templated-video-modal__player .sidearm-modal__player{height:100%;width:100%}.c-templated-video-modal__open--whole-item{background:transparent;bottom:0;height:100%;left:0;opacity:0;position:absolute;width:100%;z-index:5}.c-templated-video-modal__open{align-items:center;background-color:var(--button-on-light);border-radius:50%;color:var(--button-text-on-light);display:flex;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.15s}.c-templated-video-modal__open:focus,.c-templated-video-modal__open:hover{background-color:var(--button-on-light-hover)}.c-templated-video-modal__open.large-play-button{height:var(--comp-icon-only-box-size--large);width:var(--comp-icon-only-box-size--large)}.c-templated-video-modal__open.large-play-button .s-icon{height:24px;width:24px}.c-templated-video-modal__open.regular-play-button{height:var(--comp-icon-only-box-size--regular);width:var(--comp-icon-only-box-size--regular)}.c-templated-video-modal__open.regular-play-button .s-icon{height:20px;width:20px}.c-templated-video-modal__open.small-play-button{height:var(--comp-icon-only-box-size--small);width:var(--comp-icon-only-box-size--small)}.c-templated-video-modal__open.small-play-button .s-icon{height:16px;width:16px}.c-templated-video-modal__open.full-play-button{background-color:transparent;border-radius:0;color:var(--button-text-on-dark);height:100%;transition:background-color .25s;width:100%}.c-templated-video-modal__open.full-play-button:focus,.c-templated-video-modal__open.full-play-button:hover{background-color:var(--button-on-dark-hover);color:var(--button-text-on-dark)}.c-templated-video-modal__open.full-play-button .s-icon{height:24px;width:24px}.c-templated-video-modal__close{background-color:var(--button-on-dark);border-radius:50%;color:var(--button-text-on-dark);height:var(--comp-icon-only-box-size--regular);position:absolute;right:24px;top:24px;width:var(--comp-icon-only-box-size--regular);z-index:1}.c-templated-video-modal__close:focus,.c-templated-video-modal__close:hover{background-color:var(--button-on-dark-hover)}.c-templated-video-modal__close .s-icon{height:20px;width:20px}.c-templated-video-modal.on-dark-theme .c-templated-video-modal__open{background-color:var(--button-on-dark);color:var(--button-text-on-dark)}.c-templated-video-modal.on-dark-theme .c-templated-video-modal__open:focus,.c-templated-video-modal.on-dark-theme .c-templated-video-modal__open:hover{background-color:var(--button-on-dark-hover)}.c-templated-video-modal.on-dark-theme .c-templated-video-modal__open.full-play-button{background-color:transparent;color:var(--button-text-on-light)}.c-templated-video-modal.on-dark-theme .c-templated-video-modal__open.full-play-button:focus,.c-templated-video-modal.on-dark-theme .c-templated-video-modal__open.full-play-button:hover{background-color:var(--button-on-light-hover)}.c-templated-video-modal.in-details .c-templated-video-modal__open{height:var(--comp-icon-only-box-size--small);left:unset;margin-bottom:12px;position:relative;top:unset;transform:none;width:var(--comp-icon-only-box-size--small)}.c-templated-video-modal.in-details .c-templated-video-modal__open .s-icon{height:16px;width:16px}.c-stories__item--list{align-items:flex-start;border-radius:var(--mod-radius);display:flex;flex-direction:row;gap:var(--card-space-regular);height:100%;overflow:hidden}.c-stories__item--list:focus .c-image-custom img,.c-stories__item--list:hover .c-image-custom img{transform:scale(1.1)}.c-stories__item--list .c-stories__media{border-radius:var(--mod-radius);overflow:hidden}.c-stories__item--list .c-stories__media-link .c-image-custom img{transition:transform .25s}.c-stories__item--list .c-stories__media-link:focus .c-image-custom img,.c-stories__item--list .c-stories__media-link:hover .c-image-custom img{transform:scale(1.1)}.c-stories__item--list .c-stories__media-link:focus .c-stories__icon,.c-stories__item--list .c-stories__media-link:hover .c-stories__icon{background-color:var(--button-on-light-hover)}.c-stories__item--list .c-stories__icon{align-items:center;background-color:var(--button-on-light);border-radius:50%;color:var(--button-text-on-light);display:flex;height:var(--comp-icon-only-box-size--large);justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--comp-icon-only-box-size--large)}.c-stories__item--list .c-stories__icon .s-icon{height:24px;width:24px}.c-stories__item--list .c-stories__details{color:var(--color-theme-muted-light);display:flex;flex:1 1 auto;flex-direction:column;justify-content:center}.c-stories__item--list .c-stories__games{margin-bottom:var(--card-space-x-small)}.c-stories__item--list .c-stories__title{color:var(--color-theme-safe-light);margin-bottom:var(--card-space-x-small)}.c-stories__item--list .c-stories__title:focus,.c-stories__item--list .c-stories__title:hover{text-decoration:underline}.c-stories__item--list.icon-enabled .c-stories__media{aspect-ratio:1;flex:0 0 var(--comp-icon-only-box-size--large);max-width:var(--comp-icon-only-box-size--large)}.c-stories__item--list:not(.icon-enabled) .c-stories__media{flex:0 0 33%}.c-stories__item--list:not(.icon-enabled).large-size .c-stories__media{flex:0 0 50%;max-width:360px}.c-stories__item--list:not(.icon-enabled).medium-size .c-stories__media{max-width:240px}.c-stories__item--list:not(.icon-enabled).small-size .c-stories__media{max-width:160px}.c-stories__item--list:not(.icon-enabled).x-small-size .c-stories__media{max-width:96px}.c-stories__item--list:not(.icon-enabled).x-small-size .c-stories__media.icon-enabled{flex:0 0 var(--comp-icon-only-box-size--regular);max-width:var(--comp-icon-only-box-size--regular)}.c-stories__item--list.on-dark-theme .c-stories__title{color:var(--color-theme-safe-dark)}.c-stories__item--list.on-dark-theme .c-stories__media-link:focus .c-stories__icon,.c-stories__item--list.on-dark-theme .c-stories__media-link:hover .c-stories__icon{background-color:var(--button-on-dark-hover)}.c-stories__item--list.on-dark-theme .c-stories__details{color:var(--color-theme-muted-dark)}.c-stories__item--list.on-dark-theme .c-stories__icon{background-color:var(--button-on-dark);color:var(--button-text-on-dark)}.c-stories__item--card{border-radius:var(--mod-radius);display:flex;flex-direction:column;height:100%;overflow:hidden}.c-stories__item--card:focus .c-image-custom img,.c-stories__item--card:hover .c-image-custom img{transform:scale(1.1)}.c-stories__item--card .c-stories__media{border-radius:var(--mod-radius);overflow:hidden;width:100%}.c-stories__item--card .c-stories__media .c-image-custom__resized{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-stories__item--card .c-stories__media .c-image-custom__placeholder-logo{-o-object-fit:contain;object-fit:contain}.c-stories__item--card .c-stories__media-link{display:block;width:100%}.c-stories__item--card .c-stories__media-link .c-image-custom img{transition:transform .25s}.c-stories__item--card .c-stories__media-link:focus .c-stories__icon,.c-stories__item--card .c-stories__media-link:hover .c-stories__icon{background-color:var(--color-primary-hover)}.c-stories__item--card .c-stories__details{color:var(--color-theme-muted-light);display:flex;flex-direction:column;justify-content:space-between;padding-top:var(--card-space-x-small)}.c-stories__item--card .c-stories__title{color:var(--color-theme-safe-light);margin-bottom:var(--card-space-x-small)}.c-stories__item--card .c-stories__title:focus,.c-stories__item--card .c-stories__title:hover{text-decoration:underline}.c-stories__item--card .c-stories__games{margin-top:var(--card-space-x-small)}.c-stories__item--card.wrapped-enabled:not(.headline-overlaid){background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border-light);border-radius:var(--mod-radius)}.c-stories__item--card.wrapped-enabled:not(.headline-overlaid) .c-stories__media{border-radius:var(--mod-radius) var(--mod-radius) 0 0}.c-stories__item--card.wrapped-enabled:not(.headline-overlaid) .c-stories__details{padding:16px}.c-stories__item--card.headline-overlaid{background-color:var(--color-theme-background-dark);position:relative}.c-stories__item--card.headline-overlaid .c-stories__title{color:var(--color-theme-safe-dark)}.c-stories__item--card.headline-overlaid .c-stories__details{bottom:0;color:var(--color-theme-muted-dark);left:0;padding:var(--card-padding-vertical) var(--card-padding-horizontal);position:absolute;width:100%}.c-stories__item--card.headline-overlaid.light-effect{background-color:var(--color-theme-background-light)}.c-stories__item--card.headline-overlaid.light-effect .c-stories__title{color:var(--color-theme-safe-light)}.c-stories__item--card.headline-overlaid.light-effect .c-stories__details{color:var(--color-theme-muted-light)}.c-stories__item--card.on-dark-theme.wrapped-enabled{background-color:var(--color-theme-background-dark);border:1px solid var(--color-theme-border-dark)}.c-stories__item--card.on-dark-theme .c-stories__title{color:var(--color-theme-safe-dark)}.c-stories__item--card.on-dark-theme .c-stories__details{color:var(--color-theme-muted-dark)}.c-stories__item--mega{border-radius:var(--mod-radius);display:flex;flex-direction:column;height:100%;overflow:hidden}.c-stories__item--mega:focus .c-image-custom img,.c-stories__item--mega:hover .c-image-custom img{transform:scale(1.1)}.c-stories__item--mega .c-stories__media{border-radius:var(--mod-radius);overflow:hidden;width:100%}.c-stories__item--mega .c-stories__media .c-image-custom__resized{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-stories__item--mega .c-stories__media .c-image-custom__placeholder-logo{-o-object-fit:contain;object-fit:contain}.c-stories__item--mega .c-stories__media-link{display:block;width:100%}.c-stories__item--mega .c-stories__media-link .c-image-custom img{transition:transform .25s}.c-stories__item--mega .c-stories__media-link:focus .c-stories__icon,.c-stories__item--mega .c-stories__media-link:hover .c-stories__icon{background-color:var(--color-primary-hover)}.c-stories__item--mega .c-stories__details{align-items:flex-start;color:var(--color-theme-muted-light);display:flex;flex-direction:column;gap:var(--mod-space-regular);justify-content:flex-start;padding-top:var(--card-space-x-small)}.c-stories__item--mega .c-stories__games{width:100%}.c-stories__item--mega .c-stories__title{color:var(--color-theme-safe-light)}.c-stories__item--mega .c-stories__title:focus,.c-stories__item--mega .c-stories__title:hover{text-decoration:underline}.c-stories__item--mega .c-stories__teaser{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.c-stories__item--mega .c-stories__links{gap:var(--card-space-x-small);margin-top:var(--mod-space-small);overflow-x:auto;padding-bottom:4px;text-wrap:nowrap;width:100%}@media (min-width:1025px){.c-stories__item--mega .c-stories__links{flex-wrap:wrap;overflow-x:unset;padding-bottom:0}}.c-stories__item--mega .c-stories__link{align-items:center;background-color:var(--color-theme-elevated-light);border-radius:var(--mod-radius);color:var(--color-theme-safe-light);display:flex;gap:4px;padding:4px var(--mod-space-small)}.c-stories__item--mega .c-stories__link:focus,.c-stories__item--mega .c-stories__link:hover{background-color:var(--color-theme-elevated-light-hover)}.c-stories__item--mega .c-stories__sponsor{display:flex;justify-content:flex-start}@media (min-width:1025px){.c-stories__item--mega .c-stories__games{bottom:24px;position:absolute;right:24px;width:auto}}.c-stories__item--mega.wrapped-enabled:not(.headline-overlaid){background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border-light);border-radius:var(--mod-radius)}.c-stories__item--mega.wrapped-enabled:not(.headline-overlaid) .c-stories__media{border-radius:var(--mod-radius) var(--mod-radius) 0 0}.c-stories__item--mega.wrapped-enabled:not(.headline-overlaid) .c-stories__details{padding:16px}.c-stories__item--mega.headline-overlaid{background-color:var(--color-theme-background-dark);position:relative}.c-stories__item--mega.headline-overlaid .c-stories__title{color:var(--color-theme-safe-dark)}.c-stories__item--mega.headline-overlaid .c-stories__details{bottom:0;color:var(--color-theme-muted-dark);left:0;padding:var(--card-padding-vertical) var(--card-padding-horizontal);position:absolute;width:100%}.c-stories__item--mega.headline-overlaid .c-stories__link{background-color:var(--color-theme-elevated-dark);color:var(--color-theme-safe-dark)}.c-stories__item--mega.headline-overlaid .c-stories__link:focus,.c-stories__item--mega.headline-overlaid .c-stories__link:hover{background-color:var(--color-theme-elevated-dark-hover)}.c-stories__item--mega.headline-overlaid.light-effect{background-color:var(--color-theme-background-light)}.c-stories__item--mega.headline-overlaid.light-effect .c-stories__title{color:var(--color-theme-safe-light)}.c-stories__item--mega.headline-overlaid.light-effect .c-stories__details{color:var(--color-theme-muted-light)}.c-stories__item--mega.headline-overlaid.light-effect .c-stories__link{background-color:var(--color-theme-elevated-light);color:var(--color-theme-safe-light)}.c-stories__item--mega.headline-overlaid.light-effect .c-stories__link:focus,.c-stories__item--mega.headline-overlaid.light-effect .c-stories__link:hover{background-color:var(--color-theme-elevated-light-hover)}@media (min-width:1025px){.c-stories__item--mega.headline-overlaid:has(.c-stories__games) .c-stories__details{width:calc(100% - 324px)}}.c-stories__item--mega.on-dark-theme.wrapped-enabled{background-color:var(--color-theme-background-dark);border:1px solid var(--color-theme-border-dark)}.c-stories__item--mega.on-dark-theme .c-stories__title{color:var(--color-theme-safe-dark)}.c-stories__item--mega.on-dark-theme .c-stories__details{color:var(--color-theme-muted-dark)}.c-stories__item--mega.on-dark-theme .c-stories__link{background-color:var(--color-theme-elevated-dark);color:var(--color-theme-safe-dark)}.c-stories__item--mega.on-dark-theme .c-stories__link:focus,.c-stories__item--mega.on-dark-theme .c-stories__link:hover{background-color:var(--color-theme-elevated-dark-hover)}.c-stories__item--feature{background-color:var(--color-theme-background-light);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.c-stories__item--feature:focus .c-image-custom img,.c-stories__item--feature:hover .c-image-custom img{transform:scale(1.1)}.c-stories__item--feature .c-stories__media{overflow:hidden;width:100%}.c-stories__item--feature .c-stories__media .c-image-custom__resized{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.c-stories__item--feature .c-stories__media .c-image-custom__placeholder-logo{-o-object-fit:contain;object-fit:contain}.c-stories__item--feature .c-stories__media-link{display:block;width:100%}.c-stories__item--feature .c-stories__media-link .c-image-custom img{transition:transform .25s}.c-stories__item--feature .c-stories__media-link:focus .c-stories__icon,.c-stories__item--feature .c-stories__media-link:hover .c-stories__icon{background-color:var(--color-primary-hover)}.c-stories__item--feature .c-stories__details{align-items:flex-start;color:var(--color-theme-muted-light);display:flex;flex-direction:column;gap:var(--mod-space-regular);justify-content:center;padding:var(--mod-padding-vertical) var(--mod-padding-horizontal)}.c-stories__item--feature .c-stories__title{color:var(--color-theme-safe-light);display:-webkit-box;text-align:left;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.c-stories__item--feature .c-stories__title:focus,.c-stories__item--feature .c-stories__title:hover{text-decoration:underline}.c-stories__item--feature .c-stories__teaser{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:left}.c-stories__item--feature .c-stories__links{flex-wrap:nowrap;gap:var(--card-space-x-small);justify-content:flex-start;margin-top:var(--mod-space-small);overflow-x:auto;padding-bottom:4px;text-wrap:nowrap;width:100%}@media (min-width:1025px){.c-stories__item--feature .c-stories__links{flex-wrap:wrap;overflow-x:unset;padding-bottom:0}}.c-stories__item--feature .c-stories__link{align-items:center;background-color:var(--color-theme-elevated-light);border-radius:var(--mod-radius);color:var(--color-theme-safe-light);display:flex;gap:4px;padding:4px var(--mod-space-small)}.c-stories__item--feature .c-stories__link:focus,.c-stories__item--feature .c-stories__link:hover{background-color:var(--color-theme-elevated-light-hover)}.c-stories__item--feature .c-stories__games{width:100%}.c-stories__item--feature.light-effect .c-stories__title{color:var(--color-theme-safe-light)}.c-stories__item--feature.light-effect .c-stories__details{color:var(--color-theme-muted-light)}.c-stories__item--feature.light-effect .c-stories__link{background-color:var(--color-theme-elevated-light);color:var(--color-theme-safe-light)}.c-stories__item--feature.light-effect .c-stories__link:focus,.c-stories__item--feature.light-effect .c-stories__link:hover{background-color:var(--color-theme-elevated-light-hover)}.c-stories__item--feature.on-dark-theme{background-color:var(--color-theme-background-dark)}.c-stories__item--feature.on-dark-theme .c-stories__title{color:var(--color-theme-safe-dark)}.c-stories__item--feature.on-dark-theme .c-stories__details{color:var(--color-theme-muted-dark)}.c-stories__item--feature.on-dark-theme .c-stories__link{background-color:var(--color-theme-elevated-dark);color:var(--color-theme-safe-dark)}.c-stories__item--feature.on-dark-theme .c-stories__link:focus,.c-stories__item--feature.on-dark-theme .c-stories__link:hover{background-color:var(--color-theme-elevated-dark-hover)}@media (min-width:641px){.c-stories__item--feature .c-stories__games{max-width:300px}}@media (min-width:1024px){.c-stories__item--feature{flex-direction:row;justify-content:space-between}.c-stories__item--feature .c-stories__details{flex:0 0 33%}.c-stories__item--feature .c-stories__games{bottom:24px;left:unset;position:absolute;right:24px}.c-stories__item--feature.headline-grid-right .c-stories__games,.c-stories__item--feature.headline-right .c-stories__games{left:24px;right:unset}.c-stories__item--feature.headline-grid-right .c-stories__details,.c-stories__item--feature.headline-right .c-stories__details{align-items:flex-end}.c-stories__item--feature.headline-grid-right .c-stories__teaser,.c-stories__item--feature.headline-grid-right .c-stories__title,.c-stories__item--feature.headline-right .c-stories__teaser,.c-stories__item--feature.headline-right .c-stories__title{text-align:right}.c-stories__item--feature.headline-grid-right .c-stories__links,.c-stories__item--feature.headline-right .c-stories__links{justify-content:flex-end}.c-stories__item--feature.headline-grid-left{padding-left:max((100vw - var(--page-max-grid-width))/2,0px)}.c-stories__item--feature.headline-grid-right{padding-right:max((100vw - var(--page-max-grid-width))/2,0px)}}.c-component-cta__link{align-items:center;background-color:var(--button-on-light);border-radius:var(--comp-radius--large);color:var(--button-text-on-light);display:flex;gap:var(--comp-space--regular);justify-content:center;margin-top:16px;min-height:var(--comp-icon-only-box-size--regular);min-width:var(--comp-icon-only-box-size--regular);transition:.15s}.c-component-cta__link:has(.c-component-cta__text){padding:8px var(--comp-padding-horizontal--regular)!important}.c-component-cta__link:not(:has(.c-component-cta__text)){padding:0!important}.c-component-cta__link:focus,.c-component-cta__link:hover{background-color:var(--button-on-light-hover)}.c-component-cta__link:focus .c-component-cta__text{text-decoration:underline}.c-component-cta.on-dark-theme{background-color:var(--button-on-dark);color:var(--button-text-on-dark)}.c-component-cta.on-dark-theme:focus,.c-component-cta.on-dark-theme:hover{background-color:var(--button-on-dark-hover)}.s-stories--grid .c-stories__container[data-v-c38aed1c]{display:grid;gap:var(--mod-space-regular)}.s-stories--grid .c-stories__container.max-columns-4[data-v-c38aed1c]{grid-template-columns:repeat(4,1fr)}.s-stories--grid .c-stories__container.max-columns-3[data-v-c38aed1c]{grid-template-columns:repeat(3,1fr)}.s-stories--grid .c-stories__container.max-columns-2[data-v-c38aed1c]{grid-template-columns:repeat(2,1fr)}.s-stories--grid .c-stories__container.max-columns-1[data-v-c38aed1c]{grid-template-columns:repeat(1,1fr)}.s-stories--grid .c-stories__buttons[data-v-c38aed1c]{gap:var(--mod-space-regular)}.s-stories--grid .c-stories__buttons a[data-v-c38aed1c],.s-stories--grid .c-stories__buttons button[data-v-c38aed1c]{align-items:center;background-color:var(--button-on-light);border-radius:var(--comp-radius--large);color:var(--button-text-on-light);display:flex;justify-content:center;margin-top:16px;padding:var(--comp-padding-vertical--regular) var(--comp-padding-horizontal--regular);transition:.15s}.s-stories--grid .c-stories__buttons a[data-v-c38aed1c]:focus,.s-stories--grid .c-stories__buttons a[data-v-c38aed1c]:hover,.s-stories--grid .c-stories__buttons button[data-v-c38aed1c]:focus,.s-stories--grid .c-stories__buttons button[data-v-c38aed1c]:hover{background-color:var(--button-on-light-hover)}.s-stories--grid.wrapped-enabled[data-v-c38aed1c]{background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border);border-radius:var(--mod-radius);padding:var(--mod-padding-vertical) var(--mod-padding-horizontal)}.s-stories--grid.wrapped-enabled.on-dark-theme[data-v-c38aed1c]{background-color:var(--color-theme-background-dark);border:1px solid var(--color-theme-border-dark)}.s-stories--grid.on-dark-theme .c-stories__buttons[data-v-c38aed1c]{gap:var(--mod-space-regular)}.s-stories--grid.on-dark-theme .c-stories__buttons a[data-v-c38aed1c],.s-stories--grid.on-dark-theme .c-stories__buttons button[data-v-c38aed1c]{background-color:var(--button-on-dark);color:var(--button-text-on-dark)}.s-stories--grid.on-dark-theme .c-stories__buttons a[data-v-c38aed1c]:focus,.s-stories--grid.on-dark-theme .c-stories__buttons a[data-v-c38aed1c]:hover,.s-stories--grid.on-dark-theme .c-stories__buttons button[data-v-c38aed1c]:focus,.s-stories--grid.on-dark-theme .c-stories__buttons button[data-v-c38aed1c]:hover{background-color:var(--button-on-dark-hover)}.c-videos__item--list{align-items:flex-start;border-radius:var(--mod-radius);display:flex;flex-direction:row;gap:var(--card-space-regular);height:100%;overflow:hidden;position:relative}.c-videos__item--list:focus-within .c-image-custom img,.c-videos__item--list:hover .c-image-custom img{transform:scale(1.1)}.c-videos__item--list .c-videos__media{border-radius:var(--mod-radius);overflow:hidden}.c-videos__item--list .c-videos__media-link .c-image-custom img{transition:transform .25s}.c-videos__item--list .c-videos__media-link:focus .c-image-custom img,.c-videos__item--list .c-videos__media-link:hover .c-image-custom img{transform:scale(1.1)}.c-videos__item--list .c-videos__media-link:focus .c-videos__icon,.c-videos__item--list .c-videos__media-link:hover .c-videos__icon{background-color:var(--button-on-light-hover)}.c-videos__item--list .c-videos__icon{align-items:center;background-color:var(--button-on-light);border-radius:50%;color:var(--button-text-on-light);display:flex;height:var(--comp-icon-only-box-size--large);justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:var(--comp-icon-only-box-size--large)}.c-videos__item--list .c-videos__icon .s-icon{height:24px;width:24px}.c-videos__item--list .c-videos__details{color:var(--color-theme-muted-light);display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;padding-top:var(--card-space-x-small)}.c-videos__item--list .c-videos__title{color:var(--color-theme-safe-light);margin-bottom:var(--card-space-x-small)}.c-videos__item--list.icon-enabled .c-videos__media{aspect-ratio:1;flex:0 0 var(--comp-icon-only-box-size--large);max-width:var(--comp-icon-only-box-size--large)}.c-videos__item--list:not(.icon-enabled) .c-videos__media{flex:0 0 33%}.c-videos__item--list:not(.icon-enabled).large-size .c-videos__media{flex:0 0 50%;max-width:360px}.c-videos__item--list:not(.icon-enabled).medium-size .c-videos__media{max-width:240px}.c-videos__item--list:not(.icon-enabled).small-size .c-videos__media{max-width:160px}.c-videos__item--list:not(.icon-enabled).x-small-size .c-videos__media{max-width:96px}.c-videos__item--list:not(.icon-enabled).x-small-size .c-videos__media.icon-enabled{flex:0 0 var(--comp-icon-only-box-size--regular);max-width:var(--comp-icon-only-box-size--regular)}.c-videos__item--list.on-dark-theme .c-videos__title{color:var(--color-theme-safe-dark)}.c-videos__item--list.on-dark-theme .c-videos__media-link:focus .c-videos__icon,.c-videos__item--list.on-dark-theme .c-videos__media-link:hover .c-videos__icon{background-color:var(--button-on-dark-hover)}.c-videos__item--list.on-dark-theme .c-videos__details{color:var(--color-theme-muted-dark)}.c-videos__item--list.on-dark-theme .c-videos__icon{background-color:var(--button-on-dark);color:var(--button-text-on-dark)}.c-videos__item--card{border-radius:var(--mod-radius);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.c-videos__item--card:focus-within .c-image-custom img,.c-videos__item--card:hover .c-image-custom img{transform:scale(1.1)}.c-videos__item--card .c-videos__media{border-radius:var(--mod-radius);overflow:hidden}.c-videos__item--card .c-videos__media-link{display:block;width:100%}.c-videos__item--card .c-videos__media-link .c-image-custom img{transition:transform .25s;width:100%}.c-videos__item--card .c-videos__media-link:focus .c-videos__icon,.c-videos__item--card .c-videos__media-link:hover .c-videos__icon{background-color:var(--color-primary-hover)}.c-videos__item--card .c-videos__details{color:var(--color-theme-muted-light);display:flex;flex-direction:column;justify-content:space-between;padding-top:var(--card-space-x-small)}.c-videos__item--card .c-videos__title{color:var(--color-theme-safe-light);margin-bottom:var(--card-space-x-small)}.c-videos__item--card.wrapped-enabled:not(.headline-overlaid){background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border-light);border-radius:var(--mod-radius)}.c-videos__item--card.wrapped-enabled:not(.headline-overlaid) .c-videos__media{border-radius:var(--mod-radius) var(--mod-radius) 0 0}.c-videos__item--card.wrapped-enabled:not(.headline-overlaid) .c-videos__details{padding:16px}.c-videos__item--card.headline-overlaid{background-color:var(--color-theme-background-dark);position:relative}.c-videos__item--card.headline-overlaid .c-videos__title{color:var(--color-theme-safe-dark)}.c-videos__item--card.headline-overlaid .c-videos__details{bottom:0;color:var(--color-theme-muted-dark);left:0;padding:var(--card-padding-vertical) var(--card-padding-horizontal);position:absolute;width:100%}.c-videos__item--card.headline-overlaid.light-effect{background-color:var(--color-theme-background-light)}.c-videos__item--card.headline-overlaid.light-effect .c-videos__title{color:var(--color-theme-safe-light)}.c-videos__item--card.headline-overlaid.light-effect .c-videos__details{color:var(--color-theme-muted-light)}.c-videos__item--card.on-dark-theme.wrapped-enabled{background-color:var(--color-theme-background-dark);border:1px solid var(--color-theme-border-dark)}.c-videos__item--card.on-dark-theme .c-videos__title{color:var(--color-theme-safe-dark)}.c-videos__item--card.on-dark-theme .c-videos__details{color:var(--color-theme-muted-dark)}.c-videos__item--mega{border-radius:var(--mod-radius);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.c-videos__item--mega:focus-within .c-image-custom img,.c-videos__item--mega:hover .c-image-custom img{transform:scale(1.1)}.c-videos__item--mega .c-videos__media{border-radius:var(--mod-radius);overflow:hidden}.c-videos__item--mega .c-videos__media-link .c-image-custom img{transition:transform .25s}.c-videos__item--mega .c-videos__media-link:focus .c-videos__icon,.c-videos__item--mega .c-videos__media-link:hover .c-videos__icon{background-color:var(--color-primary-hover)}.c-videos__item--mega .c-videos__details{color:var(--color-theme-muted-light);display:flex;flex-direction:column;gap:var(--mod-space-regular);justify-content:flex-start;padding-top:var(--card-space-x-small)}.c-videos__item--mega .c-videos__title{color:var(--color-theme-safe-light)}.c-videos__item--mega .c-videos__title:focus,.c-videos__item--mega .c-videos__title:hover{text-decoration:underline}.c-videos__item--mega .c-videos__teaser{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.c-videos__item--mega .c-videos__links{gap:var(--card-space-x-small);margin-top:var(--mod-space-small)}.c-videos__item--mega .c-videos__link{align-items:center;background-color:var(--color-theme-elevated-light);border-radius:var(--mod-radius);color:var(--color-theme-safe-light);display:flex;gap:4px;padding:4px var(--mod-space-small)}.c-videos__item--mega .c-videos__link:focus,.c-videos__item--mega .c-videos__link:hover{background-color:var(--color-theme-elevated-light-hover)}.c-videos__item--mega .c-videos__sponsor{display:flex;justify-content:flex-start}@media (min-width:1025px){.c-videos__item--mega .c-videos__games{bottom:24px;position:absolute;right:24px}}.c-videos__item--mega.wrapped-enabled:not(.headline-overlaid){background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border-light);border-radius:var(--mod-radius)}.c-videos__item--mega.wrapped-enabled:not(.headline-overlaid) .c-videos__media{border-radius:var(--mod-radius) var(--mod-radius) 0 0}.c-videos__item--mega.wrapped-enabled:not(.headline-overlaid) .c-videos__details{padding:16px}.c-videos__item--mega.headline-overlaid{background-color:var(--color-theme-background-dark);position:relative}.c-videos__item--mega.headline-overlaid .c-videos__title{color:var(--color-theme-safe-dark)}.c-videos__item--mega.headline-overlaid .c-videos__details{bottom:0;color:var(--color-theme-muted-dark);left:0;padding:var(--card-padding-vertical) var(--card-padding-horizontal);position:absolute;width:100%}.c-videos__item--mega.headline-overlaid .c-videos__link{background-color:var(--color-theme-elevated-dark);color:var(--color-theme-safe-dark)}.c-videos__item--mega.headline-overlaid .c-videos__link:focus,.c-videos__item--mega.headline-overlaid .c-videos__link:hover{background-color:var(--color-theme-elevated-dark-hover)}.c-videos__item--mega.headline-overlaid.light-effect{background-color:var(--color-theme-background-light)}.c-videos__item--mega.headline-overlaid.light-effect .c-videos__title{color:var(--color-theme-safe-light)}.c-videos__item--mega.headline-overlaid.light-effect .c-videos__details{color:var(--color-theme-muted-light)}.c-videos__item--mega.headline-overlaid.light-effect .c-videos__link{background-color:var(--color-theme-elevated-light);color:var(--color-theme-safe-light)}.c-videos__item--mega.headline-overlaid.light-effect .c-videos__link:focus,.c-videos__item--mega.headline-overlaid.light-effect .c-videos__link:hover{background-color:var(--color-theme-elevated-light-hover)}@media (min-width:1025px){.c-videos__item--mega.headline-overlaid:has(.c-videos__games) .c-videos__details{width:calc(100% - 324px)}}.c-videos__item--mega.on-dark-theme.wrapped-enabled{background-color:var(--color-theme-background-dark);border:1px solid var(--color-theme-border-dark)}.c-videos__item--mega.on-dark-theme .c-videos__title{color:var(--color-theme-safe-dark)}.c-videos__item--mega.on-dark-theme .c-videos__details{color:var(--color-theme-muted-dark)}.c-videos__item--mega.on-dark-theme .c-videos__link{background-color:var(--color-theme-elevated-dark);color:var(--color-theme-safe-dark)}.c-videos__item--mega.on-dark-theme .c-videos__link:focus,.c-videos__item--mega.on-dark-theme .c-videos__link:hover{background-color:var(--color-theme-elevated-dark-hover)}.c-videos__item--feature{background-color:var(--color-theme-background-light);display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.c-videos__item--feature:focus-within .c-image-custom img,.c-videos__item--feature:hover .c-image-custom img{transform:scale(1.1)}.c-videos__item--feature .c-videos__media{overflow:hidden}.c-videos__item--feature .c-videos__media .c-image-custom,.c-videos__item--feature .c-videos__media img{height:100%;-o-object-fit:cover;object-fit:cover}.c-videos__item--feature .c-videos__media-link .c-image-custom img{transition:transform .25s}.c-videos__item--feature .c-videos__media-link:focus .c-videos__icon,.c-videos__item--feature .c-videos__media-link:hover .c-videos__icon{background-color:var(--color-primary-hover)}.c-videos__item--feature .c-videos__details{align-items:flex-start;color:var(--color-theme-muted-light);display:flex;flex-direction:column;gap:var(--mod-space-regular);justify-content:center;padding:var(--mod-padding-vertical) var(--mod-padding-horizontal)}.c-videos__item--feature .c-videos__title{color:var(--color-theme-safe-light)}.c-videos__item--feature .c-videos__teaser,.c-videos__item--feature .c-videos__title{display:-webkit-box;text-align:left;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.c-videos__item--feature .c-videos__links{gap:var(--card-space-x-small);justify-content:flex-start;margin-top:var(--mod-space-small)}.c-videos__item--feature .c-videos__link{align-items:center;background-color:var(--color-theme-elevated-light);border-radius:var(--mod-radius);color:var(--color-theme-safe-light);display:flex;gap:4px;padding:4px var(--mod-space-small)}.c-videos__item--feature .c-videos__link:focus,.c-videos__item--feature .c-videos__link:hover{background-color:var(--color-theme-elevated-light-hover)}.c-videos__item--feature .c-videos__games{width:100%}.c-videos__item--feature.light-effect .c-videos__title{color:var(--color-theme-safe-light)}.c-videos__item--feature.light-effect .c-videos__details{color:var(--color-theme-muted-light)}.c-videos__item--feature.light-effect .c-videos__link{background-color:var(--color-theme-elevated-light);color:var(--color-theme-safe-light)}.c-videos__item--feature.light-effect .c-videos__link:focus,.c-videos__item--feature.light-effect .c-videos__link:hover{background-color:var(--color-theme-elevated-light-hover)}.c-videos__item--feature.on-dark-theme{background-color:var(--color-theme-background-dark)}.c-videos__item--feature.on-dark-theme .c-videos__title{color:var(--color-theme-safe-dark)}.c-videos__item--feature.on-dark-theme .c-videos__details{color:var(--color-theme-muted-dark)}.c-videos__item--feature.on-dark-theme .c-videos__link{background-color:var(--color-theme-elevated-dark);color:var(--color-theme-safe-dark)}.c-videos__item--feature.on-dark-theme .c-videos__link:focus,.c-videos__item--feature.on-dark-theme .c-videos__link:hover{background-color:var(--color-theme-elevated-dark-hover)}@media (min-width:641px){.c-videos__item--feature .c-videos__games{max-width:300px}}@media (min-width:1024px){.c-videos__item--feature{flex-direction:row;justify-content:space-between}.c-videos__item--feature .c-videos__details{flex:0 0 33%}.c-videos__item--feature .c-videos__games{bottom:24px;left:unset;position:absolute;right:24px}.c-videos__item--feature.headline-grid-right .c-videos__games,.c-videos__item--feature.headline-right .c-videos__games{left:24px;right:unset}.c-videos__item--feature.headline-grid-right .c-videos__details,.c-videos__item--feature.headline-right .c-videos__details{align-items:flex-end}.c-videos__item--feature.headline-grid-right .c-videos__teaser,.c-videos__item--feature.headline-grid-right .c-videos__title,.c-videos__item--feature.headline-right .c-videos__teaser,.c-videos__item--feature.headline-right .c-videos__title{text-align:right}.c-videos__item--feature.headline-grid-right .c-videos__links,.c-videos__item--feature.headline-right .c-videos__links{justify-content:flex-end}.c-videos__item--feature.headline-grid-left{padding-left:max((100vw - var(--page-max-grid-width))/2,0px)}.c-videos__item--feature.headline-grid-right{padding-right:max((100vw - var(--page-max-grid-width))/2,0px)}}.s-videos--grid .c-videos__no-data[data-v-483b612b]{color:var(--color-theme-muted-light)}.s-videos--grid .c-videos__container[data-v-483b612b]{display:grid;gap:var(--mod-space-regular)}.s-videos--grid .c-videos__container.max-columns-4[data-v-483b612b]{grid-template-columns:repeat(4,1fr)}.s-videos--grid .c-videos__container.max-columns-3[data-v-483b612b]{grid-template-columns:repeat(3,1fr)}.s-videos--grid .c-videos__container.max-columns-2[data-v-483b612b]{grid-template-columns:repeat(2,1fr)}.s-videos--grid .c-videos__container.max-columns-1[data-v-483b612b]{grid-template-columns:repeat(1,1fr)}.s-videos--grid .c-videos__buttons[data-v-483b612b]{gap:var(--mod-space-regular)}.s-videos--grid .c-videos__buttons a[data-v-483b612b],.s-videos--grid .c-videos__buttons button[data-v-483b612b]{align-items:center;background-color:var(--button-on-light);border-radius:var(--comp-radius--large);color:var(--button-text-on-light);display:flex;justify-content:center;margin-top:16px;padding:var(--comp-padding-vertical--regular) var(--comp-padding-horizontal--regular);transition:.15s}.s-videos--grid .c-videos__buttons a[data-v-483b612b]:focus,.s-videos--grid .c-videos__buttons a[data-v-483b612b]:hover,.s-videos--grid .c-videos__buttons button[data-v-483b612b]:focus,.s-videos--grid .c-videos__buttons button[data-v-483b612b]:hover{background-color:var(--button-on-light-hover)}.s-videos--grid.wrapped-enabled[data-v-483b612b]{background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border);border-radius:var(--mod-radius);padding:var(--mod-padding-vertical) var(--mod-padding-horizontal)}.s-videos--grid.wrapped-enabled.on-dark-theme[data-v-483b612b]{background-color:var(--color-theme-background-dark);border:1px solid var(--color-theme-border-dark)}.s-videos--grid.on-dark-theme .c-videos__buttons[data-v-483b612b]{gap:var(--mod-space-regular)}.s-videos--grid.on-dark-theme .c-videos__buttons a[data-v-483b612b],.s-videos--grid.on-dark-theme .c-videos__buttons button[data-v-483b612b]{background-color:var(--button-on-dark);color:var(--button-text-on-dark)}.s-videos--grid.on-dark-theme .c-videos__buttons a[data-v-483b612b]:focus,.s-videos--grid.on-dark-theme .c-videos__buttons a[data-v-483b612b]:hover,.s-videos--grid.on-dark-theme .c-videos__buttons button[data-v-483b612b]:focus,.s-videos--grid.on-dark-theme .c-videos__buttons button[data-v-483b612b]:hover{background-color:var(--button-on-dark-hover)}.s-videos--grid.on-dark-theme .c-videos__no-data[data-v-483b612b]{color:var(--color-theme-muted-dark)}.s-quicklinks{display:none}.s-quicklinks:has(.ad){display:block}.s-quicklinks.horizontal{align-items:center;-moz-column-gap:var(--mod-space-regular);column-gap:var(--mod-space-regular);display:flex}.s-quicklinks.horizontal .c-templated-header{margin:0;white-space:nowrap}.s-quicklinks.horizontal .s-quicklinks__content{display:flex;flex:auto;overflow:auto;position:relative}.s-quicklinks.horizontal .s-quicklinks__content .promotion__container{align-items:center;-moz-column-gap:var(--mod-space-regular);column-gap:var(--mod-space-regular);display:flex;flex:auto;justify-content:left}.s-quicklinks.horizontal.wrapped-enabled{padding:12px var(--mod-padding-horizontal)}.s-quicklinks.on-dark-theme .s-quicklinks__content .promotion__container .icons-ad__link{color:var(--color-theme-safe-dark)}.s-quicklinks.on-dark-theme .s-quicklinks__content .promotion__container .icons-ad__link .s-icon{color:var(--color-theme-brand-dark)}.s-quicklinks.on-dark-theme .s-quicklinks__content .promotion__container .icons-ad__link:after{color:var(--color-theme-muted-dark)}.s-quicklinks.on-dark-theme .s-quicklinks__content .promotion__container .icons-ad__link:focus .s-icon,.s-quicklinks.on-dark-theme .s-quicklinks__content .promotion__container .icons-ad__link:hover .s-icon,.s-quicklinks.on-dark-theme .s-quicklinks__content.wrapped-enabled .promotion__container .icons-ad__link .s-icon{background-color:var(--color-secondary);color:var(--color-on-secondary)}.s-quicklinks.on-dark-theme .s-quicklinks__content.wrapped-enabled .promotion__container .icons-ad__link:focus .s-icon,.s-quicklinks.on-dark-theme .s-quicklinks__content.wrapped-enabled .promotion__container .icons-ad__link:hover .s-icon{background-color:var(--color-secondary-hover)}.s-quicklinks.on-dark-theme.wrapped-enabled{background-color:var(--color-theme-background-dark)}.s-quicklinks.wrapped-enabled{background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border);border-radius:var(--mod-radius);padding:var(--mod-padding-vertical) var(--mod-padding-horizontal)}.s-quicklinks__content.hide-primary-icon .promotion__container .icons-ad__link .s-icon{display:none}.s-quicklinks__content.hide-arrow-icon .promotion__container .icons-ad__link:after{content:none}.s-quicklinks__content.wrapped-enabled .promotion__container .icons-ad__link .s-icon{background-color:var(--color-primary);color:var(--color-on-primary)}.s-quicklinks__content.wrapped-enabled .promotion__container .icons-ad__link:focus .s-icon,.s-quicklinks__content.wrapped-enabled .promotion__container .icons-ad__link:hover .s-icon{background-color:var(--color-primary-hover)}.s-quicklinks__content.x-small-icon .s-icon{height:20px;width:20px}.s-quicklinks__content.small-icon .s-icon{height:22px;width:22px}.s-quicklinks__content.regular-icon .s-icon{height:28px;width:28px}.s-quicklinks__content.large-icon .s-icon{height:34px;width:34px}.s-quicklinks .promotion__container .icons-ad{padding:3px}.s-quicklinks .promotion__container .icons-ad__link{align-items:center;color:var(--color-theme-safe-light);-moz-column-gap:var(--mod-space-x-small);column-gap:var(--mod-space-x-small);display:flex;padding:9px 0;text-wrap:wrap;white-space:nowrap;width:100%}.s-quicklinks .promotion__container .icons-ad__link:after{color:var(--color-secondary);color:var(--color-theme-muted-light);content:"";font-family:sidearm-icons;margin-left:auto;transition:.25s}.s-quicklinks .promotion__container .icons-ad__link:focus .s-icon,.s-quicklinks .promotion__container .icons-ad__link:hover .s-icon{background-color:var(--color-primary);color:var(--color-on-primary)}.s-quicklinks .promotion__container .icons-ad__link .s-icon{border-radius:var(--comp-radius--regular);color:var(--color-theme-brand-light);padding:0 4px;transition:.25s}@media screen and (max-width:540px){.s-quicklinks.horizontal{align-items:flex-start;flex-direction:column}.s-quicklinks.horizontal .s-quicklinks__content{width:100%}}.s-advertisement__text[data-v-caa95529]{color:var(--color-theme-muted-light)}.s-advertisement.wrapped-enabled[data-v-caa95529]{background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border-light);border-radius:var(--mod-radius);padding:var(--mod-padding-vertical) var(--mod-padding-horizontal)}.s-advertisement.on-dark-theme__text[data-v-caa95529]{color:var(--color-theme-muted-dark)}.s-advertisement.on-dark-theme.wrapped-enabled[data-v-caa95529]{background-color:var(--color-theme-background-dark);border:1px solid var(--color-theme-border-dark)}.c-shop__item--card .c-shop__url{border-radius:var(--mod-radius);display:flex;flex-direction:column;height:100%;overflow:hidden}.c-shop__item--card .c-shop__url:focus .c-image-custom img,.c-shop__item--card .c-shop__url:hover .c-image-custom img{transform:scale(1.1)}.c-shop__item--card .c-shop__url:focus .c-shop__icon,.c-shop__item--card .c-shop__url:hover .c-shop__icon{background-color:var(--color-primary-hover)}.c-shop__item--card .c-shop__url:focus .c-shop__title,.c-shop__item--card .c-shop__url:hover .c-shop__title{text-decoration:underline}.c-shop__item--card .c-shop__media{border-radius:var(--mod-radius);overflow:hidden}.c-shop__item--card .c-shop__media .c-image-custom img{transition:transform .25s;width:100%}.c-shop__item--card .c-shop__discount{background:var(--color-system-danger);border-radius:var(--comp-radius-regular,999px);color:var(--color-system-danger-tint);padding:2px var(--mod-space-small,8px);position:absolute;right:16px;top:16px}.c-shop__item--card .c-shop__details{color:var(--color-theme-muted-light);display:flex;flex-direction:column;justify-content:space-between;padding-top:var(--mod-space-large);pointer-events:none;text-align:left}.c-shop__item--card .c-shop__title{color:var(--color-theme-safe-light);margin-bottom:var(--card-space-x-small);pointer-events:all}.c-shop__item--card .c-shop__price{align-items:center;color:var(--color-theme-brand-light);display:flex;gap:2px}.c-shop__item--card .c-shop__price-original{color:var(--color-theme-muted-light);text-decoration:line-through}.c-shop__item--card.wrapped-enabled:not(.headline-overlaid){background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border-light);border-radius:var(--mod-radius)}.c-shop__item--card.wrapped-enabled:not(.headline-overlaid) .c-shop__media{border-radius:var(--mod-radius) var(--mod-radius) 0 0}.c-shop__item--card.wrapped-enabled:not(.headline-overlaid) .c-shop__details{padding:16px}.c-shop__item--card.headline-overlaid{background-color:var(--color-theme-background-dark);position:relative}.c-shop__item--card.headline-overlaid .c-shop__title{color:var(--color-theme-safe-dark)}.c-shop__item--card.headline-overlaid .c-shop__price{color:var(--color-theme-brand-dark)}.c-shop__item--card.headline-overlaid .c-shop__details{bottom:0;color:var(--color-theme-muted-dark);left:0;padding:var(--card-padding-vertical) var(--card-padding-horizontal);position:absolute;width:100%}.c-shop__item--card.headline-overlaid.light-effect{background-color:var(--color-theme-background-light)}.c-shop__item--card.headline-overlaid.light-effect .c-shop__title{color:var(--color-theme-safe-light)}.c-shop__item--card.headline-overlaid.light-effect .c-shop__details{color:var(--color-theme-muted-light)}.c-shop__item--card.on-dark-theme.wrapped-enabled{background-color:var(--color-theme-background-dark);border:1px solid var(--color-theme-border-dark)}.c-shop__item--card.on-dark-theme .c-shop__title{color:var(--color-theme-safe-dark)}.c-shop__item--card.on-dark-theme .c-shop__price{color:var(--color-theme-brand-dark)}.c-shop__item--card.on-dark-theme .c-shop__price-original{color:var(--color-theme-muted-light)}.s-shop--slider .c-shop__buttons[data-v-4290c62b]{gap:var(--mod-space-regular)}.s-shop--slider .c-shop__buttons a[data-v-4290c62b],.s-shop--slider .c-shop__buttons button[data-v-4290c62b]{align-items:center;background-color:var(--button-on-light);border-radius:var(--comp-radius--large);color:var(--button-text-on-light);display:flex;justify-content:center;margin-top:16px;padding:var(--comp-padding-vertical--regular) var(--comp-padding-horizontal--regular);transition:.15s}.s-shop--slider .c-shop__buttons a[data-v-4290c62b]:focus,.s-shop--slider .c-shop__buttons a[data-v-4290c62b]:hover,.s-shop--slider .c-shop__buttons button[data-v-4290c62b]:focus,.s-shop--slider .c-shop__buttons button[data-v-4290c62b]:hover{background-color:var(--button-on-light-hover)}.s-shop--slider .swiper-slide[data-v-4290c62b]{height:auto;width:var(--card-fixed-width)}.s-shop--slider.lopsided .swiper[data-v-4290c62b]{margin-left:max(var(--sidearm-wrapper-padding-desktop),(100vw - var(--page-max-grid-width))/2);padding-right:max(var(--sidearm-wrapper-padding-desktop),(100vw - var(--page-max-grid-width))/2)}@media screen and (max-width:1023px){.s-shop--slider.lopsided .swiper[data-v-4290c62b]{margin-left:max(var(--sidearm-wrapper-padding-tablet),(100vw - var(--page-max-grid-width))/2);padding-right:max(var(--sidearm-wrapper-padding-tablet),(100vw - var(--page-max-grid-width))/2)}}@media screen and (max-width:768px){.s-shop--slider.lopsided .swiper[data-v-4290c62b]{margin-left:max(var(--sidearm-wrapper-padding-mobile),(100vw - var(--page-max-grid-width))/2);padding-right:max(var(--sidearm-wrapper-padding-mobile),(100vw - var(--page-max-grid-width))/2)}}.s-shop--slider.slide-overflow .swiper[data-v-4290c62b]{margin-right:calc(var(--sidearm-wrapper-padding-mobile)*-1);padding-right:var(--sidearm-wrapper-padding-mobile)}@media screen and (min-width:768px){.s-shop--slider.slide-overflow .swiper[data-v-4290c62b]{margin-right:calc(var(--sidearm-wrapper-padding-tablet)*-1);padding-right:var(--sidearm-wrapper-padding-tablet)}}@media screen and (min-width:1024px){.s-shop--slider.slide-overflow .swiper[data-v-4290c62b]{margin-right:calc(var(--sidearm-wrapper-padding-desktop)*-1);padding-right:var(--sidearm-wrapper-padding-desktop)}}.s-shop--slider.wrapped-enabled[data-v-4290c62b]{background-color:var(--color-theme-background-light);border:1px solid var(--color-theme-border);border-radius:var(--mod-radius);padding:var(--mod-padding-vertical) var(--mod-padding-horizontal)}.s-shop--slider.wrapped-enabled.on-dark-theme[data-v-4290c62b]{background-color:var(--color-theme-background-dark);border:1px solid var(--color-theme-border-dark)}.s-shop--slider.wrapped-enabled.slide-overflow .swiper[data-v-4290c62b]{margin-right:calc(var(--mod-padding-horizontal)*-1);padding-right:var(--mod-padding-horizontal)}.s-shop--slider.on-dark-theme .c-shop__buttons[data-v-4290c62b]{gap:var(--mod-space-regular)}.s-shop--slider.on-dark-theme .c-shop__buttons a[data-v-4290c62b],.s-shop--slider.on-dark-theme .c-shop__buttons button[data-v-4290c62b]{background-color:var(--button-on-dark);color:var(--button-text-on-dark)}.s-shop--slider.on-dark-theme .c-shop__buttons a[data-v-4290c62b]:focus,.s-shop--slider.on-dark-theme .c-shop__buttons a[data-v-4290c62b]:hover,.s-shop--slider.on-dark-theme .c-shop__buttons button[data-v-4290c62b]:focus,.s-shop--slider.on-dark-theme .c-shop__buttons button[data-v-4290c62b]:hover{background-color:var(--button-on-dark-hover)}.c-slideshow--parallax{background-color:var(--color-primary);position:relative}.c-slideshow--parallax .c-slideshow__item{background-position:50%;background-repeat:no-repeat;background-size:cover}.c-slideshow--parallax .c-slideshow__item:before{background:#1e1d23bf;bottom:0;content:"";height:100%;left:0;position:absolute;width:100%}.c-slideshow--parallax .c-slideshow__image--wordmark{position:relative;z-index:1}@media (min-width:1024px){.c-slideshow--parallax .c-slideshow__item{background-attachment:fixed}}
