@font-face {
  font-family: "CH7 Sukhumvit Set";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("../fonts/SukhumvitSet/SukhumvitSet-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "CH7 Sukhumvit Set";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/SukhumvitSet/SukhumvitSet-Light.ttf") format("truetype");
}

@font-face {
  font-family: "CH7 Sukhumvit Set";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SukhumvitSet/SukhumvitSet-Text.ttf") format("truetype");
}

@font-face {
  font-family: "CH7 Sukhumvit Set";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/SukhumvitSet/SukhumvitSet-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "CH7 Sukhumvit Set";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/SukhumvitSet/SukhumvitSet-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "CH7 Sukhumvit Set";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SukhumvitSet/SukhumvitSet-Bold.ttf") format("truetype");
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  padding: 10px 16px;
  background: #fff;
  color: #000;
  transform: translateY(-120%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

a:focus,
a:focus-visible,
button:focus,
button:focus-visible {
  outline: none;
}

.site-header nav,
.global-nav,
.global-nav *,
.ch7on-subnav,
.ch7on-subnav * {
  box-sizing: border-box;
}

.site-header nav ul,
.site-header nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-header nav a {
  text-decoration: none;
}

.site-header nav button {
  font: inherit;
}

.global-nav,
.ch7on-subnav {
  font-family:
    "CH7 Sukhumvit Set",
    "Leelawadee UI",
    "Noto Sans Thai",
    Tahoma,
    sans-serif;
}

.global-nav {
  position: relative;
  z-index: 1000;
  color: #f0f1f1;
  font-size: 16px;
  line-height: 24px;
  background: rgba(181, 2, 2, 0.8);
  border-bottom: 1px solid #1f242f;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.global-nav__bar {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 18px 112px;
}

.global-nav__primary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 64px;
  gap: 24px;
}

.global-nav__brand,
.global-nav__links,
.global-nav__actions,
.global-nav__utility-actions,
.global-nav__account-wrap,
.global-nav__commerce-actions {
  display: flex;
  align-items: center;
}

.global-nav__brand {
  flex: 0 0 auto;
  gap: 16px;
}

.global-nav__menu-button {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: 8px;
}

.global-nav__menu-button img,
.global-nav__icon-action img,
.global-nav__icon-action svg,
.global-nav__account-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.global-nav__link-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.global-nav__link-icon-box--gaming-pad {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
}

.global-nav__link-icon {
  display: block;
  max-width: none;
}

.global-nav__link-icon--chevron-down {
  width: 14.4px;
  height: 8.4px;
}

.global-nav__link-icon--gaming-pad {
  width: 24px;
  height: 24px;
}

.global-nav__logo {
  display: block;
  flex: 0 0 auto;
  width: 122px;
  height: 44px;
}

.global-nav__logo-set {
  position: relative;
  display: none;
  width: 124px;
  height: 100%;
  overflow: hidden;
}

.global-nav__logo-set--desktop {
  display: block;
}

.global-nav__logo-set img {
  position: absolute;
  display: block;
  max-width: none;
  margin: 0;
}

.global-nav__logo-mark {
  top: 2.75%;
  left: 0;
  width: 66.24%;
  height: 92.82%;
}

.global-nav__logo-seven {
  top: 0;
  right: 0;
  width: 34.52%;
  height: 100%;
}

.global-nav__panel {
  display: flex;
  align-items: center;
  min-width: 0;
}

.global-nav__links {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 24px;
}

.global-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 24px;
  color: #f0f1f1;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  white-space: nowrap;
  border-radius: 6px;
}

.global-nav__link--chevron-down {
  height: 40px;
  padding: 10px 0;
  cursor: pointer;
  font: inherit;
  background: transparent;
  border: 0;
}

.global-nav__dropdown {
  position: relative;
}

.global-nav__dropdown:has(.global-nav__more-menu.is-open) .global-nav__link-icon--chevron-down {
  transform: rotate(180deg);
}

.global-nav__more-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 30;
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: 356px;
  padding: 12px;
  color: #101828;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.14);
}

.global-nav__more-menu.is-open {
  display: grid;
}

.global-nav__more-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 12px;
  color: #101828;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 6px;
}

.global-nav__more-item.is-disabled {
  cursor: default;
}

.global-nav__more-item:hover,
.global-nav__more-item:focus,
.global-nav__more-item:focus-visible,
.global-nav__more-item:active {
  color: #101828;
  text-decoration: none;
  background: transparent;
}

.global-nav__more-icon {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.global-nav__more-label {
  flex: 1 1 auto;
  min-width: 0;
}

.global-nav__mobile-menu {
  display: none;
}

.global-nav__mobile-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 12px;
  color: #b12420;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 6px;
}

.global-nav__mobile-item.is-disabled {
  cursor: default;
}

.global-nav__mobile-icon {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.global-nav__mobile-label {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  line-height: 24px;
}

.global-nav__link--gaming-pad {
  gap: 4px;
}

.global-nav__link--chula-xl {
  gap: 0;
}

.global-nav__link-icon--chula-xl {
  display: block;
  width: auto;
  height: 24px;
}

.global-nav__link:hover {
  color: #fff;
}

.global-nav .is-disabled,
.global-nav button:disabled {
  cursor: default;
  opacity: 1;
}

.global-nav__actions {
  flex: 0 0 auto;
  gap: 12px;
  margin-left: auto;
  align-items: stretch;
}

.global-nav__utility-actions {
  gap: 0;
  align-self: center;
}

.global-nav__icon-action,
.global-nav__account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #f0f1f1;
  background: transparent;
  border: 0;
  border-radius: 6px;
}

.global-nav__icon-action {
  width: 44px;
  height: 44px;
  padding: 10px;
}

.global-nav__language-wrap {
  position: relative;
}

@keyframes global-nav-popover-in {
  from {
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale3d(0.95, 0.95, 1);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes global-nav-popover-out {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -8px, 0) scale3d(0.95, 0.95, 1);
  }
}

.global-nav__language-menu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: max-content;
  min-width: 228px;
  padding: 12px;
  color: #101828;
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, -8px, 0) scale3d(0.95, 0.95, 1);
  transform-origin: top right;
}

.global-nav__language-menu.is-open,
.global-nav__language-menu.is-closing {
  visibility: visible;
}

.global-nav__language-menu.is-open {
  pointer-events: auto;
  animation: global-nav-popover-in 0.15s cubic-bezier(0, 0, 0.2, 1) forwards;
}

.global-nav__language-menu.is-closing {
  pointer-events: none;
  animation: global-nav-popover-out 0.15s cubic-bezier(0.4, 0, 1, 1) forwards;
}

.global-nav__language-item {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 40px;
  padding: 12px;
  color: #101828;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  background: transparent;
  border: 0;
  border-radius: 0;
  white-space: nowrap;
}

.global-nav__language-item:hover,
.global-nav__language-item:focus,
.global-nav__language-item:focus-visible,
.global-nav__language-item:active {
  color: #101828;
  text-decoration: none;
  background: transparent;
}

.global-nav__language-flag {
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.global-nav__account {
  min-width: 95px;
  height: 44px;
  padding: 10px 16px;
  color: #cecfd2;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  background: #161b26;
  border: 2px solid #333741;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0);
}

.global-nav__account:hover,
.global-nav__account:focus,
.global-nav__account:focus-visible,
.global-nav__account:active {
  color: #cecfd2;
  text-decoration: none;
}

.global-nav__account-wrap {
  flex: 0 0 auto;
  align-self: center;
}

.global-nav__separator {
  display: block;
  flex: 0 0 1px;
  width: 1px;
  align-self: stretch;
  height: auto;
  min-height: 64px;
  background: #f0f1f1;
}

.global-nav__account-icon {
  display: none;
}

.global-nav__commerce-actions {
  gap: 12px;
  align-self: stretch;
}

.global-nav__commerce-action {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  color: #f5f5f6;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.global-nav__commerce-action:hover,
.global-nav__commerce-action:focus,
.global-nav__commerce-action:focus-visible,
.global-nav__commerce-action:active {
  color: #f5f5f6;
  text-decoration: none;
}

.global-nav__commerce-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 6px;
}

.global-nav__commerce-icon img,
.global-nav__commerce-icon svg {
  display: block;
}

.global-nav__commerce-icon--app,
.global-nav__commerce-icon--premium {
  background: linear-gradient(154deg, #db776b, #e49f94);
}

.global-nav__commerce-icon--app img {
  width: 30px;
  height: 31px;
}

.global-nav__commerce-icon--shop {
  border: 2px solid #f5f5f6;
}

.global-nav__commerce-icon--shop img {
  width: 24px;
  height: 24px;
}

.global-nav__commerce-icon--premium img {
  width: 24px;
  height: 24px;
}

.ch7on-subnav {
  position: relative;
  z-index: 900;
  height: 84px;
  background: #fff;
  border-top: 1px solid #d0d5dd;
  border-bottom: 1px solid #d0d5dd;
}

.ch7on-subnav__inner {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 83px;
  padding: 0 112px;
}

.ch7on-subnav__nav-row {
  display: flex;
  align-items: stretch;
  gap: 64px;
  width: 100%;
  height: 100%;
  min-width: 0;
}

.ch7on-subnav__brand {
  display: flex;
  align-items: center;
  align-self: center;
  gap: 4px;
  flex: 0 0 auto;
  color: #101828;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.ch7on-subnav__brand:hover {
  color: #667085;
}

.ch7on-subnav__brand strong {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

.ch7on-subnav__tagline {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  line-height: 16px;
}

.ch7on-subnav__tagline span:first-child {
  font-size: 17px;
}

.ch7on-subnav__tagline span:last-child {
  font-size: 16px;
}

.ch7on-subnav__toggle {
  display: none;
}

.ch7on-subnav__toggle-icon {
  display: block;
  width: 26px;
  height: 15px;
  transition: transform 0.2s ease;
}

.ch7on-subnav__toggle[aria-expanded="true"] .ch7on-subnav__toggle-icon {
  transform: scaleY(-1);
}

.ch7on-subnav__panel {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1 1 auto;
  gap: 64px;
  min-width: 0;
}

.ch7on-subnav__menu-group {
  display: flex;
  align-items: stretch;
  gap: 64px;
  height: 100%;
  min-width: 0;
}

.ch7on-subnav__divider {
  align-self: stretch;
  flex: 0 0 1px;
  width: 1px;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #d9d9d9;
}

.ch7on-subnav__social-slot {
  position: relative;
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  height: 100%;
  gap: 64px;
}

.ch7on-subnav__dropdown {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.ch7on-subnav .ch7on-subnav__menu-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0;
  color: #667085;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  white-space: nowrap;
  background: transparent;
  border: 0;
}

.ch7on-subnav .ch7on-subnav__menu-link:hover {
  color: #101828;
}

.ch7on-subnav__application-wrap {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.ch7on-subnav__application {
  flex: 0 0 auto;
}

.ch7on-subnav__social-list {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 10;
  display: none;
  min-width: 280px;
  width: max-content;
  padding: 12px;
  background: #fff;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.14);
}

.ch7on-subnav__social-list.is-open {
  display: block;
}

.ch7on-subnav__social-list a {
  display: block;
  padding: 12px;
  color: #101828;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  border-radius: 6px;
}

.ch7on-subnav__social-list a:hover,
.ch7on-subnav__social-list a:focus-visible {
  color: #101828;
  background: #f2f4f7;
}

.ch7on-subnav__social-icons {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  gap: 16px;
}

.ch7on-subnav__social-icon,
.ch7on-subnav__social-icon img {
  display: block;
  flex: 0 0 auto;
}

.ch7on-subnav__social-icon img {
  width: 40px;
  height: 40px;
}

.site-footer {
  clear: both;
  background: #141414;
  color: #f5f5f6;
  --footer-body2-size: 14px;
  --footer-body2-lh: 22px;
  --footer-body3-size: 12px;
  --footer-body3-lh: 20px;
  --footer-caption-size: 16px;
  --footer-caption-lh: 24px;
}

.site-footer a {
  text-decoration: none;
}

.site-footer .site-footer__links a,
.site-footer .site-footer__info-link {
  color: #f0f1f1;
}

.site-footer .site-footer__column-title {
  color: #94969c;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 32px 16px;
}

.site-footer__top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: none;
}

.site-footer__logo-link {
  display: inline-flex;
  align-self: flex-start;
  line-height: 0;
}

.site-footer__logo {
  display: block;
  width: auto;
  height: 44px;
  max-width: 100%;
  object-fit: contain;
}

.site-footer__tagline {
  margin: 0;
  max-width: 100%;
  font-family: "CH7 Sukhumvit Set", "Noto Sans Thai", sans-serif;
  font-size: var(--footer-body3-size);
  font-weight: 400;
  line-height: var(--footer-body3-lh);
  color: #f5f5f6;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: opacity 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus-visible {
  opacity: 0.75;
}

.site-footer__social-icon {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.site-footer__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.site-footer__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 calc(50% - 12px);
  min-width: 0;
}

.site-footer__column-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: var(--footer-body2-lh);
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.site-footer__column-title {
  font-family: "CH7 Sukhumvit Set", "Noto Sans Thai", sans-serif;
  font-size: var(--footer-body2-size);
  font-weight: 600;
  line-height: var(--footer-body2-lh);
  color: #94969c;
}

.site-footer__column-chevron {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: transform 0.2s ease;
}

.site-footer__links {
  display: none;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links.is-open {
  display: flex;
}

.site-footer__links a {
  display: inline-block;
  font-family: "CH7 Sukhumvit Set", "Noto Sans Thai", sans-serif;
  font-size: var(--footer-body2-size);
  font-weight: 600;
  line-height: var(--footer-body2-lh);
  color: #f0f1f1;
  text-decoration: none;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #fff;
}

.site-footer__middle {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.site-footer__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  max-width: none;
  line-height: 24px;
}

.site-footer__info-item {
  display: block;
  max-width: 100%;
}

.site-footer__info-item:not(:last-child)::after {
  content: "/";
  margin-left: 4px;
  color: #85888e;
  line-height: 24px;
}

.site-footer__info-link {
  display: inline;
  font-family: "CH7 Sukhumvit Set", "Noto Sans Thai", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #f0f1f1;
  text-decoration: none;
}

.site-footer__info-link:hover,
.site-footer__info-link:focus-visible {
  color: #fff;
}

.site-footer__apps {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  align-self: flex-start;
  gap: 16px;
}

.site-footer__apps a {
  display: block;
  line-height: 0;
}

.site-footer__apps img {
  display: block;
  height: 40px;
  width: auto;
}

.site-footer__legal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  padding-top: 32px;
  border-top: 2px solid #333741;
}

.site-footer__copyright {
  margin: 0;
  font-family: "CH7 Sukhumvit Set", "Noto Sans Thai", sans-serif;
  font-size: var(--footer-caption-size);
  font-weight: 400;
  line-height: var(--footer-caption-lh);
  color: #94969c;
}

.site-footer__version {
  padding-left: 4px;
  font-size: 14px;
  line-height: 20px;
}

.site-footer .div_truehit {
  margin: 0;
  line-height: 0;
}

@media (min-width: 640px) {
  .site-footer__inner {
    padding-right: 32px;
    padding-left: 32px;
  }

  .site-footer__columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
  }

  .site-footer__column {
    flex: 1 1 25%;
    width: 25%;
    min-width: auto;
  }

  .site-footer__links {
    display: flex;
  }

  .site-footer__column-chevron {
    display: none;
  }

  .site-footer__column-head {
    cursor: default;
    pointer-events: none;
  }
}

@media (min-width: 1024px) {
  .site-footer {
    --footer-body2-size: 16px;
    --footer-body2-lh: 24px;
    --footer-body3-size: 14px;
    --footer-body3-lh: 22px;
  }

  .site-footer__inner {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .site-footer__top {
    flex-direction: row;
    align-items: flex-start;
    gap: 64px;
  }

  .site-footer__brand {
    flex: 0 1 20%;
    width: 20%;
    max-width: 20%;
    min-width: 0;
  }

  .site-footer__columns {
    flex: 0 1 80%;
    width: 80%;
    max-width: 80%;
    min-width: 0;
    gap: 32px;
  }

  .site-footer__column {
    flex: 1 1 25%;
    width: 25%;
    min-width: auto;
  }

  .site-footer__middle {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
  }

  .site-footer__info {
    flex: 1 1 auto;
    max-width: 510px;
  }

  .site-footer__links a,
  .site-footer__column-title {
    white-space: nowrap;
  }
}

@media (min-width: 1280px) {
  .site-footer__inner {
    padding-right: 112px;
    padding-left: 112px;
  }
}

@media (min-width: 1536px) {
  .site-footer__inner {
    padding-right: 144px;
    padding-left: 144px;
  }
}

@media (max-width: 1023px) {
  .site-footer__links a {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }

  .site-footer__column-title {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }

  .site-footer__info-link {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }
}

@media (max-width: 639px) {
  .site-footer__columns {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }

  .site-footer__column {
    flex: 0 0 auto;
    width: 100%;
    gap: 12px;
    padding: 16px 0;
  }

  .site-footer__column:first-child {
    padding-top: 0;
  }

  .site-footer__column-title {
    color: #f0f1f1;
    font-size: 16px;
    line-height: 24px;
  }

  .site-footer__column-chevron {
    transform: scaleY(-1);
  }

  .site-footer__column-head[aria-expanded="true"] .site-footer__column-chevron {
    transform: none;
  }

  .site-footer__info-item:nth-last-child(2)::after {
    content: none;
  }

  .site-footer__info-item:last-child {
    flex: 0 0 100%;
  }

  .site-footer__info-item:last-child .site-footer__info-link {
    font-weight: 600;
  }

  .site-footer__apps {
    flex-wrap: wrap;
  }

  .site-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .site-footer__version {
    display: block;
    padding-left: 0;
  }
}


img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .global-nav__bar {
    padding-right: 32px;
    padding-left: 32px;
  }

  .ch7on-subnav__inner {
    padding-right: 32px;
    padding-left: 32px;
  }

  .global-nav__primary,
  .global-nav__links {
    gap: 16px;
  }
}

@media (min-width: 1536px) {
  .global-nav__bar {
    padding-right: 144px;
    padding-left: 144px;
  }

  .ch7on-subnav__inner {
    padding-right: 144px;
    padding-left: 144px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ch7on-subnav__inner {
    padding-right: 24px;
    padding-left: 24px;
  }

  .ch7on-subnav__nav-row {
    gap: 16px;
  }

  .ch7on-subnav__panel {
    gap: 0;
  }

  .ch7on-subnav__menu-group {
    gap: 16px;
  }

  .ch7on-subnav__social-slot {
    gap: 16px;
  }

  .ch7on-subnav .ch7on-subnav__menu-link {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 768px) {
  .ch7on-subnav__social-slot {
    align-self: stretch;
  }

  .ch7on-subnav__social-slot .ch7on-subnav__dropdown {
    align-self: stretch;
    align-items: stretch;
  }

  .ch7on-subnav__social-slot .ch7on-subnav__menu-link {
    flex: 1 1 auto;
    width: 100%;
    min-height: 100%;
    transition:
      background-color 0.3s ease,
      color 0.3s ease;
  }

  .ch7on-subnav__social-slot:hover .ch7on-subnav__menu-link,
  .ch7on-subnav__social-slot:focus-within .ch7on-subnav__menu-link {
    color: #101828;
    background: transparent;
  }

  .ch7on-subnav__social-slot > .ch7on-subnav__social-list {
    display: none;
    top: 100%;
    left: 1px;
    right: 1px;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 0;
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .ch7on-subnav__social-slot:hover > .ch7on-subnav__social-list,
  .ch7on-subnav__social-slot:focus-within > .ch7on-subnav__social-list {
    display: block;
  }

  .ch7on-subnav__social-list li {
    background: #f7f7f7;
    border-top: 1px solid #f2f2f2;
  }

  .ch7on-subnav__social-list a {
    display: block;
    width: 100%;
    padding: 0 20px 0 0;
    color: #475467;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    text-align: right;
    border-radius: 0;
    background: transparent;
    transition:
      background-color 0.3s ease,
      color 0.3s ease;
  }

  .ch7on-subnav__social-list a:hover,
  .ch7on-subnav__social-list a:focus-visible {
    color: #101828;
    background: #f2f4f7;
  }
}

@media (min-width: 1024px) {
  html[lang="en"] .global-nav__links {
    min-width: 740px;
  }
}

@media (max-width: 1023px) {
  .global-nav__bar {
    position: relative;
    align-items: center;
    padding: 10px 32px;
  }

  .global-nav__primary {
    display: contents;
  }

  .global-nav__brand {
    gap: 12px;
  }

  .global-nav__menu-button {
    display: block;
  }

  .global-nav__logo {
    width: 107px;
    height: 38px;
  }

  .global-nav__logo-set {
    width: 107px;
  }

  .global-nav__logo-set--desktop {
    display: none;
  }

  .global-nav__logo-set--tablet {
    display: block;
  }

  .global-nav__panel {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 20;
    display: none;
    max-height: calc(100dvh - 64px);
    margin: 0;
    overflow-y: auto;
    background: #141414;
    border-bottom: 1px solid #333741;
    box-shadow: none;
  }

  .global-nav__panel.is-open {
    display: block;
  }

  .global-nav__links {
    display: none;
  }

  .global-nav__mobile-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px 12px;
    padding: 16px 24px;
  }

  .global-nav__mobile-item {
    min-height: 0;
    padding: 8px 12px;
    color: #f0f1f1;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 6px;
  }

  .global-nav__mobile-item.is-disabled {
    color: #94969c;
  }

  .global-nav__mobile-item:not(.is-disabled):hover,
  .global-nav__mobile-item:not(.is-disabled):focus-visible {
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
  }

  .global-nav__actions {
    gap: 12px;
  }

  .global-nav__utility-actions {
    gap: 12px;
  }

  .global-nav__language-wrap {
    display: none;
  }

  .global-nav__account {
    width: 44px;
    min-width: 44px;
    height: 44px;
    padding: 10px;
    color: #f0f1f1;
    background: transparent;
    border: 0;
    border-radius: 8px;
  }

  .global-nav__account:hover,
  .global-nav__account:focus,
  .global-nav__account:focus-visible,
  .global-nav__account:active {
    color: #f0f1f1;
  }

  .global-nav__account-wrap {
    align-self: auto;
    padding: 0;
    border: 0;
  }

  .global-nav__separator--account {
    display: none;
  }

  .global-nav__separator--commerce {
    flex-basis: 1px;
    width: 1px;
  }

  .global-nav__account-icon {
    display: block;
  }

  .global-nav__account-label {
    display: none;
  }

  .global-nav__commerce-actions {
    align-self: stretch;
    gap: 12px;
  }

  .global-nav__commerce-action--app {
    display: none;
  }

  .global-nav__commerce-icon {
    width: 38px;
    height: 38px;
  }

  .global-nav__commerce-action {
    min-width: 38px;
    font-size: 10px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .global-nav__bar {
    padding: 8px 16px;
  }

  .global-nav__brand {
    gap: 10px;
  }

  .global-nav__logo {
    width: 70px;
    height: 25px;
  }

  .global-nav__logo-set {
    width: 70px;
  }

  .global-nav__logo-set--tablet {
    display: none;
  }

  .global-nav__logo-set--mobile {
    display: block;
  }

  .global-nav__panel {
    max-height: calc(100dvh - 56px);
  }

  .global-nav__actions,
  .global-nav__utility-actions {
    gap: 10px;
  }

  .global-nav__commerce-actions {
    display: none;
  }

  .global-nav__separator--commerce {
    display: none;
  }

  .ch7on-subnav {
    height: auto;
  }

  .ch7on-subnav__inner {
    display: block;
    height: auto;
    padding: 0;
  }

  .ch7on-subnav__nav-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .ch7on-subnav__brand {
    flex: 1 1 auto;
    height: 58px;
    padding: 0 16px;
  }

  .ch7on-subnav__brand strong {
    font-size: 26px;
    line-height: 36px;
  }

  .ch7on-subnav__tagline span:first-child {
    font-size: 12px;
  }

  .ch7on-subnav__tagline span:last-child {
    font-size: 11px;
    line-height: 12px;
  }

  .ch7on-subnav__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    margin-right: 16px;
    padding: 0;
    color: #667085;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  .ch7on-subnav__panel {
    display: none;
    flex: 0 0 100%;
    flex-direction: column;
    gap: 0;
    width: 100%;
    border-top: 1px solid #d0d5dd;
  }

  .ch7on-subnav__panel.is-open {
    display: flex;
  }

  .ch7on-subnav__menu-group {
    display: contents;
  }

  .ch7on-subnav__divider {
    display: none;
  }

  .ch7on-subnav__social-slot {
    display: contents;
  }

  .ch7on-subnav__dropdown,
  .ch7on-subnav__application-wrap,
  .ch7on-subnav__social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    width: 100%;
    min-height: 56px;
    border: 0;
    border-bottom: 1px solid #e4e7ec;
  }

  .ch7on-subnav__dropdown {
    flex-direction: column;
  }

  .ch7on-subnav__application-wrap {
    flex: none;
  }

  .ch7on-subnav .ch7on-subnav__menu-link {
    justify-content: center;
    width: 100%;
    min-height: 56px;
    padding: 14px 16px;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }

  .ch7on-subnav__social-list {
    display: block;
    position: static;
    width: 100%;
    min-width: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    pointer-events: none;
    transition:
      max-height 0.35s ease,
      opacity 0.3s ease,
      transform 0.35s ease,
      visibility 0.3s ease,
      border-color 0.35s ease;
  }

  .ch7on-subnav__social-list.is-open {
    max-height: 360px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    border-top: 1px solid #e4e7ec;
    pointer-events: auto;
  }

  .ch7on-subnav__social-list a {
    padding-right: 16px;
    padding-left: 16px;
    color: #475467;
    font-size: 15px;
    line-height: 22px;
    border-radius: 0;
  }

  .ch7on-subnav__social-icons {
    gap: 16px;
    padding: 8px 16px;
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
