@font-face {
  font-family: "Megogo Interface Regular";
  src: url("../assets/fonts/Megogo-InterfaceRegular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Megogo Interface Normal";
  src: url("../assets/fonts/Megogo-InterfaceNormal.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Megogo Interface Medium";
  src: url("../assets/fonts/Megogo-InterfaceMedium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Megogo Interface DemiBold";
  src: url("../assets/fonts/Megogo-InterfaceDemiBold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Megogo Display Regular";
  src: url("../assets/fonts/Megogo-DisplayRegular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Megogo Display Normal";
  src: url("../assets/fonts/Megogo-DisplayNormal.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Megogo Display Medium";
  src: url("../assets/fonts/Megogo-DisplayMedium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Megogo Display DemiBold";
  src: url("../assets/fonts/Megogo-DisplayDemiBold.ttf") format("truetype");
  font-display: swap;
}

:root {
  --page-bg: #0a0a0a;
  --surface-bg: #151413;
  --panel-start: rgba(34, 34, 34, 0.4);
  --panel-end: rgba(51, 51, 51, 0.4);
  --border-soft: rgba(255, 255, 255, 0.4);
  --divider: rgba(255, 255, 255, 0.12);
  --divider-strong: rgba(255, 255, 255, 0.16);
  --text: #ffffff;
  --text-soft: rgba(255, 255, 255, 0.8);
  --text-faded: rgba(255, 255, 255, 0.5);
  --accent: #22c3b1;
  --danger: #fc363b;
  --header-width: 1600px;
  --content-width: 1260px;
  --card-width: 297px;
  --grid-gap: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
  color: var(--text);
}

body {
  min-width: var(--header-width);
  font-family: "Megogo Interface Regular", sans-serif;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
}

.page-shell {
  width: var(--header-width);
  margin: 0 auto;
  overflow-x: hidden;
}

.site-header {
  height: 50px;
  width: 100%;
  background: #1a1a1a;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 170px;
}

.site-header__brand {
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-logo {
  position: relative;
  width: 100px;
  height: 50px;
  flex: 0 0 auto;
}

.site-logo__image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 12px;
  transform: translate(-50%, -50%);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}

.site-nav__item {
  color: #ffffff;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Megogo Interface DemiBold", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.site-nav__control,
.site-header__control {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.site-nav__item--dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 16px;
  margin-top: -2px;
  font-size: 16px;
  line-height: 0;
  letter-spacing: 1px;
}

.site-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}

.site-header__action-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-header__action-copy {
  font-family: "Megogo Interface DemiBold", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.site-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 8px 16px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  background: transparent;
  color: #ffffff;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.site-header__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  color: #ffffff;
}

.site-header__search svg {
  width: 18px;
  height: 18px;
}

.main-content {
  width: var(--content-width);
  margin: 120px auto 0;
  padding-bottom: 0;
}

.hero {
  margin-bottom: 80px;
}

.hero__title {
  width: 830px;
  margin: 0 auto 80px;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 1.1;
  text-align: center;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, var(--card-width));
  gap: var(--grid-gap);
}

.pricing-card {
  position: relative;
  padding-top: 0;
}

.pricing-card__panel {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  min-height: 374px;
  padding: 40px 24px 16px;
  border: 0;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0.4) 0%, rgba(51, 51, 51, 0.4) 80.01%);
}

.pricing-card__panel > * {
  position: relative;
  z-index: 1;
}

.pricing-card__panel::before {
  content: "";
  position: absolute;
  left: calc(50% - 37.6px);
  top: -184.25px;
  width: 369.808px;
  height: 340.526px;
  border-radius: 999px;
  transform: translateX(-50%) rotate(-30deg);
  filter: blur(75px);
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}

.pricing-card__panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  pointer-events: none;
  padding: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.3) 24%,
    rgba(255, 255, 255, 0.18) 55%,
    rgba(255, 255, 255, 0.08) 78%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 2;
}

.pricing-card--featured .pricing-card__panel::before {
  background: linear-gradient(
    90deg,
    rgba(35, 195, 178, 0.4) 0%,
    rgba(10, 171, 238, 0.4) 99.99%,
    rgba(124, 65, 210, 0) 100%
  );
}

.pricing-card--standard .pricing-card__panel::before {
  background: linear-gradient(196.248deg, rgba(161, 228, 255, 0.375) 47.381%, rgba(255, 255, 255, 0) 74.817%);
}

.pricing-card__badges {
  position: absolute;
  top: -16px;
  display: flex;
  gap: 8px;
  z-index: 999;
}

.pricing-card__badges--featured {
  left: 158px;
}

.pricing-card__badges--default {
  left: 214px;
}

.pricing-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 8px;
  font-family: "Megogo Interface DemiBold", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.pricing-card__badge-text {
  position: relative;
}

.pricing-card__badge--light {
  background: #ffffff;
  color: #000000;
  text-transform: uppercase;
}

.pricing-card__badge--light .pricing-card__badge-text {
  top: 1px;
}

.pricing-card__badge--danger {
  background: var(--danger);
  color: #ffffff;
}

.pricing-card__name {
  margin: 0 0 12px;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}

.pricing-card__description {
  margin: 0;
  font-family: "Megogo Interface Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.9);
}

.pricing-card__description span {
  display: block;
}

.pricing-card__price-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-card__price {
  display: flex;
  flex-direction: column;
}

.pricing-card__price-row {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  min-height: 48px;
}

.pricing-card__price-leading {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
}

.pricing-card__prefix,
.pricing-card__unit {
  padding-bottom: 4px;
  font-family: "Megogo Interface Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}

.pricing-card__value {
  font-family: "Megogo Interface Regular", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
}

.pricing-card__note {
  margin: 0;
  font-family: "Megogo Interface Regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: var(--text-faded);
}

.pricing-card__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pricing-card__button {
  height: 48px;
  width: 100%;
  padding: 14px 45px;
  border-radius: 10px;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
}

.pricing-card__button--primary {
  border: 0;
  background: #ffffff;
  color: #000000;
}

.pricing-card__button--outline {
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.pricing-card__button--ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: var(--text-faded);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.comparison-section + .comparison-section {
  margin-top: 80px;
}

.comparison-section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 0;
  margin-bottom: 40px;
  background: linear-gradient(
    90deg,
    rgba(21, 20, 19, 0) 0%,
    rgba(21, 20, 19, 0.75) 25%,
    #151413 50%,
    rgba(21, 20, 19, 0.75) 75%,
    rgba(21, 20, 19, 0) 100%
  );
}

.comparison-section__title {
  margin: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.comparison-section__icon {
  width: 24px;
  height: 24px;
  color: var(--accent);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.comparison-section__icon img {
  display: block;
}

.comparison-section__icon-image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.comparison-section__icon-image--channels {
  max-height: 24px;
}

.comparison-list {
  display: flex;
  flex-direction: column;
}

.comparison-row {
  display: grid;
  grid-template-columns: repeat(4, var(--card-width));
  gap: var(--grid-gap);
  min-height: var(--row-height);
}

.comparison-cell {
  display: flex;
  align-items: center;
  min-height: var(--row-height);
  padding: 0 40px;
}

.comparison-cell__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.comparison-cell__stack--metric {
  justify-content: center;
  min-height: var(--row-height);
}

.comparison-cell__metric {
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #ffffff;
}

.comparison-cell__metric--books {
  font-size: 32px;
  line-height: 1.4;
}

.comparison-cell__metric-note {
  font-family: "Megogo Interface Regular", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: var(--text-soft);
}

.comparison-cell__link {
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-nav__control,
.site-header__control,
.pricing-card__button,
.comparison-cell__link,
.feature-promo__button,
.channels-showcase__button,
.books-banner__button,
.discount-offer__button {
  transition: opacity 220ms ease;
}

.site-nav__control:hover,
.site-header__control:hover,
.pricing-card__button:hover,
.comparison-cell__link:hover,
.feature-promo__button:hover,
.channels-showcase__button:hover,
.books-banner__button:hover,
.discount-offer__button:hover {
  opacity: 0.6;
}

.other-subscriptions {
  position: relative;
  width: 1488px;
  margin-top: 118px;
}

.other-subscriptions__description {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 832px;
  margin-bottom: 48px;
}

.other-subscriptions__title {
  margin: 0;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
}

.other-subscriptions__subtitle {
  margin: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}

.other-subscriptions__arrows {
  position: absolute;
  top: 42px;
  left: 1138px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.other-subscriptions__arrow {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  cursor: pointer;
  line-height: 0;
  transition:
    opacity 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.other-subscriptions__arrow:not(.is-disabled):hover {
  opacity: 0.6;
}

.other-subscriptions__arrow:not(.is-disabled):active {
  transform: scale(0.97);
}

.other-subscriptions__arrow.is-disabled {
  background: rgba(255, 255, 255, 0.15);
  opacity: 0.5;
  cursor: default;
}

.other-subscriptions__arrow:disabled {
  pointer-events: none;
}

.other-subscriptions__arrow-icon {
  position: relative;
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.other-subscriptions__arrow-glyph {
  position: absolute;
  left: calc(50% - 2.89px);
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21.214px;
  height: 21.214px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.other-subscriptions__arrow-image {
  width: 15px;
  height: 15.001px;
  object-fit: contain;
  pointer-events: none;
}

.other-subscriptions__arrow--prev .other-subscriptions__arrow-icon {
  transform: scaleX(-1);
}

.other-subscriptions__stage {
  position: relative;
  width: 1488px;
  height: 340px;
  overflow: visible;
}

.other-subscriptions__viewport {
  width: 1488px;
  height: 340px;
  overflow: hidden;
}

.other-subscriptions__track {
  display: flex;
  gap: 24px;
  align-items: stretch;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.other-subscriptions__card {
  position: relative;
  z-index: 1;
  flex: 0 0 480px;
  width: 480px;
  height: 340px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 40px;
  background: linear-gradient(180deg, #1a1a1a 0%, #151413 100%);
}

.other-subscriptions__card::before {
  content: "";
  position: absolute;
  left: -41px;
  top: -209.25px;
  width: 350px;
  height: 250px;
  border-radius: 999px;
  background: var(--other-card-glow);
  filter: blur(75px);
  transform: rotate(-30deg);
  pointer-events: none;
  z-index: 0;
}

.other-subscriptions__card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 40px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.3) 24%,
    rgba(255, 255, 255, 0.18) 55%,
    rgba(255, 255, 255, 0.08) 78%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  z-index: 2;
}

.other-subscriptions__card-body,
.other-subscriptions__card-footer {
  position: relative;
  z-index: 1;
}

.other-subscriptions__card-body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.other-subscriptions__card-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.other-subscriptions__card-title {
  margin: 0;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.1;
}

.other-subscriptions__card-description {
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}

.other-subscriptions__card-description span {
  display: block;
}

.other-subscriptions__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.other-subscriptions__logo {
  display: block;
  flex: 0 0 auto;
}

.other-subscriptions__logo--megogo {
  width: 38.769px;
  height: 28px;
}

.other-subscriptions__logo--hboMax {
  width: 28px;
  height: 20px;
}

.other-subscriptions__logo--setanta {
  width: 63px;
  height: 20px;
}

.other-subscriptions__logo--netflix {
  width: 64px;
  height: 18px;
}

.other-subscriptions__card-footer {
  display: flex;
  align-items: center;
  gap: 16px;
}

.other-subscriptions__price-row {
  display: flex;
  align-items: flex-start;
  flex: 1 0 0;
  gap: 4px;
  min-width: 0;
}

.other-subscriptions__price-main {
  display: inline-flex;
  align-items: flex-end;
  gap: 6px;
}

.other-subscriptions__price-prefix {
  padding-bottom: 4px;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 16px;
  line-height: normal;
}

.other-subscriptions__price-value {
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 54px;
  line-height: 1;
}

.other-subscriptions__price-unit {
  padding-top: 1px;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 16px;
  line-height: normal;
  color: rgba(255, 255, 255, 0.5);
}

.other-subscriptions__button {
  position: relative;
  z-index: 1;
  width: 150px;
  height: 48px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  transition: opacity 220ms ease;
}

.other-subscriptions__button:hover {
  opacity: 0.6;
}

.other-subscriptions__mask {
  position: absolute;
  top: 0;
  width: 170px;
  height: 340px;
  pointer-events: none;
  z-index: 2;
}

.other-subscriptions__mask--right {
  right: 58px;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.9) 65%, #0a0a0a 100%);
}

.feature-promos {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 1260px;
  margin-top: 180px;
}

.feature-promo {
  position: relative;
  width: 1260px;
  height: 480px;
  overflow: hidden;
  border-radius: 64px;
  background: linear-gradient(180deg, #222222 0%, #151413 50%, #151413 100%);
}

.feature-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 1px;
  border-radius: 64px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.3) 24%,
    rgba(255, 255, 255, 0.18) 55%,
    rgba(255, 255, 255, 0.08) 78%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.feature-promo__copy {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-promo__copy--sports {
  left: 100px;
  top: 97px;
  width: 480px;
}

.feature-promo__copy--venue {
  left: 680px;
  top: 109px;
  width: 480px;
}

.feature-promo__text-group {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-promo__title {
  margin: 0;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
}

.feature-promo__title span,
.feature-promo__description span {
  display: block;
}

.feature-promo__description {
  margin: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.feature-promo__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  padding: 14px 32px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}

.feature-promo__button--sports {
  width: 254px;
}

.feature-promo__button--venue {
  width: 224px;
}

.feature-promo__visual {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.feature-promo__visual--sports {
  z-index: 1;
}

.feature-promo__sports-glow {
  position: absolute;
  left: 649px;
  top: -301px;
  width: 876.268px;
  height: 593.426px;
  transform: rotate(-165deg) scaleY(-1);
  opacity: 0.92;
}

.feature-promo__sports-players {
  position: absolute;
  left: 661px;
  top: 49px;
  width: 499px;
  height: 379px;
}

.feature-promo__sports-players::after {
  content: "";
  position: absolute;
  inset: 95px 0 0;
  background: linear-gradient(180deg, rgba(21, 20, 19, 0) 0%, rgba(21, 20, 19, 0.46) 40%, rgba(21, 20, 19, 0.88) 72%, #151413 100%);
}

.feature-promo__sports-player {
  position: absolute;
  background-image: var(--player-image);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
  -webkit-mask-image: var(--player-mask);
  -webkit-mask-repeat: no-repeat;
  mask-image: var(--player-mask);
  mask-repeat: no-repeat;
}

.feature-promo__sports-player--left {
  left: 2px;
  top: 53px;
  width: 182px;
  height: 303px;
  background-size: 460px auto;
  background-position: -131px -1px;
  -webkit-mask-size: 541.406px 355.621px;
  -webkit-mask-position: 0 -53px;
  mask-size: 541.406px 355.621px;
  mask-position: 0 -53px;
}

.feature-promo__sports-player--center {
  left: 91px;
  top: 18px;
  width: 332px;
  height: 338px;
  z-index: 1;
  background-size: 571px auto;
  background-position: -83px -4px;
  -webkit-mask-size: 541.406px 355.621px;
  -webkit-mask-position: -89px -18px;
  mask-size: 541.406px 355.621px;
  mask-position: -89px -18px;
}

.feature-promo__sports-player--right {
  left: 264px;
  top: 43px;
  width: 236px;
  height: 313px;
  background-size: 493px auto;
  background-position: -104px -10px;
  -webkit-mask-size: 541.406px 355.621px;
  -webkit-mask-position: -262px -43px;
  mask-size: 541.406px 355.621px;
  mask-position: -262px -43px;
}

.feature-promo__visual--venue {
  z-index: 1;
}

.feature-promo__venue-glow {
  position: absolute;
  left: -151px;
  top: -251px;
  width: 876.268px;
  height: 593.426px;
  transform: rotate(-15deg);
  opacity: 0.92;
}

.feature-promo__venue-tv {
  position: absolute;
  left: 120px;
  top: 40px;
  width: 380px;
  height: 360px;
  object-fit: contain;
}

.channels-showcase {
  position: relative;
  width: 1600px;
  height: 728px;
  margin-top: 180px;
  margin-left: -170px;
  overflow: hidden;
}

.channels-showcase__glow {
  position: absolute;
  left: 50%;
  top: 370px;
  width: 600px;
  height: 300px;
  transform: translateX(-50%);
  pointer-events: none;
}

.channels-showcase__glow-image {
  position: absolute;
  inset: -133.33% -66.67%;
  width: 233.34%;
  height: 366.66%;
  max-width: none;
}

.channels-showcase__header {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 731px;
  margin: 0 auto;
}

.channels-showcase__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.channels-showcase__title {
  margin: 0;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
}

.channels-showcase__subtitle {
  margin: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}

.channels-showcase__subtitle span {
  display: block;
}

.channels-showcase__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 251px;
  min-width: 251px;
  height: 54px;
  padding: 0 24px;
  border: 1px solid #ffffff;
  border-radius: 12px;
  background: transparent;
  color: #ffffff;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.channels-showcase__marquee {
  position: absolute;
  left: 0;
  top: 312px;
  width: 1600px;
  height: 416px;
  overflow: hidden;
}

.channels-showcase__row {
  position: absolute;
  height: 200px;
  overflow: visible;
}

.channels-showcase__row--top {
  top: 0;
  width: 2360px;
  left: -380px;
}

.channels-showcase__row--bottom {
  top: 216px;
  left: -272px;
  width: 2144px;
}

.channels-showcase__track {
  display: flex;
  gap: 16px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.channels-showcase__row-copy {
  display: flex;
  gap: 16px;
  flex: 0 0 var(--channels-row-width);
  width: var(--channels-row-width);
}

.channels-showcase__card {
  position: relative;
  flex: 0 0 200px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.09);
}

.channels-showcase__card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channels-showcase__logo-image {
  position: absolute;
  height: auto;
}

.channels-showcase__logo-image--special {
  height: 170.342px;
}

.channels-showcase__mask {
  position: absolute;
  top: 0;
  width: 240px;
  height: 416px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.9) 65%, #0a0a0a 100%);
}

.channels-showcase__mask--left {
  left: 0;
  transform: scaleX(-1);
}

.channels-showcase__mask--right {
  right: 0;
}

.books-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1260px;
  margin-top: 183px;
}

.books-banner__stage {
  position: relative;
  width: 1260px;
  height: 548px;
}

.books-banner__frame {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 1260px;
}

.books-banner__card {
  position: relative;
  width: 1260px;
  height: 474px;
  overflow: hidden;
  border-radius: 64px;
  background: linear-gradient(180deg, #222222 0%, #151413 100%);
}

.books-banner__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  padding: 1px;
  border-radius: 64px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.3) 24%,
    rgba(255, 255, 255, 0.18) 55%,
    rgba(255, 255, 255, 0.08) 78%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.books-banner__glow {
  position: absolute;
  left: -151px;
  top: -351px;
  width: 876.268px;
  height: 593.426px;
  transform: rotate(-15deg);
  opacity: 0.72;
  pointer-events: none;
}

.books-banner__glow-image {
  position: absolute;
  inset: -62.5% -31.25%;
  width: 162.5%;
  height: 225%;
  max-width: none;
}

.books-banner__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  width: 671px;
  margin-left: 64px;
  padding-top: 64px;
}

.books-banner__logo {
  width: 203.739px;
  height: 42px;
}

.books-banner__copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.books-banner__title {
  margin: 0;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.1;
}

.books-banner__title span,
.books-banner__subtitle span {
  display: block;
}

.books-banner__subtitle {
  margin: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}

.books-banner__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 54px;
  padding: 0 32px;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  color: #000000;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 20px;
  line-height: 20px;
  white-space: nowrap;
  cursor: pointer;
}

.books-banner__visual {
  position: absolute;
  left: 782px;
  top: -43px;
  z-index: 3;
  width: 516px;
  height: 585px;
  pointer-events: none;
}

.books-banner__visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateX(36px);
  transform-origin: center;
}

.books-banner__disclaimer {
  width: 540px;
  margin: 0;
  font-family: "Megogo Interface Regular", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.megogo-benefits {
  position: relative;
  width: 1488px;
  margin-top: 164px;
}

.megogo-benefits__header {
  position: relative;
  width: 1260px;
  min-height: 58px;
  margin-bottom: 64px;
}

.megogo-benefits__title {
  margin: 0;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
}

.megogo-benefits__arrows {
  position: absolute;
  top: 1px;
  left: 1138px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.megogo-benefits__arrow {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  cursor: pointer;
  line-height: 0;
  transition:
    opacity 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.megogo-benefits__arrow:not(.is-disabled):hover {
  opacity: 0.6;
}

.megogo-benefits__arrow:not(.is-disabled):active {
  transform: scale(0.97);
}

.megogo-benefits__arrow.is-disabled {
  background: rgba(255, 255, 255, 0.15);
  opacity: 0.5;
  cursor: default;
}

.megogo-benefits__arrow:disabled {
  pointer-events: none;
}

.megogo-benefits__arrow .other-subscriptions__arrow-icon {
  position: relative;
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
}

.megogo-benefits__arrow .other-subscriptions__arrow-glyph {
  position: absolute;
  left: calc(50% - 2.89px);
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 21.214px;
  height: 21.214px;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.megogo-benefits__arrow .other-subscriptions__arrow-image {
  width: 15px;
  height: 15.001px;
  object-fit: contain;
  pointer-events: none;
}

.megogo-benefits__arrow--prev .other-subscriptions__arrow-icon {
  transform: scaleX(-1);
}

.megogo-benefits__stage {
  position: relative;
  width: 1488px;
  height: 580px;
  overflow: visible;
}

.megogo-benefits__viewport {
  width: 1488px;
  height: 580px;
  overflow: hidden;
}

.megogo-benefits__track {
  display: flex;
  gap: 24px;
  width: max-content;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  will-change: transform;
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.megogo-benefits__mask {
  position: absolute;
  top: 0;
  width: 170px;
  height: 580px;
  pointer-events: none;
  z-index: 4;
}

.megogo-benefits__mask--right {
  right: 58px;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.9) 65%, #0a0a0a 100%);
}

.megogo-benefits__card {
  position: relative;
  flex: 0 0 auto;
  width: 404px;
  height: 580px;
  overflow: hidden;
  border-radius: 64px;
  background: linear-gradient(180deg, #222222 0%, #151413 50%);
}

.megogo-benefits__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 1px;
  border-radius: 64px;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0.3) 24%,
    rgba(255, 255, 255, 0.18) 55%,
    rgba(255, 255, 255, 0.08) 78%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.megogo-benefits__glow {
  position: absolute;
  left: 50%;
  top: 329px;
  width: 250px;
  height: 499px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

.megogo-benefits__glow-rotator {
  flex: 0 0 auto;
  transform: rotate(-90deg);
}

.megogo-benefits__glow-frame {
  position: relative;
  width: 499px;
  height: 250px;
}

.megogo-benefits__glow-image-wrap {
  position: absolute;
  top: -60%;
  right: -30.06%;
  bottom: -60%;
  left: -30.06%;
}

.megogo-benefits__glow-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.megogo-benefits__card-body {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.megogo-benefits__hero--devices {
  position: absolute;
  left: 72px;
  top: 47px;
  width: 258px;
  height: 200px;
}

.megogo-benefits__hero--offline,
.megogo-benefits__hero--catchup {
  position: absolute;
  left: 91px;
  top: 47px;
  width: 220px;
  height: 180px;
}

.megogo-benefits__hero-export {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: auto;
  height: 100%;
  max-width: none;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.megogo-benefits__card-copy {
  position: absolute;
  left: 48px;
  top: 292px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 308px;
  text-align: center;
}

.megogo-benefits__card-title {
  margin: 0;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #ffffff;
}

.megogo-benefits__card-title span,
.megogo-benefits__card-description span {
  display: block;
}

.megogo-benefits__card-description {
  margin: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
}

.megogo-benefits__card-link {
  margin: 0;
  padding: 14px 0 0;
  border: 0;
  background: transparent;
  color: #22c3b1;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  transition: opacity 220ms ease;
}

.megogo-benefits__card-link:hover {
  opacity: 0.6;
}

.megogo-benefits__devices-scene {
  position: absolute;
  left: -11px;
  top: 18px;
  width: 280px;
  height: 164px;
}

.megogo-benefits__badge {
  position: absolute;
  left: 12px;
  top: -13px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #000000;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.24px;
}

.megogo-benefits__device-laptop,
.megogo-benefits__device-tablet,
.megogo-benefits__device-phone,
.megogo-benefits__offline-phone {
  position: absolute;
}

.megogo-benefits__device-laptop {
  left: 3.59px;
  top: 1.77px;
  width: 253.26px;
  height: 160.47px;
}

.megogo-benefits__device-tablet {
  right: 0.83px;
  bottom: 3.28px;
  width: 75.7px;
  height: 104.88px;
}

.megogo-benefits__device-phone {
  left: 0.11px;
  bottom: 3.51px;
  width: 118.49px;
  height: 58.14px;
}

.megogo-benefits__device-layer,
.megogo-benefits__offline-layer {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.megogo-benefits__device-layer--bottom {
  left: -0.02px;
  top: 150.59px;
  width: 279.07px;
  height: 8.18px;
}

.megogo-benefits__device-layer--buttons {
  inset: -0.01px auto auto 65.02px;
  width: 10.69px;
  height: 17.91px;
}

.megogo-benefits__device-layer--phone-volume {
  inset: auto auto 12.98px 57.71px;
  width: 16.3px;
  height: 0.42px;
}

.megogo-benefits__device-layer--phone-power {
  inset: auto auto 29.41px 57.71px;
  width: 8.15px;
  height: 0.42px;
}

.megogo-benefits__device-layer--phone-camera {
  inset: 4.85px auto auto 4.69px;
  width: 3.73px;
  height: 3.73px;
}

.megogo-benefits__device-camera {
  position: absolute;
  left: 138.77px;
  top: 4.46px;
  width: 1.53px;
  height: 1.53px;
}

.megogo-benefits__device-screen {
  position: absolute;
  overflow: hidden;
}

.megogo-benefits__device-screen--laptop {
  left: 32.33px;
  top: 8.89px;
  width: 214.4px;
  height: 134.05px;
  border-radius: 10px;
}

.megogo-benefits__device-screen--tablet {
  left: 3.97px;
  top: 4.19px;
  width: 67.56px;
  height: 96.74px;
  border-radius: 10px;
}

.megogo-benefits__device-screen--phone {
  left: 2.9px;
  top: 3.05px;
  width: 112.55px;
  height: 51.93px;
  border-radius: 8px;
}

.megogo-benefits__device-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.megogo-benefits__offline-scene {
  position: relative;
  width: 220px;
  height: 180px;
}

.megogo-benefits__offline-phone {
  left: 15px;
  top: 0;
  width: 190px;
  height: 200px;
}

.megogo-benefits__offline-layer--buttons {
  inset: 74.48px -0.02px auto 0;
  width: 190.01px;
  height: 84.44px;
}

.megogo-benefits__offline-layer--camera {
  inset: 10.69px auto auto 109.15px;
  width: 6.29px;
  height: 6.29px;
}

.megogo-benefits__offline-layer--speaker {
  inset: 12.48px auto auto 85.34px;
  width: 19.31px;
  height: 2.7px;
}

.megogo-benefits__offline-screen {
  position: absolute;
  left: 29.88px;
  top: 37.39px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 150px;
}

.megogo-benefits__offline-screen-card {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 150px;
  height: 42px;
  padding: 3px 8px 3px 3px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.megogo-benefits__offline-screen-card--accent {
  background: rgba(255, 255, 255, 0.16);
}

.megogo-benefits__offline-thumb {
  flex: 0 0 auto;
  width: 65px;
  height: 36px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.12);
}

.megogo-benefits__offline-meta {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2.5px;
}

.megogo-benefits__offline-line {
  display: block;
  width: 40px;
  height: 5px;
  border-radius: 0.625px;
  background: #666666;
}

.megogo-benefits__offline-line--wide {
  width: 45px;
}

.megogo-benefits__offline-time {
  color: #a6a6a6;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 5px;
  line-height: 1;
}

.megogo-benefits__offline-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  margin-left: auto;
}

.megogo-benefits__offline-status img {
  width: 10px;
  height: 10px;
}

.megogo-benefits__download-card {
  position: absolute;
  left: -27.5px;
  top: 56.25px;
  display: flex;
  align-items: center;
  gap: 12.5px;
  width: 275px;
  height: 77.5px;
  padding: 7.5px 20px 7.5px 7.5px;
  border-radius: 15px;
  overflow: hidden;
  background: #0f1217;
  box-shadow:
    0 12.5px 31.25px rgba(255, 255, 255, 0.03),
    0 9.375px 46.875px rgba(0, 0, 0, 0.25);
}

.megogo-benefits__download-glow {
  position: absolute;
  left: 43.75px;
  top: -25px;
  width: 187.5px;
  height: 50px;
  pointer-events: none;
}

.megogo-benefits__download-thumb {
  position: relative;
  flex: 0 0 auto;
  width: 102.5px;
  height: 62.5px;
  border-radius: 7.5px;
  overflow: hidden;
}

.megogo-benefits__download-thumb-image,
.megogo-benefits__download-thumb-gradient {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.megogo-benefits__download-thumb-gradient {
  top: 39px;
  height: 23.5px;
}

.megogo-benefits__download-progress {
  position: absolute;
  left: 4.38px;
  top: 55.62px;
  width: 93.75px;
  height: 2.5px;
  border-radius: 2.5px;
  background: rgba(255, 255, 255, 0.5);
}

.megogo-benefits__download-progress span {
  display: block;
  width: 72px;
  height: 2.5px;
  border-radius: 2.5px;
  background: #ffffff;
  box-shadow: 0.734px 0.734px 2.203px rgba(0, 0, 0, 0.24);
}

.megogo-benefits__download-watch-label {
  position: absolute;
  left: 4.38px;
  top: 4.37px;
  display: inline-flex;
  align-items: flex-end;
  height: 13.75px;
  padding: 1.47px 2.94px;
  border-radius: 3.125px;
  background: rgba(26, 26, 26, 0.7);
  color: #ffffff;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 5.93px;
  line-height: 7.55px;
  letter-spacing: 0.15px;
}

.megogo-benefits__download-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 75px;
}

.megogo-benefits__download-title {
  color: #ffffff;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 10px;
  line-height: 12.5px;
}

.megogo-benefits__download-meta {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 8.75px;
  line-height: 10.34px;
  letter-spacing: 0.065px;
}

.megogo-benefits__download-icon {
  position: absolute;
  left: 211.25px;
  top: 11.21px;
  width: 40px;
  height: 40px;
}

.megogo-benefits__catchup-scene {
  position: relative;
  width: 220px;
  height: 180px;
}

.megogo-benefits__catchup-grid {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 104px;
  grid-template-rows: 16px 16px 58px 16px 16px 58px;
  gap: 10px 14px;
}

.megogo-benefits__catchup-meta,
.megogo-benefits__catchup-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.megogo-benefits__catchup-status {
  display: flex;
  align-items: center;
  gap: 5px;
}

.megogo-benefits__catchup-line {
  display: block;
  width: 100px;
  height: 8px;
  border-radius: 1px;
  background: #353535;
}

.megogo-benefits__catchup-line--small {
  width: 40px;
}

.megogo-benefits__catchup-line--short {
  width: 70px;
}

.megogo-benefits__catchup-line--mid {
  width: 80px;
}

.megogo-benefits__catchup-badge {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  height: 9px;
  padding: 0 3px;
  border-radius: 2px;
  background: #f2f2f2;
  color: #000000;
  font-family: "Megogo Interface DemiBold", sans-serif;
  font-size: 7px;
  line-height: 6px;
  letter-spacing: 0.15px;
  text-transform: uppercase;
}

.megogo-benefits__catchup-badge img {
  width: 4.38px;
  height: 5px;
}

.megogo-benefits__catchup-time {
  color: #a6a6a6;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 8px;
  line-height: 7.5px;
}

.megogo-benefits__catchup-box {
  width: 100%;
  height: 58px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
}

.megogo-benefits__catchup-thumb {
  border-radius: 6px;
  overflow: hidden;
}

.megogo-benefits__catchup-thumb--main {
  grid-column: 2;
  grid-row: 2 / span 2;
  width: 103.57px;
  height: 58px;
}

.megogo-benefits__catchup-thumb--secondary {
  grid-column: 2;
  grid-row: 6;
  width: 103.57px;
  height: 58px;
  opacity: 0.45;
}

.megogo-benefits__catchup-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.megogo-benefits__catchup-status--muted .megogo-benefits__catchup-badge {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
}

.megogo-benefits__catchup-status--muted .megogo-benefits__catchup-time,
.megogo-benefits__catchup-copy--muted {
  opacity: 0.7;
}

.discount-offer {
  position: relative;
  width: 1260px;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.discount-offer__panel {
  position: relative;
  width: 1260px;
  height: 554px;
  overflow: hidden;
  border-radius: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 64px;
  padding: 140px 48px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40.054%, rgba(255, 255, 255, 0.02) 100%);
}

.discount-offer__glow,
.discount-offer__swatch {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.discount-offer__glow--primary {
  left: 30px;
  top: -440px;
  width: 1200px;
  height: 800px;
}

.discount-offer__glow--secondary {
  left: 330px;
  top: -150px;
  width: 600px;
  height: 300px;
}

.discount-offer__glow-wrap {
  position: absolute;
}

.discount-offer__glow-wrap--primary {
  top: -31.25%;
  right: -20.83%;
  bottom: -31.25%;
  left: -20.83%;
}

.discount-offer__glow-wrap--secondary {
  top: -50%;
  right: -25%;
  bottom: -50%;
  left: -25%;
}

.discount-offer__glow-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.discount-offer__swatch {
  top: 0;
  left: 0;
  width: 1260px;
  height: 554px;
  opacity: 0.52;
}

.discount-offer__swatch-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.12) contrast(1.05);
}

.discount-offer__copy,
.discount-offer__button {
  position: relative;
  z-index: 1;
}

.discount-offer__copy {
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.discount-offer__title {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.discount-offer__title-label,
.discount-offer__title-number {
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 52px;
  color: #ffffff;
}

.discount-offer__title-label {
  letter-spacing: 0.8px;
}

.discount-offer__title-value {
  display: flex;
  align-items: flex-start;
}

.discount-offer__title-unit {
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 27px;
  color: #ffffff;
}

.discount-offer__subtitle {
  margin: 0;
  width: 800px;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

.discount-offer__subtitle span,
.discount-offer__disclaimer span {
  display: block;
}

.discount-offer__button {
  height: 54px;
  padding: 14px 32px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  color: #000000;
  font-family: "Megogo Interface Medium", sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}

.discount-offer__disclaimer {
  margin: 0;
  width: 910px;
  font-family: "Megogo Interface Regular", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.faq {
  position: relative;
  width: 1600px;
  margin-top: 100px;
  margin-left: -170px;
  padding: 100px 170px 160px;
  overflow: hidden;
}

.faq__section-glow {
  position: absolute;
  top: 818px;
  left: 50%;
  width: 1400px;
  height: 680px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

.faq__section-glow-wrap {
  position: absolute;
  top: -73.53%;
  right: -35.71%;
  bottom: -73.53%;
  left: -35.71%;
}

.faq__section-glow-image,
.faq__item-glow-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
}

.faq__inner {
  position: relative;
  z-index: 1;
  width: 1046px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.faq__copy {
  width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: center;
}

.faq__title {
  margin: 0;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 52px;
  color: #ffffff;
}

.faq__subtitle {
  width: 600px;
  margin: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.faq__subtitle span {
  display: block;
}

.faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 1046px;
}

.faq__item {
  position: relative;
  width: 1046px;
  min-height: 96px;
  padding: 32px;
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.07) 50%);
  transition:
    background 620ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 620ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__item.is-open .faq__item-glow {
  opacity: 1;
  transform: translateY(0);
}

.faq__item:hover:not(.is-open) {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.095) 0%, rgba(255, 255, 255, 0.072) 50%);
}

.faq__item.is-open {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.07) 50%);
}

.faq__item-glow {
  position: absolute;
  left: 0;
  top: 0;
  width: 607px;
  height: 196px;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 360ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}

.faq__item-glow-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.faq__item-glow-frame {
  position: relative;
  width: 100%;
  height: 100%;
}

.faq__item-glow-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.faq__item-head,
.faq__answer-wrap {
  position: relative;
  z-index: 1;
}

.faq__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.faq__question {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 900px;
  display: flex;
  align-items: center;
  gap: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: #ffffff;
}

.faq__question-number {
  margin-right: 8px;
}

.faq__question-text {
  display: inline;
}

.faq__toggle {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  padding: 0;
  color: #ffffff;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background-color 260ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0.5;
  transition: opacity 260ms ease;
}

.faq__toggle:hover::before,
.faq__toggle:focus-visible::before {
  opacity: 1;
}

.faq__toggle-icon {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__item.is-open .faq__toggle-icon {
  transform: rotate(180deg);
}

.faq__toggle-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.faq__answer-wrap {
  height: 0;
  overflow: hidden;
  will-change: height;
  transition: height 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__answer-inner {
  padding-top: 16px;
}

.faq__answer {
  width: 900px;
  margin: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 360ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}

.faq__item.is-open .faq__answer {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 120ms;
}

.page-footer-art {
  width: 1600px;
  margin-top: 0;
  margin-left: -170px;
  overflow: hidden;
}

.page-footer-art__image {
  display: block;
  width: 1598px;
  height: auto;
  max-width: none;
}

.movies-showcase {
  position: relative;
  width: 1600px;
  height: 722px;
  margin-top: 180px;
  margin-left: -170px;
  overflow: hidden;
}

.movies-showcase__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 945px;
  margin: 0 auto;
  text-align: center;
}

.movies-showcase__title {
  width: 945px;
  margin: 0;
  font-family: "Megogo Interface Medium", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
}

.movies-showcase__subtitle {
  width: 634px;
  margin: 0;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}

.movies-showcase__subtitle span {
  display: block;
}

.movies-showcase__marquee {
  position: absolute;
  left: 0;
  top: 210px;
  width: 1600px;
  height: 512px;
  overflow: hidden;
}

.movies-showcase__row {
  position: absolute;
  overflow: visible;
}

.movies-showcase__row--top {
  top: 0;
  left: -821px;
  width: 3242px;
  height: 246px;
}

.movies-showcase__row--bottom {
  top: 266px;
  left: -1054px;
  width: 3708px;
  height: 246px;
}

.movies-showcase__track {
  display: flex;
  gap: 20px;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.movies-showcase__row-copy {
  display: flex;
  gap: 20px;
  flex: 0 0 var(--movies-row-width);
  width: var(--movies-row-width);
}

.movies-showcase__card {
  position: relative;
  flex: 0 0 446px;
  width: 446px;
  height: 246px;
  overflow: hidden;
  border-radius: 32px;
}

.movies-showcase__card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movies-showcase__mask {
  position: absolute;
  top: 0;
  width: 240px;
  height: 512px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.9) 65%, #0a0a0a 100%);
}

.movies-showcase__mask--left {
  left: 0;
  transform: scaleX(-1);
}

.movies-showcase__mask--right {
  right: 0;
}

.comparison-cell__heading {
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #ffffff;
}

.comparison-cell__heading span,
.comparison-cell__copy span {
  display: block;
}

.comparison-cell__sports-heading {
  font-family: "Megogo Interface Regular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: var(--text-soft);
}

.comparison-cell__sports-heading span {
  display: block;
}

.comparison-cell__sports-flag {
  margin-bottom: 1px;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  color: #ffffff;
}

.comparison-cell__copy {
  font-family: "Megogo Interface Regular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: var(--text-soft);
}

.comparison-cell__dash {
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.32);
}

.comparison-divider {
  margin: 24px 0;
  height: 1px;
  background: var(--divider);
}

.comparison-cell--service {
  gap: 10px;
}

.service-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
}

.service-icon--hbo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Megogo Interface DemiBold", sans-serif;
  font-size: 8px;
  line-height: 0.82;
  text-transform: uppercase;
  text-align: center;
}

.service-icon--hbo span {
  display: block;
}

.service-icon--youtube,
.service-icon--music {
  color: #ff163d;
}

.service-title {
  padding-top: 4px;
  font-family: "Megogo Interface Normal", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
