@charset "UTF-8";
@font-face {
  font-family: "Tiger Rag Std";
  src: url("../webfonts/TigerRagStd.eot");
  src: url("../webfonts/TigerRagStd.eot?#iefix") format("embedded-opentype"), url("../webfonts/TigerRagStd.woff2") format("woff2"), url("../webfonts/TigerRagStd.woff") format("woff"), url("../webfonts/TigerRagStd.svg#TigerRagStd") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FC;
}
@font-face {
  font-family: "Optima LT Std";
  src: url("../webfonts/OptimaLTStd-Bold.eot");
  src: url("../webfonts/OptimaLTStd-Bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/OptimaLTStd-Bold.woff2") format("woff2"), url("../webfonts/OptimaLTStd-Bold.woff") format("woff"), url("../webfonts/OptimaLTStd-Bold.svg#OptimaLTStd-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Optima LT Std";
  src: url("../webfonts/OptimaLTStd.eot");
  src: url("../webfonts/OptimaLTStd.eot?#iefix") format("embedded-opentype"), url("../webfonts/OptimaLTStd.woff2") format("woff2"), url("../webfonts/OptimaLTStd.woff") format("woff"), url("../webfonts/OptimaLTStd.svg#OptimaLTStd") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Optima LT Std";
  src: url("../webfonts/OptimaLTStd-Black.eot");
  src: url("../webfonts/OptimaLTStd-Black.eot?#iefix") format("embedded-opentype"), url("../webfonts/OptimaLTStd-Black.woff2") format("woff2"), url("../webfonts/OptimaLTStd-Black.woff") format("woff"), url("../webfonts/OptimaLTStd-Black.svg#OptimaLTStd-Black") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Optima LT Std";
  src: url("../webfonts/OptimaLTStd-Medium.eot");
  src: url("../webfonts/OptimaLTStd-Medium.eot?#iefix") format("embedded-opentype"), url("../webfonts/OptimaLTStd-Medium.woff2") format("woff2"), url("../webfonts/OptimaLTStd-Medium.woff") format("woff"), url("../webfonts/OptimaLTStd-Medium.svg#OptimaLTStd-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
/* Simple one value */
/* Which outputs... */
/* Margin-top simple one value */
/* Which outputs... */
/* Margin shorthand [value] [0/auto] */
/* Which outputs... */
/* * Unfortunately margin:[0/auto] [value] isn’t supported.*/
/* Margin shorthand with values for top/bottom & left/right */
/* Which outputs... */
body {
  background-color: #FFFFFF;
  color: #202020;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  font-family: "Inter", sans-serif;
}
@media (max-width: 991px) {
  body {
    padding-bottom: 40px;
  }
}
* {
  outline: 0 none;
}
::-moz-selection {
  background-color: #C9A74A;
  color: #FFFFFF;
}
::selection {
  background-color: #C9A74A;
  color: #FFFFFF;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
h1, .h1 {
  font-size: clamp(36px, 5.2083333333vw, 100px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.25em;
  font-family: "Optima LT Std", sans-serif;
}
h2, .h2 {
  font-size: clamp(28px, 3.6458333333vw, 70px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.25em;
  font-family: "Optima LT Std", sans-serif;
}
h2.large, .h2.large {
  font-size: clamp(32px, 4.1666666667vw, 80px);
}
h3, .h3 {
  font-size: clamp(24px, 1.5625vw, 30px);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.75em;
  font-family: "Optima LT Std", sans-serif;
}
h4, .h4 {
  font-size: clamp(18px, 1.09375vw, 21px);
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
h5, .h5 {
  font-size: 1.8rem;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-family: "Optima LT Std", sans-serif;
  font-weight: 700;
}
h6, .h6 {
  font-size: 14px;
  font-weight: 700;
}
.container {
  max-width: 1730px;
  padding-left: clamp(15px, 2.34375vw, 45px);
  padding-right: clamp(15px, 2.34375vw, 45px);
}
a, button, .button, input, .fas, .far, button[type="submit"] {
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  text-decoration: none;
}
input, textarea, button, select {
  font-family: "Optima LT Std", sans-serif;
  outline: none !important;
  line-height: normal;
}
input[type="submit"] {
  -webkit-appearance: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="file"], input[type="search"], input[type="phone"], textarea, select, .selectric {
  width: 100%;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #000000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  line-height: 26px;
  padding: 16px 20px;
  background-color: #FFFFFF;
  color: #202020;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
input[type="text"].form-control, input[type="email"].form-control, input[type="password"].form-control, input[type="tel"].form-control, input[type="number"].form-control, input[type="file"].form-control, input[type="search"].form-control, input[type="phone"].form-control, textarea.form-control, select.form-control, .selectric.form-control {
  height: 60px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
select {
  height: 60px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #FFFFFF no-repeat right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.987' height='10' viewBox='0 0 17.987 10'%3E%3Cpath id='Path_429' data-name='Path 429' d='M15.971,3a1,1,0,0,0-.687.3l-7.99,7.988a1,1,0,0,0,0,1.414l7.99,7.988A1,1,0,1,0,16.7,19.281L9.414,12,16.7,4.719A1,1,0,0,0,15.971,3Z' transform='translate(-3.002 17) rotate(-90)' fill='%23e89f1b'/%3E%3C/svg%3E");
  background-size: 25px 6px;
  padding-right: 35px;
}
textarea {
  height: 140px;
  display: block;
  resize: none;
}
@media (max-width: 767px) {
  textarea {
    height: 120px;
  }
}
a {
  color: #C9A74A;
}
a:hover {
  color: #005847;
}
b, strong {
  font-weight: 700;
}
p, ul, ol {
  margin-bottom: 25px;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
@media (max-width: 991px) {
  #wpadminbar {
    display: none !important;
  }
  html[lang*="-"] {
    margin-top: 0 !important;
  }
}
/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2 * 1rem);
  }
}
.alignright {
  float: right;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
  padding: 4px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
  text-align: center;
}
.wp-caption-text {
  margin: 10px 0;
  font-size: 15px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-bg {
  position: relative;
  display: block;
}
.img-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.selectric .label {
  color: inherit;
  font-size: inherit;
  height: auto;
  line-height: 1.2;
  margin-left: 0;
}
.selectric .button {
  background: none !important;
  color: #C9A74A;
  height: 100%;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  width: 60px;
}
.selectric .button:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  border: none;
  font-size: 10px;
  width: auto;
  height: auto;
  position: static;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.selectric-hover .selectric .button {
  color: #C9A74A;
}
.selectric-hover .selectric .button:after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.selectric-hover.selectric-open .selectric .button:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selectric-open .button:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selectric-open .selectric-items {
  opacity: 1;
}
.selectric-open .selectric-items:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.selectric-items {
  background-color: #FFFFFF;
  border: none;
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.selectric-items:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 38px;
  position: absolute;
  right: 0;
  top: 0;
  color: #C9A74A;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: none;
  font-size: 10px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.selectric-items li {
  background: none !important;
  position: relative;
  color: #000000;
  white-space: nowrap;
  padding: 10px 20px;
  font-size: clamp(15px, 1.3541666667vw, 26px);
  font-weight: 600;
}
.selectric-items li:hover {
  color: #C9A74A;
}
.selectric-items li.selected {
  color: #C9A74A;
}
@media (min-width: 992px) {
  body.admin-bar .navbar {
    top: 32px;
  }
}
@media (min-width: 992px) {
  body.home .navbar:not(.sticky) {
    position: absolute;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  body.home .navbar:not(.sticky) .logo {
    max-width: 353px;
  }
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
  background: rgba(25, 58, 51, 0.8);
  padding: 11px 0 14px;
  min-height: 100px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .navbar {
    min-height: 70px;
    padding: 12px 0;
  }
}
.navbar .container-fluid {
  padding-left: 33px;
  padding-right: 38px;
}
@media (min-width: 1200px) {
  .navbar .container-fluid {
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .navbar .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar .logo {
  max-width: clamp(160px, 13.6979166667vw, 263px);
}
.navbar .logo img {
  width: 100%;
}
@media (max-width: 1199px) {
  .navbar-toggler {
    border: none;
    padding: 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-toggler .icon-bar {
    display: block;
    height: 3px;
    background: #C9A74A;
    width: 100%;
    opacity: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: transform 0.15s linear;
    -moz-transition: transform 0.15s linear;
    -ms-transition: transform 0.15s linear;
    -o-transition: transform 0.15s linear;
    transition: transform 0.15s linear;
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  .navbar-toggler .icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate3d(6px, 6px, 0);
    -moz-transform: rotate(45deg) translate3d(6px, 6px, 0);
    -ms-transform: rotate(45deg) translate3d(6px, 6px, 0);
    -o-transform: rotate(45deg) translate3d(6px, 6px, 0);
    transform: rotate(45deg) translate3d(6px, 6px, 0);
  }
  .navbar-toggler .icon-bar:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate3d(6.5px, -6.5px, 0);
    -moz-transform: rotate(-45deg) translate3d(6.5px, -6.5px, 0);
    -ms-transform: rotate(-45deg) translate3d(6.5px, -6.5px, 0);
    -o-transform: rotate(-45deg) translate3d(6.5px, -6.5px, 0);
    transform: rotate(-45deg) translate3d(6.5px, -6.5px, 0);
  }
  .navbar-toggler.collapsed .icon-bar {
    opacity: 1;
    -webkit-transform: rotate(0) translate3d(0px, 0px, 0);
    -moz-transform: rotate(0) translate3d(0px, 0px, 0);
    -ms-transform: rotate(0) translate3d(0px, 0px, 0);
    -o-transform: rotate(0) translate3d(0px, 0px, 0);
    transform: rotate(0) translate3d(0px, 0px, 0);
  }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
@media (max-width: 1199px) {
  .navbar-collapse {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: #202020;
    padding: 20px;
    text-align: center;
  }
}
.navbar-nav li a {
  display: block;
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 900;
  line-height: 20px;
  padding: 10px 15px;
  letter-spacing: 0.75px;
}
@media (max-width: 1199px) {
  .navbar-nav li a {
    display: inline-block;
  }
}
.navbar-nav li:hover > a {
  color: #C9A74A;
}
@media (min-width: 1200px) {
  .navbar-nav li.login {
    margin-left: 15px;
  }
}
.navbar-nav li.login.logged-in {
  display: none;
}
.navbar-nav li.login > a {
  background-color: #06BB77;
}
.navbar-nav li.login:hover > a {
  background-color: #C9A74A;
  color: #FFFFFF;
}
.navbar-nav.user-logged-in li.login.logged-out {
  display: none;
}
.navbar-nav.user-logged-in li.login.logged-in {
  display: block;
}
.navbar .top-menu {
  font-size: 13px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .navbar .top-menu {
    margin: 15px 0 0;
  }
}
@media (max-width: 1199px) {
  .navbar .top-menu ul {
    justify-content: center;
  }
}
.navbar .top-menu ul li a {
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.navbar .top-menu ul li a .icomoon {
  color: #06BB77;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 13px;
  margin: 0 5px 0 0;
}
.navbar .top-menu ul li a .icomoon.icon-envelope {
  font-size: 12px;
}
.navbar .top-menu ul li a:hover .icomoon {
  color: #C9A74A;
}
.navbar .top-menu ul li + li {
  margin-left: 27px;
}
.footer {
  background: #005847;
  color: #FFFFFF;
  font-size: 13px;
  padding-top: clamp(20px, 2.0833333333vw, 40px);
  padding-bottom: clamp(20px, 2.0833333333vw, 40px);
}
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer .container-fluid {
  padding-left: clamp(70px, 3.6458333333vw, 70px);
  padding-right: clamp(20px, 3.125vw, 60px);
}
@media (max-width: 767px) {
  .footer .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1590px) {
  .footer-top {
    flex-wrap: wrap;
  }
}
.footer-copyright p {
  margin-bottom: 0;
}
.footer-social {
  font-size: 22px;
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 1419px) {
  .footer-social {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .footer-social {
    display: inline-flex;
    margin: 15px auto;
  }
}
.footer-social ul li + li {
  margin-left: clamp(20px, 2.0833333333vw, 40px);
}
.footer-social ul li a {
  color: #D4A92F;
  display: block;
  line-height: 1;
}
.footer-social ul li a:hover {
  color: #FFFFFF;
}
@media (max-width: 1419px) {
  .footer-menu {
    flex: 0 0 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-menu ul {
    justify-content: center;
  }
}
.footer-menu ul li a {
  color: #FFFFFF;
}
.footer-menu ul li a:hover {
  color: #C9A74A;
}
.footer-menu ul li + li {
  margin-left: clamp(25px, 2.6041666667vw, 50px);
}
@media (max-width: 767px) {
  .footer-menu ul li:last-child {
    flex: 0 0 100%;
    margin-left: 0;
  }
}
.footer-casinos {
  display: flex;
}
@media (max-width: 767px) {
  .footer-casinos {
    flex-wrap: wrap;
  }
}
.footer-casinos .footer-casino--item {
  flex: 0 0 50%;
  position: relative;
  display: flex;
  padding: 30px;
}
@media (max-width: 767px) {
  .footer-casinos .footer-casino--item {
    flex: 0 0 100%;
  }
}
.footer-casinos .footer-casino--item .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-casinos .footer-casino--item .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.footer-casinos .footer-casino--item .img-bg img {
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.footer-casinos .footer-casino--main {
  min-height: clamp(350px, 36.4583333333vw, 700px);
  color: #C9A74A;
  font-size: clamp(15px, 0.9375vw, 18px);
  padding-left: clamp(53px, 5.5208333333vw, 106px);
  padding-top: clamp(43.5px, 4.53125vw, 87px);
  flex: 0 0 47.5%;
}
@media (max-width: 767px) {
  .footer-casinos .footer-casino--main {
    flex: 0 0 100%;
    padding-left: 30px;
  }
}
.footer-casinos .footer-casino--main a {
  color: #FFFFFF;
}
.footer-casinos .footer-casino--main .item-logo {
  margin-bottom: clamp(15px, 1.4583333333vw, 28px);
}
@media (max-width: 767px) {
  .footer-casinos .footer-casino--main .item-logo {
    max-width: 150px;
  }
}
.footer-casinos .footer-casino--main .img-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(115deg, #005847 0%, rgba(25, 58, 51, 0) 100%);
  background: -webkit-linear-gradient(115deg, #005847 0%, rgba(25, 58, 51, 0) 100%);
  background: linear-gradient(115deg, #005847 0%, rgba(25, 58, 51, 0) 100%);
  opacity: 0.95;
  z-index: 6;
}
.footer-casinos--other {
  flex: 0 0 52.5%;
  display: flex;
}
@media (max-width: 767px) {
  .footer-casinos--other {
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
}
.footer-casinos--other-col {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer-casinos--other-col {
    flex: 0 0 100%;
    display: block;
  }
}
.footer-casinos--other-col .footer-casino--item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-casinos--other-col .footer-casino--item-1 {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .footer-casinos--other-col .footer-casino--item-2 {
    align-items: flex-end;
  }
  .footer-casinos--other-col .footer-casino--item-2 .item-logo {
    padding-bottom: clamp(25px, 2.6041666667vw, 50px);
  }
}
.footer-casinos--other-col .footer-casino--item .item-logo {
  text-align: center;
}
.footer-casinos--other-col .footer-casino--item .item-logo img {
  min-height: 100px;
}
@media (max-width: 767px) {
  .footer-casinos--other-col .footer-casino--item .item-logo img {
    max-width: 60%;
  }
}
.footer-casinos--other-col .footer-casino--item .img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #000000;
  opacity: 0.3;
  z-index: 6;
}
.footer-casinos--other-col .footer-casino--item:hover .img-bg img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.utility-menu {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 49;
}
@media (max-width: 991px) {
  .utility-menu {
    bottom: 0;
    width: 100%;
  }
}
.utility-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .utility-menu ul {
    display: flex;
  }
}
.utility-menu ul li {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  flex: 0 0 33.3333%;
}
@media (min-width: 992px) {
  .utility-menu ul li {
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.utility-menu ul li a {
  display: block;
  position: relative;
  text-transform: uppercase;
  color: #0B0F10;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid #D4A92F;
  background: #d3ac50;
  background: -moz-linear-gradient(left, #d3ac50 0%, #f9e19b 10%, #f9e19b 11%, #c79d31 32%, #ffe7a9 62%, #dcad41 83%, #b37802 100%);
  background: -webkit-linear-gradient(left, #d3ac50 0%, #f9e19b 10%, #f9e19b 11%, #c79d31 32%, #ffe7a9 62%, #dcad41 83%, #b37802 100%);
  background: linear-gradient(to right, #d3ac50 0%, #f9e19b 10%, #f9e19b 11%, #c79d31 32%, #ffe7a9 62%, #dcad41 83%, #b37802 100%);
  line-height: 60px;
  padding-left: 72px;
  padding-right: 48px;
}
@media (max-width: 991px) {
  .utility-menu ul li a {
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .utility-menu ul li a > span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.utility-menu ul li a .icomoon {
  font-size: 30px;
  text-align: center;
  min-width: 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .utility-menu ul li a .icomoon {
    position: absolute;
    left: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .utility-menu ul li a .icomoon {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .utility-menu ul li a .icomoon {
    margin-right: 0;
  }
  .utility-menu ul li a .icomoon + span {
    font-size: 0px;
  }
}
.utility-menu ul li a .icomoon.icon-food {
  font-size: 26px;
}
.utility-menu ul li a .icomoon.icon-star {
  font-size: 26px;
}
.utility-menu ul li a:before {
  content: "";
  width: calc(100% - 4px);
  height: 1px;
  background: #FFF2CC;
  position: absolute;
  left: 2px;
  top: 0;
}
.utility-menu ul li a:after {
  content: "";
  width: calc(100% - 4px);
  height: 1px;
  background: #87560E;
  position: absolute;
  left: 2px;
  bottom: 0;
}
@media (min-width: 992px) {
  .utility-menu ul li:hover {
    -webkit-transform: translateX(13px);
    -moz-transform: translateX(13px);
    -ms-transform: translateX(13px);
    -o-transform: translateX(13px);
    transform: translateX(13px);
  }
}
.page-builder-section {
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
.button.trees {
  display: inline-flex;
  font-weight: 900;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  background-color: #005847;
  line-height: 25px;
  padding: 10px 12px 10px 20px;
}
.button.trees:after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #004737;
  font-size: 25px;
  width: 0px;
  overflow: hidden;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  margin-left: 8px;
}
.button.trees:hover {
  background-color: #C9A74A;
}
.button.trees:hover:after {
  width: 60px;
}
.button.link {
  display: inline-block;
  font-weight: 900;
  letter-spacing: 0.75px;
  color: #005847;
  text-decoration: none;
  text-transform: uppercase;
}
.button.link:hover {
  color: #C9A74A;
}
.section-page_title {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  padding-top: clamp(100px, 9.1145833333vw, 175px);
  padding-bottom: clamp(30px, 3.90625vw, 75px);
}
.section-page_title .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-page_title .image .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-page_title h1 {
  margin-bottom: 0;
}
.section-generic_page .cms-page-block {
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
}
.section-generic_page .cms-page-block h2, .section-generic_page .cms-page-block h3 {
  text-transform: capitalize;
}
.section-generic_page .cms-page-block h2:not(:first-child), .section-generic_page .cms-page-block h3:not(:first-child) {
  margin-top: 1.5em;
}
.page-body a:not(.button) {
  text-decoration: underline;
}
.page-body > *:last-child {
  margin-bottom: 0;
}
.section-restaurants {
  padding-top: clamp(45px, 4.6875vw, 90px);
  padding-bottom: clamp(45px, 4.6875vw, 90px);
}
.section-restaurants .item .image {
  flex: 1;
}
@media (max-width: 991px) {
  .section-restaurants .item .image {
    margin-bottom: 25px;
  }
}
.section-restaurants .item .image .img-bg {
  padding-bottom: 54%;
}
.section-restaurants .item .text {
  flex: 0 0 460px;
}
@media (min-width: 992px) {
  .section-restaurants.odd .image {
    padding-left: clamp(60px, 6.25vw, 120px);
    order: 2;
  }
}
.section-restaurants.even {
  background-color: #F1F1F1;
}
@media (min-width: 992px) {
  .section-restaurants.even .image {
    padding-right: clamp(60px, 6.25vw, 120px);
  }
}
.section-contact {
  overflow: hidden;
  padding: 0;
  background-color: #F1F1F1;
}
.section-contact--map iframe {
  width: 100% !important;
  display: block;
}
.section-contact .container {
  display: flex;
  flex-wrap: wrap;
}
.section-contact .block-address {
  background-color: #FFFFFF;
  position: relative;
  flex: 0 0 22%;
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
}
@media (max-width: 991px) {
  .section-contact .block-address {
    padding: 35px 0;
    flex: 0 0 100%;
  }
}
.section-contact .block-address:before {
  content: "";
  width: 100vw;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
  z-index: 1;
  position: absolute;
}
@media (max-width: 991px) {
  .section-contact .block-address:before {
    right: -50%;
    width: 200vw;
  }
}
.section-contact .block-address--content {
  position: relative;
  z-index: 2;
}
.section-contact .additional-contact-info {
  flex: 1;
  padding-top: clamp(60px, 6.25vw, 120px);
  padding-bottom: clamp(60px, 6.25vw, 120px);
  padding-left: clamp(30px, 5.2083333333vw, 100px);
}
@media (max-width: 991px) {
  .section-contact .additional-contact-info {
    padding: 30px 0;
  }
}
.section-contact .additional-contact-info .items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .section-contact .additional-contact-info .items {
    justify-content: flex-start;
  }
}
.section-contact .additional-contact-info .items .item {
  padding: 0 10px;
  flex: 0 0 auto;
  max-width: 24%;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .section-contact .additional-contact-info .items .item {
    max-width: 33.3333%;
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 767px) {
  .section-contact .additional-contact-info .items .item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.section-contact .additional-contact-info .items .item:last-child {
  max-width: 220px;
}
.section-contact .additional-contact-info .items .item p {
  margin-bottom: 0;
}
.section-contact .additional-contact-info .items .item > a {
  display: inline-block;
  margin-top: 15px;
  text-transform: uppercase;
  color: #005847;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.5px;
}
.section-contact .additional-contact-info .items .item > a:hover {
  color: #C9A74A;
}
.section-directions {
  background-color: #F1F1F1;
  overflow: hidden;
  position: relative;
}
.section-directions .container {
  position: relative;
}
.section-directions .lodge-img {
  -webkit-transform: scaleX(-1) translateY(-52%);
  -moz-transform: scaleX(-1) translateY(-52%);
  -ms-transform: scaleX(-1) translateY(-52%);
  -o-transform: scaleX(-1) translateY(-52%);
  transform: scaleX(-1) translateY(-52%);
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  max-width: 36%;
}
.section-directions h2 {
  margin-bottom: 1em;
}
.section-directions .row {
  --bs-gutter-x: clamp(30px, 2.0833333333vw, 40px);
  --bs-gutter-y: 30px;
}
.section-directions ul {
  list-style: none;
  padding-left: 0;
}
.section-directions ul li {
  position: relative;
  padding-left: 14px;
}
.section-directions ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C9A74A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.section-directions .text {
  margin-top: 25px;
}
.section-text_video {
  overflow: hidden;
}
.section-text_video .image .img-bg {
  display: block;
  padding-bottom: 56.25%;
}
.section-text_video .image .img-bg:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: clamp(72px, 6.7708333333vw, 130px);
  height: clamp(72px, 6.7708333333vw, 130px);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  background-color: rgba(201, 167, 74, 0.8);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: clamp(24px, 1.6666666667vw, 32px);
  padding-left: clamp(3px, 0.3125vw, 6px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.section-text_video .image .img-bg:hover:before {
  background-color: rgba(201, 167, 74, 0.95);
}
.section-text_video .row {
  --bs-gutter-x: clamp(30px, 6.6666666667vw, 128px);
  --bs-gutter-y: 30px;
}
@media (min-width: 1200px) {
  .section-text_video .row .col-xl-8 {
    width: 62%;
  }
}
@media (min-width: 1200px) {
  .section-text_video .row .col-xl-4 {
    width: 38%;
  }
}
.section-blocks_grid {
  background-color: #F1F1F1;
  overflow: hidden;
  position: relative;
}
.section-blocks_grid .container {
  position: relative;
}
.section-blocks_grid .lodge-img {
  -webkit-transform: translate(12%, -52%);
  -moz-transform: translate(12%, -52%);
  -ms-transform: translate(12%, -52%);
  -o-transform: translate(12%, -52%);
  transform: translate(12%, -52%);
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  max-width: 36%;
  z-index: 4;
}
.section-blocks_grid h2 {
  margin-bottom: 0.5em;
  position: relative;
  z-index: 5;
}
.section-blocks_grid .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}
.section-blocks_grid .item {
  background-color: #FFFFFF;
}
.section-blocks_grid .item .image .img-bg {
  padding-bottom: 70%;
}
.section-blocks_grid .item .text {
  padding-top: clamp(25px, 2.6041666667vw, 50px);
  padding-bottom: clamp(25px, 2.6041666667vw, 50px);
  padding-left: clamp(22.5px, 2.34375vw, 45px);
  padding-right: clamp(22.5px, 2.34375vw, 45px);
}
.section-blocks_grid ul {
  list-style: none;
  padding-left: 0;
}
.section-blocks_grid ul li {
  position: relative;
  padding-left: 14px;
}
.section-blocks_grid ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C9A74A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.section-blocks_grid .block-cta {
  margin-top: 30px;
}
.section-homepage_hero {
  padding: 0;
  overflow: hidden;
  height: 100vh;
  min-height: 700px;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  background-color: #202020;
}
@media (max-width: 767px) {
  .section-homepage_hero {
    min-height: 540px;
    height: auto;
  }
}
.section-homepage_hero .video-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-homepage_hero .video-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000000;
    opacity: 0.5;
  }
}
.section-homepage_hero .video-container video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.section-homepage_hero .text-block {
  max-width: clamp(460px, 31.4583333333vw, 604px);
}
.section-homepage_hero .text-block h3 {
  display: inline-block;
  font-size: clamp(18px, 1.09375vw, 21px);
  border-bottom: 1px solid #C9A74A;
}
.section-homepage_hero .text-block h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
}
.section-homepage_hero .text-block h1 {
  font-size: clamp(36px, 4.1666666667vw, 80px);
  line-height: 1;
}
.section-homepage_hero .text-block p {
  max-width: 425px;
}
.section-ticker {
  background-color: #005847;
  padding: 0;
  position: relative;
  overflow: hidden;
  color: #FFFFFF;
}
.section-ticker .container-fluid {
  padding: 0;
}
.section-ticker p {
  margin-bottom: 0;
}
.section-ticker h2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  line-height: 0.95;
}
@media (max-width: 991px) {
  .section-ticker h2 {
    position: relative;
    width: auto;
  }
}
.section-ticker h2 span {
  border: 2px solid #D4A92F;
  color: #202020;
  font-size: clamp(24px, 2.1875vw, 42px);
  background: #d3ac50;
  background: -moz-linear-gradient(left, #d3ac50 0%, #f9e19b 10%, #f9e19b 11%, #c79d31 32%, #ffe7a9 62%, #dcad41 83%, #b37802 100%);
  background: -webkit-linear-gradient(left, #d3ac50 0%, #f9e19b 10%, #f9e19b 11%, #c79d31 32%, #ffe7a9 62%, #dcad41 83%, #b37802 100%);
  background: linear-gradient(to right, #d3ac50 0%, #f9e19b 10%, #f9e19b 11%, #c79d31 32%, #ffe7a9 62%, #dcad41 83%, #b37802 100%);
  margin-bottom: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .section-ticker h2 span {
    -webkit-clip-path: polygon(calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 0 0);
    clip-path: polygon(calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 0 0);
    height: 120px;
  }
}
.section-ticker h2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 2px;
  top: 0;
  background: #D4A92F;
  z-index: 1;
  -webkit-clip-path: polygon(calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 0 0);
}
.section-ticker .ticker {
  font-size: clamp(20px, 1.25vw, 24px);
  font-family: "Optima LT Std", sans-serif;
  display: flex;
  white-space: nowrap;
  padding-left: 20%;
}
.section-ticker .ticker strong {
  color: #C9A74A;
}
.section-ticker .ticker .item {
  white-space: nowrap;
  display: flex;
  align-items: center;
  line-height: 60px;
}
@media (min-width: 992px) {
  .section-ticker .ticker .item {
    line-height: 120px;
  }
}
.section-ticker .ticker .item:after {
  content: "*";
  font-size: clamp(20px, 1.25vw, 24px);
  display: inline-block;
  font-weight: 700;
  color: #06BB77;
  margin: 0 20px;
}
.section-ticker .ticker .js-marquee-wrapper {
  display: flex;
}
.section-ticker .ticker .js-marquee {
  display: flex;
}
.section-ticker .text {
  color: #72B4A6;
  font-size: 12px;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .section-ticker .text {
    position: absolute;
    left: 25%;
    bottom: 15px;
    text-align: left;
    padding-bottom: 0;
  }
}
.section-ticker .text p {
  margin-bottom: 0;
}
.section-text_and_4_images {
  padding-top: clamp(40px, 4.1666666667vw, 80px);
  padding-bottom: clamp(40px, 4.1666666667vw, 80px);
}
.section-text_and_4_images .row {
  --bs-gutter-x: clamp(30px, 4.1666666667vw, 80px);
  --bs-gutter-y: 30px;
}
.section-text_and_4_images .page-body h3 {
  display: inline-block;
  font-size: clamp(18px, 1.09375vw, 21px);
  border-bottom: 1px solid #C9A74A;
}
.section-text_and_4_images .page-body h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
}
.section-text_and_4_images .page-body h2 {
  font-size: clamp(32px, 4.1666666667vw, 80px);
  line-height: 0.95;
}
.section-text_and_4_images .page-body p {
  max-width: 350px;
}
.section-text_and_4_images .page-body ul {
  max-width: 350px;
  list-style: none;
  padding-left: 0;
}
.section-text_and_4_images .page-body ul li {
  position: relative;
  padding-left: 14px;
  font-family: "Optima LT Std", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.section-text_and_4_images .page-body ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C9A74A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.section-text_and_4_images .images .row {
  --bs-gutter-x: clamp(12px, 1.4583333333vw, 28px);
  --bs-gutter-y: clamp(12px, 1.4583333333vw, 28px);
}
.section-text_and_4_images .images .image {
  position: relative;
}
.section-text_and_4_images .images .image .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-text_and_4_images .images .image-1 {
  padding-bottom: 91.1%;
}
.section-text_and_4_images .images .image-2 {
  padding-bottom: 120%;
  margin-top: clamp(12px, 1.4583333333vw, 28px);
}
.section-text_and_4_images .images .image-3 {
  padding-bottom: 83%;
}
.section-text_and_4_images .images .image-4 {
  padding-bottom: 65%;
  margin-top: clamp(12px, 1.4583333333vw, 28px);
}
.section-text_on_image {
  overflow: hidden;
  position: relative;
  height: 100vh;
  min-height: 600px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-text_on_image {
    min-height: 450px;
    height: auto;
  }
}
.section-text_on_image .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-text_on_image .image .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  .section-text_on_image .image:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    background-color: #000000;
    opacity: 0.3;
  }
}
.section-text_on_image .text-block {
  max-width: 480px;
}
.section-text_on_image .text-block--right {
  margin-left: auto;
}
.section-text_on_image .text-block h3 {
  display: inline-block;
  font-size: clamp(18px, 1.09375vw, 21px);
  border-bottom: 1px solid #C9A74A;
}
.section-text_on_image .text-block h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
}
.section-text_on_image .text-block h2 {
  font-size: clamp(32px, 4.1666666667vw, 80px);
  line-height: 0.95;
}
.section-text_on_image .text-block p {
  max-width: 360px;
}
.section-text_on_image .text-block ul {
  max-width: 350px;
  list-style: none;
  padding-left: 0;
}
.section-text_on_image .text-block ul li {
  position: relative;
  padding-left: 14px;
  font-family: "Optima LT Std", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.section-text_on_image .text-block ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C9A74A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.section-blocks_grid_v2 {
  padding-bottom: clamp(90px, 9.375vw, 180px);
}
.section-blocks_grid_v2 h2 {
  text-align: center;
}
.section-blocks_grid_v2 .lodge-img {
  right: auto;
  left: -5%;
}
.section-blocks_grid_v2 .lodge-img-2 {
  -webkit-transform: translateY(79%);
  -moz-transform: translateY(79%);
  -ms-transform: translateY(79%);
  -o-transform: translateY(79%);
  transform: translateY(79%);
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  max-width: 93%;
}
@media (max-width: 767px) {
  .section-blocks_grid_v2 .lodge-img-2 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.section-events {
  background-color: #F1F1F1;
  overflow: hidden;
  position: relative;
  padding-top: clamp(40px, 4.1666666667vw, 80px);
  padding-bottom: clamp(90px, 9.375vw, 180px);
}
.section-events .container {
  position: relative;
}
.section-events .lodge-img {
  -webkit-transform: translateY(79%);
  -moz-transform: translateY(79%);
  -ms-transform: translateY(79%);
  -o-transform: translateY(79%);
  transform: translateY(79%);
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  max-width: 93%;
}
.section-events .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 16px;
}
.section-events .item {
  background-color: #FFFFFF;
}
.section-events .item .image .img-bg {
  padding-bottom: 70%;
}
.section-events .item .text {
  padding-top: clamp(25px, 2.6041666667vw, 50px);
  padding-bottom: clamp(25px, 2.6041666667vw, 50px);
  padding-left: clamp(22.5px, 2.34375vw, 45px);
  padding-right: clamp(22.5px, 2.34375vw, 45px);
}
.section-single_event {
  background-color: #F1F1F1;
  overflow: hidden;
  padding-top: clamp(40px, 4.1666666667vw, 80px);
  padding-bottom: clamp(40px, 4.1666666667vw, 80px);
}
.section-single_event .row {
  --bs-gutter-x: clamp(30px, 7.2916666667vw, 140px);
  --bs-gutter-y: 30px;
}
.section-single_event .image img {
  width: 100%;
}
h1 sup {
  font-size: 0.5em;
  top: -0.75em;
}
.section-text_and_image {
  background-color: #F1F1F1;
  overflow: hidden;
  padding-top: clamp(40px, 4.1666666667vw, 80px);
  padding-bottom: clamp(40px, 4.1666666667vw, 80px);
}
.section-text_and_image .row {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
  --bs-gutter-y: 30px;
}
.section-text_and_image h2 + ul {
  -webkit-column-count: 2;
  column-count: 2;
  font-family: "Inter", sans-serif;
  font-size: 1em;
}
.section-text_and_image h2 + ul li + li {
  margin-top: 0;
}
.section-text_and_image ul {
  list-style: none;
  padding-left: 0;
  font-family: "Optima LT Std", sans-serif;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.section-text_and_image ul li {
  position: relative;
  padding-left: 14px;
}
.section-text_and_image ul li + li {
  margin-top: 20px;
}
.section-text_and_image ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C9A74A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.section-restaurant_menu .row {
  --bs-gutter-x: clamp(30px, 3.125vw, 60px);
  --bs-gutter-y: 30px;
}
@media (min-width: 992px) {
  .section-restaurant_menu .row .col-lg-4 {
    width: 41%;
  }
}
@media (min-width: 992px) {
  .section-restaurant_menu .row .col-lg-8 {
    width: 59%;
  }
}
.section-restaurant_menu .restaurant-menu .menu-subcategory + .menu-subcategory {
  margin-top: 50px;
}
.section-restaurant_menu .restaurant-menu .menu-subcategory--text {
  font-size: 12px;
  color: #888888;
  margin-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .section-restaurant_menu .restaurant-menu .menu-subcategory--text {
    padding-left: 25px;
  }
}
.section-restaurant_menu .restaurant-menu .menu-subcategory h4 {
  color: #005847;
  font-family: "Optima LT Std", sans-serif;
  font-size: clamp(21px, 1.25vw, 24px);
}
@media (min-width: 768px) {
  .section-restaurant_menu .restaurant-menu .menu-subcategory h4 {
    padding-left: 25px;
  }
}
.section-restaurant_menu .restaurant-menu .menu-subcategory h4 + div {
  margin-top: 30px;
}
.section-restaurant_menu .restaurant-menu .menu-subcategory h5 {
  color: #005847;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .section-restaurant_menu .restaurant-menu .menu-subcategory h5 {
    padding-left: 25px;
  }
}
.section-restaurant_menu .restaurant-menu .menu-subcategory--products {
  overflow: auto;
  max-height: 272px;
  padding-right: 20px;
}
.section-restaurant_menu .restaurant-menu .menu-subcategory--products::-webkit-scrollbar {
  width: clamp(6px, 0.5208333333vw, 10px);
}
.section-restaurant_menu .restaurant-menu .menu-subcategory--products::-webkit-scrollbar-track {
  border-radius: clamp(6px, 0.5208333333vw, 10px);
  background: #E8E8E8;
}
.section-restaurant_menu .restaurant-menu .menu-subcategory--products::-webkit-scrollbar-thumb {
  background: #C9A74A;
  border-radius: clamp(6px, 0.5208333333vw, 10px);
}
@media (min-width: 768px) {
  .section-restaurant_menu .restaurant-menu .menu-subcategory--products .item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.section-restaurant_menu .restaurant-menu .menu-subcategory--products .item + .item {
  border-top: 1px solid #C9C9C9;
  padding-top: 25px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .section-restaurant_menu .restaurant-menu .menu-subcategory--products .item .text {
    padding-right: 25px;
  }
}
.section-restaurant_menu .restaurant-menu .menu-subcategory--products .item .text p {
  margin-bottom: 0;
}
.section-restaurant_menu .restaurant-menu .menu-subcategory--products .item .prices {
  font-size: clamp(18px, 1.25vw, 24px);
  color: #C9A74A;
  font-weight: 700;
  font-family: "Optima LT Std", sans-serif;
  display: flex;
  flex-direction: column;
  text-align: right;
}
.section-restaurant_menu .restaurant-menu--special {
  background-color: #F1F1F1;
}
.section-restaurant_menu .restaurant-menu--special .image {
  position: relative;
}
.section-restaurant_menu .restaurant-menu--special .image .img-bg {
  padding-bottom: 70%;
  z-index: 1;
}
.section-restaurant_menu .restaurant-menu--special .image .img-bg img {
  z-index: 1;
}
.section-restaurant_menu .restaurant-menu--special .image .img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.19;
}
.section-restaurant_menu .restaurant-menu--special .image .img-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.6;
}
.section-restaurant_menu .restaurant-menu--special .image .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #FFFFFF;
  padding-left: clamp(25px, 2.6041666667vw, 50px);
  padding-right: clamp(25px, 2.6041666667vw, 50px);
  padding-bottom: 25px;
}
.section-restaurant_menu .restaurant-menu--special .image .txt h3 {
  display: inline-block;
  font-size: clamp(16px, 0.9375vw, 18px);
  border-bottom: 1px solid #C9A74A;
  text-transform: uppercase;
}
.section-restaurant_menu .restaurant-menu--special .image .txt h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
  text-transform: none;
}
.section-restaurant_menu .restaurant-menu--special .image .txt h2 {
  font-size: clamp(24px, 2.6041666667vw, 50px);
  line-height: 0.95;
  margin-bottom: 0;
}
.section-restaurant_menu .restaurant-menu--special .text {
  padding-left: clamp(25px, 2.6041666667vw, 50px);
  padding-right: clamp(25px, 2.6041666667vw, 50px);
  padding-top: 25px;
  padding-bottom: 25px;
}
.accordion {
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-active-color: #FFFFFF;
  --bs-accordion-active-bg: #005847;
  --bs-accordion-btn-color: #FFFFFF;
  --bs-accordion-btn-bg: #202020;
}
.accordion-item {
  border: none;
}
.accordion-item:not(:first-of-type) {
  margin-top: 3px;
}
.accordion-button {
  font-size: clamp(26px, 1.875vw, 36px);
  font-weight: 700;
  padding: 18px 42px 18px 27px;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  background: none;
  font-size: 14px;
  width: auto;
  height: auto;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion-body {
  background-color: #F1F1F1;
}
.section-text_and_3_images {
  padding-top: clamp(40px, 4.1666666667vw, 80px);
  padding-bottom: clamp(40px, 4.1666666667vw, 80px);
  background-color: #F1F1F1;
}
.section-text_and_3_images .row {
  --bs-gutter-x: clamp(30px, 4.1666666667vw, 80px);
  --bs-gutter-y: 30px;
}
@media (min-width: 992px) {
  .section-text_and_3_images .row:not(.flex-lg-row-reverse) .col-lg-4 {
    width: 40%;
  }
}
.section-text_and_3_images .row:not(.flex-lg-row-reverse) .col-lg-4 .page-body p {
  max-width: 500px;
}
@media (min-width: 992px) {
  .section-text_and_3_images .row:not(.flex-lg-row-reverse) .col-lg-8 {
    width: 60%;
  }
}
.section-text_and_3_images .row:not(.flex-lg-row-reverse) .col-lg-8 .images .image-1 {
  padding-bottom: 60%;
}
.section-text_and_3_images .row:not(.flex-lg-row-reverse) .col-lg-8 .images .image-2 {
  margin-top: 0;
  padding-bottom: 0;
  height: clamp(220px, 15.9375vw, 306px);
}
.section-text_and_3_images .row:not(.flex-lg-row-reverse) .col-lg-8 .images .image-3 {
  padding-bottom: 0;
  height: clamp(220px, 15.9375vw, 306px);
}
.section-text_and_3_images .page-body h3 {
  display: inline-block;
  font-size: clamp(18px, 1.09375vw, 21px);
  border-bottom: 1px solid #C9A74A;
}
.section-text_and_3_images .page-body h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
}
.section-text_and_3_images .page-body h2 {
  font-size: clamp(32px, 4.1666666667vw, 80px);
  line-height: 0.95;
}
.section-text_and_3_images .page-body p {
  max-width: 350px;
}
.section-text_and_3_images .page-body ul {
  max-width: 350px;
  list-style: none;
  padding-left: 0;
}
.section-text_and_3_images .page-body ul li {
  position: relative;
  padding-left: 14px;
  font-family: "Optima LT Std", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.section-text_and_3_images .page-body ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C9A74A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.section-text_and_3_images .images .row {
  --bs-gutter-x: clamp(12px, 1.4583333333vw, 28px);
  --bs-gutter-y: clamp(12px, 1.4583333333vw, 28px);
}
.section-text_and_3_images .images .image {
  position: relative;
}
.section-text_and_3_images .images .image .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-text_and_3_images .images .image-1 {
  padding-bottom: 70%;
}
.section-text_and_3_images .images .image-2 {
  padding-bottom: 120%;
  margin-top: clamp(12px, 1.4583333333vw, 28px);
}
.section-text_and_3_images .images .image-3 {
  padding-bottom: 138%;
}
.section-superbook {
  background-color: #202020;
  color: #FFFFFF;
  padding: 0;
  overflow: hidden;
}
.section-superbook .row-main {
  --bs-gutter-x: clamp(30px, 7.7083333333vw, 148px);
  --bs-gutter-y: 30px;
}
@media (min-width: 992px) {
  .section-superbook .row-main > .col-lg-4 {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .section-superbook .row-main > .col-lg-8 {
    width: 65%;
  }
}
.section-superbook .page-body {
  padding: 30px 0;
}
.section-superbook .images {
  position: relative;
}
@media (min-width: 992px) {
  .section-superbook .images {
    margin-left: -7vw;
  }
}
.section-superbook .images:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  z-index: 3;
  opacity: 0.3;
  position: absolute;
}
.section-superbook .images:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  z-index: 2;
  position: absolute;
  mix-blend-mode: color;
}
.section-superbook .images .image .img-bg {
  padding-bottom: 95%;
}
.section-superbook .images-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5;
  max-width: 50%;
}
.section-games {
  overflow: hidden;
  position: relative;
  color: #FFFFFF;
  padding-top: clamp(50px, 13.5416666667vw, 260px);
  padding-bottom: clamp(50px, 13.5416666667vw, 260px);
}
.section-games .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #202020;
}
.section-games .image:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000000;
  z-index: 3;
  opacity: 0.3;
  position: absolute;
}
.section-games .image .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .section-games .block-content {
    padding-left: clamp(25px, 5.2083333333vw, 100px);
    padding-right: clamp(25px, 5.2083333333vw, 100px);
  }
}
.section-games .block-title {
  flex: 0 0 28%;
}
@media (min-width: 992px) {
  .section-games .block-title {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .section-games .block-title {
    flex: 0 0 100%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-games .block-title {
    margin-bottom: 0;
    background-color: rgba(32, 32, 32, 0.7);
    padding: 30px 25px 0;
  }
}
.section-games .block-title h3 {
  display: inline-block;
  font-size: clamp(18px, 1.09375vw, 21px);
  border-bottom: 1px solid #C9A74A;
}
.section-games .block-title h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
}
.section-games .block-title h2 {
  font-size: clamp(32px, 4.1666666667vw, 80px);
  line-height: 1;
}
.section-games .block-text {
  background-color: rgba(32, 32, 32, 0.7);
  flex: 0 0 34%;
  padding-left: clamp(25px, 3.8541666667vw, 74px);
  padding-right: clamp(25px, 3.8541666667vw, 74px);
  padding-top: clamp(30px, 4.1666666667vw, 80px);
  padding-bottom: clamp(30px, 4.1666666667vw, 80px);
}
@media (max-width: 1024px) {
  .section-games .block-text {
    flex: 0 0 45%;
  }
}
@media (max-width: 767px) {
  .section-games .block-text {
    flex: 0 0 100%;
    padding-bottom: 60px;
  }
}
.section-games .block-text h3 {
  display: inline-block;
  font-size: clamp(18px, 1.09375vw, 21px);
  border-bottom: 1px solid #C9A74A;
  position: relative;
  padding-right: 4.8em;
  padding-bottom: 4px;
  margin-top: 1em;
}
.section-games .block-text h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
  position: absolute;
  right: 0;
  bottom: 4px;
}
.section-games .block-amounts {
  flex: 0 0 38%;
  background-color: #005847;
  padding-left: clamp(25px, 2.6041666667vw, 50px);
  padding-right: clamp(25px, 2.6041666667vw, 50px);
  padding-top: clamp(80px, 5.625vw, 108px);
  padding-bottom: clamp(20px, 2.34375vw, 45px);
  position: relative;
}
@media (max-width: 1024px) {
  .section-games .block-amounts {
    flex: 0 0 55%;
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .section-games .block-amounts {
    flex: 0 0 100%;
  }
}
.section-games .block-amounts h4 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: clamp(300px, 24.8958333333vw, 478px);
  font-size: clamp(30px, 2.1875vw, 42px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0.95;
  font-family: "Optima LT Std", sans-serif;
}
.section-games .block-amounts h4 span {
  border: 2px solid #D4A92F;
  color: #202020;
  font-size: clamp(24px, 2.1875vw, 42px);
  background: #d3ac50;
  background: -moz-linear-gradient(left, #d3ac50 0%, #f9e19b 10%, #f9e19b 11%, #c79d31 32%, #ffe7a9 62%, #dcad41 83%, #b37802 100%);
  background: -webkit-linear-gradient(left, #d3ac50 0%, #f9e19b 10%, #f9e19b 11%, #c79d31 32%, #ffe7a9 62%, #dcad41 83%, #b37802 100%);
  background: linear-gradient(to right, #d3ac50 0%, #f9e19b 10%, #f9e19b 11%, #c79d31 32%, #ffe7a9 62%, #dcad41 83%, #b37802 100%);
  margin-bottom: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  -webkit-clip-path: polygon(calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 0 0);
  z-index: 2;
}
@media (max-width: 1024px) {
  .section-games .block-amounts h4 span {
    height: 80px;
  }
}
.section-games .block-amounts h4:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 2px;
  top: 0;
  background: #D4A92F;
  z-index: 1;
  -webkit-clip-path: polygon(calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 0 0);
  clip-path: polygon(calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%, 0 0);
}
.section-games .block-amounts .items {
  font-size: clamp(19px, 1.25vw, 24px);
  font-family: "Optima LT Std", sans-serif;
}
.section-games .block-amounts .items strong {
  color: #C9A74A;
  margin-left: auto;
}
.section-games .block-amounts .items .item p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.section-games .block-amounts .text {
  color: #72B4A6;
  font-size: 12px;
  padding-top: 10px;
}
.section-games .block-amounts .text p {
  margin-bottom: 0;
}
.section-restaurants_slider {
  position: relative;
  overflow: hidden;
  padding-top: clamp(80px, 11.4583333333vw, 220px);
  padding-bottom: clamp(80px, 11.4583333333vw, 220px);
}
.section-restaurants_slider .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-restaurants_slider .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.2;
  position: absolute;
  z-index: 2;
}
.section-restaurants_slider .bg .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-restaurants_slider .page-body {
  color: #FFFFFF;
}
.section-restaurants_slider .page-body h3 {
  display: inline-block;
  font-size: clamp(18px, 1.09375vw, 21px);
  border-bottom: 1px solid #C9A74A;
}
.section-restaurants_slider .page-body h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
}
.section-restaurants_slider .row {
  --bs-gutter-y: 40px;
}
.section-restaurants_slider .restaurants-slider {
  color: #FFFFFF;
}
.section-restaurants_slider .restaurants-slider:not(.slick-initialized) .item:not(:first-child) {
  display: none;
}
.section-restaurants_slider .restaurants-slider .slick-track {
  display: flex;
}
@media (max-width: 991px) {
  .section-restaurants_slider .restaurants-slider .slick-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-restaurants_slider .restaurants-slider .item {
  height: auto;
  min-height: clamp(340px, 35.4166666667vw, 680px);
  position: relative;
}
@media (min-width: 1100px) {
  .section-restaurants_slider .restaurants-slider .item {
    padding-right: 24px;
    padding-bottom: 55px;
  }
}
.section-restaurants_slider .restaurants-slider .item > .image {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 24px);
  height: calc(100% - 55px);
  z-index: 1;
  background-color: #202020;
}
@media (max-width: 1099px) {
  .section-restaurants_slider .restaurants-slider .item > .image {
    width: 100%;
    height: 100%;
  }
}
.section-restaurants_slider .restaurants-slider .item > .image:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(left, #193a33 0%, rgba(25, 58, 51, 0) 100%);
  background: -webkit-linear-gradient(left, #193a33 0%, rgba(25, 58, 51, 0) 100%);
  background: linear-gradient(to right, #193a33 0%, rgba(25, 58, 51, 0) 100%);
  position: absolute;
  z-index: 2;
}
.section-restaurants_slider .restaurants-slider .item > .image .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section-restaurants_slider .restaurants-slider .item > .text {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 36%;
  height: 100%;
  padding: 0 30px 55px;
  padding-left: clamp(30px, 5.2083333333vw, 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1419px) {
  .section-restaurants_slider .restaurants-slider .item > .text {
    width: 40%;
  }
}
@media (max-width: 1099px) {
  .section-restaurants_slider .restaurants-slider .item > .text {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .section-restaurants_slider .restaurants-slider .item > .text {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section-restaurants_slider .restaurants-slider .item > .text {
    width: 90%;
  }
}
.section-restaurants_slider .restaurants-slider .item > .text .h2 {
  font-size: clamp(28px, 2.6041666667vw, 50px);
  text-transform: uppercase;
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special {
  background-color: #F1F1F1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39%;
}
@media (max-width: 1099px) {
  .section-restaurants_slider .restaurants-slider .item .restaurant-menu--special {
    display: none;
  }
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special .image {
  position: relative;
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special .image .img-bg {
  padding-bottom: 108%;
  z-index: 1;
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special .image .img-bg img {
  z-index: 1;
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special .image .img-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000000;
  opacity: 0.19;
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special .image .img-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.6;
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special .image .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #FFFFFF;
  padding-left: clamp(25px, 2.6041666667vw, 50px);
  padding-right: clamp(25px, 2.6041666667vw, 50px);
  padding-bottom: 25px;
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special .image .txt h3 {
  display: inline-block;
  font-size: clamp(16px, 0.9375vw, 18px);
  border-bottom: 1px solid #C9A74A;
  text-transform: uppercase;
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special .image .txt h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
  text-transform: none;
}
.section-restaurants_slider .restaurants-slider .item .restaurant-menu--special .image .txt h2 {
  font-size: clamp(24px, 2.6041666667vw, 50px);
  line-height: 0.95;
  margin-bottom: 0;
}
.section-restaurants_slider .restaurants-slider .slick-nav {
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #005847;
  color: #C9A74A;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  width: 75px;
  height: 75px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .section-restaurants_slider .restaurants-slider .slick-nav {
    width: 42px;
    height: 42px;
  }
}
.section-restaurants_slider .restaurants-slider .slick-nav span {
  display: block;
}
.section-restaurants_slider .restaurants-slider .slick-nav.slick-prev {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 0;
}
@media (max-width: 991px) {
  .section-restaurants_slider .restaurants-slider .slick-nav.slick-prev {
    left: 15px;
  }
}
.section-restaurants_slider .restaurants-slider .slick-nav.slick-next {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: 24px;
}
@media (max-width: 991px) {
  .section-restaurants_slider .restaurants-slider .slick-nav.slick-next {
    right: 15px;
  }
}
.section-restaurants_slider .restaurants-slider .slick-nav.slick-next span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-restaurants_slider .restaurants-slider .slick-nav:hover {
  background-color: #C9A74A;
  color: #005847;
  width: 65px;
  height: 65px;
}
@media (max-width: 991px) {
  .section-restaurants_slider .restaurants-slider .slick-nav:hover {
    width: 46px;
    height: 46px;
  }
}
.section-restaurants_slider .restaurants-slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 5px 0 0;
  list-style: none;
  padding: 0;
  display: flex;
}
@media (max-width: 991px) {
  .section-restaurants_slider .restaurants-slider .slick-dots {
    margin-top: 30px;
    padding-left: 15px;
  }
}
.section-restaurants_slider .restaurants-slider .slick-dots li + li {
  margin-left: 20px;
}
.section-restaurants_slider .restaurants-slider .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  border: none;
  background: #D6D6D6;
  padding: 0;
  text-indent: -9999px;
}
.section-restaurants_slider .restaurants-slider .slick-dots li.slick-active button {
  background-color: #C9A74A;
}
.section-play {
  padding-top: clamp(40px, 4.1666666667vw, 80px);
  padding-bottom: clamp(40px, 4.1666666667vw, 80px);
  overflow: hidden;
  position: relative;
}
.section-play .container {
  position: relative;
  z-index: 2;
}
.section-play div.trees {
  position: absolute;
  max-width: clamp(120px, 20.8333333333vw, 400px);
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translate(26%, 20%);
  -moz-transform: translate(26%, 20%);
  -ms-transform: translate(26%, 20%);
  -o-transform: translate(26%, 20%);
  transform: translate(26%, 20%);
}
@media (max-width: 991px) {
  .section-play div.trees {
    display: none;
  }
}
.section-play .row {
  --bs-gutter-x: clamp(30px, 4.1666666667vw, 80px);
  --bs-gutter-y: 30px;
}
@media (min-width: 992px) {
  .section-play .page-body {
    padding-left: clamp(35px, 3.6458333333vw, 70px);
  }
}
.section-play .page-body h3 {
  display: inline-block;
  font-size: clamp(18px, 1.09375vw, 21px);
  border-bottom: 1px solid #C9A74A;
}
.section-play .page-body h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
}
.section-play .page-body h2 {
  font-size: clamp(32px, 4.1666666667vw, 80px);
  line-height: 0.95;
}
@media (min-width: 992px) {
  .section-play .page-body p {
    max-width: 350px;
  }
}
.section-play .page-body ul {
  max-width: 350px;
  list-style: none;
  padding-left: 0;
}
.section-play .page-body ul li {
  position: relative;
  padding-left: 14px;
  font-family: "Optima LT Std", sans-serif;
  font-weight: 700;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.section-play .page-body ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C9A74A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.section-play .images .row {
  --bs-gutter-x: clamp(12px, 1.4583333333vw, 28px);
  --bs-gutter-y: clamp(12px, 1.4583333333vw, 28px);
}
.section-play .images .image {
  position: relative;
}
.section-play .images .image .img-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-play .images .image-1 {
  padding-bottom: 150%;
}
.section-play .images .image-2 {
  padding-bottom: 132.5%;
}
.section-play .images .image-3 {
  padding-bottom: 75%;
  margin-top: clamp(12px, 1.4583333333vw, 28px);
}
.section-premium_club_levels .row {
  --bs-gutter-y: 40px;
}
.section-premium_club_levels .page-body h3 {
  display: inline-block;
  font-size: clamp(18px, 1.09375vw, 21px);
  border-bottom: 1px solid #C9A74A;
}
.section-premium_club_levels .page-body h3 span {
  font-family: "Tiger Rag Std", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  line-height: 0.8;
}
.section-premium_club_levels .page-body ul {
  list-style: none;
  padding-left: 0;
}
.section-premium_club_levels .page-body ul li {
  position: relative;
  padding-left: 20px;
  font-family: "Optima LT Std", sans-serif;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.section-premium_club_levels .page-body ul li + li {
  margin-top: 15px;
}
.section-premium_club_levels .page-body ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C9A74A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.section-premium_club_levels .button.trees {
  font-size: clamp(12px, 0.7291666667vw, 14px);
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .section-premium_club_levels .benefits-table {
    padding-left: clamp(0px, 7.03125vw, 135px);
  }
}
.section-premium_club_levels .benefits-table--heading {
  margin-bottom: 20px;
  padding-right: 20px;
}
.section-premium_club_levels .benefits-table--heading h3 {
  padding-left: 30px;
  padding-left: clamp(15px, 1.5625vw, 30px);
  margin-bottom: 0;
  margin-right: auto;
  font-size: clamp(26px, 2.6041666667vw, 50px);
}
.section-premium_club_levels .benefits-table--heading-level {
  text-align: center;
  flex: 0 0 122px;
  flex-basis: clamp(61px, 6.3541666667vw, 122px);
  margin-left: 16px;
  margin-left: clamp(8px, 0.8333333333vw, 16px);
}
@media (max-width: 767px) {
  .section-premium_club_levels .benefits-table--heading-level {
    display: none;
  }
}
.section-premium_club_levels .benefits-table--heading-level .img {
  max-width: 81px;
  margin: 0 auto 10px;
}
.section-premium_club_levels .benefits-table--heading-level h4 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: clamp(12px, 0.9375vw, 18px);
}
.section-premium_club_levels .benefits-table--body {
  overflow: auto;
  /* padding-right: 20px; MCM removed for table spacing fix 6/2 */
  scrollbar-width: thin;
}
@media (min-width: 768px) {
  .section-premium_club_levels .benefits-table--body {
    /* MCM added for table spacing fix on firefox 6/2 */
    max-height: 548px;
  }
}
@media (max-width: 767px) {
  .section-premium_club_levels .benefits-table--body {
    display: none;
  }
}
.section-premium_club_levels .benefits-table--body::-webkit-scrollbar {
  width: clamp(6px, 0.5208333333vw, 10px);
}
.section-premium_club_levels .benefits-table--body::-webkit-scrollbar-track {
  border-radius: clamp(6px, 0.5208333333vw, 10px);
  background: #E8E8E8;
}
.section-premium_club_levels .benefits-table--body::-webkit-scrollbar-thumb {
  background: #C9A74A;
  border-radius: clamp(6px, 0.5208333333vw, 10px);
}
.section-premium_club_levels .benefits-table--body-item {
  padding: 7px 30px;
  padding-left: clamp(15px, 1.5625vw, 30px);
  /* @include clamp(padding-right, 30); MCM changed to below for table spacing fix 6/2 */
  padding-right: clamp(8px, 0.8333333333vw, 16px);
}
.section-premium_club_levels .benefits-table--body-item:nth-child(odd) {
  background-color: #F1F1F1;
}
.section-premium_club_levels .benefits-table--body-item__title {
  margin-right: auto;
  font-size: clamp(13px, 0.78125vw, 15px);
}
.section-premium_club_levels .benefits-table--body-item__check {
  font-size: 18px;
  font-size: clamp(14px, 0.9375vw, 18px);
  text-align: center;
  flex: 0 0 122px;
  flex-basis: clamp(61px, 6.3541666667vw, 122px);
  margin-left: 16px;
  margin-left: clamp(8px, 0.8333333333vw, 16px);
  font-weight: 700;
  /* padding-left: 82px; MCM removed for table spacing fix 6/2 */
  /* @include clamp(padding-left, 82); MCM removed for table spacing fix 6/2 */
}
.section-premium_club_levels .benefits-table--mobile-level {
  border: 1px solid #F1F1F1;
  padding: 15px;
}
.section-premium_club_levels .benefits-table--mobile-level:not(:first-child) {
  margin-top: 30px;
}
.section-premium_club_levels .benefits-table--mobile .img {
  max-width: 60px;
}
.section-premium_club_levels .benefits-table--mobile h4 {
  margin-bottom: 0;
  padding-left: 20px;
}
.section-premium_club_levels .benefits-table--mobile ul {
  flex: 0 0 100%;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}
.section-premium_club_levels .benefits-table--mobile ul li {
  padding: 7px 15px;
}
.section-premium_club_levels .benefits-table--mobile ul li:nth-child(odd) {
  background-color: #F1F1F1;
}
.section-script .page-body {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.section-player_services_hosts {
  background-color: #F1F1F1;
  overflow: hidden;
  position: relative;
  /*Changed made to fix issue with player_services_host container: Will 04/06/2023*/
  padding-bottom: clamp(106px, 11.0416666667vw, 212px);
  /*@include clamp(padding-bottom, 212);*/
}
.section-player_services_hosts .container {
  position: relative;
}
.section-player_services_hosts .hosts-list {
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
}
.section-player_services_hosts .lodge-img {
  -webkit-transform: translate(12%, -52%);
  -moz-transform: translate(12%, -52%);
  -ms-transform: translate(12%, -52%);
  -o-transform: translate(12%, -52%);
  transform: translate(12%, -52%);
  pointer-events: none;
  z-index: 4;
}
.section-player_services_hosts .lodge-img-2 {
  -webkit-transform: translate(-5%, 85%);
  -moz-transform: translate(-5%, 85%);
  -ms-transform: translate(-5%, 85%);
  -o-transform: translate(-5%, 85%);
  transform: translate(-5%, 85%);
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  max-width: 93%;
}
@media (max-width: 767px) {
  .section-player_services_hosts .lodge-img-2 {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.section-player_services_hosts .row {
  --bs-gutter-x: clamp(16px, 2.2916666667vw, 44px);
  --bs-gutter-y: clamp(16px, 2.2916666667vw, 44px);
}
.section-player_services_hosts .item {
  background-color: #FFFFFF;
}
.section-player_services_hosts .item .image .img-bg {
  padding-bottom: 56.25%;
}
.section-player_services_hosts .item .text {
  padding-top: clamp(25px, 2.6041666667vw, 50px);
  padding-bottom: clamp(25px, 2.6041666667vw, 50px);
  padding-left: clamp(22.5px, 2.34375vw, 45px);
  padding-right: clamp(22.5px, 2.34375vw, 45px);
}
.section-player_services_hosts .item-contact {
  display: flex;
  padding-top: 15px;
}
.section-player_services_hosts .item-contact > div a {
  color: #005847;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
}
.section-player_services_hosts .item-contact > div a span {
  margin-right: 8px;
}
.section-player_services_hosts .item-contact > div a:hover {
  color: #C9A74A;
}
.section-player_services_hosts .item-contact > div + div {
  margin-left: clamp(20px, 1.4583333333vw, 28px);
}
.modal-backdrop {
  backdrop-filter: blur(13px);
  --webkit-backdrop-filter: blur(13px);
  background-color: rgba(0, 0, 0, 0.79);
}
.modal-backdrop--base {
  background-color: #E89F1B;
}
.modal-backdrop.show {
  opacity: 1;
}
.modal h2 {
  font-size: clamp(30px, 3.125vw, 60px);
}
.modal-dialog {
  margin: clamp(25px, 2.6041666667vw, 50px);
  min-height: calc(100% - 100px);
}
.modal-content {
  background-color: #F1F1F1;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal--sign-in .modal-header {
  padding: 15px 15px 0 15px;
  border: none;
}
.modal--sign-in .modal-content {
  padding: 0;
  border: none;
  border-radius: 15px;
}
.modal--sign-in .modal-body {
  padding-top: clamp(35px, 3.6458333333vw, 70px);
  padding-bottom: clamp(35px, 3.6458333333vw, 70px);
}
.modal--sign-in .btn-close {
  width: 15px;
  height: 15px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='14.829' viewBox='0 0 14.828 14.829'%3E%3Cg id='x' transform='translate(1.414 1.414)'%3E%3Cpath id='Shape' d='M12,0,0,12' fill='none' stroke='%23ed102e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill-rule='evenodd'/%3E%3Cpath id='Shape-2' data-name='Shape' d='M0,0,12,12' fill='none' stroke='%23ed102e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 0;
  margin: 0;
}
.modal--dashboard .modal-content {
  border: none;
  border-radius: 15px;
  padding: clamp(37.5px, 3.90625vw, 75px);
}
.modal--dashboard .modal-body {
  padding: 0;
}
.modal--dashboard .btn-close {
  width: clamp(15px, 1.1979166667vw, 23px);
  height: clamp(15px, 1.1979166667vw, 23px);
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.828' height='14.829' viewBox='0 0 14.828 14.829'%3E%3Cg id='x' transform='translate(1.414 1.414)'%3E%3Cpath id='Shape' d='M12,0,0,12' fill='none' stroke='%23ed102e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill-rule='evenodd'/%3E%3Cpath id='Shape-2' data-name='Shape' d='M0,0,12,12' fill='none' stroke='%23ed102e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  position: absolute;
  left: clamp(37.5px, 3.90625vw, 75px);
  top: clamp(37.5px, 3.90625vw, 75px);
  transform: translate(-100%, -100%);
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .modal--dashboard .modal-dialog {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print {
  .modal--dashboard .modal {
    position: static;
  }
  .modal--dashboard .modal-dialog {
    background-color: #fff;
  }
}
@media print {
  body.modal-print .modal {
    position: static;
  }
  body.modal-print .modal-dialog {
    max-width: 100% !important;
    background-color: #FFFFFF;
    --bs-modal-width: 100%!important;
  }
  body.modal-print .modal-backdrop {
    display: none !important;
  }
  body.modal-print .modal .table {
    min-width: auto !important;
    font-size: 14px !important;
    width: 100% !important;
  }
  body.modal-print .wrapper, body.modal-print .block-print {
    display: none !important;
  }
}
.sign-in {
  padding-top: clamp(90px, 9.8958333333vw, 190px);
  padding-bottom: clamp(50px, 4.1666666667vw, 80px);
  background-color: #F1F1F1;
}
.sign-in .container {
  max-width: 815px;
}
.sign-in .block-title h1 {
  font-size: clamp(30px, 3.125vw, 60px);
  line-height: 1.1;
  margin-bottom: 3rem;
}
.sign-in .block-form {
  position: relative;
}
.sign-in .form-label {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  margin-bottom: 0.5rem;
  padding-left: clamp(15px, 1.5625vw, 30px);
}
.sign-in .form-group {
  margin-top: 1.5rem;
}
.sign-in .form-control {
  padding: 0.9rem 1.5rem;
  border: 1px solid #F1F1F1;
  background-color: #FFFFFF;
  font: inherit;
  line-height: 2rem;
}
.sign-in .forgot {
  padding: 0;
  margin: 0;
  border: none;
  color: #0062FF;
  text-decoration: underline;
  font-family: "Inter", sans-serif;
}
.sign-in .block-text a {
  color: #0062FF;
  text-decoration: underline;
}
.sign-in .block-text a:hover {
  color: #C9A74A;
}
.sign-in input[type="text"]:placeholder-shown {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='243.607' height='6.564' viewBox='0 0 243.607 6.564'%3E%3Cpath id='Union_5' data-name='Union 5' d='M-9128.913,13406.563a3.282,3.282,0,0,1-3.28-3.28v0a3.283,3.283,0,0,1,3.28-3.281h33.239a3.283,3.283,0,0,1,3.28,3.281v0a3.282,3.282,0,0,1-3.28,3.28Zm-77.416,0a3.283,3.283,0,0,1-3.284-3.28v0a3.284,3.284,0,0,1,3.284-3.281h61.684a3.283,3.283,0,0,1,3.28,3.281v0a3.282,3.282,0,0,1-3.28,3.28Zm-48.972,0a3.282,3.282,0,0,1-3.28-3.28v0a3.283,3.283,0,0,1,3.28-3.281h33.239a3.283,3.283,0,0,1,3.28,3.281v0a3.282,3.282,0,0,1-3.28,3.28Zm-77.416,0a3.283,3.283,0,0,1-3.284-3.28v0a3.284,3.284,0,0,1,3.284-3.281h61.683a3.283,3.283,0,0,1,3.281,3.281v0a3.283,3.283,0,0,1-3.281,3.28Z' transform='translate(9336.001 -13399.999)' opacity='0.2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 1.5rem center;
  background-size: auto 4px;
}
.sign-in input[type="password"]:placeholder-shown {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='152.188' height='23.813' viewBox='0 0 152.188 23.813'%3E%3Cpath id='Union_4' data-name='Union 4' d='M-9196.047,13423.179a2.03,2.03,0,0,1-.678-1.535q0-.3,1.2-7.941-6.009,4.872-6.3,5.018a2.1,2.1,0,0,1-.977.225,2.323,2.323,0,0,1-2.027-1.121,2.367,2.367,0,0,1-.3-1.2,1.848,1.848,0,0,1,1.047-1.8l7.512-2.924-7.512-2.918a2.014,2.014,0,0,1-1.047-1.875,2.39,2.39,0,0,1,.3-1.2,2.257,2.257,0,0,1,1.951-1.121,2.165,2.165,0,0,1,1.053.3q.293.149,6.3,5.021-1.2-7.641-1.2-7.941a2.021,2.021,0,0,1,.678-1.535,2.224,2.224,0,0,1,1.578-.635,2.22,2.22,0,0,1,1.572.635,2.031,2.031,0,0,1,.674,1.535q0,.3-1.2,7.941,6.009-4.872,6.3-5.021a1.675,1.675,0,0,1,1.053-.3,2.261,2.261,0,0,1,1.951,1.121,2.55,2.55,0,0,1,.3,1.125,2.171,2.171,0,0,1-1.053,1.947l-7.506,2.918,7.506,2.924a2,2,0,0,1,1.053,1.869,2.531,2.531,0,0,1-.3,1.125,2.323,2.323,0,0,1-2.027,1.121,2.1,2.1,0,0,1-.977-.225q-.3-.144-6.3-5.018,1.2,7.644,1.2,7.941a2.04,2.04,0,0,1-.674,1.535,2.212,2.212,0,0,1-1.572.635A2.216,2.216,0,0,1-9196.047,13423.179Zm-32.721,0a2.04,2.04,0,0,1-.674-1.535q0-.3,1.2-7.941-6,4.872-6.307,5.018a2.111,2.111,0,0,1-.977.225,2.325,2.325,0,0,1-2.025-1.121,2.347,2.347,0,0,1-.3-1.2,1.851,1.851,0,0,1,1.051-1.8l7.506-2.924-7.506-2.918a2.017,2.017,0,0,1-1.051-1.875,2.37,2.37,0,0,1,.3-1.2,2.267,2.267,0,0,1,1.955-1.121,2.139,2.139,0,0,1,1.047.3q.3.149,6.307,5.021-1.2-7.641-1.2-7.941a2.031,2.031,0,0,1,.674-1.535,2.237,2.237,0,0,1,1.578-.635,2.224,2.224,0,0,1,1.578.635,2.031,2.031,0,0,1,.674,1.535q0,.3-1.2,7.941,6-4.872,6.307-5.021a1.669,1.669,0,0,1,1.051-.3,2.266,2.266,0,0,1,1.951,1.121,2.55,2.55,0,0,1,.3,1.125,2.171,2.171,0,0,1-1.053,1.947l-7.506,2.918,7.506,2.924a2,2,0,0,1,1.053,1.869,2.531,2.531,0,0,1-.3,1.125,2.325,2.325,0,0,1-2.027,1.121,2.1,2.1,0,0,1-.975-.225q-.3-.144-6.307-5.018,1.2,7.644,1.2,7.941a2.04,2.04,0,0,1-.674,1.535,2.216,2.216,0,0,1-1.578.635A2.229,2.229,0,0,1-9228.768,13423.179Zm-32.715,0a2.04,2.04,0,0,1-.674-1.535q0-.3,1.2-7.941-6.009,4.872-6.307,5.018a2.1,2.1,0,0,1-.975.225,2.314,2.314,0,0,1-2.027-1.121,2.347,2.347,0,0,1-.3-1.2,1.842,1.842,0,0,1,1.051-1.8l7.506-2.924-7.506-2.918a2.006,2.006,0,0,1-1.051-1.875,2.37,2.37,0,0,1,.3-1.2,2.252,2.252,0,0,1,1.951-1.121,2.164,2.164,0,0,1,1.051.3q.293.149,6.307,5.021-1.2-7.641-1.2-7.941a2.031,2.031,0,0,1,.674-1.535,2.227,2.227,0,0,1,1.578-.635,2.22,2.22,0,0,1,1.572.635,2.016,2.016,0,0,1,.68,1.535q0,.3-1.205,7.941,6.009-4.872,6.307-5.021a1.677,1.677,0,0,1,1.051-.3,2.267,2.267,0,0,1,1.955,1.121,2.568,2.568,0,0,1,.3,1.125,2.173,2.173,0,0,1-1.051,1.947l-7.508,2.918,7.508,2.924a2,2,0,0,1,1.051,1.869,2.548,2.548,0,0,1-.3,1.125,2.33,2.33,0,0,1-2.027,1.121,2.1,2.1,0,0,1-.979-.225q-.3-.144-6.307-5.018,1.2,7.644,1.205,7.941a2.025,2.025,0,0,1-.68,1.535,2.212,2.212,0,0,1-1.572.635A2.219,2.219,0,0,1-9261.482,13423.179Zm-32.719,0a2.04,2.04,0,0,1-.674-1.535q0-.3,1.2-7.941-6.009,4.872-6.307,5.018a2.1,2.1,0,0,1-.975.225,2.321,2.321,0,0,1-2.027-1.121,2.347,2.347,0,0,1-.3-1.2,1.845,1.845,0,0,1,1.051-1.8l7.506-2.924-7.506-2.918a2.01,2.01,0,0,1-1.051-1.875,2.37,2.37,0,0,1,.3-1.2,2.261,2.261,0,0,1,1.951-1.121,2.136,2.136,0,0,1,1.051.3q.3.149,6.307,5.021-1.2-7.641-1.2-7.941a2.031,2.031,0,0,1,.674-1.535,2.224,2.224,0,0,1,1.578-.635,2.223,2.223,0,0,1,1.576.635,2.033,2.033,0,0,1,.676,1.535q0,.3-1.2,7.941,6-4.872,6.307-5.021a1.669,1.669,0,0,1,1.051-.3,2.266,2.266,0,0,1,1.951,1.121,2.524,2.524,0,0,1,.3,1.125,2.181,2.181,0,0,1-1.051,1.947l-7.506,2.918,7.506,2.924a2.008,2.008,0,0,1,1.051,1.869,2.505,2.505,0,0,1-.3,1.125,2.325,2.325,0,0,1-2.027,1.121,2.1,2.1,0,0,1-.975-.225q-.3-.144-6.307-5.018,1.2,7.644,1.2,7.941a2.042,2.042,0,0,1-.676,1.535,2.214,2.214,0,0,1-1.576.635A2.216,2.216,0,0,1-9294.2,13423.179Zm-32.715,0a2.04,2.04,0,0,1-.674-1.535q0-.3,1.2-7.941-6.009,4.872-6.307,5.018a2.1,2.1,0,0,1-.975.225,2.321,2.321,0,0,1-2.027-1.121,2.347,2.347,0,0,1-.3-1.2,1.845,1.845,0,0,1,1.051-1.8l7.508-2.924-7.508-2.918a2.01,2.01,0,0,1-1.051-1.875,2.37,2.37,0,0,1,.3-1.2,2.257,2.257,0,0,1,1.951-1.121,2.158,2.158,0,0,1,1.051.3q.3.149,6.307,5.021-1.2-7.641-1.2-7.941a2.031,2.031,0,0,1,.674-1.535,2.223,2.223,0,0,1,1.576-.635,2.228,2.228,0,0,1,1.574.635,2.021,2.021,0,0,1,.678,1.535q0,.3-1.2,7.941,6-4.872,6.3-5.021a1.661,1.661,0,0,1,1.047-.3,2.268,2.268,0,0,1,1.957,1.121,2.591,2.591,0,0,1,.295,1.125,2.174,2.174,0,0,1-1.047,1.947l-7.51,2.918,7.51,2.924a2,2,0,0,1,1.047,1.869,2.571,2.571,0,0,1-.295,1.125,2.325,2.325,0,0,1-2.027,1.121,2.083,2.083,0,0,1-.977-.225q-.3-.144-6.3-5.018,1.2,7.644,1.2,7.941a2.03,2.03,0,0,1-.678,1.535,2.22,2.22,0,0,1-1.574.635A2.214,2.214,0,0,1-9326.916,13423.179Z' transform='translate(9336 -13400.001)' opacity='0.2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 1.5rem center;
  background-size: auto 18px;
}
.sign-in [type="submit"] {
  margin-top: 1rem;
  padding: 14px 15px;
  min-width: auto;
  width: 100%;
  background-color: #06BB77;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 10px;
  font-size: inherit;
  line-height: 2rem;
}
.sign-in .invalid-feedback {
  font: inherit;
}
@media (min-width: 768px) {
  .sign-in .invalid-feedback {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .sign-in .form-group:not(:first-child) {
    margin-top: 2.5rem;
  }
  .sign-in .form-group:last-child {
    margin-top: 3rem;
  }
  .sign-in input[type="text"]:placeholder-shown {
    background-size: auto 4px;
    background-position: 2rem center;
  }
  .sign-in input[type="password"]:placeholder-shown {
    background-size: auto 24px;
    background-position: 2rem center;
  }
}
.btn {
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  border: 2px solid #D4A92F;
  color: #202020;
  padding: 10px 25px;
  position: relative;
  color: #202020;
}
.block-welcome .block-title h1 {
  text-transform: none;
  font-size: clamp(30px, 3.125vw, 60px);
}
.block-welcome .block-cta {
  margin-top: clamp(15px, 1.5625vw, 30px);
  color: #007FFF;
}
.block-welcome-benefit {
  margin-top: clamp(20px, 2.0833333333vw, 40px);
  padding-top: clamp(12.5px, 1.3020833333vw, 25px);
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.block-welcome-benefit-list:not(:empty) {
  margin-top: 20px;
}
.block-welcome-benefit-item {
  color: #000000;
  border-radius: 8px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: clamp(15px, 1.0416666667vw, 20px);
  min-height: clamp(40px, 4.1666666667vw, 80px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.block-welcome-benefit-item:not(:first-child) {
  margin-top: 10px;
}
.block-welcome-benefit-item > span {
  font-size: clamp(13px, 0.8854166667vw, 17px);
  line-height: 1.1;
  opacity: 0.7;
}
.block-welcome-benefit-item.promo_plus > span {
  color: #835D15;
  opacity: 1;
}
.block-welcome-benefit-image {
  max-width: 100px;
  padding-right: 20px;
}
.block-welcome-benefit-current {
  font-size: clamp(16px, 0.8854166667vw, 17px);
  font-weight: 500;
  color: #E89F1B;
}
.block-welcome-benefit-title {
  font-size: clamp(18px, 1.3541666667vw, 26px);
  line-height: normal;
  font-weight: 700;
}
.block-welcome-benefit-credits {
  padding-top: 10px;
  display: flex;
  align-items: center;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
.block-welcome-benefit-credits svg {
  margin-right: 10px;
}
@media (min-width: 576px) {
  .block-welcome-benefit-item {
    flex-direction: row;
    align-items: center;
    font-size: clamp(18px, 1.0416666667vw, 20px);
    min-height: clamp(40px, 4.1666666667vw, 80px);
  }
  .block-welcome-benefit-image {
    max-width: 140px;
  }
}
.dashboard {
  background-color: #F1F1F1;
  padding-top: clamp(90px, 9.8958333333vw, 190px);
  padding-bottom: clamp(50px, 4.1666666667vw, 80px);
}
.dashboard .block-cards {
  margin-top: clamp(17.5px, 1.8229166667vw, 35px);
}
.dashboard .block-cards .row {
  --bs-gutter-x: 30px;
}
.dashboard .block-cards-item {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.02);
  padding: clamp(25px, 1.8229166667vw, 35px);
}
.dashboard .block-cards-title {
  font-size: clamp(22px, 2.2916666667vw, 44px);
  font-weight: 700;
  line-height: 1.3;
}
.dashboard .block-cards-subtitle {
  margin-top: 10px;
  color: #E89F1B;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.13;
  font-weight: 700;
}
.dashboard .block-cards-info {
  font-size: clamp(16px, 0.8854166667vw, 17px);
  line-height: 1.3;
  color: #9A9A9A;
}
.dashboard .block-cards-text {
  margin-top: 10px;
  font-size: 16px;
}
.dashboard .block-cards-cta {
  margin-top: auto;
  padding-top: 10px;
}
.dashboard .block-ultimate {
  background-color: #0B0F10;
  color: #FFFFFF;
  border-radius: 8px;
  padding: clamp(30px, 3.125vw, 60px);
  margin-top: clamp(20px, 2.0833333333vw, 40px);
  position: relative;
  z-index: 1;
}
.dashboard .block-ultimate-inner {
  text-align: center;
}
.dashboard .block-ultimate-background {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: url("../images/Image-171.png"), url("../images/Image-173.png");
  background-repeat: no-repeat;
  background-position: left -260px bottom -140px, right bottom -130px;
  background-size: 28vw, 34vw;
  background-position: left -13.5vw bottom -7vw, right bottom -7vw;
}
.dashboard .block-ultimate-image {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='649' height='562' viewBox='0 0 649 562'%3E%3Cdefs%3E%3CradialGradient id='radial-gradient' cx='0.5' cy='0.5' r='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cellipse id='Ellipse_14' data-name='Ellipse 14' cx='324.5' cy='281' rx='324.5' ry='281' opacity='0.2' fill='url(%23radial-gradient)'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 34vw 29vw;
  padding: clamp(30px, 3.125vw, 60px);
  margin: clamp(-60px, -3.125vw, -30px);
}
.dashboard .block-ultimate-image img {
  position: relative;
  z-index: -2;
  padding: 0 25px;
  width: 100%;
  max-width: 300px;
}
.dashboard .block-ultimate-title {
  font-size: clamp(24px, 1.6666666667vw, 32px);
  line-height: 1.25;
  font-weight: 700;
}
.dashboard .block-ultimate-text {
  margin-top: 15px;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.3;
}
.dashboard .block-ultimate-cta {
  margin-top: clamp(20px, 2.0833333333vw, 40px);
}
.dashboard .block-ultimate-cta .btn {
  color: #FFFFFF;
  padding-left: clamp(12.5px, 1.3020833333vw, 25px);
  padding-right: clamp(12.5px, 1.3020833333vw, 25px);
  font-size: clamp(14px, 0.78125vw, 15px);
}
.dashboard .block-ultimate-notes {
  margin-top: clamp(22.5px, 2.34375vw, 45px);
  color: #E89F1A;
  font-size: clamp(14px, 0.8333333333vw, 16px);
}
@media (min-width: 992px) {
  .dashboard .block-ultimate-inner {
    padding-right: clamp(30px, 3.125vw, 60px);
    text-align: left;
  }
  .dashboard .block-ultimate-image img {
    width: auto;
    max-width: 100%;
  }
}
.dashboard .block-profile-graph {
  max-width: 890px;
  margin-top: 0;
  padding-top: 110px;
}
.dashboard .block-profile-image {
  text-align: center;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='849' height='424.5' viewBox='0 0 849 424.5'%3E%3Cpath id='Path_495' data-name='Path 495' d='M424.5,0C658.945,0,849,190.055,849,424.5H0C0,190.055,190.055,0,424.5,0Z' fill='%23fff' opacity='0.2'/%3E%3Cpath id='Path_496' data-name='Path 496' d='M366.721,0C569.255,0,733.442,164.187,733.442,366.721H0C0,164.187,164.187,0,366.721,0Z' transform='translate(58.084 57.779)' fill='%23fff' opacity='0.2'/%3E%3Cpath id='Path_497' data-name='Path 497' d='M273.918,0C425.2,0,547.837,122.637,547.837,273.918H0C0,122.637,122.637,0,273.918,0Z' transform='translate(151.019 149.614)' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: clamp(212.5px, 22.1354166667vw, 425px);
}
.dashboard .block-profile-image svg {
  max-width: 100%;
  height: auto;
}
.dashboard .block-profile-image-full {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  top: 0;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -webkit-transition: clip-path;
  -moz-transition: clip-path;
  -ms-transition: clip-path;
  -o-transition: clip-path;
  transition: clip-path;
  transition-duration: 1s;
}
.dashboard .block-profile-image-line {
  position: absolute;
  z-index: 1;
  top: -70px;
  bottom: 0;
  left: 0;
  border-left: 2px dashed rgba(11, 15, 16, 0.4);
  margin-left: -2px;
  -webkit-transition: left;
  -moz-transition: left;
  -ms-transition: left;
  -o-transition: left;
  transition: left;
  transition-duration: 1s;
}
.dashboard .block-profile-image-line:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.388' height='24.18' viewBox='0 0 25.388 24.18'%3E%3Cpath id='Path_433' data-name='Path 433' d='M-47.44,65.175c-.9.643-6.7-3.435-7.809-3.444s-6.971,3.975-7.863,3.318,1.206-7.414.872-8.47-5.946-5.382-5.594-6.432,7.444-1.147,8.347-1.791,3.3-7.3,4.406-7.293,3.395,6.705,4.287,7.363,7.983.869,8.317,1.925-5.346,5.291-5.7,6.341,1.638,7.839.734,8.482Z' transform='translate(67.851 -41.064)' fill='%23835d15'/%3E%3C/svg%3E%0A");
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 25px;
  height: 25px;
}
.dashboard .block-profile-image-stats {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 50px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-align: left;
  transform: translateX(0%);
  -webkit-transition: left, transform;
  -moz-transition: left, transform;
  -ms-transition: left, transform;
  -o-transition: left, transform;
  transition: left, transform;
  transition-duration: 1s;
  white-space: nowrap;
}
.dashboard .block-profile-image-stats.right {
  transform: translateX(-100%);
  padding-left: 0;
  padding-right: 25px;
  text-align: right;
}
.dashboard .block-profile-image-stats-date {
  text-transform: uppercase;
  color: #ED102E;
}
.dashboard .block-profile-image-stats-credits span {
  text-decoration: underline;
  color: #E89F1B;
  font-weight: 700;
}
.dashboard .block-profile-tiers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(15px, 0.8854166667vw, 17px);
  line-height: 1.3;
  padding-top: clamp(15px, 1.5625vw, 30px);
  gap: clamp(15px, 1.3020833333vw, 25px);
}
.dashboard .block-profile-tiers-title {
  font-weight: 700;
}
.dashboard .block-profile-tiers-levels {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(15px, 1.5625vw, 30px);
  position: relative;
}
.dashboard .block-profile-tiers-levels-item {
  font-weight: 700;
  color: rgba(32, 32, 32, 0.3);
  cursor: default;
}
.dashboard .block-profile-tiers-levels-item.active {
  color: rgba(232, 159, 27, 0.85);
}
.dashboard .block-profile-tiers-levels-item:last-child {
  padding-right: 0;
}
@media (min-width: 768px) {
  .dashboard .block-profile-tiers {
    flex-direction: row;
  }
  .dashboard .block-profile-tiers-levels {
    flex-wrap: nowrap;
    gap: clamp(32.5px, 3.3854166667vw, 65px);
  }
}
@media (max-width: 575px) {
  .dashboard .block-profile-graph {
    padding-top: 20rem;
  }
  .dashboard .block-profile-image-stats {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin-bottom: 10rem;
    text-align: left !important;
  }
}
.modal--hotel-offers .block-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(40px, 4.1666666667vw, 80px);
}
.modal--hotel-offers .block-title h2 {
  font-family: "Inter", sans-serif;
  text-transform: none;
}
.modal--hotel-offers .block-title svg {
  width: clamp(32.5px, 3.3854166667vw, 65px);
  height: auto;
}
.modal--hotel-offers .block-print {
  margin-bottom: 15px;
}
.modal--hotel-offers .modal-body {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(30px, 3.125vw, 60px);
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(32, 32, 32, 0.5);
}
.modal--hotel-offers .modal-body h3 {
  font-family: "Inter", sans-serif;
  color: #202020;
  font-size: clamp(20px, 1.4583333333vw, 28px);
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal--hotel-offers .modal-body .block-offers-text {
  font-size: clamp(16px, 1.0416666667vw, 20px);
}
.modal--hotel-offers .modal-body .block-offers-barcode {
  margin-top: 15px;
}
.modal--hotel-offers .modal-body .block-offers-cta {
  font-size: 16px;
  line-height: 19px;
  margin-top: 15px;
}
.modal--hotel-offers .modal-body .block-offers-cta a {
  color: #007FFF;
}
.modal--hotel-offers .modal-body .row {
  padding-bottom: 20px;
}
.modal--win-loss .block-title h2 {
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.modal--win-loss .modal-dialog {
  max-width: 1600px;
}
.modal--win-loss .modal-body {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.modal--win-loss .form-select {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 20px;
  border: 1px solid #F1F1F1;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 14px 50px 14px 20px;
  min-width: 150px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.987' height='10' viewBox='0 0 17.987 10'%3E%3Cpath id='Path_429' data-name='Path 429' d='M15.971,3a1,1,0,0,0-.687.3l-7.99,7.988a1,1,0,0,0,0,1.414l7.99,7.988A1,1,0,1,0,16.7,19.281L9.414,12,16.7,4.719A1,1,0,0,0,15.971,3Z' transform='translate(-3.002 17) rotate(-90)' fill='%23e89f1b'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 25px center;
  margin-right: clamp(35px, 3.6458333333vw, 70px);
  width: auto;
}
.modal--win-loss .table {
  margin-top: clamp(30px, 3.125vw, 60px);
  font-size: 17px;
  line-height: 20px;
  min-width: 768px;
}
.modal--win-loss .table tbody {
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.modal--win-loss .table th {
  font-weight: normal;
  padding: 15px 10px;
}
.modal--win-loss .table th:first-child {
  padding-left: 0;
}
.modal--win-loss .table td {
  padding: 10px;
}
.modal--win-loss .table td:first-child {
  padding-left: 0;
}
.modal--win-loss .modal-print {
  margin-left: clamp(32.5px, 3.3854166667vw, 65px);
}
.modal--win-loss .modal-print svg {
  margin-left: 5px;
}
.modal--my-offers .modal-body {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.modal--my-offers .block-title h2 {
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.modal--my-offers .block-text {
  margin-bottom: 30px;
}
.modal--my-offers .block-text p:last-child {
  margin-bottom: 0;
}
.modal--my-offers .block-print {
  margin-bottom: 15px;
}
.modal--my-offers .block-offers .row {
  --bs-gutter-x: 30px;
}
.modal--my-offers .block-offers-item {
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  padding-bottom: 20px;
}
.modal--my-offers .block-offers-item:not(:last-child) {
  margin-bottom: 30px;
}
.modal--my-offers .block-offers-title {
  font-size: clamp(20px, 1.4583333333vw, 28px);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
.modal--my-offers .block-offers-text {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.5;
}
.modal--my-offers .block-offers-barcode {
  margin-top: 15px;
}
.modal--my-offers .block-offers-date {
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.5;
  color: #835D15;
}
.modal--my-offers .block-offers-cta {
  margin-top: 15px;
  font-size: 16px;
  line-height: 19px;
}
.modal--my-offers .block-offers-cta a {
  color: #007FFF;
}
.modal--player-benefits .block-title h2 {
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.modal--player-benefits .block-title {
  padding-left: 25px;
  padding-right: 25px;
  margin-left: clamp(-12px, -0.625vw, -8px);
}
.modal--player-benefits .block-benefits {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: clamp(-12px, -0.625vw, -8px);
  max-height: 500px;
  overflow-y: auto;
  direction: rtl;
  /* Works on Firefox */
  scrollbar-width: 3px;
  scrollbar-color: #C9A74A #E8E8E8;
  /* Works on Chrome, Edge, and Safari */
}
.modal--player-benefits .block-benefits::-webkit-scrollbar {
  width: 3px;
}
.modal--player-benefits .block-benefits::-webkit-scrollbar-track {
  background: #E8E8E8;
  border-radius: 3px;
}
.modal--player-benefits .block-benefits::-webkit-scrollbar-thumb {
  background-color: #C9A74A;
  border-radius: 3px;
  border: 3px solid #C9A74A;
}
.modal--player-benefits .block-benefits-item {
  direction: ltr;
}
.modal--player-benefits .block-benefits-item:not(:first-child) {
  margin-top: clamp(30px, 3.125vw, 60px);
}
.modal--player-benefits .block-benefits-title {
  font-size: clamp(20px, 1.4583333333vw, 28px);
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  padding-bottom: 10px;
}
.modal--player-benefits .block-benefits-title img {
  max-width: 80px;
}
.modal--player-benefits .block-benefits-current {
  font-size: 17px;
  color: #E89F1B;
  font-weight: 500;
}
.modal--player-benefits .block-benefits-list:not(:empty) {
  margin-top: 20px;
}
.modal--player-benefits .block-benefits-list-item {
  color: #000000;
  border-radius: 8px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: clamp(15px, 1.0416666667vw, 20px);
  min-height: clamp(40px, 4.1666666667vw, 80px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
}
.modal--player-benefits .block-benefits-list-item:not(:first-child) {
  margin-top: 10px;
}
.modal--player-benefits .block-benefits-list-item > span {
  font-size: clamp(13px, 0.8854166667vw, 17px);
  line-height: 1.1;
  opacity: 0.7;
}
.modal--player-benefits .block-benefits-list-item.promo_plus > span {
  color: #835D15;
  opacity: 1;
}
.modal--player-benefits .block-benefits-cta {
  margin-top: 20px;
  font-size: 16px;
  line-height: 19px;
}
.modal--player-benefits .block-benefits-cta a {
  color: #007FFF;
}
@media (min-width: 576px) {
  .modal--player-benefits .block-benefits-list-item {
    min-height: clamp(40px, 4.1666666667vw, 80px);
    gap: 2rem;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .modal--player-benefits .block-benefits, .modal--player-benefits .block-title {
    margin-left: clamp(-12px, -0.625vw, -8px);
    padding-left: calc((100% - 700px)/2 + 25px);
    padding-right: calc((100% - 700px)/2 + 25px);
  }
}
.my-profile {
  padding-top: clamp(90px, 9.8958333333vw, 190px);
  padding-bottom: clamp(50px, 4.1666666667vw, 80px);
  background-color: #F1F1F1;
}
.my-profile .block-title h1 {
  text-transform: none;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 3.125vw, 60px);
}
.my-profile .block-cta {
  font-size: 16px;
  line-height: 19px;
}
.my-profile .block-cta a {
  color: #007FFF;
}
.my-profile .block-player-name {
  font-size: clamp(16px, 1.09375vw, 21px);
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 10px;
}
.my-profile .block-player-id {
  font-size: 16px;
  line-height: 21px;
}
.my-profile .block-player-id strong {
  font-size: 17px;
  line-height: 21px;
}
.my-profile .block-form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(112, 112, 112, 0.576);
}
.my-profile .block-form h2 {
  font-family: "Inter", sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: none;
}
.my-profile .block-form-information .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 20px;
}
.my-profile .block-form-address {
  margin-top: clamp(35px, 3.6458333333vw, 70px);
}
.my-profile .block-form-address .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 20px;
}
.my-profile .block-form .form-group {
  background-color: #FFFFFF;
  border-radius: 8px;
  position: relative;
  padding: 15px 25px;
  padding-top: 33px;
}
.my-profile .block-form .form-group--locked {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.496' height='29.37' viewBox='0 0 23.496 29.37'%3E%3Cpath id='Path_431' data-name='Path 431' d='M23.091,12.28V9.343a7.343,7.343,0,0,0-14.685,0V12.28A4.327,4.327,0,0,0,4,16.685v10.28A4.327,4.327,0,0,0,8.406,31.37H23.091A4.327,4.327,0,0,0,27.5,26.965V16.685A4.327,4.327,0,0,0,23.091,12.28ZM11.343,9.343a4.327,4.327,0,0,1,4.406-4.406,4.327,4.327,0,0,1,4.406,4.406V12.28H11.343Zm5.874,14.685A1.387,1.387,0,0,1,15.748,25.5a1.387,1.387,0,0,1-1.469-1.469V19.622a1.387,1.387,0,0,1,1.469-1.469,1.387,1.387,0,0,1,1.469,1.469Z' transform='translate(-4 -2)' opacity='0.4'/%3E%3C/svg%3E%0A");
  background-position: right 30px center;
  background-repeat: no-repeat;
}
.my-profile .block-form .form-group--locked input {
  pointer-events: none;
}
.my-profile .block-form .form-group.has-value .form-label {
  transform: translateY(0%);
  font-size: 14px;
  opacity: 0.7;
}
.my-profile .block-form .form-label {
  pointer-events: none;
  font-size: clamp(18px, 1.3541666667vw, 26px);
  line-height: 18px;
  margin: 0;
  color: #000000;
  opacity: 0.7;
  position: absolute;
  left: 25px;
  top: 15px;
  transform: translateY(100%);
  -webkit-transition: transform, font-size, opacity;
  -moz-transition: transform, font-size, opacity;
  -ms-transition: transform, font-size, opacity;
  -o-transition: transform, font-size, opacity;
  transition: transform, font-size, opacity;
}
.my-profile .block-form .form-control {
  padding: 0;
  color: #000000;
  font-size: clamp(18px, 1.3541666667vw, 26px);
  line-height: 1.3;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.my-profile .block-form .form-control[readonly] {
  pointer-events: none;
}
.my-profile .block-form-edit {
  margin-top: 15px;
  font-size: 16px;
  line-height: 21px;
}
.my-profile .block-form-edit a {
  color: #007FFF;
  padding-left: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='15.942' viewBox='0 0 16 15.942'%3E%3Cpath id='Path_411' data-name='Path 411' d='M19.4,7.34,16.66,4.6A2,2,0,0,0,14,4.53l-9,9a2,2,0,0,0-.57,1.21L4,18.91A1,1,0,0,0,5,20h.09l4.17-.38a2,2,0,0,0,1.21-.57l9-9a1.92,1.92,0,0,0-.07-2.71ZM9.08,17.62l-3,.28.27-3L12,9.32l2.7,2.7ZM16,10.68,13.32,8l1.95-2L18,8.73Z' transform='translate(-3.996 -4.058)' fill='%23007fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  display: inline-block;
}
.my-profile .block-form-edit a.js--hidden {
  visibility: hidden;
}
.my-profile .block-form-message {
  display: none;
  color: #008B0B;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1.33;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='47.5' height='47.5' viewBox='0 0 47.5 47.5'%3E%3Cpath id='Path_510' data-name='Path 510' d='M33.75,10A23.75,23.75,0,1,0,57.5,33.75,23.75,23.75,0,0,0,33.75,10ZM29.393,45.95,18.936,35.493l3.486-3.486,6.972,6.972L45.079,23.293l3.486,3.486Z' transform='translate(-10 -10)' fill='%236ac259'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 65px;
  max-width: 700px;
  margin-left: auto;
  min-height: 48px;
  align-items: flex;
}
.my-profile .block-form-message p:last-child {
  margin-bottom: 0;
}
.my-profile .block-form-action {
  margin-top: 30px;
}
.my-profile .block-form-action .row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 20px;
}
.my-profile .block-form-action .btn {
  border-radius: 10px;
  background-color: #E89F1B;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  border-color: #E89F1B;
  font-size: 18px;
  line-height: 16px;
  padding: clamp(15px, 1.0416666667vw, 20px);
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-transition: max-width, width, background-color, color;
  -moz-transition: max-width, width, background-color, color;
  -ms-transition: max-width, width, background-color, color;
  -o-transition: max-width, width, background-color, color;
  transition: max-width, width, background-color, color;
}
.my-profile .block-form .js--submitted .block-form-message {
  display: flex;
}
.my-profile .block-form .js--submitted .block-form-action .btn {
  color: #008B0B;
  max-width: 540px;
  background-color: transparent;
}
