@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=block");
@font-face {
  font-display: block;
  font-family: Kusanagi;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Kusanagi.eot);
  src: url(../fonts/Kusanagi.eot#iefix) format("embedded-opentype"),url(\"../fonts/Kusanagi.woff2) format("woff2"),url(../fonts/Kusanagi.woff) format("woff"),url(../fonts/Kusanagi.ttf) format("truetype"),url(../images/Kusanagi.svg#Kusanagi) format("svg");
}
@font-face {
  font-display: auto;
  font-family: tge;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/tge.eot);
  src:
    url(../fonts/tge.eot#iefix) format("embedded-opentype"),
    url(../fonts/tge.woff2) format("woff2"),
    url(../fonts/tge.woff) format("woff"),
    url(../fonts/tge.ttf) format("truetype"),
    url(../images/tge.svg#tge) format("svg");
}
.icon {
  display: flex;
}
[class*=" icon-"]:before,
[class="icon"]:before,
[class^="icon-"]:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: tge !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 1;
  text-rendering: auto;
  text-transform: none !important;
}
.icon-arrow-right:before {
  content: "\e000";
}
.icon-arrow-up:before {
  content: "\e001";
}
.icon-arrow-left:before {
  content: "\e002";
}
.icon-arrow-down:before {
  content: "\e003";
}
.icon-chevron-up:before {
  content: "\e004";
}
.icon-chevron-right:before {
  content: "\e005";
}
.icon-chevron-left:before {
  content: "\e006";
}
.icon-chevron-down:before {
  content: "\e007";
}
.icon-star-fill:before {
  content: "\e008";
}
.icon-star-solid:before {
  content: "\e009";
}
.icon-star-regular:before {
  content: "\e00a";
}
.icon-info:before {
  content: "\e00b";
}
.icon-check:before {
  content: "\e00c";
}
.icon-check-circle:before {
  content: "\e00d";
}
.icon-check-circle-fill:before {
  content: "\e00e";
}
.icon-phone:before {
  content: "\e00f";
}
.icon-search:before {
  content: "\e010";
}
.icon-clock:before {
  content: "\e011";
}
.icon-clock-dark:before {
  content: "\e012";
}
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: transparent;
  border: 0;
  font-size: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}
*,
:after,
:before {
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
iframe,
video {
  display: block;
  max-width: 100%;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  height: 100%;
}
body {
  background-color: #000;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-family: Syne;
  font-size: 16px;
  height: auto;
  line-height: 1.6;
  max-width: 100%;
  min-height: 100%;
}
@media (max-width: 750px) {
  body {
    font-size: 14px;
    line-height: 1.4;
  }
}
body.scroll-fixed {
  overflow: hidden;
}
.h1,
h1 {
  color: #fff;
  font-family: Kusanagi;
  font-size: 4.6875vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.h1 a,
h1 a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.h1 a:hover,
h1 a:hover {
  color: #02fcf0;
}
@media (max-width: 1000px) {
  .h1,
  h1 {
    font-size: 4.9vw;
  }
}
@media (max-width: 750px) {
  .h1,
  h1 {
    font-size: 6.5333333333vw;
  }
}
.h2,
h2 {
  color: #fff;
  font-family: Kusanagi;
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.h2 a,
h2 a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.h2 a:hover,
h2 a:hover {
  color: #02fcf0;
}
.h2,
h2 {
  font-weight: 400;
}
@media (max-width: 1000px) {
  .h2,
  h2 {
    font-size: 4.4vw;
  }
}
@media (max-width: 750px) {
  .h2,
  h2 {
    font-size: 5.8666666667vw;
  }
}
.h3-1,
h3-1 {
  color: #fff;
  font-family: Kusanagi;
  font-size: 3.125vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.h3-1 a,
h3-1 a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.h3-1 a:hover,
h3-1 a:hover {
  color: #02fcf0;
}
.h3,
h3 {
  color: #fff;
  font-family: Kusanagi;
  font-size: 2.6041666667vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.h3 a,
h3 a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.h3 a:hover,
h3 a:hover {
  color: #02fcf0;
}
.h3,
h3 {
  font-weight: 400;
}
@media (max-width: 1000px) {
  .h3,
  h3 {
    font-size: 3.9vw;
  }
}
@media (max-width: 750px) {
  .h3,
  h3 {
    font-size: 5.2vw;
  }
}
.h4,
h4 {
  color: #fff;
  font-family: Kusanagi;
  font-size: 2.0833333333vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.h4 a,
h4 a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.h4 a:hover,
h4 a:hover {
  color: #02fcf0;
}
.h4,
h4 {
  font-weight: 400;
}
@media (max-width: 1000px) {
  .h4,
  h4 {
    font-size: 2.2vw;
  }
}
@media (max-width: 750px) {
  .h4,
  h4 {
    font-size: 2.9333333333vw;
  }
}
.h5,
h5 {
  color: #fff;
  font-family: Kusanagi;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.h5 a,
h5 a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.h5 a:hover,
h5 a:hover {
  color: #02fcf0;
}
.h5,
h5 {
  font-weight: 400;
}
@media (max-width: 1000px) {
  .h5,
  h5 {
    font-size: 1.7vw;
  }
}
@media (max-width: 750px) {
  .h5,
  h5 {
    font-size: 2.2666666667vw;
  }
}
.h6,
h6 {
  color: #fff;
  font-family: Kusanagi;
  font-size: 1.0416666667vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.h6 a,
h6 a {
  color: inherit;
  display: inline-block;
  text-decoration: underline;
}
.h6 a:hover,
h6 a:hover {
  color: #02fcf0;
}
.h6,
h6 {
  font-weight: 400;
}
@media (max-width: 1000px) {
  .h6,
  h6 {
    font-size: 1.4vw;
  }
}
@media (max-width: 750px) {
  .h6,
  h6 {
    font-size: 1.8666666667vw;
  }
}
p,
p:last-child {
  margin-bottom: 0;
}
ul.check-marker.check-marker-fill li:before,
ul.check-marker.check-marker-fill-aqua li:before,
ul.check-marker.check-marker-fill-violet li:before {
  align-items: center;
  background-color: #fff;
  border-radius: 22px;
  color: #000;
  display: flex;
  font-size: 12px;
  height: 22px;
  justify-content: center;
  top: 6px;
  width: 22px;
}
@media (max-width: 1000px) {
  ul.check-marker.check-marker-fill li:before,
  ul.check-marker.check-marker-fill-aqua li:before,
  ul.check-marker.check-marker-fill-violet li:before {
    font-size: 8px;
    height: 15px;
    top: 10px;
    width: 15px;
  }
}
ul.check-marker.check-marker-circle li:before,
ul.check-marker.check-marker-circle-aqua li:before,
ul.check-marker.check-marker-circle-violet li:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  background-color: unset;
  color: #fff;
  content: "\e00d";
  display: flex;
  font-family: tge !important;
  font-size: 19px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  height: 19px;
  justify-content: center;
  line-height: 1;
  text-shadow:
    0 0 4px #fff,
    0 0 4px #fff;
  text-transform: none !important;
  top: 7px;
  width: 19px;
}
ul {
  margin-bottom: 0.625rem;
  padding-left: 1.875rem;
}
ul ul {
  margin-bottom: 0;
}
ul li {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}
ul li:last-child {
  padding-bottom: 0;
}
ul.violet-marker li::marker {
  color: #da00ff;
}
ul.aqua-marker li::marker {
  color: #02fcf0;
}
ul.check-marker {
  list-style: none;
  padding-left: 0;
}
ul.check-marker li {
  padding-left: 1.875rem;
  position: relative;
}
ul.check-marker li::marker {
  content: "";
}
ul.check-marker li:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e00c";
  font-family: tge !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  left: 0;
  line-height: 1;
  position: absolute;
  text-transform: none !important;
  top: 0.625rem;
}
ul.check-marker.check-marker-violet li:before {
  color: #da00ff;
}
ul.check-marker.check-marker-aqua li:before {
  color: #02fcf0;
}
ul.check-marker.check-marker-fill-violet li:before {
  background-color: #da00ff;
  color: #fff;
}
ul.check-marker.check-marker-fill-aqua li:before {
  background-color: #02fcf0;
  color: #000;
}
ul.check-marker.check-marker-circle-violet li:before {
  color: #f4b0ff;
  text-shadow:
    0 0 4px #da00ff,
    0 0 4px #da00ff,
    0 0 4px #da00ff;
}
ul.check-marker.check-marker-circle-aqua li:before {
  color: #8ffffa;
  text-shadow:
    0 0 4px #02fcf0,
    0 0 4px #02fcf0,
    0 0 4px #02fcf0;
}
ul li.plain-ul-li,
ul li.ul-li-plain,
ul.plain-ul-li,
ul.plain-ul-li li,
ul.ul-li-plain,
ul.ul-li-plain li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol {
  margin-bottom: 0.625rem;
  padding-left: 1.875rem;
}
ol ol {
  margin-bottom: 0;
}
ol li {
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}
ol li:last-child {
  padding-bottom: 0;
}
blockquote {
  backdrop-filter: blur(10px);
  background-color: rgba(2, 252, 240, 0.1);
  border-left: 0.25rem solid #02fcf0;
  border-radius: 0.9375rem;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
  color: #000;
  display: block;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.8;
  margin-bottom: 1.5625rem;
  padding: 1.25rem;
  position: relative;
  text-align: left;
}
@media (max-width: 1200px) {
  blockquote {
    padding: 1.125rem;
  }
}
@media (max-width: 575px) {
  blockquote {
    border-left-width: 0.125rem;
    border-radius: 0.625rem;
    border-bottom-left-radius: unset;
    border-top-left-radius: unset;
    font-size: 14px;
  }
}
blockquote p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
hr {
  border: solid #fff;
  border-width: 0.0625rem 0 0;
  height: 0;
  margin: 0.625rem auto 2.5rem;
  overflow: visible;
}
img {
  border: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
img[src$=".svg"] {
  max-height: 100%;
}
picture {
  display: inline-block;
  vertical-align: top;
}
a {
  color: inherit;
  transition:
    background-color 0.3s ease 0s,
    color 0.3s ease 0s;
}
a:active,
a:focus,
a:hover {
  color: #02fcf0;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  font-weight: 400;
  text-align: left;
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.table-bordered {
  max-width: 100%;
  text-align: left;
  width: 100%;
}
.table-bordered td,
.table-bordered th {
  border-bottom: 0.0625rem solid #02fcf0;
  padding: 0.625rem;
  vertical-align: bottom;
}
:root {
  --gutter: 1.5625vw;
  --container-width: 1170px;
}
@media (max-width: 1200px) {
  :root {
    --container-width: 890px;
  }
}
@media (max-width: 1000px) {
  :root {
    --container-width: 700px;
  }
}
@media (max-width: 750px) {
  :root {
    --container-width: 520px;
    --gutter: 1rem;
  }
}
@media (max-width: 575px) {
  :root {
    --container-width: 100%;
  }
}
.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--container-width, none) + var(--gutter) * 2);
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  width: min(100%, var(--container-width, none) + var(--gutter) * 2);
}
.container-fluid {
  max-width: 100%;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.78125vw;
  margin-right: -0.78125vw;
}
.row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutters > [class*="cell-"]:not(.datepicker--cell) {
  padding-left: 0;
  padding-right: 0;
}
[class*="cell-"]:not(.datepicker--cell) {
  padding-left: 0.78125vw;
  padding-right: 0.78125vw;
  position: relative;
  width: 100%;
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.d-flex-inline {
  display: inline-flex;
}
.d-flex img {
  align-self: center;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.align-items-end {
  align-items: flex-end;
}
.align-content-center {
  align-content: center;
}
.alignnone {
  float: none;
  margin: 1.25rem 0;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 1.25rem auto;
}
.alignleft {
  float: left;
  margin: 0 1.25rem 1.25rem 0;
}
.alignright {
  float: right;
  margin: 0 0 1.25rem 1.25rem;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-evenly {
  justify-content: space-evenly;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.bg-aqua {
  background-color: #02fcf0;
}
.text-aqua {
  color: #02fcf0;
}
.bg-violet {
  background-color: #da00ff;
}
.text-violet {
  color: #da00ff;
}
.bg-aqua-light {
  background-color: #befffc;
}
.text-aqua-light {
  color: #befffc;
}
.bg-white {
  background-color: #fff;
}
.text-white {
  color: #fff;
}
.bg-black {
  background-color: #000;
}
.text-black {
  color: #000;
}
.cell-1:not(.datepicker--cell) {
  width: 8.3333333333%;
}
.cell-2:not(.datepicker--cell) {
  width: 16.6666666667%;
}
.cell-3:not(.datepicker--cell) {
  width: 25%;
}
.cell-4:not(.datepicker--cell) {
  width: 33.3333333333%;
}
.cell-5:not(.datepicker--cell) {
  width: 41.6666666667%;
}
.cell-6:not(.datepicker--cell) {
  width: 50%;
}
.cell-7:not(.datepicker--cell) {
  width: 58.3333333333%;
}
.cell-8:not(.datepicker--cell) {
  width: 66.6666666667%;
}
.cell-9:not(.datepicker--cell) {
  width: 75%;
}
.cell-10:not(.datepicker--cell) {
  width: 83.3333333333%;
}
.cell-11:not(.datepicker--cell) {
  width: 91.6666666667%;
}
.cell-12:not(.datepicker--cell) {
  width: 100%;
}
.m-16,
.mt-16,
.my-16 {
  margin-top: 1rem;
}
.p-16,
.pt-16,
.py-16 {
  padding-top: 1rem;
}
.m-16,
.mb-16,
.my-16 {
  margin-bottom: 1rem;
}
.p-16,
.pb-16,
.py-16 {
  padding-bottom: 1rem;
}
.m-16,
.ml-16,
.mx-16 {
  margin-left: 1rem;
}
.p-16,
.pl-16,
.px-16 {
  padding-left: 1rem;
}
.m-16,
.mr-16,
.mx-16 {
  margin-right: 1rem;
}
.p-16,
.pr-16,
.px-16 {
  padding-right: 1rem;
}
@media (min-width: 576px) {
  .cell-sm-1:not(.datepicker--cell) {
    width: 8.3333333333%;
  }
  .cell-sm-2:not(.datepicker--cell) {
    width: 16.6666666667%;
  }
  .cell-sm-3:not(.datepicker--cell) {
    width: 25%;
  }
  .cell-sm-4:not(.datepicker--cell) {
    width: 33.3333333333%;
  }
  .cell-sm-5:not(.datepicker--cell) {
    width: 41.6666666667%;
  }
  .cell-sm-6:not(.datepicker--cell) {
    width: 50%;
  }
  .cell-sm-7:not(.datepicker--cell) {
    width: 58.3333333333%;
  }
  .cell-sm-8:not(.datepicker--cell) {
    width: 66.6666666667%;
  }
  .cell-sm-9:not(.datepicker--cell) {
    width: 75%;
  }
  .cell-sm-10:not(.datepicker--cell) {
    width: 83.3333333333%;
  }
  .cell-sm-11:not(.datepicker--cell) {
    width: 91.6666666667%;
  }
  .cell-sm-12:not(.datepicker--cell) {
    width: 100%;
  }
  .m-sm-16,
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 1rem;
  }
  .p-sm-16,
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 1rem;
  }
  .m-sm-16,
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 1rem;
  }
  .p-sm-16,
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 1rem;
  }
  .m-sm-16,
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 1rem;
  }
  .p-sm-16,
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 1rem;
  }
  .m-sm-16,
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 1rem;
  }
  .p-sm-16,
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 1rem;
  }
  .d-sm-none {
    display: none;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-flex {
    display: flex;
  }
  .align-sm-items-start {
    align-items: flex-start;
  }
  .align-sm-items-center {
    align-items: center;
  }
  .align-sm-items-end {
    align-items: flex-end;
  }
  .align-sm-content-center {
    align-content: center;
  }
  .justify-sm-content-start {
    justify-content: flex-start;
  }
  .justify-sm-content-center {
    justify-content: center;
  }
  .justify-sm-content-end {
    justify-content: flex-end;
  }
  .justify-sm-content-between {
    justify-content: space-between;
  }
  .justify-sm-content-around {
    justify-content: space-around;
  }
  .justify-sm-content-evenly {
    justify-content: space-evenly;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-left {
    text-align: left;
  }
}
@media (min-width: 751px) {
  .cell-md-1:not(.datepicker--cell) {
    width: 8.3333333333%;
  }
  .cell-md-2:not(.datepicker--cell) {
    width: 16.6666666667%;
  }
  .cell-md-3:not(.datepicker--cell) {
    width: 25%;
  }
  .cell-md-4:not(.datepicker--cell) {
    width: 33.3333333333%;
  }
  .cell-md-5:not(.datepicker--cell) {
    width: 41.6666666667%;
  }
  .cell-md-6:not(.datepicker--cell) {
    width: 50%;
  }
  .cell-md-7:not(.datepicker--cell) {
    width: 58.3333333333%;
  }
  .cell-md-8:not(.datepicker--cell) {
    width: 66.6666666667%;
  }
  .cell-md-9:not(.datepicker--cell) {
    width: 75%;
  }
  .cell-md-10:not(.datepicker--cell) {
    width: 83.3333333333%;
  }
  .cell-md-11:not(.datepicker--cell) {
    width: 91.6666666667%;
  }
  .cell-md-12:not(.datepicker--cell) {
    width: 100%;
  }
  .m-md-16,
  .mt-md-16,
  .my-md-16 {
    margin-top: 1rem;
  }
  .p-md-16,
  .pt-md-16,
  .py-md-16 {
    padding-top: 1rem;
  }
  .m-md-16,
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 1rem;
  }
  .p-md-16,
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 1rem;
  }
  .m-md-16,
  .ml-md-16,
  .mx-md-16 {
    margin-left: 1rem;
  }
  .p-md-16,
  .pl-md-16,
  .px-md-16 {
    padding-left: 1rem;
  }
  .m-md-16,
  .mr-md-16,
  .mx-md-16 {
    margin-right: 1rem;
  }
  .p-md-16,
  .pr-md-16,
  .px-md-16 {
    padding-right: 1rem;
  }
  .d-md-none {
    display: none;
  }
  .d-md-block {
    display: block;
  }
  .d-md-flex {
    display: flex;
  }
  .align-md-items-start {
    align-items: flex-start;
  }
  .align-md-items-center {
    align-items: center;
  }
  .align-md-items-end {
    align-items: flex-end;
  }
  .align-md-content-center {
    align-content: center;
  }
  .justify-md-content-start {
    justify-content: flex-start;
  }
  .justify-md-content-center {
    justify-content: center;
  }
  .justify-md-content-end {
    justify-content: flex-end;
  }
  .justify-md-content-between {
    justify-content: space-between;
  }
  .justify-md-content-around {
    justify-content: space-around;
  }
  .justify-md-content-evenly {
    justify-content: space-evenly;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-left {
    text-align: left;
  }
}
@media (min-width: 1001px) {
  .cell-lg-1:not(.datepicker--cell) {
    width: 8.3333333333%;
  }
  .cell-lg-2:not(.datepicker--cell) {
    width: 16.6666666667%;
  }
  .cell-lg-3:not(.datepicker--cell) {
    width: 25%;
  }
  .cell-lg-4:not(.datepicker--cell) {
    width: 33.3333333333%;
  }
  .cell-lg-5:not(.datepicker--cell) {
    width: 41.6666666667%;
  }
  .cell-lg-6:not(.datepicker--cell) {
    width: 50%;
  }
  .cell-lg-7:not(.datepicker--cell) {
    width: 58.3333333333%;
  }
  .cell-lg-8:not(.datepicker--cell) {
    width: 66.6666666667%;
  }
  .cell-lg-9:not(.datepicker--cell) {
    width: 75%;
  }
  .cell-lg-10:not(.datepicker--cell) {
    width: 83.3333333333%;
  }
  .cell-lg-11:not(.datepicker--cell) {
    width: 91.6666666667%;
  }
  .cell-lg-12:not(.datepicker--cell) {
    width: 100%;
  }
  .m-lg-16,
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 1rem;
  }
  .p-lg-16,
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 1rem;
  }
  .m-lg-16,
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 1rem;
  }
  .p-lg-16,
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 1rem;
  }
  .m-lg-16,
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 1rem;
  }
  .p-lg-16,
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 1rem;
  }
  .m-lg-16,
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 1rem;
  }
  .p-lg-16,
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 1rem;
  }
  .d-lg-none {
    display: none;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-flex {
    display: flex;
  }
  .align-lg-items-start {
    align-items: flex-start;
  }
  .align-lg-items-center {
    align-items: center;
  }
  .align-lg-items-end {
    align-items: flex-end;
  }
  .align-lg-content-center {
    align-content: center;
  }
  .justify-lg-content-start {
    justify-content: flex-start;
  }
  .justify-lg-content-center {
    justify-content: center;
  }
  .justify-lg-content-end {
    justify-content: flex-end;
  }
  .justify-lg-content-between {
    justify-content: space-between;
  }
  .justify-lg-content-around {
    justify-content: space-around;
  }
  .justify-lg-content-evenly {
    justify-content: space-evenly;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-left {
    text-align: left;
  }
}
@media (min-width: 1201px) {
  .cell-xl-1:not(.datepicker--cell) {
    width: 8.3333333333%;
  }
  .cell-xl-2:not(.datepicker--cell) {
    width: 16.6666666667%;
  }
  .cell-xl-3:not(.datepicker--cell) {
    width: 25%;
  }
  .cell-xl-4:not(.datepicker--cell) {
    width: 33.3333333333%;
  }
  .cell-xl-5:not(.datepicker--cell) {
    width: 41.6666666667%;
  }
  .cell-xl-6:not(.datepicker--cell) {
    width: 50%;
  }
  .cell-xl-7:not(.datepicker--cell) {
    width: 58.3333333333%;
  }
  .cell-xl-8:not(.datepicker--cell) {
    width: 66.6666666667%;
  }
  .cell-xl-9:not(.datepicker--cell) {
    width: 75%;
  }
  .cell-xl-10:not(.datepicker--cell) {
    width: 83.3333333333%;
  }
  .cell-xl-11:not(.datepicker--cell) {
    width: 91.6666666667%;
  }
  .cell-xl-12:not(.datepicker--cell) {
    width: 100%;
  }
  .m-xl-16,
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 1rem;
  }
  .p-xl-16,
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 1rem;
  }
  .m-xl-16,
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 1rem;
  }
  .p-xl-16,
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 1rem;
  }
  .m-xl-16,
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 1rem;
  }
  .p-xl-16,
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 1rem;
  }
  .m-xl-16,
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 1rem;
  }
  .p-xl-16,
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 1rem;
  }
  .d-xl-none {
    display: none;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-flex {
    display: flex;
  }
  .align-xl-items-start {
    align-items: flex-start;
  }
  .align-xl-items-center {
    align-items: center;
  }
  .align-xl-items-end {
    align-items: flex-end;
  }
  .align-xl-content-center {
    align-content: center;
  }
  .justify-xl-content-start {
    justify-content: flex-start;
  }
  .justify-xl-content-center {
    justify-content: center;
  }
  .justify-xl-content-end {
    justify-content: flex-end;
  }
  .justify-xl-content-between {
    justify-content: space-between;
  }
  .justify-xl-content-around {
    justify-content: space-around;
  }
  .justify-xl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-left {
    text-align: left;
  }
}
@media (min-width: 1401px) {
  .cell-xxxl-1:not(.datepicker--cell) {
    width: 8.3333333333%;
  }
  .cell-xxxl-2:not(.datepicker--cell) {
    width: 16.6666666667%;
  }
  .cell-xxxl-3:not(.datepicker--cell) {
    width: 25%;
  }
  .cell-xxxl-4:not(.datepicker--cell) {
    width: 33.3333333333%;
  }
  .cell-xxxl-5:not(.datepicker--cell) {
    width: 41.6666666667%;
  }
  .cell-xxxl-6:not(.datepicker--cell) {
    width: 50%;
  }
  .cell-xxxl-7:not(.datepicker--cell) {
    width: 58.3333333333%;
  }
  .cell-xxxl-8:not(.datepicker--cell) {
    width: 66.6666666667%;
  }
  .cell-xxxl-9:not(.datepicker--cell) {
    width: 75%;
  }
  .cell-xxxl-10:not(.datepicker--cell) {
    width: 83.3333333333%;
  }
  .cell-xxxl-11:not(.datepicker--cell) {
    width: 91.6666666667%;
  }
  .cell-xxxl-12:not(.datepicker--cell) {
    width: 100%;
  }
  .m-xxxl-16,
  .mt-xxxl-16,
  .my-xxxl-16 {
    margin-top: 1rem;
  }
  .p-xxxl-16,
  .pt-xxxl-16,
  .py-xxxl-16 {
    padding-top: 1rem;
  }
  .m-xxxl-16,
  .mb-xxxl-16,
  .my-xxxl-16 {
    margin-bottom: 1rem;
  }
  .p-xxxl-16,
  .pb-xxxl-16,
  .py-xxxl-16 {
    padding-bottom: 1rem;
  }
  .m-xxxl-16,
  .ml-xxxl-16,
  .mx-xxxl-16 {
    margin-left: 1rem;
  }
  .p-xxxl-16,
  .pl-xxxl-16,
  .px-xxxl-16 {
    padding-left: 1rem;
  }
  .m-xxxl-16,
  .mr-xxxl-16,
  .mx-xxxl-16 {
    margin-right: 1rem;
  }
  .p-xxxl-16,
  .pr-xxxl-16,
  .px-xxxl-16 {
    padding-right: 1rem;
  }
  .d-xxxl-none {
    display: none;
  }
  .d-xxxl-block {
    display: block;
  }
  .d-xxxl-flex {
    display: flex;
  }
  .align-xxxl-items-start {
    align-items: flex-start;
  }
  .align-xxxl-items-center {
    align-items: center;
  }
  .align-xxxl-items-end {
    align-items: flex-end;
  }
  .align-xxxl-content-center {
    align-content: center;
  }
  .justify-xxxl-content-start {
    justify-content: flex-start;
  }
  .justify-xxxl-content-center {
    justify-content: center;
  }
  .justify-xxxl-content-end {
    justify-content: flex-end;
  }
  .justify-xxxl-content-between {
    justify-content: space-between;
  }
  .justify-xxxl-content-around {
    justify-content: space-around;
  }
  .justify-xxxl-content-evenly {
    justify-content: space-evenly;
  }
  .text-xxxl-center {
    text-align: center;
  }
  .text-xxxl-right {
    text-align: right;
  }
  .text-xxxl-left {
    text-align: left;
  }
}
.btn-large {
  backdrop-filter: blur(4px);
  background-color: transparent;
  border: 1px solid #befffc;
  border-radius: 10px;
  box-shadow: 0 0 30px 4px rgba(190, 255, 252, 0.28);
  color: #fff;
  display: inline-block;
  font-family: Kusanagi;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  padding: 15px 10px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: unset;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
.btn-large a:hover,
.btn-large:focus,
.btn-large:hover {
  background-color: transparent;
  border-color: #befffc;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transform: scale(96%);
}
@media (max-width: 1000px) {
  .btn-large {
    font-size: 20px;
    padding: 13px 11px 15px;
  }
}
@media (max-width: 750px) {
  .btn-large {
    font-size: 16px;
    padding: 11px 9.5px 11.8px;
  }
}
.btn-large > span {
  color: #befffc;
}
.btn,
.btn-small,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #02fcf0;
  border: 2px solid hsla(0, 0%, 100%, 0.7);
  border-radius: 5px;
  box-shadow: unset;
  color: #000;
  display: inline-block;
  font-family: Kusanagi;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.39;
  padding: 11px 26px;
  text-align: center;
  text-decoration: none;
  text-transform: unset;
  transition: all 0.3s ease 0s;
  vertical-align: top;
}
.btn a:hover,
.btn-small a:hover,
.btn-small:focus,
.btn-small:hover,
.btn:focus,
.btn:hover,
input[type="button"] a:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"] a:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"] a:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
@media (max-width: 750px) {
  .btn-responsive.btn,
  .btn-responsive.btn-small,
  input.btn-responsive[type="button"],
  input.btn-responsive[type="reset"],
  input.btn-responsive[type="submit"] {
    font-size: 13px;
    padding: 8px 16px;
  }
}
.btn-small {
  font-size: 12px;
  padding: 10px;
}
.btn-small.btn-no-border {
  border: unset;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
form label {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
}
button,
form label,
input,
select,
textarea {
  font-family: Syne;
}
input[type="button"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  outline: none;
}
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
select,
textarea {
  background-color: hsla(0, 0%, 100%, 0.1);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  padding: 0 10px;
  transition:
    border-color 0.3s ease 0s,
    background-color 0.3s ease 0s;
  width: 100%;
}
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, 0.2);
  outline: none;
}
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
}
input[type="date"]:-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="url"]::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
}
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
}
textarea {
  display: block;
  height: 92px;
  overflow: auto;
  padding: 10px;
  resize: none;
}
select {
  -webkit-appearance: none;
  background-color: transparent;
  background-position: right 0.5em center;
  background-repeat: no-repeat;
  background-size: 14px 7px;
  cursor: pointer;
  padding-right: 1.875em;
}
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
button {
  cursor: pointer;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.form-group {
  margin-bottom: 20px;
}
.radio-btn-group .radio-option {
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle;
}
.radio-btn-group .radio-option:first-child {
  padding-left: 0;
}
.radio-btn-group .radio-option .radio-custom {
  opacity: 0;
  position: absolute;
}
.radio-btn-group .radio-option .radio-custom:focus + .radio-custom-label {
  outline: none;
}
.radio-btn-group
  .radio-option
  .radio-custom:checked
  + .radio-custom-label:before {
  background-color: #000;
}
.radio-btn-group .radio-option .radio-custom-label {
  color: #000;
  cursor: pointer;
  margin: 0;
}
.radio-btn-group .radio-option .radio-custom-label:before {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #000;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin-right: 10px;
  margin-top: 3px;
  vertical-align: middle;
  width: 10px;
}
.checkbox input[type="checkbox"],
.gfield_checkbox input[type="checkbox"] {
  cursor: pointer;
  display: none;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  width: auto;
}
.checkbox input[type="checkbox"]:checked + label:after,
.gfield_checkbox input[type="checkbox"]:checked + label:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 10px;
  left: 7px;
  position: absolute;
  top: 4px;
  transform: rotate(42deg);
  width: 5px;
}
.checkbox label,
.gfield_checkbox label {
  cursor: pointer;
  position: relative;
}
.checkbox label:before,
.gfield_checkbox label:before {
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #fff;
  content: "";
  cursor: pointer;
  display: inline-block;
  margin-right: 8px;
  padding: 8px;
  position: relative;
  vertical-align: middle;
}
body.page-template-escape-room .main-content .escape-room-details {
  z-index: 3;
}
.escape-room-details .escape-room-details-box {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 0;
  display: flex;
  min-height: 100vh;
  padding-top: var(--header-height);
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-details-box {
    flex-direction: column;
  }
}
.escape-room-details .bg-effects {
  overflow: hidden;
}
@media (max-width: 1000px) {
  .escape-room-details .bg-effects {
    height: 50vh;
    margin-bottom: -130px;
    margin-top: -26px;
    min-height: 60vw;
    position: relative;
  }
}
.escape-room-details .bg-effects .bg-effects-video-wrap {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.escape-room-details .bg-effects .bg-effects-video-wrap video {
  filter: blur(40px);
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(1.05);
  transition:
    opacity 1s ease,
    filter 1s ease,
    transform 1s ease;
  width: 100%;
}
@media (max-width: 1000px) {
  .escape-room-details .bg-effects .bg-effects-video-wrap video {
    margin-top: -2.08333vw;
    position: absolute;
  }
}
.escape-room-details .bg-effects .bg-effects-video-wrap video.active {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}
.escape-room-details .bg-effects .bg-effects-video-wrap video.inactive {
  filter: blur(40px);
  opacity: 0;
  transform: scale(1.05);
  z-index: 1;
}
.escape-room-details .bg-effects video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .escape-room-details .bg-effects video {
    margin-top: -40px;
    position: unset;
  }
}
.escape-room-details .bg-effects img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.escape-room-details .bg-effects .grident-top {
  background: linear-gradient(
    180deg,
    #000,
    rgba(0, 0, 0, 0.93) 29%,
    rgba(0, 0, 0, 0.77) 52%,
    transparent
  );
  display: none;
  height: 5vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .escape-room-details .bg-effects .grident-top {
    display: unset;
  }
}
.escape-room-details .bg-effects .grident-bottom {
  background: linear-gradient(
    180deg,
    rgba(152, 44, 255, 0),
    rgba(0, 0, 0, 0.77) 48%,
    rgba(0, 0, 0, 0.93) 71%,
    #000
  );
  bottom: 0;
  height: 10vh;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 1000px) {
  .escape-room-details .bg-effects .grident-bottom {
    display: unset;
  }
}
.escape-room-details .escape-room-mission-select {
  display: none;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-mission-select {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 36px 2.6vw 0;
    position: relative;
    z-index: 2;
  }
}
.escape-room-details .escape-room-mission-select .mission-select-label {
  font-family: Kusanagi;
  font-size: 10px;
  font-weight: 400;
}
.escape-room-details .escape-room-mission-select .mission-select-wrap {
  position: relative;
}
.escape-room-details .escape-room-mission-select .mission-select-wrap select {
  backdrop-filter: blur(10px);
  background-color: transparent;
  border-color: #fff;
  box-shadow:
    0 0 0.05rem #fff,
    0 0 0.05rem #fff,
    0 0 0.2rem #02fcf0,
    0 0 0.5rem #02fcf0,
    0 0 1.2rem #02fcf0,
    inset 0 0 1rem #02fcf0;
  font-family: Kusanagi;
  font-size: 12px;
  font-weight: 400;
  height: 52px;
}
@media (max-width: 750px) {
  .escape-room-details .escape-room-mission-select .mission-select-wrap select {
    box-shadow:
      0 0 0.05rem #fff,
      0 0 0.1rem #02fcf0,
      0 0 0.2rem #02fcf0,
      0 0 0.8rem #02fcf0,
      inset 0 0 0.8rem #02fcf0;
  }
}
@media (max-width: 575px) {
  .escape-room-details .escape-room-mission-select .mission-select-wrap select {
    box-shadow:
      0 0 0.05rem #fff,
      0 0 0.1rem #02fcf0,
      0 0 0.2rem #02fcf0,
      0 0 0.7rem #02fcf0,
      inset 0 0 0.7rem #02fcf0;
  }
}
.escape-room-details
  .escape-room-mission-select
  .mission-select-wrap
  select
  option {
  background-color: #000;
}
.escape-room-details .escape-room-mission-select .mission-select-wrap:before {
  border: 2px solid #fff;
  border-left: unset;
  border-top: unset;
  content: "";
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  z-index: 1;
}
.escape-room-details .escape-room-mission-select .mission-select-wrap:after {
  animation: pulseCircle 11s infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 5px;
  width: 40px;
  z-index: 1;
}
.escape-room-details .escape-room-container {
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-container {
    padding: 0 2.6vw;
  }
}
.escape-room-details .escape-room-menu-wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-menu-wrap {
    display: none;
  }
}
.escape-room-details .escape-room-navigation {
  align-items: center;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 10px;
  border-top: unset;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  min-height: 57.19px;
  padding: 6px 18px 5px;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-navigation {
    min-height: 46.91px;
  }
}
.escape-room-details .escape-room-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .escape-room-details .escape-room-navigation ul {
    gap: 5px 20px;
  }
}
.escape-room-details .escape-room-navigation ul li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.escape-room-details .escape-room-navigation ul li a {
  font-family: Kusanagi;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-navigation ul li a {
    font-size: 8px;
  }
}
.escape-room-details .escape-room-navigation ul li.current-menu-item a {
  color: #02fcf0;
}
.escape-room-details .escape-room-detail {
  display: flex;
  width: 100%;
}
.escape-room-details .escape-room-details-inner {
  align-items: center;
  display: flex;
  gap: 100px;
  justify-content: space-between;
  padding: 60px 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-details-inner {
    padding: 50px 0;
  }
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-details-inner {
    flex-direction: column;
    gap: 50px;
    padding: 0 0 100px;
  }
}
.escape-room-details .escape-room-game-info-wrap {
  align-items: center;
  display: flex;
  transition: transform 1s ease-in-out 0s;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-game-info-wrap {
    flex-direction: column-reverse;
  }
}
.escape-room-details .escape-room-game-info-wrap.hide {
  transform: translateX(calc(-100% + 72px));
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-game-info-wrap.hide {
    transform: translateX(calc(-100% + 46px));
  }
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-game-info-wrap.hide {
    transform: unset;
  }
}
.escape-room-details .escape-room-game-info {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-left: unset;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
  max-width: 478px;
  padding: 30px 30px 50px;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-game-info {
    max-width: 380px;
  }
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-game-info {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 10px;
    max-width: 100%;
  }
}
.escape-room-details .escape-room-game-info-switch {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-left: unset;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
  display: flex;
  padding: 30px 6px;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-game-info-switch {
    padding: 20px 6px;
  }
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-game-info-switch {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom: unset;
    border-radius: 10px 10px 0 0;
    padding: 7px 14px;
  }
}
.escape-room-details .escape-room-game-info-switch span {
  color: #02fcf0;
  font-family: Kusanagi;
  font-size: 25px;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  writing-mode: vertical-rl;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-game-info-switch span {
    font-size: 15px;
  }
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-game-info-switch span {
    writing-mode: unset;
  }
}
.escape-room-details .escape-room-game-info-switch:hover span {
  color: #fff;
}
.escape-room-details .escape-room-head {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.escape-room-details .escape-room-title {
  display: flex;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-title {
    justify-content: center;
  }
}
.escape-room-details .escape-room-title .h5 {
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-title .h5 {
    font-size: 25px;
  }
}
.escape-room-details .escape-room-sub-title {
  display: flex;
  padding-top: 5px;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-sub-title {
    justify-content: center;
  }
}
.escape-room-details .escape-room-sub-title .h6 {
  color: #02fcf0;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-sub-title .h6 {
    font-size: 11px;
  }
}
.escape-room-details .escape-room-desc {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  padding: 30px 0 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-desc {
    margin-top: 24px;
    padding: 24px 0 0;
  }
}
.escape-room-details .escape-room-desc p {
  font-size: 13px;
  margin-bottom: 10px;
  text-align: justify;
}
.escape-room-details .escape-room-desc p:last-child,
.escape-room-details .escape-room-desc p:only-child {
  margin-bottom: unset;
}
.escape-room-details .escape-room-note {
  display: flex;
  padding-top: 10px;
  width: 100%;
}
.escape-room-details .escape-room-note p {
  font-size: 13px;
}
.escape-room-details .escape-room-challenge-level-wrap {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 32px;
  padding: 30px 0 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-challenge-level-wrap {
    gap: 20px;
    margin-top: 24px;
    padding: 24px 0 0;
  }
}
.escape-room-details .challenge-level {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
.escape-room-details .progress-bar {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
  width: 100%;
}
.escape-room-details .progress-fill {
  background-color: #02fcf0;
  border-radius: 4px;
  height: 100%;
  transition: width 0.3s ease;
  width: 0;
}
.escape-room-details .progress-bar-label {
  font-family: Kusanagi;
  font-size: 9px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .escape-room-details .progress-bar-label {
    font-size: 8px;
  }
}
.escape-room-details .escape-room-standard {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-standard {
    margin-right: -20px;
    width: calc(100% + 20px);
  }
}
.escape-room-details .standard-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.escape-room-details .standard-value {
  background-color: rgba(2, 252, 240, 0.05);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10px;
  color: #02fcf0;
  font-family: Kusanagi;
  font-size: 13px;
  font-weight: 400;
  padding: 12px 14px;
}
@media (max-width: 1400px) {
  .escape-room-details .standard-value {
    font-size: 10px;
    padding: 8px 14px;
  }
}
.escape-room-details .standard-label {
  font-family: Kusanagi;
  font-size: 9px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .escape-room-details .standard-label {
    font-size: 8px;
  }
}
.escape-room-details .escape-room-instruction-text {
  display: flex;
  font-size: 13px;
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-instruction-text {
    padding-top: 14px;
  }
}
.escape-room-details .escape-room-book-room-wrap {
  align-items: center;
  display: flex;
  transition: transform 1s ease-in-out 0s;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-book-room-wrap {
    flex-direction: column;
    width: 100%;
  }
}
.escape-room-details .escape-room-book-room-wrap.hide {
  transform: translateX(calc(100% - 72px));
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-book-room-wrap.hide {
    transform: translateX(calc(100% - 46px));
  }
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-book-room-wrap.hide {
    transform: unset;
  }
}
.escape-room-details .escape-room-book-room {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10px 0 0 10px;
  border-right: unset;
  display: flex;
  flex-direction: column;
  max-width: 460px;
  padding: 30px 30px 70px;
  position: relative;
  width: 100%;
  width: 460px;
}
.escape-room-details .escape-room-book-room:before {
  backdrop-filter: blur(5px);
  border-radius: 10px 0 0 10px;
  content: "";
  height: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-book-room:before {
    display: none;
  }
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-book-room {
    max-width: 360px;
    width: 360px;
  }
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-book-room {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-radius: 10px;
    max-width: 100%;
    padding: 30px 30px 50px;
    width: 100%;
  }
}
.escape-room-details .escape-room-book-room .field-label {
  font-family: Kusanagi;
  font-size: 9px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-book-room .field-label {
    font-size: 8px;
  }
}
.escape-room-details .escape-room-book-room .game-overview-slot-overlay {
  background-color: rgba(32, 34, 38, 0.502) !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  inset: 0;
  width: 100%;
}
.escape-room-details .escape-room-book-room .game-overview-slot-overlay:before {
  background-color: rgba(2, 252, 240, 0.2);
  border: 1px solid rgba(2, 252, 240, 0.5);
  border-radius: 100%;
  box-shadow: 0 0 1.5625vw rgba(2, 252, 240, 0.5);
  content: "";
  display: inline-block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.escape-room-details .escape-room-book-room .game-overview-slot-overlay:after {
  animation: spinBlockOverlay 1s linear infinite;
  background-color: #02fcf0;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg) translate(10px);
  width: 6px;
}
.escape-room-details .escape-room-book-room-switch {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10px 0 0 10px;
  border-right: unset;
  cursor: pointer;
  display: flex;
  padding: 30px 6px;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-book-room-switch {
    padding: 20px 6px;
  }
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-book-room-switch {
    border: 1px solid hsla(0, 0%, 100%, 0.2);
    border-bottom: unset;
    border-radius: 10px 10px 0 0;
    padding: 7px 14px;
  }
}
.escape-room-details .escape-room-book-room-switch span {
  color: #02fcf0;
  font-family: Kusanagi;
  font-size: 25px;
  font-weight: 400;
  transform: rotate(180deg);
  transition: all 0.3s ease 0s;
  writing-mode: vertical-lr;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-book-room-switch span {
    font-size: 15px;
  }
}
@media (max-width: 1000px) {
  .escape-room-details .escape-room-book-room-switch span {
    transform: unset;
    writing-mode: unset;
  }
}
.escape-room-details .escape-room-book-room-switch:hover span {
  color: #fff;
}
.escape-room-details .escape-room-date-time-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.escape-room-details .escape-room-date {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.escape-room-details .escape-room-date input[type="text"] {
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  height: 50px;
  width: 400px;
  width: 100%;
}
.escape-room-details .escape-room-time-slots-wrap {
  display: flex;
  min-height: 100px;
  width: 100%;
}
.escape-room-details .escape-room-time-slots-wrap .h5 {
  color: #e21c21;
  font-family: Syne;
  font-size: 14px;
  font-weight: 400;
  padding-top: 4px;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-time-slots-wrap .h5 {
    font-size: 12px;
  }
}
.escape-room-details .game-list-time-slots {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  width: 100%;
}
.escape-room-details span.time-slot {
  align-items: center;
  background-color: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  font-family: Syne;
  font-size: 14px;
  font-weight: 700;
  height: 52px;
  justify-content: center;
  max-width: calc(25% - 7.5px);
  padding: 10px 6px;
  text-transform: lowercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details span.time-slot {
    max-width: calc(33.33% - 6.66px);
  }
}
@media (max-width: 1000px) {
  .escape-room-details span.time-slot {
    max-width: calc(16.66% - 8.33px);
  }
}
@media (max-width: 750px) {
  .escape-room-details span.time-slot {
    max-width: calc(25% - 7.5px);
  }
}
@media (max-width: 575px) {
  .escape-room-details span.time-slot {
    font-size: 12px;
    height: 50px;
    max-width: calc(33.33% - 6.66px);
  }
}
.escape-room-details span.time-slot.desabled {
  background-color: hsla(0, 0%, 100%, 0.2);
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.escape-room-details span.time-slot.desabled:after {
  background-color: hsla(0, 0%, 100%, 0.8);
  content: "";
  height: 1px;
  left: -5px;
  position: absolute;
  top: 50%;
  transform: rotate(-22deg);
  width: calc(100% + 10px);
}
@media (max-width: 575px) {
  .escape-room-details span.time-slot.desabled:after {
    transform: rotate(-16deg);
  }
}
.escape-room-details span.time-slot.desabled.discounted {
  border-color: hsla(0, 0%, 100%, 0.2);
  height: 52px;
  margin-top: unset;
  padding: 10px 6px;
}
@media (max-width: 575px) {
  .escape-room-details span.time-slot.desabled.discounted {
    height: 50px;
  }
}
.escape-room-details span.time-slot.desabled.discounted .slot-discount-label {
  display: none;
}
.escape-room-details span.time-slot.discounted {
  height: 32px;
  margin-top: 20px;
  padding: 3px 6px;
  position: relative;
}
@media (max-width: 575px) {
  .escape-room-details span.time-slot.discounted {
    height: 28px;
    margin-top: 22px;
  }
}
.escape-room-details span.time-slot.discounted .slot-discount-label {
  animation: slotOfferGlowPulse 1.2s infinite alternate;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: unset;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #02fcf0;
  font-size: 12px;
  font-weight: 400;
  height: 32px;
  left: -1px;
  line-height: 1.2;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px #02fcf0;
  text-transform: uppercase;
  top: -21px;
  width: calc(100% + 2px);
}
@media (max-width: 575px) {
  .escape-room-details span.time-slot.discounted .slot-discount-label {
    height: 36px;
    padding-top: 3px;
    top: -23px;
  }
}
@keyframes slotOfferGlowPulse {
  0% {
    opacity: 1;
    text-shadow:
      0 0 5px #02fcf0,
      0 0 10px #02fcf0;
  }
  50% {
    opacity: 0.8;
    text-shadow:
      0 0 20px rgba(2, 252, 240, 0.5),
      0 0 30px rgba(2, 252, 240, 0.5);
  }
  to {
    opacity: 1;
    text-shadow:
      0 0 5px #02fcf0,
      0 0 10px #02fcf0;
  }
}
.escape-room-details span.time-slot.active,
.escape-room-details span.time-slot:hover {
  border-color: #02fcf0;
  box-shadow: 0 0 20px rgba(2, 252, 240, 0.3);
  color: #02fcf0;
}
.escape-room-details span.time-slot.active.discounted .slot-discount-label,
.escape-room-details span.time-slot:hover.discounted .slot-discount-label {
  border-color: #02fcf0;
}
.escape-room-details .escape-room-players-wrap {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  margin-top: 40px;
  padding: 20px 0 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-players-wrap {
    margin-top: 30px;
  }
}
.escape-room-details .escape-room-players {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
.escape-room-details .escape-room-players select {
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 700;
  height: 50px;
  width: 400px;
  width: 100%;
}
.escape-room-details .escape-room-players select .placeholder {
  display: none;
}
.escape-room-details .escape-room-players select option {
  background-color: #000;
}
.escape-room-details .escape-room-book-now-wrap {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 40px;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 1400px) {
  .escape-room-details .escape-room-book-now-wrap {
    margin-top: 30px;
  }
}
.escape-room-details .escape-room-book-now-wrap form {
  position: relative;
  width: 100%;
}
.escape-room-details .escape-room-book-now-wrap a.btn {
  font-size: 14px;
  width: 100%;
}
.escape-room-details .escape-room-book-now-wrap button.btn {
  font-size: 14px;
  padding: 8px 15px;
}
.escape-room-details .pricing-str-link {
  margin-bottom: 6px;
}
.escape-room-details .game-overview-error {
  color: #e21c21;
  display: none;
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details .game-overview-error {
    font-size: 12px;
  }
}
.escape-room-details .game-overview-error.show {
  display: flex;
}
.escape-room-details .game-overview-hold-message-wrap {
  left: 0;
  position: absolute;
  top: 100%;
}
.escape-room-details .game-overview-hold-message-wrap .game-overview-error,
.escape-room-details .game-overview-hold-message-wrap .game-overview-success,
.escape-room-details .game-overview-hold-message-wrap .game-overview-sucess {
  color: #e21c21;
  display: unset;
  font-size: 14px;
  position: unset;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-room-details .game-overview-hold-message-wrap .game-overview-error,
  .escape-room-details .game-overview-hold-message-wrap .game-overview-success,
  .escape-room-details .game-overview-hold-message-wrap .game-overview-sucess {
    font-size: 12px;
  }
}
.escape-room-details .game-overview-hold-message-wrap .game-overview-success,
.escape-room-details .game-overview-hold-message-wrap .game-overview-sucess {
  color: #02fcf0;
}
.events-list .events-list-box {
  display: flex;
  padding-top: var(--header-height);
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .events-list .events-list-box {
    flex-direction: column;
  }
}
.events-list .bg-effects {
  overflow: hidden;
}
.events-list .bg-effects img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}
.events-list .bg-effects video {
  bottom: -3.125vw;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.events-list .events-list-party-select {
  display: none;
}
@media (max-width: 1000px) {
  .events-list .events-list-party-select {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 2.6vw 0;
    position: relative;
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 750px) {
  .events-list .events-list-party-select {
    padding-top: 18px;
  }
}
.events-list .events-list-party-select .party-select-label {
  font-family: Kusanagi;
  font-size: 10px;
  font-weight: 400;
}
.events-list .events-list-party-select .party-select-wrap {
  position: relative;
}
.events-list .events-list-party-select .party-select-wrap select {
  backdrop-filter: blur(10px);
  background-color: #000;
  font-family: Kusanagi;
  font-size: 12px;
  font-weight: 400;
  height: 52px;
}
.events-list .events-list-party-select .party-select-wrap select option {
  background-color: #000;
}
.events-list .events-list-party-select .party-select-wrap:before {
  border: 2px solid #fff;
  border-left: unset;
  border-top: unset;
  content: "";
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  z-index: 1;
}
.events-list .events-list-party-select .party-select-wrap:after {
  animation: pulseCircle 11s infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 5px;
  width: 40px;
  z-index: 1;
}
.events-list .events-list-container {
  position: relative;
  width: 100%;
}
.events-list .events-list-menu-wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1000px) {
  .events-list .events-list-menu-wrap {
    display: none;
  }
}
.events-list .events-list-navigation {
  align-items: center;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 10px;
  border-top: unset;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  min-height: 57.19px;
  padding: 6px 18px 5px;
  width: 100%;
}
.events-list .events-list-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1200px) {
  .events-list .events-list-navigation ul {
    gap: 5px 20px;
  }
}
.events-list .events-list-navigation ul li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.events-list .events-list-navigation ul li a {
  font-family: Kusanagi;
  font-size: 12px;
  text-decoration: none;
}
.events-list .events-list-navigation ul li.current-menu-item a {
  color: #02fcf0;
}
.events-list .events-list-body {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding: 66px 30px 40px;
  width: 100%;
}
@media (max-width: 1000px) {
  .events-list .events-list-body {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .events-list .events-list-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
  }
}
.events-list .events-list-inner,
.events-list .events-list-title-content-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.events-list .events-list-title-content-wrap {
  backdrop-filter: blur(10px);
  border-radius: 20px;
  max-width: 59.5833333333vw;
  padding: 1.0416666667vw 1.0416666667vw 1.1458333333vw;
}
@media (max-width: 1000px) {
  .events-list .events-list-title-content-wrap {
    max-width: calc(100% - 40px);
    padding: 40px 50px 70px;
  }
}
@media (max-width: 750px) {
  .events-list .events-list-title-content-wrap {
    border-radius: 20px;
    max-width: calc(100% - 30px);
    padding: 32px 20px 50px;
  }
}
.events-list .events-list-title-wrap {
  text-align: center;
}
.events-list .events-list-title-wrap .h1 {
  font-weight: 400;
}
@media (max-width: 1000px) {
  .events-list .events-list-title-wrap .h1 {
    font-size: 4.5vw;
  }
}
@media (max-width: 750px) {
  .events-list .events-list-title-wrap .h1 {
    font-size: 6.4vw;
  }
}
.events-list .events-list-sub-title-wrap {
  padding-top: 39px;
  text-align: center;
}
@media (max-width: 1000px) {
  .events-list .events-list-sub-title-wrap {
    padding-top: 20px;
  }
}
.events-list .events-list-sub-title-wrap .h5 {
  color: #02fcf0;
  font-family: Syne;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1000px) {
  .events-list .events-list-sub-title-wrap .h5 {
    font-size: 1.9vw;
  }
}
@media (max-width: 750px) {
  .events-list .events-list-sub-title-wrap .h5 {
    font-size: 3.7333333333vw;
  }
}
.events-list .events-list-description-wrap {
  font-size: 0.8854166667vw;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 92%;
  padding-top: 2.03125vw;
  text-align: center;
  width: 100%;
}
@media (max-width: 1000px) {
  .events-list .events-list-description-wrap {
    font-size: 1.4vw;
    max-width: unset;
  }
}
@media (max-width: 750px) {
  .events-list .events-list-description-wrap {
    font-size: 3.7333333333vw;
    padding-top: 20px;
  }
}
.events-list .events-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  padding-top: 2.0833333333vw;
  width: 100%;
}
@media (max-width: 1200px) {
  .events-list .events-list-wrap {
    gap: 14px;
  }
}
@media (max-width: 1000px) {
  .events-list .events-list-wrap {
    gap: 20px 10px;
    padding-top: 39px;
  }
}
@media (max-width: 750px) {
  .events-list .events-list-wrap {
    padding-top: 20px;
  }
}
.events-list .package-list-row {
  background-color: #000;
  background-image: linear-gradient(180deg, #000, #6e6e6e);
  border-radius: 20px;
  display: flex;
  max-width: calc(25% - 19.5px);
  width: 100%;
}
@media (max-width: 1200px) {
  .events-list .package-list-row {
    max-width: calc(25% - 10.5px);
  }
}
@media (max-width: 1000px) {
  .events-list .package-list-row {
    max-width: calc(50% - 5px);
  }
}
@media (max-width: 750px) {
  .events-list .package-list-row {
    margin-top: 60px;
    max-width: 100%;
  }
}
.events-list .package-list-row-content,
.events-list .package-list-row-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.events-list .package-list-row-content {
  flex-grow: 1;
  gap: 40px;
  padding: 30px 10px 40px;
}
@media (max-width: 1000px) {
  .events-list .package-list-row-content {
    padding: 30px 16px 40px;
  }
}
@media (max-width: 750px) {
  .events-list .package-list-row-content {
    align-items: center;
    gap: 10px;
    padding: 0 16px 40px;
  }
}
.events-list .package-list-title-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
@media (max-width: 750px) {
  .events-list .package-list-title-wrap {
    backdrop-filter: blur(20px);
    background-color: rgba(0, 0, 0, 0.3);
    gap: 20px;
    margin-top: -60px;
    min-width: 210px;
    padding: 30px 14px;
    width: unset;
  }
}
.events-list .package-list-title-wrap .h6.package-list-title {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .events-list .package-list-title-wrap .h6.package-list-title {
    font-size: 18px;
  }
}
.events-list .package-list-title-wrap .h6.package-list-sub-title {
  color: #02fcf0;
  font-size: 20px;
  text-align: center;
  text-decoration: underline;
  text-shadow: 0 0 15px #02fcf0;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .events-list .package-list-title-wrap .h6.package-list-sub-title {
    border-bottom-width: 1px;
    font-size: 18px;
  }
}
.events-list .package-list-includes-wrap {
  display: flex;
  flex-grow: 1;
  padding-left: 12px;
  width: 100%;
}
@media (max-width: 750px) {
  .events-list .package-list-includes-wrap {
    padding-left: 4px;
  }
}
.events-list .package-list-includes-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1000px) {
  .events-list .package-list-includes-wrap ul {
    gap: 18px;
  }
}
.events-list .package-list-includes-wrap ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  padding-left: 2.125rem;
}
.events-list .package-list-includes-wrap ul li p span {
  text-shadow:
    0 0 4px #da00ff,
    0 0 4px #da00ff,
    0 0 2px #da00ff,
    0 0 2px #da00ff,
    0 0 2px #da00ff;
}
.events-list .package-list-cta-wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 750px) {
  .events-list .package-list-cta-wrap {
    padding: 20px 10px 0;
  }
}
.events-list .package-list-cta-wrap a.btn-small {
  width: 100%;
}
.events-list .package-list-row-picture {
  border-radius: 20px;
  display: flex;
  height: 288px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1000px) {
  .events-list .package-list-row-picture {
    height: 47vw;
  }
}
@media (max-width: 750px) {
  .events-list .package-list-row-picture {
    height: 96vw;
  }
}
.events-list .package-list-row-picture .package-list-row-picture-wrap {
  display: flex;
  height: 100%;
  width: 100%;
}
.events-list .package-list-row-picture .package-list-row-picture-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.events-list .events-list-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 46px;
  width: 100%;
}
@media (max-width: 1000px) {
  .events-list .events-list-footer {
    padding-top: 64px;
  }
}
@media (max-width: 750px) {
  .events-list .events-list-footer {
    padding-top: 44px;
  }
}
.events-list .events-list-footer-cta-title-wrap .h5 {
  font-family: Syne;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 750px) {
  .events-list .events-list-footer-cta-title-wrap .h5 {
    font-size: 22px;
  }
}
.events-list .events-list-footer-cta-wrap {
  padding-top: 26px;
}
.events-list .events-list-footer-cta-wrap a.btn-small {
  border-radius: 22px;
  min-width: 260px;
  padding: 18px;
}
.event-details .event-details-box {
  display: flex;
  padding-top: var(--header-height);
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .event-details .event-details-box {
    flex-direction: column;
  }
}
.event-details .bg-effects {
  overflow: hidden;
}
.event-details .bg-effects img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
}
.event-details .bg-effects video {
  bottom: -3.125vw;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.event-details .event-details-party-select {
  display: none;
}
@media (max-width: 1000px) {
  .event-details .event-details-party-select {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 2.6vw 0;
    position: relative;
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 750px) {
  .event-details .event-details-party-select {
    padding-top: 18px;
  }
}
.event-details .event-details-party-select .party-select-label {
  font-family: Kusanagi;
  font-size: 10px;
  font-weight: 400;
}
.event-details .event-details-party-select .party-select-wrap {
  position: relative;
}
.event-details .event-details-party-select .party-select-wrap select {
  backdrop-filter: blur(10px);
  background-color: #000;
  font-family: Kusanagi;
  font-size: 12px;
  font-weight: 400;
  height: 52px;
}
.event-details .event-details-party-select .party-select-wrap select option {
  background-color: #000;
}
.event-details .event-details-party-select .party-select-wrap:before {
  border: 2px solid #fff;
  border-left: unset;
  border-top: unset;
  content: "";
  height: 12px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  z-index: 1;
}
.event-details .event-details-party-select .party-select-wrap:after {
  animation: pulseCircle 11s infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 6px;
  top: 5px;
  width: 40px;
  z-index: 1;
}
.event-details .event-details-container {
  position: relative;
  width: 100%;
}
.event-details .event-details-menu-wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1000px) {
  .event-details .event-details-menu-wrap {
    display: none;
  }
}
.event-details .event-details-navigation {
  align-items: center;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 10px;
  border-top: unset;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: flex;
  justify-content: center;
  max-width: 1200px;
  min-height: 57.19px;
  padding: 6px 18px 5px;
  width: 100%;
}
.event-details .event-details-navigation ul {
  flex-wrap: wrap;
  gap: 5px 30px;
}
.event-details .event-details-navigation ul,
.event-details .event-details-navigation ul li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.event-details .event-details-navigation ul li a {
  font-family: Kusanagi;
  font-size: 12px;
  text-decoration: none;
}
.event-details .event-details-navigation ul li.current-menu-item a {
  color: #02fcf0;
}
.event-details .event-details-body {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-bottom: 3.6458333333vw;
  padding-top: 66px;
  width: 100%;
}
@media (max-width: 1000px) {
  .event-details .event-details-body {
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  .event-details .event-details-body {
    padding-bottom: 40px;
    padding-top: 34px;
  }
}
.event-details .event-details-inner,
.event-details .event-details-title-content-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.event-details .event-details-title-content-wrap {
  backdrop-filter: blur(10px);
  border-radius: 20px;
  max-width: 59.5833333333vw;
  padding: 1.0416666667vw 1.0416666667vw 1.1458333333vw;
}
@media (max-width: 1000px) {
  .event-details .event-details-title-content-wrap {
    max-width: 100%;
    padding: 50px 50px 20px;
  }
}
@media (max-width: 750px) {
  .event-details .event-details-title-content-wrap {
    padding: 30px 20px;
  }
}
.event-details .event-details-title-wrap {
  text-align: center;
}
.event-details .event-details-title-wrap .h1 {
  font-weight: 400;
}
@media (max-width: 1000px) {
  .event-details .event-details-title-wrap .h1 {
    font-size: 4.5vw;
  }
}
@media (max-width: 750px) {
  .event-details .event-details-title-wrap .h1 {
    font-size: 6.2666666667vw;
  }
}
.event-details .event-details-sub-title-wrap {
  margin: 0 auto;
  max-width: 92%;
  padding-top: 2.03125vw;
  text-align: center;
}
@media (max-width: 1000px) {
  .event-details .event-details-sub-title-wrap {
    max-width: 100%;
  }
}
.event-details .event-details-sub-title-wrap .h5 {
  color: #02fcf0;
  font-family: Syne;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1000px) {
  .event-details .event-details-sub-title-wrap .h5 {
    font-size: 1.9vw;
  }
}
@media (max-width: 750px) {
  .event-details .event-details-sub-title-wrap .h5 {
    font-size: 3.7333333333vw;
  }
}
.event-details .event-details-description-wrap {
  font-size: 0.8854166667vw;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto;
  max-width: 92%;
  padding-top: 2.03125vw;
  text-align: center;
  width: 100%;
}
@media (max-width: 1000px) {
  .event-details .event-details-description-wrap {
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .event-details .event-details-description-wrap {
    font-size: 3.7333333333vw;
  }
}
.event-details .event-details-includes-wrap {
  display: flex;
  gap: 4.1666666667vw;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 160px);
  max-width: 54.1666666667vw;
  padding-top: 80px;
  width: 100%;
}
@media (max-width: 1400px) {
  .event-details .event-details-includes-wrap {
    max-width: 64.2857142857vw;
  }
}
@media (max-width: 1200px) {
  .event-details .event-details-includes-wrap {
    max-width: 75vw;
  }
}
@media (max-width: 1000px) {
  .event-details .event-details-includes-wrap {
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .event-details .event-details-includes-wrap {
    flex-direction: column;
    gap: 70px;
  }
}
.event-details .event-details-includes-left {
  display: flex;
  max-width: calc(50% - 2.08333vw);
  width: 100%;
}
@media (max-width: 750px) {
  .event-details .event-details-includes-left {
    max-width: 100%;
    padding-top: 60px;
  }
}
.event-details .event-details-includes-card {
  backdrop-filter: blur(20px);
  background-image: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.31),
    hsla(0, 0%, 43%, 0.31)
  );
  border-radius: 20px;
  display: flex;
  width: 100%;
}
.event-details .event-details-includes-card-inner,
.event-details .package-list-row-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.event-details .package-list-row-content {
  flex-grow: 1;
  gap: 40px;
  padding: 50px 20px 20px 40px;
}
@media (max-width: 750px) {
  .event-details .package-list-row-content {
    align-items: center;
    padding: 66px 20px 20px 40px;
  }
}
.event-details .package-list-title-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}
@media (max-width: 750px) {
  .event-details .package-list-title-wrap {
    align-items: center;
    background-image: linear-gradient(187deg, #000, #6e6e6e);
    gap: 22px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -168px;
    padding: 25px 30px;
    width: unset;
  }
}
.event-details .package-list-title-wrap .h6.package-list-title {
  font-size: 22px;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .event-details .package-list-title-wrap .h6.package-list-title {
    font-size: 16px;
  }
}
.event-details .package-list-title-wrap .h6.package-list-sub-title {
  color: #02fcf0;
  font-size: 1.0416666667vw;
  text-decoration: underline;
  text-shadow: 0 0 15px #02fcf0;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .event-details .package-list-title-wrap .h6.package-list-sub-title {
    font-size: 15px;
  }
}
@media (max-width: 750px) {
  .event-details .package-list-title-wrap .h6.package-list-sub-title {
    font-size: 14px;
  }
}
.event-details .package-list-includes-wrap {
  display: flex;
  flex-grow: 1;
  padding-left: 0;
  width: 100%;
}
.event-details .package-list-includes-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-details .package-list-includes-wrap ul li {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  padding-left: 2.125rem;
}
.event-details .package-list-includes-wrap ul li p span {
  text-shadow:
    0 0 4px #da00ff,
    0 0 4px #da00ff,
    0 0 2px #da00ff,
    0 0 2px #da00ff,
    0 0 2px #da00ff;
}
.event-details .package-list-cta-wrap {
  display: flex;
  padding-right: 20px;
  width: 100%;
}
.event-details .package-list-cta-wrap a.btn-small {
  padding: 12px;
  width: 100%;
}
.event-details .event-details-includes-right {
  max-width: calc(50% - 2.08333vw);
  position: relative;
  width: 100%;
}
.event-details .event-details-includes-right:after {
  background-image: url(../images/testimonial-shape.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 137.81px;
  position: absolute;
  right: -38px;
  top: 0;
  width: 140.88px;
}
@media (max-width: 750px) {
  .event-details .event-details-includes-right:after {
    display: block;
  }
  .event-details .event-details-includes-right {
    max-width: 100%;
  }
}
.event-details .package-list-row-picture {
  border-radius: 20px;
  display: flex;
  height: 22.9166666667vw;
  max-width: calc(100% - 56px);
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1400px) {
  .event-details .package-list-row-picture {
    height: 27.8571428571vw;
    max-width: calc(100% - 40px);
  }
}
@media (max-width: 1200px) {
  .event-details .package-list-row-picture {
    height: 32.5vw;
    max-width: calc(100% - 30px);
  }
}
@media (max-width: 750px) {
  .event-details .package-list-row-picture {
    border-radius: 5.3333333333vw;
    height: 56.2666666667vw;
    max-width: 53.8666666667vw;
  }
}
.event-details .package-list-row-picture .package-list-row-picture-wrap {
  display: flex;
  height: 100%;
  width: 100%;
}
.event-details .package-list-row-picture .package-list-row-picture-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.event-details .review-wrap {
  backdrop-filter: blur(36px);
  background-color: hsla(0, 0%, 43%, 0.31);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-top: -8.125vw;
  max-width: 325px;
  overflow: hidden;
  padding: 2.0833333333vw;
  width: 100%;
}
@media only screen and (max-width: 1800px) {
  .event-details .review-wrap {
    margin-top: -6.77083vw;
  }
}
@media only screen and (max-width: 1600px) {
  .event-details .review-wrap {
    margin-top: -5.20833vw;
  }
}
@media (max-width: 1400px) {
  .event-details .review-wrap {
    margin-top: -5.71429vw;
  }
}
@media (max-width: 1000px) {
  .event-details .review-wrap {
    max-width: 86%;
  }
}
@media (max-width: 750px) {
  .event-details .review-wrap {
    border-radius: 5.3333333333vw;
    margin-right: 2.6666666667vw;
    margin-top: -90px;
    max-width: 62.9333333333vw;
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .event-details .review-wrap {
    margin-top: -60px;
  }
}
.event-details .reviews-rating-stars {
  display: flex;
  gap: 6px;
  padding-bottom: 0.5208333333vw;
  width: 100%;
}
@media (max-width: 750px) {
  .event-details .reviews-rating-stars {
    padding-bottom: 10px;
  }
}
.event-details .reviews-rating-stars span.icon {
  font-size: 18px;
}
@media (max-width: 750px) {
  .event-details .reviews-rating-stars span.icon {
    font-size: 17px;
  }
}
.event-details .reviews-text {
  font-size: 14px;
  line-height: 1.57;
}
@media (max-width: 750px) {
  .event-details .reviews-text {
    font-size: 13px;
  }
}
.event-details .reviews-author {
  font-size: 16px;
  font-weight: 700;
  padding-top: 8px;
}
@media (max-width: 750px) {
  .event-details .reviews-author {
    font-size: 14px;
  }
}
.event-details .event-offer-text-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  padding-top: 80px;
  width: 100%;
}
@media (max-width: 750px) {
  .event-details .event-offer-text-wrap {
    padding-top: 40px;
  }
}
.event-details .event-offer-text-wrap .h5 {
  font-family: Syne;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.29;
  text-align: center;
}
@media (max-width: 750px) {
  .event-details .event-offer-text-wrap .h5 {
    font-size: 15px;
  }
}
.event-details .event-offer-text-wrap .h5 span {
  color: #da00ff;
}
.event-details .event-price-structure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 86px;
  width: 100%;
}
@media (max-width: 1000px) {
  .event-details .event-price-structure {
    padding-top: 60px;
  }
}
.event-details .event-price-structure-title-wrap .h4 {
  font-size: 42px;
}
@media (max-width: 1000px) {
  .event-details .event-price-structure-title-wrap .h4 {
    font-size: 34px;
  }
}
@media (max-width: 750px) {
  .event-details .event-price-structure-title-wrap .h4 {
    font-size: 20px;
  }
}
.event-details .event-price-structure-sub-title-wrap {
  color: #02fcf0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding-top: 28px;
  text-align: center;
}
@media (max-width: 750px) {
  .event-details .event-price-structure-sub-title-wrap {
    font-size: 14px;
  }
}
.event-details .event-price-structure-description-wrap {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 750px) {
  .event-details .event-price-structure-description-wrap {
    font-size: 13px;
  }
}
.event-details .event-price-structure-rate-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
  padding-top: 30px;
  width: 100%;
}
@media (max-width: 1000px) {
  .event-details .event-price-structure-rate-wrap {
    max-width: 36vw;
  }
}
@media (max-width: 750px) {
  .event-details .event-price-structure-rate-wrap {
    max-width: 100%;
  }
}
.event-details .event-price-structure-rate-wrap table {
  text-align: center;
  width: 100%;
}
.event-details .event-price-structure-rate-wrap table th {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 6px;
  width: 33.33%;
}
.event-details .event-price-structure-rate-wrap table td {
  font-size: 14px;
  padding: 7px 6px;
  text-align: center;
  width: 33.33%;
}
.event-details .event-features {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  padding-top: 112px;
  width: 100%;
}
@media (max-width: 1000px) {
  .event-details .event-features {
    padding-top: 72px;
  }
}
@media (max-width: 750px) {
  .event-details .event-features {
    gap: 18px 30px;
    padding-top: 50px;
  }
}
.event-details .event-features-row {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: calc(25% - 22.5px);
  width: 100%;
}
@media (max-width: 750px) {
  .event-details .event-features-row {
    max-width: calc(50% - 15px);
  }
}
.event-details .event-features-row .h6 {
  color: #fff;
  font-family: Syne;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-shadow:
    0 0 4px #02fcf0,
    0 0 4px #02fcf0,
    0 0 2px #02fcf0,
    0 0 2px #02fcf0,
    0 0 2px #02fcf0;
}
@media (max-width: 750px) {
  .event-details .event-features-row .h6 {
    font-size: 14px;
  }
}
.event-details .event-features-icon-wrap {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  width: 80px;
}
.event-details .event-features-icon-wrap img {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.event-details .played-companies-wrap {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-top: 130px;
  width: 80%;
}
@media (max-width: 1000px) {
  .event-details .played-companies-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 750px) {
  .event-details .played-companies-wrap {
    padding-top: 40px;
  }
}
.event-details .played-companies-wrap .logos-wrap {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}
.event-details .played-companies-wrap .logos-wrap ul {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px 40px;
}
@media (max-width: 750px) {
  .event-details .played-companies-wrap .logos-wrap ul {
    gap: 60px 20px;
  }
}
.event-details .played-companies-wrap .logos-wrap ul li {
  max-width: calc(16.66% - 33.33px);
  width: 100%;
}
@media (max-width: 750px) {
  .event-details .played-companies-wrap .logos-wrap ul li {
    max-width: calc(33.33% - 13.33px);
  }
}
.event-details .played-companies-wrap .logos-wrap .logo-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.event-details .played-companies-wrap .logos-wrap .logo-wrap img {
  filter: grayscale(1);
  max-width: 100%;
  opacity: 0.6;
}
.event-details .played-companies-title-wrap {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 40px;
  text-align: center;
  width: 100%;
}
@media (max-width: 750px) {
  .event-details .played-companies-title-wrap .h3 {
    font-size: 5.3333333333vw;
  }
}
.event-details .event-details-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 106px;
  width: 100%;
}
@media (max-width: 750px) {
  .event-details .event-details-footer {
    padding-top: 60px;
  }
}
.event-details .event-details-footer-cta-title-wrap .h5 {
  font-family: Syne;
  font-size: 28px;
  text-align: center;
}
@media (max-width: 750px) {
  .event-details .event-details-footer-cta-title-wrap .h5 {
    font-size: 20px;
  }
}
.event-details .event-details-footer-cta-wrap {
  padding-top: 26px;
}
@media (max-width: 750px) {
  .event-details .event-details-footer-cta-wrap {
    padding-top: 14px;
  }
}
.event-details .event-details-footer-cta-wrap a.btn-small {
  min-width: 260px;
  padding: 18px;
}
:root {
  --mobile-screen-video-width: 150%;
}
.landing-page .landing-page-box {
  display: flex;
  min-height: 100vh;
  padding-bottom: 7.2916666667vw;
  padding-top: calc(var(--header-height) + 5.10417vw);
  position: relative;
  width: 100%;
}
@media (max-width: 1400px) {
  .landing-page .landing-page-box {
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .landing-page .landing-page-box {
    padding-bottom: 14vw;
    padding-top: calc(var(--header-height) + 9.8vw);
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-box {
    padding-bottom: 18.6666666667vw;
    padding-top: calc(var(--header-height) + 13.06667vw);
  }
}
@media (max-width: 575px) {
  .landing-page .landing-page-box {
    align-items: flex-end;
  }
}
.landing-page .bg-effects {
  overflow: hidden;
}
.landing-page .bg-effects img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.6;
  width: 100%;
}
.landing-page .bg-effects .bg-video {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  width: 100%;
}
.landing-page .bg-effects .bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 575px) {
  .landing-page .bg-effects .bg-overlay {
    display: none;
  }
}
.landing-page .bg-effects video.bte {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  position: absolute;
  width: 100%;
}
@media (max-width: 750px) {
  .landing-page .bg-effects video.bte.bte-desktop,
  .landing-page .bg-effects video.bte.bte-tran-desktop {
    display: none;
  }
}
.landing-page .bg-effects video.bte.bte-mobile,
.landing-page .bg-effects video.bte.bte-tran-mobile {
  display: none;
}
@media (max-width: 750px) {
  .landing-page .bg-effects video.bte.bte-mobile,
  .landing-page .bg-effects video.bte.bte-tran-mobile {
    display: unset;
  }
}
@media (max-width: 575px) {
  .landing-page .bg-effects video.bte.bte-mobile,
  .landing-page .bg-effects video.bte.bte-tran-mobile {
    margin-left: calc(0px - (var(--mobile-screen-video-width) - 100%) / 2);
    max-width: var(--mobile-screen-video-width);
    -o-object-position: bottom;
    object-position: bottom;
    width: var(--mobile-screen-video-width);
  }
}
.landing-page .landing-page-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 82.8125vw;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-container {
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.landing-page .landing-page-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1400px) {
  .landing-page .landing-page-inner {
    min-height: 28.5714285714vw;
  }
}
@media (max-width: 1000px) {
  .landing-page .landing-page-inner {
    min-height: 48vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-inner {
    min-height: 64vw;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-page-inner {
    min-height: 59.1304347826vw;
    padding-bottom: 12px;
  }
}
.landing-page .landing-page-title-wrap {
  overflow: hidden;
}
.landing-page .landing-page-title-wrap .h1 {
  font-size: 6.25vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-title-wrap .h1 {
    font-size: 8vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-title-wrap .h1 {
    font-size: 8vw;
  }
}
.landing-page .landing-page-sub-title-wrap {
  padding-top: 1.5625vw;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-sub-title-wrap {
    padding-top: 3vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-sub-title-wrap {
    padding-top: 2.6666666667vw;
  }
}
.landing-page .landing-page-sub-title-wrap .h5 {
  font-family: Syne;
  font-weight: 700;
  line-height: 1.67;
  text-align: center;
}
.landing-page .landing-page-state-wrap {
  display: flex;
  overflow: hidden;
  padding-top: 2.6041666667vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-state-wrap {
    padding-top: 5vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-state-wrap {
    padding-top: 4.8vw;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-page-state-wrap {
    padding-top: 2.4vw;
  }
}
.landing-page .landing-page-tab {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.landing-page .landing-page-tab-titles {
  display: flex;
  justify-content: center;
  width: 100%;
}
.landing-page .landing-page-tab-titles ul {
  flex-wrap: wrap;
  gap: 1.25vw;
  justify-content: center;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-tab-titles ul {
    gap: 2.4vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-tab-titles ul {
    gap: 3.2vw;
  }
}
.landing-page .landing-page-tab-titles ul li {
  animation: slideUpLandingButtons 1s ease forwards;
  transform: translateY(400%);
}
.landing-page .landing-page-tab-titles ul li button {
  animation: slideUpLandingButtonsShadow 1s ease forwards;
  backdrop-filter: blur(0.5208333333vw);
  background-color: transparent;
  border: 0.1041666667vw solid #da00ff;
  border-radius: 0.625vw;
  color: #fff;
  font-family: Kusanagi;
  font-size: 1.5625vw;
  font-weight: 400;
  min-height: 3.4375vw;
  min-width: 10.9375vw;
  outline: none;
  padding: 0.5208333333vw 0.8333333333vw 0.7291666667vw;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-tab-titles ul li button {
    backdrop-filter: blur(1vw);
    border-radius: 1.2vw;
    border-width: 0.2vw;
    font-size: 3vw;
    min-height: 6.6vw;
    min-width: 21vw;
    padding: 1vw 1.6vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-tab-titles ul li button {
    backdrop-filter: blur(1.3333333333vw);
    border-radius: 1.0666666667vw;
    border-width: 0.1333333333vw;
    font-size: 2.9333333333vw;
    min-height: 6.6666666667vw;
    min-width: 21.3333333333vw;
    padding: 0.8vw 1.3333333333vw;
  }
}
.landing-page .landing-page-tab-titles ul li button.active,
.landing-page .landing-page-tab-titles ul li button:hover {
  background-color: #da00ff;
  outline: none;
}
.landing-page .landing-page-tab-titles ul:hover li button {
  background-color: transparent;
}
.landing-page .landing-page-tab-titles ul:hover li button:hover {
  background-color: #da00ff;
}
.landing-page .landing-page-tab-content {
  display: flex;
  overflow: hidden;
  padding-top: 2.8125vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-tab-content {
    padding-top: 5.4vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-tab-content {
    padding-top: 5.3333333333vw;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-page-tab-content {
    padding-top: 3.4782608696vw;
  }
}
.landing-page .landing-page-tab-content-inner {
  display: none;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  transition: width 0.6s ease 0s;
  width: 0;
}
.landing-page .landing-page-tab-content-inner.active {
  display: flex;
  width: 100%;
}
.landing-page
  .landing-page-tab:not(.button-animation)
  .landing-page-tab-content-inner {
  width: 100%;
}
.landing-page .landing-page-tab-content-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: calc(82.8125vw - 60px);
  width: calc(82.8125vw - 60px);
}
@media (max-width: 1000px) {
  .landing-page .landing-page-tab-content-wrap {
    min-width: calc(100vw - 60px);
    width: calc(100vw - 60px);
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-tab-content-wrap {
    min-width: 92vw;
    width: 92vw;
  }
}
.landing-page .landing-page-city-title {
  font-size: 1.0416666667vw;
  font-weight: 700;
  padding-bottom: 0.5208333333vw;
  text-align: center;
  width: 100%;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-city-title {
    font-size: 2vw;
    padding-bottom: 1vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-city-title {
    font-size: 2.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
.landing-page .landing-page-tab-content-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.landing-page .landing-page-tab-city-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.landing-page .landing-page-tab-city-wrap ul {
  backdrop-filter: blur(0.5208333333vw);
  border: 1px solid #02fcf0;
  border-radius: 1.0416666667vw;
  flex-wrap: wrap;
  gap: 1.25vw;
  justify-content: center;
  padding: 1.0416666667vw;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-tab-city-wrap ul {
    backdrop-filter: blur(1vw);
    border-radius: 2vw;
    gap: 2.4vw;
    padding: 2vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-tab-city-wrap ul {
    backdrop-filter: blur(1.3333333333vw);
    border-radius: 2.1333333333vw;
    gap: 3.2vw;
    padding: 2.6666666667vw;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-page-tab-city-wrap ul {
    padding: 1.3913043478vw;
  }
}
.landing-page .landing-page-tab-city-wrap ul li button {
  background-color: rgba(2, 252, 240, 0.1);
  border: 0.1041666667vw solid #02fcf0;
  border-radius: 0.8333333333vw;
  color: #fff;
  font-family: Kusanagi;
  font-size: 2.0833333333vw;
  font-weight: 400;
  min-height: 4.375vw;
  min-width: 21.40625vw;
  outline: none;
  padding: 0.5208333333vw 0.8333333333vw 0.7291666667vw;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1000px) {
  .landing-page .landing-page-tab-city-wrap ul li button {
    border-radius: 1.6vw;
    border-width: 0.2vw;
    font-size: 4vw;
    min-height: 8.4vw;
    min-width: 41.1vw;
    padding: 1vw 1.6vw 1.4vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-tab-city-wrap ul li button {
    border-radius: 1.6vw;
    border-width: 0.1333333333vw;
    font-size: 4vw;
    min-height: 8vw;
    min-width: 40vw;
    padding: 0.8vw 1.3333333333vw 1.3333333333vw;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-page-tab-city-wrap ul li button {
    font-size: 3.2vw;
  }
}
.landing-page .landing-page-tab-city-wrap ul li button:hover {
  background-color: #02fcf0;
  color: #000;
  outline: none;
}
.landing-page .landing-page-bottom {
  align-items: center;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 575px) {
  .landing-page .landing-page-bottom {
    bottom: 0;
  }
}
.landing-page .landing-page-bottom .landing-page-bottom-title-wrap {
  animation: opacityLandingPageBottom 1s ease forwards;
  animation-delay: 4s;
  opacity: 0;
  padding-bottom: 6px;
}
.landing-page .landing-page-bottom .landing-page-bottom-title-wrap .h6 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.32;
  text-align: center;
}
@media (max-width: 750px) {
  .landing-page .landing-page-bottom .landing-page-bottom-title-wrap .h6 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .landing-page .landing-page-bottom .landing-page-bottom-title-wrap .h6 {
    font-size: 14px;
  }
}
.landing-page .landing-page-bottom .landing-page-bottom-text-slider-wrap {
  animation: opacityLandingPageBottom 1s ease forwards;
  animation-delay: 4s;
  display: flex;
  min-height: 4.0625vw;
  opacity: 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .landing-page .landing-page-bottom .landing-page-bottom-text-slider-wrap {
    min-height: 4.2857142857vw;
  }
}
@media (max-width: 1000px) {
  .landing-page .landing-page-bottom .landing-page-bottom-text-slider-wrap {
    min-height: 5.7142857143vw;
  }
}
@media (max-width: 750px) {
  .landing-page .landing-page-bottom .landing-page-bottom-text-slider-wrap {
    min-height: 10.6666666667vw;
  }
}
.landing-page .landing-page-bottom .landing-page-bottom-text-slider-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-page .landing-page-bottom .landing-page-bottom-text-slider-wrap ul li {
  display: none;
  font-size: 13px;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 750px) {
  .landing-page
    .landing-page-bottom
    .landing-page-bottom-text-slider-wrap
    ul
    li {
    font-size: 11px;
  }
}
@media (max-width: 575px) {
  .landing-page
    .landing-page-bottom
    .landing-page-bottom-text-slider-wrap
    ul
    li {
    font-size: 10px;
  }
}
@keyframes slideUpLandingPageTitle {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes opacityLandingPageButtons {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUpLandingButtons {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideUpLandingButtonsShadow {
  0% {
    box-shadow: 0 0 0 0 rgba(190, 255, 252, 0.2);
  }
  to {
    box-shadow: 0 0 1.5625vw 0.2083333333vw rgba(190, 255, 252, 0.2);
    @media (max-width: 1000px) {
      box-shadow: 0 0 3vw 0.4vw rgba(190, 255, 252, 0.2);
    }
  }
}
@keyframes opacityLandingPageBottom {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  --two-column-gap: 4.1666666667vw;
  --three-column-gap: 1.0416666667vw;
}
@media (max-width: 1000px) {
  :root {
    --two-column-gap: 2vw;
  }
}
body.page-template-game-overview .main-header {
  z-index: 3;
}
body.page-template-game-overview .main-content {
  z-index: 2;
}
body.page-template-game-overview .site-footer {
  z-index: 1;
}
.game-overview .game-overview-box {
  display: flex;
  padding-bottom: 5.2083333333vw;
  padding-top: calc(var(--header-height) + 5.20833vw);
  position: relative;
  width: 100%;
}
.game-overview .bg-effects {
  overflow: hidden;
}
.game-overview .bg-effects img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  opacity: 0.6;
  width: 100%;
}
.game-overview .bg-effects .bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.game-overview .bg-effects .grident-bottom {
  background: linear-gradient(
    180deg,
    rgba(152, 44, 255, 0),
    rgba(0, 0, 0, 0.77) 48%,
    rgba(0, 0, 0, 0.93) 71%,
    #000
  );
  bottom: 0;
  height: 20%;
  left: 0;
  position: absolute;
  width: 100%;
}
.game-overview .game-overview-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 88.5416666667vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .game-overview-container {
    max-width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 750px) {
  .game-overview .game-overview-container {
    max-width: 100%;
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 1001px) {
  .game-overview.section-three-column .game-overview-container {
    max-width: 87.5vw;
  }
}
.game-overview .game-overview-head {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.game-overview .game-overview-title-wrap {
  justify-content: center;
  width: 100%;
}
.game-overview .game-overview-title-wrap .h1 {
  font-size: 2.8125vw;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1000px) {
  .game-overview .game-overview-title-wrap .h1 {
    font-size: 3.6vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-overview-title-wrap .h1 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-overview-title-wrap .h1 {
    font-size: 5.5652173913vw;
  }
}
.game-overview .game-overview-head-date-wrap {
  display: flex;
  gap: 1.0416666667vw;
  justify-content: center;
  padding-top: 2.5vw;
  position: relative;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .game-overview-head-date-wrap {
    gap: 2vw;
    padding-top: 4.8vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-overview-head-date-wrap {
    padding-top: 3.4666666667vw;
  }
}
@media (max-width: 575px) {
  .game-overview .game-overview-head-date-wrap {
    padding-top: 4.5217391304vw;
  }
}
.game-overview .game-overview-head-date-wrap.desabled {
  opacity: 0.5;
  pointer-events: none;
}
.game-overview
  .game-overview-head-date-wrap
  input[type="text"].game-overview-head-date {
  background-color: #da00ff;
  border-radius: 0.4166666667vw;
  box-shadow: 0 0 1.5625vw rgba(190, 255, 252, 0.3);
  cursor: pointer;
  font-family: Kusanagi;
  font-size: 1.3020833333vw;
  height: unset;
  line-height: 1.67;
  min-width: 18.75vw;
  padding: 0.3645833333vw 0.7291666667vw;
  text-align: center;
  width: 18.75vw;
}
@media (max-width: 1000px) {
  .game-overview
    .game-overview-head-date-wrap
    input[type="text"].game-overview-head-date {
    border-radius: 0.6vw;
    box-shadow: 0 0 2vw rgba(190, 255, 252, 0.3);
    font-size: 1.8vw;
    min-width: 26vw;
    padding: 0.6vw 1vw;
    width: 26vw;
  }
}
@media (max-width: 750px) {
  .game-overview
    .game-overview-head-date-wrap
    input[type="text"].game-overview-head-date {
    border-radius: 0.5333333333vw;
    box-shadow: 0 0 2.6666666667vw rgba(190, 255, 252, 0.3);
    font-size: 1.8666666667vw;
    min-width: 26.6666666667vw;
    padding: 0.5333333333vw 1.0666666667vw 0.8vw;
    width: 26.6666666667vw;
  }
}
@media (max-width: 575px) {
  .game-overview
    .game-overview-head-date-wrap
    input[type="text"].game-overview-head-date {
    border-radius: 0.6956521739vw;
    box-shadow: 0 0 3.4782608696vw rgba(190, 255, 252, 0.3);
    font-size: 2.4347826087vw;
    min-width: 34.7826086957vw;
    padding: 0.6956521739vw 1.3913043478vw 1.0434782609vw;
    width: 34.7826086957vw;
  }
}
.game-overview
  .game-overview-head-date-wrap
  input[type="text"].game-overview-head-date::-moz-placeholder {
  color: #fff;
}
.game-overview
  .game-overview-head-date-wrap
  input[type="text"].game-overview-head-date::placeholder {
  color: #fff;
}
.game-overview .game-overview-head-date-wrap button.date-nav {
  align-items: center;
  background-color: transparent;
  border: unset;
  border-radius: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  outline: none;
  transition: all 0.3s ease 0s;
  width: 3.4375vw;
}
.game-overview
  .game-overview-head-date-wrap
  button.date-nav[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .game-overview .game-overview-head-date-wrap button.date-nav {
    width: 4.8vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-overview-head-date-wrap button.date-nav {
    width: 4.5333333333vw;
  }
}
@media (max-width: 575px) {
  .game-overview .game-overview-head-date-wrap button.date-nav {
    width: 5.9130434783vw;
  }
}
.game-overview .game-overview-head-date-wrap button.date-nav:hover {
  color: #da00ff;
  text-shadow: 0 0 1.5625vw #befffc;
}
.game-overview .game-overview-head-date-wrap button.date-nav span.icon {
  font-size: 2.0833333333vw;
}
@media (max-width: 1000px) {
  .game-overview .game-overview-head-date-wrap button.date-nav span.icon {
    font-size: 3vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-overview-head-date-wrap button.date-nav span.icon {
    font-size: 3.2vw;
  }
}
@media (max-width: 575px) {
  .game-overview .game-overview-head-date-wrap button.date-nav span.icon {
    font-size: 4.1739130435vw;
  }
}
.game-overview .game-overview-head-date-wrap .line-loader {
  height: 1px;
  left: 0;
  margin: 0 auto;
  min-width: 18.0208333333vw;
  position: absolute;
  right: 0;
  top: 100%;
  width: 18.0208333333vw;
}
@media (max-width: 1000px) {
  .game-overview .game-overview-head-date-wrap .line-loader {
    min-width: 24.8vw;
    width: 24.8vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-overview-head-date-wrap .line-loader {
    min-width: 25.3333333333vw;
    width: 25.3333333333vw;
  }
}
@media (max-width: 575px) {
  .game-overview .game-overview-head-date-wrap .line-loader {
    min-width: 33.0434782609vw;
    width: 33.0434782609vw;
  }
}
.game-overview .game-overview-head-date-wrap .line-loader span {
  animation: line-width 1s linear infinite;
  background-color: #02fcf0;
  height: 100%;
  position: absolute;
  width: 0;
}
@keyframes line-width {
  to {
    width: 100%;
  }
}
.game-overview .game-list-wrap {
  display: flex;
  padding-top: 4.6875vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .game-list-wrap {
    padding-top: 7vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-wrap {
    padding-top: 6.6666666667vw;
  }
}
.game-overview .game-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 750px) {
  .game-overview .game-list {
    justify-content: center;
  }
}
.game-overview .game-list.two-column {
  gap: 5.7291666667vw var(--two-column-gap);
}
@media (max-width: 1000px) {
  .game-overview .game-list.two-column {
    gap: 4vw var(--two-column-gap);
  }
}
@media (max-width: 750px) {
  .game-overview .game-list.two-column {
    gap: 4vw;
  }
}
.game-overview .game-list.two-column .game-list-row {
  max-width: calc(50% - var(--two-column-gap) / 2);
}
@media (max-width: 750px) {
  .game-overview .game-list.two-column .game-list-row {
    max-width: 540px;
  }
}
.game-overview .game-list.three-column {
  gap: 40px var(--three-column-gap);
}
@media (max-width: 1000px) {
  .game-overview .game-list.three-column {
    gap: 4vw var(--two-column-gap);
  }
}
@media (max-width: 750px) {
  .game-overview .game-list.three-column {
    gap: 4vw;
  }
}
.game-overview .game-list.three-column .game-list-row {
  max-width: calc(32.93% - var(--three-column-gap) / 3);
}
@media (max-width: 1000px) {
  .game-overview .game-list.three-column .game-list-row {
    max-width: calc(50% - var(--two-column-gap) / 2);
  }
}
@media (max-width: 750px) {
  .game-overview .game-list.three-column .game-list-row {
    max-width: 540px;
  }
}
.game-overview .game-list .game-list-row {
  display: flex;
  width: 100%;
}
.game-overview .game-list-row-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.game-overview .game-list-row-poster-wrap {
  display: flex;
  position: relative;
  width: 100%;
}
.game-overview .game-list-row-room-type {
  backdrop-filter: blur(6px);
  background-color: rgba(2, 252, 240, 0.05);
  border: 1px solid rgba(2, 252, 240, 0.6);
  border-radius: 0.3125vw;
  font-size: 0.6770833333vw;
  font-weight: 100;
  left: 2.7083333333vw;
  line-height: 1.4;
  max-width: 50%;
  padding: 0.2083333333vw 0.4166666667vw;
  position: absolute;
  top: 2.7083333333vw;
  z-index: 1;
}
@media (max-width: 1000px) {
  .game-overview .game-list-row-room-type {
    border-radius: 0.6vw;
    font-size: 1.3vw;
    left: 4.6vw;
    padding: 0.2vw 0.8vw;
    top: 4.6vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-row-room-type {
    border-radius: 6px;
    font-size: 13px;
    left: 56px;
    padding: 4px 8px;
    top: 56px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-room-type {
    border-radius: 1.0434782609vw;
    font-size: 2.2608695652vw;
    left: 9.7391304348vw;
    padding: 0.6956521739vw 1.3913043478vw;
    top: 9.7391304348vw;
  }
}
.game-overview .game-list-row-content {
  border: 0.0520833333vw solid #02fcf0;
  border-radius: 1.0416666667vw;
  box-shadow: 0 0 1.5625vw rgba(190, 255, 252, 0.3);
  margin-left: 4.2%;
  margin-right: 4.2%;
  margin-top: -0.9375vw;
  max-width: 91.6%;
  padding: 1.5625vw 2.8645833333vw;
  position: relative;
  width: 100%;
}
.game-overview .game-list-row-content:before {
  backdrop-filter: blur(10px);
  border-radius: 1.0416666667vw;
  content: "";
  height: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .game-overview .game-list-row-content:before {
    border-radius: 14px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-content:before {
    border-radius: 2.4347826087vw;
  }
}
@media (max-width: 1000px) {
  .game-overview .game-list-row-content {
    padding: 2vw 2.6vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-row-content {
    border-radius: 14px;
    padding: 20px 26px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-content {
    border-radius: 2.4347826087vw;
    padding: 3.4782608696vw 4.5217391304vw;
  }
}
@media (min-width: 1001px) {
  .game-overview .game-list-row-content.size-three-column {
    border-radius: 0.7291666667vw;
    box-shadow: 0 0 0.9375vw rgba(190, 255, 252, 0.25);
    margin-top: -0.3125vw;
    padding: 1.0416666667vw 1.5625vw;
  }
}
.game-overview .game-list-row-content .game-overview-slot-overlay {
  background-color: rgba(32, 34, 38, 0.502) !important;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  inset: 0;
  width: 100%;
}
.game-overview .game-list-row-content .game-overview-slot-overlay:before {
  background-color: rgba(2, 252, 240, 0.2);
  border: 1px solid rgba(2, 252, 240, 0.5);
  border-radius: 100%;
  box-shadow: 0 0 1.5625vw rgba(2, 252, 240, 0.5);
  content: "";
  display: inline-block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.game-overview .game-list-row-content .game-overview-slot-overlay:after {
  animation: spinBlockOverlay 1s linear infinite;
  background-color: #02fcf0;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg) translate(10px);
  width: 6px;
}
.game-overview .game-list-row-content-inner {
  position: relative;
}
.game-overview .game-list-row-content-head,
.game-overview .game-list-row-content-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.game-overview .game-list-row-content-head.active .game-list-row-desc,
.game-overview .game-list-row-content-head.active .game-list-row-sub-title {
  opacity: 1;
}
.game-overview .game-list-row-title {
  cursor: pointer;
  padding-right: 1.7708333333vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .game-list-row-title {
    padding-right: 2.4vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-row-title {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-title {
    padding-right: 5.2173913043vw;
  }
}
.game-overview .game-list-row-title .h4 {
  font-size: 1.9270833333vw;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1000px) {
  .game-overview .game-list-row-title .h4 {
    font-size: 2.6vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-row-title .h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-title .h4 {
    font-size: 3.8260869565vw;
  }
}
.game-overview .game-list-row-title:hover .h4 {
  color: #02fcf0;
}
.game-overview .game-list-row-title span.icon {
  align-items: center;
  display: flex;
  font-size: 1.5625vw;
  height: 1.5625vw;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0.625vw;
  width: 1.5625vw;
}
@media (max-width: 1000px) {
  .game-overview .game-list-row-title span.icon {
    font-size: 2.4vw;
    height: 2.4vw;
    top: 0.8vw;
    width: 2.4vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-row-title span.icon {
    font-size: 24px;
    height: 24px;
    top: 4px;
    width: 24px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-title span.icon {
    font-size: 4.1739130435vw;
    height: 4.1739130435vw;
    top: 0.6956521739vw;
    width: 4.1739130435vw;
  }
}
.game-overview .game-list-row-title span.icon:before {
  position: relative;
  z-index: 2;
}
.game-overview .game-list-row-title span.icon:after {
  animation: pulseCircle 11s infinite;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 2.0833333333vw;
  position: absolute;
  width: 2.0833333333vw;
  z-index: 1;
}
@media (max-width: 1000px) {
  .game-overview .game-list-row-title span.icon:after {
    height: 4vw;
    width: 4vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-row-title span.icon:after {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-title span.icon:after {
    height: 6.9565217391vw;
    width: 6.9565217391vw;
  }
}
.game-overview .game-list-row-title.active span.icon {
  transform: rotate(180deg);
}
@media (min-width: 1001px) {
  .game-overview .game-list-row-title.size-three-column .h4 {
    font-size: 1.3020833333vw;
  }
  .game-overview .game-list-row-title.size-three-column span.icon {
    font-size: 1.25vw;
    height: 1.25vw;
    top: 0.4166666667vw;
    width: 1.25vw;
  }
}
@keyframes pulseCircle {
  0% {
    opacity: 0.6;
    transform: scale(0.2);
  }
  14% {
    opacity: 0;
    transform: scale(1.5);
  }
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.game-overview .game-list-row-sub-title {
  display: none;
  opacity: 0;
  padding-top: 0.9375vw;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .game-list-row-sub-title {
    padding-top: 1.4vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-row-sub-title {
    padding-top: 6px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-sub-title {
    padding-top: 1.0434782609vw;
  }
}
.game-overview .game-list-row-sub-title .h6 {
  font-family: Syne;
  font-size: 1.1458333333vw;
  font-weight: 700;
  line-height: 1.22;
}
@media (max-width: 1000px) {
  .game-overview .game-list-row-sub-title .h6 {
    font-size: 1.6vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-row-sub-title .h6 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-sub-title .h6 {
    font-size: 2.4347826087vw;
  }
}
@media (min-width: 1001px) {
  .game-overview .game-list-row-sub-title.size-three-column {
    padding-top: 0.5208333333vw;
  }
  .game-overview .game-list-row-sub-title.size-three-column .h6 {
    font-size: 0.78125vw;
  }
}
.game-overview .game-list-row-desc {
  display: none;
  font-size: 15px;
  line-height: 1.6;
  opacity: 0;
  padding-top: 0.9375vw;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .game-list-row-desc {
    font-size: 13px;
    padding-top: 1.4vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-row-desc {
    font-size: 12px;
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-desc {
    font-size: 2.0869565217vw;
    padding-top: 1.7391304348vw;
  }
}
.game-overview .game-list-row-desc p {
  padding-bottom: 1.25vw;
}
@media (max-width: 750px) {
  .game-overview .game-list-row-desc p {
    padding-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-desc p {
    padding-bottom: 2.7826086957vw;
  }
}
.game-overview .game-list-row-desc p:last-child {
  padding-bottom: unset;
}
@media (max-width: 750px) {
  .game-overview .game-list-row-desc p:last-child {
    padding-bottom: unset;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-row-desc p:last-child {
    padding-bottom: unset;
  }
}
@media (min-width: 1001px) {
  .game-overview .game-list-row-desc.size-three-column {
    padding-top: 0.625vw;
  }
  .game-overview .game-list-row-desc.size-three-column p {
    padding-bottom: 0.9375vw;
  }
  .game-overview .game-list-row-desc.size-three-column p:last-child {
    padding-bottom: unset;
  }
}
.game-overview .game-list-challenge-level-wrap {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  gap: 1.5625vw;
  margin-top: 1.6666666667vw;
  padding: 1.5625vw 0 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .game-overview .game-list-challenge-level-wrap {
    gap: 1.4285714286vw;
    margin-top: 1.7142857143vw;
    padding: 1.7142857143vw 0 0;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-challenge-level-wrap {
    gap: 20px;
    margin-top: 18px;
    padding: 18px 0 0;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-challenge-level-wrap {
    gap: 3.4782608696vw;
    margin-top: 3.1304347826vw;
    padding: 3.1304347826vw 0 0;
  }
}
@media (min-width: 1001px) {
  .game-overview .game-list-challenge-level-wrap.size-three-column {
    margin-top: 1.0416666667vw;
    padding-top: 1.0416666667vw;
  }
}
.game-overview .challenge-level {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
  width: 100%;
}
@media (max-width: 750px) {
  .game-overview .challenge-level {
    gap: 6px;
  }
}
@media (max-width: 575px) {
  .game-overview .challenge-level {
    gap: 1.0434782609vw;
  }
}
.game-overview .progress-bar {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 0.2083333333vw;
  height: 0.4166666667vw;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .progress-bar {
    border-radius: 0.3vw;
    height: 0.6vw;
  }
}
@media (max-width: 750px) {
  .game-overview .progress-bar {
    border-radius: 4px;
    height: 8px;
  }
}
@media (max-width: 575px) {
  .game-overview .progress-bar {
    border-radius: 0.6956521739vw;
    height: 1.3913043478vw;
  }
}
.game-overview .progress-fill {
  background-color: #02fcf0;
  border-radius: 0.2083333333vw;
  height: 100%;
  transition: width 0.3s ease;
  width: 0;
}
@media (max-width: 1000px) {
  .game-overview .progress-fill {
    border-radius: 0.3vw;
  }
}
@media (max-width: 750px) {
  .game-overview .progress-fill {
    border-radius: 4px;
  }
}
@media (max-width: 575px) {
  .game-overview .progress-fill {
    border-radius: 0.6956521739vw;
  }
}
.game-overview .progress-bar-label {
  font-family: Kusanagi;
  font-size: 0.46875vw;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .game-overview .progress-bar-label {
    font-size: 0.5714285714vw;
  }
}
@media (max-width: 1000px) {
  .game-overview .progress-bar-label {
    font-size: 0.8vw;
  }
}
@media (max-width: 750px) {
  .game-overview .progress-bar-label {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .game-overview .progress-bar-label {
    font-size: 2.0869565217vw;
  }
}
.game-overview .game-list-standard {
  display: flex;
  gap: 1.0416666667vw;
  padding-top: 1.0416666667vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .game-overview .game-list-standard {
    gap: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-standard {
    gap: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-standard {
    gap: 1.7391304348vw;
    padding-top: 3.4782608696vw;
  }
}
.game-overview .standard-row {
  align-items: flex-start;
  background-color: rgba(2, 252, 240, 0.05);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 0.5208333333vw;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.2083333333vw;
  padding: 0.625vw 0.7291666667vw;
}
@media (max-width: 1400px) {
  .game-overview .standard-row {
    border-radius: 0.5714285714vw;
    padding: 0.5714285714vw 0.7142857143vw;
  }
}
@media (max-width: 1000px) {
  .game-overview .standard-row {
    border-radius: 0.6vw;
    gap: 0.4vw;
    padding: 0.6vw 1vw;
  }
}
@media (max-width: 750px) {
  .game-overview .standard-row {
    border-radius: 6px;
    gap: 6px;
    padding: 6px 10px;
  }
}
@media (max-width: 575px) {
  .game-overview .standard-row {
    border-radius: 1.0434782609vw;
    gap: 1.0434782609vw;
    padding: 1.0434782609vw 1.7391304348vw;
  }
}
.game-overview .standard-value {
  color: #02fcf0;
  font-family: Kusanagi;
  font-size: 0.6770833333vw;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .game-overview .standard-value {
    font-size: 0.7142857143vw;
  }
}
@media (max-width: 1000px) {
  .game-overview .standard-value {
    font-size: 1vw;
  }
}
@media (max-width: 750px) {
  .game-overview .standard-value {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .game-overview .standard-value {
    font-size: 2.0869565217vw;
  }
}
@media (min-width: 1001px) {
  .game-overview .standard-value.size-three-column {
    font-size: 0.5208333333vw;
  }
}
.game-overview .standard-label {
  font-family: Kusanagi;
  font-size: 0.46875vw;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .game-overview .standard-label {
    font-size: 0.5714285714vw;
  }
}
@media (max-width: 1000px) {
  .game-overview .standard-label {
    font-size: 0.8vw;
  }
}
@media (max-width: 750px) {
  .game-overview .standard-label {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .game-overview .standard-label {
    font-size: 2.0869565217vw;
  }
}
.game-overview .player-select-wrap {
  flex-grow: 1;
}
.game-overview .player-select-wrap span.standard-value {
  height: 2.4479166667vw;
  padding: 0;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 1400px) {
  .game-overview .player-select-wrap span.standard-value {
    padding: 0;
  }
}
@media (max-width: 1000px) {
  .game-overview .player-select-wrap span.standard-value {
    height: 3vw;
  }
}
@media (max-width: 750px) {
  .game-overview .player-select-wrap span.standard-value {
    height: 28px;
  }
}
@media (max-width: 575px) {
  .game-overview .player-select-wrap span.standard-value {
    height: 4.8695652174vw;
  }
}
.game-overview .player-select-wrap span.standard-value span.icon {
  align-items: center;
  display: flex;
  font-size: 1.0416666667vw;
  height: 1.5625vw;
  justify-content: center;
  position: absolute;
  right: 0.46875vw;
  top: 0.4166666667vw;
  width: 1.5625vw;
  z-index: 1;
}
@media (max-width: 1000px) {
  .game-overview .player-select-wrap span.standard-value span.icon {
    font-size: 1.6vw;
    height: 2.4vw;
    right: 0.2vw;
    top: 0.2vw;
    width: 2.4vw;
  }
}
@media (max-width: 750px) {
  .game-overview .player-select-wrap span.standard-value span.icon {
    font-size: 16px;
    height: 24px;
    right: 2px;
    top: 1px;
    width: 24px;
  }
}
@media (max-width: 575px) {
  .game-overview .player-select-wrap span.standard-value span.icon {
    font-size: 2.7826086957vw;
    height: 4.1739130435vw;
    right: 0.347826087vw;
    top: 0.1739130435vw;
    width: 4.1739130435vw;
  }
}
.game-overview .player-select-wrap span.standard-value:hover {
  border-color: #02fcf0;
  box-shadow: 0 0 1.0416666667vw rgba(2, 252, 240, 0.3);
  color: #02fcf0;
}
.game-overview .player-select-wrap select {
  border: unset;
  color: #02fcf0;
  font-family: Kusanagi;
  font-size: 0.6770833333vw;
  height: 100%;
  padding: unset;
  padding-left: 0.7291666667vw;
  padding-right: 1.5625vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .game-overview .player-select-wrap select {
    font-size: 0.7142857143vw;
  }
}
@media (max-width: 1000px) {
  .game-overview .player-select-wrap select {
    font-size: 0.9vw;
    padding-left: 1vw;
    padding-right: 2vw;
  }
}
@media (max-width: 750px) {
  .game-overview .player-select-wrap select {
    font-size: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 26px;
  }
}
@media (max-width: 575px) {
  .game-overview .player-select-wrap select {
    font-size: 1.7391304348vw;
    padding-bottom: 0.347826087vw;
    padding-left: 1.7391304348vw;
    padding-right: 4.5217391304vw;
  }
}
.game-overview .player-select-wrap select option {
  background-color: #000;
}
@media (min-width: 1001px) {
  .game-overview .player-select-wrap.size-three-column span.standard-value {
    height: 2.1875vw;
  }
  .game-overview
    .player-select-wrap.size-three-column
    span.standard-value
    span.icon {
    font-size: 0.8333333333vw;
    height: 1.0416666667vw;
    right: 0.3645833333vw;
    top: 0.5208333333vw;
    width: 1.0416666667vw;
  }
  .game-overview .player-select-wrap.size-three-column select {
    font-size: 0.5208333333vw;
    padding-right: 1.25vw;
  }
}
.game-overview .game-list-time-slots-wrap {
  display: flex;
  padding-top: 1.5625vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .game-list-time-slots-wrap {
    padding-top: 2.6vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-time-slots-wrap {
    padding-top: 22px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-time-slots-wrap {
    padding-top: 3.8260869565vw;
  }
}
.game-overview .game-list-time-slots-wrap.no-slots {
  padding-top: 1.0416666667vw;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1000px) {
  .game-overview .game-list-time-slots-wrap.no-slots {
    padding-top: 2vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-time-slots-wrap.no-slots {
    padding-top: 2.6666666667vw;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-time-slots-wrap.no-slots {
    padding-top: 3.4782608696vw;
  }
}
.game-overview .game-list-time-slots-wrap.no-slots .h5 {
  color: #e21c21;
  font-family: Syne;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .game-overview .game-list-time-slots-wrap.no-slots .h5 {
    font-size: 12px;
  }
}
.game-overview .game-list-time-slots {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333vw;
  width: 100%;
}
@media (max-width: 750px) {
  .game-overview .game-list-time-slots {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-time-slots {
    gap: 1.7391304348vw;
  }
}
.game-overview span.time-slot {
  align-items: center;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 0.5208333333vw;
  cursor: pointer;
  display: flex;
  font-family: Syne;
  font-size: 0.78125vw;
  font-weight: 700;
  height: 2.7083333333vw;
  justify-content: center;
  max-width: calc(25% - 0.39063vw);
  padding: 0.5208333333vw 0.3125vw;
  text-transform: lowercase;
  transition: all 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview span.time-slot {
    border-radius: 0.6vw;
    font-size: 1.1vw;
    height: 4vw;
    padding: 1vw;
  }
}
@media (max-width: 750px) {
  .game-overview span.time-slot {
    border-radius: 6px;
    font-size: 11px;
    height: 42px;
    max-width: calc(25% - 7.5px);
    padding: 10px;
  }
}
@media (max-width: 575px) {
  .game-overview span.time-slot {
    border-radius: 1.0434782609vw;
    font-size: 2.4347826087vw;
    height: 7.3043478261vw;
    max-width: calc(25% - 1.30435vw);
    padding: 1.7391304348vw 0.6956521739vw;
  }
}
.game-overview span.time-slot.desabled {
  background-color: hsla(0, 0%, 100%, 0.2);
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.game-overview span.time-slot.desabled:after {
  background-color: hsla(0, 0%, 100%, 0.8);
  content: "";
  height: 1px;
  left: -5px;
  position: absolute;
  top: 50%;
  transform: rotate(-26deg);
  width: calc(100% + 10px);
}
@media (max-width: 1000px) {
  .game-overview span.time-slot.desabled:after {
    transform: rotate(-18deg);
  }
}
.game-overview span.time-slot.desabled.discounted {
  height: 2.7083333333vw;
  margin-top: unset;
}
@media (max-width: 1000px) {
  .game-overview span.time-slot.desabled.discounted {
    height: 4vw;
  }
}
@media (max-width: 750px) {
  .game-overview span.time-slot.desabled.discounted {
    height: 42px;
  }
}
@media (max-width: 575px) {
  .game-overview span.time-slot.desabled.discounted {
    height: 7.3043478261vw;
  }
}
.game-overview span.time-slot.desabled.discounted .slot-discount-label {
  display: none;
}
.game-overview span.time-slot.discounted {
  height: 1.6666666667vw;
  margin-top: 1.0416666667vw;
  padding: 0.15625vw 0.3125vw;
  position: relative;
}
@media (max-width: 1000px) {
  .game-overview span.time-slot.discounted {
    height: 2.2vw;
    margin-top: 1.8vw;
    padding: 0.2vw;
  }
}
@media (max-width: 750px) {
  .game-overview span.time-slot.discounted {
    height: 24px;
    margin-top: 18px;
    padding: 4px;
  }
}
@media (max-width: 575px) {
  .game-overview span.time-slot.discounted {
    height: 4.1739130435vw;
    margin-top: 3.1304347826vw;
    padding: 0.347826087vw 0.6956521739vw;
  }
}
.game-overview span.time-slot.discounted .slot-discount-label {
  animation: slotOfferGlowPulse 1.2s infinite alternate;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: unset;
  border-top-left-radius: 0.5208333333vw;
  border-top-right-radius: 0.5208333333vw;
  color: #02fcf0;
  font-size: 0.5729166667vw;
  font-weight: 400;
  height: 1.5625vw;
  left: -1px;
  line-height: 1.2;
  padding-top: 0.15625vw;
  position: absolute;
  text-align: center;
  text-shadow: 0 0 10px #02fcf0;
  text-transform: uppercase;
  top: -1.09375vw;
  width: calc(100% + 2px);
}
@media (max-width: 1000px) {
  .game-overview span.time-slot.discounted .slot-discount-label {
    border-top-left-radius: 0.6vw;
    border-top-right-radius: 0.6vw;
    font-size: 1.1vw;
    height: 2.6vw;
    padding-top: 0.2vw;
    top: -1.9vw;
  }
}
@media (max-width: 750px) {
  .game-overview span.time-slot.discounted .slot-discount-label {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-size: 9px;
    height: 24px;
    line-height: 1.5;
    padding-top: 2px;
    top: -19px;
  }
}
@media (max-width: 575px) {
  .game-overview span.time-slot.discounted .slot-discount-label {
    border-top-left-radius: 1.0434782609vw;
    border-top-right-radius: 1.0434782609vw;
    font-size: 1.9130434783vw;
    height: 4.8695652174vw;
    padding-top: 0.1739130435vw;
    top: -3.30435vw;
  }
}
.game-overview span.time-slot.active,
.game-overview span.time-slot:hover {
  border-color: #02fcf0;
  box-shadow: 0 0 1.0416666667vw rgba(2, 252, 240, 0.3);
  color: #02fcf0;
}
.game-overview span.time-slot.active.discounted .slot-discount-label,
.game-overview span.time-slot:hover.discounted .slot-discount-label {
  border-color: #02fcf0;
}
.game-overview .game-list-btn-wrap {
  display: flex;
  padding-top: 1.875vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .game-list-btn-wrap {
    padding-top: 3.2vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-btn-wrap {
    padding-top: 28px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-btn-wrap {
    padding-top: 28px;
  }
}
.game-overview .game-list-btn-wrap form {
  position: relative;
  width: 100%;
}
.game-overview .game-list-btn-wrap .btn {
  font-size: 0.9375vw;
  padding: 0.7994791667vw 0.78125vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .game-overview .game-list-btn-wrap .btn {
    font-size: 1.4vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-list-btn-wrap .btn {
    font-size: 14px;
    padding: 8px;
  }
}
@media (max-width: 575px) {
  .game-overview .game-list-btn-wrap .btn {
    font-size: 2.4347826087vw;
    padding: 1.3913043478vw;
  }
}
@media (min-width: 1001px) {
  .game-overview .game-list-btn-wrap.size-three-column {
    padding-top: 1.875vw;
  }
  .game-overview .game-list-btn-wrap.size-three-column .btn {
    font-size: 0.7291666667vw;
    padding: 0.4166666667vw 0.78125vw;
  }
}
.game-overview .game-overview-error {
  bottom: 100%;
  color: #e21c21;
  display: none;
  font-size: 0.7291666667vw;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 1400px) {
  .game-overview .game-overview-error {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 1000px) {
  .game-overview .game-overview-error {
    font-size: 1.2vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-overview-error {
    font-size: 1.6vw;
  }
}
@media (max-width: 575px) {
  .game-overview .game-overview-error {
    font-size: 10px;
  }
}
.game-overview .game-overview-error.show {
  display: flex;
}
.game-overview .game-overview-hold-message-wrap {
  bottom: calc(100% + 0.20833vw);
  left: 0;
  position: absolute;
}
.game-overview .game-overview-hold-message-wrap .game-overview-error,
.game-overview .game-overview-hold-message-wrap .game-overview-success,
.game-overview .game-overview-hold-message-wrap .game-overview-sucess {
  color: #e21c21;
  display: unset;
  font-size: 0.7291666667vw;
  position: unset;
  width: 100%;
}
@media (max-width: 1400px) {
  .game-overview .game-overview-hold-message-wrap .game-overview-error,
  .game-overview .game-overview-hold-message-wrap .game-overview-success,
  .game-overview .game-overview-hold-message-wrap .game-overview-sucess {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 1000px) {
  .game-overview .game-overview-hold-message-wrap .game-overview-error,
  .game-overview .game-overview-hold-message-wrap .game-overview-success,
  .game-overview .game-overview-hold-message-wrap .game-overview-sucess {
    font-size: 1.2vw;
  }
}
@media (max-width: 750px) {
  .game-overview .game-overview-hold-message-wrap .game-overview-error,
  .game-overview .game-overview-hold-message-wrap .game-overview-success,
  .game-overview .game-overview-hold-message-wrap .game-overview-sucess {
    font-size: 1.6vw;
  }
}
@media (max-width: 575px) {
  .game-overview .game-overview-hold-message-wrap .game-overview-error,
  .game-overview .game-overview-hold-message-wrap .game-overview-success,
  .game-overview .game-overview-hold-message-wrap .game-overview-sucess {
    font-size: 10px;
  }
}
.game-overview .game-overview-hold-message-wrap .game-overview-success,
.game-overview .game-overview-hold-message-wrap .game-overview-sucess {
  color: #02fcf0;
}
.game-overview .game-overview-hold-message-wrap .game-overview-error.hold {
  display: flex;
  line-height: 1;
}
.game-overview svg foreignObject > div {
  backdrop-filter: blur(1.5px);
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
.game-overview .skeleton-game-list {
  pointer-events: none;
}
.game-overview .skeleton-game-list .challenge-level,
.game-overview .skeleton-game-list .standard-row,
.game-overview .skeleton-game-list .time-slot {
  font-size: 0 !important;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.game-overview .skeleton-game-list .challenge-level:before,
.game-overview .skeleton-game-list .standard-row:before,
.game-overview .skeleton-game-list .time-slot:before {
  animation: shine 2s infinite;
  background: linear-gradient(
    90deg,
    rgba(2, 252, 240, 0),
    rgba(2, 252, 240, 0) 20%,
    rgba(2, 252, 240, 0.2) 50%,
    rgba(2, 252, 240, 0) 80%,
    rgba(2, 252, 240, 0)
  );
  content: "";
  height: 150%;
  left: -150%;
  position: absolute;
  top: 0;
  width: 150%;
}
.game-overview .skeleton-game-list .challenge-level:after,
.game-overview .skeleton-game-list .standard-row:after,
.game-overview .skeleton-game-list .time-slot:after {
  display: none;
}
.game-overview .skeleton-game-list .challenge-level *,
.game-overview .skeleton-game-list .standard-row *,
.game-overview .skeleton-game-list .time-slot * {
  opacity: 0 !important;
}
.game-overview .skeleton-game-list .challenge-level {
  border-radius: 5px;
}
.game-overview .skeleton-game-list .game-list-time-slots-wrap .h5 {
  opacity: 0;
}
.game-overview .skeleton-game-list .game-list-btn-wrap * {
  opacity: 0 !important;
}
.game-overview .skeleton-game-list .game-list-btn-wrap form {
  opacity: unset !important;
}
.game-overview .skeleton-game-list .game-list-btn-wrap form > * {
  opacity: 0 !important;
}
.game-overview .skeleton-game-list .game-list-btn-wrap form a.btn {
  background-color: unset !important;
  border-color: transparent !important;
  color: transparent !important;
  opacity: unset !important;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.game-overview .skeleton-game-list .game-list-btn-wrap form a.btn:before {
  animation: shine 2s infinite;
  background: linear-gradient(
    90deg,
    rgba(2, 252, 240, 0),
    rgba(2, 252, 240, 0) 20%,
    rgba(2, 252, 240, 0.2) 50%,
    rgba(2, 252, 240, 0) 80%,
    rgba(2, 252, 240, 0)
  );
  content: "";
  height: 150%;
  left: -150%;
  position: absolute;
  top: 0;
  width: 150%;
}
.game-overview .skeleton-game-list .game-list-btn-wrap form a.btn:after {
  display: none;
}
@keyframes shine {
  to {
    left: 150%;
  }
}
.gp-wrap .gp-overlay {
  display: flex;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.gp-wrap .gp-overlay .gp-box-wrap {
  overflow: hidden;
  transition: all 0.5s ease;
  width: 0;
}
.gp-wrap.open-popup .gp-overlay {
  opacity: 1;
  pointer-events: auto;
}
.gp-wrap.open-popup .gp-overlay .gp-box-wrap {
  width: 100%;
}
.gp-wrap.closing-popup .gp-overlay .gp-box-wrap {
  opacity: 0;
  width: 0;
}
.gp-overlay {
  background: rgba(32, 34, 38, 0.5);
  height: 100vh;
  left: 0;
  padding-top: var(--header-height);
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10;
  z-index: 9;
}
.gp-overlay,
.gp-overlay .gp-box-wrap {
  align-items: center;
  justify-content: center;
}
.gp-overlay .gp-box-wrap {
  display: flex;
  height: 100%;
  width: 0;
}
.gp-box {
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(2, 252, 240, 0.6);
  border-radius: 0.7291666667vw;
  box-shadow: 0 0 0.9375vw rgba(190, 255, 252, 0.25);
  display: flex;
  flex-direction: column;
  max-width: 60vw;
  min-width: 60vw;
  padding: 30px;
  position: relative;
  width: 100%;
}
.gp-box.checkout-gp {
  backdrop-filter: unset;
  background-color: unset;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  max-width: unset;
  min-width: unset;
  padding: unset;
}
.gp-box.pricing-str-gp-box {
  max-width: 80vw;
  min-width: 80vw;
}
@media (max-width: 1400px) {
  .gp-box.pricing-str-gp-box {
    max-width: 90vw;
    min-width: 90vw;
  }
  .gp-box {
    border-radius: 1vw;
    box-shadow: 0 0 1.2857142857vw rgba(190, 255, 252, 0.25);
    max-width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 1200px) {
  .gp-box {
    border-radius: 1.1666666667vw;
    box-shadow: 0 0 1.5vw rgba(190, 255, 252, 0.25);
    max-width: 80vw;
    min-width: 80vw;
  }
}
@media (max-width: 1000px) {
  .gp-box {
    border-radius: 1.4vw;
    box-shadow: 0 0 1.8vw rgba(190, 255, 252, 0.25);
    max-width: 86vw;
    min-width: 86vw;
  }
}
@media (max-width: 750px) {
  .gp-box {
    border-radius: 1.8666666667vw;
    box-shadow: 0 0 2.4vw rgba(190, 255, 252, 0.25);
    max-width: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}
@media (max-width: 575px) {
  .gp-box {
    border-radius: 2.4347826087vw;
    box-shadow: 0 0 3.1304347826vw rgba(190, 255, 252, 0.25);
    padding: 24px;
  }
}
@media screen and (max-width: 400px) {
  .gp-box {
    padding: 6vw 3.5vw;
  }
}
.gp-box .gp-close-popup {
  align-items: center;
  color: #02fcf0;
  cursor: pointer;
  display: flex;
  font-size: 36px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.gp-box .gp-close-popup:hover {
  color: #fff;
}
.gp-box .gp-title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .gp-box .gp-title {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .gp-box .gp-title {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .gp-box .gp-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .gp-box .gp-title {
    font-size: 3vw;
  }
}
.gp-box .gp-title span {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 400;
}
.gp-box .gp-players-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media (max-width: 1400px) {
  .gp-box .gp-players-wrap {
    gap: 8px;
  }
}
.gp-box .gp-players-row {
  display: flex;
  width: 100%;
}
.gp-box .gp-players-row.shine label {
  background-color: rgba(2, 252, 240, 0.1);
  border-color: #02fcf0;
  box-shadow: 0 0 0.625vw rgba(2, 252, 240, 0.3);
}
.gp-box .gp-players-row input[type="radio"] {
  height: 1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 1px;
}
.gp-box .gp-players-row input[type="radio"]:checked ~ label {
  background-color: rgba(2, 252, 240, 0.1);
  border-color: #02fcf0;
  box-shadow: 0 0 0.625vw rgba(2, 252, 240, 0.3);
}
.gp-box
  .gp-players-row
  input[type="radio"]:checked
  ~ label
  .gp-radio-icon:before {
  border-color: #fff;
}
.gp-box
  .gp-players-row
  input[type="radio"]:checked
  ~ label
  .gp-radio-icon:after {
  opacity: 1;
}
.gp-box
  .gp-players-row
  input[type="radio"]:checked
  ~ label
  .gp-players-number-label,
.gp-box
  .gp-players-row
  input[type="radio"]:checked
  ~ label
  .gp-players-savings-label {
  color: #02fcf0;
}
.gp-box
  .gp-players-row
  input[type="radio"]:checked
  ~ label
  .gp-players-totals-wrap {
  border-color: #02fcf0;
  color: #02fcf0;
}
.gp-box .gp-players-row label {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  margin: 0;
  min-height: 38px;
  padding: 0;
  transition: all 0.1s ease 0s;
  width: 100%;
}
.gp-box .gp-players-row label:hover {
  border: 1px solid #02fcf0;
}
.gp-box .gp-players-row label:hover .gp-players-number-label,
.gp-box .gp-players-row label:hover .gp-players-savings-label {
  color: #02fcf0;
}
.gp-box .gp-players-row label:hover .gp-players-totals-wrap {
  border-color: #02fcf0;
  color: #02fcf0;
}
@media (max-width: 1400px) {
  .gp-box .gp-players-row label {
    min-height: 34px;
  }
}
@media (max-width: 1200px) {
  .gp-box .gp-players-row label {
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .gp-box .gp-players-row label {
    font-size: 14px;
    min-height: 38px;
  }
}
@media (max-width: 750px) {
  .gp-box .gp-players-row label {
    font-size: 12px;
    min-height: 34px;
  }
}
@media screen and (max-width: 400px) {
  .gp-box .gp-players-row label {
    font-size: 3vw;
  }
}
.gp-box .gp-players-row label .gp-radio-icon {
  display: flex;
  position: relative;
  width: 38px;
}
.gp-box .gp-players-row label .gp-radio-icon:after,
.gp-box .gp-players-row label .gp-radio-icon:before {
  border-radius: 100%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s ease 0s;
}
.gp-box .gp-players-row label .gp-radio-icon:before {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  height: 12px;
  width: 12px;
}
@media screen and (max-width: 400px) {
  .gp-box .gp-players-row label .gp-radio-icon:before {
    height: 3vw;
    width: 3vw;
  }
}
.gp-box .gp-players-row label .gp-radio-icon:after {
  background-color: #fff;
  height: 7px;
  opacity: 0;
  width: 7px;
}
@media screen and (max-width: 400px) {
  .gp-box .gp-players-row label .gp-radio-icon:after {
    height: 1.75vw;
    width: 1.75vw;
  }
}
@media screen and (max-width: 480px) {
  .gp-box .gp-players-row label .gp-radio-icon {
    width: 30px;
  }
}
@media screen and (max-width: 400px) {
  .gp-box .gp-players-row label .gp-radio-icon {
    width: 7.5vw;
  }
}
.gp-box .gp-players-row label .gp-players-number-label {
  align-items: center;
  color: hsla(0, 0%, 100%, 0.5);
  display: flex;
  padding: 2px 4px;
  transition: all 0.1s ease 0s;
  width: 180px;
}
@media (max-width: 1200px) {
  .gp-box .gp-players-row label .gp-players-number-label {
    width: 130px;
  }
}
@media (max-width: 1000px) {
  .gp-box .gp-players-row label .gp-players-number-label {
    width: 110px;
  }
}
@media (max-width: 750px) {
  .gp-box .gp-players-row label .gp-players-number-label {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .gp-box .gp-players-row label .gp-players-number-label {
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .gp-box .gp-players-row label .gp-players-number-label {
    white-space: nowrap;
    width: 70px;
  }
}
@media screen and (max-width: 400px) {
  .gp-box .gp-players-row label .gp-players-number-label {
    padding: 0.5vw 1vw;
    width: 17.5vw;
  }
}
.gp-box .gp-players-row label .gp-players-savings-label {
  align-items: center;
  color: hsla(0, 0%, 100%, 0.5);
  display: flex;
  flex: 1;
  padding: 2px 4px;
  transition: all 0.1s ease 0s;
}
@media screen and (max-width: 480px) {
  .gp-box .gp-players-row label .gp-players-savings-label {
    white-space: nowrap;
  }
}
@media screen and (max-width: 400px) {
  .gp-box .gp-players-row label .gp-players-savings-label {
    padding: 0.5vw 1vw;
  }
}
.gp-box .gp-players-row label .gp-players-totals-wrap {
  align-items: center;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 5px;
  color: #fff;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 2px 10px;
  transition: all 0.1s ease 0s;
  width: 208px;
}
@media (max-width: 1200px) {
  .gp-box .gp-players-row label .gp-players-totals-wrap {
    width: 180px;
  }
}
@media (max-width: 750px) {
  .gp-box .gp-players-row label .gp-players-totals-wrap {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .gp-box .gp-players-row label .gp-players-totals-wrap {
    width: 140px;
  }
}
@media screen and (max-width: 480px) {
  .gp-box .gp-players-row label .gp-players-totals-wrap {
    width: 130px;
  }
}
@media screen and (max-width: 400px) {
  .gp-box .gp-players-row label .gp-players-totals-wrap {
    padding: 0.5vw 2.5vw;
    width: 30vw;
  }
}
.gp-box .gp-players-row label .gp-players-totals-wrap .gp-players-bd-total {
  display: flex;
  justify-content: flex-end;
  max-width: calc(50% - 5px);
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .gp-box .gp-players-row label .gp-players-totals-wrap .gp-players-bd-total {
    max-width: calc(50% - 1.25vw);
  }
}
.gp-box .gp-players-row label .gp-players-totals-wrap .gp-players-ad-total {
  display: flex;
  justify-content: flex-end;
  max-width: calc(50% - 5px);
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .gp-box .gp-players-row label .gp-players-totals-wrap .gp-players-ad-total {
    max-width: calc(50% - 1.25vw);
  }
}
.gp-box.checkout-gp .gp-players-row label {
  padding: 0;
}
@media (min-width: 751px) and (max-width: 1000px) {
  .gp-box.checkout-gp .gp-players-row label .gp-radio-icon {
    width: 30px;
  }
  .gp-box.checkout-gp .gp-players-row label .gp-players-number-label {
    width: 75px;
  }
  .gp-box.checkout-gp .gp-players-row label .gp-players-totals-wrap {
    width: 125px;
  }
}
.gp-box .gp-message-wrap {
  align-items: center;
  display: flex;
  height: 30px;
  width: 100%;
}
.gp-box .gp-message-wrap .gp-message-error {
  color: #e21c21;
  font-size: 0.7291666667vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .gp-box .gp-message-wrap .gp-message-error {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 1000px) {
  .gp-box .gp-message-wrap .gp-message-error {
    font-size: 1.2vw;
  }
}
@media (max-width: 750px) {
  .gp-box .gp-message-wrap .gp-message-error {
    font-size: 1.6vw;
  }
}
@media (max-width: 575px) {
  .gp-box .gp-message-wrap .gp-message-error {
    font-size: 10px;
  }
}
.gp-box .gp-btn-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.gp-box .gp-btn-wrap button.btn {
  font-size: 14px !important;
  padding: 8px 15px !important;
  width: 23.4375vw;
}
@media (max-width: 1400px) {
  .gp-box .gp-btn-wrap button.btn {
    font-size: 12px !important;
    padding: 6px 10px !important;
    width: 28.5714285714vw;
  }
}
@media (max-width: 1200px) {
  .gp-box .gp-btn-wrap button.btn {
    font-size: 9px !important;
    padding: 6px 10px !important;
    width: 28.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .gp-box .gp-btn-wrap button.btn {
    font-size: 14px !important;
    padding: 8px !important;
    width: 34vw;
  }
}
@media (max-width: 750px) {
  .gp-box .gp-btn-wrap button.btn {
    width: 40vw;
  }
}
@media (max-width: 575px) {
  .gp-box .gp-btn-wrap button.btn {
    font-size: 2.4347826087vw !important;
    padding: 1.3913043478vw !important;
  }
}
.gp-wrap {
  width: 100%;
}
a.pricing-str-link {
  align-items: center;
  display: inline-flex;
  font-size: 0.7291666667vw;
  font-weight: 400;
  gap: 0.3125vw;
  margin-top: 0.4166666667vw;
  text-decoration: none;
}
a.pricing-str-link span:not(.icon) {
  text-decoration: underline;
}
a.pricing-str-link span.icon {
  text-decoration: unset;
}
@media (max-width: 1000px) {
  a.pricing-str-link {
    font-size: 1.4vw;
    gap: 0.6vw;
    margin-top: 0.8vw;
  }
}
@media (max-width: 750px) {
  a.pricing-str-link {
    font-size: 14px;
    gap: 6px;
    margin-top: 8px;
  }
}
@media (max-width: 575px) {
  a.pricing-str-link {
    font-size: 2.4347826087vw;
    gap: 1.0434782609vw;
    margin-top: 1.3913043478vw;
  }
}
.pricing-str {
  display: flex;
  width: 100%;
}
.pricing-str table.pricing-matrix {
  width: 100%;
}
@media (max-width: 1000px) {
  .pricing-str table.pricing-matrix {
    display: none;
  }
}
.pricing-str table.pricing-matrix thead {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}
.pricing-str table.pricing-matrix tfoot {
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}
.pricing-str table.pricing-matrix td,
.pricing-str table.pricing-matrix th {
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.pricing-str table.pricing-matrix td:first-child,
.pricing-str table.pricing-matrix th:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .pricing-str table.pricing-matrix td,
  .pricing-str table.pricing-matrix th {
    font-size: 12px;
  }
}
.pricing-str table.pricing-matrix th {
  color: #fff;
}
.pricing-str table.pricing-matrix th.pricing-str-players-title {
  text-align: left;
}
.pricing-str table.pricing-matrix-vertical-table {
  width: 100%;
}
@media (min-width: 1001px) {
  .pricing-str table.pricing-matrix-vertical-table {
    display: none;
  }
}
.pricing-str table.pricing-matrix-vertical-table thead {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.05);
}
.pricing-str table.pricing-matrix-vertical-table td,
.pricing-str table.pricing-matrix-vertical-table th {
  color: #fff;
  font-size: 14px;
  padding: 10px;
}
.pricing-str table.pricing-matrix-vertical-table td:first-child,
.pricing-str table.pricing-matrix-vertical-table th:first-child {
  padding-left: 0;
  text-align: center;
}
@media (max-width: 1200px) {
  .pricing-str table.pricing-matrix-vertical-table td,
  .pricing-str table.pricing-matrix-vertical-table th {
    font-size: 12px;
  }
}
@media screen and (max-width: 460px) {
  .pricing-str table.pricing-matrix-vertical-table td,
  .pricing-str table.pricing-matrix-vertical-table th {
    font-size: 2.6086956522vw;
    padding: 2.1739130435vw;
  }
}
.pricing-str table.pricing-matrix-vertical-table th {
  color: #fff;
}
@media screen and (max-width: 460px) {
  .pricing-str table.pricing-matrix-vertical-table th span:first-child {
    display: none;
  }
}
.pricing-str table.pricing-matrix-vertical-table th span:nth-child(2) {
  display: none;
}
@media screen and (max-width: 460px) {
  .pricing-str table.pricing-matrix-vertical-table th span:nth-child(2) {
    display: unset;
  }
}
.pricing-str .pmv-td,
.pricing-str .price-str-price-td {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 460px) {
  .pricing-str .pmv-td,
  .pricing-str .price-str-price-td {
    gap: 2.1739130435vw;
  }
}
.pricing-str .pmv-td > .div,
.pricing-str .price-str-price-td > .div {
  flex-grow: 1;
}
.checkout .checkout-box {
  background-image: url(../images/bg-wall-001.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5.2083333333vw;
  padding-top: calc(var(--header-height) + 16px);
  position: relative;
  width: 100%;
}
.checkout .bg-effects {
  overflow: hidden;
}
.checkout .bg-effects img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  opacity: 0.6;
  width: 100%;
}
.checkout .checkout-container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 5vw);
  padding-top: 3.0208333333vw;
  position: relative;
  width: 100%;
}
.checkout form.checkout-form {
  width: 100%;
}
.checkout .checkout-inner {
  display: flex;
  gap: 2.5vw;
  width: 100%;
}
@media (max-width: 750px) {
  .checkout .checkout-inner {
    flex-wrap: wrap;
  }
}
.checkout .checkout-left {
  background-color: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 1.0416666667vw;
  display: flex;
  max-width: calc(100% - 33.75vw);
  padding: 1.5625vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .checkout-left {
    border-radius: 1.4285714286vw;
    padding: 2.1428571429vw;
  }
}
@media (max-width: 1200px) {
  .checkout .checkout-left {
    border-radius: 1.6666666667vw;
    max-width: calc(100% - 38.95833vw);
  }
}
@media (max-width: 1000px) {
  .checkout .checkout-left {
    border-radius: 2vw;
    max-width: calc(54% - 2.5vw);
    padding: 26px 20px;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-left {
    border-radius: 2.6666666667vw;
    max-width: 100%;
  }
}
.checkout .checkout-left-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.checkout .checkout-section-title {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.33);
  padding-bottom: 1.25vw;
}
@media (max-width: 1400px) {
  .checkout .checkout-section-title {
    padding-bottom: 1.7142857143vw;
  }
}
@media (max-width: 1000px) {
  .checkout .checkout-section-title {
    padding-bottom: 20px;
  }
}
.checkout .checkout-section-title .h6 {
  font-size: 0.8333333333vw;
}
@media (max-width: 1400px) {
  .checkout .checkout-section-title .h6 {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 1200px) {
  .checkout .checkout-section-title .h6 {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .checkout .checkout-section-title .h6 {
    font-size: 14px;
  }
}
.checkout .checkout-fields-wrap {
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 750px) {
  .checkout .checkout-fields-wrap {
    padding-bottom: 30px;
  }
}
.checkout .checkout-fields-wrap .col2-set,
.checkout .checkout-fields-wrap .col2-set .col-1 {
  width: 100%;
}
.checkout .checkout-fields-wrap label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-top: 40px;
}
@media (max-width: 1000px) {
  .checkout .checkout-fields-wrap label {
    padding-top: 30px;
  }
}
.checkout .checkout-fields-wrap .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5625vw;
}
.checkout
  .checkout-fields-wrap
  .woocommerce-billing-fields__field-wrapper
  .form-row {
  width: 100%;
}
.checkout
  .checkout-fields-wrap
  .woocommerce-billing-fields__field-wrapper
  .form-row.form-row-first,
.checkout
  .checkout-fields-wrap
  .woocommerce-billing-fields__field-wrapper
  .form-row.form-row-last {
  max-width: calc(50% - 0.78125vw);
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout
    .checkout-fields-wrap
    .woocommerce-billing-fields__field-wrapper
    .form-row.form-row-first,
  .checkout
    .checkout-fields-wrap
    .woocommerce-billing-fields__field-wrapper
    .form-row.form-row-last {
    max-width: 100%;
  }
}
.checkout
  .checkout-fields-wrap
  .woocommerce-billing-fields__field-wrapper
  .form-row#billing_first_name_field {
  order: 1;
}
.checkout
  .checkout-fields-wrap
  .woocommerce-billing-fields__field-wrapper
  .form-row#billing_last_name_field {
  order: 2;
}
.checkout
  .checkout-fields-wrap
  .woocommerce-billing-fields__field-wrapper
  .form-row#billing_phone_field {
  order: 3;
}
.checkout
  .checkout-fields-wrap
  .woocommerce-billing-fields__field-wrapper
  .form-row#billing_email_field {
  order: 4;
}
.checkout
  .checkout-fields-wrap
  .woocommerce-billing-fields__field-wrapper
  .form-row#billing_country_field {
  order: 5;
}
.checkout
  .checkout-fields-wrap
  .woocommerce-billing-fields__field-wrapper
  .form-row#billing_address_2_field {
  padding-top: 20px;
}
.checkout .checkout-player-fields-wrap {
  border-top: 1px solid hsla(0, 0%, 100%, 0.33);
  padding-bottom: 2.0833333333vw;
}
@media (max-width: 750px) {
  .checkout .checkout-player-fields-wrap {
    padding-bottom: 6px;
  }
}
.checkout .checkout-player-fields-wrap label {
  display: flex;
  padding-top: 2.0833333333vw;
}
@media (max-width: 750px) {
  .checkout .checkout-player-fields-wrap label {
    padding-top: 30px;
  }
}
.checkout .checkout-player-fields-wrap select option {
  background-color: #000;
}
.checkout .checkout-right {
  background-color: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 1.0416666667vw;
  display: flex;
  max-width: 31.25vw;
  padding: 1.5625vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .checkout-right {
    border-radius: 1.4285714286vw;
    padding: 2.1428571429vw;
  }
}
@media (max-width: 1200px) {
  .checkout .checkout-right {
    border-radius: 1.6666666667vw;
    max-width: 36.4583333333vw;
  }
}
@media (max-width: 1000px) {
  .checkout .checkout-right {
    border-radius: 2vw;
    max-width: 46%;
    padding: 26px 20px;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-right {
    border-radius: 2.6666666667vw;
    max-width: 100%;
  }
}
.checkout .checkout-product-details,
.checkout .checkout-product-info,
.checkout .checkout-right-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.checkout .checkout-product-info {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.33);
  padding-bottom: 2.6041666667vw;
  padding-top: 40px;
}
@media (max-width: 1000px) {
  .checkout .checkout-product-info {
    padding-top: 30px;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-product-info {
    padding-bottom: 30px;
  }
}
.checkout .checkout-product-note {
  padding-top: 2.0833333333vw;
  width: 100%;
}
@media (max-width: 750px) {
  .checkout .checkout-product-note {
    padding-top: 10px;
  }
}
.checkout .checkout-product-note p {
  font-size: 0.8854166667vw;
  line-height: 1.35;
}
@media (max-width: 1000px) {
  .checkout .checkout-product-note p {
    font-size: 1.2vw;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-product-note p {
    font-size: 12px;
  }
}
.checkout .checkout-room-note {
  padding-top: 0.5208333333vw;
  width: 100%;
}
.checkout .checkout-room-note p {
  font-size: 0.8333333333vw;
  line-height: 1.35;
}
@media (max-width: 1000px) {
  .checkout .checkout-room-note p {
    font-size: 1.2vw;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-room-note p {
    font-size: 12px;
  }
}
.checkout .checkout-product-date-time {
  display: flex;
  flex-direction: column;
  font-size: 0.8333333333vw;
  font-weight: 700;
  gap: 10px;
  line-height: 1.31;
  padding-top: 2.6041666667vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .checkout-product-date-time {
    font-size: 1.4vw;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-product-date-time {
    font-size: 14px;
    gap: 4px;
    padding-top: 30px;
  }
}
.checkout .checkout-product-players {
  padding-top: 1.5625vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .checkout-product-players {
    font-size: 1.6vw;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-product-players {
    font-size: 14px;
    padding-top: 20px;
  }
}
.checkout .coupon-code-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 2.0833333333vw;
  width: 100%;
}
@media (max-width: 750px) {
  .checkout .coupon-code-wrap {
    padding-top: 30px;
  }
}
.checkout .coupon-code-inner {
  align-items: flex-end;
  display: flex;
  gap: 1.25vw;
  width: 100%;
}
@media (max-width: 750px) {
  .checkout .coupon-code-inner {
    gap: 20px;
  }
}
.checkout .coupon-code-inner label {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  font-size: 1.0416666667vw;
  gap: 10px;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 1000px) {
  .checkout .coupon-code-inner label {
    font-size: 1.4vw;
  }
}
@media (max-width: 750px) {
  .checkout .coupon-code-inner label {
    font-size: 14px;
  }
}
.checkout .coupon-code-inner label .coupon-code-message-wrap {
  left: 0;
  position: absolute;
  top: 100%;
}
.checkout
  .coupon-code-inner
  label
  .coupon-code-message-wrap
  .coupon-code-message {
  font-size: 12px;
}
.checkout
  .coupon-code-inner
  label
  .coupon-code-message-wrap
  .coupon-code-message.sucess {
  color: #02fcf0;
}
.checkout
  .coupon-code-inner
  label
  .coupon-code-message-wrap
  .coupon-code-message.fail {
  color: #e21c21;
}
.checkout .coupon-code-inner label input[type="text"] {
  padding-right: 46px;
}
.checkout .coupon-code-inner label .coupon-code-remove {
  bottom: 0;
  cursor: pointer;
  height: 42px;
  position: absolute;
  right: 0;
  width: 42px;
}
.checkout .coupon-code-inner label .coupon-code-remove:after,
.checkout .coupon-code-inner label .coupon-code-remove:before {
  background-color: #fff;
  content: "";
  height: 2px;
  left: calc(50% - 4px);
  position: absolute;
  top: calc(50% - 1px);
  transform: rotate(45deg);
  transition: background-color 0.3s ease 0s;
  width: 10px;
}
.checkout .coupon-code-inner label .coupon-code-remove:after {
  transform: rotate(-45deg);
}
.checkout .coupon-code-inner label .coupon-code-remove:hover:after,
.checkout .coupon-code-inner label .coupon-code-remove:hover:before {
  background-color: #02fcf0;
}
.checkout .coupon-code-inner .btn {
  padding: 7px 26px 6px;
}
@media (max-width: 1400px) {
  .checkout .coupon-code-inner .btn {
    font-size: 14px;
    padding: 10px 18px 8.6px;
  }
}
.checkout .coupon-form-wrapper {
  width: 100%;
}
.checkout .coupon-form-wrapper .coupon-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.checkout .coupon-form-wrapper .coupon-form label {
  font-size: 1.0416666667vw;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .checkout .coupon-form-wrapper .coupon-form label {
    font-size: 1.6vw;
  }
}
@media (max-width: 750px) {
  .checkout .coupon-form-wrapper .coupon-form label {
    font-size: 14px;
  }
}
.checkout .coupon-form-wrapper .coupon-form .applied-discount-item {
  align-items: center;
  background-color: rgba(2, 252, 240, 0.1);
  border: 1px solid rgba(2, 252, 240, 0.3);
  border-radius: 4px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 8px;
  padding: 10px 15px;
}
@media (max-width: 1000px) {
  .checkout .coupon-form-wrapper .coupon-form .applied-discount-item {
    padding: 8px 12px;
  }
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .applied-discount-item
  .discount-code {
  color: #02fcf0;
  font-size: 0.8333333333vw;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .applied-discount-item
    .discount-code {
    font-size: 1.4vw;
  }
}
@media (max-width: 750px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .applied-discount-item
    .discount-code {
    font-size: 13px;
  }
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .applied-discount-item
  .discount-label {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 0.7291666667vw;
  margin-left: 5px;
}
@media (max-width: 1000px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .applied-discount-item
    .discount-label {
    font-size: 1.2vw;
  }
}
@media (max-width: 750px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .applied-discount-item
    .discount-label {
    font-size: 11px;
  }
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .applied-discount-item
  .btn.coupon-remove-btn {
  align-items: center;
  background-color: #e21c21;
  border-color: #e21c21;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  gap: 4px;
  padding: 4px 16px 3px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .applied-discount-item
    .btn.coupon-remove-btn {
    font-size: 11px;
    gap: 3px;
    padding: 4px 12px 3px;
  }
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .applied-discount-item
  .btn.coupon-remove-btn
  .remove-icon {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1000px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .applied-discount-item
    .btn.coupon-remove-btn
    .remove-icon {
    font-size: 12px;
  }
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .applied-discount-item
  .btn.coupon-remove-btn
  .remove-text {
  font-size: inherit;
  line-height: 1;
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .applied-discount-item
  .btn.coupon-remove-btn:hover {
  background-color: #b71619;
  border-color: #b71619;
  transform: translateY(-2px);
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .applied-discount-item
  .btn.coupon-remove-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
}
.checkout .coupon-form-wrapper .coupon-form .coupon-input-wrapper {
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative;
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper
  input[type="text"] {
  flex: 1;
  transition: all 0.3s ease;
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper
  input[type="text"][readonly] {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-color: rgba(2, 252, 240, 0.3);
  color: #02fcf0;
  cursor: default;
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper
  .btn.coupon-remove-btn {
  align-items: center;
  background-color: #e21c21;
  border-color: #e21c21;
  color: #fff;
  display: inline-flex;
  gap: 4px;
  padding: 4px 20px 3px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .coupon-input-wrapper
    .btn.coupon-remove-btn {
    font-size: 14px;
    padding: 6px 16px 5px;
  }
}
@media (max-width: 1000px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .coupon-input-wrapper
    .btn.coupon-remove-btn {
    gap: 3px;
    padding: 5px 14px 4px;
  }
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper
  .btn.coupon-remove-btn
  .remove-icon {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1000px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .coupon-input-wrapper
    .btn.coupon-remove-btn
    .remove-icon {
    font-size: 14px;
  }
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper
  .btn.coupon-remove-btn
  .remove-text {
  font-size: inherit;
  line-height: 1;
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper
  .btn.coupon-remove-btn:hover {
  background-color: #b71619;
  border-color: #b71619;
  transform: translateY(-2px);
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper
  .btn.coupon-remove-btn.loading,
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper
  .btn.coupon-remove-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
  transform: none;
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper
  .btn.coupon-btn {
  padding: 4px 20px 3px;
  white-space: nowrap;
}
@media (max-width: 1400px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .coupon-input-wrapper
    .btn.coupon-btn {
    font-size: 14px;
    padding: 6px 16px 5px;
  }
}
@media (max-width: 1000px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .coupon-input-wrapper
    .btn.coupon-btn {
    padding: 5px 14px 4px;
  }
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-input-wrapper.has-coupon
  input[type="text"] {
  border-color: rgba(2, 252, 240, 0.5);
}
.checkout .coupon-form-wrapper .coupon-form .coupon-code-message-wrap {
  margin-top: -5px;
  min-height: 22px;
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-code-message-wrap
  .coupon-code-message {
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  padding: 5px 10px;
}
@media (max-width: 1000px) {
  .checkout
    .coupon-form-wrapper
    .coupon-form
    .coupon-code-message-wrap
    .coupon-code-message {
    font-size: 11px;
    padding: 4px 8px;
  }
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-code-message-wrap
  .coupon-code-message.success {
  background-color: rgba(2, 252, 240, 0.1);
  border: 1px solid rgba(2, 252, 240, 0.3);
  color: #02fcf0;
}
.checkout
  .coupon-form-wrapper
  .coupon-form
  .coupon-code-message-wrap
  .coupon-code-message.error {
  background-color: rgba(226, 28, 33, 0.1);
  border: 1px solid rgba(226, 28, 33, 0.3);
  color: #e21c21;
}
.checkout .checkout-payment-details {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .checkout-payment-details {
    padding-top: 40px;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-payment-details {
    padding-top: 30px;
  }
}
.checkout .checkout-payment-details .checkout-section-title {
  border-bottom: unset;
  padding-bottom: 0.7291666667vw;
}
@media (max-width: 1400px) {
  .checkout .checkout-payment-details .checkout-section-title {
    padding-bottom: 1.4285714286vw;
  }
}
@media (max-width: 1000px) {
  .checkout .checkout-payment-details .checkout-section-title {
    padding-bottom: 2vw;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-payment-details .checkout-section-title {
    padding-bottom: 20px;
  }
}
.checkout .checkout-payment-details.other-checkout-payment-details {
  padding-top: 0;
}
.checkout
  .checkout-payment-details.other-checkout-payment-details
  .checkout-section-title {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.33);
  padding-bottom: 1.25vw;
}
@media (max-width: 1400px) {
  .checkout
    .checkout-payment-details.other-checkout-payment-details
    .checkout-section-title {
    padding-bottom: 1.7142857143vw;
  }
}
@media (max-width: 1000px) {
  .checkout
    .checkout-payment-details.other-checkout-payment-details
    .checkout-section-title {
    padding-bottom: 20px;
  }
}
.checkout
  .checkout-payment-details.other-checkout-payment-details
  .checkout-section-title
  .h6 {
  font-size: 0.8333333333vw;
}
@media (max-width: 1400px) {
  .checkout
    .checkout-payment-details.other-checkout-payment-details
    .checkout-section-title
    .h6 {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 1200px) {
  .checkout
    .checkout-payment-details.other-checkout-payment-details
    .checkout-section-title
    .h6 {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .checkout
    .checkout-payment-details.other-checkout-payment-details
    .checkout-section-title
    .h6 {
    font-size: 14px;
  }
}
.checkout
  .checkout-payment-details.other-checkout-payment-details
  .woocommerce-checkout-review-order {
  padding-top: 20px;
}
.checkout .checkout-payment-details .woocommerce-checkout-review-order {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .checkout-payment-details .woocommerce-checkout-review-order {
    gap: 30px;
  }
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table {
  width: 100%;
}
@media (max-width: 1200px) {
  .checkout
    .checkout-payment-details
    table.woocommerce-checkout-review-order-table {
    font-size: 14px;
  }
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  thead
  th {
  font-weight: 700;
  text-align: center;
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  th {
  font-weight: 400;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  td {
  padding: 5px 0;
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  td
  span.woocommerce-Price-amount {
  display: block;
  text-align: right;
  width: 100%;
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  tr.order-total {
  font-size: 22px;
}
@media (max-width: 1200px) {
  .checkout
    .checkout-payment-details
    table.woocommerce-checkout-review-order-table
    tr.order-total {
    font-size: 20px;
  }
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  tr.order-total
  td,
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  tr.order-total
  th {
  padding-top: 3.125vw;
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  dl.variation {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 4px 6px;
  padding: 10px 0 20px;
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  dl.variation
  dt {
  font-weight: 500;
  max-width: 80px;
  width: 100%;
}
@media (max-width: 1200px) {
  .checkout
    .checkout-payment-details
    table.woocommerce-checkout-review-order-table
    dl.variation
    dt {
    max-width: 60px;
  }
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  dl.variation
  dd {
  max-width: calc(100% - 86px);
  width: 100%;
}
@media (max-width: 1200px) {
  .checkout
    .checkout-payment-details
    table.woocommerce-checkout-review-order-table
    dl.variation
    dd {
    max-width: calc(100% - 66px);
  }
}
.checkout
  .checkout-payment-details
  table.woocommerce-checkout-review-order-table
  .cart-discount
  td {
  text-align: right;
}
.checkout .checkout-payment-details button[type="submit"].btn {
  margin-top: 24px;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .checkout-payment-details button[type="submit"].btn {
    font-size: 14px;
    padding: 10px 18px 8.6px;
  }
}
@media (max-width: 1000px) {
  .checkout .checkout-payment-details button[type="submit"].btn {
    margin-top: 14px;
  }
}
@media (max-width: 1400px) {
  .checkout
    .woocommerce-terms-and-conditions-wrapper
    .woocommerce-privacy-policy-text {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .checkout
    .woocommerce-terms-and-conditions-wrapper
    .woocommerce-privacy-policy-text {
    font-size: 12px;
  }
}
.checkout .checkout-payment-summary {
  display: flex;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .checkout-payment-summary {
    font-size: 1.6vw;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-payment-summary {
    font-size: 14px;
  }
}
.checkout .checkout-payment-summary-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.checkout .payment-summary-row {
  display: flex;
  gap: 10px;
  width: 100%;
}
.checkout .payment-summary-row.total-row {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.32;
  padding-top: 3.125vw;
}
@media (max-width: 1000px) {
  .checkout .payment-summary-row.total-row {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .checkout .payment-summary-row.total-row {
    font-size: 16px;
  }
}
.checkout .payment-label {
  flex-grow: 1;
}
.checkout .payment-amount {
  min-width: 120px;
  text-align: right;
  width: 120px;
}
.checkout .payment-options-wrap {
  padding-top: 40px;
}
.checkout .payment-options-wrap .woocommerce-terms-and-conditions-wrapper {
  padding-bottom: 40px;
}
.checkout .payment-options-wrap button[type="submit"].btn {
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .payment-options-wrap button[type="submit"].btn {
    font-size: 14px;
    padding: 10px 18px 8.6px;
  }
}
.checkout #pwgc-redeem-gift-card-form {
  display: flex;
  padding-top: 40px;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout #pwgc-redeem-gift-card-form {
    padding-top: 30px;
  }
}
.checkout #pwgc-redeem-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  padding-bottom: 20px;
  width: 100%;
}
.checkout #pwgc-redeem-form label {
  order: 1;
  width: 100%;
}
.checkout #pwgc-redeem-form input#pwgc-redeem-gift-card-number {
  max-width: calc(100% - 190px);
  order: 2;
  width: 100%;
}
.checkout #pwgc-redeem-form input#pwgc-redeem-button {
  font-size: 12px;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  max-width: 170px;
  order: 3;
  padding: 3px 10px 0;
  width: 100%;
}
.checkout #pwgc-redeem-form #pwgc-redeem-error {
  font-size: 14px;
  order: 4;
  width: 100%;
}
.checkout .checkout-booknow-btn-wrap {
  padding-top: 60px;
  width: 100%;
}
.checkout .checkout-booknow-btn-wrap .btn {
  width: 100%;
}
.checkout .woocommerce-form-coupon-toggle {
  display: none;
}
.checkout .woocommerce-NoticeGroup {
  margin-left: auto;
  margin-right: auto;
  max-width: 52.0833333333vw;
  width: 100%;
}
.checkout .woocommerce-NoticeGroup .woocommerce-message {
  background-color: #000;
  border-radius: 8px;
  border-width: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  padding: 8px 16px 8px 40px;
}
@media (max-width: 750px) {
  .checkout .woocommerce-NoticeGroup .woocommerce-message {
    border-radius: 8px;
    font-size: 12px;
    padding: 6px 12px 6px 46px;
  }
}
.checkout .woocommerce-NoticeGroup .woocommerce-message:before {
  font-size: 14px;
  left: 14px;
  top: 8px;
}
@media (max-width: 750px) {
  .checkout .woocommerce-NoticeGroup .woocommerce-message:before {
    top: 4px;
  }
}
.checkout .woocommerce-NoticeGroup .woocommerce-message a {
  text-decoration: none;
}
.checkout .woocommerce-NoticeGroup .woocommerce-info {
  background-color: #000;
  border-radius: 8px;
  border-width: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  padding: 8px 16px 8px 40px;
}
@media (max-width: 750px) {
  .checkout .woocommerce-NoticeGroup .woocommerce-info {
    border-radius: 8px;
    font-size: 12px;
    padding: 6px 12px 6px 46px;
  }
}
.checkout .woocommerce-NoticeGroup .woocommerce-info:before {
  font-size: 14px;
  left: 14px;
  top: 8px;
}
@media (max-width: 750px) {
  .checkout .woocommerce-NoticeGroup .woocommerce-info:before {
    top: 4px;
  }
}
.checkout .woocommerce-NoticeGroup .woocommerce-info a {
  text-decoration: none;
}
.checkout .woocommerce-NoticeGroup .woocommerce-error {
  background-color: #000;
  border-radius: 8px;
  border-width: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 14px;
  padding: 8px 16px 8px 40px;
}
@media (max-width: 750px) {
  .checkout .woocommerce-NoticeGroup .woocommerce-error {
    border-radius: 8px;
    font-size: 12px;
    padding: 6px 12px 6px 46px;
  }
}
.checkout .woocommerce-NoticeGroup .woocommerce-error:before {
  font-size: 14px;
  left: 14px;
  top: 8px;
}
@media (max-width: 750px) {
  .checkout .woocommerce-NoticeGroup .woocommerce-error:before {
    top: 4px;
  }
}
.checkout .woocommerce-NoticeGroup .woocommerce-error li {
  padding: 0;
}
.checkout .woocommerce-NoticeGroup .woocommerce-error a {
  text-decoration: none;
}
.checkout .woocommerce-NoticeGroup .woocommerce-error strong {
  font-weight: 700;
}
.checkout .woocommerce-checkout #payment,
.checkout .woocommerce-checkout #payment div.payment_box {
  border-radius: 10px;
}
.checkout .booking-success-note {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  padding-bottom: 2.0833333333vw;
  text-align: center;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .booking-success-note {
    gap: 1.6vw;
  }
}
.checkout .booking-success-note .success-icon-wrap {
  align-items: center;
  animation: popIn 0.4s ease-out forwards;
  background-color: #5cb85c;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(92, 184, 92, 0.5);
  display: flex;
  height: 4.6875vw;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 4.6875vw;
}
@media (max-width: 1000px) {
  .checkout .booking-success-note .success-icon-wrap {
    height: 6vw;
    width: 6vw;
  }
}
@media (max-width: 750px) {
  .checkout .booking-success-note .success-icon-wrap {
    height: 8vw;
    width: 8vw;
  }
}
.checkout .booking-success-note .success-icon-wrap .icon {
  animation: checkAppear 0.4s ease-out forwards;
  animation-delay: 0.4s;
  color: #fff;
  font-size: 2.6041666667vw;
  opacity: 0;
  transform: scale(0.5) rotate(-30deg);
}
@media (max-width: 1000px) {
  .checkout .booking-success-note .success-icon-wrap .icon {
    font-size: 3vw;
  }
}
@media (max-width: 750px) {
  .checkout .booking-success-note .success-icon-wrap .icon {
    font-size: 4vw;
  }
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes checkAppear {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-30deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
@media (max-width: 1000px) {
  .checkout .booking-success-note .booking-success-text .h4 {
    font-size: 3vw;
  }
}
@media (max-width: 750px) {
  .checkout .booking-success-note .booking-success-text .h4 {
    font-size: 4vw;
  }
}
.checkout .order-details-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.checkout .order-details {
  display: flex;
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .checkout .order-details {
    font-size: 14px;
  }
}
.checkout .order-details ul.order-basic-details {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1000px) {
  .checkout .order-details ul.order-basic-details {
    flex-direction: column;
  }
}
.checkout .order-details ul.order-basic-details li {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media (max-width: 1000px) {
  .checkout .order-details ul.order-basic-details li {
    padding: 6px;
  }
}
.checkout .order-details-list {
  background-color: hsla(0, 0%, 100%, 0.05);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  overflow: hidden;
  width: 100%;
}
.checkout .order-details-list table.woocommerce-table.order_details {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}
.checkout .order-details-list table.woocommerce-table.order_details td,
.checkout .order-details-list table.woocommerce-table.order_details th {
  border: none;
  padding: 10px 15px;
  text-align: left;
}
.checkout .order-details-list table.woocommerce-table.order_details td + td,
.checkout .order-details-list table.woocommerce-table.order_details td + th,
.checkout .order-details-list table.woocommerce-table.order_details th + td,
.checkout .order-details-list table.woocommerce-table.order_details th + th {
  border-left: 1px solid #000;
  text-align: right;
}
.checkout .order-details-list table.woocommerce-table.order_details thead th {
  border-bottom: 2px solid #000;
  font-size: 20px;
  padding: 15px;
}
@media (max-width: 1400px) {
  .checkout .order-details-list table.woocommerce-table.order_details thead th {
    font-size: 18px;
    padding: 12px 15px;
  }
}
@media (max-width: 1200px) {
  .checkout .order-details-list table.woocommerce-table.order_details thead th {
    font-size: 16px;
  }
}
.checkout
  .order-details-list
  table.woocommerce-table.order_details
  tbody
  tr:nth-child(odd) {
  background: hsla(0, 0%, 100%, 0.05);
}
.checkout
  .order-details-list
  table.woocommerce-table.order_details
  tbody
  tr:nth-child(2n) {
  background: hsla(0, 0%, 100%, 0);
}
@media (max-width: 1000px) {
  .checkout
    .order-details-list
    table.woocommerce-table.order_details
    tbody
    .wc-item-meta {
    padding-left: 12px;
  }
}
@media (max-width: 750px) {
  .checkout
    .order-details-list
    table.woocommerce-table.order_details
    tbody
    .wc-item-meta {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .checkout
    .order-details-list
    table.woocommerce-table.order_details
    tbody
    .wc-item-meta {
    padding-left: 12px;
  }
}
.checkout .order-details-list table.woocommerce-table.order_details tfoot {
  border-top: 2px solid #000;
}
.checkout .order-details-list table.woocommerce-table.order_details tfoot td,
.checkout .order-details-list table.woocommerce-table.order_details tfoot th {
  font-size: 20px;
  padding: 15px;
}
@media (max-width: 1400px) {
  .checkout .order-details-list table.woocommerce-table.order_details tfoot td,
  .checkout .order-details-list table.woocommerce-table.order_details tfoot th {
    font-size: 18px;
    padding: 12px 15px;
  }
}
@media (max-width: 1200px) {
  .checkout .order-details-list table.woocommerce-table.order_details tfoot td,
  .checkout .order-details-list table.woocommerce-table.order_details tfoot th {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .checkout .order-details-list table.woocommerce-table.order_details tfoot td,
  .checkout .order-details-list table.woocommerce-table.order_details tfoot th {
    font-size: 14px;
  }
}
.checkout
  .order-details-list
  table.woocommerce-table.order_details
  tfoot
  tr:nth-child(odd) {
  background: hsla(0, 0%, 100%, 0.05);
}
.checkout
  .order-details-list
  table.woocommerce-table.order_details
  tfoot
  tr:nth-child(2n) {
  background: hsla(0, 0%, 100%, 0);
}
.checkout .customer-details-wrap {
  display: flex;
  flex-direction: column;
  padding-top: 5.2083333333vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .customer-details-wrap {
    padding-top: 8vw;
  }
}
@media (max-width: 750px) {
  .checkout .customer-details-wrap {
    padding-top: 8vw;
  }
}
.checkout .customer-details {
  display: flex;
  padding-top: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .checkout .customer-details {
    font-size: 14px;
  }
}
.checkout .customer-details address {
  padding: 10px;
}
@media (max-width: 1000px) {
  .checkout .customer-details address {
    padding: 6px;
  }
}
.checkout .booking-details-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.checkout .booking-details {
  display: flex;
  margin: 0 -1.19792vw;
  padding-bottom: 3px;
  padding-top: 20px;
  width: calc(100% + 2.39583vw);
}
@media (max-width: 1000px) {
  .checkout .booking-details {
    margin: 0 -17px;
    width: calc(100% + 34px);
  }
}
.checkout .game-list-row {
  display: flex;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 750px) {
  .checkout .game-list-row {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
.checkout .game-list-row-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.checkout .game-list-row-poster-wrap {
  display: flex;
  width: 100%;
}
.checkout .game-list-row-content {
  backdrop-filter: blur(10px);
  border: 0.0520833333vw solid #02fcf0;
  border-radius: 1.0416666667vw;
  box-shadow: 0 0 1.5625vw rgba(190, 255, 252, 0.3);
  margin-left: 4.2%;
  margin-right: 4.2%;
  margin-top: -0.9375vw;
  max-width: 91.6%;
  padding: 1.5625vw 2.8645833333vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .game-list-row-content {
    padding: 2vw 2.6vw;
  }
}
@media (max-width: 750px) {
  .checkout .game-list-row-content {
    border-radius: 14px;
    padding: 20px 26px;
  }
}
@media (max-width: 575px) {
  .checkout .game-list-row-content {
    border-radius: 2.4347826087vw;
    padding: 3.4782608696vw 4.5217391304vw;
  }
}
@media (min-width: 1001px) {
  .checkout .game-list-row-content.size-three-column {
    border-radius: 0.7291666667vw;
    box-shadow: 0 0 0.9375vw rgba(190, 255, 252, 0.25);
    margin-top: -0.3125vw;
    padding: 1.0416666667vw 1.5625vw;
  }
}
.checkout .game-list-row-content-head,
.checkout .game-list-row-content-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.checkout .game-list-row-content-head.active .game-list-row-desc,
.checkout .game-list-row-content-head.active .game-list-row-sub-title {
  opacity: 1;
}
.checkout .game-list-row-title {
  cursor: pointer;
  padding-right: 1.7708333333vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .game-list-row-title {
    padding-right: 2.4vw;
  }
}
@media (max-width: 750px) {
  .checkout .game-list-row-title {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .checkout .game-list-row-title {
    padding-right: 5.2173913043vw;
  }
}
.checkout .game-list-row-title .h4 {
  font-size: 1.9270833333vw;
  line-height: 1.4;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1000px) {
  .checkout .game-list-row-title .h4 {
    font-size: 2vw;
  }
}
@media (max-width: 750px) {
  .checkout .game-list-row-title .h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .checkout .game-list-row-title .h4 {
    font-size: 3.8260869565vw;
  }
}
@media (min-width: 1001px) {
  .checkout .game-list-row-title.size-three-column .h4 {
    font-size: 1.3020833333vw;
  }
}
.checkout .game-list-row-sub-title {
  padding-top: 0.9375vw;
  transition: opacity 0.3s ease 0s;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .game-list-row-sub-title {
    padding-top: 1.4vw;
  }
}
@media (max-width: 750px) {
  .checkout .game-list-row-sub-title {
    padding-top: 6px;
  }
}
@media (max-width: 575px) {
  .checkout .game-list-row-sub-title {
    padding-top: 1.0434782609vw;
  }
}
.checkout .game-list-row-sub-title .h6 {
  font-family: Syne;
  font-size: 1.1458333333vw;
  font-weight: 700;
  line-height: 1.22;
}
@media (max-width: 1000px) {
  .checkout .game-list-row-sub-title .h6 {
    font-size: 1.4vw;
  }
}
@media (max-width: 750px) {
  .checkout .game-list-row-sub-title .h6 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .checkout .game-list-row-sub-title .h6 {
    font-size: 2.4347826087vw;
  }
}
@media (min-width: 1001px) {
  .checkout .game-list-row-sub-title.size-three-column {
    padding-top: 0.5208333333vw;
  }
  .checkout .game-list-row-sub-title.size-three-column .h6 {
    font-size: 0.78125vw;
  }
}
.checkout .game-list-challenge-level-wrap {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  gap: 1.5625vw;
  margin-top: 1.6666666667vw;
  padding: 1.5625vw 0 0;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .game-list-challenge-level-wrap {
    gap: 1.4285714286vw;
    margin-top: 1.7142857143vw;
    padding: 1.7142857143vw 0 0;
  }
}
@media (max-width: 750px) {
  .checkout .game-list-challenge-level-wrap {
    gap: 20px;
    margin-top: 18px;
    padding: 18px 0 0;
  }
}
@media (max-width: 575px) {
  .checkout .game-list-challenge-level-wrap {
    gap: 3.4782608696vw;
    margin-top: 3.1304347826vw;
    padding: 3.1304347826vw 0 0;
  }
}
@media (min-width: 1001px) {
  .checkout .game-list-challenge-level-wrap.size-three-column {
    margin-top: 1.0416666667vw;
    padding-top: 1.0416666667vw;
  }
}
.checkout .challenge-level {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
  width: 100%;
}
@media (max-width: 750px) {
  .checkout .challenge-level {
    gap: 6px;
  }
}
@media (max-width: 575px) {
  .checkout .challenge-level {
    gap: 1.0434782609vw;
  }
}
.checkout .progress-bar {
  background-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 0.2083333333vw;
  height: 0.4166666667vw;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .progress-bar {
    border-radius: 0.3vw;
    height: 0.6vw;
  }
}
@media (max-width: 750px) {
  .checkout .progress-bar {
    border-radius: 4px;
    height: 8px;
  }
}
@media (max-width: 575px) {
  .checkout .progress-bar {
    border-radius: 0.6956521739vw;
    height: 1.3913043478vw;
  }
}
.checkout .progress-fill {
  background-color: #02fcf0;
  border-radius: 0.2083333333vw;
  height: 100%;
  transition: width 0.3s ease;
  width: 0;
}
@media (max-width: 1000px) {
  .checkout .progress-fill {
    border-radius: 0.3vw;
  }
}
@media (max-width: 750px) {
  .checkout .progress-fill {
    border-radius: 4px;
  }
}
@media (max-width: 575px) {
  .checkout .progress-fill {
    border-radius: 0.6956521739vw;
  }
}
.checkout .progress-bar-label {
  font-family: Kusanagi;
  font-size: 0.46875vw;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .checkout .progress-bar-label {
    font-size: 0.5714285714vw;
  }
}
@media (max-width: 1000px) {
  .checkout .progress-bar-label {
    font-size: 0.8vw;
  }
}
@media (max-width: 750px) {
  .checkout .progress-bar-label {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .checkout .progress-bar-label {
    font-size: 1.7391304348vw;
  }
}
.checkout .game-list-standard {
  display: flex;
  gap: 1.0416666667vw;
  padding-top: 1.0416666667vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .game-list-standard {
    gap: 0.7142857143vw;
  }
}
@media (max-width: 750px) {
  .checkout .game-list-standard {
    gap: 10px;
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .checkout .game-list-standard {
    gap: 1.7391304348vw;
    padding-top: 3.4782608696vw;
  }
}
.checkout .standard-row {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.2083333333vw;
}
@media (max-width: 750px) {
  .checkout .standard-row {
    gap: 6px;
  }
}
@media (max-width: 575px) {
  .checkout .standard-row {
    gap: 1.0434782609vw;
  }
}
.checkout .standard-value {
  background-color: rgba(2, 252, 240, 0.05);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 0.5208333333vw;
  color: #02fcf0;
  font-family: Kusanagi;
  font-size: 0.6770833333vw;
  font-weight: 400;
  padding: 0.625vw 0.7291666667vw;
  text-align: center;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .standard-value {
    border-radius: 0.5714285714vw;
    font-size: 0.7142857143vw;
    padding: 0.5714285714vw 1vw;
  }
}
@media (max-width: 1000px) {
  .checkout .standard-value {
    border-radius: 0.6vw;
    font-size: 1vw;
    padding: 0.6vw 1vw;
  }
}
@media (max-width: 750px) {
  .checkout .standard-value {
    border-radius: 6px;
    font-size: 10px;
    padding: 6px 10px;
  }
}
@media (max-width: 575px) {
  .checkout .standard-value {
    border-radius: 1.0434782609vw;
    font-size: 1.7391304348vw;
    padding: 1.0434782609vw 1.7391304348vw;
  }
}
.checkout .standard-value.age {
  width: 100%;
}
@media (min-width: 1001px) {
  .checkout .standard-value.size-three-column {
    font-size: 0.5208333333vw;
  }
}
.checkout .standard-label {
  font-family: Kusanagi;
  font-size: 0.46875vw;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .checkout .standard-label {
    font-size: 0.5714285714vw;
  }
}
@media (max-width: 1000px) {
  .checkout .standard-label {
    font-size: 0.8vw;
  }
}
@media (max-width: 750px) {
  .checkout .standard-label {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .checkout .standard-label {
    font-size: 1.7391304348vw;
  }
}
.checkout .wc-checkout-inner .woocommerce {
  width: 100%;
}
.checkout .wc-checkout-inner form.woocommerce-checkout {
  display: flex;
  gap: 2.5vw;
}
@media (max-width: 750px) {
  .checkout .wc-checkout-inner form.woocommerce-checkout {
    flex-direction: column;
  }
}
.checkout .wc-checkout-inner #customer_details {
  background-color: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 1.0416666667vw;
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 33.75vw);
  padding: 1.5625vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .wc-checkout-inner #customer_details {
    border-radius: 1.4285714286vw;
    padding: 2.1428571429vw;
  }
}
@media (max-width: 1200px) {
  .checkout .wc-checkout-inner #customer_details {
    border-radius: 1.6666666667vw;
    max-width: calc(100% - 44.16667vw);
  }
}
@media (max-width: 1000px) {
  .checkout .wc-checkout-inner #customer_details {
    border-radius: 2vw;
    max-width: calc(50% - 2.5vw);
    padding: 26px 20px;
  }
}
@media (max-width: 750px) {
  .checkout .wc-checkout-inner #customer_details {
    border-radius: 2.6666666667vw;
    max-width: 100%;
  }
}
.checkout .wc-checkout-inner #customer_details .woocommerce-billing-fields h3 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.33);
  font-size: 0.8333333333vw;
  padding-bottom: 1.25vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout
    .wc-checkout-inner
    #customer_details
    .woocommerce-billing-fields
    h3 {
    font-size: 1.1428571429vw;
    padding-bottom: 1.7142857143vw;
  }
}
@media (max-width: 1200px) {
  .checkout
    .wc-checkout-inner
    #customer_details
    .woocommerce-billing-fields
    h3 {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .checkout
    .wc-checkout-inner
    #customer_details
    .woocommerce-billing-fields
    h3 {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.checkout .wc-checkout-inner #customer_details .form-row {
  margin: 0;
  padding: 0;
}
.checkout .wc-checkout-inner #customer_details .form-row label {
  margin-bottom: 2px;
  padding-top: 32px;
}
@media (max-width: 1000px) {
  .checkout .wc-checkout-inner #customer_details .form-row label {
    padding-top: 22px;
  }
}
.checkout .wc-checkout-inner #customer_details .form-row input[type="date"],
.checkout .wc-checkout-inner #customer_details .form-row input[type="email"],
.checkout .wc-checkout-inner #customer_details .form-row input[type="number"],
.checkout .wc-checkout-inner #customer_details .form-row input[type="password"],
.checkout .wc-checkout-inner #customer_details .form-row input[type="search"],
.checkout .wc-checkout-inner #customer_details .form-row input[type="tel"],
.checkout .wc-checkout-inner #customer_details .form-row input[type="text"],
.checkout .wc-checkout-inner #customer_details .form-row input[type="url"],
.checkout .wc-checkout-inner #customer_details .form-row select,
.checkout .wc-checkout-inner #customer_details .form-row textarea {
  background-color: hsla(0, 0%, 100%, 0.1);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  padding: 0 10px;
  transition:
    border-color 0.3s ease 0s,
    background-color 0.3s ease 0s;
  width: 100%;
}
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="date"]:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="email"]:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="number"]:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="password"]:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="search"]:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="tel"]:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="text"]:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="url"]:focus,
.checkout .wc-checkout-inner #customer_details .form-row select:focus,
.checkout .wc-checkout-inner #customer_details .form-row textarea:focus {
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, 0.2);
  outline: none;
}
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="date"]::-webkit-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="email"]::-webkit-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="number"]::-webkit-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="password"]::-webkit-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="search"]::-webkit-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="tel"]::-webkit-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="text"]::-webkit-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="url"]::-webkit-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  select::-webkit-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  textarea::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
}
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="date"]:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="date"]::-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="email"]:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="email"]::-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="number"]:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="number"]::-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="password"]:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="password"]::-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="search"]:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="search"]::-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="tel"]:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="tel"]::-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="text"]:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="text"]::-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="url"]:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="url"]::-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  select:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  select::-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  textarea:-moz-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  textarea::-moz-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
}
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="date"]:-ms-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="email"]:-ms-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="number"]:-ms-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="password"]:-ms-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="search"]:-ms-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="tel"]:-ms-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="text"]:-ms-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input[type="url"]:-ms-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  select:-ms-input-placeholder,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  textarea:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.6);
  opacity: 1;
}
.checkout .wc-checkout-inner #customer_details .form-row select:focus {
  outline: none;
}
.checkout .wc-checkout-inner #customer_details .form-row input:-webkit-autofill,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input:-webkit-autofill:active,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input:-webkit-autofill:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  input:-webkit-autofill:hover,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  select:-webkit-autofill,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  select:-webkit-autofill:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  select:-webkit-autofill:hover,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  textarea:-webkit-autofill,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  textarea:-webkit-autofill:focus,
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row
  textarea:-webkit-autofill:hover {
  -webkit-text-fill-color: #fff !important;
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row.woocommerce-validated
  .select2-container:not(.select2-container--open)
  .select2-selection {
  border-color: hsla(0, 0%, 100%, 0.2);
}
.checkout
  .wc-checkout-inner
  #customer_details
  .form-row#billing_address_2_field {
  padding-top: 20px;
}
.checkout .wc-checkout-inner #customer_details:after,
.checkout .wc-checkout-inner #customer_details:before {
  display: none;
}
.checkout .wc-checkout-inner #customer_details .col-1 {
  float: unset;
  width: 100%;
}
.checkout .wc-checkout-inner #customer_details .col-2 {
  display: none;
}
.checkout .wc-checkout-inner #customer_details .form-row-first,
.checkout .wc-checkout-inner #customer_details .form-row-last {
  max-width: calc(50% - 0.78125vw);
  width: 100%;
}
@media (max-width: 1000px) {
  .checkout .wc-checkout-inner #customer_details .form-row-first,
  .checkout .wc-checkout-inner #customer_details .form-row-last {
    max-width: 100%;
  }
}
.checkout .wc-checkout-inner .woocommerce-checkout-review-order {
  background-color: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 1.0416666667vw;
  display: flex;
  flex-direction: column;
  max-width: 31.25vw;
  padding: 1.5625vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .wc-checkout-inner .woocommerce-checkout-review-order {
    border-radius: 1.4285714286vw;
    padding: 2.1428571429vw;
  }
}
@media (max-width: 1200px) {
  .checkout .wc-checkout-inner .woocommerce-checkout-review-order {
    max-width: 41.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .checkout .wc-checkout-inner .woocommerce-checkout-review-order {
    border-radius: 2vw;
    max-width: 50%;
    padding: 26px 20px;
  }
}
@media (max-width: 750px) {
  .checkout .wc-checkout-inner .woocommerce-checkout-review-order {
    border-radius: 2.6666666667vw;
    max-width: 100%;
  }
}
.checkout .wc-checkout-inner .woocommerce-checkout-review-order h3 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.33);
  font-size: 0.8333333333vw;
  padding-bottom: 1.25vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .wc-checkout-inner .woocommerce-checkout-review-order h3 {
    font-size: 1.1428571429vw;
    padding-bottom: 1.7142857143vw;
  }
}
@media (max-width: 1200px) {
  .checkout .wc-checkout-inner .woocommerce-checkout-review-order h3 {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .checkout .wc-checkout-inner .woocommerce-checkout-review-order h3 {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.checkout
  .wc-checkout-inner
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table {
  margin-left: -12px;
  margin-right: -12px;
  padding-top: 26px;
  width: calc(100% + 24px);
}
@media (max-width: 1000px) {
  .checkout
    .wc-checkout-inner
    .woocommerce-checkout-review-order
    .woocommerce-checkout-review-order-table {
    padding-top: 16px;
  }
}
.checkout
  .wc-checkout-inner
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .product-total,
.checkout
  .wc-checkout-inner
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  tfoot
  td {
  text-align: right;
}
.checkout
  .wc-checkout-inner
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .order-total
  td,
.checkout
  .wc-checkout-inner
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .order-total
  th {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.32;
  padding-top: 3.125vw;
}
.checkout
  .wc-checkout-inner
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .order-total
  td
  strong,
.checkout
  .wc-checkout-inner
  .woocommerce-checkout-review-order
  .woocommerce-checkout-review-order-table
  .order-total
  th
  strong {
  font-weight: 700;
}
.checkout .wc-checkout-inner button[type="submit"] {
  background-color: #02fcf0 !important;
  border: 2px solid hsla(0, 0%, 100%, 0.7) !important;
  border-radius: 5px !important;
  box-shadow: unset !important;
  color: #000 !important;
  display: inline-block !important;
  font-family: Kusanagi !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.39 !important;
  margin-top: 30px !important;
  padding: 11px 26px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: unset !important;
  transition: all 0.3s ease 0s !important;
  vertical-align: top !important;
  width: 100% !important;
}
.checkout .wc-checkout-inner button[type="submit"] a:hover,
.checkout .wc-checkout-inner button[type="submit"]:focus,
.checkout .wc-checkout-inner button[type="submit"]:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
  cursor: pointer !important;
  outline: none !important;
  text-decoration: none !important;
}
@media (max-width: 750px) {
  .checkout .wc-checkout-inner button[type="submit"].btn-responsive {
    font-size: 13px;
    padding: 8px 16px;
  }
  .checkout .wc-checkout-inner button[type="submit"] {
    font-size: 14px !important;
    padding: 10px 18px 8.6px !important;
  }
}
.checkout .checkout-upsells {
  flex-direction: column;
}
.checkout .checkout-upsell-list-wrap,
.checkout .checkout-upsells {
  display: flex;
  padding-top: 40px;
  width: 100%;
}
@media (max-width: 750px) {
  .checkout .checkout-upsell-list-wrap {
    padding-top: 30px;
  }
}
.checkout .checkout-upsell-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .checkout-upsell-list {
    gap: 15px;
  }
}
@media (max-width: 1000px) {
  .checkout .checkout-upsell-list {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 750px) {
  .checkout .checkout-upsell-list {
    align-items: center;
  }
}
.checkout .upsell-item {
  display: flex;
  height: 100%;
  width: 100%;
}
.checkout .upsell-item-inner {
  background-color: #000;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.checkout .upsell-item-thumb-wrap {
  border-radius: 10px;
  display: flex;
  height: 11.4583333333vw;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .upsell-item-thumb-wrap {
    height: 10vw;
  }
}
@media (max-width: 1000px) {
  .checkout .upsell-item-thumb-wrap {
    height: 22vw;
  }
}
@media (max-width: 750px) {
  .checkout .upsell-item-thumb-wrap {
    height: 280px;
  }
}
@media (max-width: 575px) {
  .checkout .upsell-item-thumb-wrap {
    height: 48.6956521739vw;
  }
}
.checkout .upsell-item-thumb-wrap img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.checkout .upsell-item-content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  padding: 1.0416666667vw 0.5208333333vw 0.5208333333vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout .upsell-item-content-wrap {
    gap: 6px;
    padding: 1.4285714286vw 0.7142857143vw 0.7142857143vw;
  }
}
@media (max-width: 1000px) {
  .checkout .upsell-item-content-wrap {
    gap: 10px;
    padding: 2vw 1vw 1vw;
  }
}
@media (max-width: 750px) {
  .checkout .upsell-item-content-wrap {
    gap: 10px;
    padding: 20px 10px 10px;
  }
}
.checkout .upsell-item-content-wrap .upsell-item-title {
  display: flex;
  justify-content: center;
}
.checkout .upsell-item-content-wrap .upsell-item-title .h6 {
  font-size: 0.9375vw;
}
@media (max-width: 1000px) {
  .checkout .upsell-item-content-wrap .upsell-item-title .h6 {
    font-size: 1.8vw;
  }
}
@media (max-width: 750px) {
  .checkout .upsell-item-content-wrap .upsell-item-title .h6 {
    font-size: 18px;
  }
}
.checkout .upsell-item-content-wrap .upsell-item-desc {
  flex-grow: 1;
  font-size: 0.8333333333vw;
  padding-top: 0.5208333333vw;
}
@media (max-width: 1000px) {
  .checkout .upsell-item-content-wrap .upsell-item-desc {
    font-size: 1.6vw;
  }
}
@media (max-width: 750px) {
  .checkout .upsell-item-content-wrap .upsell-item-desc {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .checkout .upsell-item-content-wrap .upsell-item-desc ul {
    padding-left: 15px;
  }
}
@media (max-width: 1000px) {
  .checkout .upsell-item-content-wrap .upsell-item-desc ul {
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .checkout .upsell-item-content-wrap .upsell-item-desc ul {
    padding-left: 15px;
  }
}
.checkout .upsell-item-content-wrap .upsell-item-desc ul li {
  font-size: 0.8333333333vw;
  line-height: 1;
  padding: 2px 0;
}
@media (max-width: 1000px) {
  .checkout .upsell-item-content-wrap .upsell-item-desc ul li {
    font-size: 1.6vw;
  }
}
@media (max-width: 750px) {
  .checkout .upsell-item-content-wrap .upsell-item-desc ul li {
    font-size: 14px;
  }
}
.checkout .upsell-item-content-wrap .upsell-item-price {
  display: flex;
  font-size: 0.7291666667vw;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .checkout .upsell-item-content-wrap .upsell-item-price {
    font-size: 1vw;
  }
}
@media (max-width: 1000px) {
  .checkout .upsell-item-content-wrap .upsell-item-price {
    font-size: 1.4vw;
  }
}
@media (max-width: 750px) {
  .checkout .upsell-item-content-wrap .upsell-item-price {
    font-size: 14px;
  }
}
.checkout .upsell-item-content-wrap .upsell-item-btn {
  padding-top: 4px;
  width: 100%;
}
.checkout .upsell-item-content-wrap .upsell-item-btn .btn {
  font-size: 12px;
  padding: 6px 12px;
  width: 100%;
}
.checkout #wc-square-digital-wallet {
  align-items: center;
  border: 1px solid #02fcf0;
  border-radius: 1.0416666667vw;
  border-top: unset;
  border-top-left-radius: unset;
  border-top-right-radius: unset;
  display: flex;
  gap: 1.5625vw;
  justify-content: center;
  margin-bottom: 2.5vw;
  min-width: 100%;
  padding: 0.3125vw 1.5625vw 1.25vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout #wc-square-digital-wallet {
    border-radius: 1.4285714286vw;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    padding: 0.4285714286vw 2.1428571429vw 1.7142857143vw;
  }
}
@media (max-width: 1200px) {
  .checkout #wc-square-digital-wallet {
    border-radius: 1.6666666667vw;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
}
@media (max-width: 1000px) {
  .checkout #wc-square-digital-wallet {
    border-radius: 2vw;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
  }
}
@media (max-width: 750px) {
  .checkout #wc-square-digital-wallet {
    border-radius: 2.6666666667vw;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    margin-top: 4vw;
    padding: 1.3333333333vw 2.6666666667vw 3.4666666667vw;
  }
}
.checkout #wc-square-digital-wallet #wc-square-wallet-divider {
  align-items: flex-end;
  display: flex;
  font-family: Kusanagi;
  font-size: 0.8333333333vw;
  left: 0;
  line-height: 2.4;
  margin: unset;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
}
@media (max-width: 1400px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider {
    font-size: 1.1428571429vw;
  }
}
@media (max-width: 1200px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider {
    font-size: 14px;
  }
}
.checkout #wc-square-digital-wallet #wc-square-wallet-divider:before {
  border-left: 1px solid #02fcf0;
  border-radius: 1.0416666667vw 0;
  border-top: 1px solid #02fcf0;
  content: "";
  flex: 1;
  height: 1.0416666667vw;
  margin-right: 15px;
  transform: translateX(-1px);
}
@media (max-width: 1400px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider:before {
    border-radius: 1.4285714286vw 0;
    height: 1.4285714286vw;
  }
}
@media (max-width: 1200px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider:before {
    border-radius: 1.6666666667vw 0;
    height: 1.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider:before {
    border-radius: 2vw 0;
    height: 2vw;
  }
}
@media (max-width: 750px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider:before {
    border-radius: 2.6666666667vw 0;
    height: 2.6666666667vw;
  }
}
.checkout #wc-square-digital-wallet #wc-square-wallet-divider:after {
  border-radius: 0 1.0416666667vw;
  border-right: 1px solid #02fcf0;
  border-top: 1px solid #02fcf0;
  content: "";
  flex: 1;
  height: 1.0416666667vw;
  margin-left: 15px;
  transform: translateX(1px);
}
@media (max-width: 1400px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider:after {
    border-radius: 0 1.4285714286vw;
    height: 1.4285714286vw;
  }
}
@media (max-width: 1200px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider:after {
    border-radius: 0 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider:after {
    border-radius: 0 2vw;
    height: 2vw;
  }
}
@media (max-width: 750px) {
  .checkout #wc-square-digital-wallet #wc-square-wallet-divider:after {
    border-radius: 0 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.checkout #wc-square-digital-wallet > div,
.checkout #wc-square-digital-wallet > div > div {
  display: flex;
}
.checkout #wc-square-digital-wallet > div > div .gpay-card-info-container {
  min-width: 150px;
}
.checkout #wc-square-digital-wallet .apple-pay-button {
  margin: 0;
  min-width: 150px;
}
.blockOverlay {
  background-color: rgba(32, 34, 38, 0.502) !important;
  border-radius: 20px;
  display: none;
  height: 100%;
  inset: 0;
  opacity: 1 !important;
  position: fixed;
  width: 100%;
  z-index: 999;
}
.blockOverlay:before {
  animation: unset !important;
  background-color: rgba(2, 252, 240, 0.2);
  background: unset !important;
  background-size: unset !important;
  border: 1px solid rgba(2, 252, 240, 0.5);
  border-radius: 100%;
  box-shadow: 0 0 1.5625vw rgba(2, 252, 240, 0.5);
  color: unset !important;
  content: "";
  display: inline-block;
  display: block !important;
  font-size: unset !important;
  height: 24px !important;
  left: 50% !important;
  line-height: unset !important;
  margin: unset !important;
  position: absolute;
  text-align: unset !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  width: 24px !important;
}
.blockOverlay:after {
  animation: spinBlockOverlay 1s linear infinite;
  background-color: #02fcf0;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg) translate(10px);
  width: 6px;
}
@keyframes spinBlockOverlay {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translate(6px);
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn) translate(6px);
  }
}
.gift-voucher .gift-voucher-box {
  display: flex;
  padding-bottom: 2.6041666667vw;
  padding-top: calc(var(--header-height) + 2.60417vw);
  position: relative;
  width: 100%;
}
.gift-voucher .bg-effects {
  overflow: hidden;
}
.gift-voucher .bg-effects img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  opacity: 0.6;
  width: 100%;
}
.gift-voucher .gift-voucher-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 88.5416666667vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .gift-voucher .gift-voucher-container {
    max-width: calc(100% - 6vw);
  }
}
.gift-voucher .product {
  display: flex;
  gap: 60px;
  width: 100%;
}
@media (max-width: 1200px) {
  .gift-voucher .product {
    gap: 30px;
  }
}
@media (max-width: 750px) {
  .gift-voucher .product {
    flex-direction: column;
    gap: 0;
  }
}
.gift-voucher .woocommerce-product-gallery {
  display: flex;
  flex-direction: column;
  float: unset !important;
  max-width: calc(50% - 30px);
  width: 100% !important;
}
@media (max-width: 1200px) {
  .gift-voucher .woocommerce-product-gallery {
    max-width: calc(40% - 15px);
  }
}
@media (max-width: 750px) {
  .gift-voucher .woocommerce-product-gallery {
    max-width: 100%;
  }
}
.gift-voucher .woocommerce-breadcrumb,
.gift-voucher .woocommerce-product-gallery__trigger {
  display: none !important;
}
.gift-voucher .woocommerce-product-gallery__wrapper {
  height: 23.6458333333vw !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 30.4166666667vw !important;
}
@media (max-width: 1400px) {
  .gift-voucher .woocommerce-product-gallery__wrapper {
    height: 28.4285714286vw !important;
    max-width: 32.1428571429vw !important;
  }
}
@media (max-width: 1000px) {
  .gift-voucher .woocommerce-product-gallery__wrapper {
    height: auto !important;
    max-width: 100% !important;
  }
}
.gift-voucher .woocommerce-product-gallery__wrapper > div,
.gift-voucher .woocommerce-product-gallery__wrapper > div > a {
  height: 100%;
  width: 100%;
}
.gift-voucher .woocommerce-product-gallery__wrapper > div > a img {
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease 0s;
  width: 100% !important;
}
.gift-voucher .woocommerce-product-gallery__wrapper > div > a:hover img {
  transform: scale(1.08);
}
.gift-voucher .woocommerce-product-gallery__wrapper .zoomImg {
  display: none !important;
}
.gift-voucher .summary {
  display: flex;
  flex-direction: column;
  float: unset !important;
  max-width: calc(50% - 30px);
  width: 100% !important;
}
@media (max-width: 1200px) {
  .gift-voucher .summary {
    max-width: calc(60% - 15px);
  }
}
@media (max-width: 750px) {
  .gift-voucher .summary {
    max-width: 100%;
  }
}
.gift-voucher .product_title {
  font-size: 2.34375vw;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .gift-voucher .product_title {
    font-size: 3.2142857143vw;
  }
}
@media (max-width: 1200px) {
  .gift-voucher .product_title {
    font-size: 3vw;
  }
}
@media (max-width: 1000px) {
  .gift-voucher .product_title {
    font-size: 3.6vw;
  }
}
@media (max-width: 750px) {
  .gift-voucher .product_title {
    font-size: 4.8vw;
  }
}
.gift-voucher .price {
  color: #fff !important;
  font-family: Syne;
  font-size: 1.3020833333vw !important;
  font-weight: 700;
  line-height: 1.24;
  padding-top: 22px;
}
@media (max-width: 1400px) {
  .gift-voucher .price {
    font-size: 1.7857142857vw !important;
  }
}
@media (max-width: 1200px) {
  .gift-voucher .price {
    font-size: 1.8333333333vw !important;
  }
}
@media (max-width: 1000px) {
  .gift-voucher .price {
    font-size: 2vw !important;
  }
}
@media (max-width: 750px) {
  .gift-voucher .price {
    font-size: 20px !important;
  }
}
@media (max-width: 575px) {
  .gift-voucher .price {
    font-size: 3.4782608696vw !important;
  }
}
.gift-voucher table.variations {
  margin-bottom: 30px !important;
  margin-top: 30px;
}
.gift-voucher table.variations tr {
  display: flex;
  flex-direction: column;
}
.gift-voucher table.variations .label label {
  font-weight: 600 !important;
}
.gift-voucher table.variations select,
.gift-voucher table.variations select option {
  background-color: #000 !important;
}
.gift-voucher table.variations select option[value=""] {
  display: none;
}
.gift-voucher table.variations .reset_variations {
  display: none !important;
}
.gift-voucher .single_variation_wrap,
.gift-voucher .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
}
.gift-voucher .woocommerce-variation-add-to-cart .quantity {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  order: 1;
}
.gift-voucher .woocommerce-variation-add-to-cart .quantity .screen-reader-text {
  clip: unset;
  border: unset;
  clip-path: unset;
  font-weight: 600;
  height: unset;
  margin: unset;
  order: 1;
  overflow: unset;
  overflow-wrap: unset !important;
  position: unset !important;
  width: 100%;
}
.gift-voucher .woocommerce-variation-add-to-cart .quantity button {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.2);
  border: none;
  border-radius: 7px;
  display: flex;
  font-size: 40px;
  height: 42px;
  justify-content: center;
  padding: 4px 4px 8px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
}
.gift-voucher .woocommerce-variation-add-to-cart .quantity button:hover {
  background-color: hsla(0, 0%, 100%, 0.4);
}
.gift-voucher .woocommerce-variation-add-to-cart .quantity .minus {
  order: 2;
}
.gift-voucher .woocommerce-variation-add-to-cart .quantity .qty {
  order: 3;
  width: 70px;
}
.gift-voucher .woocommerce-variation-add-to-cart .quantity .plus {
  order: 4;
}
.gift-voucher .woocommerce-variation-add-to-cart input[type="number"],
.gift-voucher .woocommerce-variation-add-to-cart input[type="text"],
.gift-voucher .woocommerce-variation-add-to-cart textarea {
  background-color: #000;
}
.gift-voucher .woocommerce-variation-add-to-cart #pwgc-purchase-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
  order: 2;
}
.gift-voucher
  .woocommerce-variation-add-to-cart
  #pwgc-purchase-container
  .pwgc-field-container
  input[type="text"],
.gift-voucher
  .woocommerce-variation-add-to-cart
  #pwgc-purchase-container
  .pwgc-field-container
  textarea {
  width: 100%;
}
.gift-voucher
  .woocommerce-variation-add-to-cart
  #pwgc-purchase-container
  .pwgc-field-container#pwgc-form-email-design {
  display: none;
}
.gift-voucher .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  background-color: #02fcf0 !important;
  border: 2px solid hsla(0, 0%, 100%, 0.7) !important;
  border-radius: 5px !important;
  box-shadow: unset !important;
  color: #000 !important;
  display: inline-block !important;
  font-family: Kusanagi !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.39 !important;
  margin-top: 20px;
  order: 3;
  padding: 11px 26px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: unset !important;
  transition: all 0.3s ease 0s !important;
  vertical-align: top !important;
}
.gift-voucher
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button
  a:hover,
.gift-voucher
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button:focus,
.gift-voucher
  .woocommerce-variation-add-to-cart
  .single_add_to_cart_button:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #fff !important;
  cursor: pointer !important;
  outline: none !important;
  text-decoration: none !important;
}
@media (max-width: 1400px) {
  .gift-voucher .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    font-size: 14px !important;
    padding: 10px 18px 8.6px !important;
  }
}
.gift-voucher .product_meta {
  display: none !important;
}
.page-fzf .page-fzf-box {
  display: flex;
  min-height: 100vh;
  padding-bottom: 5.2083333333vw;
  padding-top: calc(var(--header-height));
  position: relative;
  width: 100%;
}
.page-fzf .bg-effects {
  overflow: hidden;
}
.page-fzf .bg-effects img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.page-fzf .bg-effects .grident-top {
  background: linear-gradient(
    180deg,
    #000,
    rgba(0, 0, 0, 0.93) 29%,
    rgba(0, 0, 0, 0.77) 52%,
    transparent
  );
  height: 10vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .page-fzf .bg-effects .grident-top {
    display: unset;
  }
}
.page-fzf .bg-effects .grident-bottom {
  background: linear-gradient(
    180deg,
    rgba(152, 44, 255, 0),
    rgba(0, 0, 0, 0.77) 48%,
    rgba(0, 0, 0, 0.93) 71%,
    #000
  );
  bottom: 0;
  height: 10vh;
  left: 0;
  position: absolute;
  width: 100%;
}
@media (max-width: 1000px) {
  .page-fzf .bg-effects .grident-bottom {
    display: unset;
  }
}
.page-fzf .bg-effects .bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.page-fzf .fzf-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 82.8125vw;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .page-fzf .fzf-container {
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .page-fzf .fzf-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.page-fzf .fzf-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.page-fzf .fzf-title .h1 {
  color: #fff;
  font-size: 15.625vw;
  font-weight: 400;
  letter-spacing: 2.6041666667vw;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-shadow:
    0 0 0.3645833333vw #fff,
    0 0 0.5208333333vw #fff,
    0 0 1.09375vw #fff,
    0 0 2.1875vw #da00ff,
    0 0 4.2708333333vw rgba(218, 0, 255, 0.2),
    0 0 4.7916666667vw rgba(218, 0, 255, 0.5),
    0 0 5.3125vw rgba(218, 0, 255, 0.2),
    0 0 7.8645833333vw rgba(218, 0, 255, 0.5);
}
.page-fzf .fzf-title .h1 span {
  animation: flicker 1.5s infinite alternate;
}
.page-fzf .fzf-desc {
  color: #fff;
  padding-top: 3.125vw;
  text-align: center;
}
@media (max-width: 1000px) {
  .page-fzf .fzf-desc p {
    font-size: 12px;
  }
}
.page-fzf .fzf-btn {
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .page-fzf .fzf-btn .btn {
    font-size: 16px;
    padding: 8px 24px;
  }
}
@media (max-width: 1000px) {
  .page-fzf .fzf-btn .btn {
    font-size: 14px;
    padding: 6px 20px;
  }
}
@keyframes flicker {
  0%,
  18%,
  22%,
  25%,
  53%,
  57%,
  to {
    text-shadow:
      0 0 0.3645833333vw #fff,
      0 0 0.5208333333vw #fff,
      0 0 1.09375vw #fff,
      0 0 2.1875vw #da00ff,
      0 0 4.2708333333vw rgba(218, 0, 255, 0.2),
      0 0 4.7916666667vw rgba(218, 0, 255, 0.5),
      0 0 5.3125vw rgba(218, 0, 255, 0.2),
      0 0 7.8645833333vw rgba(218, 0, 255, 0.5);
  }
  20%,
  24%,
  55% {
    text-shadow: none;
  }
}
#wpadminbar {
  position: fixed;
}
.wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.main-container {
  align-self: start;
  width: 100%;
}
.main-content {
  position: relative;
  z-index: 1;
}
.slick-dots li {
  padding: 0 5px;
}
.bg-effects {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-effects .dot-bg {
  background-image: url(../images/dot-bg.png);
}
.bg-effects .dot-bg,
.bg-effects .dot-bg-002 {
  background-repeat: repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-effects .dot-bg-002 {
  background-image: url(../images/dot-bg-002.png);
}
.bg-effects .line-bg-001,
.bg-effects .line-bg-002 {
  border-left: 1px solid hsla(240, 6%, 73%, 0.2);
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.bg-effects .line-bg-001 {
  right: 30%;
}
.bg-effects .line-bg-002 {
  right: 13%;
}
.bg-effects iframe.star-bg {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .bg-effects iframe.star-bg {
    display: none;
  }
}
.accordion {
  display: flex;
}
.accordion > ul {
  flex: 1 auto;
}
.accordion > ul,
.accordion > ul > li {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion > ul > li {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
}
.accordion > ul > li .accordion-title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 60px 16px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1000px) {
  .accordion > ul > li .accordion-title {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .accordion > ul > li .accordion-title {
    font-size: 18px;
  }
}
.accordion > ul > li .accordion-title:after,
.accordion > ul > li .accordion-title:before {
  background-color: #fff;
  content: "";
  height: 4px;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
}
.accordion > ul > li .accordion-title:before {
  transform: rotate(-45deg);
}
.accordion > ul > li .accordion-title:after {
  right: 26px;
  transform: rotate(45deg);
}
.accordion > ul > li .accordion-title:hover {
  color: #02fcf0;
}
.accordion > ul > li .accordion-content {
  display: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 10px 20px 20px;
}
.accordion > ul > li.accordion-open .accordion-title:before {
  transform: rotate(45deg);
}
.accordion > ul > li.accordion-open .accordion-title:after {
  transform: rotate(-45deg);
}
.thumbnail-container,
.thumbnail_container {
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.thumbnail-container.object-fit .thumbnail img,
.thumbnail_container.object-fit .thumbnail img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.thumbnail-container.object-fit .thumbnail img.lazy[src*="loader.gif"],
.thumbnail_container.object-fit .thumbnail img.lazy[src*="loader.gif"] {
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}
.thumbnail-container .thumbnail,
.thumbnail_container .thumbnail {
  background: 0 0;
  border: none;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.thumbnail-container .thumbnail a,
.thumbnail-container .thumbnail img,
.thumbnail_container .thumbnail a,
.thumbnail_container .thumbnail img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease-out;
  width: auto;
}
.thumbnail-container .video_icon,
.thumbnail_container .video_icon {
  background-color: rgba(43, 43, 43, 0.922);
  border: 1px solid #fff;
  border-radius: 50%;
  display: grid;
  height: 64px;
  left: 50%;
  place-items: center;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
  width: 64px;
}
.thumbnail-container .video_icon svg,
.thumbnail_container .video_icon svg {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.thumbnail-container .video_icon:hover,
.thumbnail_container .video_icon:hover {
  background-color: #fff;
}
.thumbnail-container .video_icon:hover svg,
.thumbnail_container .video_icon:hover svg {
  color: #000;
}
.loading-spinner {
  background-color: rgba(32, 34, 38, 0.502);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
.loading-spinner .spinner {
  background-color: rgba(2, 252, 240, 0.2);
  border: 1px solid rgba(2, 252, 240, 0.5);
  border-radius: 100%;
  box-shadow: 0 0 1.5625vw rgba(2, 252, 240, 0.5);
  display: inline-block;
  height: 24px;
  left: 50%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
  width: 24px;
}
.loading-spinner .spinner:before {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
  background-color: #02fcf0;
  border: none;
  border-radius: 100%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 4px;
  transform-origin: 7px 7px;
  width: 6px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.page-content-section .page-content-section-box {
  background-image: url(../images/bg-wall-001.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5.2083333333vw;
  padding-top: calc(var(--header-height) + 16px);
  position: relative;
  width: 100%;
}
.page-content-section .bg-effects .grident-bottom {
  background: linear-gradient(
    180deg,
    rgba(152, 44, 255, 0),
    rgba(0, 0, 0, 0.77) 48%,
    rgba(0, 0, 0, 0.93) 71%,
    #000
  );
  bottom: 0;
  height: 30vh;
  left: 0;
  position: absolute;
  width: 100%;
}
.page-content-section .page-content-section-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 49.5833333333vw;
  width: 100%;
}
@media (max-width: 1400px) {
  .page-content-section .page-content-section-container {
    max-width: 68vw;
  }
}
@media (max-width: 1200px) {
  .page-content-section .page-content-section-container {
    max-width: 79.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .page-content-section .page-content-section-container {
    max-width: calc(100% - 10vw);
  }
}
.page-content-section .page-content-section-inner {
  backdrop-filter: blur(10px);
  border: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 20px;
  box-shadow: 0 1.47px 15px 4px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 1.21;
  padding: 50px 50px 70px;
  width: 100%;
}
@media (max-width: 1000px) {
  .page-content-section .page-content-section-inner {
    padding: 30px 30px 50px;
  }
}
@media (max-width: 750px) {
  .page-content-section .page-content-section-inner {
    padding: 30px 24px 40px;
  }
}
.page-content-section .page-content-section-inner p {
  margin-bottom: 16px;
}
.page-content-section .page-content-section-inner p:last-child {
  margin-bottom: 0;
}
.page-content-section .page-content-section-inner ul li {
  line-height: 1.57;
  padding-bottom: 0;
  padding-top: 0;
}
.page-content-section .page-content-title-wrap {
  padding-bottom: 30px;
}
.page-content-section .page-content-title-wrap .h3-1 {
  font-weight: 400;
}
@media (max-width: 1200px) {
  .page-content-section .page-content-title-wrap .h3-1 {
    font-size: 50px;
  }
}
@media (max-width: 750px) {
  .page-content-section .page-content-title-wrap .h3-1 {
    font-size: 6.9333333333vw;
  }
}
.section-title-wrap {
  overflow: hidden;
}
.custom-popup-overlay {
  backdrop-filter: blur(20px);
  background: rgba(21, 24, 34, 0.2);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9;
}
.custom-popup-overlay .custom-popup-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.custom-popup-overlay .custom-popup-box {
  background: #151822;
  border-radius: 16px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 100px);
  max-width: 1000px;
  padding: 50px 40px;
  position: relative;
  width: calc(100% - 100px);
}
@media (max-width: 1400px) {
  .custom-popup-overlay .custom-popup-box {
    max-height: calc(100vh - 100px);
  }
}
@media (max-width: 1200px) {
  .custom-popup-overlay .custom-popup-box {
    padding: 40px 20px;
  }
}
@media (max-width: 1000px) {
  .custom-popup-overlay .custom-popup-box {
    padding: 50px 20px;
    width: calc(100% - 60px);
  }
}
@media (max-width: 750px) {
  .custom-popup-overlay .custom-popup-box {
    padding: 50px 10px 30px;
    width: calc(100% - 60px);
  }
}
.custom-popup-overlay .custom-popup-box .custom-popup-title {
  background-color: #000;
  border-radius: 0.8333333333vw;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  padding: 0.5208333333vw 1.0416666667vw 0.8333333333vw;
  transform: translateY(-60%);
}
@media (max-width: 1400px) {
  .custom-popup-overlay .custom-popup-box .custom-popup-title {
    border-radius: 1.1428571429vw;
    padding: 0.7142857143vw 1.4285714286vw 1.1428571429vw;
  }
}
@media (max-width: 1200px) {
  .custom-popup-overlay .custom-popup-box .custom-popup-title {
    border-radius: 1.3333333333vw;
    padding: 0.8333333333vw 1.6666666667vw 1.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .custom-popup-overlay .custom-popup-box .custom-popup-title {
    border-radius: 1.2vw;
    padding: 1vw 2vw 1.6vw;
  }
}
@media (max-width: 750px) {
  .custom-popup-overlay .custom-popup-box .custom-popup-title {
    border-radius: 8px;
    padding: 10px 10px 12px;
  }
}
.custom-popup-overlay .custom-popup-box .custom-popup-title .h2 {
  color: #02fcf0;
  font-size: 2.1875vw;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1400px) {
  .custom-popup-overlay .custom-popup-box .custom-popup-title .h2 {
    font-size: 3vw;
  }
}
@media (max-width: 1200px) {
  .custom-popup-overlay .custom-popup-box .custom-popup-title .h2 {
    font-size: 3.5vw;
  }
}
@media (max-width: 1000px) {
  .custom-popup-overlay .custom-popup-box .custom-popup-title .h2 {
    font-size: 3.4vw;
  }
}
@media (max-width: 750px) {
  .custom-popup-overlay .custom-popup-box .custom-popup-title .h2 {
    font-size: 24px;
  }
}
.custom-popup-overlay .close-popup {
  align-items: center;
  color: #02fcf0;
  cursor: pointer;
  display: flex;
  font-size: 36px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  padding-top: 2px;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.custom-popup-overlay .close-popup:hover {
  color: #fff;
}
@media (max-width: 750px) {
  .custom-popup-overlay .close-popup {
    border-radius: 50%;
    padding-bottom: 2px;
    padding-top: 0;
    right: 0;
    top: -30px;
  }
}
.custom-popup-overlay .custom-popup-inner {
  display: flex;
  overflow-y: scroll;
  width: 100%;
}
.custom-popup-overlay .custom-popup-inner::-webkit-scrollbar {
  width: 8px;
}
.custom-popup-overlay .custom-popup-inner::-webkit-scrollbar-track {
  background: #292d3b;
  border-radius: 4px;
}
.custom-popup-overlay .custom-popup-inner::-webkit-scrollbar-thumb {
  background: #1c1f2c;
  border-radius: 4px;
}
.custom-popup-overlay .custom-popup-inner::-webkit-scrollbar-thumb:hover {
  background: #2b2e3a;
}
.custom-popup-overlay .popup-form-wrap .fields-wrap {
  padding: 0 0.78125vw;
  position: relative;
}
@media (max-width: 750px) {
  .custom-popup-overlay .popup-form-wrap .fields-wrap {
    padding: 0 15px;
  }
}
.custom-popup-overlay .popup-form-wrap .fields-wrap label {
  display: flex;
  flex-direction: column;
  font-family: Syne;
  font-size: 14px;
  font-weight: 700;
  gap: 14px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .custom-popup-overlay .popup-form-wrap .fields-wrap label {
    font-size: 12px;
    gap: 6px;
    margin-bottom: 20px;
  }
}
.custom-popup-overlay .popup-form-wrap .fields-wrap label .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
  text-transform: none;
}
.custom-popup-overlay .popup-form-wrap .fields-wrap input[type="email"],
.custom-popup-overlay .popup-form-wrap .fields-wrap input[type="tel"],
.custom-popup-overlay .popup-form-wrap .fields-wrap input[type="text"] {
  background-color: transparent;
}
.custom-popup-overlay
  .popup-form-wrap
  .fields-wrap
  input[type="email"]::-moz-placeholder,
.custom-popup-overlay
  .popup-form-wrap
  .fields-wrap
  input[type="tel"]::-moz-placeholder,
.custom-popup-overlay
  .popup-form-wrap
  .fields-wrap
  input[type="text"]::-moz-placeholder {
  color: #fff;
}
.custom-popup-overlay
  .popup-form-wrap
  .fields-wrap
  input[type="email"]::placeholder,
.custom-popup-overlay
  .popup-form-wrap
  .fields-wrap
  input[type="tel"]::placeholder,
.custom-popup-overlay
  .popup-form-wrap
  .fields-wrap
  input[type="text"]::placeholder {
  color: #fff;
}
.custom-popup-overlay .popup-form-wrap .fields-wrap .button-cell {
  display: flex;
  justify-content: center;
}
.custom-popup-overlay
  .popup-form-wrap
  .fields-wrap
  .button-cell
  input[type="submit"] {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 1000px) {
  .custom-popup-overlay
    .popup-form-wrap
    .fields-wrap
    .button-cell
    input[type="submit"] {
    font-size: 14px;
    max-width: 40%;
    padding: 10px;
  }
}
@media (max-width: 750px) {
  .custom-popup-overlay
    .popup-form-wrap
    .fields-wrap
    .button-cell
    input[type="submit"] {
    max-width: unset;
    padding: 10px 30px;
    width: unset;
  }
}
.custom-popup-overlay .popup-form-wrap .wpcf7-response-output {
  border-width: 1px;
  font-size: 14px;
  margin: 20px 0.78125vw 0;
}
.custom-popup-overlay .popup-form-wrap .wpcf7-spinner {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body.page-template-event-details
  .select2-container.select2-container--above
  .select2-selection--multiple,
body.page-template-event-details
  .select2-container.select2-container--below
  .select2-selection--multiple {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
}
body.page-template-event-details .select2-container .select2-dropdown {
  background-color: #151822;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
  overflow: hidden;
}
body.page-template-event-details .select2-container .select2-results__option {
  padding: 6px 8px;
}
body.page-template-event-details
  .select2-container
  .select2-selection--multiple {
  min-height: 42px;
}
body.page-template-event-details
  .select2-container
  .select2-selection--multiple
  .select2-search__field {
  font-family: Syne;
  font-size: 14px;
  margin-left: 8px;
}
body.page-template-event-details
  .select2-container
  .select2-selection--multiple
  .select2-search__field::-moz-placeholder {
  color: #fff;
}
body.page-template-event-details
  .select2-container
  .select2-selection--multiple
  .select2-search__field::placeholder {
  color: #fff;
}
body.page-template-event-details
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: transparent;
  font-family: Syne;
  font-size: 12px;
  font-weight: 400;
  padding: 2px 2px 2px 20px;
}
body.page-template-event-details
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
  display: flex;
  height: 100%;
}
body.page-template-event-details
  .select2-container
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  background-color: #fff;
  color: #060a14;
}
body.page-template-event-details .select2-container .select2-selection {
  background-color: #151822;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
}
body.page-template-event-details
  .select2-container.select2-container--default
  .select2-selection--single {
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
  height: 42px;
}
body.page-template-event-details
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  text-transform: none;
}
body.page-template-event-details
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__rendered
  .select2-selection__placeholder {
  color: #fff;
}
body.page-template-event-details
  .select2-container.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-event-details
  .select2-container.select2-container--default
  .select2-results__option--highlighted {
  background-color: #060a14;
}
body.page-template-event-details
  .select2-container.select2-container--default
  .select2-results__option--selected {
  background-color: #0c101b;
  color: #02fcf0;
}
body.page-template-event-details
  .select2-container.select2-container--default
  .select2-results__option--selected.select2-results__option--highlighted {
  background-color: #060a14;
}
body:not(.page-template-event-details) .select2-container {
  height: 44px;
}
body:not(.page-template-event-details) .select2-container .selection {
  display: block;
  height: 100%;
}
body:not(.page-template-event-details) .select2-container .select2-selection {
  background-color: #1a1a1a;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
  height: 100%;
}
body:not(.page-template-event-details) .select2-container .select2-dropdown {
  background-color: #1a1a1a;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 7px;
  color: #fff;
  overflow: hidden;
}
body:not(.page-template-event-details)
  .select2-container
  .select2-results__option {
  padding: 8px;
}
body:not(.page-template-event-details)
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  align-items: center;
  color: #fff;
  display: flex;
  height: 100%;
  padding: 0 10px;
}
@media (max-width: 750px) {
  body:not(.page-template-event-details)
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    top: 0;
  }
}
body:not(.page-template-event-details)
  .select2-container
  .select2-selection--single
  .select2-selection__arrow
  b {
  filter: invert(100%);
}
body:not(.page-template-event-details)
  .select2-container.select2-container--below
  .select2-selection--single {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
body:not(.page-template-event-details)
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
body:not(.page-template-event-details)
  .select2-container--default
  .select2-results__option--highlighted[data-selected],
body:not(.page-template-event-details)
  .select2-container--default
  .select2-results__option[data-selected="true"] {
  background-color: #000;
  color: #02fcf0;
}
body:not(.page-template-event-details)
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  padding: 0 10px;
}
body:not(.page-template-event-details)
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 100%;
}
.pika-lendar .pika-select {
  background-color: #000;
}
.pika-lendar .pika-select option {
  padding: 0;
}
.pricing-structure-page .page-content-title-wrap {
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .pricing-structure-page .page-content-title-wrap {
    padding-bottom: 14px;
  }
}
.pricing-structure-page .page-content-title-wrap .h3-1 {
  font-size: 2.65625vw;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 1200px) {
  .pricing-structure-page .page-content-title-wrap .h3-1 {
    font-size: 4.25vw;
  }
}
@media (max-width: 750px) {
  .pricing-structure-page .page-content-title-wrap .h3-1 {
    font-size: 30px;
  }
}
.pricing-structure-page .page-content-text h6 {
  color: #02fcf0;
  font-size: 0.9375vw;
  padding-bottom: 60px;
}
@media (max-width: 1200px) {
  .pricing-structure-page .page-content-text h6 {
    font-size: 1.5vw;
    padding-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .pricing-structure-page .page-content-text h6 {
    font-size: 12px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .pricing-structure-page .page-content-text h6 {
    padding-bottom: 30px;
  }
}
.pricing-structure-page .page-content-text table {
  margin-top: 120px;
  width: 100%;
}
@media (max-width: 1200px) {
  .pricing-structure-page .page-content-text table {
    margin-top: 80px;
  }
}
@media (max-width: 750px) {
  .pricing-structure-page .page-content-text table {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .pricing-structure-page .page-content-text table {
    margin-top: 30px;
  }
}
.pricing-structure-page .page-content-text table thead {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}
.pricing-structure-page .page-content-text table th {
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 17px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .pricing-structure-page .page-content-text table th {
    font-size: 12px;
    padding: 10px 2px;
  }
}
@media (max-width: 575px) {
  .pricing-structure-page .page-content-text table th {
    font-size: 10px;
  }
}
.pricing-structure-page .page-content-text table th:first-child {
  border-left: unset;
  width: 100px !important;
}
@media (max-width: 575px) {
  .pricing-structure-page .page-content-text table th:first-child {
    width: 80px !important;
  }
}
.pricing-structure-page .page-content-text table td {
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  font-size: 17px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 750px) {
  .pricing-structure-page .page-content-text table td {
    font-size: 12px;
    padding: 10px 2px;
  }
}
@media (max-width: 575px) {
  .pricing-structure-page .page-content-text table td {
    font-size: 10px;
  }
}
.pricing-structure-page .page-content-text table tr td:first-child {
  border-left: unset;
  font-weight: 700;
  width: 100px !important;
}
@media (max-width: 575px) {
  .pricing-structure-page .page-content-text table tr td:first-child {
    width: 80px !important;
  }
}
.pricing-structure-page .page-content-text table tbody tr:hover {
  background-color: rgba(4, 31, 83, 0.6);
}
.pricing-structure-page .page-content-text table tbody tr.active {
  background-color: #041f53;
}
.booking-timer-warning {
  animation: warningPulse 1s ease-in-out infinite;
  background: #ff9800;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-bottom: 20px;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
.booking-timer-warning .booking-timer-warning-content {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}
.booking-timer-warning .icon {
  font-size: 24px;
}
.booking-timer-warning .message {
  font-weight: 600;
}
@keyframes warningPulse {
  0%,
  to {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(0.99);
  }
}
.checkout .checkout-container:has(.booking-timer-warning) {
  padding-top: 0 !important;
}
.timer-warning {
  animation: pulse 1s infinite;
  color: #ff5722 !important;
  font-weight: 700;
}
@keyframes pulse {
  0%,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.booking-timer-expired-overlay {
  align-items: center;
  background: rgba(32, 34, 38, 0.5);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}
.booking-timer-expired-overlay .booking-timer-expired-modal {
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(2, 252, 240, 0.6);
  border-radius: 0.7291666667vw;
  box-shadow: 0 0 0.9375vw rgba(190, 255, 252, 0.25);
  max-width: 26.0416666667vw;
  padding: 1.5625vw;
  text-align: center;
}
@media (max-width: 1400px) {
  .booking-timer-expired-overlay .booking-timer-expired-modal {
    border-radius: 1vw;
    padding: 2.1428571429vw;
  }
}
@media (max-width: 1200px) {
  .booking-timer-expired-overlay .booking-timer-expired-modal {
    border-radius: 1.1666666667vw;
    max-width: 29.1666666667vw;
    padding: 2.5vw;
  }
}
@media (max-width: 1000px) {
  .booking-timer-expired-overlay .booking-timer-expired-modal {
    border-radius: 1.4vw;
    max-width: 36vw;
    padding: 2.4vw;
  }
}
@media (max-width: 750px) {
  .booking-timer-expired-overlay .booking-timer-expired-modal {
    border-radius: 1.8666666667vw;
    max-width: 45.3333333333vw;
    padding: 3.2vw;
  }
}
@media (max-width: 575px) {
  .booking-timer-expired-overlay .booking-timer-expired-modal {
    border-radius: 2.4347826087vw;
    max-width: 69.5652173913vw;
    padding: 4.1739130435vw;
  }
}
.booking-timer-expired-overlay .booking-timer-expired-content .icon {
  display: block;
  font-size: 3.125vw;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1000px) {
  .booking-timer-expired-overlay .booking-timer-expired-content .icon {
    font-size: 4vw;
  }
}
@media (max-width: 750px) {
  .booking-timer-expired-overlay .booking-timer-expired-content .icon {
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 575px) {
  .booking-timer-expired-overlay .booking-timer-expired-content .icon {
    font-size: 7.652173913vw;
    margin-bottom: 2.7826086957vw;
  }
}
.booking-timer-expired-overlay .booking-timer-expired-content h3 {
  color: #02fcf0;
  font-size: 1.4583333333vw;
  margin: 0 0 0.78125vw;
}
@media (max-width: 1400px) {
  .booking-timer-expired-overlay .booking-timer-expired-content h3 {
    font-size: 1.5714285714vw;
  }
}
@media (max-width: 1000px) {
  .booking-timer-expired-overlay .booking-timer-expired-content h3 {
    font-size: 2.2vw;
    margin: 0 0 1.5vw;
  }
}
@media (max-width: 750px) {
  .booking-timer-expired-overlay .booking-timer-expired-content h3 {
    font-size: 2.9333333333vw;
    margin: 0 0 2vw;
  }
}
@media (max-width: 575px) {
  .booking-timer-expired-overlay .booking-timer-expired-content h3 {
    font-size: 22px;
    margin: 0 0 3.1304347826vw;
  }
}
.booking-timer-expired-overlay .booking-timer-expired-content p {
  color: #fff;
  font-size: 0.8333333333vw;
  margin: 0 0 1.5625vw;
}
@media (max-width: 1400px) {
  .booking-timer-expired-overlay .booking-timer-expired-content p {
    font-size: 1vw;
    line-height: 1.2;
  }
}
@media (max-width: 1200px) {
  .booking-timer-expired-overlay .booking-timer-expired-content p {
    font-size: 1.1666666667vw;
  }
}
@media (max-width: 1000px) {
  .booking-timer-expired-overlay .booking-timer-expired-content p {
    font-size: 1.4vw;
    margin: 0 0 2vw;
  }
}
@media (max-width: 750px) {
  .booking-timer-expired-overlay .booking-timer-expired-content p {
    font-size: 1.6vw;
    margin: 0 0 2.6666666667vw;
  }
}
@media (max-width: 575px) {
  .booking-timer-expired-overlay .booking-timer-expired-content p {
    font-size: 14px;
    margin: 0 0 3.8260869565vw;
  }
}
.booking-timer-expired-overlay .booking-timer-expired-content .btn {
  font-size: 14px;
  max-width: 15.625vw;
  padding: 8px 15px;
  width: 100%;
}
@media (max-width: 1400px) {
  .booking-timer-expired-overlay .booking-timer-expired-content .btn {
    font-size: 12px;
    padding: 6px 10px;
  }
}
@media (max-width: 1000px) {
  .booking-timer-expired-overlay .booking-timer-expired-content .btn {
    font-size: 1.4vw;
    max-width: 24vw;
    padding: 0.8vw;
  }
}
@media (max-width: 750px) {
  .booking-timer-expired-overlay .booking-timer-expired-content .btn {
    font-size: 1.8666666667vw;
    max-width: 24vw;
    padding: 1.0666666667vw;
  }
}
@media (max-width: 575px) {
  .booking-timer-expired-overlay .booking-timer-expired-content .btn {
    font-size: 14px;
    max-width: 180px;
    padding: 8px;
  }
}
.timer-expired {
  color: #02fcf0 !important;
  font-weight: 700;
}
:root {
  --ep-width: 60vw;
  --ep-border-radius: 0.7291666667vw;
}
@media (max-width: 1400px) {
  :root {
    --ep-width: 70vw;
    --ep-border-radius: 1vw;
  }
}
@media (max-width: 1200px) {
  :root {
    --ep-width: 80vw;
    --ep-border-radius: 1.1666666667vw;
  }
}
@media (max-width: 1000px) {
  :root {
    --ep-width: 86vw;
    --ep-border-radius: 1.4vw;
  }
}
@media (max-width: 750px) {
  :root {
    --ep-width: calc(100vw - 40px);
    --ep-border-radius: 1.8666666667vw;
  }
}
@media (max-width: 575px) {
  :root {
    --ep-border-radius: 2.4347826087vw;
  }
}
.escape-popup-wrap .escape-popup-overlay {
  display: flex;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.escape-popup-wrap .escape-popup-overlay .escape-popup-box-wrap {
  overflow: hidden;
  transition: all 0.5s ease;
  width: 0;
}
.escape-popup-wrap.open-popup .escape-popup-overlay {
  opacity: 1;
  pointer-events: auto;
}
.escape-popup-wrap.open-popup .escape-popup-overlay .escape-popup-box-wrap {
  width: 100%;
}
.escape-popup-wrap.closing-popup .escape-popup-overlay .escape-popup-box-wrap {
  opacity: 0;
  width: 0;
}
.escape-popup-overlay {
  align-items: center;
  background: rgba(32, 34, 38, 0.5);
  height: 100vh;
  justify-content: center;
  left: 0;
  padding-top: var(--header-height);
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
}
.escape-popup-overlay .escape-popup-box-wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 0;
}
body.page-template-game-overview .escape-popup-overlay {
  z-index: 2;
}
.escape-popup-box {
  backdrop-filter: blur(20px);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(2, 252, 240, 0.6);
  border-radius: var(--ep-border-radius);
  box-shadow: 0 0 0.9375vw rgba(190, 255, 252, 0.25);
  display: flex;
  flex-direction: column;
  max-width: var(--ep-width);
  min-width: var(--ep-width);
  padding: 30px;
  position: relative;
  width: 100%;
}
@media (max-width: 1400px) {
  .escape-popup-box {
    box-shadow: 0 0 1.2857142857vw rgba(190, 255, 252, 0.25);
  }
}
@media (max-width: 1200px) {
  .escape-popup-box {
    box-shadow: 0 0 1.5vw rgba(190, 255, 252, 0.25);
  }
}
@media (max-width: 1000px) {
  .escape-popup-box {
    box-shadow: 0 0 1.8vw rgba(190, 255, 252, 0.25);
  }
}
@media (max-width: 750px) {
  .escape-popup-box {
    box-shadow: 0 0 2.4vw rgba(190, 255, 252, 0.25);
  }
}
@media (max-width: 575px) {
  .escape-popup-box {
    box-shadow: 0 0 3.1304347826vw rgba(190, 255, 252, 0.25);
    padding: 24px;
  }
}
@media screen and (max-width: 400px) {
  .escape-popup-box {
    padding: 6vw 3.5vw;
  }
}
.escape-popup-box .escape-popup-close-popup {
  align-items: center;
  color: #02fcf0;
  cursor: pointer;
  display: flex;
  font-size: 36px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 6px;
  top: 6px;
  transition: all 0.3s ease 0s;
  width: 30px;
}
@media (max-width: 575px) {
  .escape-popup-box .escape-popup-close-popup {
    font-size: 30px;
    right: 0.6956521739vw;
    top: 0.6956521739vw;
  }
}
.escape-popup-box .escape-popup-close-popup:hover {
  color: #fff;
}
:root {
  --location-popup-width: 42vw;
}
@media (max-width: 1200px) {
  :root {
    --location-popup-width: 52vw;
  }
}
@media (max-width: 1000px) {
  :root {
    --location-popup-width: 56vw;
  }
}
@media (max-width: 750px) {
  :root {
    --location-popup-width: 70vw;
  }
}
@media (max-width: 575px) {
  :root {
    --location-popup-width: calc(100vw - 80px);
  }
}
.escape-popup-wrap.location-popup .escape-popup-box {
  max-width: var(--location-popup-width);
  min-width: var(--location-popup-width);
}
.escape-popup-wrap.location-popup .escape-popup-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.7708333333vw;
  padding: 1.5625vw;
}
@media (max-width: 1200px) {
  .escape-popup-wrap.location-popup .escape-popup-content {
    gap: 1.8333333333vw;
    padding: 2.5vw;
  }
}
@media (max-width: 1000px) {
  .escape-popup-wrap.location-popup .escape-popup-content {
    gap: 2vw;
    padding: 2.4vw;
  }
}
@media (max-width: 750px) {
  .escape-popup-wrap.location-popup .escape-popup-content {
    gap: 2.4vw;
    padding: 2.6666666667vw;
  }
}
@media (max-width: 575px) {
  .escape-popup-wrap.location-popup .escape-popup-content {
    gap: 3.4782608696vw;
    padding: 3.4782608696vw;
  }
}
.escape-popup-wrap.location-popup .location-popup-title {
  display: flex;
  justify-content: center;
  width: 100%;
}
.escape-popup-wrap.location-popup .location-popup-title .h4 {
  text-align: center;
}
@media (max-width: 1200px) {
  .escape-popup-wrap.location-popup .location-popup-title .h4 {
    font-size: 2.5vw;
  }
}
@media (max-width: 1000px) {
  .escape-popup-wrap.location-popup .location-popup-title .h4 {
    font-size: 2.6vw;
  }
}
@media (max-width: 750px) {
  .escape-popup-wrap.location-popup .location-popup-title .h4 {
    font-size: 3.3333333333vw;
  }
}
@media (max-width: 575px) {
  .escape-popup-wrap.location-popup .location-popup-title .h4 {
    font-size: 3.8260869565vw;
  }
}
.escape-popup-wrap.location-popup .location-popup-title .h4 > span {
  color: #02fcf0;
  display: inline-block;
  padding: 0.5208333333vw 1.0416666667vw 0.8333333333vw;
}
@media (max-width: 1200px) {
  .escape-popup-wrap.location-popup .location-popup-title .h4 > span {
    padding: 0.8333333333vw 1.6666666667vw 1.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .escape-popup-wrap.location-popup .location-popup-title .h4 > span {
    padding: 1vw 2vw 1.6vw;
  }
}
@media (max-width: 750px) {
  .escape-popup-wrap.location-popup .location-popup-title .h4 > span {
    padding: 1.3333333333vw 2.6666666667vw 2.1333333333vw;
  }
}
@media (max-width: 575px) {
  .escape-popup-wrap.location-popup .location-popup-title .h4 > span {
    padding: 0.6956521739vw;
  }
}
.escape-popup-wrap.location-popup .location-popup-title .h4 > span span {
  display: inline-block;
  opacity: 0;
}
.escape-popup-wrap.location-popup .location-popup-subtitle {
  display: flex;
  justify-content: center;
  padding: 0 2.6041666667vw;
  width: 100%;
}
.escape-popup-wrap.location-popup .location-popup-subtitle .h6 {
  font-family: Syne;
  font-size: 1.0416666667vw;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1200px) {
  .escape-popup-wrap.location-popup .location-popup-subtitle .h6 {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .escape-popup-wrap.location-popup .location-popup-subtitle .h6 {
    font-size: 1.5vw;
  }
}
@media (max-width: 750px) {
  .escape-popup-wrap.location-popup .location-popup-subtitle .h6 {
    font-size: 1.8666666667vw;
  }
}
@media (max-width: 575px) {
  .escape-popup-wrap.location-popup .location-popup-subtitle .h6 {
    font-size: 2.2608695652vw;
  }
}
.escape-popup-wrap.location-popup .location-popup-site-select-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.escape-popup-wrap.location-popup
  .location-popup-site-select-wrap
  .location-popup-site-select {
  border: 1px solid #02fcf0;
  border-radius: 0.2604166667vw;
  box-shadow: 0 0 0.9375vw rgba(190, 255, 252, 0.25);
  display: flex;
  height: 2.1875vw;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 11.9791666667vw;
}
@media (max-width: 1200px) {
  .escape-popup-wrap.location-popup
    .location-popup-site-select-wrap
    .location-popup-site-select {
    border-radius: 0.4166666667vw;
    height: 3vw;
    width: 15vw;
  }
}
@media (max-width: 750px) {
  .escape-popup-wrap.location-popup
    .location-popup-site-select-wrap
    .location-popup-site-select {
    border-radius: 0.6666666667vw;
    height: 4.2666666667vw;
    width: 20vw;
  }
}
@media (max-width: 575px) {
  .escape-popup-wrap.location-popup
    .location-popup-site-select-wrap
    .location-popup-site-select {
    border-radius: 0.8695652174vw;
    height: 5.5652173913vw;
    width: 26.0869565217vw;
  }
}
.escape-popup-wrap.location-popup
  .location-popup-site-select-wrap
  .location-popup-site-select:hover {
  border-color: #fff;
}
.escape-popup-wrap.location-popup
  .location-popup-site-select-wrap
  .location-popup-site-select:after {
  border: 1px solid #fff;
  border-left: unset;
  border-top: unset;
  content: "";
  height: 0.5208333333vw;
  pointer-events: none;
  position: absolute;
  right: 1.0416666667vw;
  top: 0.6770833333vw;
  transform: rotate(45deg);
  width: 0.5208333333vw;
}
@media (max-width: 1200px) {
  .escape-popup-wrap.location-popup
    .location-popup-site-select-wrap
    .location-popup-site-select:after {
    height: 0.6666666667vw;
    right: 1.3333333333vw;
    top: 0.9166666667vw;
    width: 0.6666666667vw;
  }
}
@media (max-width: 750px) {
  .escape-popup-wrap.location-popup
    .location-popup-site-select-wrap
    .location-popup-site-select:after {
    height: 1.0666666667vw;
    right: 2.1333333333vw;
    top: 1.2vw;
    width: 1.0666666667vw;
  }
}
@media (max-width: 575px) {
  .escape-popup-wrap.location-popup
    .location-popup-site-select-wrap
    .location-popup-site-select:after {
    height: 1.3913043478vw;
    right: 1.7391304348vw;
    top: 1.5652173913vw;
    width: 1.3913043478vw;
  }
}
.escape-popup-wrap.location-popup .location-popup-site-select-wrap select {
  background: unset;
  background-color: #000;
  border: unset;
  font-family: Kusanagi;
  font-size: 0.7291666667vw;
  height: 100%;
  padding: 0 2.2916666667vw 0.1041666667vw 0.7291666667vw;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 1200px) {
  .escape-popup-wrap.location-popup .location-popup-site-select-wrap select {
    font-size: 1vw;
    padding: 0 3vw 0.1666666667vw 0.8333333333vw;
  }
}
@media (max-width: 750px) {
  .escape-popup-wrap.location-popup .location-popup-site-select-wrap select {
    font-size: 1.2vw;
    padding: 0 4.5333333333vw 0.2666666667vw 1.0666666667vw;
  }
}
@media (max-width: 575px) {
  .escape-popup-wrap.location-popup .location-popup-site-select-wrap select {
    font-size: 1.5652173913vw;
    padding: 0 4.8695652174vw 0.347826087vw 1.7391304348vw;
  }
}
.blog-details .blog-details-box {
  background-image: url(../images/blog-bg.webp);
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 5.2083333333vw;
  position: relative;
  width: 100%;
}
.blog-details .bg-effects {
  overflow: hidden;
}
.blog-details .bg-effects img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  opacity: 0.6;
  width: 100%;
}
.blog-details .bg-effects .bg-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-details .bg-effects .grident-bottom {
  background: linear-gradient(
    180deg,
    rgba(152, 44, 255, 0),
    rgba(0, 0, 0, 0.77) 48%,
    rgba(0, 0, 0, 0.93) 71%,
    #000
  );
  bottom: 0;
  height: 15.625vw;
  left: 0;
  position: absolute;
  width: 100%;
}
.blog-details .blog-details-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 75vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .blog-details .blog-details-container {
    max-width: 80vw;
  }
}
@media (max-width: 575px) {
  .blog-details .blog-details-container {
    max-width: calc(100% - 5vw);
  }
}
.blog-details .blog-details-head {
  animation: glow-blog-head 2s ease forwards;
  animation-delay: 1.5s;
  border-bottom: 0.2604166667vw solid gray;
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  margin-bottom: 5.2083333333vw;
  padding-top: calc(var(--header-height) + 2.60417vw);
  width: 100%;
}
@media (max-width: 575px) {
  .blog-details .blog-details-head {
    gap: 4.1739130435vw;
    padding-top: calc(var(--header-height) + 5.91304vw);
  }
}
.blog-details .blog-details-title {
  width: 100%;
}
.blog-details .blog-details-title .h1 {
  animation: glow-blog-title 2s ease forwards;
  color: transparent;
  font-size: 3.125vw;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 575px) {
  .blog-details .blog-details-title .h1 {
    font-size: 3.8260869565vw;
  }
}
.blog-details .blog-details-picture {
  width: 100%;
}
.blog-details .blog-details-picture-inner {
  animation: glow-blog-picture 2s ease forwards;
  animation-delay: 1s;
  border: 0.2604166667vw solid gray;
  border-radius: 1.9791666667vw;
  box-shadow: unset;
  display: flex;
  margin-bottom: -5.46875vw;
  overflow: hidden;
  padding: 2.0833333333vw;
  position: relative;
  width: 100%;
}
@media (max-width: 575px) {
  .blog-details .blog-details-picture-inner {
    border-radius: 2.4347826087vw;
    padding: 3.4782608696vw;
  }
}
.blog-details .blog-details-picture-inner:before {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-details .blog-details-picture-inner img {
  border-radius: 1.5625vw;
  height: 36.4583333333vw;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .blog-details .blog-details-picture-inner img {
    height: 39vw;
  }
}
@media (max-width: 575px) {
  .blog-details .blog-details-picture-inner img {
    border-radius: 1.7391304348vw;
    height: 46.9565217391vw;
  }
}
.blog-details .blog-details-body {
  padding-top: 4.1666666667vw;
  width: 100%;
}
.blog-details .blog-details-body-inner {
  border: 0.0520833333vw solid rgba(2, 252, 240, 0.1);
  border-radius: 1.9791666667vw;
  box-shadow: 0 2.6041666667vw 5.2083333333vw -1.04167vw rgba(2, 252, 240, 0.25);
  overflow: hidden;
  padding: 3.125vw 3.125vw 4.1666666667vw;
  position: relative;
  width: 100%;
}
@media (max-width: 750px) {
  .blog-details .blog-details-body-inner {
    padding: 30px 24px;
  }
}
@media (max-width: 575px) {
  .blog-details .blog-details-body-inner {
    border-radius: 2.4347826087vw;
  }
}
.blog-details .blog-details-body-inner:before {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.blog-details .blog-details-meta {
  display: flex;
  gap: 0.7291666667vw;
  width: 100%;
}
@media (max-width: 750px) {
  .blog-details .blog-details-meta {
    gap: 10px;
  }
}
.blog-details .blog-details-meta span {
  align-items: center;
  color: rgba(2, 252, 240, 0.5);
  display: flex;
  font-family: Kusanagi;
  font-size: 0.8333333333vw;
  line-height: 1;
  padding: 0 0.7291666667vw 0 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-meta span {
    font-size: 1vw;
  }
}
@media (max-width: 1000px) {
  .blog-details .blog-details-meta span {
    font-size: 1.2vw;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-meta span {
    font-size: 10px;
    padding: 0 10px 0 0;
  }
}
.blog-details .blog-details-meta span:after {
  background-color: rgba(2, 252, 240, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.1041666667vw;
}
@media (max-width: 1000px) {
  .blog-details .blog-details-meta span:after {
    width: 0.2vw;
  }
}
.blog-details .blog-details-meta span:last-child:after {
  display: none;
}
.blog-details .blog-details-content {
  padding-top: 1.0416666667vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .blog-details .blog-details-content {
    padding-top: 1.4vw;
    padding-top: 12px;
  }
}
.blog-details .blog-details-content h1 {
  font-size: 2.6041666667vw;
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-content h1 {
    font-size: 2.7142857143vw;
    margin-bottom: 1.2857142857vw;
  }
}
@media (max-width: 1000px) {
  .blog-details .blog-details-content h1 {
    font-size: 2.6vw;
    margin-bottom: 1.4vw;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-content h1 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.blog-details .blog-details-content h2 {
  font-size: 2.0833333333vw;
  margin-bottom: 1.0416666667vw;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-content h2 {
    font-size: 2.2857142857vw;
    margin-bottom: 1.4285714286vw;
  }
}
@media (max-width: 1000px) {
  .blog-details .blog-details-content h2 {
    font-size: 2.2vw;
    margin-bottom: 1.4vw;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-content h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }
}
.blog-details .blog-details-content h3 {
  font-size: 1.5625vw;
  margin-bottom: 0.9375vw;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-content h3 {
    font-size: 1.8571428571vw;
    margin-bottom: 1.2857142857vw;
  }
}
@media (max-width: 1000px) {
  .blog-details .blog-details-content h3 {
    font-size: 2vw;
    margin-bottom: 1.2vw;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.blog-details .blog-details-content h4 {
  font-size: 1.25vw;
  margin-bottom: 0.8333333333vw;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-content h4 {
    font-size: 1.5vw;
    margin-bottom: 1.1428571429vw;
  }
}
@media (max-width: 1000px) {
  .blog-details .blog-details-content h4 {
    font-size: 1.8vw;
    margin-bottom: 1.2vw;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.blog-details .blog-details-content h5 {
  font-size: 1.0416666667vw;
  margin-bottom: 0.7291666667vw;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-content h5 {
    font-size: 1.3571428571vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 1000px) {
  .blog-details .blog-details-content h5 {
    font-size: 1.7vw;
    margin-bottom: 1.2vw;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-content h5 {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.blog-details .blog-details-content h6 {
  font-size: 0.9375vw;
  margin-bottom: 0.7291666667vw;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-content h6 {
    font-size: 1.2142857143vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 1000px) {
  .blog-details .blog-details-content h6 {
    font-size: 1.6vw;
    margin-bottom: 1.2vw;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-content h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.blog-details .blog-details-content h1,
.blog-details .blog-details-content h2,
.blog-details .blog-details-content h3,
.blog-details .blog-details-content h4,
.blog-details .blog-details-content h5,
.blog-details .blog-details-content h6 {
  font-family: Syne;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.blog-details .blog-details-content h1 strong,
.blog-details .blog-details-content h2 strong,
.blog-details .blog-details-content h3 strong,
.blog-details .blog-details-content h4 strong,
.blog-details .blog-details-content h5 strong,
.blog-details .blog-details-content h6 strong {
  color: #fff;
}
.blog-details .blog-details-content h1 a,
.blog-details .blog-details-content h2 a,
.blog-details .blog-details-content h3 a,
.blog-details .blog-details-content h4 a,
.blog-details .blog-details-content h5 a,
.blog-details .blog-details-content h6 a {
  color: rgba(2, 252, 240, 0.6);
}
.blog-details .blog-details-content h1 a:hover,
.blog-details .blog-details-content h2 a:hover,
.blog-details .blog-details-content h3 a:hover,
.blog-details .blog-details-content h4 a:hover,
.blog-details .blog-details-content h5 a:hover,
.blog-details .blog-details-content h6 a:hover {
  color: #02fcf0;
}
.blog-details .blog-details-content p {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 1.875vw;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-content p {
    font-size: 16px;
    margin-bottom: 1.7142857143vw;
  }
}
@media (max-width: 1200px) {
  .blog-details .blog-details-content p {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .blog-details .blog-details-content p {
    margin-bottom: 2vw;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-content p {
    color: hsla(0, 0%, 100%, 0.7);
    letter-spacing: 1.2px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details .blog-details-content p {
    font-size: 13px;
  }
}
.blog-details .blog-details-content p:last-child {
  margin-bottom: unset;
}
.blog-details .blog-details-content p strong {
  color: #fff;
}
.blog-details .blog-details-content p a {
  color: rgba(2, 252, 240, 0.6);
}
@media (max-width: 750px) {
  .blog-details .blog-details-content p a {
    color: rgba(2, 252, 240, 0.7);
  }
}
.blog-details .blog-details-content p a:hover {
  color: #02fcf0;
}
.blog-details .blog-details-content ol,
.blog-details .blog-details-content ul {
  margin-bottom: 1.875vw;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-content ol,
  .blog-details .blog-details-content ul {
    margin-bottom: 1.7142857143vw;
  }
}
@media (max-width: 1000px) {
  .blog-details .blog-details-content ol,
  .blog-details .blog-details-content ul {
    margin-bottom: 2vw;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-content ol,
  .blog-details .blog-details-content ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details .blog-details-content ol,
  .blog-details .blog-details-content ul {
    padding-left: 20px;
  }
}
.blog-details .blog-details-content ol li,
.blog-details .blog-details-content ul li {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  letter-spacing: 1px;
}
@media (max-width: 1400px) {
  .blog-details .blog-details-content ol li,
  .blog-details .blog-details-content ul li {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .blog-details .blog-details-content ol li,
  .blog-details .blog-details-content ul li {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .blog-details .blog-details-content ol li,
  .blog-details .blog-details-content ul li {
    color: hsla(0, 0%, 100%, 0.7);
  }
}
@media (max-width: 575px) {
  .blog-details .blog-details-content ol li,
  .blog-details .blog-details-content ul li {
    font-size: 13px;
    padding-bottom: 2px;
    padding-top: 2px;
  }
}
.blog-details .blog-details-content ol li strong,
.blog-details .blog-details-content ul li strong {
  color: #fff;
}
.blog-details .blog-details-content ol li a,
.blog-details .blog-details-content ul li a {
  color: rgba(2, 252, 240, 0.6);
}
@media (max-width: 750px) {
  .blog-details .blog-details-content ol li a,
  .blog-details .blog-details-content ul li a {
    color: rgba(2, 252, 240, 0.7);
  }
}
.blog-details .blog-details-content ol li a:hover,
.blog-details .blog-details-content ul li a:hover {
  color: #02fcf0;
}
.blog-details .blog-details-content ol ol,
.blog-details .blog-details-content ol ul,
.blog-details .blog-details-content ul ol,
.blog-details .blog-details-content ul ul {
  margin-bottom: unset;
}
@keyframes glow-blog-title {
  0%,
  10% {
    color: gray;
    text-shadow: none;
  }
  50% {
    color: hsla(0, 0%, 100%, 0.8);
    text-shadow:
      0 0 0.2604166667vw #02fcf0,
      0 0 0.78125vw rgba(2, 252, 240, 0.2);
  }
  90%,
  92%,
  94%,
  to {
    color: hsla(0, 0%, 100%, 0.8);
    text-shadow:
      0 0 0.2604166667vw #02fcf0,
      0 0 0.78125vw rgba(2, 252, 240, 0.2),
      0 0 1.3020833333vw rgba(2, 252, 240, 0.5),
      0 0 2.34375vw rgba(2, 252, 240, 0.2);
  }
  91%,
  93%,
  99% {
    color: hsla(0, 0%, 100%, 0.8);
    text-shadow: none;
  }
}
@keyframes glow-blog-picture {
  0%,
  10% {
    border: 0.2604166667vw solid gray;
    box-shadow: none;
  }
  80%,
  82%,
  86%,
  to {
    border: 0.2604166667vw solid rgba(2, 252, 240, 0.5);
    box-shadow:
      0 2.6041666667vw 5.2083333333vw -1.04167vw rgba(2, 252, 240, 0.25),
      0 1.5625vw 3.125vw -1.5625vw rgba(2, 252, 240, 0.3);
  }
  81%,
  85%,
  94% {
    border: 0.2604166667vw solid rgba(2, 252, 240, 0.5);
    box-shadow: none;
  }
}
@keyframes glow-blog-head {
  10% {
    border-bottom: 0.2604166667vw solid gray;
  }
  to {
    border-bottom: 0.2604166667vw solid #02fcf0;
    box-shadow: inset 0 -7.8125vw 4.1666666667vw -3.64583vw
      rgba(2, 252, 240, 0.25);
  }
}
.bls {
  display: flex;
  max-width: calc(33.33% - 2.08333vw);
  width: 100%;
}
@media (max-width: 1000px) {
  .bls {
    max-width: calc(50% - 2vw);
  }
}
@media screen and (max-width: 480px) {
  .bls {
    max-width: 100%;
  }
}
.bls a.bls-link {
  color: inherit;
  display: flex;
  text-decoration: none;
  width: 100%;
}
.bls a.bls-link:hover {
  color: inherit;
}
.bls .bls-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.625vw;
}
@media (max-width: 1000px) {
  .bls .bls-inner {
    gap: 1.2vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-inner {
    gap: 1.6666666667vw;
  }
}
.bls .bls-thumb-wrap {
  border: 1px solid rgba(2, 252, 240, 0.5);
  border-radius: 0.7291666667vw;
  box-shadow: 0 0 1.0416666667vw rgba(190, 255, 252, 0.2);
  display: flex;
  padding: 1.0416666667vw;
  position: relative;
  transition: all 0.2s ease 0s;
  width: 100%;
}
@media (max-width: 1000px) {
  .bls .bls-thumb-wrap {
    border-radius: 1.4vw;
    box-shadow: 0 0 2vw rgba(190, 255, 252, 0.2);
    padding: 1.4vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-thumb-wrap {
    border-radius: 2.9166666667vw;
    padding: 2.9166666667vw;
  }
}
.bls .bls-thumb-wrap:before {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.7291666667vw;
  content: "";
  height: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%;
}
@media (max-width: 1000px) {
  .bls .bls-thumb-wrap:before {
    border-radius: 1.4vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-thumb-wrap:before {
    border-radius: 2.9166666667vw;
  }
}
.bls a.bls-link:hover .bls-thumb-wrap {
  border-color: #02fcf0;
  box-shadow: 0 0 1.0416666667vw rgba(190, 255, 252, 0.2);
}
@media (max-width: 1000px) {
  .bls a.bls-link:hover .bls-thumb-wrap {
    box-shadow: 0 0 2vw rgba(190, 255, 252, 0.2);
  }
}
.bls a.bls-link:hover .bls-thumb-wrap:before {
  background-color: rgba(0, 111, 106, 0.1);
}
.bls .bls-thumb {
  border-radius: 0.625vw;
  display: flex;
  height: 13.9583333333vw;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .bls .bls-thumb {
    border-radius: 1.2vw;
    height: 23.6vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-thumb {
    border-radius: 2.5vw;
    height: 50vw;
  }
}
.bls .bls-thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.bls .bls-content {
  border: 1px solid rgba(2, 252, 240, 0.5);
  border-radius: 0.7291666667vw;
  box-shadow: 0 0 1.0416666667vw rgba(190, 255, 252, 0.2);
  display: flex;
  flex-grow: 1;
  padding: 1.5625vw 1.5625vw 1.0416666667vw;
  position: relative;
  transition: all 0.2s ease 0s;
  width: 100%;
}
@media (max-width: 1000px) {
  .bls .bls-content {
    border-radius: 1.4vw;
    box-shadow: 0 0 2vw rgba(190, 255, 252, 0.2);
    padding: 2.4vw 2.4vw 1.4vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-content {
    border-radius: 2.9166666667vw;
    padding: 5vw 5vw 2.9166666667vw;
  }
}
.bls .bls-content:before {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.7291666667vw;
  content: "";
  height: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  width: 100%;
}
@media (max-width: 1000px) {
  .bls .bls-content:before {
    border-radius: 1.4vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-content:before {
    border-radius: 2.9166666667vw;
  }
}
.bls a.bls-link:hover .bls-content {
  border-color: #02fcf0;
  box-shadow: 0 0 1.0416666667vw rgba(190, 255, 252, 0.4);
}
@media (max-width: 1000px) {
  .bls a.bls-link:hover .bls-content {
    box-shadow: 0 0 2vw rgba(190, 255, 252, 0.4);
  }
}
.bls a.bls-link:hover .bls-content:before {
  background-color: rgba(0, 111, 106, 0.1);
}
.bls .bls-content-inner {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1400px) {
  .bls .bls-content-inner {
    gap: 1.4285714286vw;
  }
}
@media (max-width: 1200px) {
  .bls .bls-content-inner {
    gap: 1.1666666667vw;
  }
}
@media (max-width: 1000px) {
  .bls .bls-content-inner {
    gap: 2vw;
  }
}
@media (max-width: 750px) {
  .bls .bls-content-inner {
    gap: 2.1333333333vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-content-inner {
    gap: 3.3333333333vw;
  }
}
.bls .bls-cat {
  display: flex;
  width: 100%;
}
.bls .bls-cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .bls .bls-cat ul {
    gap: 1vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-cat ul {
    gap: 2.0833333333vw;
  }
}
.bls .bls-cat ul li {
  backdrop-filter: blur(6px);
  background-color: rgba(2, 252, 240, 0.05);
  border: 1px solid rgba(2, 252, 240, 0.6);
  border-radius: 0.3125vw;
  font-size: 0.6770833333vw;
  font-weight: 100;
  line-height: 1.4;
  list-style: none;
  margin: 0;
  padding: 0.2083333333vw 0.4166666667vw;
}
@media (max-width: 1400px) {
  .bls .bls-cat ul li {
    border-radius: 0.3571428571vw;
    font-size: 0.7857142857vw;
  }
}
@media (max-width: 1200px) {
  .bls .bls-cat ul li {
    border-radius: 0.4166666667vw;
    font-size: 0.9166666667vw;
    padding: 0.3333333333vw 0.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .bls .bls-cat ul li {
    border-radius: 0.5vw;
    font-size: 1.1vw;
    padding: 0.4vw 0.8vw;
  }
}
@media (max-width: 750px) {
  .bls .bls-cat ul li {
    border-radius: 0.5333333333vw;
    font-size: 1.3333333333vw;
    padding: 0.4vw 0.8vw;
  }
}
@media (max-width: 575px) {
  .bls .bls-cat ul li {
    border-radius: 0.6956521739vw;
    font-size: 1.7391304348vw;
    padding: 0.5217391304vw 1.0434782609vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-cat ul li {
    border-radius: 0.8333333333vw;
    font-size: 2.5vw;
    padding: 0.625vw 1.25vw;
  }
}
.bls .bls-title {
  display: flex;
  flex-grow: 1;
  width: 100%;
}
.bls .bls-title .h4 {
  font-size: 1.0416666667vw;
  line-height: 1.4;
}
@media (max-width: 1400px) {
  .bls .bls-title .h4 {
    font-size: 1.2857142857vw;
  }
}
@media (max-width: 1000px) {
  .bls .bls-title .h4 {
    font-size: 1.8vw;
  }
}
@media (max-width: 750px) {
  .bls .bls-title .h4 {
    font-size: 1.8666666667vw;
  }
}
@media (max-width: 575px) {
  .bls .bls-title .h4 {
    font-size: 2.0869565217vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-title .h4 {
    font-size: 2.9166666667vw;
  }
}
.bls .bls-meta {
  display: flex;
  gap: 1.0416666667vw;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1000px) {
  .bls .bls-meta {
    gap: 2vw;
  }
}
@media (max-width: 575px) {
  .bls .bls-meta {
    gap: 3.4782608696vw;
  }
}
.bls .bls-author {
  align-items: center;
  display: flex;
  gap: 0.4166666667vw;
}
@media (max-width: 1200px) {
  .bls .bls-author {
    gap: 0.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .bls .bls-author {
    gap: 0.8vw;
  }
}
@media (max-width: 750px) {
  .bls .bls-author {
    gap: 1.0666666667vw;
  }
}
@media (max-width: 575px) {
  .bls .bls-author {
    gap: 1.3913043478vw;
  }
}
.bls .bls-author img {
  border-radius: 50%;
  height: 1.875vw;
  width: 1.875vw;
}
@media (max-width: 1200px) {
  .bls .bls-author img {
    height: 2.5vw;
    width: 2.5vw;
  }
}
@media (max-width: 1000px) {
  .bls .bls-author img {
    height: 3vw;
    width: 3vw;
  }
}
@media (max-width: 750px) {
  .bls .bls-author img {
    height: 4vw;
    width: 4vw;
  }
}
@media (max-width: 575px) {
  .bls .bls-author img {
    height: 4.5217391304vw;
    width: 4.5217391304vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-author img {
    height: 5.4166666667vw;
    width: 5.4166666667vw;
  }
}
.bls .bls-author span {
  font-size: 0.625vw;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .bls .bls-author span {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 1200px) {
  .bls .bls-author span {
    font-size: 0.9166666667vw;
  }
}
@media (max-width: 1000px) {
  .bls .bls-author span {
    font-size: 1.1vw;
  }
}
@media (max-width: 750px) {
  .bls .bls-author span {
    font-size: 1.4666666667vw;
  }
}
@media (max-width: 575px) {
  .bls .bls-author span {
    font-size: 1.9130434783vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-author span {
    font-size: 2.5vw;
  }
}
.bls .bls-read-time {
  align-items: center;
  display: flex;
  font-size: 0.625vw;
  gap: 0.4166666667vw;
}
@media (max-width: 1400px) {
  .bls .bls-read-time {
    font-size: 0.8571428571vw;
  }
}
@media (max-width: 1200px) {
  .bls .bls-read-time {
    font-size: 0.9166666667vw;
    gap: 0.6666666667vw;
  }
}
@media (max-width: 1000px) {
  .bls .bls-read-time {
    font-size: 1.1vw;
    gap: 0.8vw;
  }
}
@media (max-width: 750px) {
  .bls .bls-read-time {
    font-size: 1.4666666667vw;
    gap: 1.0666666667vw;
  }
}
@media (max-width: 575px) {
  .bls .bls-read-time {
    font-size: 1.9130434783vw;
    gap: 1.3913043478vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-read-time {
    font-size: 2.5vw;
    gap: 1.6666666667vw;
  }
}
.bls .bls-read-time .icon {
  font-size: 1.3541666667vw;
}
@media (max-width: 1400px) {
  .bls .bls-read-time .icon {
    font-size: 1.7142857143vw;
  }
}
@media (max-width: 1200px) {
  .bls .bls-read-time .icon {
    font-size: 1.8333333333vw;
  }
}
@media (max-width: 1000px) {
  .bls .bls-read-time .icon {
    font-size: 2.2vw;
  }
}
@media (max-width: 750px) {
  .bls .bls-read-time .icon {
    font-size: 2.9333333333vw;
  }
}
@media (max-width: 575px) {
  .bls .bls-read-time .icon {
    font-size: 3.8260869565vw;
  }
}
@media screen and (max-width: 480px) {
  .bls .bls-read-time .icon {
    font-size: 4.5833333333vw;
  }
}
.bls.not-found {
  justify-content: center;
  max-width: 100%;
  width: 100%;
}
.bls.bls-hide {
  opacity: 0;
  transform: scale(0.92);
}
.bls.bls-animate {
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
.bls.skeleton {
  pointer-events: none;
}
.bls.skeleton .bls-author,
.bls.skeleton .bls-cat,
.bls.skeleton .bls-read-time,
.bls.skeleton .bls-thumb,
.bls.skeleton .bls-title {
  color: transparent;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.bls.skeleton .bls-author:before,
.bls.skeleton .bls-cat:before,
.bls.skeleton .bls-read-time:before,
.bls.skeleton .bls-thumb:before,
.bls.skeleton .bls-title:before {
  animation: shine-blog 2s infinite;
  background: linear-gradient(
    90deg,
    rgba(2, 252, 240, 0),
    rgba(2, 252, 240, 0) 20%,
    rgba(2, 252, 240, 0.2) 50%,
    rgba(2, 252, 240, 0) 80%,
    rgba(2, 252, 240, 0)
  );
  content: "";
  height: 150%;
  left: -150%;
  position: absolute;
  top: 0;
  width: 150%;
}
.bls.skeleton .bls-author:after,
.bls.skeleton .bls-cat:after,
.bls.skeleton .bls-read-time:after,
.bls.skeleton .bls-thumb:after,
.bls.skeleton .bls-title:after {
  display: none;
}
.bls.skeleton .bls-author *,
.bls.skeleton .bls-cat *,
.bls.skeleton .bls-read-time *,
.bls.skeleton .bls-thumb *,
.bls.skeleton .bls-title * {
  opacity: 0 !important;
}
.bls.skeleton .bls-author,
.bls.skeleton .bls-cat,
.bls.skeleton .bls-read-time,
.bls.skeleton .bls-title {
  border-radius: 0.3125vw;
}
@media (max-width: 1400px) {
  .bls.skeleton .bls-author,
  .bls.skeleton .bls-cat,
  .bls.skeleton .bls-read-time,
  .bls.skeleton .bls-title {
    border-radius: 0.4285714286vw;
  }
}
@media (max-width: 1200px) {
  .bls.skeleton .bls-author,
  .bls.skeleton .bls-cat,
  .bls.skeleton .bls-read-time,
  .bls.skeleton .bls-title {
    border-radius: 0.5vw;
  }
}
@media (max-width: 1000px) {
  .bls.skeleton .bls-author,
  .bls.skeleton .bls-cat,
  .bls.skeleton .bls-read-time,
  .bls.skeleton .bls-title {
    border-radius: 0.6vw;
  }
}
@media (max-width: 750px) {
  .bls.skeleton .bls-author,
  .bls.skeleton .bls-cat,
  .bls.skeleton .bls-read-time,
  .bls.skeleton .bls-title {
    border-radius: 0.8vw;
  }
}
@media (max-width: 575px) {
  .bls.skeleton .bls-author,
  .bls.skeleton .bls-cat,
  .bls.skeleton .bls-read-time,
  .bls.skeleton .bls-title {
    border-radius: 1.0434782609vw;
  }
}
@media screen and (max-width: 480px) {
  .bls.skeleton .bls-author,
  .bls.skeleton .bls-cat,
  .bls.skeleton .bls-read-time,
  .bls.skeleton .bls-title {
    border-radius: 1.25vw;
  }
}
@keyframes shine-blog {
  to {
    left: 150%;
  }
}
.related-blog .related-blog-box {
  display: flex;
  overflow: hidden;
  padding-bottom: 5.2083333333vw;
  padding-top: 2.6041666667vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .related-blog .related-blog-box {
    padding-top: 4vw;
  }
}
@media (max-width: 750px) {
  .related-blog .related-blog-box {
    padding-bottom: 6.6666666667vw;
    padding-top: 5.3333333333vw;
  }
}
@media (max-width: 575px) {
  .related-blog .related-blog-box {
    padding-bottom: 10.4347826087vw;
    padding-top: 10.4347826087vw;
  }
}
.related-blog .related-blog-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 88.5416666667vw;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .related-blog .related-blog-container {
    max-width: calc(100% - 5vw);
  }
}
.related-blog .related-blog-inner {
  display: flex;
  flex-direction: column;
  gap: 2.0833333333vw;
  width: 100%;
}
@media (max-width: 1200px) {
  .related-blog .related-blog-inner {
    gap: 3.3333333333vw;
  }
}
@media (max-width: 1000px) {
  .related-blog .related-blog-inner {
    gap: 4vw;
  }
}
@media (max-width: 750px) {
  .related-blog .related-blog-inner {
    gap: 5.3333333333vw;
  }
}
.related-blog .related-blog-heading {
  align-items: center;
  display: flex;
  gap: 1.5625vw;
  justify-content: space-between;
  width: 100%;
}
.related-blog .related-blog-heading-left {
  display: flex;
}
.related-blog .title-wrap .h2 {
  font-size: 2.0833333333vw;
}
@media (max-width: 1400px) {
  .related-blog .title-wrap .h2 {
    font-size: 2.5714285714vw;
  }
}
@media (max-width: 1200px) {
  .related-blog .title-wrap .h2 {
    font-size: 3vw;
  }
}
@media (max-width: 1000px) {
  .related-blog .title-wrap .h2 {
    font-size: 3.2vw;
  }
}
@media (max-width: 750px) {
  .related-blog .title-wrap .h2 {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 575px) {
  .related-blog .title-wrap .h2 {
    font-size: 4.8695652174vw;
  }
}
.related-blog .related-blog-heading-right {
  display: flex;
}
@media (max-width: 1400px) {
  .related-blog .related-blog-heading-right .btn {
    font-size: 16px;
    padding: 9px 26px;
  }
}
@media (max-width: 1000px) {
  .related-blog .related-blog-heading-right .btn {
    font-size: 14px;
    padding: 7px 22px;
  }
}
@media (max-width: 575px) {
  .related-blog .related-blog-heading-right .btn {
    font-size: 10px;
    padding: 5px 18px;
  }
}
.related-blog .related-blog-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3.125vw;
  width: 100%;
}
@media (max-width: 1000px) {
  .related-blog .related-blog-wrap {
    gap: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .related-blog .related-blog-wrap {
    gap: 6.25vw;
  }
}
:root {
  --header-bg: #000;
  --mbnav-line-color: #fff;
  --mbnav-text-color: #fff;
  --mbnav-transition: 0.3s ease 0s;
  --mbnav-hamburger-size: 35px;
  --mbnav-caret-width: 36px;
}
.mbnav {
  align-items: center;
  display: flex;
}
.mbnav .hamburger {
  cursor: pointer;
  height: var(--mbnav-hamburger-size);
  position: relative;
  width: var(--mbnav-hamburger-size);
}
.mbnav .hamburger span {
  background-color: var(--mbnav-line-color);
  height: 2px;
  position: absolute;
  right: 0;
  transition: var(--mbnav-transition);
  -webkit-transition: var(--mbnav-transition);
  -moz-transition: var(--mbnav-transition);
  -o-transition: var(--mbnav-transition);
  -ms-transition: var(--mbnav-transition);
  width: 100%;
}
.mbnav .hamburger span:first-child {
  top: calc(var(--mbnav-hamburger-size) / 2.8);
}
.mbnav .hamburger span:nth-child(2) {
  top: 60%;
  width: 60%;
}
.mbnav.is-open .hamburger span:first-child {
  right: 3px;
  top: calc(var(--mbnav-hamburger-size) / 2);
  transform: rotate(225deg);
  width: 80%;
}
.mbnav.is-open .hamburger span:nth-child(2) {
  right: 3px;
  top: calc(100% - var(--mbnav-hamburger-size) / 2);
  transform: rotate(-225deg);
  width: 80%;
}
.mbnav__state {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.9);
  bottom: 0;
  height: 100vh;
  left: 100%;
  position: fixed;
  top: 0;
  transition: var(--mbnav-transition);
  -webkit-transition: var(--mbnav-transition);
  -moz-transition: var(--mbnav-transition);
  -o-transition: var(--mbnav-transition);
  -ms-transition: var(--mbnav-transition);
  width: 100%;
}
.mbnav__state .mbnav__inner {
  display: flex;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: var(--header-height) 0 0 0;
  position: relative;
  width: 100%;
}
.mbnav__state .menu-header-menu-container {
  display: flex;
  flex-direction: column;
  padding: 30px 0 0;
  width: 100%;
}
.mbnav__state ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 2.6666666667vw;
  scrollbar-color: grey transparent;
  scrollbar-width: thin;
  width: 100%;
}
.mbnav__state ul::-webkit-scrollbar {
  width: 8px;
}
.mbnav__state ul::-webkit-scrollbar-thumb {
  background-color: grey;
  border-radius: 4px;
}
.mbnav__state ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.mbnav__state ul li {
  display: flex;
  margin-bottom: 4px;
  margin-top: 4px;
  padding-bottom: 0;
  padding-top: 0;
}
.mbnav__state ul li span {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mbnav__state ul a {
  color: var(--mbnav-text-color);
  font-family: Kusanagi;
  font-size: 14px;
  padding: 14px 0;
  text-align: right;
  text-decoration: none;
  width: 100%;
}
.mbnav__state .header-site-select-wrap-mobile {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding: 30px 2.6666666667vw;
  width: 100%;
}
.mbnav__state .header-site-select-wrap-mobile .header-site-select-mobile {
  border: 1px solid #da00ff;
  border-radius: 5px;
  display: flex;
  height: 32px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 152px;
}
.mbnav__state .header-site-select-wrap-mobile .header-site-select-mobile:hover {
  border-color: #fff;
}
.mbnav__state .header-site-select-wrap-mobile .header-site-select-mobile:after {
  border: 1px solid #fff;
  border-left: unset;
  border-top: unset;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 9px;
  transform: rotate(45deg);
  width: 8px;
}
.mbnav__state .header-site-select-wrap-mobile select {
  background: unset;
  background-color: #000;
  border: unset;
  font-family: Kusanagi;
  font-size: 10px;
  height: 100%;
  padding: 0 44px 2px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
body.mobile-menu-open .mbnav__state {
  left: 0;
}
:root {
  --header-left-widht: 122px;
}
@media (max-width: 1000px) {
  :root {
    --header-left-widht: 94px;
  }
}
.main-header {
  position: fixed;
  width: 100%;
  z-index: 2;
}
.main-header .main-header-top-offer-strip {
  align-items: center;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  height: 44px;
  max-height: 44px;
}
@media (max-width: 750px) {
  .main-header .main-header-top-offer-strip {
    height: 50px;
    max-height: 50px;
    position: relative;
    z-index: 2;
  }
}
.main-header .main-header-top-offer-strip-inner {
  display: flex;
  width: 100%;
}
.main-header .main-header-top-offer-strip-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 750px) {
  .main-header .main-header-top-offer-strip-wrap {
    flex-direction: column;
    gap: 2px;
  }
}
.main-header .main-header-top-offer-strip-wrap p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
@media (max-width: 1000px) {
  .main-header .main-header-top-offer-strip-wrap p {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .main-header .main-header-top-offer-strip-wrap p {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .main-header .main-header-top-offer-strip-wrap p {
    font-size: 1.7708333333vw;
  }
}
@media (max-width: 500px) {
  .main-header .main-header-top-offer-strip-wrap p {
    font-size: 2.3958333333vw;
  }
}
@media (max-width: 575px) {
  .main-header
    .main-header-top-offer-strip-wrap
    p
    .main-header-top-offer-strip-dash {
    display: none;
  }
  .main-header
    .main-header-top-offer-strip-wrap
    p
    .main-header-top-offer-strip-code {
    display: block;
  }
}
.main-header .main-header-top-offer-strip-wrap p span span {
  color: #02fcf0;
}
.main-header .main-header-top-offer-strip-wrap .offer-timer {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 100;
  gap: 4px;
  line-height: 1;
  margin: 0;
  padding-left: 10px;
  text-align: center;
}
@media (max-width: 575px) {
  .main-header .main-header-top-offer-strip-wrap .offer-timer {
    padding-left: 0;
  }
}
.main-header .main-header-top-offer-strip-wrap .offer-timer > span {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-transform: uppercase;
}
.main-header .main-header-top-offer-strip-wrap .offer-timer > span.timer-label {
  font-family: Syne;
  font-size: 16px;
  font-weight: 700;
  padding-right: 6px;
  text-transform: unset;
}
@media (max-width: 1000px) {
  .main-header
    .main-header-top-offer-strip-wrap
    .offer-timer
    > span.timer-label {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .main-header
    .main-header-top-offer-strip-wrap
    .offer-timer
    > span.timer-label {
    font-size: 10px;
    padding-right: 4px;
  }
}
@media (max-width: 575px) {
  .main-header
    .main-header-top-offer-strip-wrap
    .offer-timer
    > span.timer-label {
    font-size: 1.7708333333vw;
    padding-right: 0.6956521739vw;
  }
}
@media (max-width: 500px) {
  .main-header
    .main-header-top-offer-strip-wrap
    .offer-timer
    > span.timer-label {
    font-size: 2.0833333333vw;
    padding-right: 0.8vw;
  }
}
.main-header .main-header-top-offer-strip-wrap .offer-timer > span > span {
  background-color: rgba(2, 252, 240, 0.2);
  border: 1px solid rgba(2, 252, 240, 0.6);
  border-radius: 4px;
  color: #fff;
  font-family: Kusanagi;
  font-size: 12px;
  font-weight: 400;
  min-width: 30px;
  padding: 2px 0;
  text-align: center;
}
@media (max-width: 1000px) {
  .main-header .main-header-top-offer-strip-wrap .offer-timer > span > span {
    border-radius: 3px;
    font-size: 10px;
    min-width: 24px;
  }
}
@media (max-width: 750px) {
  .main-header .main-header-top-offer-strip-wrap .offer-timer > span > span {
    border-radius: 3px;
    font-size: 8px;
    min-width: 20px;
  }
}
.main-header .main-header-box {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
@media (max-width: 750px) {
  .main-header .main-header-box {
    position: relative;
    z-index: 2;
  }
}
.main-header .main-header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 96px);
  width: 100%;
}
@media (max-width: 1400px) {
  .main-header .main-header-container {
    max-width: calc(100% - 5vw);
  }
}
@media (max-width: 750px) {
  .main-header .main-header-container {
    max-width: calc(100% - 5.33333vw);
  }
}
.main-header .header-inner {
  align-items: center;
  display: flex;
  gap: 1.5625vw;
  height: calc(var(--header-inner-height) - 1px);
  justify-content: space-between;
  max-height: calc(var(--header-inner-height) - 1px);
  padding-left: 4px;
  width: 100%;
}
@media (max-width: 1000px) {
  .main-header .header-inner {
    padding-left: unset;
  }
}
.main-header .header-left {
  display: flex;
  max-width: var(--header-left-widht);
  width: 100%;
}
.main-header .header-logo {
  display: flex;
  max-width: 134px;
}
.main-header .header-logo a {
  display: flex;
  transition: all 0.3s ease 0s;
}
.main-header .header-logo a img {
  max-width: 100%;
}
.main-header .header-logo a:hover {
  transform: scale(0.94);
}
.main-header .header-right {
  align-items: center;
  display: flex;
  gap: 2.0833333333vw;
  justify-content: flex-end;
  max-width: calc(100% - var(--header-left-widht) - 1.5625vw);
  width: 100%;
}
@media (max-width: 750px) {
  .main-header .header-right {
    gap: 20px;
  }
}
.main-header .main-navigation {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .main-header .main-navigation {
    display: none;
  }
}
.main-header ul.desktop-menu {
  display: flex;
  gap: 2.195vw;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .main-header ul.desktop-menu {
    gap: 1.5625vw;
  }
}
.main-header ul.desktop-menu li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-header ul.desktop-menu li a {
  font-family: Kusanagi;
  font-size: clamp(11px, 0.588vw + 2.7647px, 13px);
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .main-header ul.desktop-menu li a {
    font-size: clamp(9px, 0.8vw + 3px, 11px);
  }
}
.main-header .header-site-select-wrap {
  align-items: center;
  display: flex;
}
@media (max-width: 750px) {
  .main-header .header-site-select-wrap {
    display: none;
  }
}
.main-header .header-site-select-wrap .header-site-select {
  border: 1px solid #da00ff;
  border-radius: 5px;
  display: flex;
  height: 32px;
  position: relative;
  transition: all 0.3s ease 0s;
  width: 152px;
}
@media (max-width: 1000px) {
  .main-header .header-site-select-wrap .header-site-select {
    height: 22px;
    width: 110px;
  }
}
.main-header .header-site-select-wrap .header-site-select:hover {
  border-color: #fff;
}
.main-header .header-site-select-wrap .header-site-select:after {
  border: 1px solid #fff;
  border-left: unset;
  border-top: unset;
  content: "";
  height: 8px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 9px;
  transform: rotate(45deg);
  width: 8px;
}
@media (max-width: 1000px) {
  .main-header .header-site-select-wrap .header-site-select:after {
    right: 12px;
    top: 4px;
  }
}
.main-header .header-site-select-wrap select {
  background: unset;
  background-color: #000;
  border: unset;
  font-family: Kusanagi;
  font-size: 10px;
  height: 100%;
  padding: 0 44px 2px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
@media (max-width: 1000px) {
  .main-header .header-site-select-wrap select {
    font-size: 8px;
    padding: 0 30px 1px 8px;
  }
}
.main-header .header-phone-wrap {
  display: none;
}
@media (max-width: 750px) {
  .main-header .header-phone-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.main-header .header-phone-wrap a {
  align-items: center;
  display: flex;
  font-size: 22px;
  height: 36px;
  justify-content: center;
  text-decoration: none;
  transform: scaleX(-1);
  width: 36px;
}
.main-header .header-booknow-wrap {
  display: none;
}
@media (max-width: 750px) {
  .main-header .header-booknow-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.main-header .header-booknow-wrap .btn-large {
  border-radius: 8px;
  box-shadow: 0 0 10px 3px rgba(190, 255, 252, 0.18);
  font-size: 12px;
  padding: 9px 11.5px 9.8px;
}
@media (max-width: 575px) {
  .main-header .header-booknow-wrap .btn-large {
    font-size: 10px;
  }
}
.main-header .mobile-navigation {
  display: none;
}
@media (max-width: 750px) {
  .main-header .mobile-navigation {
    display: flex;
  }
}
.site-footer {
  position: relative;
  z-index: 1;
}
.site-footer .site-footer-box {
  background-color: #000;
  padding-bottom: 100px;
  padding-top: 100px;
  width: 100%;
}
@media (max-width: 750px) {
  .site-footer .site-footer-box {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
.site-footer .site-footer-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 96px);
  width: 100%;
}
@media (max-width: 1400px) {
  .site-footer .site-footer-container {
    max-width: calc(100% - 5vw);
  }
}
@media (max-width: 1000px) {
  .site-footer .site-footer-container {
    gap: 2.0833333333vw;
  }
}
@media (max-width: 750px) {
  .site-footer .site-footer-container {
    max-width: calc(100% - 5.33333vw);
  }
}
.site-footer .site-footer-top {
  display: flex;
  gap: 1.5625vw;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1000px) {
  .site-footer .site-footer-top {
    flex-direction: column;
    gap: 2.0833333333vw;
  }
}
.site-footer .site-footer-top-left {
  display: flex;
  max-width: calc(24% - 0.78125vw);
  width: 100%;
}
@media (max-width: 1000px) {
  .site-footer .site-footer-top-left {
    max-width: 100%;
  }
}
.site-footer .site-footer-top-left-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
  width: 100%;
}
@media (max-width: 750px) {
  .site-footer .site-footer-top-left-inner {
    gap: 1.0416666667vw;
  }
}
.site-footer .footer-logo {
  display: flex;
  max-width: 134px;
}
@media (max-width: 750px) {
  .site-footer .footer-logo {
    max-width: 126px;
  }
}
.site-footer .footer-logo a {
  display: flex;
  transition: all 0.3s ease 0s;
}
.site-footer .footer-logo a img {
  max-width: 100%;
}
.site-footer .footer-logo a:hover {
  transform: scale(0.94);
}
.site-footer .footer-copyright-text {
  display: flex;
}
.site-footer .footer-copyright-text p {
  font-size: 0.6770833333vw;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 1000px) {
  .site-footer .footer-copyright-text p {
    font-size: 10px;
  }
}
@media (max-width: 750px) {
  .site-footer .footer-copyright-text p {
    font-size: 2.6666666667vw;
  }
}
.site-footer .site-footer-top-right {
  display: flex;
  max-width: calc(76% - 0.78125vw);
  width: 100%;
}
@media (max-width: 1000px) {
  .site-footer .site-footer-top-right {
    max-width: 100%;
  }
}
.site-footer .site-footer-top-right-inner {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1000px) {
  .site-footer .site-footer-top-right-inner {
    justify-content: unset;
  }
}
@media (max-width: 750px) {
  .site-footer .site-footer-top-right-inner {
    padding-top: 30px;
  }
}
.site-footer .footer-menu-wrap,
.site-footer .footer-navigation {
  display: flex;
}
.site-footer .footer-navigation ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 750px) {
  .site-footer .footer-navigation ul {
    flex-direction: column;
    gap: 2px;
  }
}
.site-footer .footer-navigation ul li {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-navigation a {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .site-footer .footer-navigation a {
    font-size: 1.2vw;
  }
}
@media (max-width: 750px) {
  .site-footer .footer-navigation a {
    font-size: 14px;
  }
}
.site-footer .site-footer-bottom {
  display: flex;
  gap: 1.5625vw;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1000px) {
  .site-footer .site-footer-bottom {
    flex-direction: column-reverse;
    gap: 2.0833333333vw;
  }
}
.site-footer .site-footer-bottom-left {
  display: flex;
  max-width: calc(70% - 0.78125vw);
  width: 100%;
}
@media (max-width: 1000px) {
  .site-footer .site-footer-bottom-left {
    max-width: 100%;
  }
}
.site-footer .site-footer-bottom-left-inner {
  align-items: center;
  display: flex;
  padding-top: 6px;
  width: 100%;
}
.site-footer .footer-payment-options-wrap {
  display: flex;
  width: 100%;
}
.site-footer .footer-payment-options-wrap ul {
  align-items: center;
  gap: 8px;
}
@media (max-width: 1000px) {
  .site-footer .footer-payment-options-wrap ul {
    gap: 6px;
  }
}
.site-footer .footer-payment-options-wrap ul li img {
  max-height: 40px;
  max-width: 40px;
}
@media (max-width: 1000px) {
  .site-footer .footer-payment-options-wrap ul li img {
    max-height: 34px;
    max-width: 34px;
  }
}
@media (max-width: 750px) {
  .site-footer .footer-payment-options-wrap ul li img {
    max-height: 28px;
    max-width: 28px;
  }
}
.site-footer .site-footer-bottom-right {
  display: flex;
  max-width: calc(30% - 0.78125vw);
  width: 100%;
}
@media (max-width: 1000px) {
  .site-footer .site-footer-bottom-right {
    max-width: 100%;
  }
}
.site-footer .site-footer-bottom-right-inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1000px) {
  .site-footer .site-footer-bottom-right-inner {
    justify-content: unset;
  }
}
@media (max-width: 750px) {
  .site-footer .site-footer-bottom-right-inner {
    padding-top: 30px;
  }
}
.site-footer .footer-social-links-wrap {
  display: flex;
}
.site-footer .footer-social-links-wrap ul {
  gap: 8px;
}
.site-footer .footer-social-links-wrap a {
  display: flex;
}
.site-footer .footer-social-links-wrap a img {
  height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.site-footer .footer-social-links-wrap a:hover img {
  transform: scale(0.9);
}
/*# sourceMappingURL=style.css.map */
.header-inner,
.hero-banner-left,
.map-section,
.site-footer-box {
  display: none !important;
}

.footer-copyright-text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px !important;
}