@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Lato&display=swap");
*,
*::after,
*::before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overscroll-behavior: none;
  position: relative;
  width: 100%;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:active {
  outline: 0;
}

a:focus {
  outline: thin dotted;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

button {
  background: none;
  color: inherit;
  line-height: 1em;
  padding: 0.5em;
}

img,
picture {
  border: 0;
  border-style: none;
  display: block;
  max-width: 100%;
}

:where(figure, picture) > img {
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 1em;
  line-height: 1.5;
}
@media (max-width: 37.5em) {
  html {
    font-size: max(16px, 4vw);
  }
}
@media (min-width: 37.5625em) {
  html {
    font-size: 1em;
  }
}
@media (min-width: 160em) {
  html {
    font-size: 0.8vw;
  }
}

body {
  overflow-x: hidden;
  overflow-y: visible;
}

@media (max-width: 37.5em) {
  *[desktop] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 37.5625em) {
  *[mobile] {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 64em) {
  *[expanded] {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 64.0625em) {
  *[collapsed] {
    display: none !important;
    visibility: hidden;
  }
}

[class*=container] {
  margin-inline: auto;
  padding: 0;
  width: 100%;
}
[class*=container] > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
[class*=container] > *:first-child {
  margin-top: 0;
}
[class*=container] > *:last-child {
  margin-bottom: 0;
}
[class*=container][class*=__fixed] {
  width: min(100%, 90em);
}
[class*=container][class*=__fluid] {
  width: 100%;
}
[class*=container][class*=__padded] {
  width: min(96%, 90em);
}
[class*=container][class*=-flush] > * {
  margin-block: 0;
}

nav.container {
  margin-bottom: 0;
  position: fixed;
  position: sticky;
  top: 0;
}

.col-promo,
.col-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 1.25rem;
  justify-content: stretch;
}

.con-padded {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  margin-inline: auto;
}

.margins > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.margins > *:first-child {
  margin-top: 0;
}
.margins > *:last-child {
  margin-bottom: 0;
}

@supports not (display: grid) {
  .col-promo,
  .col-grid {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: flex-start;
  }
  .col-grid-2 > *,
  .col-grid-3 > *,
  .col-grid-4 > *,
  .col-grid-6 > * {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc(100%/3 - 1.25rem + 0.8333333333rem );
  }
}
@media (max-width: 37.5em) {
  .col-promo.mqs-list,
  .col-grid.mqs-list {
    row-gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
    padding: 0;
  }
  .col-promo.mqs-grid,
  .col-grid.mqs-grid {
    gap: 0.624rem;
  }
  .col-grid-2.mqs-list,
  .col-grid-3.mqs-list,
  .col-grid-4.mqs-list,
  .col-grid-6.mqs-list {
    grid-template-columns: 1fr;
  }
  .col-grid-3.mqs-grid,
  .col-grid-6.mqs-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .col-grid-2.mqs-grid,
  .col-grid-4.mqs-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 37.5625em) {
  .col-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
  .col-grid-3,
  .col-grid-4,
  .col-grid-6 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 64.0625em) {
  .col-grid-4,
  .col-grid-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 85.375em) {
  .col-grid-6 > * {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.col-flex {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25rem;
  justify-content: center;
}

.col-flex-2 > *,
.col-flex-3 > *,
.col-flex-4 > *,
.col-flex-6 > * {
  flex-grow: 0;
  flex-shrink: 1;
}

@media (max-width: 37.5em) {
  .col-flex-2 > *,
  .col-flex-3 > *,
  .col-flex-4 > *,
  .col-flex-6 > * {
    flex-basis: 100%;
  }
}
@media (min-width: 37.5625em) {
  .col-flex-2 > *,
  .col-flex-3 > *,
  .col-flex-4 > *,
  .col-flex-6 > * {
    flex-basis: calc(50% - 1.25rem + 0.625rem );
  }
}
@media (min-width: 64.0625em) {
  .col-flex-3 > *,
  .col-flex-4 > *,
  .col-flex-6 > * {
    flex-basis: calc(100%/3 - 1.25rem + 0.4166666667rem );
  }
}
@media (min-width: 85.375em) {
  .col-flex-4 > * {
    flex-basis: calc(25% - 1.25rem + 0.3125rem );
  }
  .col-flex-6 > * {
    flex-basis: calc(16.6666667% - 1.25rem + 0.2083333333rem );
  }
}
.col-promo-test {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 1px solid black;
  height: 150px;
}

@media (max-width: 37.5em) {
  .col-promo > * {
    grid-column: span 12 !important;
  }
}
.col-promo-1 > *:nth-child(1) {
  grid-column: span 12;
}

.col-promo-2 > *:nth-child(-n+2) {
  grid-column: span 6;
}

@media (max-width: 37.5em) {
  .col-promo-2 > *:nth-child(-n+2) {
    grid-column: span 12;
  }
}
.col-promo-3 > *:nth-child(-n+3) {
  grid-column: span 4;
}

@media (max-width: 64em) {
  .col-promo-3 > *:nth-child(1) {
    grid-column: span 12;
  }
  .col-promo-3 > *:nth-child(n+2) {
    grid-column: span 6;
  }
}
@media (max-width: 37.5em) {
  .col-promo-3 > *:nth-child(-n+2) {
    grid-column: span 12;
  }
}
.accordion dt {
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.accordion dd {
  transition: height 300ms ease-in-out, margin 300ms ease-in-out, padding-top 300ms ease-in-out, padding-bottom 300ms ease-in-out;
  overflow: hidden;
}

@keyframes slide-right-fade-in {
  0% {
    opacity: 0;
    transform: translateX(-20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-left-fade-in {
  0% {
    opacity: 0;
    transform: translateX(20vw);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slide-top-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-bottom-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-20vh);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sos {
  opacity: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  backface-visibility: hidden;
}

.sos.visible {
  animation-name: fade-in;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.sos.top.visible {
  animation-name: slide-top-fade-in;
}

.sos.right.visible {
  animation-name: slide-right-fade-in;
}

.sos.bottom.visible {
  animation-name: slide-bottom-fade-in;
}

.sos.left.visible {
  animation-name: slide-left-fade-in;
}

button {
  cursor: pointer;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
  isolation: isolate;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
button[bs-disabled] {
  opacity: 0.25;
  pointer-events: none;
  cursor: default;
}

*[bs-disabled] {
  filter: saturate(0);
  pointer-events: none !important;
}

.carousel {
  width: 100%;
  height: auto;
  background-color: black;
}

.carousel.stacked {
  display: grid;
  place-items: center;
  isolation: isolate;
  position: relative;
}
.carousel.stacked > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.carousel.stacked .dots-carousel {
  position: absolute;
}

:is(.wrapper-carousel,
.content-carousel) {
  height: auto;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.wrapper-carousel {
  width: 100%;
  isolation: isolate;
  align-items: center;
}

.content-carousel {
  padding: 0;
  margin: 0;
  flex-shrink: 0;
  flex-wrap: nowrap;
  align-items: stretch;
  isolation: auto;
  z-index: 1;
}
.content-carousel > * {
  position: relative;
  float: left;
  flex-grow: 1;
  flex-shrink: 0;
}

:is(.filler-carousel,
.handle-carousel) {
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
}

.filler-carousel {
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 0;
  pointer-events: none;
  cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.filler-carousel > * {
  position: absolute;
  flex: 0 0 100%;
}

.handle-carousel {
  z-index: 2;
}

:is(.nav-carousel,
.dots-carousel) {
  display: flex;
  z-index: 3;
  pointer-events: none;
  cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
:is(.nav-carousel,
.dots-carousel) > * {
  pointer-events: all;
}

.nav-carousel {
  justify-content: space-between;
  width: 100%;
}

.dots-carousel {
  justify-content: center;
  align-items: center;
  gap: 0.3125em;
  font-size: 1em;
}
.dots-carousel li {
  list-style: none;
  width: 0.625em;
  height: 0.625em;
  border: 1px solid currentColor;
  border-radius: 100vw;
  transition: width 200ms ease;
}
.dots-carousel li[active] {
  background-color: currentColor;
}

.content-carousel > *,
.filler-carousel > * {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

button:is(.hamburger, .hamburger-close) {
  aspect-ratio: 1/1;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  isolation: isolate;
  background-color: none;
}

button.hamburger {
  font-weight: 700;
  font-size: 1.5em;
}

button.hamburger-close {
  align-self: flex-end;
}
button.hamburger-close::before {
  content: "+";
  display: block;
  transform: rotate(45deg);
  font-size: max(30px, 2vw);
}

nav.hamburger {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: 100dvh;
  width: min(100%, 400px);
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  z-index: 4;
  translate: -400px;
  transition: translate 200ms ease-in-out;
  isolation: isolate;
  overflow-y: auto;
  scrollbar-width: 7px;
  scrollbar-color: rgb(80, 80, 80) rgba(255, 255, 255, 0);
  background-color: ghostwhite;
}
nav.hamburger::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
nav.hamburger::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}
nav.hamburger::-webkit-scrollbar-thumb:vertical {
  height: 7px;
  background-color: rgb(80, 80, 80);
}
nav.hamburger::-webkit-scrollbar-thumb:horizontal {
  width: 7px;
  background-color: rgb(80, 80, 80);
}
nav.hamburger > * {
  margin-block: 0.3125rem;
}
nav.hamburger > *:first-child {
  margin-top: 0;
}
nav.hamburger > *:last-child {
  margin-bottom: 0;
}

nav.hamburger dt {
  background-color: transparent;
}
nav.hamburger dt[active] {
  background-color: transparent;
}

nav.hamburger dd {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

dialog {
  background: transparent;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
}

.modal-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
  cursor: default;
}

.modal {
  width: 100%;
  max-height: 100vh;
  animation-name: fade-in;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  pointer-events: none;
}
.modal.top {
  animation-name: slide-top-fade-in;
}
.modal.right {
  animation-name: slide-right-fade-in;
}
.modal.bottom {
  animation-name: slide-bottom-fade-in;
}
.modal.left {
  animation-name: slide-left-fade-in;
}

:is(.modal,
.modal-video) {
  max-height: 90vh;
  margin-block: auto;
  margin-inline: auto;
  pointer-events: auto;
  z-index: 2;
}

.modal {
  background-color: white;
  width: min(90%, 60ch);
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  overflow-y: auto;
  scrollbar-width: 7px;
  scrollbar-color: #cccccc #999999;
}
.modal::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.modal::-webkit-scrollbar-track-piece {
  background-color: #999999;
}
.modal::-webkit-scrollbar-thumb:vertical {
  height: 7px;
  background-color: #cccccc;
}
.modal::-webkit-scrollbar-thumb:horizontal {
  width: 7px;
  background-color: #cccccc;
}

.modal-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  position: relative;
  isolation: isolate;
  max-height: 70vh;
}
.modal-flex > * {
  flex: 0 0 auto;
}
@media (max-height: 580px) {
  .modal-flex {
    max-height: unset;
  }
}

.modal-textbox {
  overflow-y: auto;
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  scrollbar-width: 7px;
  scrollbar-color: #cccccc #999999;
  flex: 1 1 100%;
}
.modal-textbox::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.modal-textbox::-webkit-scrollbar-track-piece {
  background-color: #999999;
}
.modal-textbox::-webkit-scrollbar-thumb:vertical {
  height: 7px;
  background-color: #cccccc;
}
.modal-textbox::-webkit-scrollbar-thumb:horizontal {
  width: 7px;
  background-color: #cccccc;
}
.modal-textbox > * {
  margin-block: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
.modal-textbox > *:first-child {
  margin-top: 0;
}
.modal-textbox > *:last-child {
  margin-bottom: 0;
}
@media (max-height: 580px) {
  .modal-textbox {
    flex: 1 0 auto;
  }
}

.modal-sticky {
  position: sticky;
  padding: 0.625rem;
}
@media (max-height: 580px) {
  .modal-sticky {
    position: relative;
  }
}

.modal-video {
  width: min(96%, 60rem);
  aspect-ratio: 16/9;
  padding: unset !important;
  overflow: hidden !important;
}
.modal-video > iframe {
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.modal_close {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 5vw;
  height: 5vw;
  position: fixed;
  top: 0;
  right: 0;
  color: white;
  font-family: Arial !important;
}
@media (hover: hover) {
  .modal_close {
    cursor: pointer;
  }
  .modal_close:hover {
    transform: scale(1.1);
  }
}
.modal_close::before {
  content: "+";
  display: block;
  transform: rotate(45deg);
  font-size: 4vw;
}
@media (max-width: 64em) {
  .modal_close {
    width: 20px;
    height: 20px;
    top: 5px;
    right: 5px;
  }
  .modal_close::before {
    font-size: 38px;
  }
}

#sgw-top-navigation {
  background-color: black;
  height: 50px !important;
  isolation: isolate;
  transition: transform 250ms ease-in-out;
  z-index: 2;
  position: fixed;
  position: sticky;
  top: 0;
}
@media (max-width: 37.5em) {
  #sgw-top-navigation {
    height: 40px !important;
    position: fixed;
    position: sticky;
    top: 0;
  }
}

@media only screen and (max-width: 800px) {
  #sgw_gnb_div.lightboxmode {
    overflow: initial !important;
  }
}
#stickyHamburger {
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 250ms ease-in-out;
  z-index: 3;
  isolation: isolate;
}
#stickyHamburger div {
  font-size: 1.25rem;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
}
#stickyHamburger a > div {
  height: 40px;
  padding: 0 0.625rem;
}
#stickyHamburger img {
  width: 9.8125rem;
  height: auto;
}

.gnb-scrolls {
  /* fixes height 0 issue */
  height: 50px !important;
}
@media (max-width: 37.5em) {
  .gnb-scrolls {
    height: 40px !important;
  }
}

#stickybar,
#stickybottom,
#stickybottom_locked {
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.0823529412);
  transition: transform 250ms ease-in-out;
  z-index: 1;
  isolation: isolate;
}

#stickybar {
  position: fixed;
  position: sticky;
  top: 50px;
}
@media (max-width: 37.5em) {
  #stickybar {
    position: fixed;
    position: sticky;
    top: 40px;
  }
}

#stickybottom,
#stickybottom_locked {
  position: sticky;
  bottom: 0;
}

#stickybottom {
  transform: translateY(3.75rem);
}

.timer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  font-size: 0.625rem;
  text-transform: uppercase;
}
.timer div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 7ch;
}
.timer div::after {
  margin-left: 2px;
}
.timer div.days::after {
  content: "d";
}
.timer div.hours::after {
  content: "h";
}
.timer div.minutes::after {
  content: "m";
}
.timer div.seconds::after {
  content: "s";
}
.timer div > p {
  font-size: 2em;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 37.5em) {
  .timer span {
    display: none;
  }
}

.nav-ribbon {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap !important;
}
.nav-ribbon > * {
  flex-shrink: 0;
}
@media (min-width: 37.5625em) {
  .nav-ribbon {
    scrollbar-width: 7px;
    scrollbar-color: rgb(80, 80, 80) rgba(255, 255, 255, 0);
  }
  .nav-ribbon::-webkit-scrollbar {
    width: 7px;
    height: 7px;
  }
  .nav-ribbon::-webkit-scrollbar-track-piece {
    background-color: rgba(255, 255, 255, 0);
  }
  .nav-ribbon::-webkit-scrollbar-thumb:vertical {
    height: 7px;
    background-color: rgb(80, 80, 80);
  }
  .nav-ribbon::-webkit-scrollbar-thumb:horizontal {
    width: 7px;
    background-color: rgb(80, 80, 80);
  }
}

nav:where(.nav-h, .nav-v) {
  display: flex;
}

nav.nav-h {
  flex-direction: row;
  align-items: center;
}

nav.nav-v {
  flex-direction: column;
  align-items: stretch;
}

.con-tabbed > *:not([active]) {
  display: none;
  visibility: hidden;
}

.nav-tabbed {
  display: flex;
  flex-wrap: wrap;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.nav-tabbed > * {
  cursor: pointer;
}

.tooltip {
  cursor: pointer;
}

.tooltip-alt,
.tooltip-id {
  padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
  background-color: ghostwhite;
}

.modeless {
  pointer-events: none;
  cursor: default;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
  max-width: 45ch;
}
@media (max-width: 37.5em) {
  .modeless {
    position: fixed !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
    padding-bottom: 10vh;
    width: 100%;
    height: 100%;
    max-width: none;
    top: 0 !important;
    left: 0 !important;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .modeless > * {
    animation: slide-top-fade-in 150ms ease-in-out forwards;
  }
}
.modeless .modal_close {
  top: 3px;
  right: 3px;
  background: none;
  color: currentColor;
}

:root {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font__lato {
  font-family: "Lato", sans-serif;
}

.font__razer {
  font-family: RazerF5, "Lato", sans-serif;
}

.style__header {
  text-align: center;
  text-transform: uppercase;
}

@font-face {
  font-family: "RazerF5";
  src: url("../fonts/RazerF5Thin.eot");
  src: url("../fonts/RazerF5Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/RazerF5Thin.woff2") format("woff2"), url("../fonts/RazerF5Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "RazerF5";
  src: url("../fonts/RazerF5Light.eot");
  src: url("../fonts/RazerF5Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RazerF5Light.woff2") format("woff2"), url("../fonts/RazerF5Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RazerF5";
  src: url("../fonts/RazerF5Bold.eot");
  src: url("../fonts/RazerF5Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RazerF5Bold.woff2") format("woff2"), url("../fonts/RazerF5Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RazerF5";
  src: url("../fonts/RazerF5.eot");
  src: url("../fonts/RazerF5.eot?#iefix") format("embedded-opentype"), url("../fonts/RazerF5.woff2") format("woff2"), url("../fonts/RazerF5.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  background-color: initial;
}

:root[data-theme=dark] {
  background-color: initial;
}

html {
  scrollbar-width: 7px;
  scrollbar-color: #42D62B black;
}
html::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
html::-webkit-scrollbar-track-piece {
  background-color: black;
}
html::-webkit-scrollbar-thumb:vertical {
  height: 7px;
  background-color: #42D62B;
}
html::-webkit-scrollbar-thumb:horizontal {
  width: 7px;
  background-color: #42D62B;
}

main.container > * {
  margin-block: 1.25rem;
}
main.container > *:first-child {
  margin-top: 0;
}
main.container > *:last-child {
  margin-bottom: 0;
}

section.event-header {
  margin-block-end: 100px;
}
@media (max-width: 90em) {
  section.event-header {
    margin-block-end: 60px;
  }
}
@media (max-width: 37.5em) {
  section.event-header {
    margin-block-end: 30px;
  }
}

.user-terms {
  margin: 0 auto;
  width: min(90%, 1420px);
  color: #898888;
  font-size: 1em;
  line-height: 1.5em;
  text-align: center;
}

#user-terms {
  margin-block: 6.25rem;
  margin-block: 10dvh;
}

:where(h1, h2, h3, h4, h5, h6) {
  text-wrap: balance;
}

body {
  background-image: url("../images/bg-header-1920.webp");
  background-color: #212120;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  font-family: RazerF5, Lato, sans-serif;
  font-size: 16px;
}
@media (max-width: 64em) {
  body {
    background-image: url("../images/bg-header-960.webp");
  }
}
@media (max-width: 37.5em) {
  body {
    background-image: url("../images/bg-header-600.webp");
  }
}

h1 {
  font-family: RazerF5, Lato, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

#box__logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-block: 50px 30px;
}
#box__logos img {
  flex: 0 1 auto;
  padding: 0 32px;
  max-width: 100%;
}
#box__logos #logo-cf {
  border-left: 1px solid #545353;
}
@media (max-width: 64em) {
  #box__logos {
    padding-block: 100px 30px;
  }
}

#box__title h1 {
  font-weight: normal;
  font-size: 1em;
}

#box__title {
  font-size: 4.6875vmax;
  line-height: 1em;
  color: white;
}
#box__title-brand {
  font-weight: 700;
  letter-spacing: 0.2em;
}
#box__title-name {
  background: -webkit-linear-gradient(left, #ff0000, #ffff00, #00ff00, #00ffff, #0055ff, #ff00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#box__title-tm {
  font-size: 0.5em;
  vertical-align: super;
}
@media (max-width: 64em) {
  #box__title {
    font-size: 8vw;
  }
}
@media (max-width: 37.5em) {
  #box__title {
    font-size: 2.5rem;
  }
}

#box__countdown {
  font-size: 2rem;
  color: #42D62B;
  justify-content: center;
}
#box__countdown > div {
  align-items: baseline;
  width: 4.2ch;
}
#box__countdown p {
  font-size: 1em;
}
#box__countdown > div::after {
  font-size: 0.5em;
  color: #EEEDEC;
  padding-left: 2px;
  line-height: 1;
}

#stickybar {
  background: none;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#chromaBar {
  display: block;
  width: 100%;
  width: 100dvw;
  height: 4px;
  margin: 0;
  background: linear-gradient(90deg, #ff0000 0%, #ffff00 20%, #00ff00 40%, #00ffff 60%, #0055ff 80%, #ff00ff 100%);
}

#ribbon-wide {
  position: relative;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#ribbon-wide > * {
  box-sizing: border-box;
}
#ribbon-wide > div {
  color: #42D62B;
  background-color: currentColor;
  padding: 0.66em 0.5em 0.66em 1em;
  isolation: isolate;
}
#ribbon-wide p {
  color: black;
  color: white;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 1155px) {
  #ribbon-wide {
    width: 35ch;
  }
  #ribbon-wide > div {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 1em 100%);
  }
}
@media (max-width: 1155px) {
  #ribbon-wide {
    width: 100%;
    position: relative;
  }
  #ribbon-wide > div {
    width: 100%;
  }
  #ribbon-wide p {
    font-size: 18px;
  }
}

.packages {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  container-type: inline-size;
  container-name: package;
}
.packages figure {
  flex: 0 1 auto;
}
.packages img {
  width: 100%;
  height: auto;
}

.card {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  background-color: black;
}

.grid__ui {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1 1 400px;
  padding: 1.5em;
  container-type: inline-size;
  container-name: grid__ui;
  background-color: #181717;
  background-image: url("../images/bg-panels.jpg");
  background-position: center;
  background-size: auto;
}
.grid__ui > h2 {
  color: #42D62B;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  padding-block-end: 0.5em;
}
.grid__ui > h5 {
  color: #898888;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 0.8em;
  font-weight: 400;
  margin-block-end: 0.5em;
}

.packages .grid__ui > h2 {
  font-size: 2em;
  font-size: 7cqw;
  font-size: clamp(1.2em, 7cqw, 2em);
  line-height: 1;
}

.package-options {
  display: flex;
  flex-direction: column;
}

.tagged::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  background-size: cover;
}

.tagged.featured::after {
  width: 80px;
  height: 80px;
}

[lang=en] .tagged.hot::after {
  background-image: url("../images/tag-hot.png");
}
[lang=en] .tagged.new::after {
  background-image: url("../images/tag-new.png");
}

[lang=pt] .tagged.hot::after {
  background-image: url("../images/tag-hot-br.png");
}
[lang=pt] .tagged.new::after {
  background-image: url("../images/tag-new-br.png");
}

@container package (width <= 600px) {
  .card {
    flex-direction: column;
  }
}
@container package (width <= 946px) {
  .featured .card {
    flex-direction: column;
  }
}
@container package (width > 500px) {
  .featured .grid__ui > h2 {
    font-size: 3.125em;
    font-size: 13cqw;
  }
}
@container package (width <= 946px) {
  .featured .grid__ui > h2 {
    font-size: 3.125em;
    font-size: 7cqw;
  }
}
li.button {
  display: flex;
  flex-direction: column;
  width: 100%;
  cursor: pointer;
  user-select: none;
}
li.button > div {
  display: flex;
  flex-wrap: wrap;
}
li.button > div:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
li.button > div:last-child span {
  margin-block-start: 2px;
  display: inline-block;
}

li.button {
  position: relative;
  background-image: url("../images/btn-bg-out.png");
  background-color: #FFFFFF;
  background-size: auto 100%;
  background-repeat: repeat-x;
  border-radius: 3px;
  border: 2px solid #FFFFFF;
  padding: 0.625em 4cqw;
  margin: 8px 0 0;
  transition: border 0.3s ease;
}
@media (hover: hover) {
  li.button {
    cursor: pointer;
  }
  li.button:hover {
    border: 2px solid #81ff69;
  }
  li.button:hover::before {
    opacity: 1;
  }
}
li.button > div {
  z-index: 2;
}
@media (max-width: 37.5em) {
  li.button {
    padding: 5cqw 4cqw;
  }
}

li.best-value {
  border: 2px solid #42D62B;
}
li.best-value::after {
  content: "Best Value";
  background-color: #42D62B;
  display: block;
  position: absolute;
  top: -1em;
  left: 4cqw;
  padding: 0.4em 0.625em;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 2px;
}

[lang=en] li.best-value::after {
  content: "Best Value";
}

[lang=pt] li.best-value::after {
  content: "Melhor Valor";
}

li.button::before {
  content: "";
  background-image: url("../images/btn-bg-hover.png");
  border: 2px solid #81ff69;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: auto 100%;
  background-repeat: repeat-x;
  border-radius: 3px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.button {
  font-size: 1.7em;
  font-size: max(1em, 6cqw);
  font-size: clamp(1em, 8cqw, 1.625em);
  font-weight: 700;
  line-height: 1;
}
.button h4 {
  font-family: "Lato", sans-serif;
  font-size: 1em;
}
@media (max-width: 37.5em) {
  .button h4 {
    font-size: 0.9em;
  }
}
.button h3 {
  text-transform: uppercase;
  font-size: 0.625em;
  font-weight: 400;
}
@media (max-width: 64em) {
  .button h3 {
    font-size: 0.7em;
  }
}
@media (max-width: 37.5em) {
  .button h3 {
    font-size: 0.6em;
  }
}
.button span {
  font-family: "Lato", sans-serif;
  font-size: 0.4em;
  margin-right: 2px;
}

.featured .button > div:first-child h4, .featured .button > div:first-child h3 {
  font-size: 0.7353em;
}
.featured .button > div:first-child h4 {
  font-weight: 900;
}

.grid__ui > a {
  color: #FFFFFF;
  text-decoration: none;
}

.button-collection {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  user-select: none;
  align-self: center;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  margin-block: 0.625em 1.5em;
}
.button-collection :where(h2, h3) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.625em;
  border-radius: 2px;
}
.button-collection :where(h2) {
  color: #42D62B;
  background-color: #000000;
  font-size: 1.375em;
  font-size: clamp(1em, 6cqw, 1.2em);
  align-self: stretch;
  padding-block-start: 0.1em;
}
.button-collection :where(h3) {
  background-color: #42D62B;
  color: #FFFFFF;
  font-size: 1em;
  font-size: clamp(0.6em, 5cqw, 1em);
  line-height: 1;
  text-transform: uppercase;
  padding-block: 0.625em;
}

#checkout .modal {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  min-height: 200px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 6px;
  user-select: none;
  background-color: #212120;
  font-size: 16px;
  color: #FFFFFF;
}
#checkout .modal img {
  width: 100%;
  height: auto;
}
#checkout .modal div {
  margin: 16px 0;
}
#checkout .modal div img {
  width: auto;
}
#checkout .modal p {
  font-size: 1em;
  line-height: 1.3125em;
  letter-spacing: 0.04em;
  text-align: center;
  border-bottom: 1px solid #545353;
  padding: 6px 0 12px;
  margin-bottom: 16px;
}
#checkout .modal h3 {
  font-family: RazerF5, Lato, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.225em;
  font-weight: 700;
  padding: 0 0 0px;
}
#checkout .modal h6 {
  font-family: RazerF5, Lato, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
}

#btn-buy {
  cursor: pointer;
  transition: filter 0.3s ease;
}
#btn-buy:hover {
  filter: brightness(120%);
}

#eunotice .modal {
  background-color: #42D62B;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#eunotice .modal > * {
  margin-block: 0.5em;
}
#eunotice .modal > *:first-child {
  margin-top: 0;
}
#eunotice .modal > *:last-child {
  margin-bottom: 0;
}

#eunotice .modal button {
  background-color: white;
  min-width: 200px;
}

#eunotice-checkout {
  font-size: 0.75rem;
}

.eunotice-link {
  font-weight: 700;
  text-decoration: underline;
}

.eunotice-link:visited {
  color: #999999;
}

.eunotice-link:hover {
  color: white;
}

#eunotice .eunotice-link:visited {
  color: black;
}

.collections {
  min-height: 100px;
  background-image: url("../images/bg-collections.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #050c05;
  border-radius: 10px;
  padding: 50px 0;
  margin-top: 40px;
}

.collection-bottom.col-grid {
  gap: 0;
  row-gap: 1.25rem;
  align-items: flex-start;
}

@media (min-width: 37.5625em) {
  .col-grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 64.0625em) {
  .col-grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.collection-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-content: space-between;
  align-self: stretch;
  padding: 0 2em;
  container-type: inline-size;
  container-name: collection;
  color: #898888;
  text-transform: uppercase;
  text-align: center;
}
.collection-column > * {
  margin-block: 8px;
}
@media (max-width: 37.5em) {
  .collection-column {
    width: 80%;
    margin-inline: auto;
    padding: 0;
    padding-block: 6%;
  }
}

.collection-column h5 {
  color: #898888;
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  font-size: 0.8em;
  font-weight: 400;
}

.collection-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #181818;
  border-radius: 7px;
  padding-block: 1em;
}
.collection-badge > img {
  width: 33cqw;
  max-width: 100px;
  height: auto;
}
.collection-badge > figcaption {
  color: #898888;
  font-size: 2.75em;
  font-size: 10cqw;
  font-size: clamp(1.5em, 10cqw, 44px);
  font-weight: 700;
}

.collection-badge > figcaption > h2.js-achieved {
  color: #42D62B;
}

.collection-item {
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 169px;
  position: relative;
  background-color: #181818;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection-item > img {
  width: 100%;
  height: auto;
  max-width: inherit;
  max-height: inherit;
}
.collection-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  border: 2px solid #42D62B;
  opacity: 0;
}
.collection-item::after {
  content: url("https://crossfire.akamaized.net/cfna/templates/assets/imgs/collections/unchecked.png");
  position: absolute;
  top: -2px;
  left: 1px;
}

.collection-item.js-achieved::before {
  opacity: 1;
}
.collection-item.js-achieved::after {
  content: url("https://crossfire.akamaized.net/cfna/templates/assets/imgs/collections/checked_green.png");
}

.crate__row {
  display: grid;
  gap: 0.625rem;
}

.crate__row.crate-items {
  grid-template-columns: 1fr 1fr 1fr;
  flex-grow: 1;
}

.crate__row.crate-items.count4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@container collection (width <= 200px) {
  .crate__row.crate-items,
  .crate__row.crate-items.count4 {
    grid-template-columns: 1fr 1fr;
  }
}
.crate__row.crate-rewards {
  grid-template-columns: 1fr 1fr;
}

#chroma-mega-bundle {
  display: flex;
  flex-direction: row;
  padding: 0 3.8028%;
  align-items: center;
  justify-content: center;
  margin-block-end: 30px;
  gap: clamp(0.625rem, 1.0416666667vmax, 1.875rem);
}
#chroma-mega-bundle h1, #chroma-mega-bundle h2 {
  text-wrap: balance;
}
#chroma-mega-bundle h1 {
  color: white;
  font-size: 3em;
  text-align: left;
  line-height: 1;
}
#chroma-mega-bundle h2 {
  color: #42D62B;
  font-size: 1.5em;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  text-align: left;
}
#chroma-mega-bundle figcaption {
  color: white;
  text-align: center;
  font-size: 14px;
  text-wrap: balance;
}
@media (max-width: 64em) {
  #chroma-mega-bundle {
    flex-direction: column;
  }
  #chroma-mega-bundle h1, #chroma-mega-bundle h2 {
    text-align: center;
  }
}
@media (max-width: 37.5em) {
  #chroma-mega-bundle h2 {
    font-size: 1.125em;
  }
}

#promoevent picture {
  background-color: #42D62B;
  border-radius: 0.625rem;
  overflow: hidden;
  margin-block: 6.25rem;
  margin-block: 10dvh;
  position: relative;
}
#promoevent picture > * {
  width: 100%;
  height: auto;
}

#promoevent a {
  position: absolute;
  inset: 0;
}
