@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: url("/cuSNkq__fonts/cuSNkq__montserrat-black.woff2") format("woff2"), url("/cuSNkq__fonts/cuSNkq__montserrat-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: url("/cuSNkq__fonts/cuSNkq__montserrat-bold.woff2") format("woff2"), url("/cuSNkq__fonts/cuSNkq__montserrat-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: url("/cuSNkq__fonts/cuSNkq__montserrat-extrabold.woff2") format("woff2"), url("/cuSNkq__fonts/cuSNkq__montserrat-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: url("/cuSNkq__fonts/cuSNkq__montserrat-medium.woff2") format("woff2"), url("/cuSNkq__fonts/cuSNkq__montserrat-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: url("/cuSNkq__fonts/cuSNkq__montserrat-regular.woff2") format("woff2"), url("/cuSNkq__fonts/cuSNkq__montserrat-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "montserrat";
  font-display: swap;
  src: url("/cuSNkq__fonts/cuSNkq__montserrat-semibold.woff2") format("woff2"), url("/cuSNkq__fonts/cuSNkq__montserrat-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  font-display: swap;
  src: url("/cuSNkq__fonts/cuSNkq__roboto-bold.woff2") format("woff2"), url("/cuSNkq__fonts/cuSNkq__roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  font-display: swap;
  src: url("/cuSNkq__fonts/cuSNkq__roboto-regular.woff2") format("woff2"), url("/cuSNkq__fonts/cuSNkq__roboto-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --section-padding-block: 70px;
  --section-padding-block-mobile: 25px;
  --background: #0A0409;
  --font-color: #FFF;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: roboto, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --btn-font-size: 1.12rem;
  --btn-font-weight: 800;
  --btn-padding: 0.907em 1em;
  --btn-bg: #FFE693;
  --btn-bg-hover: var(--btn-bg);
  --btn-color: #191919;
  --btn-color-hover: var(--btn-color);
  --btn-radius: .6rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset -110px 0px 40px 0px #FFC401, inset 110px 0px 40px 0px #FFC401, 0 0 31.3px 0 rgba(255, 231, 52, 0.44);
  --btn-shadow-hover: inset -110px 0px 40px 0px #FFC401, inset 110px 0px 40px 0px #FFC401, 0 0 31.3px 0 rgba(255, 231, 52, 0);
}

h1,
.cuSNkq__h1,
h2,
.cuSNkq__h2,
h3,
.cuSNkq__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.2;
  font-weight: 700;
  font-family: montserrat;
}

h1,
.cuSNkq__h1 {
  font-size: clamp(1.75rem, 1.0576923077rem + 3.0769230769vw, 3.75rem);
  font-weight: 800;
}

h2,
.cuSNkq__h2 {
  font-size: clamp(1.75rem, 1.7067307692rem + 0.1923076923vw, 1.875rem);
}

h3,
.cuSNkq__h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.cuSNkq__no-scroll {
  overflow: hidden;
}

.cuSNkq__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.cuSNkq__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cuSNkq__items .cuSNkq__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.cuSNkq__terms .cuSNkq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.cuSNkq__terms li,
.cuSNkq__ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cuSNkq__terms li:before,
.cuSNkq__ul-list li:before {
  content: "•";
  margin-inline: 8px;
}

.cuSNkq__main section,
.cuSNkq__main .cuSNkq__section {
  padding-block: var(--section-padding-block);
}

button,
.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  text-decoration: none;
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 180px;
  min-height: 45px;
  min-width: 162px;
  font-family: montserrat;
  border: 1px solid #FFDD6C;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.cuSNkq__center {
  text-align: center;
}

.cuSNkq__center .btn {
  margin-inline: auto;
}

.cuSNkq__bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, #0A0409)), url("/cuSNkq__img/cuSNkq__banner.avif");
  background-image: linear-gradient(transparent, #0A0409 95%), url("/cuSNkq__img/cuSNkq__banner.avif");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}				.cuSNkq__avif .cuSNkq__bg {					background-image: linear-gradient(transparent, #0A0409 95%), url("/cuSNkq__img/cuSNkq__banner.avif")				}							.cuSNkq__avif .cuSNkq__bg {					background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(95%, #0A0409)), url("/cuSNkq__img/cuSNkq__banner.avif")				}			

.cuSNkq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.cuSNkq__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(155, 155, 155, 0.24);
  backdrop-filter: blur(30px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
  overflow-y: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-block: 20px;
}

.cuSNkq__modal-content {
  border-radius: 35px;
  background: #1E081D;
  padding: 60px;
  position: relative;
  max-width: 520px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
  margin-block: auto;
}

.cuSNkq__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
  margin-block: 10px;
}

.cuSNkq__modal-content h2 {
  text-align: center;
}

.cuSNkq__close {
  position: absolute;
  top: 0.6rem;
  right: 1.5rem;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 1;
}

body.cuSNkq__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.cuSNkq__checkbox-container {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cuSNkq__checkbox-container input[type=checkbox] {
  margin-right: 10px;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.cuSNkq__checkbox-container label {
  cursor: pointer;
  font-size: 12px;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
  margin-inline: auto;
  max-width: 820px;
}

input,
textarea {
  border-radius: 10px;
  background: #FFF;
  padding: 14px;
  color: #363636;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #363636;
}

::-moz-placeholder {
  color: #363636;
}

:-ms-input-placeholder {
  color: #363636;
}

::-ms-input-placeholder {
  color: #363636;
}

::placeholder {
  color: #363636;
}

textarea {
  resize: none;
  overflow: hidden;
}

.cuSNkq__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48 !important;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cuSNkq__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cuSNkq__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.cuSNkq__warning.cuSNkq__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.cuSNkq__warning.cuSNkq__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.cuSNkq__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 10px;
  text-align: left;
}

.cuSNkq__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/* Blocks */

section.cuSNkq__banner {
  padding-bottom: 150px;
}

section.cuSNkq__banner .cuSNkq__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.cuSNkq__banner h1 {
  max-width: 19ch;
}

section.cuSNkq__banner h1 span {
  background: linear-gradient(271deg, #DE2EFD -0.65%, #F9CC00 92.9%, #E9C112 104.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.cuSNkq__banner .cuSNkq__inner {
  max-width: 518px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

section.cuSNkq__banner .btn {
  width: 100%;
}

.cuSNkq__countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.cuSNkq__countdown__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-family: montserrat;
  text-transform: uppercase;
}

.cuSNkq__countdown__number {
  letter-spacing: 1px;
  border-radius: 22px;
  border: 1px solid #B683FF;
  background: #201425;
  font-size: 32px;
  font-weight: 800;
  padding: 20px 10px;
  min-width: 110px;
}

.cuSNkq__countdown span {
  font-size: 32px;
  font-weight: 800;
  margin-top: 50px;
}

.cuSNkq__footer {
  margin-top: auto;
  padding-block: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0A0409), to(#20162E));
  background: linear-gradient(180deg, #0A0409 0%, #20162E 100%);
}

.cuSNkq__footer .cuSNkq__container {
  gap: 32px;
}

.cuSNkq__footer .cuSNkq__hr {
  height: 1px;
  background: #D9D9D9;
  overflow: visible;
}

.cuSNkq__footer a:hover {
  opacity: 0.8;
}

.cuSNkq__footer p {
  line-height: 1.5;
}

.cuSNkq__footer .cuSNkq__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.cuSNkq__footer .cuSNkq__age,
.cuSNkq__footer .cuSNkq__age-18 {
  width: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: default;
}

.cuSNkq__footer .cuSNkq__age {
  aspect-ratio: 1/1;
  background-image: url("/cuSNkq__img/cuSNkq__19plus.svg");
  margin-inline: auto;
}

.cuSNkq__footer .cuSNkq__age-18 {
  aspect-ratio: 2.856/1;
  background-image: url("/cuSNkq__img/cuSNkq__18plus.avif");
}				.cuSNkq__avif .cuSNkq__footer .cuSNkq__age-18 {					background-image: url("/cuSNkq__img/cuSNkq__18plus.avif")				}			

.cuSNkq__footer .cuSNkq__nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 40px;
}

.cuSNkq__footer .cuSNkq__mail,
.cuSNkq__footer .cuSNkq__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.cuSNkq__footer .cuSNkq__mail::before,
.cuSNkq__footer .cuSNkq__tel::before {
  content: "";
  width: 32px;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cuSNkq__footer .cuSNkq__mail::before {
  background-image: url("/cuSNkq__img/cuSNkq__icon-mail.svg");
}

.cuSNkq__footer .cuSNkq__tel::before {
  background-image: url("/cuSNkq__img/cuSNkq__icon-tel.svg");
}

.cuSNkq__footer .cuSNkq__item:last-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  -webkit-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
}

.cuSNkq__footer .cuSNkq__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cuSNkq__footer .cuSNkq__social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 38px;
  aspect-ratio: 1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.cuSNkq__footer .cuSNkq__social-link--facebook {
  background-image: url("/cuSNkq__img/cuSNkq__icon-facebook.svg");
}

.cuSNkq__footer .cuSNkq__social-link--tiktok {
  background-image: url("/cuSNkq__img/cuSNkq__icon-tiktok.svg");
}

.cuSNkq__footer .cuSNkq__social-link--x {
  background-image: url("/cuSNkq__img/cuSNkq__icon-x.svg");
}

.cuSNkq__footer .cuSNkq__social-link--youtube {
  background-image: url("/cuSNkq__img/cuSNkq__icon-youtube.svg");
}

.cuSNkq__footer .cuSNkq__social-link--instagram {
  background-image: url("/cuSNkq__img/cuSNkq__icon-instagram.svg");
}

.cuSNkq__header {
  padding-block: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#21101E), to(#100931));
  background: linear-gradient(180deg, #21101E 0%, #100931 100%);
}

.cuSNkq__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cuSNkq__header .cuSNkq__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.cuSNkq__header a:hover {
  opacity: 0.6;
}

.cuSNkq__logo {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.cuSNkq__logo img {
  width: 100px;
  aspect-ratio: 3.57/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.cuSNkq__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  padding-inline: 16px;
}

.cuSNkq__mobile-nav--open {
  top: 0;
}

.cuSNkq__mobile-nav a {
  color: #fff;
}

.cuSNkq__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
  text-align: center;
}

/* Nav Icon */

.cuSNkq__mobile-nav-btn {
  --time: 0.1s;
  --width: 28px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 4px;
  --color: #FFC609;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cuSNkq__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.cuSNkq__nav-icon::before,
.cuSNkq__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.cuSNkq__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.cuSNkq__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
  width: 16px;
}

.cuSNkq__nav-icon.cuSNkq__nav-icon--active {
  background-color: transparent;
}

.cuSNkq__nav-icon.cuSNkq__nav-icon--active::before,
.cuSNkq__nav-icon.cuSNkq__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  width: var(--width);
}

.cuSNkq__nav-icon.cuSNkq__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cuSNkq__nav-icon.cuSNkq__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.cuSNkq__mobile-nav-btn {
  z-index: 999;
  display: none;
}

@media (max-width: 1220px) {
  .cuSNkq__container {
    padding: 0 var(--container-padding-tablet);
  }

  .cuSNkq__header {
    padding-block: 12px;
  }

  .cuSNkq__header__nav {
    display: none;
  }

  .cuSNkq__header .btn {
    display: none;
  }

  .cuSNkq__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .cuSNkq__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cuSNkq__main section,
  .cuSNkq__main .cuSNkq__section {
    padding-block: var(--section-padding-block-mobile);
  }

  .btn {
    width: 100%;
    margin-inline: auto;
    max-width: 420px;
  }

  .cuSNkq__modal-content {
    padding: 30px 16px;
    max-width: 420px;
  }

  section.cuSNkq__banner {
    padding-bottom: 44px;
  }

  .cuSNkq__countdown {
    gap: 6px;
    font-size: 11px;
  }

  .cuSNkq__countdown__number {
    font-size: 11px;
    min-width: 58px;
  }

  .cuSNkq__countdown span {
    font-size: 22px;
    margin-top: 38px;
  }

  .cuSNkq__footer {
    padding-block: 30px;
  }

  .cuSNkq__footer p {
    font-size: 12px;
  }

  .cuSNkq__footer .cuSNkq__nav {
    grid-template-columns: 1fr;
  }

  .cuSNkq__footer .cuSNkq__item:last-child {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .cuSNkq__footer .cuSNkq__social-list {
    width: 100%;
    gap: 34px;
  }

  .cuSNkq__footer .cuSNkq__social-link {
    width: 30px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    color: var(--btn-color-hover);
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
  }
}