@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("/njHKSi__fonts/njHKSi__montserrat-bold.woff2") format("woff2"), url("/njHKSi__fonts/njHKSi__montserrat-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

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

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #fff;
  --font-color: rgba(13, 17, 19, 0.80);
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: montserrat, 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;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: 1rem;
  --btn-font-weight: 600;
  --btn-padding: .938em 1.2em;
  --btn-bg: #0D1113;
  --btn-bg-hover: transparent;
  --btn-color: #ffffff;
  --btn-color-hover: #0D1113;
  --btn-radius: 2rem;
  --btn-transition: all 0.2s ease-in-out;
}

h1,
.njHKSi__h1,
h2,
.njHKSi__h2,
h3,
.njHKSi__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  line-height: 1.2;
  font-weight: 700;
  color: #0D1113;
}

h1,
.njHKSi__h1 {
  font-size: clamp(1.75rem, 1.2307692308rem + 2.3076923077vw, 3.25rem);
}

h2,
.njHKSi__h2 {
  font-size: clamp(1.625rem, 1.3221153846rem + 1.3461538462vw, 2.5rem);
}

h3,
.njHKSi__h3 {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
  font-weight: 600;
}

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,
button {
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  color: inherit;
}

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

.njHKSi__no-scroll {
  overflow: hidden;
}

.njHKSi__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;
}

.njHKSi__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;
}

.njHKSi__items .njHKSi__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%;
}

.njHKSi__terms .njHKSi__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;
}

.njHKSi__terms li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.njHKSi__terms li:before {
  content: "•";
  margin-inline: 8px;
}

.njHKSi__main section {
  padding-block: 50px;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  line-height: 1;
  white-space: nowrap;
  text-transform: capitalize;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  overflow: hidden;
  height: 48px;
  border: 1px solid #0D1113;
  max-width: 460px;
}

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

.btn .njHKSi__icon-wrapper {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  -webkit-transition: inherit;
  transition: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: -14px;
}

.btn .njHKSi__icon-wrapper svg {
  width: 16px;
  aspect-ratio: 1;
  -webkit-transition: inherit;
  transition: inherit;
  color: #0D1113;
}

.btn .njHKSi__no-icon {
  display: none;
}

.njHKSi__bg-blue {
  background: -webkit-gradient(linear, right top, left top, from(#CDF1F8), to(#ADE5F0));
  background: linear-gradient(270deg, #CDF1F8, #ADE5F0);
}

.njHKSi__center {
  text-align: center;
}

.njHKSi__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;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.njHKSi__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.njHKSi__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -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;
}

.njHKSi__modal-content {
  background: var(--background);
  padding: 2rem 1rem;
  position: relative;
  max-width: 420px;
  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;
  border-radius: 20px;
}

.njHKSi__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  padding-inline: 0;
}

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

.njHKSi__modal-content input {
  border: 1px solid rgba(13, 17, 19, 0.4);
}

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

body.njHKSi__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);
  }
}

.njHKSi__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;
}

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

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

.njHKSi__cookie-consent {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  padding: 16px;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
  z-index: 1000;
}

.njHKSi__cookie-consent__actions {
  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: 12px;
  width: 100%;
  max-width: 300px;
}

.njHKSi__cookie-consent .btn {
  font-size: 14px;
}

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;
}

form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

input,
textarea {
  border-radius: 10px;
  background: #FFF;
  padding: 14px;
  color: var(--font-color);
}

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

::-webkit-input-placeholder {
  color: var(--font-color);
}

::-moz-placeholder {
  color: var(--font-color);
}

:-ms-input-placeholder {
  color: var(--font-color);
}

::-ms-input-placeholder {
  color: var(--font-color);
}

::placeholder {
  color: var(--font-color);
}

textarea {
  resize: none;
  overflow: hidden;
}

.njHKSi__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;
}

.njHKSi__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;
}

.njHKSi__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;
}

.njHKSi__warning.njHKSi__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.njHKSi__warning.njHKSi__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);
  }
}

.njHKSi__item.njHKSi__img,
.njHKSi__img {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 300px;
  width: 100%;
  max-width: 580px;
  margin-inline: auto;
}

.njHKSi__item.njHKSi__wrapper,
.njHKSi__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 8px 0 rgba(53, 76, 105, 0.1);
  box-shadow: 0 2px 8px 0 rgba(53, 76, 105, 0.1);
  cursor: default;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  will-change: transform;
}

/* Blocks */

.njHKSi__about .njHKSi__img {
  background-image: url("/njHKSi__img/njHKSi__img-about.avif");
  -webkit-box-flex: 0.53;
  -ms-flex: 0.53;
  flex: 0.53;
  height: 500px;
}				.njHKSi__avif .njHKSi__about .njHKSi__img {					background-image: url("/njHKSi__img/njHKSi__img-about.avif")				}			

.njHKSi__banner {
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-wrap: pretty;
}

.njHKSi__banner .njHKSi__img {
  background-image: url("/njHKSi__img/njHKSi__banner.avif");
  height: 442px;
  margin-block: -20px;
}				.njHKSi__avif .njHKSi__banner .njHKSi__img {					background-image: url("/njHKSi__img/njHKSi__banner.avif")				}			

.njHKSi__contacts .btn {
  min-width: 285px;
}

.njHKSi__contacts .njHKSi__img {
  background-image: url("/njHKSi__img/njHKSi__img-contacts.avif");
  height: 560px;
  margin-bottom: -50px;
  -webkit-box-flex: 0.75;
  -ms-flex: 0.75;
  flex: 0.75;
}				.njHKSi__avif .njHKSi__contacts .njHKSi__img {					background-image: url("/njHKSi__img/njHKSi__img-contacts.avif")				}			

.njHKSi__features .njHKSi__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.njHKSi__features .njHKSi__wrapper::before {
  content: "";
  width: 120px;
  aspect-ratio: 1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.njHKSi__features .njHKSi__wrapper:nth-child(1)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-game-1.avif");
}				.njHKSi__avif .njHKSi__features .njHKSi__wrapper:nth-child(1)::before {					background-image: url("/njHKSi__img/njHKSi__icon-game-1.avif")				}			

.njHKSi__features .njHKSi__wrapper:nth-child(2)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-game-2.avif");
}				.njHKSi__avif .njHKSi__features .njHKSi__wrapper:nth-child(2)::before {					background-image: url("/njHKSi__img/njHKSi__icon-game-2.avif")				}			

.njHKSi__features .njHKSi__wrapper:nth-child(3)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-game-3.avif");
}				.njHKSi__avif .njHKSi__features .njHKSi__wrapper:nth-child(3)::before {					background-image: url("/njHKSi__img/njHKSi__icon-game-3.avif")				}			

.njHKSi__features .njHKSi__wrapper:nth-child(4)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-game-4.avif");
}				.njHKSi__avif .njHKSi__features .njHKSi__wrapper:nth-child(4)::before {					background-image: url("/njHKSi__img/njHKSi__icon-game-4.avif")				}			

.njHKSi__footer {
  background: #0D1113;
  margin-top: auto;
  padding-block: 40px;
  color: #fff;
}

.njHKSi__footer .njHKSi__container {
  gap: 20px;
}

.njHKSi__footer .njHKSi__logo {
  margin-inline: auto;
}

.njHKSi__footer a:hover {
  opacity: 0.8;
}

.njHKSi__footer .njHKSi__link {
  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: 14px 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-block: 20px;
}

.njHKSi__footer .njHKSi__info {
  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;
  gap: 20px;
}

.njHKSi__footer .njHKSi__info li {
  display: contents;
}

.njHKSi__footer .njHKSi__info a {
  padding: 0.7em 1.2em;
  border-radius: 2rem;
  border: 1px solid #AEF5FF;
  max-width: 460px;
}

.njHKSi__footer .njHKSi__info .njHKSi__support,
.njHKSi__footer .njHKSi__info .njHKSi__tel {
  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;
}

.njHKSi__footer .njHKSi__info .njHKSi__support::before,
.njHKSi__footer .njHKSi__info .njHKSi__tel::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background-image: url("/njHKSi__img/njHKSi__icon-support.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.njHKSi__footer .njHKSi__info .njHKSi__tel {
  background: linear-gradient(37deg, #AFF0FB 14.52%, #D3FEFF 49.54%, #AFF0FB 84.55%);
  color: #0D1113;
}

.njHKSi__footer .njHKSi__info .njHKSi__tel::before {
  background-image: url("/njHKSi__img/njHKSi__icon-tel.svg");
}

.njHKSi__footer .njHKSi__footer__bottom {
  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;
  gap: 14px;
}

.njHKSi__footer .njHKSi__footer__bottom .njHKSi__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.njHKSi__footer .njHKSi__footer__bottom .njHKSi__age,
.njHKSi__footer .njHKSi__footer__bottom .njHKSi__instagram,
.njHKSi__footer .njHKSi__footer__bottom .njHKSi__telegram {
  display: block;
  width: 32px;
  aspect-ratio: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.njHKSi__footer .njHKSi__footer__bottom .njHKSi__age {
  cursor: default;
  background-image: url("/njHKSi__img/njHKSi__18-plus.svg");
}

.njHKSi__footer .njHKSi__footer__bottom .njHKSi__instagram {
  background-image: url("/njHKSi__img/njHKSi__icon-instagram.svg");
}

.njHKSi__footer .njHKSi__footer__bottom .njHKSi__telegram {
  background-image: url("/njHKSi__img/njHKSi__icon-telegram.svg");
}

.njHKSi__header {
  background: #0D1113;
  padding-block: 16px;
  color: #fff;
}

.njHKSi__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;
}

.njHKSi__header .njHKSi__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.njHKSi__header .njHKSi__nav__list a.njHKSi__active {
  font-weight: 600;
}

.njHKSi__header a:hover {
  opacity: 0.8;
}

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

.njHKSi__logo img {
  width: 189px;
  aspect-ratio: 4.2/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.njHKSi__how .njHKSi__grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.njHKSi__how .njHKSi__wrapper::before {
  content: "";
  width: 44px;
  aspect-ratio: 1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.njHKSi__how .njHKSi__wrapper:nth-child(1)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-how-1.avif");
}				.njHKSi__avif .njHKSi__how .njHKSi__wrapper:nth-child(1)::before {					background-image: url("/njHKSi__img/njHKSi__icon-how-1.avif")				}			

.njHKSi__how .njHKSi__wrapper:nth-child(2)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-how-2.avif");
}				.njHKSi__avif .njHKSi__how .njHKSi__wrapper:nth-child(2)::before {					background-image: url("/njHKSi__img/njHKSi__icon-how-2.avif")				}			

.njHKSi__how .njHKSi__wrapper:nth-child(3)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-how-3.avif");
}				.njHKSi__avif .njHKSi__how .njHKSi__wrapper:nth-child(3)::before {					background-image: url("/njHKSi__img/njHKSi__icon-how-3.avif")				}			

.njHKSi__how .njHKSi__wrapper:nth-child(4)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-how-4.avif");
}				.njHKSi__avif .njHKSi__how .njHKSi__wrapper:nth-child(4)::before {					background-image: url("/njHKSi__img/njHKSi__icon-how-4.avif")				}			

.njHKSi__how .njHKSi__wrapper:nth-child(5)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-how-5.avif");
}				.njHKSi__avif .njHKSi__how .njHKSi__wrapper:nth-child(5)::before {					background-image: url("/njHKSi__img/njHKSi__icon-how-5.avif")				}			

.njHKSi__how .njHKSi__wrapper:nth-child(6)::before {
  background-image: url("/njHKSi__img/njHKSi__icon-how-6.avif");
}				.njHKSi__avif .njHKSi__how .njHKSi__wrapper:nth-child(6)::before {					background-image: url("/njHKSi__img/njHKSi__icon-how-6.avif")				}			

.njHKSi__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;
}

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

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

.njHKSi__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 */

.njHKSi__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #fff;
  --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;
}

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

.njHKSi__nav-icon::before,
.njHKSi__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;
}

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

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

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

.njHKSi__nav-icon.njHKSi__nav-icon--active::before,
.njHKSi__nav-icon.njHKSi__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);
  background-color: #fff;
}

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

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

/* Layout */

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

.njHKSi__play .njHKSi__img {
  background-image: url("/njHKSi__img/njHKSi__img-play.avif");
  background-position: center bottom;
  height: 408px;
  margin-bottom: -50px;
}				.njHKSi__avif .njHKSi__play .njHKSi__img {					background-image: url("/njHKSi__img/njHKSi__img-play.avif")				}			

.njHKSi__point .njHKSi__points-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  font-weight: 600;
}

.njHKSi__point .njHKSi__points-table th,
.njHKSi__point .njHKSi__points-table td {
  padding: 14px 30px;
  border: none;
  text-align: left;
}

.njHKSi__point .njHKSi__points-table th:nth-child(2),
.njHKSi__point .njHKSi__points-table td:nth-child(2) {
  width: 30%;
}

.njHKSi__point .njHKSi__points-table tr:not(.njHKSi__section) td {
  border-bottom: 1px solid #AEF5FF;
}

.njHKSi__point .njHKSi__points-table .njHKSi__header-table {
  background: #0D1113;
  color: #fff;
  text-align: left;
}

.njHKSi__point .njHKSi__points-table .njHKSi__header-table th:first-child {
  border-radius: 6px 0 0 6px;
}

.njHKSi__point .njHKSi__points-table .njHKSi__header-table th:last-child {
  border-radius: 0 6px 6px 0;
}

.njHKSi__point .njHKSi__points-table .njHKSi__section td {
  background: #AEF5FF;
  border-radius: 6px;
}

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

  .njHKSi__header__nav {
    display: none;
  }

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

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

  .njHKSi__items .njHKSi__item {
    gap: 14px;
  }

  .njHKSi__main section {
    padding-block: 30px;
  }

  .btn {
    margin-inline: auto;
  }

  .njHKSi__center-mobile {
    text-align: center;
  }

  .njHKSi__modal-content {
    padding: 12px;
  }

  .njHKSi__cookie-consent__actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .njHKSi__item.njHKSi__wrapper,
  .njHKSi__wrapper {
    padding: 20px;
  }

  .njHKSi__about .njHKSi__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .njHKSi__banner .btn {
    width: 100%;
  }

  .njHKSi__banner .njHKSi__img {
    margin: 0;
  }

  .njHKSi__contacts .btn {
    width: 100%;
  }

  .njHKSi__contacts .njHKSi__img {
    margin-bottom: 0;
  }

  .njHKSi__features .njHKSi__wrapper::before {
    width: 100px;
  }

  .njHKSi__footer {
    padding-block: 30px;
  }

  .njHKSi__footer .njHKSi__link {
    margin-block: 10px;
  }

  .njHKSi__footer .njHKSi__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }

  .njHKSi__footer .njHKSi__info a {
    width: 100%;
  }

  .njHKSi__footer .njHKSi__footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .njHKSi__header {
    padding-block: 12px;
  }

  .njHKSi__how .njHKSi__grid-3 {
    grid-template-columns: 1fr;
  }

  .njHKSi__play .njHKSi__img {
    margin-bottom: -30px;
  }

  .njHKSi__point .njHKSi__points-table th,
  .njHKSi__point .njHKSi__points-table td {
    padding: 14px 10px;
  }
}

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

  .btn:hover svg,
  .btn:focus-visible svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media (hover: hover) {
  .njHKSi__item.njHKSi__wrapper:hover,
  .njHKSi__wrapper:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}