/*==================================================
  custom code for landing / members / payment
===================================================*/
/*===================================================
  Colors
===================================================*/
/*===================================================
  Variables
===================================================*/
/*===  Screen sizes  ===*/
/*===  Inputs  ===*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*===================================================
  Mixins
===================================================*/
/*===  Breakpoints  ===*/
/*===  Placeholder input  ===*/
/*===  Gradient  ===*/
/*===  Font face mixin  ===*/
/*===  Font face CDN  ===*/
/*===  elipsis ...  ===*/
/*===  break word ...  ===*/
/*===================================================
  Reset
===================================================*/
* {
  box-sizing: border-box; }

a {
  text-decoration: none;
  transition: all .2s ease; }

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.error_message {
  color: #ff0000;
  font-size: 10px; }
  .error_message:first-letter {
    text-transform: uppercase; }

.hide,
.hidden {
  display: none !important;
  visibility: hidden !important; }

.hide-from-screen {
  position: absolute;
  left: -10000px !important;
  top: 0 !important; }

.icon {
  fill: currentColor;
  transition: all .2s ease; }

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=submit],
select,
textarea {
  border: none;
  box-sizing: border-box;
  border-radius: 0; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=submit]:focus,
  select:focus,
  textarea:focus {
    outline: none; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

input[type=submit] {
  border: none;
  transition: all .2s ease;
  background-color: transparent; }

/*===================================================
Legal
===================================================*/
.legal {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  counter-reset: titleCounter; }
  .legal .header {
    position: relative;
    text-align: center;
    padding: 10px 0; }
  .legal .main {
    flex-grow: 1; }
  .legal .container {
    max-width: 1190px;
    margin: 0 auto; }
  .legal .content-wrapper {
    padding: 30px 0 60px; }
    .legal .content-wrapper a,
    .legal .content-wrapper p,
    .legal .content-wrapper ul,
    .legal .content-wrapper li {
      line-height: 1.2; }
    .legal .content-wrapper p a {
      text-decoration: underline; }
    .legal .content-wrapper .table-of-content {
      margin-bottom: 40px; }
    .legal .content-wrapper section {
      margin-bottom: 60px; }
      .legal .content-wrapper section:last-child {
        margin-bottom: 0; }
    .legal .content-wrapper ol {
      list-style: decimal; }
      .legal .content-wrapper ol ol {
        list-style: lower-alpha; }
    .legal .content-wrapper ul {
      list-style: disc; }
    .legal .content-wrapper p {
      font-size: 16px; }
    .legal .content-wrapper ol,
    .legal .content-wrapper ul {
      margin: 20px 0 20px 40px; }
      .legal .content-wrapper ol li,
      .legal .content-wrapper ul li {
        margin-bottom: 10px; }
    .legal .content-wrapper h2 {
      font-size: 40px;
      margin-bottom: 20px; }
    .legal .content-wrapper h3 {
      font-size: 30px;
      margin-bottom: 15px;
      counter-increment: titleCounter; }
      .legal .content-wrapper h3:before {
        content: counters(titleCounter, ".") ". "; }
    .legal .content-wrapper h4 {
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 10px; }
    .legal .content-wrapper h3 + p,
    .legal .content-wrapper h4 + p,
    .legal .content-wrapper p + p {
      margin-bottom: 20px; }
  .legal #verifyMyAge p {
    line-height: 1.7; }
  .legal #verifyMyAge span {
    position: relative; }
  .legal #verifyMyAge .verify-my-age-link {
    position: absolute;
    left: 5px; }
  .legal #verifyMyAge img {
    height: 26px;
    max-width: fit-content;
    width: max-content; }

.legal {
  background-color: #090A22; }
  .legal .header {
    background-color: #090A22; }
  .legal .main a,
  .legal .main p,
  .legal .main ul,
  .legal .main li,
  .legal .main span {
    color: #fff; }
  .legal .main h2,
  .legal .main h3,
  .legal .main h4 {
    color: #EA9B3B; }
  .legal .main a:hover {
    color: #EA9B3B; }

/*===================================================
Record Statement
===================================================*/
.section-record-statement {
  padding: 50px 0; }
  .section-record-statement .record-statement-title {
    font-size: 43px;
    text-align: center; }
  .section-record-statement .record-statement-des {
    font-size: 25px;
    text-align: center; }
  .section-record-statement .record-statement-text {
    font-size: 16px;
    padding: 50px 0; }
  .section-record-statement .record-statement-pass {
    padding: 10px 0; }
  .section-record-statement .record-statement-address-title {
    font-size: 16px;
    font-weight: 700; }

/*===================================================
Acceptable Use Policy
===================================================*/
.section-acceptable-use-policy {
  padding: 50px 0; }

.acceptable-use-policy-title {
  color: #EA9B3B;
  font-size: 40px;
  font-weight: 700; }

.acceptable-use-policy-des {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 20px; }

.acceptable-use-policy-list {
  margin: 35px 0; }
  .acceptable-use-policy-list .list-title {
    font-size: 30px;
    font-weight: 600; }
  .acceptable-use-policy-list .list-des {
    padding-top: 10px;
    line-height: 1.5; }

/*===================================================
Notification
===================================================*/
.notification-message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 20px;
  width: 90%; }
  @media (min-width: 768px) {
    .notification-message {
      width: clamp(600px, 80%, 1080px); } }

.notification-message-close {
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #000;
  height: 33px;
  width: 33px;
  position: absolute;
  inset: 0 0 auto auto;
  transform: translate(35%, -35%); }
  .notification-message-close:before, .notification-message-close:after {
    position: absolute;
    inset: 50% auto auto 50%;
    content: ' ';
    height: 55%;
    width: 2px;
    background-color: #000; }
  .notification-message-close:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  .notification-message-close:after {
    transform: translate(-50%, -50%) rotate(-45deg); }

.notification-message-link {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #000;
  padding: 14px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: underline;
  text-transform: uppercase; }

.notification-message {
  border-radius: 0;
  border: 1px solid #fff;
  background-color: #EA9B3B;
  box-shadow: 0px 6px 15px #00000066;
  color: #fff;
  font-size: 18px; }

/*==================================
    Footer
===================================*/
/**
 * Footer global partial (used on - landing pages, members, legal, payment, support)
 * Footer options for include (with twig):
 * I. include without any parameters copyright data
 * II. { showLinksAndText: true } - show footer links and disclaimer text
 * III. aditional parameters are (forgot_password_link and login_link)
 */
.footer-links {
  display: flex;
  width: 100%; }

.footer-link-item .js_signup_action {
  display: none; }
  .form-signin .footer-link-item .js_signup_action {
    display: block; }

.footer-link-item .js_signin_action {
  display: block; }
  .form-signin .footer-link-item .js_signin_action {
    display: none; }

/*==================================================
  Pagination
===================================================*/
.pagination {
  display: flex; }

.pagination-item {
  border-width: 1px;
  border-style: solid;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

/*==================================================
  Comments
===================================================*/
.comments-title,
.comments-counter {
  font-size: 17px; }

.comments-name,
.comments-content {
  font-size: 14px;
  word-break: break-word; }

.comments-timestamp {
  font-size: 12px; }

.comments-header,
.comments-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px; }

.comments-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid; }

/*==================================================
  Header burger
===================================================*/
.header {
  position: relative; }

.burger {
  height: 18px;
  margin: 0 auto;
  position: relative;
  width: 25px;
  display: block; }
  .burger:before, .burger:after {
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    transition: all .2s ease; }
  .burger:before {
    top: 0; }
  .burger:after {
    bottom: 0; }
  @media (min-width: 768px) {
    .burger {
      display: none; } }
  .menu-is-active .burger:before {
    transform: translateY(-50%) rotate(45deg);
    top: 50%; }
  .menu-is-active .burger:after {
    transform: translateY(50%) rotate(-45deg);
    bottom: 50%; }

.burger-item {
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  transition: all .2s ease; }
  .menu-is-active .burger-item {
    opacity: 0;
    visibility: hidden; }

.burger:before, .burger:after {
  background-color: #101010; }

.burger-item {
  background-color: #101010; }

/*==================================================
  Payment / Payment error
===================================================*/
.payment,
.payment-error {
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  .payment .header,
  .payment-error .header {
    text-align: center; }
  .payment .main,
  .payment-error .main {
    display: flex;
    flex-direction: column;
    flex-grow: 1; }

.payment-error .btn {
  display: inline-block;
  padding: 15px 35px;
  margin: 25px 0; }

.payment-error .cta {
  margin: 15px 0; }

.payment-error-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center; }

.payment-error-title {
  margin-bottom: 60px; }

.payment-error-link {
  text-decoration: underline; }

/*==================================================
  Loader
===================================================*/
input[type="submit"]:disabled,
button[type="submit"]:disabled {
  color: transparent !important; }

.is_loader {
  border: 4px solid transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  animation: loader-rotate 1s linear infinite; }

@keyframes loader-rotate {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

.is_loader {
  border-top-color: #fff;
  border-bottom-color: #fff; }

/*==================================================
  Reset password
===================================================*/
.reset-password-form {
  flex-grow: 1; }
  .reset-password-form .form-inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%; }
  .reset-password-form .reset-password-title {
    font-size: 26px;
    text-align: center;
    text-transform: uppercase; }
  .reset-password-form .reset-password-subtitle {
    line-height: 1.4;
    padding: 25px 0;
    text-align: center; }
  .reset-password-form .cta-wrapper {
    padding: 25px 0;
    position: relative; }
  .reset-password-form .btn {
    border-style: solid; }

.form-inner {
  background-color: #FFFFFF9A;
  border-color: #EA9B3B;
  border-style: solid;
  border-width: 3px;
  max-width: 530px;
  padding: 43px 50px 50px;
  border-radius: 50px; }

.reset-password-title {
  color: #573C00;
  font-size: 24px; }

.reset-password-subtitle {
  color: #573C00; }

/*==================================================
  Header
===================================================*/
.members-header {
  padding: 15px 0; }
  .members-header .header-wrapper > .header-nav {
    order: -1; }
    @media (min-width: 768px) {
      .members-header .header-wrapper > .header-nav {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%); } }
  .members-header .header-wrapper > .members-username {
    margin: 0 40px 0 auto; }
  .members-header .header-wrapper > .members-username {
    display: none; }
    @media (min-width: 768px) {
      .members-header .header-wrapper > .members-username {
        display: flex; } }
  .members-header .header-wrapper .header-nav-list {
    display: none; }

.members.menu-is-active .mobile-members-navigation {
  opacity: 1;
  visibility: visible;
  z-index: 5; }

.members-header {
  align-items: center;
  display: flex;
  min-height: 79px;
  position: relative; }
  .members-header .container {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
  .members-header .burger {
    margin: 0; }
  @media (min-width: 768px) {
    .members-header .header-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .members-header .header-wrapper > .members-navigation-btn {
    display: none; }
    @media (min-width: 768px) {
      .members-header .header-wrapper > .members-navigation-btn {
        display: inline-block; } }
  .members-header .header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .members-header .logo-header {
    display: inline-block;
    max-width: 85%; }
    @media (min-width: 768px) {
      .members-header .logo-header {
        max-width: initial; } }
    .members-header .logo-header img {
      max-height: 50px;
      max-width: 100%;
      transform: translate3d(0); }
      @media (min-width: 768px) {
        .members-header .logo-header img {
          max-height: initial; } }
  .members-header .mobile-members-navigation {
    border-top-width: 1px;
    border-top-style: solid;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 77px;
    text-align: center;
    visibility: hidden;
    width: 100%;
    transition: all .2s ease;
    padding: 20px 0;
    z-index: 1; }
  .members-header .members-username {
    display: flex;
    align-items: center;
    padding: 0 0 20px;
    justify-content: center; }
    @media (min-width: 768px) {
      .members-header .members-username {
        padding: 0; } }
  .members-header .members-username-name {
    font-size: 14px;
    font-weight: 700;
    margin-left: 5px; }
    @media (min-width: 768px) {
      .members-header .members-username-name {
        font-size: 16px; } }
  .members-header .header-link {
    padding: 0 0 10px;
    display: inline-block; }
    @media (min-width: 768px) {
      .members-header .header-link {
        padding: 0 0 0 10px; } }
  .members-header .header-link,
  .members-header .members-navigation-btn {
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .members-header .header-link,
      .members-header .members-navigation-btn {
        font-size: 16px; } }

.members-header {
  background-color: #090A22; }
  .members-header .container {
    max-width: 1700px; }
  .members-header .mobile-members-navigation {
    background-color: #090A22; }
  .members-header .members-username {
    padding: 0; }
  .members-header .members-username,
  .members-header .header-link {
    color: #fff; }

.members-navigation-btn {
  color: #fff;
  padding: 11px 45px;
  border-radius: 15px;
  border-color: transparent;
  border-style: solid;
  display: inline-block;
  font-size: 14px;
  font-weight: 700; }
  @media (min-width: 768px) {
    .members-navigation-btn {
      font-size: 16px; } }

/*==================================
    Inputs
===================================*/
.input::-webkit-input-placeholder,
.cancel-membership-form-input::-webkit-input-placeholder {
  color: transparent; }

.input:-moz-placeholder,
.cancel-membership-form-input:-moz-placeholder {
  color: transparent; }

.input::-moz-placeholder,
.cancel-membership-form-input::-moz-placeholder {
  color: transparent; }

.input:-ms-input-placeholder,
.cancel-membership-form-input:-ms-input-placeholder {
  color: transparent; }

/*==================================================
  Email verifcation
===================================================*/
.email-verification {
  color: #454545;
  font-size: 16px;
  min-height: 100vh;
  display: flex;
  border-radius: 6px;
  flex-direction: column; }
  .email-verification .bold {
    font-weight: 700; }
  .email-verification .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .email-verification .logo-header {
    max-width: 250px; }
  .email-verification .main {
    background-color: #F2F2F2; }
  .email-verification .email-verification-icon {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%); }
    .email-verification .email-verification-icon:before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 100px;
      height: 50px;
      background-color: rgba(242, 242, 242, 0.4);
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 100px;
      border-bottom-right-radius: 100px; }
  .email-verification .icon {
    width: 46px;
    height: 42px;
    position: relative;
    z-index: 1; }
  .email-verification .email-verification-wrapper {
    max-width: 630px;
    width: 100%;
    margin: 130px auto 60px;
    background-color: #fff;
    padding: 65px 60px;
    text-align: center;
    position: relative; }
  .email-verification h3, .email-verification h4 {
    color: #F52149; }
  .email-verification .email-verification-title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px; }
  .email-verification .email-verification-text {
    margin-bottom: 5px; }
  .email-verification .email-verification-text-wrapper {
    margin-bottom: 20px; }
  .email-verification .email-verification-form {
    background-color: #F2F2F2;
    padding: 20px 60px 30px;
    margin: 30px 0 20px;
    border-radius: 6px; }
  .email-verification .email-verification-form-title {
    font-size: 20px;
    margin-bottom: 15px; }
  .email-verification .email-verification-form-text {
    margin-bottom: 15px; }
  .email-verification .form-field-wrapper {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column; }
    .email-verification .form-field-wrapper.has_error .input {
      border-color: #ff0000; }
  .email-verification .error_message {
    order: 2;
    margin-top: 5px;
    display: block;
    font-size: 12px; }
  .email-verification .label {
    display: block;
    margin-bottom: 10px; }
  .email-verification .input {
    display: block;
    width: 100%;
    font-size: 30px;
    background-color: #fff;
    border: 1px solid #C9C9C9;
    border-radius: 6px;
    text-align: center;
    padding: 12px 10px; }
    .email-verification .input:focus {
      border-color: #68B500; }
  .email-verification .cta {
    position: relative; }
  .email-verification .btn {
    background-color: #8BCC33;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    border-radius: 6px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    padding: 12px;
    font-weight: 700;
    width: 100%; }
  .email-verification .notification-message {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 30px 40px;
    font-size: 20px;
    box-shadow: 0px 6px 15px #00000066;
    max-width: 500px;
    width: 100%;
    font-weight: 700;
    text-align: center; }
    .email-verification .notification-message.success {
      border-color: #8BCC33;
      color: #8BCC33; }
    .email-verification .notification-message.resend-error {
      border-color: #FF0000;
      color: #FF0000;
      padding: 30px 20px; }
    .email-verification .notification-message.resend-success {
      border-color: #0065FF;
      color: #0065FF; }
  .email-verification .email-verification-resend {
    font-size: 14px; }
    .email-verification .email-verification-resend a {
      color: #0065FF;
      text-decoration: underline; }
  .email-verification .email-value {
    word-break: break-word; }

/*==================================================
  Verify my age
===================================================*/
.verify-my-age {
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh; }
  .verify-my-age .members-header {
    position: absolute;
    width: 100%; }
    .verify-my-age .members-header .header-wrapper .members-username,
    .verify-my-age .members-header .members-navigation-btn,
    .verify-my-age .members-header .burger {
      display: none; }
    .verify-my-age .members-header .header-wrapper {
      justify-content: center; }
    .verify-my-age .members-header .logo-header img {
      max-height: 70px; }
  .verify-my-age .main-content {
    width: 100%;
    background-repeat: no-repeat; }
  .verify-my-age .main {
    display: flex;
    align-items: center;
    padding-top: 100px; }
  .verify-my-age .main-wrapper {
    border-radius: 40px;
    max-width: 600px;
    margin: 0 auto;
    padding: 45px 30px;
    text-align: center; }
    @media (min-width: 1400px) {
      .verify-my-age .main-wrapper {
        max-width: 720px; } }
  .verify-my-age .main-title {
    color: #000;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .verify-my-age .main-subtitle {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 70%;
    margin: 0 auto 20px; }
    .verify-my-age .main-subtitle span {
      display: inline-block; }
  .verify-my-age .verify-my-age-text {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 25px; }
  .verify-my-age .bottom-text {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3; }
  .verify-my-age .pre-bottom-text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 45px;
    line-height: 1.3; }
  .verify-my-age .verify-my-age-link {
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 13px;
    max-width: 240px;
    width: 100%; }
  .verify-my-age .verify-my-age-logo-white {
    display: none; }
  .verify-my-age .verify-my-age-logo-black {
    display: none; }

.age-verfication-vma-login {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background: #000000;
  z-index: 100; }
  .age-verfication-vma-login.is-visible {
    display: flex; }

.login-form-vma {
  border: 2px solid white;
  border-radius: 10px;
  width: 400px;
  padding: 30px;
  max-width: 95%; }
  .login-form-vma .form-field-wrapper {
    max-width: 100% !important;
    padding: 0 !important; }

.close-login {
  display: block;
  margin-top: 20px;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; }

.login-form-vma-title {
  color: white;
  font-size: 22px;
  margin-bottom: 25px; }

@font-face {
  font-family: "Bebas Neue";
  src: url("../../../fonts/bebas-neue/bebas-neue-regular.eot");
  src: url("../../../fonts/bebas-neue/bebas-neue-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/bebas-neue/bebas-neue-regular.woff") format("woff"), url("../../../fonts/bebas-neue/bebas-neue-regular.ttf") format("truetype"), url("../../../fonts/bebas-neue/bebas-neue-regular.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("../../../fonts/roboto/Roboto-Regular.eot");
  src: url("../../../fonts/roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../../../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../../../fonts/roboto/Roboto-Regular.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: 'Bebas Neue', sans-serif; }

/*==================================================
  Landing0341
===================================================*/
/*=== Colors ===*/
/*=== Global ===*/
html,
body {
  overflow-x: hidden; }

body {
  font-size: 18px;
  line-height: 1.4; }

.footer {
  background-color: #090A22 !important;
  color: #fff;
  padding: 30px 0; }
  @media (min-width: 768px) {
    .footer {
      padding: 50px 0; } }
  .footer .logo {
    display: none; }
  .footer .container {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative; }
  .footer .footer-wrapper {
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 100%; }
  .footer .footer-links {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
    margin-top: 20px;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      .footer .footer-links {
        justify-content: space-around; } }
  .footer .footer-link {
    color: #fff; }
  .footer .footer-link-item {
    font-size: 12px;
    margin-bottom: 15px; }
    @media (min-width: 415px) {
      .footer .footer-link-item:not(:last-of-type) {
        margin-right: 15px; } }
    @media (min-width: 768px) {
      .footer .footer-link-item:not(:last-of-type) {
        margin: 0 25px 0 0; } }
    @media (min-width: 768px) {
      .footer .footer-link-item {
        margin-bottom: 0; } }
  .footer .footer-content {
    font-size: 11px;
    height: 100%;
    line-height: 1.8;
    margin: 0 auto 10px;
    max-width: 750px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
  .footer .company-info {
    color: #fff;
    font-size: 10px;
    font-weight: 400; }
  .footer .custodian-link {
    display: block;
    text-decoration: underline; }
    .footer .custodian-link a {
      color: #fff; }

.landing0341,
.cancel-membership {
  background-color: #090A22;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  /*=== Header ===*/
  /*=== Age verification ===*/
  /*=== Main ===*/
  /*=== Intro ===*/
  /*=== Form ===*/ }
  .landing0341 .header .container,
  .landing0341 .main .container,
  .cancel-membership .header .container,
  .cancel-membership .main .container {
    max-width: 1730px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%; }
    .landing0341 .header .container.container--narrow,
    .landing0341 .main .container.container--narrow,
    .cancel-membership .header .container.container--narrow,
    .cancel-membership .main .container.container--narrow {
      max-width: 1390px; }
  .landing0341 img,
  .cancel-membership img {
    max-width: 100%; }
  .landing0341 .btn,
  .landing0341 .age-verification-btn,
  .landing0341 .cancel-membership-form-submit,
  .cancel-membership .btn,
  .cancel-membership .age-verification-btn,
  .cancel-membership .cancel-membership-form-submit {
    background: transparent linear-gradient(270deg, #F7B855 0%, #EA9B3B 100%);
    border-radius: 15px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    max-width: 204px;
    padding: 12px 25px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0341 .btn,
      .landing0341 .age-verification-btn,
      .landing0341 .cancel-membership-form-submit,
      .cancel-membership .btn,
      .cancel-membership .age-verification-btn,
      .cancel-membership .cancel-membership-form-submit {
        font-size: 20px;
        padding: 13px 25px 11px; } }
  .landing0341 .btn-middle,
  .cancel-membership .btn-middle {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto; }
  .landing0341 .btn-white,
  .cancel-membership .btn-white {
    background: #fff;
    color: #090A22; }
  .landing0341 .login-link,
  .cancel-membership .login-link {
    background-image: linear-gradient(90deg, #EA9B3B 0%, #F7B855 100%);
    border-radius: 15px;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    line-height: 1.16;
    max-width: 100%;
    padding-bottom: 8px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 150px; }
    .landing0341 .login-link:first-of-type,
    .cancel-membership .login-link:first-of-type {
      display: none; }
      @media (min-width: 415px) {
        .landing0341 .login-link:first-of-type,
        .cancel-membership .login-link:first-of-type {
          margin-bottom: 5px; } }
    @media (min-width: 415px) {
      .landing0341 .login-link,
      .cancel-membership .login-link {
        font-size: 20px;
        line-height: 1.36;
        margin-left: 30px;
        padding-bottom: 10px;
        padding-top: 12px; } }
  .landing0341 .form,
  .cancel-membership .form {
    display: none; }
  .landing0341.form-signup .form, .landing0341.form-signin .form, .landing0341.forgot-password .form,
  .cancel-membership.form-signup .form,
  .cancel-membership.form-signin .form,
  .cancel-membership.forgot-password .form {
    display: block; }
  .landing0341.form-signup .intro, .landing0341.form-signin .intro, .landing0341.forgot-password .intro,
  .cancel-membership.form-signup .intro,
  .cancel-membership.form-signin .intro,
  .cancel-membership.forgot-password .intro {
    display: none; }
  .landing0341.form-signin .signin-reset,
  .cancel-membership.form-signin .signin-reset {
    display: block; }
  .landing0341.form-signin .reset-password-content,
  .cancel-membership.form-signin .reset-password-content {
    display: none; }
  .landing0341.form-signin .signup,
  .cancel-membership.form-signin .signup {
    display: none; }
  .landing0341.form-signin .login-link:first-of-type,
  .cancel-membership.form-signin .login-link:first-of-type {
    display: flex; }
  .landing0341.form-signin .cta-wrapper-navigation,
  .cancel-membership.form-signin .cta-wrapper-navigation {
    padding-bottom: 10px; }
  .landing0341.forgot-password .signup,
  .cancel-membership.forgot-password .signup {
    display: none; }
  .landing0341.forgot-password .signin-reset,
  .cancel-membership.forgot-password .signin-reset {
    display: block; }
  .landing0341.forgot-password .signin-content,
  .cancel-membership.forgot-password .signin-content {
    display: none; }
  .landing0341.forgot-password .reset-password-content,
  .cancel-membership.forgot-password .reset-password-content {
    display: block; }
  .landing0341 .error_message,
  .cancel-membership .error_message {
    display: block;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px; }
  .landing0341 .header,
  .cancel-membership .header {
    padding: 35px 0 25px;
    position: relative;
    z-index: 2; }
  .landing0341 .header-nav,
  .cancel-membership .header-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 1400px) {
      .landing0341 .header-nav,
      .cancel-membership .header-nav {
        justify-content: center; } }
  @media (min-width: 1400px) {
    .landing0341 .login-links,
    .cancel-membership .login-links {
      position: absolute;
      right: 0; } }
  .landing0341 .logo-header,
  .cancel-membership .logo-header {
    display: block;
    max-width: 140px; }
    @media (min-width: 415px) {
      .landing0341 .logo-header,
      .cancel-membership .logo-header {
        max-width: 220px; } }
    @media (min-width: 768px) {
      .landing0341 .logo-header,
      .cancel-membership .logo-header {
        max-width: 265px; } }
  .landing0341 .logo-img,
  .cancel-membership .logo-img {
    width: 100%; }
  .landing0341 .landing-wrapper,
  .cancel-membership .landing-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1; }
    .landing0341 .landing-wrapper:before,
    .cancel-membership .landing-wrapper:before {
      display: none; }
  .landing0341 .age-verification-page,
  .cancel-membership .age-verification-page {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .landing0341 .age-verification-page .main,
    .cancel-membership .age-verification-page .main {
      align-items: center;
      background-color: #A066D6;
      border-radius: 52px;
      display: flex;
      min-height: 550px;
      max-width: 1730px;
      margin: 0 auto;
      padding: 0 15px;
      position: relative;
      width: 100%;
      z-index: 2; }
  .landing0341 .age-verification-wrapper,
  .cancel-membership .age-verification-wrapper {
    align-items: flex-start;
    background-color: #FFFFFF9A;
    border: 3px solid #F5B351;
    border-radius: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    width: 100%;
    z-index: 2; }
    @media (min-width: 768px) {
      .landing0341 .age-verification-wrapper,
      .cancel-membership .age-verification-wrapper {
        padding: 50px 30px 65px; } }
  .landing0341 .age-verification-content,
  .cancel-membership .age-verification-content {
    margin-bottom: 33px;
    text-align: center;
    width: 100%; }
  .landing0341 .age-verification-title,
  .cancel-membership .age-verification-title {
    color: #1D1D1B;
    font-size: 26px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0341 .age-verification-title,
      .cancel-membership .age-verification-title {
        font-size: 35px; } }
  .landing0341 .age-verification-btn,
  .cancel-membership .age-verification-btn {
    background: #0ECC42;
    border-radius: 15px;
    font-size: 14px;
    line-height: 1.16;
    letter-spacing: 1px;
    max-width: 200px;
    padding: 15px 10px 13px;
    text-transform: uppercase;
    font-size: 20px; }
    .landing0341 .age-verification-btn:last-of-type,
    .cancel-membership .age-verification-btn:last-of-type {
      background: #F40F0F;
      padding: 15px 10px 13px; }
      @media (max-width: 415px) {
        .landing0341 .age-verification-btn:last-of-type,
        .cancel-membership .age-verification-btn:last-of-type {
          margin-top: 15px; } }
      @media (min-width: 415px) {
        .landing0341 .age-verification-btn:last-of-type,
        .cancel-membership .age-verification-btn:last-of-type {
          margin-left: 30px; } }
  .landing0341 .main,
  .cancel-membership .main {
    flex-grow: 1;
    z-index: 1; }
  .landing0341 .hero,
  .cancel-membership .hero {
    margin-bottom: 35px;
    position: relative; }
    @media (min-width: 1280px) {
      .landing0341 .hero,
      .cancel-membership .hero {
        margin-bottom: 70px; } }
  .landing0341 .hero,
  .landing0341 .landing-wrapper,
  .cancel-membership .hero,
  .cancel-membership .landing-wrapper {
    position: relative; }
  .landing0341 .info,
  .cancel-membership .info {
    padding: 50px 0;
    text-align: center; }
  .landing0341 .info-content,
  .cancel-membership .info-content {
    text-align: center; }
  .landing0341 .info-paragraph,
  .cancel-membership .info-paragraph {
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    max-width: 985px;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 768px) {
      .landing0341 .info-paragraph,
      .cancel-membership .info-paragraph {
        font-size: 32px; } }
  @media (min-width: 768px) {
    .landing0341 .info-content,
    .cancel-membership .info-content {
      display: flex;
      justify-content: space-between; } }
  .landing0341 .info-item,
  .cancel-membership .info-item {
    background-color: #F5B351;
    border-radius: 20px;
    flex: 0 0 30%;
    margin: 0 auto 30px;
    max-width: 518px;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    box-shadow: 0px 10px 30px #F5B35193; }
    @media (min-width: 768px) {
      .landing0341 .info-item,
      .cancel-membership .info-item {
        margin: 0; } }
    .landing0341 .info-item .btn,
    .cancel-membership .info-item .btn {
      transform: translate(-50%, 0); }
      @media (min-width: 768px) {
        .landing0341 .info-item .btn,
        .cancel-membership .info-item .btn {
          transform: translate(-50%, -50%); } }
  .landing0341 .info-images,
  .cancel-membership .info-images {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .landing0341 .info-images,
      .cancel-membership .info-images {
        margin-bottom: 90px; } }
  @media (min-width: 768px) {
    .landing0341 .info-img,
    .cancel-membership .info-img {
      margin: 0 0 26px; } }
  .landing0341 .hero .container,
  .cancel-membership .hero .container {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    padding-bottom: 90px;
    padding-top: 120px; }
    @media (min-width: 768px) {
      .landing0341 .hero .container,
      .cancel-membership .hero .container {
        padding-bottom: 130px;
        padding-top: 190px; } }
  .landing0341 .hero-content,
  .cancel-membership .hero-content {
    margin: 0 auto;
    max-width: 740px;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 1; }
  .landing0341 .hero-title,
  .cancel-membership .hero-title {
    color: #fff;
    line-height: 1.15;
    font-size: 65px;
    font-weight: 400;
    margin: 0 auto 10px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0341 .hero-title,
      .cancel-membership .hero-title {
        font-size: 160px;
        margin-bottom: 0; } }
  .landing0341 .hero-paragraph,
  .cancel-membership .hero-paragraph {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.33; }
    @media (min-width: 768px) {
      .landing0341 .hero-paragraph,
      .cancel-membership .hero-paragraph {
        font-size: 30px; } }
  .landing0341 .hero-image,
  .cancel-membership .hero-image {
    flex: 0 0 50%;
    position: relative;
    text-align: right; }
    .landing0341 .hero-image img,
    .cancel-membership .hero-image img {
      box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
      border-radius: 0 15px 15px 0;
      width: 100%; }
  .landing0341 .section-title,
  .cancel-membership .section-title {
    color: #fff;
    font-size: 26px;
    line-height: 1.25;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0341 .section-title,
      .cancel-membership .section-title {
        font-size: 60px; } }
  .landing0341 .section-subtitle,
  .cancel-membership .section-subtitle {
    color: #fff;
    font-size: 22px;
    line-height: 1.25;
    max-width: 800px;
    margin-bottom: 15px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0341 .section-subtitle,
      .cancel-membership .section-subtitle {
        font-size: 35px; } }
  .landing0341 .section-paragraph,
  .cancel-membership .section-paragraph {
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    max-width: 840px;
    margin: 0 auto 15px; }
    @media (min-width: 768px) {
      .landing0341 .section-paragraph,
      .cancel-membership .section-paragraph {
        font-size: 18px; } }
  .landing0341 .info,
  .cancel-membership .info {
    padding: 40px 0 10px; }
    @media (min-width: 768px) {
      .landing0341 .info,
      .cancel-membership .info {
        padding: 50px 0 20px; } }
    .landing0341 .info .images-item,
    .cancel-membership .info .images-item {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      padding: 0 20px; }
      .landing0341 .info .images-item::before,
      .cancel-membership .info .images-item::before {
        content: " ";
        background-color: #090A22;
        display: block;
        height: 70%;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translate(-20%, -50%);
        width: 120vw; }
        @media (max-width: 1280px) {
          .landing0341 .info .images-item::before,
          .cancel-membership .info .images-item::before {
            transform: translate(-10%, -50%); } }
    .landing0341 .info .info-image-left, .landing0341 .info .info-image-center, .landing0341 .info .info-image-right,
    .cancel-membership .info .info-image-left,
    .cancel-membership .info .info-image-center,
    .cancel-membership .info .info-image-right {
      width: calc(50% - 7px);
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        .landing0341 .info .info-image-left, .landing0341 .info .info-image-center, .landing0341 .info .info-image-right,
        .cancel-membership .info .info-image-left,
        .cancel-membership .info .info-image-center,
        .cancel-membership .info .info-image-right {
          width: calc(50% - 15px); } }
    .landing0341 .info .info-image-right,
    .cancel-membership .info .info-image-right {
      margin: -50px auto 0; }
      @media (min-width: 768px) {
        .landing0341 .info .info-image-right,
        .cancel-membership .info .info-image-right {
          margin: -100px auto 0; } }
    .landing0341 .info .info-content,
    .cancel-membership .info .info-content {
      margin: 35px auto 60px;
      text-align: center; }
      @media (min-width: 768px) {
        .landing0341 .info .info-content,
        .cancel-membership .info .info-content {
          margin: 66px auto 92px; } }
  .landing0341 .prefooter,
  .cancel-membership .prefooter {
    border-bottom: 30px solid #F7B855;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0; }
    @media (min-width: 768px) {
      .landing0341 .prefooter,
      .cancel-membership .prefooter {
        border-bottom: 30px solid #F7B855;
        padding: 70px 0; } }
    .landing0341 .prefooter .section-subtitle,
    .cancel-membership .prefooter .section-subtitle {
      margin-bottom: 30px; }
  .landing0341 .signin-reset-wrapper,
  .cancel-membership .signin-reset-wrapper {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .landing0341 .signin-reset-wrapper,
      .cancel-membership .signin-reset-wrapper {
        margin: 0 0 100px; } }
  .landing0341 .signin-reset-item,
  .landing0341 .signup-item,
  .cancel-membership .signin-reset-item,
  .cancel-membership .signup-item {
    background-color: #FFFFFF98;
    border: 4px solid #EA9B3B;
    border-radius: 50px;
    max-width: 530px;
    padding: 20px 25px 25px;
    width: 100%; }
    @media (min-width: 415px) {
      .landing0341 .signin-reset-item,
      .landing0341 .signup-item,
      .cancel-membership .signin-reset-item,
      .cancel-membership .signup-item {
        padding: 43px 50px 50px; } }
  .landing0341 .item-image,
  .cancel-membership .item-image {
    max-width: 60%;
    width: 60%; }
    .landing0341 .item-image img,
    .cancel-membership .item-image img {
      border-radius: 15px;
      box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
      width: 100%; }
  .landing0341 .signup .container, .landing0341 .signin-reset .container,
  .cancel-membership .signup .container,
  .cancel-membership .signin-reset .container {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 52px; }
  .landing0341 .signin-reset-wrapper,
  .landing0341 .signup-wrapper,
  .cancel-membership .signin-reset-wrapper,
  .cancel-membership .signup-wrapper {
    margin: 0 auto;
    max-width: 1360px;
    padding: 60px 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0341 .signin-reset-wrapper,
      .landing0341 .signup-wrapper,
      .cancel-membership .signin-reset-wrapper,
      .cancel-membership .signup-wrapper {
        align-items: flex-start;
        display: flex;
        justify-content: flex-end;
        height: 90vh;
        max-height: 740px;
        padding: 130px 15px 60px; } }
  .landing0341 .signin-reset-wrapper,
  .cancel-membership .signin-reset-wrapper {
    padding-bottom: 180px; }
    @media (min-width: 768px) {
      .landing0341 .signin-reset-wrapper,
      .cancel-membership .signin-reset-wrapper {
        padding-bottom: 256px; } }
  .landing0341 .form-title,
  .landing0341 .cancel-membership-form-title,
  .landing0341 .cancel-membership-form-desc,
  .landing0341 .form-text, .landing0341 .cancel-membership-form-close-link,
  .cancel-membership .form-title,
  .cancel-membership .cancel-membership-form-title,
  .cancel-membership .cancel-membership-form-desc,
  .cancel-membership .form-text,
  .cancel-membership .cancel-membership-form-close-link {
    color: #573C00; }
  .landing0341 .form-title,
  .landing0341 .cancel-membership-form-title,
  .cancel-membership .form-title,
  .cancel-membership .cancel-membership-form-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.357;
    margin: 0 auto 15px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 415px) {
      .landing0341 .form-title,
      .landing0341 .cancel-membership-form-title,
      .cancel-membership .form-title,
      .cancel-membership .cancel-membership-form-title {
        font-size: 30px; } }
    @media (min-width: 768px) {
      .landing0341 .form-title,
      .landing0341 .cancel-membership-form-title,
      .cancel-membership .form-title,
      .cancel-membership .cancel-membership-form-title {
        font-size: 40px; } }
  @media (min-width: 768px) {
    .landing0341 .signin-content .form-title,
    .cancel-membership .signin-content .form-title {
      font-size: 30px; } }
  .landing0341 .form-text,
  .cancel-membership .form-text {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0 auto 30px;
    max-width: 360px;
    text-align: center; }
  .landing0341 .cancel-membership-form-title,
  .landing0341 .cancel-membership-form-desc,
  .cancel-membership .cancel-membership-form-title,
  .cancel-membership .cancel-membership-form-desc {
    margin: 0 auto; }
  .landing0341 .cancel-membership-form-title,
  .cancel-membership .cancel-membership-form-title {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .landing0341 .cancel-membership-form-title,
      .cancel-membership .cancel-membership-form-title {
        font-size: 35px; } }
  .landing0341 .cancel-membership-form-desc,
  .cancel-membership .cancel-membership-form-desc {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    margin-bottom: 10px; }
  .landing0341 .form-content,
  .cancel-membership .form-content {
    margin: 0 auto 25px;
    width: 100%;
    padding: 30px 20px 0; }
    @media (min-width: 768px) {
      .landing0341 .form-content,
      .cancel-membership .form-content {
        margin: 0 auto 100px;
        padding-top: 0px; } }
  .landing0341.form-signup .signin-reset,
  .cancel-membership.form-signup .signin-reset {
    display: none; }
  @media (min-width: 768px) {
    .landing0341.form-signup .form-content,
    .cancel-membership.form-signup .form-content {
      margin-bottom: 43px; } }
  .landing0341 .signup-form .btn,
  .landing0341 .signin-form .btn,
  .landing0341 .forgot_password_form .btn,
  .cancel-membership .signup-form .btn,
  .cancel-membership .signin-form .btn,
  .cancel-membership .forgot_password_form .btn {
    background: transparent linear-gradient(180deg, #F7B855 0%, #EA9B3B 100%) 0% 0% no-repeat padding-box;
    font-size: 18px;
    letter-spacing: 2.2px;
    margin: 0 auto;
    max-width: 430px;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0341 .signup-form .btn,
      .landing0341 .signin-form .btn,
      .landing0341 .forgot_password_form .btn,
      .cancel-membership .signup-form .btn,
      .cancel-membership .signin-form .btn,
      .cancel-membership .forgot_password_form .btn {
        font-size: 22px; } }
  .landing0341 .signup-form,
  .landing0341 .signin-form,
  .landing0341 .forgot_password_form,
  .landing0341 .cancel-membership-form,
  .cancel-membership .signup-form,
  .cancel-membership .signin-form,
  .cancel-membership .forgot_password_form,
  .cancel-membership .cancel-membership-form {
    margin: 0 auto;
    width: 100%;
    position: relative; }
    .landing0341 .signup-form .cancel-membership-form-submit-wrap,
    .landing0341 .signin-form .cancel-membership-form-submit-wrap,
    .landing0341 .forgot_password_form .cancel-membership-form-submit-wrap,
    .landing0341 .cancel-membership-form .cancel-membership-form-submit-wrap,
    .cancel-membership .signup-form .cancel-membership-form-submit-wrap,
    .cancel-membership .signin-form .cancel-membership-form-submit-wrap,
    .cancel-membership .forgot_password_form .cancel-membership-form-submit-wrap,
    .cancel-membership .cancel-membership-form .cancel-membership-form-submit-wrap {
      padding-top: 15px; }
    .landing0341 .signup-form .cta-wrapper,
    .landing0341 .signin-form .cta-wrapper,
    .landing0341 .forgot_password_form .cta-wrapper,
    .landing0341 .cancel-membership-form .cta-wrapper,
    .cancel-membership .signup-form .cta-wrapper,
    .cancel-membership .signin-form .cta-wrapper,
    .cancel-membership .forgot_password_form .cta-wrapper,
    .cancel-membership .cancel-membership-form .cta-wrapper {
      margin-top: 20px;
      text-align: center;
      width: 100%; }
  .landing0341 .forgot_password_form .cta-wrapper,
  .landing0341 .signin-form .cta-wrapper,
  .cancel-membership .forgot_password_form .cta-wrapper,
  .cancel-membership .signin-form .cta-wrapper {
    margin-top: 0; }
  .landing0341 .cancel-membership-form,
  .cancel-membership .cancel-membership-form {
    background-color: #FFFFFF98;
    border: 4px solid #EA9B3B;
    border-radius: 50px;
    align-self: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 530px;
    padding: 20px 25px 25px;
    position: relative;
    z-index: 2; }
    @media (min-width: 768px) {
      .landing0341 .cancel-membership-form,
      .cancel-membership .cancel-membership-form {
        flex-direction: row;
        margin: 0 0 0 auto;
        padding: 43px 50px 40px;
        width: 100%; } }
  .landing0341 .cancel-membership-form-submit-wrap,
  .cancel-membership .cancel-membership-form-submit-wrap {
    text-align: center; }
    .landing0341 .cancel-membership-form-submit-wrap .cancel-membership-form-submit,
    .cancel-membership .cancel-membership-form-submit-wrap .cancel-membership-form-submit {
      font-size: 16px;
      letter-spacing: 2.2px;
      max-width: 250px;
      width: 100%;
      padding-top: 12px;
      padding-bottom: 12px; }
      @media (min-width: 768px) {
        .landing0341 .cancel-membership-form-submit-wrap .cancel-membership-form-submit,
        .cancel-membership .cancel-membership-form-submit-wrap .cancel-membership-form-submit {
          font-size: 22px;
          max-width: 430px; } }
  .landing0341 .registration-form,
  .landing0341 .login_form,
  .landing0341 .forgot-password-form,
  .landing0341 .form-inner,
  .cancel-membership .registration-form,
  .cancel-membership .login_form,
  .cancel-membership .forgot-password-form,
  .cancel-membership .form-inner {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (min-width: 768px) {
      .landing0341 .registration-form,
      .landing0341 .login_form,
      .landing0341 .forgot-password-form,
      .landing0341 .form-inner,
      .cancel-membership .registration-form,
      .cancel-membership .login_form,
      .cancel-membership .forgot-password-form,
      .cancel-membership .form-inner {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; } }
  .landing0341 .label,
  .landing0341 .cancel-membership-form-label,
  .cancel-membership .label,
  .cancel-membership .cancel-membership-form-label {
    display: block;
    color: #573C00;
    font-size: 11px;
    letter-spacing: .5px;
    margin-bottom: 7px;
    padding-left: 10px;
    pointer-events: none;
    text-align: left;
    text-transform: uppercase;
    transition: all .2s ease;
    width: 100%; }
  .landing0341 .cancel-membership-form-label,
  .cancel-membership .cancel-membership-form-label {
    bottom: 40px;
    font-size: 10px; }
  .landing0341 .form-field-wrapper,
  .landing0341 .cancel-membership-form-field,
  .cancel-membership .form-field-wrapper,
  .cancel-membership .cancel-membership-form-field {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    max-width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .landing0341 .form-field-wrapper,
      .landing0341 .cancel-membership-form-field,
      .cancel-membership .form-field-wrapper,
      .cancel-membership .cancel-membership-form-field {
        max-width: 200px;
        width: 48%; } }
  @media (min-width: 768px) {
    .landing0341 .cancel-membership-form-field,
    .cancel-membership .cancel-membership-form-field {
      margin-bottom: 15px;
      padding: 0;
      width: 100%; } }
  .landing0341 .input,
  .landing0341 .cancel-membership-form-input,
  .cancel-membership .input,
  .cancel-membership .cancel-membership-form-input {
    align-self: flex-end;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #EA9B3B;
    color: #090A22;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    height: 50px;
    line-height: normal;
    max-width: 100%;
    transition: all .2s ease;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0341 .input,
      .landing0341 .cancel-membership-form-input,
      .cancel-membership .input,
      .cancel-membership .cancel-membership-form-input {
        max-width: 200px;
        width: 100%; } }
  .landing0341 input::placeholder,
  .cancel-membership input::placeholder {
    display: none;
    font-size: 0;
    pointer-events: none; }
  .landing0341 ::-webkit-input-placeholder,
  .cancel-membership ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    display: none;
    font-size: 0;
    pointer-events: none; }
  .landing0341 ::-moz-placeholder,
  .cancel-membership ::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
    font-size: 0;
    pointer-events: none; }
  .landing0341 :-ms-input-placeholder,
  .cancel-membership :-ms-input-placeholder {
    /* IE 10+ */
    display: none;
    font-size: 0;
    pointer-events: none; }
  .landing0341 :-moz-placeholder,
  .cancel-membership :-moz-placeholder {
    /* Firefox 18- */
    display: none;
    font-size: 0;
    pointer-events: none; }
  .landing0341 .input,
  .landing0341 .cancel-membership-form-input,
  .landing0341 .reset-password-form .input,
  .cancel-membership .input,
  .cancel-membership .cancel-membership-form-input,
  .cancel-membership .reset-password-form .input {
    padding: 5px 13px; }
  .landing0341 .cta-wrapper,
  .landing0341 .cancel-membership-form-close-link-wrap,
  .cancel-membership .cta-wrapper,
  .cancel-membership .cancel-membership-form-close-link-wrap {
    position: relative; }
  .landing0341 .cancel-membership-form-info,
  .cancel-membership .cancel-membership-form-info {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 15px; }
  .landing0341 .cancel-membership-form-submit-wrap,
  .landing0341 .cancel-membership-form-close-link-wrap,
  .cancel-membership .cancel-membership-form-submit-wrap,
  .cancel-membership .cancel-membership-form-close-link-wrap {
    max-width: 100%;
    width: 100%; }
  .landing0341 .cancel-membership-form-close-link-wrap,
  .cancel-membership .cancel-membership-form-close-link-wrap {
    margin-top: 25px;
    text-align: center; }
  .landing0341 .cancel-membership-form-close-link,
  .cancel-membership .cancel-membership-form-close-link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .landing0341 .cta-wrapper-navigation,
  .cancel-membership .cta-wrapper-navigation {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    width: 100%; }
    .landing0341 .cta-wrapper-navigation a,
    .landing0341 .cta-wrapper-navigation p,
    .cancel-membership .cta-wrapper-navigation a,
    .cancel-membership .cta-wrapper-navigation p {
      font-size: 9px;
      font-family: 'Roboto', sans-serif;
      color: #573C00; }
  .landing0341 .no-member-text,
  .cancel-membership .no-member-text {
    margin-left: auto;
    margin-right: 5px; }
  .landing0341 .reset-password-form,
  .cancel-membership .reset-password-form {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gspotcorner.com/landing/img-9.png") !important;
    flex-grow: 0;
    position: relative;
    background-position: center;
    background-size: cover;
    border-radius: 52px;
    height: 90vh;
    max-height: 740px;
    margin: 0 auto;
    max-width: 1730px;
    padding: 60px 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0341 .reset-password-form,
      .cancel-membership .reset-password-form {
        align-items: flex-start;
        display: flex;
        justify-content: flex-end;
        padding: 130px 15px 60px; } }
    .landing0341 .reset-password-form .form-inner,
    .cancel-membership .reset-password-form .form-inner {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 0 0 0 auto; }
      @media (min-width: 1280px) {
        .landing0341 .reset-password-form .form-inner,
        .cancel-membership .reset-password-form .form-inner {
          margin-right: calc((100vw - 1700px) / 2); } }
    .landing0341 .reset-password-form .reset-password-title, .landing0341 .reset-password-form .reset-password-subtitle,
    .landing0341 .reset-password-form .cta-wrapper,
    .cancel-membership .reset-password-form .reset-password-title,
    .cancel-membership .reset-password-form .reset-password-subtitle,
    .cancel-membership .reset-password-form .cta-wrapper {
      width: 100%; }
    .landing0341 .reset-password-form .reset-password-subtitle,
    .cancel-membership .reset-password-form .reset-password-subtitle {
      font-family: 'Roboto', sans-serif; }
    .landing0341 .reset-password-form .form-field-wrapper,
    .cancel-membership .reset-password-form .form-field-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 100%; }
      @media (min-width: 415px) {
        .landing0341 .reset-password-form .form-field-wrapper,
        .cancel-membership .reset-password-form .form-field-wrapper {
          max-width: 49%; } }
    .landing0341 .reset-password-form .cta-wrapper,
    .cancel-membership .reset-password-form .cta-wrapper {
      padding: 0 2px;
      margin: 15px 0 0 !important;
      text-align: center;
      width: 100%; }
    .landing0341 .reset-password-form .btn,
    .cancel-membership .reset-password-form .btn {
      background: transparent linear-gradient(180deg, #F7B855 0%, #EA9B3B 100%) 0% 0% no-repeat padding-box;
      border: none;
      cursor: pointer;
      max-width: 430px;
      text-transform: uppercase;
      width: 100%; }

.cancel-membership .main {
  background-image: none !important;
  flex-grow: 1;
  max-width: 1360px;
  margin: 0 auto;
  padding: 60px 15px;
  position: static;
  width: 100%; }
  @media (min-width: 768px) {
    .cancel-membership .main {
      display: flex;
      flex-direction: row;
      padding: 130px 15px 162px; } }
  .cancel-membership .main:before {
    content: '';
    display: block;
    width: 100%;
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gspotcorner.com/landing/img-9.png");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 90vh;
    max-height: 740px;
    left: 50%;
    position: absolute;
    top: 180px;
    transform: translateX(-50%);
    width: 100%; }
    @media (min-width: 768px) {
      .cancel-membership .main:before {
        margin: 0 auto;
        max-width: 1730px; } }
  .cancel-membership .main .cancel-membership-form-submit-wrap {
    position: relative; }

.cancel-membership .login-links .login-link {
  border: 2px solid #EA9B3B;
  display: flex;
  margin: 0 0 10px;
  padding-bottom: 9px;
  padding-top: 10px;
  width: 150px; }
  @media (min-width: 768px) {
    .cancel-membership .login-links .login-link {
      display: inline-flex;
      margin: 0 10px; } }

.forgot-password .forgot-password-form {
  justify-content: center; }

.forgot-password .form-field-wrapper {
  max-width: 100%;
  width: 100%; }

.forgot-password .input {
  max-width: 100%; }

.forgot-password .cta-wrapper-navigation {
  padding: 0 15px 10px; }

.legal .header, .payment-error .header {
  padding: 35px 0 25px;
  position: relative;
  z-index: 2; }

.legal .header-nav, .payment-error .header-nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative; }
  @media (min-width: 1400px) {
    .legal .header-nav, .payment-error .header-nav {
      justify-content: center; } }

.legal .logo-header, .payment-error .logo-header {
  display: block;
  max-width: 140px; }
  @media (min-width: 415px) {
    .legal .logo-header, .payment-error .logo-header {
      max-width: 220px; } }
  @media (min-width: 768px) {
    .legal .logo-header, .payment-error .logo-header {
      max-width: 265px; } }

.legal .logo-img, .payment-error .logo-img {
  width: 100%; }

.payment-error {
  background-color: #090A22; }
  .payment-error, .payment-error a {
    color: #fff; }

/*==================================================
  Payment
===================================================*/
/*=== Colors ===*/
/*=== Global ===*/
.footer {
  background-color: #090A22; }

.payment,
.payment .main {
  display: flex;
  flex-direction: column; }

.payment {
  background-color: #090A22;
  min-height: 100vh;
  position: relative;
  /*=== Header ===*/ }
  .payment .main,
  .payment .main-wrapper {
    flex-grow: 1; }
  .payment p.processing {
    padding-top: 270px !important; }
  .payment .header {
    padding: 35px 0 25px;
    position: relative;
    z-index: 2; }
  .payment .header-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 1400px) {
      .payment .header-nav {
        justify-content: center; } }
  .payment .logo-header {
    display: block;
    max-width: 140px; }
    @media (min-width: 415px) {
      .payment .logo-header {
        max-width: 220px; } }
    @media (min-width: 768px) {
      .payment .logo-header {
        max-width: 265px; } }
  .payment .logo-img {
    width: 100%; }
  .payment .main-wrapper {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gspotcorner.com/members/img-7.png") !important;
    background-position: center;
    background-size: cover;
    border-radius: 52px;
    margin: 0 auto;
    max-width: 1730px;
    width: 100%; }
    .payment .main-wrapper .container {
      margin: 0 auto;
      max-width: 1360px;
      padding: 0 15px;
      position: relative;
      width: 100%; }
      @media (min-width: 768px) {
        .payment .main-wrapper .container {
          display: flex; } }
  .payment .payment-title {
    display: none; }
  .payment .iframe-wrapper {
    max-width: unset;
    width: 100%;
    padding: 60px 0; }
    @media (min-width: 768px) {
      .payment .iframe-wrapper {
        padding: 100px 0 30px; } }
  .payment iframe {
    border: none;
    margin: 40px 0 0;
    width: 100%;
    height: 1220px;
    position: relative; }
    @media (min-width: 768px) {
      .payment iframe {
        height: 930px;
        padding: 0; } }

.games-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between; }
  .games-list .container {
    margin: 0 auto;
    padding: 15px;
    width: 100%; }
  .games-list .games-list-content-wrap {
    padding: 50px 0;
    position: relative; }
  .games-list .games-list-content-title {
    color: #fff;
    font-size: 36px;
    margin-bottom: 25px;
    text-align: center; }
  .games-list .games-list-content-subtitle {
    color: #DD8335;
    font-size: 40px;
    margin-bottom: 20px; }
  .games-list .games-list-content-image {
    border-color: #DD8335;
    border-width: 5px;
    border-radius: 30px;
    border-style: solid;
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute; }
  .games-list:not(.games-list0003) .games-list-content-item {
    grid-column: span 1; }
    .games-list:not(.games-list0003) .games-list-content-item::after {
      background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
      bottom: 0;
      content: ' ';
      height: 50px;
      left: 0;
      position: absolute;
      width: 100%; }
  .games-list .games-list-content-item {
    border-radius: 30px;
    position: relative;
    height: 0;
    min-height: 150px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 117%; }
  .games-list .games-list-content-name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    z-index: 1;
    color: #F5B351;
    height: auto;
    left: 0;
    padding: 16px;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%; }
  .games-list .games-list-content-text {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 700;
    width: 100%;
    z-index: 1;
    color: #F5B351;
    text-align: center;
    width: 100%;
    text-decoration: underline; }
  .games-list .games-list-content-text-decor {
    font-size: inherit; }
  .games-list .games-list-content-ul {
    margin: 0 0 30px; }
  .games-list .games-list-content-ul-item {
    color: #fff;
    line-height: 2;
    font-size: 22px;
    font-weight: 400; }

.games-list0005 .games-list-content {
  max-width: 800px;
  margin: 0 auto; }

.games-list0005 .games-list-content-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
  gap: 15px;
  margin-bottom: 30px; }
  @media (min-width: 1400px) {
    .games-list0005 .games-list-content-list {
      grid-template-columns: repeat(auto-fill, minmax(, 1fr)); } }

.games-list0005 .games-list-content-ul {
  column-count: 2;
  gap: 100px;
  margin: 0 0 30px; }

.games-list0005 .games-list-content-ul-item {
  color: #fff;
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative; }
  .games-list0005 .games-list-content-ul-item::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='5' cy='5' r='5' fill='%23F5B351'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    display: block;
    flex-shrink: 0;
    height: 8px;
    position: relative;
    width: 8px; }

.members-multiple0002 {
  background: #090A22;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100vh;
  justify-content: space-between; }
  .members-multiple0002 .home-intro .container {
    margin: 0 auto;
    max-width: 1360px;
    padding: 15px;
    width: 100%; }
  .members-multiple0002 .members-content-title {
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center; }
  .members-multiple0002 .members-content-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    gap: 15px;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .members-multiple0002 .members-content-list {
        grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
        gap: 20px; } }
  .members-multiple0002 .members-content-item {
    border-radius: 20px;
    grid-column: span 1;
    position: relative;
    height: 0;
    min-height: 150px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 117%; }
  .members-multiple0002 .members-content-image {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    position: absolute; }
  .members-multiple0002 .members-content-link {
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
    .members-multiple0002 .members-content-link::after {
      background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
      bottom: 0;
      content: ' ';
      height: 50px;
      left: 0;
      position: absolute;
      width: 100%; }
  .members-multiple0002 .members-content-icon {
    width: clamp(30px, 6vmin, 60px);
    height: clamp(30px, 6vmin, 60px);
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .members-multiple0002 .members-content-icon-text {
    align-self: flex-end;
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    z-index: 1; }
  .members-multiple0002 .multiple-games0002.members-content-wrap {
    padding: 40px 0 0; }
  .members-multiple0002 .multiple-games0002 .members-item-title {
    color: #fff;
    font-size: 18px; }

.multiple-games0002 .members-item-title {
  margin: 0 0 20px 0; }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-title {
      margin: 0 0 30px 0; } }

.multiple-games0002 .main-slider {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .multiple-games0002 .main-slider {
      margin-bottom: 30px; } }
  .multiple-games0002 .main-slider .carousel-out {
    overflow: hidden; }
  .multiple-games0002 .main-slider .carousel-btn.carousel-left {
    left: 0; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .carousel-btn.carousel-left {
        border-radius: 16px 0 0 16px; } }
  .multiple-games0002 .main-slider .carousel-btn.carousel-right {
    right: 0; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .carousel-btn.carousel-right {
        border-radius: 0 16px 16px 0; } }
  .multiple-games0002 .main-slider .slider-list {
    align-items: center;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-flow: column; }
    @media (max-width: 768px) {
      .multiple-games0002 .main-slider .slider-list {
        padding: 0; } }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .slider-list {
        grid-template-columns: 1fr 2fr 1fr;
        grid-auto-columns: 0; } }
    @media (min-width: 1400px) {
      .multiple-games0002 .main-slider .slider-list {
        grid-template-columns: 1fr 2fr 1fr; } }
  .multiple-games0002 .main-slider .game {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
  .multiple-games0002 .main-slider .slider-list-item {
    min-width: 100%;
    transition: all .25s ease-in-out;
    width: 100%; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .slider-list-item {
        padding: 0 6px; } }
  .multiple-games0002 .main-slider .games-item, .multiple-games0002 .main-slider .slider-list-item-wrapper {
    display: grid; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .games-item, .multiple-games0002 .main-slider .slider-list-item-wrapper {
        border-radius: 20px; } }
  .multiple-games0002 .main-slider .slider-list-item-wrapper {
    align-items: flex-end; }
    @media (max-width: 768px) {
      .multiple-games0002 .main-slider .slider-list-item-wrapper {
        padding-bottom: 66.3333%; } }
  @media (min-width: 768px) {
    .multiple-games0002 .main-slider .slider-list-item:nth-of-type(2) .slider-list-item-wrapper {
      padding-bottom: 56.3%; } }
  .multiple-games0002 .main-slider .game-box:before {
    background: #2e2e2e;
    height: 45px; }
  .multiple-games0002 .main-slider .game-name {
    color: #fff;
    margin-bottom: 12px; }
  @media (max-width: 768px) {
    .multiple-games0002 .main-slider .carousel-btn {
      background-color: rgba(0, 0, 0, 0.3);
      width: 45px;
      z-index: 1; } }
  @media (min-width: 768px) {
    .multiple-games0002 .main-slider .carousel-btn {
      top: 50%;
      transform: translateY(-50%); } }
  @media (max-width: 768px) {
    .multiple-games0002 .main-slider .carousel-btn .arrow-left,
    .multiple-games0002 .main-slider .carousel-btn .arrow-right {
      margin-bottom: 50px; } }

.multiple-games0002 .main-slider-btn {
  border-radius: 50px;
  grid-area: 1 / 1;
  font-size: 12px;
  font-weight: 700;
  justify-self: center;
  margin-bottom: 75px;
  max-width: 160px;
  pointer-events: none;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 20px;
  width: 100%;
  position: absolute; }

.multiple-games0002 .slider-list-item-wrapper {
  padding-bottom: 115%;
  position: relative;
  height: 0;
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .multiple-games0002 .slider-list-item-wrapper {
      border-radius: 20px; } }

.multiple-games0002 .game, .multiple-games0002 .game-box {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%; }

.multiple-games0002 .members-item .game-box:before, .multiple-games0002 .members-item-box .game-box:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%); }

.multiple-games0002 .slider-wrap {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .multiple-games0002 .slider-wrap {
      margin: 0; } }

.multiple-games0002 .members-item-title,
.multiple-games0002 .members-item-box-title {
  font-size: 18px;
  text-transform: uppercase; }

.multiple-games0002 .members-item-box-title {
  margin: 0 0 17px 0; }

.multiple-games0002 .members-item-box-wrapper {
  margin: 0 -15px 20px; }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box-wrapper {
      display: grid;
      grid-gap: 12px;
      grid-template-columns: repeat(2, calc(50% - 6px));
      margin: 28px 0 20px; } }

.multiple-games0002 .members-item-box {
  margin-bottom: 20px;
  padding: 10px 15px 0; }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box {
      margin-bottom: 0;
      padding: 18px 15px; } }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box .slider-list-item {
      min-width: 33.33%;
      width: 33.33%; } }
  @media (min-width: 1400px) {
    .multiple-games0002 .members-item-box .slider-list-item {
      min-width: 25%;
      width: 25%; } }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box .play-game-item {
      width: 37px;
      height: 37px; } }
  @media (min-width: 768px) {
    .multiple-games0002 .members-item-box .play-game-title {
      font-size: 8px; } }
  .multiple-games0002 .members-item-box:nth-child(1) {
    background-color: rgba(4, 174, 255, 0.1); }
    .multiple-games0002 .members-item-box:nth-child(1) .members-item-box-title {
      color: #04AEFF; }
  .multiple-games0002 .members-item-box:nth-child(2) {
    background-color: rgba(251, 43, 107, 0.1); }
    .multiple-games0002 .members-item-box:nth-child(2) .members-item-box-title {
      color: #FB2B6B; }
  .multiple-games0002 .members-item-box:nth-child(3) {
    background-color: rgba(162, 24, 248, 0.1); }
    .multiple-games0002 .members-item-box:nth-child(3) .members-item-box-title {
      color: #A218F8; }
  .multiple-games0002 .members-item-box:nth-child(4) {
    background-color: rgba(3, 155, 0, 0.1); }
    .multiple-games0002 .members-item-box:nth-child(4) .members-item-box-title {
      color: #039B00; }

.multiple-games0002 .games {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 12px; }

.multiple-games0002 .games-item {
  overflow: hidden; }

.multiple-games0002 .game-box,
.multiple-games0002 .game-name,
.multiple-games0002 .play-game {
  grid-area: 1 / 1;
  z-index: 2; }

.multiple-games0002 .game {
  background-position: center center;
  background-size: cover;
  grid-area: 1 / 1;
  height: 100%;
  width: 100%; }

.multiple-games0002 .game-box {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  pointer-events: none; }
  .multiple-games0002 .game-box:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 20%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1; }

.multiple-games0002 .play-game {
  align-self: center;
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  text-align: center; }

.multiple-games0002 .play-game-item {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 5px; }
  .multiple-games0002 .play-game-item img {
    width: 100%; }

.multiple-games0002 .play-game-title {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700; }

.multiple-games0002 .game-name {
  align-self: flex-end;
  color: #fff;
  grid-area: 1 / 1;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 12px;
  padding: 0 8px;
  text-align: center;
  width: 100%; }

.multiple-games0002 .slider-list {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 0 33px;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .multiple-games0002 .slider-list {
      margin: 0;
      padding: 0; } }

.multiple-games0002 .slider-list-item {
  flex-grow: 1;
  min-width: 50%;
  height: 100%;
  padding: 0 2px;
  white-space: normal;
  width: 50%; }
  @media (min-width: 768px) {
    .multiple-games0002 .slider-list-item {
      min-width: 25%;
      padding: 0 6px;
      width: 25%; } }
  @media (min-width: 1280px) {
    .multiple-games0002 .slider-list-item {
      min-width: 20%;
      width: 20%; } }
  @media (min-width: 1400px) {
    .multiple-games0002 .slider-list-item {
      min-width: 16.66%;
      width: 16.66%; } }

.multiple-games0002 .slider-list-item-spacing {
  padding: 0 25px 0 0; }

.multiple-games0002 .carousel-in {
  margin: 0 -6px; }

.multiple-games0002 .carousel-out {
  position: relative; }

.multiple-games0002 .carousel-btn {
  align-items: center;
  display: flex;
  background-color: #929090;
  color: #ffffff;
  font-size: 15px;
  height: 100%;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 29px;
  z-index: 9; }
  @media (min-width: 768px) {
    .multiple-games0002 .carousel-btn {
      background-color: rgba(0, 0, 0, 0.3); } }
  .multiple-games0002 .carousel-btn .arrow-left {
    width: 10px; }
  .multiple-games0002 .carousel-btn.carousel-left {
    left: 0; }
    @media (min-width: 768px) {
      .multiple-games0002 .carousel-btn.carousel-left {
        border-radius: 16px 0 0 16px; } }
    .multiple-games0002 .carousel-btn.carousel-left:after {
      content: '';
      position: absolute; }
  .multiple-games0002 .carousel-btn.carousel-right {
    right: 0; }
    @media (min-width: 768px) {
      .multiple-games0002 .carousel-btn.carousel-right {
        border-radius: 0 16px 16px 0; } }
    .multiple-games0002 .carousel-btn.carousel-right .arrow-left {
      transform: rotate(-180deg); }

.members-inner0001 {
  padding: 60px 10px 0;
  width: 100%; }
  .members-inner0001 .container {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    max-width: 1360px; }
  .members-inner0001 .members-inner-wrap {
    margin-bottom: clamp(30px, 5vmin, 47px); }
    @media (min-width: 768px) {
      .members-inner0001 .members-inner-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  @media (min-width: 768px) {
    .members-inner0001 .members-inner-featured, .members-inner0001 .members-inner-content {
      width: calc(50% - 15px); } }
  .members-inner0001 .members-inner-featured {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px; }
  .members-inner0001 .members-inner-featured-img {
    display: flex;
    width: 100%;
    height: auto; }
  .members-inner0001 .members-inner-name {
    background-color: #FEE861;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 21px;
    text-align: center; }
  .members-inner0001 .members-inner-content {
    text-align: left; }
  .members-inner0001 .members-content-title {
    text-align: left;
    text-transform: uppercase; }
  .members-inner0001 .members-content-text {
    font-size: 16px;
    margin-bottom: clamp(20px, 3.5vmin, 30px);
    color: #fff; }
    @media (min-width: 768px) {
      .members-inner0001 .members-content-text {
        font-size: 18px; } }

/*==================================================
  template0001
===================================================*/
.horny-heroes0001 {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  /*=== intro ===*/ }
  .horny-heroes0001 .main {
    flex-grow: 1; }
  .horny-heroes0001 .main .container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%; }
  .horny-heroes0001 .home-intro {
    padding: 25px 0; }
    @media (min-width: 768px) {
      .horny-heroes0001 .home-intro {
        padding: 50px 0; } }
  .horny-heroes0001 .home-intro-wrapper {
    position: relative;
    overflow: hidden; }
  .horny-heroes0001 .home-intro-img,
  .horny-heroes0001 .home-intro-img-mobile {
    width: 100%; }
  .horny-heroes0001 .home-intro-img {
    display: none; }
    @media (min-width: 768px) {
      .horny-heroes0001 .home-intro-img {
        display: block; } }
  .horny-heroes0001 .home-intro-img-mobile {
    display: block; }
    @media (min-width: 768px) {
      .horny-heroes0001 .home-intro-img-mobile {
        display: none; } }
  .horny-heroes0001 .home-intro-link {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .horny-heroes0001 .iframe-wrapper {
    display: none; }
    .horny-heroes0001 .iframe-wrapper iframe {
      border: none;
      display: block;
      width: 100%; }

p.processing {
  padding-top: 270px !important; }

.members-multiple0002 .members-item-title {
  font-size: 34px !important; }

.members-multiple0002 .members-header {
  min-height: 150px; }

.members-multiple0002 .main-slider-btn {
  background-image: linear-gradient(180deg, #EA9B3B 0%, #F7B855 100%);
  color: #fff; }

.members-multiple0002 .members-navigation-btn {
  background-image: linear-gradient(180deg, #EA9B3B 0%, #F7B855 100%);
  border: none;
  font-weight: 400; }
  @media (min-width: 1525px) {
    .members-multiple0002 .members-navigation-btn {
      font-size: 20px; } }

.members-multiple0002 .members-inner-name {
  background-image: linear-gradient(180deg, #EA9B3B 0%, #F7B855 100%); }

@media (min-width: 768px) {
  .members-multiple0002 .members-inner-content {
    width: calc(50% - 35px); } }

.members-multiple0002 .members-content-text {
  line-height: 1.55; }
