:root {
  --primary-font: 'Open Sans', sans-serif;
  --text: #f1efe0;
  --backgound: #222;
  --black: #737373;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header_logo {
  font-family: var(--primary-font);
  max-width: 100px;
  font-weight: 600;
}

.nav-link {
  font-family: var(--primary-font);
  color: var(--text);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.nav-link:hover,
.nav-link.w--current {
  color: var(--text);
}

.nav-link.w--current:hover {
  color: var(--backgound);
}

.pagewrapper {
  background-color: var(--text);
}

.navbar {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #dddddd59;
  margin-bottom: -100px;
}

.button {
  background-color: var(--backgound);
  font-family: var(--primary-font);
  color: var(--text);
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.button.play_now.button-primary {
  color: var(--text);
  background-color: #006aff;
}

.nav_wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand {
  margin-left: 0;
  margin-right: 0;
}

.nav_menu {
  width: 80%;
}

.container {
  max-width: 1360px;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h1_heading {
  font-family: var(--primary-font);
  color: var(--backgound);
  text-align: center;
  margin-top: 10px;
  font-size: 42px;
  font-weight: 800;
  line-height: 52px;
}

.h1_heading.heading-center {
  text-align: center;
}

.h1_heading.heading-center.heading-white {
  color: var(--text);
}

.text_size {
  font-family: var(--primary-font);
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text_size.text_center {
  text-align: center;
}

.text_size.text_center.text_white {
  color: var(--text);
}

.button_row {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button_row.mg_top-42px {
  margin-top: 42px;
}

.button_row.mg_top-42px.align-center {
  justify-content: center;
  align-items: flex-start;
}

.banner_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.banner_main-wrap {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 79vh;
  display: flex;
}

.padding_global {
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner {
  background-image: linear-gradient(#00000080, #00000080), url('/public/images/banner.webp');
  background-position:
    0 0,
    50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
}

.row {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.row.align_center {
  justify-content: flex-start;
  align-items: center;
}

.row.align_center.gap-42 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.row.align_center.flex-col.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.col-50 {
  width: 50%;
}

.about_img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 699px;
}

.max_w-556 {
  max-width: 556px;
}

.h2_heading {
  font-family: var(--primary-font);
  color: var(--backgound);
  margin-top: 10px;
  font-weight: 800;
  line-height: 42px;
}

.h2_heading.heading_white {
  color: var(--text);
}

.h2_heading.heading_white.why_choose {
  text-align: center;
  font-size: 82px;
  line-height: 92px;
}

.h2_heading.heading_center {
  text-align: center;
}

.bg_black {
  background-color: var(--backgound);
}

.bg_black.hidden {
  display: none;
}

.max_w-1320 {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.max_w-1320.why_chose-wrap {
  position: relative;
}

.h3_heading {
  font-family: var(--primary-font);
  color: var(--backgound);
  margin-top: 10px;
  font-weight: 700;
  line-height: 34px;
}

.card {
  border: 4px solid var(--black);
  background-color: var(--text);
  border-radius: 0;
  padding: 40px;
}

.card.why_choosecard {
  max-width: 456px;
  position: sticky;
  top: 25vh;
}

.why_choose-head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.why_chose-card {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 150vh;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.why_choosecard-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-ctn-wrap {
  max-width: 556px;
}

.warning_block {
  background-color: var(--backgound);
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.footer-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-img {
  max-width: 130px;
}

.footer_sponser {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.sponser-img {
  object-fit: contain;
  max-width: 150px;
}

.footer_list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-text {
  font-family: var(--primary-font);
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.footer-menu {
  background-color: var(--backgound);
  margin-top: 42px;
  padding: 20px 42px;
}

.responsible-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 699px;
}

.commitment-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 353px;
}

.card-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text_link {
  color: var(--backgound);
  text-decoration: none;
}

.modal_container {
  z-index: 9999;
  background-color: #24182cab;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
}

.modal_wrap {
  background-color: #191b22;
  width: 95%;
  height: 90vh;
  padding: 60px 40px;
  position: relative;
}

.gmae_embed {
  width: 100%;
  height: 100%;
}

.modal_close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.fs-consent_component {
  display: block;
}

.fs-consent_banner {
  z-index: 9999;
  background-color: #000;
  max-width: 100%;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-consent_banner_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.fs-consent_banner_paragraph {
  font-family: var(--primary-font);
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
}

.fs-consent_banner_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.fs-consent_allow {
  background-color: var(--text);
  font-family: var(--primary-font);
  color: var(--backgound);
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.fs-consent_allow.dont_allow {
  background-color: #7b2cbf;
  display: none;
}

.privacy {
  background-color: var(--backgound);
  padding-top: 100px;
}

@media screen and (min-width: 1920px) {
  .fs-consent_component {
    width: 100%;
  }

  .fs-consent_banner {
    background-color: #000;
    width: 100%;
    max-width: 100%;
  }

  .fs-consent_banner_wrapper {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .fs-consent_banner_paragraph {
    color: #fff;
    letter-spacing: 0;
    font-family: Merriweather, serif;
    font-size: 20px;
  }

  .fs-consent_banner_buttons {
    flex: none;
  }

  .fs-consent_allow {
    background-color: #0d5f1e;
    padding: 10px 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--black);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
  }

  .h1_heading {
    font-size: 32px;
    line-height: 42px;
  }

  .banner_main-wrap {
    min-height: 70vh;
  }

  .padding_global {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .row.align_center.gap-42.col-reverse {
    flex-flow: column-reverse;
  }

  .row.align_center.flex-col {
    flex-flow: column;
  }

  .row.align_center.flex-col.gap-32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .col-50 {
    width: 100%;
  }

  .about_img {
    height: 353px;
  }

  .h2_heading.heading_white.why_choose {
    font-size: 42px;
    line-height: 52px;
  }

  .card.why_choosecard {
    top: 5vh;
  }

  .why_choose-head {
    min-height: auto;
    position: static;
  }

  .why_chose-card {
    min-height: auto;
    padding-top: 0;
  }

  .footer-img {
    max-width: 100px;
  }

  .sponser-img {
    max-width: 120px;
  }

  .footer_list {
    flex-flow: wrap;
  }

  .responsible-img {
    height: 353px;
  }

  .card-wrap {
    grid-template-columns: 1fr;
  }

  .menu-button {
    color: var(--text);
    padding: 0;
    font-size: 35px;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .container-2 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 80px;
  }

  .nav-link,
  .button,
  .text_size {
    font-size: 16px;
    line-height: 26px;
  }

  .about_img {
    height: 100%;
  }

  .h2_heading {
    font-size: 28px;
    line-height: 38px;
  }

  .h2_heading.heading_white.why_choose {
    font-size: 32px;
    line-height: 42px;
  }

  .h3_heading {
    font-size: 22px;
    line-height: 32px;
  }

  .sponser-img {
    max-width: 100px;
  }

  .footer-text {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .responsible-img {
    height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .h1_heading {
    font-size: 28px;
  }

  .h3_heading {
    font-size: 20px;
    line-height: 30px;
  }

  .card {
    padding: 30px;
  }

  .footer_sponser {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_list {
    justify-content: center;
    align-items: center;
  }

  .fs-consent_banner {
    display: none;
  }

  .fs-consent_banner_buttons {
    text-align: center;
    flex-flow: column;
    align-items: stretch;
  }
}
