/*==================================================
  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: #FE6934; }
  .legal .header {
    background-color: #FE6934; }
  .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: #fff; }
  .legal .main a:hover {
    color: #fff; }

/*===================================================
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: #fff;
  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: #8E111A;
  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: #FE6934; }

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

/*==================================================
  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, .payment-error .landing0357 .age-verification-btn, .landing0357 .payment-error .age-verification-btn,
.payment-error .cancel-membership .age-verification-btn, .cancel-membership .payment-error .age-verification-btn, .payment-error .landing0357 .login-link, .landing0357 .payment-error .login-link,
.payment-error .cancel-membership .login-link, .cancel-membership .payment-error .login-link, .payment-error .cancel-membership .cancel-membership-form-submit, .cancel-membership .payment-error .cancel-membership-form-submit {
  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, .reset-password-form .landing0357 .age-verification-btn, .landing0357 .reset-password-form .age-verification-btn,
  .reset-password-form .cancel-membership .age-verification-btn, .cancel-membership .reset-password-form .age-verification-btn, .reset-password-form .landing0357 .login-link, .landing0357 .reset-password-form .login-link,
  .reset-password-form .cancel-membership .login-link, .cancel-membership .reset-password-form .login-link, .reset-password-form .cancel-membership .cancel-membership-form-submit, .cancel-membership .reset-password-form .cancel-membership-form-submit {
    border-style: solid; }

.form-inner {
  background-color: rgba(255, 255, 255, 0.8);
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  max-width: 430px;
  padding: 40px 25px 80px;
  border-radius: 0; }

.reset-password-title {
  color: #222;
  font-size: 22px; }

.reset-password-subtitle {
  color: #222; }

/*==================================================
  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: transparent; }
  .members-header .container {
    max-width: 1500px; }
  .members-header .mobile-members-navigation {
    background-color: #000000;
    border-top-color: #A71212; }
  .members-header .members-username {
    padding: 15px 30px 10px; }
  .members-header .members-username,
  .members-header .header-link {
    color: #E4E4E4; }

.members-navigation-btn {
  background-color: #FE6934;
  color: #fff;
  padding: 17px 45px;
  border-radius: 0;
  border-width: 0px;
  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, .email-verification .landing0357 .age-verification-btn, .landing0357 .email-verification .age-verification-btn,
  .email-verification .cancel-membership .age-verification-btn, .cancel-membership .email-verification .age-verification-btn, .email-verification .landing0357 .login-link, .landing0357 .email-verification .login-link,
  .email-verification .cancel-membership .login-link, .cancel-membership .email-verification .login-link, .email-verification .cancel-membership .cancel-membership-form-submit, .cancel-membership .email-verification .cancel-membership-form-submit {
    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: "Montserrat";
  src: url("../../../fonts/montserrat/Montserrat-Regular.eot");
  src: url("../../../fonts/montserrat/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/montserrat/Montserrat-Regular.woff") format("woff"), url("../../../fonts/montserrat/Montserrat-Regular.ttf") format("truetype"), url("../../../fonts/montserrat/Montserrat-Regular.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

/*==================================================
  Landing0357
===================================================*/
/*=== Global ===*/
body {
  background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gamingteaser.com/landing/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center; }

@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.2; } }

h1 {
  font-size: 40px;
  font-weight: 500; }

h2 {
  font-size: 24px;
  font-weight: 700; }
  @media (min-width: 415px) {
    h2 {
      font-size: 34px; } }

h3 {
  font-size: 20px;
  font-weight: 700; }
  @media (min-width: 415px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 18px; }
  @media (min-width: 415px) {
    h4 {
      font-size: 24px; } }

* {
  background-size: cover; }

.img-grid-item {
  background-position: top center;
  background-repeat: no-repeat; }

.landscape {
  grid-column: span 2; }

.portrait {
  grid-row: span 2; }

/*=== Footer ===*/
.footer {
  color: #ffffff;
  margin-top: auto;
  padding-top: 20px; }
  .footer .container {
    margin: 0 auto;
    max-width: 1390px !important; }
  .footer .footer-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .footer .footer-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
  .footer .footer-links {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 30px;
    justify-content: center;
    width: 100%; }
    @media (max-width: 415px) {
      .footer .footer-links {
        flex-direction: column; } }
    @media (min-width: 768px) {
      .footer .footer-links {
        grid-area: 1 / 1 / 3 / 2;
        justify-content: start; } }
  .footer .footer-link-item {
    padding: 0 12px; }
  .footer .footer-link {
    color: #ffffff; }
  .footer .footer-content {
    font-size: 12px;
    margin-bottom: 12px;
    padding: 0 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer .footer-content {
        text-align: right; } }
  .footer .company-info {
    display: block;
    font-size: 12px;
    padding: 0 15px 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer .company-info {
        text-align: right; } }
  .footer .custodian-link {
    display: block;
    margin-top: 8px; }
    .footer .custodian-link a {
      color: #ffffff;
      text-decoration: underline; }
  .footer .logo {
    display: none; }

.landing0357,
.cancel-membership {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  /*=== Age verification ===*/
  /*=== Header ===*/
  /*=== Hero ===*/
  /*=== games ===*/
  /*=== games 1 ===*/
  /*=== Signup / signin / forgot ===*/ }
  .landing0357 .container,
  .cancel-membership .container {
    max-width: 1810px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%; }
    .landing0357 .container.container-narrow,
    .cancel-membership .container.container-narrow {
      max-width: 1360px; }
  .landing0357.form-signup .form-main-wrapper, .landing0357.form-signin .form-main-wrapper, .landing0357.forgot-password .form-main-wrapper,
  .cancel-membership.form-signup .form-main-wrapper,
  .cancel-membership.form-signin .form-main-wrapper,
  .cancel-membership.forgot-password .form-main-wrapper {
    display: grid; }
  @media (min-width: 768px) {
    .landing0357.form-signup .form-img-grid img, .landing0357.form-signin .form-img-grid img, .landing0357.forgot-password .form-img-grid img,
    .cancel-membership.form-signup .form-img-grid img,
    .cancel-membership.form-signin .form-img-grid img,
    .cancel-membership.forgot-password .form-img-grid img {
      max-height: 750px; } }
  .landing0357.form-signup .form-main-wrapper--signin,
  .landing0357.form-signup .form-main-wrapper--forgot,
  .cancel-membership.form-signup .form-main-wrapper--signin,
  .cancel-membership.form-signup .form-main-wrapper--forgot {
    display: none; }
  .landing0357.form-signup .signup-form,
  .landing0357.form-signup .signup-header,
  .cancel-membership.form-signup .signup-form,
  .cancel-membership.form-signup .signup-header {
    display: block; }
  @media (min-width: 768px) {
    .landing0357.form-signup .form-img-grid,
    .cancel-membership.form-signup .form-img-grid {
      display: grid; } }
  @media (min-width: 768px) {
    .landing0357.form-signup .form-subtitle,
    .cancel-membership.form-signup .form-subtitle {
      margin: 0 -50px 35px; } }
  .landing0357.form-signin .form-main-wrapper--signup,
  .landing0357.form-signin .form-main-wrapper--forgot,
  .cancel-membership.form-signin .form-main-wrapper--signup,
  .cancel-membership.form-signin .form-main-wrapper--forgot {
    display: none; }
  .landing0357.form-signin .signin-form,
  .landing0357.form-signin .signin-header,
  .cancel-membership.form-signin .signin-form,
  .cancel-membership.form-signin .signin-header {
    display: block; }
  @media (min-width: 768px) {
    .landing0357.form-signin .form-img-grid,
    .cancel-membership.form-signin .form-img-grid {
      display: grid; } }
  .landing0357.form-signin .form-subtitle,
  .cancel-membership.form-signin .form-subtitle {
    margin: 0 -10px 35px; }
  .landing0357.forgot-password .form-main-wrapper--signup,
  .landing0357.forgot-password .form-main-wrapper--signin,
  .cancel-membership.forgot-password .form-main-wrapper--signup,
  .cancel-membership.forgot-password .form-main-wrapper--signin {
    display: none; }
  .landing0357.forgot-password .forgot_password_form,
  .landing0357.forgot-password .reset-password-header,
  .cancel-membership.forgot-password .forgot_password_form,
  .cancel-membership.forgot-password .reset-password-header {
    display: block !important;
    visibility: visible !important; }
  @media (min-width: 768px) {
    .landing0357.forgot-password .form-img-grid,
    .cancel-membership.forgot-password .form-img-grid {
      display: grid; } }
  .landing0357.form-signup .hero,
  .landing0357.form-signup .games,
  .landing0357.form-signup .games-1,
  .landing0357.form-signup .games-list, .landing0357.form-signin .hero,
  .landing0357.form-signin .games,
  .landing0357.form-signin .games-1,
  .landing0357.form-signin .games-list, .landing0357.forgot-password .hero,
  .landing0357.forgot-password .games,
  .landing0357.forgot-password .games-1,
  .landing0357.forgot-password .games-list,
  .cancel-membership.form-signup .hero,
  .cancel-membership.form-signup .games,
  .cancel-membership.form-signup .games-1,
  .cancel-membership.form-signup .games-list,
  .cancel-membership.form-signin .hero,
  .cancel-membership.form-signin .games,
  .cancel-membership.form-signin .games-1,
  .cancel-membership.form-signin .games-list,
  .cancel-membership.forgot-password .hero,
  .cancel-membership.forgot-password .games,
  .cancel-membership.forgot-password .games-1,
  .cancel-membership.forgot-password .games-list {
    display: none; }
  .landing0357 img,
  .cancel-membership img {
    max-width: 100%;
    width: 100%; }
  .landing0357 .main,
  .cancel-membership .main {
    flex-grow: 1; }
  .landing0357 .btn, .landing0357 .age-verification-btn, .landing0357 .login-link, .landing0357 .cancel-membership .cancel-membership-form-submit, .cancel-membership .landing0357 .cancel-membership-form-submit,
  .cancel-membership .btn,
  .cancel-membership .age-verification-btn,
  .cancel-membership .login-link,
  .cancel-membership .cancel-membership-form-submit {
    background-color: #FE6934;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 13px 15px;
    text-align: center;
    width: 100%; }
    .landing0357 .btn:hover, .landing0357 .age-verification-btn:hover, .landing0357 .login-link:hover, .landing0357 .cancel-membership .cancel-membership-form-submit:hover, .cancel-membership .landing0357 .cancel-membership-form-submit:hover,
    .cancel-membership .btn:hover,
    .cancel-membership .age-verification-btn:hover,
    .cancel-membership .login-link:hover,
    .cancel-membership .cancel-membership-form-submit:hover {
      transition: transform .3 ease-in-out;
      transform: scale(1.1); }
  .landing0357 .btn--large, .landing0357 .age-verification-btn,
  .cancel-membership .btn--large,
  .cancel-membership .age-verification-btn {
    font-size: 18px;
    max-width: 320px;
    text-transform: uppercase;
    padding: 24px 15px; }
  .landing0357 .btn--medium,
  .cancel-membership .btn--medium {
    font-size: 20px;
    max-width: 247px;
    text-transform: uppercase;
    padding: 20px 15px; }
  .landing0357 .btn--small, .landing0357 .login-link,
  .cancel-membership .btn--small,
  .cancel-membership .login-link {
    font-size: 16px;
    max-width: 175px;
    padding: 16px 15px; }
  .landing0357 .btn--white,
  .cancel-membership .btn--white {
    background-color: #ffffff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    color: #FE6934; }
  .landing0357 .age-verification-page,
  .cancel-membership .age-verification-page {
    flex-grow: 1;
    display: flex;
    flex-direction: column; }
    .landing0357 .age-verification-page .main,
    .cancel-membership .age-verification-page .main {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .landing0357 .age-verification-page .header,
    .cancel-membership .age-verification-page .header {
      position: static;
      text-align: center; }
  .landing0357 .age-verification-wrapper,
  .cancel-membership .age-verification-wrapper {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 95px 0 65px;
    text-align: center;
    position: relative; }
    @media (min-width: 1280px) {
      .landing0357 .age-verification-wrapper,
      .cancel-membership .age-verification-wrapper {
        padding: 95px 0 65px; } }
    @media (min-width: 1525px) {
      .landing0357 .age-verification-wrapper,
      .cancel-membership .age-verification-wrapper {
        padding: 175px 0 155px; } }
  .landing0357 .age-verification-content,
  .cancel-membership .age-verification-content {
    width: 100%; }
  .landing0357 .age-verification-title,
  .cancel-membership .age-verification-title {
    color: #222222;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0357 .age-verification-title,
      .cancel-membership .age-verification-title {
        font-size: 31px;
        margin-bottom: 40px; } }
  .landing0357 .age-verification-btn,
  .cancel-membership .age-verification-btn {
    margin: 10px 0;
    width: 100%; }
    @media (min-width: 415px) {
      .landing0357 .age-verification-btn,
      .cancel-membership .age-verification-btn {
        margin: 0 15px; } }
  .landing0357 .age-verification-btn + .age-verification-btn,
  .cancel-membership .age-verification-btn + .age-verification-btn {
    background-color: transparent;
    border: 8px solid #FE6934;
    color: #222222;
    padding: 16px 15px; }
  .landing0357 .signup,
  .landing0357 .signin,
  .landing0357 .forgot,
  .cancel-membership .signup,
  .cancel-membership .signin,
  .cancel-membership .forgot {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1130px) {
      .landing0357 .signup,
      .landing0357 .signin,
      .landing0357 .forgot,
      .cancel-membership .signup,
      .cancel-membership .signin,
      .cancel-membership .forgot {
        padding-left: calc((100vw - 1100px) / 2);
        padding-right: calc((100vw - 1100px) / 2); } }
  .landing0357 .header,
  .cancel-membership .header {
    padding: 35px 0;
    width: 100%; }
    @media (min-width: 1280px) {
      .landing0357 .header,
      .cancel-membership .header {
        position: absolute; } }
    .landing0357 .header .logo-img,
    .cancel-membership .header .logo-img {
      width: inherit; }
    .landing0357 .header .container,
    .cancel-membership .header .container {
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (min-width: 1130px) {
        .landing0357 .header .container,
        .cancel-membership .header .container {
          padding-left: calc((100vw - 1460px) / 2);
          padding-right: calc((100vw - 1460px) / 2); } }
  .landing0357 .header-nav,
  .cancel-membership .header-nav {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: relative; }
    @media (min-width: 1280px) {
      .landing0357 .header-nav,
      .cancel-membership .header-nav {
        justify-content: center; } }
  .landing0357 .logo-header,
  .cancel-membership .logo-header {
    max-width: 100%;
    position: relative;
    width: 175px;
    z-index: 2; }
    @media (min-width: 768px) {
      .landing0357 .logo-header,
      .cancel-membership .logo-header {
        width: 388px; } }
  .landing0357 .login-links,
  .cancel-membership .login-links {
    margin-left: auto;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0357 .login-links,
      .cancel-membership .login-links {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
  .landing0357 .login-link,
  .cancel-membership .login-link {
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    text-transform: uppercase; }
  .landing0357 .hero,
  .cancel-membership .hero {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    padding: 40px 0; }
    @media (min-width: 768px) {
      .landing0357 .hero,
      .cancel-membership .hero {
        padding: 0 0 80px; } }
    @media (min-width: 1280px) {
      .landing0357 .hero,
      .cancel-membership .hero {
        padding: 115px 0 0; } }
    @media (min-width: 1525px) {
      .landing0357 .hero,
      .cancel-membership .hero {
        padding: 215px 0 0; } }
    @media screen and (min-width: 2000px) {
      .landing0357 .hero,
      .cancel-membership .hero {
        justify-content: flex-start; } }
  .landing0357 .hero-wrapper,
  .cancel-membership .hero-wrapper {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    padding: 60px 0; }
    @media (min-width: 768px) {
      .landing0357 .hero-wrapper,
      .cancel-membership .hero-wrapper {
        background-color: transparent;
        justify-content: center;
        position: relative;
        width: 100%; }
        .landing0357 .hero-wrapper::before,
        .cancel-membership .hero-wrapper::before {
          background-color: rgba(255, 255, 255, 0.8);
          content: '';
          height: 100%;
          max-height: 340px;
          position: absolute;
          width: 100%;
          z-index: 2; } }
    @media (min-width: 1280px) {
      .landing0357 .hero-wrapper,
      .cancel-membership .hero-wrapper {
        justify-content: space-between; } }
    @media (min-width: 1525px) {
      .landing0357 .hero-wrapper::before,
      .cancel-membership .hero-wrapper::before {
        max-height: 440px; } }
  .landing0357 .hero-wrapper-text,
  .cancel-membership .hero-wrapper-text {
    padding: 0 15px;
    text-align: center;
    z-index: 3; }
    @media (min-width: 768px) {
      .landing0357 .hero-wrapper-text,
      .cancel-membership .hero-wrapper-text {
        padding: 0; } }
    @media (min-width: 1280px) {
      .landing0357 .hero-wrapper-text,
      .cancel-membership .hero-wrapper-text {
        left: 50%;
        max-width: 791px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%; } }
    .landing0357 .hero-wrapper-text .btn, .landing0357 .hero-wrapper-text .age-verification-btn, .landing0357 .hero-wrapper-text .login-link, .landing0357 .hero-wrapper-text .cancel-membership .cancel-membership-form-submit, .cancel-membership .landing0357 .hero-wrapper-text .cancel-membership-form-submit,
    .cancel-membership .hero-wrapper-text .btn,
    .cancel-membership .hero-wrapper-text .age-verification-btn,
    .cancel-membership .hero-wrapper-text .login-link,
    .cancel-membership .hero-wrapper-text .cancel-membership-form-submit {
      box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
      margin: 0 auto; }
  .landing0357 .hero-title,
  .cancel-membership .hero-title {
    color: #222222;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0357 .hero-title,
      .cancel-membership .hero-title {
        font-size: 40px;
        max-width: 100%; } }
  .landing0357 .hero-title-span,
  .cancel-membership .hero-title-span {
    display: block;
    font-weight: 900;
    text-transform: none; }
    @media (min-width: 768px) {
      .landing0357 .hero-title-span,
      .cancel-membership .hero-title-span {
        font-size: 40px; } }
    @media (min-width: 1280px) {
      .landing0357 .hero-title-span,
      .cancel-membership .hero-title-span {
        font-size: 50px; } }
    @media (min-width: 1525px) {
      .landing0357 .hero-title-span,
      .cancel-membership .hero-title-span {
        font-size: 80px; } }
  .landing0357 .hero-img-wrapper,
  .cancel-membership .hero-img-wrapper {
    display: none; }
    @media (min-width: 768px) {
      .landing0357 .hero-img-wrapper,
      .cancel-membership .hero-img-wrapper {
        display: block; } }
  .landing0357 .hero-img,
  .cancel-membership .hero-img {
    display: none;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1; }
    @media (min-width: 1280px) {
      .landing0357 .hero-img,
      .cancel-membership .hero-img {
        display: block;
        max-width: 33%; }
        .landing0357 .hero-img.hero-img--left,
        .cancel-membership .hero-img.hero-img--left {
          margin-left: 60px; }
        .landing0357 .hero-img.hero-img--right,
        .cancel-membership .hero-img.hero-img--right {
          margin-right: 60px; } }
  .landing0357 .games,
  .cancel-membership .games {
    background-color: #FE6934;
    color: #ffffff;
    padding: 40px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .landing0357 .games,
      .cancel-membership .games {
        padding: 40px 0; } }
  .landing0357 .games-wrapper,
  .cancel-membership .games-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 61px 81px; }
  @media (min-width: 768px) {
    .landing0357 .games-content,
    .cancel-membership .games-content {
      text-align: left;
      max-width: 665px; } }
  .landing0357 .games-title,
  .cancel-membership .games-title {
    margin-bottom: 25px; }
    @media (min-width: 1280px) {
      .landing0357 .games-title,
      .cancel-membership .games-title {
        font-size: 60px; } }
  .landing0357 .games-subtitle,
  .cancel-membership .games-subtitle {
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 65px; }
    @media (min-width: 1280px) {
      .landing0357 .games-subtitle,
      .cancel-membership .games-subtitle {
        font-size: 32px; } }
  .landing0357 .games-1,
  .cancel-membership .games-1 {
    background-color: #FE6934; }
  .landing0357 .games-1-wrapper,
  .cancel-membership .games-1-wrapper {
    color: #ffffff;
    padding-top: 40px;
    position: relative; }
    @media (min-width: 768px) {
      .landing0357 .games-1-wrapper,
      .cancel-membership .games-1-wrapper {
        display: flex;
        justify-content: end;
        padding: 80px 0 60px; } }
    .landing0357 .games-1-wrapper .container,
    .cancel-membership .games-1-wrapper .container {
      max-width: 1535px; }
  .landing0357 .games-1-item,
  .cancel-membership .games-1-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center; }
    @media (min-width: 768px) {
      .landing0357 .games-1-item,
      .cancel-membership .games-1-item {
        margin: 0 auto;
        max-width: 1280px; } }
  .landing0357 .games-1-title,
  .landing0357 .games-1-paragraph,
  .cancel-membership .games-1-title,
  .cancel-membership .games-1-paragraph {
    color: #ffffff; }
  .landing0357 .games-1-title,
  .cancel-membership .games-1-title {
    margin-bottom: 20px; }
    @media (min-width: 1280px) {
      .landing0357 .games-1-title,
      .cancel-membership .games-1-title {
        font-size: 60px; } }
  .landing0357 .games-1-paragraph,
  .cancel-membership .games-1-paragraph {
    line-height: 1.46;
    margin: 0 auto 20px; }
    @media (min-width: 1280px) {
      .landing0357 .games-1-paragraph,
      .cancel-membership .games-1-paragraph {
        font-size: 32px;
        margin: 0 auto 30px;
        max-width: 1150px; } }
  @media (min-width: 768px) {
    .landing0357 .img-item,
    .cancel-membership .img-item {
      align-items: start;
      display: flex;
      gap: 40px; } }
  .landing0357 .games-img,
  .cancel-membership .games-img {
    object-fit: contain; }
  .landing0357 .form-main-wrapper,
  .cancel-membership .form-main-wrapper {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gamingteaser.com/landing/bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    display: none;
    padding: 30px 15px; }
    @media (min-width: 768px) {
      .landing0357 .form-main-wrapper,
      .cancel-membership .form-main-wrapper {
        align-items: flex-start;
        grid-template-columns: 1fr 430px 1fr;
        grid-gap: 20px; } }
    @media (min-width: 1280px) {
      .landing0357 .form-main-wrapper,
      .cancel-membership .form-main-wrapper {
        padding: 225px 15px 30px; } }
    @media (min-width: 1410px) {
      .landing0357 .form-main-wrapper,
      .cancel-membership .form-main-wrapper {
        padding-left: calc((100vw - 1760px) / 2);
        padding-right: calc((100vw - 1760px) / 2);
        padding-bottom: 70px; } }
  .landing0357 .form-img-grid,
  .cancel-membership .form-img-grid {
    display: none;
    grid-gap: 15px; }
    @media (min-width: 415px) {
      .landing0357 .form-img-grid,
      .cancel-membership .form-img-grid {
        grid-gap: 30px; } }
  .landing0357 .form-container,
  .cancel-membership .form-container {
    background-color: rgba(255, 255, 255, 0.8);
    color: #222222;
    padding: 25px 25px 30px; }
    @media (min-width: 768px) {
      .landing0357 .form-container,
      .cancel-membership .form-container {
        grid-column-start: 2; } }
  .landing0357 .form-main-wrapper--signin .form-container,
  .cancel-membership .form-main-wrapper--signin .form-container {
    padding: 45px 25px; }
  .landing0357 .form-header,
  .cancel-membership .form-header {
    text-align: center; }
    .landing0357 .form-header .form-title,
    .cancel-membership .form-header .form-title {
      font-size: 18px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .landing0357 .form-header .form-title,
        .cancel-membership .form-header .form-title {
          font-size: 22px; } }
    .landing0357 .form-header .form-subtitle,
    .cancel-membership .form-header .form-subtitle {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.4;
      margin-bottom: 27px; }
  .landing0357 .signup-header,
  .landing0357 .signin-header,
  .landing0357 .reset-password-header,
  .cancel-membership .signup-header,
  .cancel-membership .signin-header,
  .cancel-membership .reset-password-header {
    display: none; }
  .landing0357 .divider,
  .cancel-membership .divider {
    background-color: #222222;
    display: block;
    height: 2px;
    margin: 0 auto 17px;
    max-width: 60px;
    width: 100%; }
  .landing0357 .form-field-wrapper,
  .cancel-membership .form-field-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px; }
  .landing0357 .label,
  .landing0357 .cancel-membership-form-label,
  .cancel-membership .label,
  .cancel-membership .cancel-membership-form-label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-left: 12px;
    text-transform: capitalize; }
  .landing0357 input[type="text"], .landing0357 input[type="password"], .landing0357 input[type="email"], .landing0357 input[type="tel"], .landing0357 select,
  .cancel-membership input[type="text"],
  .cancel-membership input[type="password"],
  .cancel-membership input[type="email"],
  .cancel-membership input[type="tel"],
  .cancel-membership select {
    background-color: rgba(254, 105, 52, 0.3);
    color: #000000;
    font-size: 16px;
    line-height: normal;
    padding: 10px 20px;
    text-align: center;
    text-align-last: center;
    width: 100%; }
    .landing0357 input[type="text"]::-webkit-input-placeholder, .landing0357 input[type="password"]::-webkit-input-placeholder, .landing0357 input[type="email"]::-webkit-input-placeholder, .landing0357 input[type="tel"]::-webkit-input-placeholder, .landing0357 select::-webkit-input-placeholder,
    .cancel-membership input[type="text"]::-webkit-input-placeholder,
    .cancel-membership input[type="password"]::-webkit-input-placeholder,
    .cancel-membership input[type="email"]::-webkit-input-placeholder,
    .cancel-membership input[type="tel"]::-webkit-input-placeholder,
    .cancel-membership select::-webkit-input-placeholder {
      font-size: 0;
      visibility: hidden;
      opacity: 0; }
    .landing0357 input[type="text"]:-moz-placeholder, .landing0357 input[type="password"]:-moz-placeholder, .landing0357 input[type="email"]:-moz-placeholder, .landing0357 input[type="tel"]:-moz-placeholder, .landing0357 select:-moz-placeholder,
    .cancel-membership input[type="text"]:-moz-placeholder,
    .cancel-membership input[type="password"]:-moz-placeholder,
    .cancel-membership input[type="email"]:-moz-placeholder,
    .cancel-membership input[type="tel"]:-moz-placeholder,
    .cancel-membership select:-moz-placeholder {
      font-size: 0;
      visibility: hidden;
      opacity: 0; }
    .landing0357 input[type="text"]::-moz-placeholder, .landing0357 input[type="password"]::-moz-placeholder, .landing0357 input[type="email"]::-moz-placeholder, .landing0357 input[type="tel"]::-moz-placeholder, .landing0357 select::-moz-placeholder,
    .cancel-membership input[type="text"]::-moz-placeholder,
    .cancel-membership input[type="password"]::-moz-placeholder,
    .cancel-membership input[type="email"]::-moz-placeholder,
    .cancel-membership input[type="tel"]::-moz-placeholder,
    .cancel-membership select::-moz-placeholder {
      font-size: 0;
      visibility: hidden;
      opacity: 0; }
    .landing0357 input[type="text"]:-ms-input-placeholder, .landing0357 input[type="password"]:-ms-input-placeholder, .landing0357 input[type="email"]:-ms-input-placeholder, .landing0357 input[type="tel"]:-ms-input-placeholder, .landing0357 select:-ms-input-placeholder,
    .cancel-membership input[type="text"]:-ms-input-placeholder,
    .cancel-membership input[type="password"]:-ms-input-placeholder,
    .cancel-membership input[type="email"]:-ms-input-placeholder,
    .cancel-membership input[type="tel"]:-ms-input-placeholder,
    .cancel-membership select:-ms-input-placeholder {
      font-size: 0;
      visibility: hidden;
      opacity: 0; }
  .landing0357 .error_message,
  .cancel-membership .error_message {
    padding: 5px 0;
    text-align: center; }
  .landing0357 .has_error .label,
  .landing0357 .has_error .cancel-membership-form-label,
  .cancel-membership .has_error .label,
  .cancel-membership .has_error .cancel-membership-form-label {
    margin-bottom: 0; }
  .landing0357 .cta-wrapper,
  .cancel-membership .cta-wrapper {
    margin-top: 30px;
    position: relative; }
    .landing0357 .cta-wrapper .btn, .landing0357 .cta-wrapper .age-verification-btn, .landing0357 .cta-wrapper .login-link, .landing0357 .cta-wrapper .cancel-membership .cancel-membership-form-submit, .cancel-membership .landing0357 .cta-wrapper .cancel-membership-form-submit,
    .cancel-membership .cta-wrapper .btn,
    .cancel-membership .cta-wrapper .age-verification-btn,
    .cancel-membership .cta-wrapper .login-link,
    .cancel-membership .cta-wrapper .cancel-membership-form-submit {
      font-size: 14px;
      font-weight: 700;
      max-width: 100%;
      padding: 20px 15px;
      text-transform: uppercase;
      width: 100%; }
  .landing0357 .cta-wrapper-navigation,
  .cancel-membership .cta-wrapper-navigation {
    color: #222222;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 0 12px; }
    .landing0357 .cta-wrapper-navigation .no-member-text,
    .landing0357 .cta-wrapper-navigation a,
    .cancel-membership .cta-wrapper-navigation .no-member-text,
    .cancel-membership .cta-wrapper-navigation a {
      color: #222222;
      display: inline-block; }
    .landing0357 .cta-wrapper-navigation a:hover,
    .cancel-membership .cta-wrapper-navigation a:hover {
      text-decoration: underline; }
    .landing0357 .cta-wrapper-navigation .no-member-text,
    .cancel-membership .cta-wrapper-navigation .no-member-text {
      margin: 0 5px 0 auto; }
    .landing0357 .cta-wrapper-navigation .signup-back-link,
    .cancel-membership .cta-wrapper-navigation .signup-back-link {
      font-weight: 700; }
  .landing0357 .reset-password-form,
  .cancel-membership .reset-password-form {
    padding: 245px 15px 40px; }
    @media (min-width: 768px) {
      .landing0357 .reset-password-form,
      .cancel-membership .reset-password-form {
        align-items: flex-start;
        grid-template-columns: 1fr 380px 1fr;
        grid-gap: 20px; } }
    @media (min-width: 1410px) {
      .landing0357 .reset-password-form,
      .cancel-membership .reset-password-form {
        padding-left: calc((100vw - 1380px) / 2);
        padding-right: calc((100vw - 1380px) / 2);
        padding-bottom: 30px; } }
    .landing0357 .reset-password-form .cta-wrapper,
    .cancel-membership .reset-password-form .cta-wrapper {
      padding: 0; }
      .landing0357 .reset-password-form .cta-wrapper .btn, .landing0357 .reset-password-form .cta-wrapper .age-verification-btn, .landing0357 .reset-password-form .cta-wrapper .login-link, .landing0357 .reset-password-form .cta-wrapper .cancel-membership .cancel-membership-form-submit, .cancel-membership .landing0357 .reset-password-form .cta-wrapper .cancel-membership-form-submit,
      .cancel-membership .reset-password-form .cta-wrapper .btn,
      .cancel-membership .reset-password-form .cta-wrapper .age-verification-btn,
      .cancel-membership .reset-password-form .cta-wrapper .login-link,
      .cancel-membership .reset-password-form .cta-wrapper .cancel-membership-form-submit {
        border: none; }
  .landing0357 .reset-password-title,
  .cancel-membership .reset-password-title {
    font-weight: 700;
    text-transform: inherit; }
  .landing0357 .reset-password-subtitle,
  .cancel-membership .reset-password-subtitle {
    font-size: 12px;
    font-weight: 400; }

/*=== Cancel membership page ===*/
.cancel-membership {
  background-position: center top; }
  @media (min-width: 768px) {
    .cancel-membership .login-links {
      display: flex; } }
  .cancel-membership .login-links .login-link {
    margin-left: 0;
    width: 100%; }
    .cancel-membership .login-links .login-link:first-of-type {
      margin: 0 0 15px auto; }
    .cancel-membership .login-links .login-link:last-of-type {
      margin: 0 0 0 auto; }
    @media (min-width: 768px) {
      .cancel-membership .login-links .login-link:first-of-type {
        margin: 0 15px 0 auto; }
      .cancel-membership .login-links .login-link:last-of-type {
        margin: 0; } }
  .cancel-membership .main {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gamingteaser.com/landing/bg.png") !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 60px 15px 40px; }
    @media (min-width: 768px) {
      .cancel-membership .main {
        align-items: flex-start;
        grid-template-columns: 1fr 430px 1fr;
        grid-gap: 20px;
        min-height: calc(100vh - 40px);
        padding: 80px 15px 40px; } }
    @media (min-width: 1280px) {
      .cancel-membership .main {
        padding-top: 245px; } }
    @media (min-width: 1410px) {
      .cancel-membership .main {
        padding-left: calc((100vw - 1760px) / 2);
        padding-right: calc((100vw - 1760px) / 2);
        padding-bottom: 30px; } }
  .cancel-membership .cancel-membership-form-info {
    text-align: center; }
  .cancel-membership .cancel-membership-form-title {
    font-size: 22px;
    font-weight: 700; }
    .cancel-membership .cancel-membership-form-title::after {
      background-color: #222222;
      content: '';
      display: block;
      height: 2px;
      margin: 15px auto 20px;
      width: 60px; }
  .cancel-membership .cancel-membership-form-desc {
    font-size: 11px;
    margin: 0 auto 40px;
    max-width: 330px; }
  .cancel-membership .cancel-membership-form {
    background-color: rgba(255, 255, 255, 0.8);
    color: #222222;
    max-width: 430px;
    margin: 0 auto;
    padding: 43px 25px 20px;
    position: relative; }
    .cancel-membership .cancel-membership-form:before {
      background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gamingteaser.com/landing/form-img1.png");
      right: 100%;
      transform: translate(-25px, 0); }
    .cancel-membership .cancel-membership-form:after {
      background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gamingteaser.com/landing/form-img2.png");
      left: 100%;
      transform: translate(25px, 0); }
    @media (min-width: 1280px) {
      .cancel-membership .cancel-membership-form:before, .cancel-membership .cancel-membership-form:after {
        content: '';
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: block;
        height: 510px;
        position: absolute;
        top: 0;
        width: 405px; } }
    @media (min-width: 1525px) {
      .cancel-membership .cancel-membership-form:before, .cancel-membership .cancel-membership-form:after {
        height: 620px;
        width: 485px; } }
    @media screen and (min-width: 1700px) {
      .cancel-membership .cancel-membership-form:before, .cancel-membership .cancel-membership-form:after {
        height: 592px;
        width: 672px; } }
  .cancel-membership .cancel-membership-form-field {
    margin-bottom: 20px; }
    .cancel-membership .cancel-membership-form-field + .cancel-membership-form-field {
      margin-bottom: 30px; }
  .cancel-membership .cancel-membership-form-submit-wrap {
    margin-bottom: 15px; }
  .cancel-membership .cancel-membership-form-submit {
    font-size: 17px;
    max-width: 100%;
    padding: 20px 15px;
    width: 100%; }
  .cancel-membership .cancel-membership-form-close-link-wrap {
    text-align: center; }
  .cancel-membership .cancel-membership-form-close-link {
    color: #222222;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize; }

.legal {
  background-image: none; }

.payment-error {
  background-color: #FE6934;
  background-image: none; }
  .payment-error .footer {
    background-color: #FE6934; }

/*==================================================
  Payment
===================================================*/
.payment .header {
  position: absolute;
  width: 100%;
  z-index: 2; }

.payment .header-nav {
  padding: 40px 0; }

.payment .main {
  position: relative;
  z-index: 1; }

.payment .main-wrapper {
  background-size: 100% auto;
  padding: 245px 15px 30px;
  position: relative; }
  @media (min-width: 1410px) {
    .payment .main-wrapper {
      padding-left: calc((100vw - 1380px) / 2);
      padding-right: calc((100vw - 1380px) / 2);
      padding-bottom: 30px; } }
  .payment .main-wrapper .container {
    margin: 0 auto;
    max-width: 430px; }
    @media (min-width: 1280px) {
      .payment .main-wrapper .container:before, .payment .main-wrapper .container:after {
        content: '';
        background-size: cover;
        display: block;
        position: absolute;
        top: 245px;
        width: 29%;
        padding-bottom: 25%; } }
    @media (min-width: 1525px) {
      .payment .main-wrapper .container:before, .payment .main-wrapper .container:after {
        width: calc(50% - 290px);
        padding-bottom: 30%; } }
    .payment .main-wrapper .container:before {
      background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gamingteaser.com/landing/form-img1.png");
      left: 3%; }
    .payment .main-wrapper .container:after {
      background-image: url("https://s03.ndcdn.com/compliance-gaming/img/gamingteaser.com/landing/form-img2.png");
      right: 3%; }

.payment .payment-img-grid {
  display: none;
  grid-template-columns: .7fr 1fr;
  grid-template-rows: repeat(4, minmax(135px, auto));
  grid-gap: 15px; }
  @media (min-width: 768px) {
    .payment .payment-img-grid {
      display: grid;
      grid-gap: 30px; } }

.payment .payment-form {
  margin-top: 60px;
  width: 100%; }

.payment .payment-title {
  background-color: rgba(255, 255, 255, 0.8);
  color: #222222;
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
  padding: 32px 25px 20px;
  width: 100%; }
  .payment .payment-title::after {
    background-color: #222222;
    content: '';
    height: 2px;
    display: block;
    margin: 15px auto 0;
    width: 60px; }

.payment iframe {
  border: none;
  height: 1040px;
  margin: 0;
  width: 100%; }

.games-list {
  background: #FE6934;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between; }
  .games-list .container {
    margin: 0 auto;
    max-width: 1540px;
    padding: 15px;
    width: 100%; }
  .games-list .games-list-content-wrap {
    padding: 40px 0 90px;
    position: relative; }
  .games-list .games-list-content-title {
    color: #fff;
    font-size: clamp(32px, 4.2vmin, 40px);
    margin-bottom: clamp(35px, 7.2vmin, 70px);
    text-align: center; }
  .games-list .games-list-content-image {
    border-width: 0;
    border-radius: 30px;
    border-style: none;
    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: #fff;
    height: auto;
    left: 0;
    padding: 16px;
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%; }
  .games-list .games-list-content-text {
    display: block;
    font-size: clamp(30px, 4.2vmin, 40px);
    font-weight: bold;
    width: 100%;
    z-index: 1;
    color: #fff;
    width: 100%; }
  .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: 1.5;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px; }

@media (max-width: 768px) {
  .games-list0006 {
    max-width: 800px;
    margin-inline: auto; } }

@media (min-width: 768px) {
  .games-list0006 .games-list-container-flex {
    display: flex;
    gap: 10vmin; } }

.games-list0006 .games-list-content {
  flex: 0 0 calc(40% - 5vmin); }
  .games-list0006 .games-list-content:first-child {
    padding: 0;
    flex: 0 0 calc(60% - 5vmin); }
    @media (min-width: 1280px) {
      .games-list0006 .games-list-content:first-child {
        padding: 0; } }
    .games-list0006 .games-list-content:first-child .games-list-content-subtitle {
      text-align: center; }
  .games-list0006 .games-list-content:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (min-width: 1280px) {
      .games-list0006 .games-list-content:last-child {
        flex-direction: column;
        max-height: 500px; } }

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

@media (min-width: 768px) {
  .games-list0006 .games-list-content-ul {
    column-count: 2;
    column-gap: 15px; } }

@media (max-width: 1280px) {
  .games-list0006 .games-list-content-ul {
    margin-inline: auto; } }

.games-list0006 .games-list-content-ul-item {
  color: #fff;
  align-items: center;
  display: flex;
  gap: 10px;
  position: relative; }
  .games-list0006 .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='%23FFF'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: ' ';
    display: block;
    flex-shrink: 0;
    height: 12px;
    position: relative;
    width: 12px; }

.members-multiple0002 {
  background: url("https://s03.ndcdn.com/compliance-gaming/img/gamingteaser.com/members/bg.jpg") top center no-repeat #FF6934;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100vh;
  justify-content: space-between; }
  .members-multiple0002 .home-intro .container {
    margin: 0 auto;
    max-width: 1350px;
    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(190px, 1fr));
        gap: 20px; } }
  .members-multiple0002 .members-content-item {
    border-radius: 0;
    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: 0;
    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: bold;
    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: 20px 0; }
  .members-multiple0002 .multiple-games0002 .members-item-title {
    color: #fff;
    font-size: 34px; }

.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: 0 0 0 0; } }
  .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 0 0 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: 0; } }
  .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: #000;
    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 {
  background-color: #FE6934;
  border-radius: 0;
  color: #fff;
  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: 0; } }

.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: 0 0 0 0; } }
    .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 0 0 0; } }
    .multiple-games0002 .carousel-btn.carousel-right .arrow-left {
      transform: rotate(-180deg); }

.members-inner0001 {
  padding: 10px 10px 0;
  width: 100%; }
  .members-inner0001 .container {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    max-width: 1350px; }
  .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: 0; }
  .members-inner0001 .members-inner-featured-img {
    display: flex;
    width: 100%;
    height: auto; }
  .members-inner0001 .members-inner-name {
    background-color: #FE6934;
    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%; }

.members .members-username-name {
  font-size: 12px;
  font-weight: 400; }

.members .members-navigation-btn {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  text-transform: uppercase; }

@media (min-width: 768px) {
  .members .home-intro {
    padding: 10px 0; } }

.members .footer {
  margin-top: 0; }

.members-header {
  padding: 46px 0; }
  .members-header .container {
    max-width: 1360px; }

.members-header .header-wrapper > .header-nav {
  top: 38px; }
