/*==================================================
  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: #850F5B; }
  .legal .header {
    background-color: #850F5B; }
  .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: #01D3FD; }

/*===================================================
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: 20px;
  border: 1px solid #fff;
  background-color: #850F5B;
  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: #fff; }

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

/*==================================================
  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 .landing0104 .login-link, .landing0104 .payment-error .login-link,
.payment-error .cancel-membership .login-link, .cancel-membership .payment-error .login-link, .payment-error .landing0104 .cta-wrapper .btn, .landing0104 .cta-wrapper .payment-error .btn,
.payment-error .cancel-membership .cta-wrapper .btn, .cancel-membership .cta-wrapper .payment-error .btn, .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: #850F5B;
  border-bottom-color: #850F5B; }

/*==================================================
  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 .landing0104 .login-link, .landing0104 .reset-password-form .login-link,
  .reset-password-form .cancel-membership .login-link, .cancel-membership .reset-password-form .login-link, .reset-password-form .landing0104 .cta-wrapper .btn, .landing0104 .cta-wrapper .reset-password-form .btn,
  .reset-password-form .cancel-membership .cta-wrapper .btn, .cancel-membership .cta-wrapper .reset-password-form .btn, .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(133, 15, 91, 0.7);
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  max-width: 530px;
  padding: 39px 50px 49px;
  border-radius: 60px; }

.reset-password-title {
  color: #fff;
  font-size: 30px; }

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

/*==================================================
  Header
===================================================*/
.members-header {
  padding: 15px 0;
  z-index: 9; }
  .members-header .header-wrapper > .header-nav {
    order: 0; }
  .members-header .header-wrapper > .members-username {
    margin: 0; }
  .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: #850F5B; }
  .members-header .mobile-members-navigation {
    background-color: #850F5B;
    border-top-color: #fff; }
  .members-header .members-username,
  .members-header .header-link {
    color: #fff; }

.members-navigation-btn {
  background-color: #fff;
  color: #850F5B;
  padding: 16px 41px 14px;
  border-radius: 0;
  border-width: 3px;
  border-color: #fff;
  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 .landing0104 .login-link, .landing0104 .email-verification .login-link,
  .email-verification .cancel-membership .login-link, .cancel-membership .email-verification .login-link, .email-verification .landing0104 .cta-wrapper .btn, .landing0104 .cta-wrapper .email-verification .btn,
  .email-verification .cancel-membership .cta-wrapper .btn, .cancel-membership .cta-wrapper .email-verification .btn, .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: "OpensSans";
  src: url("../../../fonts/openSans/OpenSans-Regular.eot");
  src: url("../../../fonts/openSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/openSans/OpenSans-Regular.woff") format("woff"), url("../../../fonts/openSans/OpenSans-Regular.ttf") format("truetype"), url("../../../fonts/openSans/OpenSans-Regular.svg?#webfont") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

/*==================================================
  Landing0104
===================================================*/
/*=== Colors ===*/
/*=== Global ===*/
.container {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  width: 100%;
  z-index: 2; }

.container--narrow {
  max-width: 987px;
  margin: 0 auto; }

html,
body {
  overflow-x: hidden; }

body {
  background-color: #850F5B; }

p {
  line-height: 1.3; }

.input::-webkit-input-placeholder {
  display: none !important;
  visibility: hidden; }

.input:-moz-placeholder {
  display: none !important;
  visibility: hidden; }

.input::-moz-placeholder {
  display: none !important;
  visibility: hidden; }

.input:-ms-input-placeholder {
  display: none !important;
  visibility: hidden; }

.footer {
  color: #fff;
  padding: 32px 15px 28px;
  text-align: center;
  width: 100%; }
  .footer .container {
    max-width: 1030px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto; }
  .footer .logo {
    display: none; }
  .footer .footer-wrapper {
    margin: 0 auto;
    max-width: 800px; }
  .footer .footer-links {
    justify-content: center;
    margin-bottom: 16px; }
    @media (max-width: 415px) {
      .footer .footer-links {
        flex-direction: column; } }
  .footer .footer-link {
    color: #fff;
    font-size: 12px; }
  .footer .footer-link-item {
    font-weight: 700;
    position: relative; }
    @media (min-width: 415px) {
      .footer .footer-link-item {
        align-items: center;
        display: flex;
        margin: 0 15px; } }
    @media (max-width: 415px) {
      .footer .footer-link-item:not(:last-of-type) {
        margin-bottom: 5px; } }
  .footer .footer-content {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 18px; }
  .footer .disclaimer-text {
    display: inline-block;
    margin-bottom: 6px; }
  .footer .custodian-link {
    display: block; }
    .footer .custodian-link a {
      color: #fff;
      text-decoration: underline; }
  .footer .company-info {
    font-size: 12px;
    font-weight: 400; }

@media (min-width: 768px) {
  .header-nav .logo-img {
    max-width: 201px; } }

.landing0104,
.cancel-membership {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /*=== Buttons ===*/
  /*=== Verify My Age, Age verification ===*/
  /*=== Header ===*/
  /*=== Main ===*/
  /*=== Intro ===*/
  /*=== Signup / signin / forgot ===*/ }
  .landing0104 img,
  .cancel-membership img {
    width: 100%;
    max-width: 100%; }
  .landing0104 .footer-link-item .js_signin_action,
  .cancel-membership .footer-link-item .js_signin_action {
    display: inline-block; }
  .landing0104 .main .container,
  .cancel-membership .main .container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%; }
    .landing0104 .main .container.container-narrow,
    .cancel-membership .main .container.container-narrow {
      max-width: 520px; }
  .landing0104 .error_message,
  .cancel-membership .error_message {
    color: #850F5B;
    display: block;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 5px; }
  .landing0104.form-signup,
  .cancel-membership.form-signup {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/vidgamez.club/landing/img-6.jpg"); }
    .landing0104.form-signup .main,
    .cancel-membership.form-signup .main {
      padding-bottom: 200px; }
    .landing0104.form-signup .signup,
    .cancel-membership.form-signup .signup {
      display: block;
      flex: 1;
      opacity: 1;
      transition: visibility 0s linear 0s, opacity 450ms;
      visibility: visible; }
    .landing0104.form-signup .footer-link-item .js_signin_action,
    .cancel-membership.form-signup .footer-link-item .js_signin_action {
      display: inline-block; }
  .landing0104.form-signin,
  .cancel-membership.form-signin {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/vidgamez.club/landing/img-8.jpg"); }
    .landing0104.form-signin .signin,
    .cancel-membership.form-signin .signin {
      display: block;
      flex: 1;
      opacity: 1;
      transition: visibility 0s linear 0s, opacity 450ms;
      visibility: visible; }
    .landing0104.form-signin .footer-link-item .js_signup_action,
    .cancel-membership.form-signin .footer-link-item .js_signup_action {
      display: inline-block; }
    .landing0104.form-signin .footer-link-item .js_signin_action,
    .cancel-membership.form-signin .footer-link-item .js_signin_action {
      display: none; }
  .landing0104.forgot-password,
  .cancel-membership.forgot-password {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/vidgamez.club/landing/img-8.jpg"); }
    .landing0104.forgot-password .forgot,
    .cancel-membership.forgot-password .forgot {
      display: block;
      flex: 1;
      opacity: 1;
      transition: visibility 0s linear 0s, opacity 450ms;
      visibility: visible; }
  .landing0104.form-signup, .landing0104.form-signin, .landing0104.forgot-password,
  .cancel-membership.form-signup,
  .cancel-membership.form-signin,
  .cancel-membership.forgot-password {
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    min-height: 100vh; }
    .landing0104.form-signup .intro, .landing0104.form-signin .intro, .landing0104.forgot-password .intro,
    .cancel-membership.form-signup .intro,
    .cancel-membership.form-signin .intro,
    .cancel-membership.forgot-password .intro {
      display: none; }
    .landing0104.form-signup .form-main-wrapper, .landing0104.form-signin .form-main-wrapper, .landing0104.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: block; }
      @media (min-width: 768px) {
        .landing0104.form-signup .form-main-wrapper, .landing0104.form-signin .form-main-wrapper, .landing0104.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 {
          padding-top: 10px; } }
      @media (min-width: 1525px) {
        .landing0104.form-signup .form-main-wrapper, .landing0104.form-signin .form-main-wrapper, .landing0104.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 {
          padding-top: 60px; } }
  .landing0104 .signup-form,
  .landing0104 .signin-form,
  .landing0104 .form-inner,
  .landing0104 .forgot_password_form,
  .cancel-membership .signup-form,
  .cancel-membership .signin-form,
  .cancel-membership .form-inner,
  .cancel-membership .forgot_password_form {
    padding: 65px 40px 25px; }
    @media (min-width: 768px) {
      .landing0104 .signup-form,
      .landing0104 .signin-form,
      .landing0104 .form-inner,
      .landing0104 .forgot_password_form,
      .cancel-membership .signup-form,
      .cancel-membership .signin-form,
      .cancel-membership .form-inner,
      .cancel-membership .forgot_password_form {
        padding: 45px 50px 25px; } }
    @media (min-width: 1525px) {
      .landing0104 .signup-form,
      .landing0104 .signin-form,
      .landing0104 .form-inner,
      .landing0104 .forgot_password_form,
      .cancel-membership .signup-form,
      .cancel-membership .signin-form,
      .cancel-membership .form-inner,
      .cancel-membership .forgot_password_form {
        padding: 85px 144px 25px; } }
    .landing0104 .signup-form .cta-wrapper,
    .landing0104 .signin-form .cta-wrapper,
    .landing0104 .form-inner .cta-wrapper,
    .landing0104 .forgot_password_form .cta-wrapper,
    .cancel-membership .signup-form .cta-wrapper,
    .cancel-membership .signin-form .cta-wrapper,
    .cancel-membership .form-inner .cta-wrapper,
    .cancel-membership .forgot_password_form .cta-wrapper {
      margin: 0 auto;
      max-width: 70%;
      bottom: 0;
      left: 50%;
      position: absolute;
      transform: translate(-50%, 50%);
      width: 100%; }
  .landing0104.form-signup .signup-form,
  .landing0104.form-signup .signup-header,
  .cancel-membership.form-signup .signup-form,
  .cancel-membership.form-signup .signup-header {
    display: block; }
  @media (min-width: 768px) {
    .landing0104.form-signup .form-img-grid,
    .cancel-membership.form-signup .form-img-grid {
      display: grid; } }
  .landing0104.form-signup .login-img,
  .cancel-membership.form-signup .login-img {
    display: none; }
  .landing0104.form-signin .signup-img, .landing0104.forgot-password .signup-img,
  .cancel-membership.form-signin .signup-img,
  .cancel-membership.forgot-password .signup-img {
    display: none; }
  .landing0104.form-signin .signin-form,
  .cancel-membership.form-signin .signin-form {
    padding: 60px 40px 80px; }
    @media (min-width: 768px) {
      .landing0104.form-signin .signin-form,
      .cancel-membership.form-signin .signin-form {
        padding: 85px 80px 120px;
        min-height: 337px; } }
    @media (min-width: 1525px) {
      .landing0104.form-signin .signin-form,
      .cancel-membership.form-signin .signin-form {
        padding: 105px 144px 120px; } }
  .landing0104.form-signin .signin-form,
  .landing0104.form-signin .signin-header,
  .cancel-membership.form-signin .signin-form,
  .cancel-membership.form-signin .signin-header {
    display: block; }
  .landing0104.form-signin .form-field-wrapper + .form-field-wrapper,
  .cancel-membership.form-signin .form-field-wrapper + .form-field-wrapper {
    margin-bottom: 15px; }
  .landing0104.forgot-password .forgot_password_form,
  .cancel-membership.forgot-password .forgot_password_form {
    padding: 60px 40px 80px; }
    @media (min-width: 768px) {
      .landing0104.forgot-password .forgot_password_form,
      .cancel-membership.forgot-password .forgot_password_form {
        padding: 85px 80px 120px;
        min-height: 337px; } }
    @media (min-width: 1525px) {
      .landing0104.forgot-password .forgot_password_form,
      .cancel-membership.forgot-password .forgot_password_form {
        padding: 105px 144px 120px; } }
  .landing0104.forgot-password .forgot_password_form,
  .landing0104.forgot-password .reset-password-header,
  .cancel-membership.forgot-password .forgot_password_form,
  .cancel-membership.forgot-password .reset-password-header {
    display: block; }
  .landing0104.form-signup .hero,
  .landing0104.form-signup .section-gallery,
  .landing0104.form-signup .section-info, .landing0104.form-signin .hero,
  .landing0104.form-signin .section-gallery,
  .landing0104.form-signin .section-info, .landing0104.forgot-password .hero,
  .landing0104.forgot-password .section-gallery,
  .landing0104.forgot-password .section-info,
  .cancel-membership.form-signup .hero,
  .cancel-membership.form-signup .section-gallery,
  .cancel-membership.form-signup .section-info,
  .cancel-membership.form-signin .hero,
  .cancel-membership.form-signin .section-gallery,
  .cancel-membership.form-signin .section-info,
  .cancel-membership.forgot-password .hero,
  .cancel-membership.forgot-password .section-gallery,
  .cancel-membership.forgot-password .section-info {
    display: none; }
  .landing0104 .signup,
  .landing0104 .signin,
  .landing0104 .forgot,
  .cancel-membership .signup,
  .cancel-membership .signin,
  .cancel-membership .forgot {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1130px) {
      .landing0104 .signup,
      .landing0104 .signin,
      .landing0104 .forgot,
      .cancel-membership .signup,
      .cancel-membership .signin,
      .cancel-membership .forgot {
        padding-left: calc((100vw - 1100px) / 2);
        padding-right: calc((100vw - 1100px) / 2); } }
  .landing0104 .btn, .landing0104 .login-link, .landing0104 .cta-wrapper .btn, .cancel-membership .cta-wrapper .landing0104 .btn, .landing0104 .cancel-membership .cancel-membership-form-submit, .cancel-membership .landing0104 .cancel-membership-form-submit,
  .landing0104 .cancel-membership-form-submit,
  .landing0104 .login-link,
  .landing0104 .reset-password-form .btn,
  .landing0104 .reset-password-form .login-link,
  .landing0104 .reset-password-form .cancel-membership .cancel-membership-form-submit,
  .cancel-membership .landing0104 .reset-password-form .cancel-membership-form-submit,
  .cancel-membership .btn,
  .cancel-membership .login-link,
  .landing0104 .cta-wrapper .cancel-membership .btn,
  .cancel-membership .cta-wrapper .btn,
  .cancel-membership .cancel-membership-form-submit,
  .cancel-membership .cancel-membership-form-submit,
  .cancel-membership .login-link,
  .cancel-membership .reset-password-form .btn,
  .cancel-membership .reset-password-form .login-link,
  .cancel-membership .reset-password-form .cancel-membership-form-submit {
    background-color: #fff;
    border: 3px solid #fff;
    color: #850F5B;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.37;
    margin: 0 auto;
    padding: 15px 60px 14px;
    text-align: center;
    text-transform: uppercase; }
  .landing0104 .btn--small, .landing0104 .login-link,
  .cancel-membership .btn--small,
  .cancel-membership .login-link {
    font-size: 14px;
    padding: 13px 45px 11px; }
  .landing0104 .btn--big,
  .cancel-membership .btn--big {
    font-size: 20px;
    max-width: 438px;
    padding: 20px 35px;
    width: 100%; }
    @media (min-width: 415px) {
      .landing0104 .btn--big,
      .cancel-membership .btn--big {
        font-size: 25px;
        padding: 30px 45px; } }
  .landing0104 .age-verification-vma,
  .cancel-membership .age-verification-vma {
    background-color: #850F5B;
    align-self: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    height: 100vh; }
    .landing0104 .age-verification-vma-wrapper,
    .cancel-membership .age-verification-vma-wrapper {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      text-align: center; }
    .landing0104 .age-verification-vma-content,
    .cancel-membership .age-verification-vma-content {
      border-radius: 0;
      max-width: 750px;
      width: 100%;
      padding: 30px; }
    .landing0104 .age-verification-vma-title,
    .cancel-membership .age-verification-vma-title {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.3; }
      .landing0104 .age-verification-vma-title span,
      .cancel-membership .age-verification-vma-title span {
        display: block; }
    .landing0104 .age-verification-vma-text,
    .cancel-membership .age-verification-vma-text {
      max-width: 550px;
      width: 100%;
      margin: 0 auto; }
    .landing0104 .age-verification-vma-heading,
    .cancel-membership .age-verification-vma-heading {
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      line-height: 1.2; }
    .landing0104 .age-verification-vma-description,
    .cancel-membership .age-verification-vma-description {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2;
      padding: 30px 0 0; }
      .landing0104 .age-verification-vma-description a,
      .cancel-membership .age-verification-vma-description a {
        color: inherit; }
      .landing0104 .age-verification-vma-description span,
      .cancel-membership .age-verification-vma-description span {
        text-decoration: underline; }
    .landing0104 .age-verification-vma-info,
    .cancel-membership .age-verification-vma-info {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2;
      margin-top: 20px; }
    .landing0104 .age-verification-vma-footer,
    .cancel-membership .age-verification-vma-footer {
      padding-top: 20px; }
    .landing0104 .age-verification-vma-footer-text,
    .cancel-membership .age-verification-vma-footer-text {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2; }
    .landing0104 .age-verification-vma-wrapp-yes-no,
    .cancel-membership .age-verification-vma-wrapp-yes-no {
      margin: 21px auto 10px;
      width: 100%;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 20px; }
    .landing0104 .age-verification-vma-no, .landing0104 .age-verification-vma-yes,
    .cancel-membership .age-verification-vma-no,
    .cancel-membership .age-verification-vma-yes {
      align-items: center;
      background-color: #fff;
      border: 3px solid #fff;
      border-radius: 0;
      box-shadow: none;
      color: #850F5B;
      display: flex;
      justify-content: center;
      line-height: 100%;
      font-size: 14px;
      font-weight: 700;
      max-width: 300px;
      padding: 16px 10px;
      transition: all 0.3s ease;
      width: 100%;
      text-transform: uppercase; }
    .landing0104 .age-verification-vma-no,
    .cancel-membership .age-verification-vma-no {
      background-color: transparent;
      border: 3px solid #E6E6E6;
      color: #fff; }
    .landing0104 .age-verification-vma-link,
    .cancel-membership .age-verification-vma-link {
      color: #fff; }
  .landing0104 .header,
  .cancel-membership .header {
    padding: 45px 0;
    width: 100%; }
  .landing0104 .header-nav,
  .cancel-membership .header-nav {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 768px) {
      .landing0104 .header-nav,
      .cancel-membership .header-nav {
        justify-content: center; } }
  .landing0104 .logo-header,
  .cancel-membership .logo-header {
    display: flex;
    max-width: 150px;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0104 .logo-header,
      .cancel-membership .logo-header {
        max-width: 201px;
        width: 100%; } }
  .landing0104 .login-links,
  .cancel-membership .login-links {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .landing0104 .main,
  .cancel-membership .main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 25px; }
  .landing0104 .hero,
  .cancel-membership .hero {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 1160px;
    margin: 0 auto 55px;
    padding: 70px 15px; }
    @media (min-width: 768px) {
      .landing0104 .hero,
      .cancel-membership .hero {
        margin-bottom: 95px; } }
  .landing0104 .hero-content,
  .cancel-membership .hero-content {
    max-width: 856px;
    margin: 0 auto;
    padding: 20px 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .landing0104 .hero-content,
      .cancel-membership .hero-content {
        margin-top: 30px;
        padding: 40px 70px; } }
  .landing0104 .hero-title,
  .cancel-membership .hero-title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 4.44px;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .landing0104 .hero-title,
      .cancel-membership .hero-title {
        font-size: 50px;
        margin-bottom: 45px; } }
    @media (min-width: 1280px) {
      .landing0104 .hero-title,
      .cancel-membership .hero-title {
        font-size: 74px; } }
  .landing0104 .hero-span,
  .cancel-membership .hero-span {
    display: block;
    font-weight: 800; }
  .landing0104 .hero-content-wrapper,
  .cancel-membership .hero-content-wrapper {
    margin: 0 auto;
    max-width: 670px; }
  .landing0104 .info-wrapper,
  .cancel-membership .info-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 55px; }
    @media (min-width: 768px) {
      .landing0104 .info-wrapper,
      .cancel-membership .info-wrapper {
        align-items: center;
        flex-direction: row; } }
  .landing0104 .info-item,
  .cancel-membership .info-item {
    max-width: 100%;
    width: 100%; }
    .landing0104 .info-item.image-item,
    .cancel-membership .info-item.image-item {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .landing0104 .info-item.image-item,
        .cancel-membership .info-item.image-item {
          margin-bottom: 0;
          max-width: 50%;
          width: 50%; } }
      .landing0104 .info-item.image-item img,
      .cancel-membership .info-item.image-item img {
        height: auto;
        width: 100%; }
    .landing0104 .info-item.content-item .btn, .landing0104 .info-item.content-item .login-link, .landing0104 .info-item.content-item .cancel-membership .cancel-membership-form-submit, .cancel-membership .landing0104 .info-item.content-item .cancel-membership-form-submit,
    .cancel-membership .info-item.content-item .btn,
    .cancel-membership .info-item.content-item .login-link,
    .cancel-membership .info-item.content-item .cancel-membership-form-submit {
      margin-top: 15px; }
    @media (min-width: 768px) {
      .landing0104 .info-item.content-item,
      .cancel-membership .info-item.content-item {
        margin-left: auto;
        max-width: 42%;
        width: 42%; } }
  @media (min-width: 768px) {
    .landing0104 .info-content-wrapper,
    .cancel-membership .info-content-wrapper {
      max-width: 45%;
      width: 45%; } }
  .landing0104 .info-content,
  .cancel-membership .info-content {
    padding: 40px;
    text-align: center; }
    @media (min-width: 768px) {
      .landing0104 .info-content,
      .cancel-membership .info-content {
        padding: 0;
        text-align: left; } }
  .landing0104 .info-title,
  .cancel-membership .info-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 1.44px;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .landing0104 .info-title,
      .cancel-membership .info-title {
        font-size: 28px; } }
    @media (min-width: 1280px) {
      .landing0104 .info-title,
      .cancel-membership .info-title {
        font-size: 36px; } }
  .landing0104 .info-paragraph,
  .cancel-membership .info-paragraph {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1.44px;
    margin-bottom: 35px; }
    @media (min-width: 768px) {
      .landing0104 .info-paragraph,
      .cancel-membership .info-paragraph {
        font-size: 24px; } }
  .landing0104 .info-2 .info-content,
  .cancel-membership .info-2 .info-content {
    align-items: center;
    background-color: #D91616;
    display: flex;
    max-width: 1160px;
    margin: 0 auto 55px;
    padding: 55px 15px; }
    @media (min-width: 768px) {
      .landing0104 .info-2 .info-content,
      .cancel-membership .info-2 .info-content {
        margin-bottom: 95px; } }
  .landing0104 .info-2 .info-content-wrapper,
  .cancel-membership .info-2 .info-content-wrapper {
    color: #fff;
    margin: 0 auto;
    max-width: 675px;
    padding: 40px 0;
    text-align: center;
    width: 100%; }
  .landing0104 .info-2 .info-title,
  .cancel-membership .info-2 .info-title {
    font-size: 66px; }
    @media (min-width: 415px) {
      .landing0104 .info-2 .info-title,
      .cancel-membership .info-2 .info-title {
        font-size: 128px; } }
  .landing0104 .info-2 .info-paragraph,
  .cancel-membership .info-2 .info-paragraph {
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 580px; }
    @media (min-width: 415px) {
      .landing0104 .info-2 .info-paragraph,
      .cancel-membership .info-2 .info-paragraph {
        font-size: 22px; } }
  .landing0104 .prefooter,
  .cancel-membership .prefooter {
    margin-bottom: 55px; }
    @media (min-width: 415px) {
      .landing0104 .prefooter,
      .cancel-membership .prefooter {
        display: flex;
        margin-bottom: 95px; } }
  @media (min-width: 415px) {
    .landing0104 .prefooter__item,
    .cancel-membership .prefooter__item {
      width: calc(33.3333% - 26px); }
      .landing0104 .prefooter__item:not(:last-of-type),
      .cancel-membership .prefooter__item:not(:last-of-type) {
        margin-right: 40px; } }
  .landing0104 .form-main-wrapper,
  .cancel-membership .form-main-wrapper {
    display: none;
    max-width: 580px;
    margin: 0 auto 50px; }
    @media (min-width: 1525px) {
      .landing0104 .form-main-wrapper,
      .cancel-membership .form-main-wrapper {
        padding: 50px 0; } }
    @media (min-width: 768px) {
      .landing0104 .form-main-wrapper,
      .cancel-membership .form-main-wrapper {
        margin-bottom: 100px; } }
  .landing0104 .form-img-grid,
  .cancel-membership .form-img-grid {
    display: none;
    grid-template-columns: .7fr 1fr;
    grid-template-rows: repeat(4, minmax(135px, auto));
    grid-gap: 15px; }
    @media (min-width: 415px) {
      .landing0104 .form-img-grid,
      .cancel-membership .form-img-grid {
        grid-gap: 30px; } }
  .landing0104 .form-content,
  .cancel-membership .form-content {
    background-color: rgba(133, 15, 91, 0.71);
    height: 100%;
    max-width: 604px;
    margin: 0 auto;
    position: relative; }
    .landing0104 .form-content .btn, .landing0104 .form-content .login-link, .landing0104 .form-content .cancel-membership .cancel-membership-form-submit, .cancel-membership .landing0104 .form-content .cancel-membership-form-submit,
    .cancel-membership .form-content .btn,
    .cancel-membership .form-content .login-link,
    .cancel-membership .form-content .cancel-membership-form-submit {
      display: block;
      max-width: 281px;
      margin: 0 auto; }
  .landing0104 .form-container,
  .cancel-membership .form-container {
    color: #ffffff;
    position: relative;
    height: 100%; }
  .landing0104 .form-header,
  .cancel-membership .form-header {
    bottom: -80px;
    text-align: center;
    color: #fff;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 100%);
    width: 80%; }
    @media (min-width: 768px) {
      .landing0104 .form-header,
      .cancel-membership .form-header {
        width: 730px; } }
    .landing0104 .form-header .form-title,
    .cancel-membership .form-header .form-title {
      font-size: 18px;
      letter-spacing: 1.8px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .landing0104 .form-header .form-title,
        .cancel-membership .form-header .form-title {
          font-size: 36px; } }
    .landing0104 .form-header .form-subtitle,
    .cancel-membership .form-header .form-subtitle {
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 35px; }
      @media (min-width: 768px) {
        .landing0104 .form-header .form-subtitle,
        .cancel-membership .form-header .form-subtitle {
          font-size: 24px; } }
  .landing0104 .signup-header,
  .landing0104 .signin-header,
  .landing0104 .reset-password-header,
  .cancel-membership .signup-header,
  .cancel-membership .signin-header,
  .cancel-membership .reset-password-header {
    display: none; }
  .landing0104 .form-field-wrapper,
  .landing0104 .cancel-membership-form-field,
  .cancel-membership .form-field-wrapper,
  .cancel-membership .cancel-membership-form-field {
    position: relative;
    margin-bottom: 35px; }
    .landing0104 .form-field-wrapper.label-is-active .label,
    .landing0104 .form-field-wrapper.label-is-active .cancel-membership-form-label,
    .landing0104 .cancel-membership-form-field.label-is-active .label,
    .landing0104 .cancel-membership-form-field.label-is-active .cancel-membership-form-label,
    .cancel-membership .form-field-wrapper.label-is-active .label,
    .cancel-membership .form-field-wrapper.label-is-active .cancel-membership-form-label,
    .cancel-membership .cancel-membership-form-field.label-is-active .label,
    .cancel-membership .cancel-membership-form-field.label-is-active .cancel-membership-form-label {
      font-size: 12px;
      top: 0;
      transform: translate(-50%, -80%); }
  .landing0104 .label,
  .landing0104 .cancel-membership-form-label,
  .cancel-membership .label,
  .cancel-membership .cancel-membership-form-label {
    display: block;
    color: #fff;
    font-size: 18px;
    font-family: 'OpenSans', sans-serif;
    left: 50%;
    position: absolute;
    pointer-events: none;
    top: calc(50% - 5px);
    text-align: center;
    transform: translate(-50%, -50%);
    transition: all .2s ease;
    width: 100%; }
  .landing0104 .input,
  .landing0104 .cancel-membership-form-input,
  .cancel-membership .input,
  .cancel-membership .cancel-membership-form-input {
    background-color: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
    text-align: center;
    transition: all .2s ease;
    width: 100%; }
  .landing0104 .cancel-membership-form-input,
  .cancel-membership .cancel-membership-form-input {
    padding: 10px 10px 5px; }
  .landing0104 .error_message,
  .cancel-membership .error_message {
    color: #fff;
    bottom: 100%;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%; }
  .landing0104 .has_error .label,
  .landing0104 .has_error .cancel-membership-form-label,
  .cancel-membership .has_error .label,
  .cancel-membership .has_error .cancel-membership-form-label {
    margin-bottom: 0; }
  .landing0104 .cta-wrapper,
  .cancel-membership .cta-wrapper {
    position: relative; }
    .landing0104 .cta-wrapper .login-link, .landing0104 .cta-wrapper .btn, .landing0104 .cta-wrapper .cancel-membership .cancel-membership-form-submit, .cancel-membership .landing0104 .cta-wrapper .cancel-membership-form-submit,
    .cancel-membership .cta-wrapper .login-link,
    .cancel-membership .cta-wrapper .btn,
    .cancel-membership .cta-wrapper .cancel-membership-form-submit {
      margin: 0 auto;
      width: 100%; }
  .landing0104 .cta-wrapper-navigation,
  .cancel-membership .cta-wrapper-navigation {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 10px; }
    .landing0104 .cta-wrapper-navigation .no-member-text,
    .landing0104 .cta-wrapper-navigation a,
    .cancel-membership .cta-wrapper-navigation .no-member-text,
    .cancel-membership .cta-wrapper-navigation a {
      color: #fff;
      display: inline-block; }
    .landing0104 .cta-wrapper-navigation a:hover,
    .cancel-membership .cta-wrapper-navigation a:hover {
      text-decoration: underline; }
    .landing0104 .cta-wrapper-navigation .no-member-text,
    .landing0104 .cta-wrapper-navigation .signup-back-link,
    .cancel-membership .cta-wrapper-navigation .no-member-text,
    .cancel-membership .cta-wrapper-navigation .signup-back-link {
      font-weight: 700; }
    .landing0104 .cta-wrapper-navigation .signup-back-link,
    .cancel-membership .cta-wrapper-navigation .signup-back-link {
      font-size: 0; }
      .landing0104 .cta-wrapper-navigation .signup-back-link::before,
      .cancel-membership .cta-wrapper-navigation .signup-back-link::before {
        content: 'Sign up';
        font-size: 10px;
        font-weight: 700; }
    .landing0104 .cta-wrapper-navigation .no-member-text,
    .cancel-membership .cta-wrapper-navigation .no-member-text {
      margin: 0 5px 0 auto; }
  .landing0104 .reset-password-form,
  .cancel-membership .reset-password-form {
    padding: 60px 15px 40px; }
    @media (min-width: 768px) {
      .landing0104 .reset-password-form,
      .cancel-membership .reset-password-form {
        align-items: flex-start;
        grid-template-columns: 1fr 580px 1fr;
        grid-gap: 20px;
        padding: 70px 15px 70px; } }
    .landing0104 .reset-password-form .cta-wrapper,
    .cancel-membership .reset-password-form .cta-wrapper {
      left: 50%;
      height: 54px;
      padding: 0;
      position: absolute;
      top: 100%;
      transform: translate(-50%, -50%); }
      .landing0104 .reset-password-form .cta-wrapper .login-link, .landing0104 .reset-password-form .cta-wrapper .btn, .landing0104 .reset-password-form .cta-wrapper .cancel-membership .cancel-membership-form-submit, .cancel-membership .landing0104 .reset-password-form .cta-wrapper .cancel-membership-form-submit,
      .cancel-membership .reset-password-form .cta-wrapper .login-link,
      .cancel-membership .reset-password-form .cta-wrapper .btn,
      .cancel-membership .reset-password-form .cta-wrapper .cancel-membership-form-submit {
        border: none;
        text-transform: uppercase; }
  .landing0104 .form-inner,
  .cancel-membership .form-inner {
    color: #6B6B6B;
    padding: 20px;
    position: relative; }
    @media (min-width: 768px) {
      .landing0104 .form-inner,
      .cancel-membership .form-inner {
        padding: 40px 144px; } }
    .landing0104 .form-inner .label,
    .cancel-membership .form-inner .label {
      top: calc(50% - 25px); }
    .landing0104 .form-inner .input,
    .cancel-membership .form-inner .input {
      padding: 20px 10px 10px; }
  .landing0104 .reset-password-title,
  .landing0104 .reset-password-subtitle,
  .cancel-membership .reset-password-title,
  .cancel-membership .reset-password-subtitle {
    font-weight: 700; }
  .landing0104 .reset-password-title,
  .cancel-membership .reset-password-title {
    text-transform: inherit; }
  .landing0104 .reset-password-subtitle,
  .cancel-membership .reset-password-subtitle {
    font-size: 12px;
    padding: 10px 0 35px; }
  .landing0104 .no-member-text,
  .cancel-membership .no-member-text {
    margin: 0 3px 0 auto; }
  .landing0104 .go-back-link,
  .landing0104 .signup-back-link,
  .cancel-membership .go-back-link,
  .cancel-membership .signup-back-link {
    color: #fff; }
  .landing0104 .signup-back-link,
  .cancel-membership .signup-back-link {
    font-size: 0 !important; }
    .landing0104 .signup-back-link::before,
    .cancel-membership .signup-back-link::before {
      content: 'Sign up';
      font-size: 9px; }
  .landing0104 .has_error .label,
  .cancel-membership .has_error .label {
    margin-bottom: 5px; }
  .landing0104 .has_error .error_message,
  .cancel-membership .has_error .error_message {
    margin-bottom: 10px; }

/*=== Cancel membership page ===*/
.cancel-membership {
  background-image: url("https://s03.ndcdn.com/compliance-gaming/img/vidgamez.club/landing/img-9.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .cancel-membership .login-links {
    display: block;
    max-width: 175px; }
    @media (min-width: 415px) {
      .cancel-membership .login-links {
        display: flex;
        flex-direction: row-reverse; } }
    .cancel-membership .login-links .login-link {
      max-width: 175px;
      width: 100%; }
      .cancel-membership .login-links .login-link:first-of-type {
        margin-bottom: 10px; }
        @media (min-width: 415px) {
          .cancel-membership .login-links .login-link:first-of-type {
            margin-bottom: 0;
            margin-left: 0; } }
      .cancel-membership .login-links .login-link:last-of-type {
        background-color: transparent;
        color: #fff;
        margin-left: auto; }
        @media (min-width: 415px) {
          .cancel-membership .login-links .login-link:last-of-type {
            margin: 0 15px 0 auto; } }
      @media (min-width: 415px) {
        .cancel-membership .login-links .login-link {
          margin-bottom: 0; } }
  .cancel-membership .main {
    padding: 30px 15px 40px; }
    @media (min-width: 768px) {
      .cancel-membership .main {
        align-items: flex-start;
        grid-template-columns: 1fr 584px 1fr;
        grid-gap: 20px; } }
  .cancel-membership .error_message {
    display: block;
    position: relative;
    text-align: center;
    top: 5px; }
  .cancel-membership .cancel-membership-form-info {
    color: #fff;
    max-width: 584px;
    margin: 0 auto 20px;
    text-align: center;
    width: 100%; }
  .cancel-membership .cancel-membership-form-title {
    font-size: 16px;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    @media (min-width: 415px) {
      .cancel-membership .cancel-membership-form-title {
        font-size: 21px; } }
    @media (min-width: 1525px) {
      .cancel-membership .cancel-membership-form-title {
        font-size: 28px; } }
  .cancel-membership .cancel-membership-form-desc {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    max-width: 400px;
    margin: 0 auto 45px auto;
    text-transform: uppercase; }
  .cancel-membership .cancel-membership-form {
    align-items: center;
    background-color: rgba(133, 15, 91, 0.71);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    margin: 70px auto;
    min-height: 337px;
    max-width: 604px;
    position: relative;
    padding: 40px 55px;
    width: 100%; }
    .cancel-membership .cancel-membership-form .btn,
    .cancel-membership .cancel-membership-form .login-link, .cancel-membership .cancel-membership-form .cancel-membership-form-submit {
      display: block;
      max-width: 281px;
      margin: 0 auto; }
  .cancel-membership .cancel-membership-form-field {
    margin: 0 auto 35px;
    max-width: 300px;
    width: 100%; }
  .cancel-membership .cancel-membership-form-submit-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 100%; }
  .cancel-membership .cancel-membership-form-submit {
    font-size: 14px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%; }
  .cancel-membership .cancel-membership-form-close-link-wrap {
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    top: 140px; }
  .cancel-membership .cancel-membership-form-close-link {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }

/*==================================================
  Payment
===================================================*/
/*=== Colors ===*/
/*=== Global ===*/
.payment {
  background-image: url("https://s03.ndcdn.com/compliance-gaming/img/vidgamez.club/landing/img-7.jpg");
  background-size: cover;
  background-position: center center;
  /*=== Header ===*/ }
  .payment .header {
    padding: 45px 0;
    width: 100%;
    z-index: 9; }
    .payment .header .header-nav {
      display: flex;
      justify-content: center; }
    .payment .header .logo-header {
      display: flex;
      max-width: 100%;
      max-width: 150px; }
      @media (min-width: 768px) {
        .payment .header .logo-header {
          max-width: 201px;
          width: 100%; } }
    .payment .header .logo-img {
      max-width: 100%; }
  .payment .main-wrapper {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/vidgamez.club/landing/img-11.jpg") !important;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    border-radius: 140px; }
    @media (min-width: 1280px) {
      .payment .main-wrapper {
        border-radius: 500px; } }
  .payment .iframe-wrapper {
    width: 100%;
    max-width: 100%; }
  .payment iframe {
    border: none;
    margin: 0;
    width: 100%;
    height: 1150px; }
    @media (min-width: 768px) {
      .payment iframe {
        height: 870px;
        padding-top: 160px; } }

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

.members0001 {
  background-color: #850F5B; }
  .members0001 .main .container {
    max-width: 1700px; }

.members0001 .home-intro {
  padding: 50px 0;
  width: 100%; }

.members0001 .members-header {
  padding: 32px 0; }

.members0001 .logo-header {
  max-width: 354px; }

.members0001 .members-navigation-btn {
  text-transform: uppercase; }

.members0001 .home-intro-link {
  left: 50%;
  transform: translateX(-50%); }

.members0001 .main {
  align-items: center;
  display: flex;
  justify-content: center; }

@media (max-width: 415px) {
  .members0001 .play-img {
    max-width: 180px; } }
