/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

html {
  scroll-behavior: smooth;
}

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

input[type='file'] {
  max-width: 100%;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/fontsNZKPSN2/opensans-variablefontNZKPSN2.woff2')
    format('woff2-variations');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Staatliches';
  src: url('/fontsNZKPSN2/staatliches-regularNZKPSN2.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
.headerNZKPSN2 {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 2;
}

.headerNZKPSN2__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.headerNZKPSN2__logo img {
  width: 123.003px;
  height: 33px;
  display: block;
}

.headerNZKPSN2__list {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.headerNZKPSN2__list a {
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.headerNZKPSN2__burger,
.headerNZKPSN2__close {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
}

.headerNZKPSN2__burger span {
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin: 6px 0;
}

.headerNZKPSN2__close {
  font-size: 28px;
}

.headerNZKPSN2__mobile {
  display: none;
  background: rgba(0, 0, 0, 0.9);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.headerNZKPSN2.is-open .headerNZKPSN2__mobile {
  display: block;
}

.headerNZKPSN2.is-open .headerNZKPSN2__burger {
  display: none;
}

.headerNZKPSN2.is-open .headerNZKPSN2__close {
  display: block;
}

.headerNZKPSN2__mobile-list {
  list-style: none;
  padding: 24px 0;
  margin: 0;
  text-align: center;
}

.headerNZKPSN2__mobile-list a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 18px;
  text-decoration: none;
}

@media (max-width: 992px) {
  .headerNZKPSN2__nav {
    display: none;
  }

  .headerNZKPSN2__burger {
    display: block;
  }
}

/* HERO */
.heroNZKPSN2 {
  position: relative;
  margin-top: -72px;
  padding-top: 160px;
  padding-bottom: 135px;

  background-image: url('/imagesNZKPSN2/heroplacedeskNZKPSN2.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.heroNZKPSN2 > .container {
  position: relative;
  z-index: 1;
}

.heroNZKPSN2__content {
  max-width: 620px;
}

.heroNZKPSN2__title {
  margin: 0 0 24px;
  color: #fff;

  font-family: 'Staatliches';
  font-feature-settings: 'salt' on, 'liga' off, 'calt' off, 'rclt' off;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}

.heroNZKPSN2__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);

  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 768px) {
  .heroNZKPSN2 {
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 20px;

    background-image: url('/imagesNZKPSN2/heroplacembNZKPSN2.webp');
  }

  .heroNZKPSN2__title {
    font-size: 32px;
  }

  .heroNZKPSN2__text {
    font-size: 14px;
    line-height: 130%;
  }
}

.whyNZKPSN2 {
  background: #0e0e1f;
  padding: 96px 0;
}

.whyNZKPSN2__title {
  margin: 0 0 32px;
  color: #fff;

  font-family: 'Staatliches';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.whyNZKPSN2__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

.whyNZKPSN2__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}

/* MOBILE: horizontal scroll */
@media (max-width: 768px) {
  .whyNZKPSN2__tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 8px;
  }

  .whyNZKPSN2__tabs::-webkit-scrollbar {
    display: none;
  }

  .whyNZKPSN2__tabs li {
    white-space: nowrap;
    flex-shrink: 0;
  }
}

.whyNZKPSN2__tabs li {
  padding: 10px 16px;
  color: #fff;

  font-family: 'Staatliches';
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;

  border-radius: 12px;
  border: 1px solid #ff4b4b;
  background: #191927;
  white-space: nowrap;
}

.whyNZKPSN2__tabs li.is-active {
  border: none;
  background: linear-gradient(101deg, #ff4b4b 9.7%, #ff1e1e 81.96%);
}

.whyNZKPSN2__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.whyNZKPSN2__images li {
  border-radius: 16px;
  overflow: hidden;
}

.whyNZKPSN2__images img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .whyNZKPSN2 {
    padding: 64px 0;
  }

  .whyNZKPSN2__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .whyNZKPSN2__images {
    grid-template-columns: 1fr;
  }
}

.occasionNZKPSN2 {
  background: #0e0e1f;
  padding: 96px 0;
}

.occasionNZKPSN2__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.occasionNZKPSN2__title {
  margin: 0 0 24px;
  color: #fff;

  font-family: 'Staatliches';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.occasionNZKPSN2__text {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.8);

  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.occasionNZKPSN2__text:last-child {
  margin-bottom: 0;
}

.occasionNZKPSN2__image {
  border-radius: 16px;
  overflow: hidden;
}

.occasionNZKPSN2__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .occasionNZKPSN2 {
    padding: 64px 0;
  }

  .occasionNZKPSN2__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .occasionNZKPSN2__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .occasionNZKPSN2__text {
    font-size: 14px;
  }
}

.slotsNZKPSN2 {
  background: #0e0e1f;
  padding: 96px 0;
}

.slotsNZKPSN2__title {
  margin: 0 0 40px;
  color: #fff;
  font-family: 'Staatliches';
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.slotsNZKPSN2__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.slotsNZKPSN2__item {
  padding: 20px 14px;
  border-radius: 20px;
  border: 1px solid #5c4b8c;
  background: #191927;
  text-align: center;
}

.slotsNZKPSN2__image {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 16px;
  display: block;
}

.slotsNZKPSN2__name {
  margin: 0 0 8px;
  color: #fff;
  font-family: 'Staatliches';
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.slotsNZKPSN2__desc {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 130%;
}

.slotsNZKPSN2__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.slotsNZKPSN2__rate {
  color: #fff;
  font-family: 'Staatliches';
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}

.slotsNZKPSN2__stars {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slotsNZKPSN2__stars img {
  width: 16px;
  height: 16px;
}

.slotsNZKPSN2__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  border-radius: 14px;
  border: 1px solid #ff4b4b;

  color: #fff;
  font-family: 'Staatliches';
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.198px;
  text-transform: capitalize;
  text-decoration: none;
}

@media (max-width: 768px) {
  .slotsNZKPSN2 {
    padding: 64px 0;
  }

  .slotsNZKPSN2__list {
    grid-template-columns: 1fr;
  }

  .slotsNZKPSN2__title {
    font-size: 28px;
  }
}

.tourneyNZKPSN2 {
  background: #0e0e1f;
  padding: 96px 0;
}

.tourneyNZKPSN2__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px;
  align-items: center;
}

.tourneyNZKPSN2__title {
  margin: 0 0 24px;
  color: #fff;
  font-family: 'Staatliches';
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.tourneyNZKPSN2__subtitle {
  margin: 24px 0 12px;
  color: #fff;
  font-family: 'Staatliches';
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.tourneyNZKPSN2__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.tourneyNZKPSN2__rules {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tourneyNZKPSN2__rules li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;

  color: rgba(255, 255, 255, 0.8);
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.tourneyNZKPSN2__rules li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('/imagesNZKPSN2/ul-utemNZKPSN2.webp') center / contain
    no-repeat;
}

.tourneyNZKPSN2__image {
  border-radius: 16px;
  overflow: hidden;
}

.tourneyNZKPSN2__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .tourneyNZKPSN2 {
    padding: 64px 0;
  }

  .tourneyNZKPSN2__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tourneyNZKPSN2__title {
    font-size: 28px;
  }

  .tourneyNZKPSN2__text {
    font-size: 14px;
  }
}

.contactNZKPSN2 {
  background: #0e0e1f;
  padding: 96px 0;
}

.contactNZKPSN2__title {
  margin: 0 0 48px;
  color: #fff;
  text-align: center;
  font-family: 'Staatliches';
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.contactNZKPSN2__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

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

.contactNZKPSN2__form input {
  height: 54px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid rgba(255, 75, 75, 0.6);
  background: #0d101a;

  color: #fff;
  font-family: 'Open Sans';
  font-size: 16px;
}

.contactNZKPSN2__form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.contactNZKPSN2__form button {
  height: 56px;
  border-radius: 14px;
  border: none;
  cursor: pointer;

  background: linear-gradient(101deg, #ff4b4b 9.7%, #ff1e1e 81.96%);

  color: #fff;
  font-family: 'Staatliches';
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  text-transform: uppercase;
}

.contactNZKPSN2__success {
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 10px;

  background: #191927;
  border: 1px solid #ff4b4b;

  color: #fff;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 130%;

  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.3s, max-height 0.3s;
}

.contactNZKPSN2__success.is-show {
  opacity: 1;
  max-height: 120px;
}

.contactNZKPSN2__info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contactNZKPSN2__info li {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;

  color: rgba(255, 255, 255, 0.8);
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 130%;
}

.contactNZKPSN2__info img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .contactNZKPSN2 {
    padding: 64px 0;
  }

  .contactNZKPSN2__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contactNZKPSN2__title {
    font-size: 28px;
  }
}

.footerNZKPSN2 {
  background: #2a2c4a;
  padding: 40px 0;
}

.footerNZKPSN2__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
}

.footerNZKPSN2__left {
  max-width: 490px;
}

.footerNZKPSN2__text {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.footerNZKPSN2__text + .footerNZKPSN2__text {
  margin-top: 16px;
}

.footerNZKPSN2__text--strong {
  font-weight: 600;
}

.footerNZKPSN2__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

.footerNZKPSN2__age {
  width: 49px;
  height: 49px;
  display: block;
}

.footerNZKPSN2__list {
  display: flex;
  gap: 11px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerNZKPSN2__list a {
  color: #fff;
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

@media (max-width: 1140px) {
  .footerNZKPSN2__row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footerNZKPSN2__right {
    align-items: center;
  }
}

@media (max-width: 768px) {
  .footerNZKPSN2 {
    padding: 48px 0;
  }

  .footerNZKPSN2__row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footerNZKPSN2__right {
    align-items: center;
  }

  .footerNZKPSN2__list {
    flex-direction: column;
    gap: 16px;
  }
}

.slotsLayoutNZKPSN2 {
  background: #0e0e1f;
}

.slotsLayoutNZKPSN2__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.slotsLayoutNZKPSN2__item {
  padding: 40px 0;
}

.slotsLayoutNZKPSN2__title {
  margin: 0 0 30px;
  color: #fff;
  font-family: 'Staatliches';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.slotsLayoutNZKPSN2__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.slotsLayoutNZKPSN2__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.slotsLayoutNZKPSN2__image {
  border-radius: 16px;
  overflow: hidden;
}

.slotsLayoutNZKPSN2__image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

@media (max-width: 768px) {
  .slotsLayoutNZKPSN2__item {
    padding: 32px 16px;
  }

  .slotsLayoutNZKPSN2__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .slotsLayoutNZKPSN2__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .slotsLayoutNZKPSN2__text {
    font-size: 14px;
  }
}

.terms {
  padding: 40px 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'Open Sans';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  margin-top: -72px;
  padding-top: 160px;

  background: #0e0e1f;
}

.terms p {
  margin-bottom: 20px;
}

.terms ul {
  margin-bottom: 20px;
  list-style: disc;
}

.terms ul li {
  list-style-type: disc;
  margin-left: 15px;
}

.terms h1 {
  color: #fff;
  font-family: Staatliches;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 20px;
}

.terms-content {
  border-radius: 20px;
  border: 1px solid #2a2a46;
  background: rgba(42, 42, 70, 0.5);
  padding: 24px;
}

@media (max-width: 768px) {
  .terms {
    padding: 20px 0;
    padding-top: 100px;
  }

  .terms h1 {
    font-size: 24px;
  }

  .terms-content {
    padding: 16px;
  }
}
