/*==================================================
  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, .legal .landing0365 .age-verification-page .main, .landing0365 .age-verification-page .legal .main,
  .legal .cancel-membership .age-verification-page .main, .cancel-membership .age-verification-page .legal .main {
    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: #083344; }
  .legal .header {
    background-color: #083344; }
  .legal .main a,
  .legal .main p,
  .legal .main ul,
  .legal .main li,
  .legal .main span {
    color: #FFFFFF; }
  .legal .main h2,
  .legal .main h3,
  .legal .main h4 {
    color: #FFFFFF; }
  .legal .main a:hover {
    color: #FFFFFF; }

/*===================================================
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: #FFFFFF;
  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: 10px;
  border: 1px solid #fff;
  background-color: #083344;
  box-shadow: 0px 6px 15px #00000066;
  color: #EEB934;
  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: transparent; }

.burger-item {
  background-color: transparent; }

/*==================================================
  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 .cancel-membership .main .cancel-membership-form-submit, .cancel-membership .main .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 .cancel-membership .main .cancel-membership-form-submit, .cancel-membership .main .reset-password-form .cancel-membership-form-submit {
    border-style: solid; }

.form-inner {
  background-color: #083344;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 6px;
  max-width: 410px;
  padding: 30px 35px;
  border-radius: 50px; }

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

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

/*==================================================
  Header
===================================================*/
.members-header {
  padding: 15px 0; }
  .members-header .header-wrapper > .header-nav {
    order: -1; }
  .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, .members-header .landing0365 .age-verification-page .main, .landing0365 .age-verification-page .members-header .main,
  .members-header .cancel-membership .age-verification-page .main, .cancel-membership .age-verification-page .members-header .main {
    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: #083344; }
  .members-header .container, .members-header .landing0365 .age-verification-page .main, .landing0365 .age-verification-page .members-header .main,
  .members-header .cancel-membership .age-verification-page .main, .cancel-membership .age-verification-page .members-header .main {
    max-width: 1360px; }
  .members-header .mobile-members-navigation {
    background-color: #FFFFFF; }
  .members-header .members-username,
  .members-header .header-link {
    color: #FFFFFF; }

.members-navigation-btn {
  background-color: #F1C02B;
  color: #000000;
  padding: 0 28px;
  border-radius: 50px;
  border-width: 4px;
  border-color: #F1C02B;
  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 .cancel-membership .main .cancel-membership-form-submit, .cancel-membership .main .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: "OpenSans";
  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: "OpenSans";
  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: 300;
  font-style: normal; }

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

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

@font-face {
  font-family: "OpenSans";
  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: "OpenSans";
  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; }

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

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

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

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

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

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

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

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

/*==================================================
  Landing0365
===================================================*/
/*=== Colors ===*/
/*=== Global ===*/
::-webkit-input-placeholder {
  font-size: 0; }

::-moz-placeholder {
  font-size: 0; }

:-ms-input-placeholder {
  font-size: 0; }

:-moz-placeholder {
  font-size: 0; }

/*=== Container ===*/
body {
  overflow-x: hidden; }

input::placeholder {
  pointer-events: none;
  font-size: 0; }

html,
body {
  overflow-x: hidden; }

h1,
h2 {
  font-weight: 700; }

.footer {
  background-color: #083344;
  color: #FFFFFF;
  margin-top: -40px;
  position: relative;
  z-index: 3; }
  @media (min-width: 768px) {
    .footer {
      margin-top: -10px; } }
  .footer .container, .footer .landing0365 .age-verification-page .main, .landing0365 .age-verification-page .footer .main,
  .footer .cancel-membership .age-verification-page .main, .cancel-membership .age-verification-page .footer .main {
    width: 100%;
    max-width: unset;
    margin: 0 auto; }
  .footer .footer-wrapper {
    padding-top: 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .footer .footer-wrapper {
        padding-top: 45px; } }
  .footer .logo {
    display: none; }
  .footer .footer-links {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .footer .footer-links {
        flex-direction: row;
        margin-bottom: 25px; } }
  .footer .footer-link-item {
    font-size: 12px;
    margin-bottom: 5px; }
    @media (min-width: 768px) {
      .footer .footer-link-item {
        align-items: center;
        display: flex;
        margin: 0 15px; } }
  .footer .footer-link {
    color: #FFFFFF;
    font-weight: 600; }
  .footer .footer-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 1.8;
    padding-bottom: 25px; }
  .footer .custodian-link a {
    color: #FFFFFF;
    text-decoration: underline !important; }
  .footer .company-info {
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    z-index: 2; }
    @media (min-width: 768px) {
      .footer .company-info {
        padding-bottom: 45px; } }

.landing0365,
.cancel-membership {
  min-height: 100vh;
  /*=== Header ===*/
  /*=== Age verification ===*/
  /*=== Main ===*/
  /*=== Intro ===*/
  /*=== section Gallery ===*/
  /*=== section info ===*/
  /*=== Form ===*/ }
  .landing0365 .header .container, .landing0365 .header .age-verification-page .main, .landing0365 .age-verification-page .header .main, .cancel-membership .age-verification-page .landing0365 .header .main,
  .landing0365 .main .container,
  .landing0365 .main .age-verification-page .main,
  .landing0365 .age-verification-page .main .main,
  .cancel-membership .age-verification-page .landing0365 .main .main,
  .cancel-membership .header .container,
  .landing0365 .age-verification-page .cancel-membership .header .main,
  .cancel-membership .header .age-verification-page .main,
  .cancel-membership .age-verification-page .header .main,
  .cancel-membership .main .container,
  .landing0365 .age-verification-page .cancel-membership .main .main,
  .cancel-membership .main .age-verification-page .main,
  .cancel-membership .age-verification-page .main .main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%; }
  .landing0365 .login-links,
  .cancel-membership .login-links {
    position: relative;
    z-index: 2; }
  .landing0365 .login-link,
  .cancel-membership .login-link {
    background-color: #F1C027;
    border-radius: 50px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 40px;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s ease; }
    .landing0365 .login-link:hover,
    .cancel-membership .login-link:hover {
      background-color: #fad564; }
  .landing0365 .form,
  .cancel-membership .form {
    display: none; }
  .landing0365.form-signup .form, .landing0365.form-signin .form, .landing0365.forgot-password .form,
  .cancel-membership.form-signup .form,
  .cancel-membership.form-signin .form,
  .cancel-membership.forgot-password .form {
    display: block; }
  .landing0365.form-signup .intro, .landing0365.form-signin .intro, .landing0365.forgot-password .intro,
  .cancel-membership.form-signup .intro,
  .cancel-membership.form-signin .intro,
  .cancel-membership.forgot-password .intro {
    display: none; }
  .landing0365.form-signup .signup,
  .cancel-membership.form-signup .signup {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 380px;
    margin: 0 auto; }
    .landing0365.form-signup .signup .wrapper,
    .cancel-membership.form-signup .signup .wrapper {
      width: 100%; }
  .landing0365.form-signin .signin-reset,
  .cancel-membership.form-signin .signin-reset {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 380px;
    margin: 0 auto; }
    .landing0365.form-signin .signin-reset .wrapper,
    .cancel-membership.form-signin .signin-reset .wrapper {
      width: 100%; }
  .landing0365.form-signin .form-title.reset, .landing0365.form-signin .form-text.reset,
  .cancel-membership.form-signin .form-title.reset,
  .cancel-membership.form-signin .form-text.reset {
    display: none; }
  .landing0365.form-signin .signup,
  .cancel-membership.form-signin .signup {
    display: none; }
  .landing0365.forgot-password .signup,
  .cancel-membership.forgot-password .signup {
    display: none; }
  .landing0365.forgot-password .signin-reset,
  .cancel-membership.forgot-password .signin-reset {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 380px;
    margin: 0 auto; }
    .landing0365.forgot-password .signin-reset .wrapper,
    .cancel-membership.forgot-password .signin-reset .wrapper {
      width: 100%; }
  .landing0365.forgot-password .signin-content > .form-title,
  .cancel-membership.forgot-password .signin-content > .form-title {
    display: none; }
  .landing0365.forgot-password .form-title.reset, .landing0365.forgot-password .form-text.reset,
  .cancel-membership.forgot-password .form-title.reset,
  .cancel-membership.forgot-password .form-text.reset {
    display: block; }
  .landing0365.forgot-password .form-title.login, .landing0365.forgot-password .form-text.login,
  .cancel-membership.forgot-password .form-title.login,
  .cancel-membership.forgot-password .form-text.login {
    display: none; }
  .landing0365 .error_message,
  .cancel-membership .error_message {
    display: block;
    color: #d10000;
    text-align: center;
    margin-bottom: 5px; }
  .landing0365 .header,
  .cancel-membership .header {
    background-color: #083344;
    padding: 15px 0;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0365 .header,
      .cancel-membership .header {
        padding: 20px 0; } }
  .landing0365 .header-nav,
  .cancel-membership .header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      .landing0365 .header-nav,
      .cancel-membership .header-nav {
        position: relative; } }
  .landing0365 .logo-header,
  .cancel-membership .logo-header {
    height: 100%;
    max-width: 150px;
    width: 100%;
    z-index: 2;
    position: relative; }
    @media (min-width: 768px) {
      .landing0365 .logo-header,
      .cancel-membership .logo-header {
        max-height: 91px;
        max-width: 240px; } }
  .landing0365 .logo-img,
  .cancel-membership .logo-img {
    width: initial; }
  .landing0365 .age-verification-page,
  .cancel-membership .age-verification-page {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    height: 100vh; }
    .landing0365 .age-verification-page .main,
    .cancel-membership .age-verification-page .main {
      background-image: url("https://s03.ndcdn.com/compliance-gaming/img/hornygamedelight.cyou/landing/bg_age.jpg?v=0.0.0");
      background-repeat: no-repeat;
      background-position: bottom;
      background-size: cover;
      height: 65%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
  .landing0365 .age-verification-wrapper,
  .cancel-membership .age-verification-wrapper {
    background-color: #083344;
    border: 3px solid #FFFFFF;
    border-radius: 50px;
    padding: 65px 0px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (min-width: 1280px) {
      .landing0365 .age-verification-wrapper,
      .cancel-membership .age-verification-wrapper {
        width: 30%; } }
  .landing0365 .age-verification-content,
  .cancel-membership .age-verification-content {
    text-align: center;
    width: 100%;
    z-index: 1; }
  .landing0365 .age-verification-title,
  .cancel-membership .age-verification-title {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin: 0 0 30px 0;
    position: relative;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0365 .age-verification-title,
      .cancel-membership .age-verification-title {
        font-size: 26px;
        margin: 0 0 38px 0; } }
  .landing0365 .age-verification-btn,
  .cancel-membership .age-verification-btn {
    align-items: center;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    max-width: 185px;
    padding: 13px 35px;
    text-align: center;
    width: 100%;
    border-radius: 50px; }
    .landing0365 .age-verification-btn:hover,
    .cancel-membership .age-verification-btn:hover {
      background-color: #FFFFFF;
      color: #083344; }
    @media (min-width: 768px) {
      .landing0365 .age-verification-btn,
      .cancel-membership .age-verification-btn {
        margin: 0 15px; } }
  .landing0365 .main,
  .cancel-membership .main {
    background-color: #083344;
    flex-grow: 1; }
  .landing0365 .hero,
  .cancel-membership .hero {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    height: 80vh;
    align-items: center;
    display: flex; }
  .landing0365 .hero-content,
  .cancel-membership .hero-content {
    background-color: #083344;
    border: 4px solid #FFFFFF;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    position: relative;
    z-index: 2;
    max-width: 90%;
    margin: 0 auto; }
  .landing0365 .hero-title,
  .cancel-membership .hero-title {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center; }
    @media (min-width: 768px) {
      .landing0365 .hero-title,
      .cancel-membership .hero-title {
        font-size: 46px; } }
    @media (min-width: 1400px) {
      .landing0365 .hero-title,
      .cancel-membership .hero-title {
        font-size: 65px; } }
    .landing0365 .hero-title span,
    .cancel-membership .hero-title span {
      display: block; }
  .landing0365 .hero-btn, .landing0365 .gallery-btn, .landing0365 .info .info-btn, .cancel-membership .info .landing0365 .info-btn,
  .cancel-membership .hero-btn,
  .cancel-membership .gallery-btn,
  .landing0365 .info .cancel-membership .info-btn,
  .cancel-membership .info .info-btn {
    background-color: #F1C027;
    border-radius: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 100%;
    max-width: 210px;
    width: 100%;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    transition: all .3s ease; }
    .landing0365 .hero-btn:hover, .landing0365 .gallery-btn:hover, .landing0365 .info .info-btn:hover, .cancel-membership .info .landing0365 .info-btn:hover,
    .cancel-membership .hero-btn:hover,
    .cancel-membership .gallery-btn:hover,
    .landing0365 .info .cancel-membership .info-btn:hover,
    .cancel-membership .info .info-btn:hover {
      background-color: #fad053; }
  .landing0365 .hero-bottom-line,
  .cancel-membership .hero-bottom-line {
    background-color: #F1C027;
    height: 10vh; }
  .landing0365 .section-gallery,
  .cancel-membership .section-gallery {
    padding: 50px 0; }
  .landing0365 .gallery-title,
  .cancel-membership .gallery-title {
    font-size: 50px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.3;
    text-align: center; }
    .landing0365 .gallery-title span,
    .cancel-membership .gallery-title span {
      display: block; }
  .landing0365 .gallery-subtitle,
  .cancel-membership .gallery-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.5;
    padding: 20px 0 50px; }
    .landing0365 .gallery-subtitle span,
    .cancel-membership .gallery-subtitle span {
      display: block; }
  .landing0365 .gallery-wrapper,
  .cancel-membership .gallery-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 50vh;
    grid-gap: 30px;
    justify-content: center;
    margin-top: -70px; }
    @media (min-width: 1280px) {
      .landing0365 .gallery-wrapper,
      .cancel-membership .gallery-wrapper {
        grid-template-rows: 60vh; } }
  .landing0365 .gallery-item,
  .cancel-membership .gallery-item {
    display: flex;
    align-items: center;
    justify-content: center; }
    .landing0365 .gallery-item img,
    .cancel-membership .gallery-item img {
      display: block;
      -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3); }
      @media (min-width: 768px) {
        .landing0365 .gallery-item img,
        .cancel-membership .gallery-item img {
          width: 100%; } }
      @media (min-width: 1400px) {
        .landing0365 .gallery-item img,
        .cancel-membership .gallery-item img {
          width: inherit; } }
  .landing0365 .gallery-item:last-of-type, .landing0365 .gallery-item:first-of-type,
  .cancel-membership .gallery-item:last-of-type,
  .cancel-membership .gallery-item:first-of-type {
    align-items: flex-start; }
  .landing0365 .gallery-item:nth-child(3), .landing0365 .gallery-item:nth-child(4),
  .cancel-membership .gallery-item:nth-child(3),
  .cancel-membership .gallery-item:nth-child(4) {
    align-items: flex-end; }
  .landing0365 .gallery-link,
  .cancel-membership .gallery-link {
    text-align: center;
    z-index: 3;
    position: relative; }
  .landing0365 .gallery-btn,
  .cancel-membership .gallery-btn {
    padding: 15px 50px; }
  .landing0365 .info,
  .cancel-membership .info {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 15px; }
    @media (min-width: 415px) {
      .landing0365 .info,
      .cancel-membership .info {
        padding: 70px 15px; } }
    .landing0365 .info .info-title,
    .cancel-membership .info .info-title {
      font-size: 30px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .landing0365 .info .info-title,
        .cancel-membership .info .info-title {
          font-size: 37px; } }
      @media (min-width: 1400px) {
        .landing0365 .info .info-title,
        .cancel-membership .info .info-title {
          font-size: 45px; } }
      .landing0365 .info .info-title span,
      .cancel-membership .info .info-title span {
        display: block; }
    .landing0365 .info .info-content-wrapper,
    .cancel-membership .info .info-content-wrapper {
      color: #FFFFFF;
      padding: 40px 0;
      width: 45%;
      margin-left: auto; }
    .landing0365 .info .info-paragraph,
    .cancel-membership .info .info-paragraph {
      font-size: 18px;
      font-weight: 300;
      margin-bottom: 25px;
      line-height: 1.7;
      padding: 20px 100px 30px 0; }
    .landing0365 .info .info-btn,
    .cancel-membership .info .info-btn {
      background-color: #083344;
      color: #FFFFFF;
      padding: 15px 50px; }
      .landing0365 .info .info-btn:hover,
      .cancel-membership .info .info-btn:hover {
        background-color: #19495d; }
  .landing0365 .form-wrapper,
  .cancel-membership .form-wrapper {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    height: 80vh; }
  .landing0365 .signin-reset,
  .cancel-membership .signin-reset {
    display: none;
    width: 100%; }
    @media (min-width: 1400px) {
      .landing0365 .signin-reset .form-text,
      .cancel-membership .signin-reset .form-text {
        font-size: 14px;
        margin-bottom: 25px; } }
  .landing0365 .signin-content,
  .landing0365 .reset-password-content,
  .landing0365 .signup-content,
  .cancel-membership .signin-content,
  .cancel-membership .reset-password-content,
  .cancel-membership .signup-content {
    margin: 0 auto;
    max-width: 380px;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative; }
  .landing0365 .reset-password-form,
  .cancel-membership .reset-password-form {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/hornygamedelight.cyou/landing/bg_back.jpg?v=0.0.0") !important;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    height: 80vh;
    padding: 70px 0; }
    @media (min-width: 768px) {
      .landing0365 .reset-password-form,
      .cancel-membership .reset-password-form {
        padding: 100px 0; } }
    @media (min-width: 1400px) {
      .landing0365 .reset-password-form,
      .cancel-membership .reset-password-form {
        padding: 170px 0; } }
    .landing0365 .reset-password-form .form-inner,
    .cancel-membership .reset-password-form .form-inner {
      margin: 0px auto;
      position: relative;
      z-index: 2; }
    .landing0365 .reset-password-form .reset-password-title,
    .cancel-membership .reset-password-form .reset-password-title {
      color: #fff;
      font-size: 20px;
      font-weight: 600; }
  .landing0365 .cancel-membership-form-title,
  .cancel-membership .cancel-membership-form-title {
    display: none; }
  .landing0365 .form-title,
  .cancel-membership .form-title {
    font-size: 19px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .landing0365 .signup-form-wrap, .landing0365 .cancel-membership-form,
  .cancel-membership .signup-form-wrap,
  .cancel-membership .cancel-membership-form {
    background-color: #083344;
    border: 6px solid #FFFFFF;
    border-radius: 50px;
    padding: 20px; }
    @media (min-width: 768px) {
      .landing0365 .signup-form-wrap, .landing0365 .cancel-membership-form,
      .cancel-membership .signup-form-wrap,
      .cancel-membership .cancel-membership-form {
        padding: 15px 30px 25px; } }
    @media (min-width: 1400px) {
      .landing0365 .signup-form-wrap, .landing0365 .cancel-membership-form,
      .cancel-membership .signup-form-wrap,
      .cancel-membership .cancel-membership-form {
        padding: 30px 38px; } }
  .landing0365 .cancel-membership-form,
  .cancel-membership .cancel-membership-form {
    max-width: 410px;
    margin: 0px auto;
    position: relative;
    z-index: 2; }
    .landing0365 .cancel-membership-form::before,
    .cancel-membership .cancel-membership-form::before {
      content: 'CANCEL MEMBERSHIP';
      font-size: 18px;
      font-weight: 600;
      color: #FFFFFF;
      position: absolute;
      top: 25px;
      left: 50%;
      transform: translate(-50%, 0);
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
  .landing0365 .form-text, .landing0365 .reset-password-subtitle,
  .landing0365 .cancel-membership-form-desc,
  .cancel-membership .form-text,
  .cancel-membership .reset-password-subtitle,
  .cancel-membership .cancel-membership-form-desc {
    color: #FFFFFF;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-top: 10px;
    line-height: 1.375;
    text-align: center; }
    @media (min-width: 768px) {
      .landing0365 .form-text, .landing0365 .reset-password-subtitle,
      .landing0365 .cancel-membership-form-desc,
      .cancel-membership .form-text,
      .cancel-membership .reset-password-subtitle,
      .cancel-membership .cancel-membership-form-desc {
        font-size: 9px;
        margin-bottom: 10px; } }
    @media (min-width: 1400px) {
      .landing0365 .form-text, .landing0365 .reset-password-subtitle,
      .landing0365 .cancel-membership-form-desc,
      .cancel-membership .form-text,
      .cancel-membership .reset-password-subtitle,
      .cancel-membership .cancel-membership-form-desc {
        font-size: 11px;
        margin-bottom: 25px; } }
    .landing0365 .form-text span, .landing0365 .reset-password-subtitle span,
    .landing0365 .cancel-membership-form-desc span,
    .cancel-membership .form-text span,
    .cancel-membership .reset-password-subtitle span,
    .cancel-membership .cancel-membership-form-desc span {
      display: block; }
  .landing0365 .cancel-membership-form-desc,
  .cancel-membership .cancel-membership-form-desc {
    font-size: 9px;
    padding-top: 20px;
    font-weight: 400; }
    @media (min-width: 768px) {
      .landing0365 .cancel-membership-form-desc,
      .cancel-membership .cancel-membership-form-desc {
        font-size: 10px;
        padding-top: 35px; } }
    @media (min-width: 1400px) {
      .landing0365 .cancel-membership-form-desc,
      .cancel-membership .cancel-membership-form-desc {
        font-size: 11px;
        padding-top: 30px; } }
  .landing0365 .label,
  .landing0365 .cancel-membership-form-label,
  .cancel-membership .label,
  .cancel-membership .cancel-membership-form-label {
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: 600;
    padding: 0 0 3px 0;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0365 .label,
      .landing0365 .cancel-membership-form-label,
      .cancel-membership .label,
      .cancel-membership .cancel-membership-form-label {
        font-size: 9px;
        padding: 0 0 5px 0; } }
    @media (min-width: 1400px) {
      .landing0365 .label,
      .landing0365 .cancel-membership-form-label,
      .cancel-membership .label,
      .cancel-membership .cancel-membership-form-label {
        font-size: 11px;
        padding: 0 0 10px 0; } }
  .landing0365 .form-field-wrapper,
  .landing0365 .cancel-membership-form-field,
  .cancel-membership .form-field-wrapper,
  .cancel-membership .cancel-membership-form-field {
    margin-bottom: 15px; }
  .landing0365 .input,
  .landing0365 .cancel-membership-form-input,
  .cancel-membership .input,
  .cancel-membership .cancel-membership-form-input {
    -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    color: #3A3A3A;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    padding: 10px;
    text-align: left;
    text-align-last: left;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0365 .input,
      .landing0365 .cancel-membership-form-input,
      .cancel-membership .input,
      .cancel-membership .cancel-membership-form-input {
        padding: 7px; } }
    @media (min-width: 1400px) {
      .landing0365 .input,
      .landing0365 .cancel-membership-form-input,
      .cancel-membership .input,
      .cancel-membership .cancel-membership-form-input {
        padding: 10px; } }
  @media (min-width: 768px) {
    .landing0365 .cancel-membership-form-field,
    .landing0365 .cancel-membership-form-submit-wrap,
    .cancel-membership .cancel-membership-form-field,
    .cancel-membership .cancel-membership-form-submit-wrap {
      padding: 0 14px; } }
  .landing0365 .cta-wrapper,
  .landing0365 .cancel-membership-form-submit-wrap,
  .cancel-membership .cta-wrapper,
  .cancel-membership .cancel-membership-form-submit-wrap {
    text-align: center;
    position: relative;
    margin-top: 25px; }
  .landing0365 .cta-wrapper-navigation,
  .cancel-membership .cta-wrapper-navigation {
    font-size: 11px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative; }
    .landing0365 .cta-wrapper-navigation a,
    .cancel-membership .cta-wrapper-navigation a {
      color: #fff;
      font-family: 'Open Sans', sans-serif; }
    .landing0365 .cta-wrapper-navigation .no-member-text,
    .cancel-membership .cta-wrapper-navigation .no-member-text {
      position: absolute;
      right: 46px;
      font-family: 'Open Sans', sans-serif; }
  .landing0365 .cancel-membership-form-close-link-wrap,
  .cancel-membership .cancel-membership-form-close-link-wrap {
    text-align: center;
    margin-top: 25px; }
  .landing0365 .cancel-membership-form-close-link,
  .cancel-membership .cancel-membership-form-close-link {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }

.form-signup .wrapper,
.form-signin .wrapper,
.forgot-password .wrapper,
.cancel-membership .wrapper,
.reset-password-form .wrapper {
  align-items: flex-start;
  height: unset; }
  @media (max-width: 415px) {
    .form-signup .wrapper,
    .form-signin .wrapper,
    .forgot-password .wrapper,
    .cancel-membership .wrapper,
    .reset-password-form .wrapper {
      padding: 0 15px 40px; } }

@media (max-width: 415px) {
  .form-signup .img-wrap,
  .form-signin .img-wrap,
  .forgot-password .img-wrap,
  .cancel-membership .img-wrap,
  .reset-password-form .img-wrap {
    top: 0;
    bottom: unset; } }

.form-signup .btn, .form-signup .cancel-membership .main .cancel-membership-form-submit, .cancel-membership .main .form-signup .cancel-membership-form-submit,
.form-signin .btn,
.form-signin .cancel-membership .main .cancel-membership-form-submit,
.cancel-membership .main .form-signin .cancel-membership-form-submit,
.forgot-password .btn,
.forgot-password .cancel-membership .main .cancel-membership-form-submit,
.cancel-membership .main .forgot-password .cancel-membership-form-submit,
.cancel-membership .btn,
.cancel-membership .main .cancel-membership-form-submit, .reset-password-form .btn, .reset-password-form .cancel-membership .main .cancel-membership-form-submit, .cancel-membership .main .reset-password-form .cancel-membership-form-submit {
  background-color: #F1C027;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  line-height: 100%;
  max-width: unset;
  width: 100%; }
  .form-signup .btn:hover, .form-signup .cancel-membership .main .cancel-membership-form-submit:hover, .cancel-membership .main .form-signup .cancel-membership-form-submit:hover,
  .form-signin .btn:hover,
  .form-signin .cancel-membership .main .cancel-membership-form-submit:hover,
  .cancel-membership .main .form-signin .cancel-membership-form-submit:hover,
  .forgot-password .btn:hover,
  .forgot-password .cancel-membership .main .cancel-membership-form-submit:hover,
  .cancel-membership .main .forgot-password .cancel-membership-form-submit:hover,
  .cancel-membership .btn:hover,
  .cancel-membership .main .cancel-membership-form-submit:hover,
  .reset-password-form .btn:hover,
  .reset-password-form .cancel-membership .main .cancel-membership-form-submit:hover,
  .cancel-membership .main .reset-password-form .cancel-membership-form-submit:hover {
    background-color: transparent; }

@media (min-width: 768px) {
  .form-signup .btn, .form-signup .cancel-membership .main .cancel-membership-form-submit, .cancel-membership .main .form-signup .cancel-membership-form-submit,
  .form-signin .btn,
  .form-signin .cancel-membership .main .cancel-membership-form-submit,
  .cancel-membership .main .form-signin .cancel-membership-form-submit,
  .forgot-password .btn,
  .forgot-password .cancel-membership .main .cancel-membership-form-submit,
  .cancel-membership .main .forgot-password .cancel-membership-form-submit,
  .cancel-membership .btn,
  .cancel-membership .main .cancel-membership-form-submit {
    font-size: 16px; } }

.form-signin .cta-wrapper {
  position: relative; }


.form-signin .btn,
.form-signin .cancel-membership .main .cancel-membership-form-submit,
.cancel-membership .main .form-signin .cancel-membership-form-submit {
  position: relative;
  z-index: 1; }

.cancel-membership .main {
  background-image: url("https://s03.ndcdn.com/compliance-gaming/img/hornygamedelight.cyou/landing/bg_back.jpg?v=0.0.0") !important;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center; }

@media (min-width: 768px) {
  .cancel-membership .login-links {
    display: flex; } }

.cancel-membership .login-links .login-link {
  display: block;
  margin: 0 0 10px; }
  @media (min-width: 768px) {
    .cancel-membership .login-links .login-link {
      margin: 0 10px; } }

.games-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between; }
  .games-list .container, .games-list .landing0365 .age-verification-page .main, .landing0365 .age-verification-page .games-list .main,
  .games-list .cancel-membership .age-verification-page .main, .cancel-membership .age-verification-page .games-list .main {
    margin: 0 auto;
    max-width: 1350px;
    padding: 15px;
    width: 100%; }
  .games-list .games-list-content-wrap {
    padding: 90px 0 90px 0;
    position: relative; }
  .games-list .games-list-content-title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 95px;
    text-align: center; }
  .games-list .games-list-content-subtitle {
    color: #F1C027;
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .games-list .games-list-content-image {
    border-color: #F1C027;
    border-width: 5px;
    border-radius: 30px;
    border-style: solid;
    height: 100%;
    object-fit: cover;
    width: 100%;
    position: absolute; }
  .games-list:not(.games-list0003) .games-list-content-item {
    grid-column: span 1; }
    .games-list:not(.games-list0003) .games-list-content-item::after {
      background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
      bottom: 0;
      content: ' ';
      height: 50px;
      left: 0;
      position: absolute;
      width: 100%; }
  .games-list .games-list-content-item {
    border-radius: 30px;
    position: relative;
    height: 0;
    min-height: 150px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 117%; }
  .games-list .games-list-content-name {
    display: block;
    font-weight: bold;
    font-size: 15px;
    width: 100%;
    z-index: 1;
    color: #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: 30px;
    font-weight: 700;
    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-item {
    color: #fff;
    line-height: 1.5;
    font-size: 28px;
    font-weight: bold; }

@media (min-width: 768px) {
  .games-list0002 .games-list-container-flex {
    display: flex;
    justify-content: center; } }

.games-list0002 .games-list-content {
  flex: 0 0 46%; }
  .games-list0002 .games-list-content:first-child {
    padding: 0 50px; }
    @media (min-width: 768px) {
      .games-list0002 .games-list-content:first-child {
        padding: 0 124px 0 0; } }
    .games-list0002 .games-list-content:first-child .games-list-content-subtitle {
      text-align: center; }

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

/*==================================================
  Payment
===================================================*/
/*=== Global ===*/
.payment,
.payment .main {
  display: flex;
  flex-direction: column; }

.payment {
  background-color: #083344;
  min-height: 100vh;
  position: relative;
  overflow-y: hidden;
  /*=== Header ===*/ }
  .payment .main,
  .payment .main-wrapper {
    flex-grow: 1; }
  .payment .header {
    background-color: #083344; }
    @media (min-width: 768px) {
      .payment .header {
        padding: 20px 0; } }
    .payment .header .container, .payment .header .landing0365 .age-verification-page .main, .landing0365 .age-verification-page .payment .header .main,
    .payment .header .cancel-membership .age-verification-page .main, .cancel-membership .age-verification-page .payment .header .main {
      max-width: 1390px;
      margin: 0 auto;
      padding: 0 15px;
      width: 100%; }
  .payment .header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      .payment .header-nav {
        position: relative; } }
  .payment .logo-header {
    height: 100%;
    max-width: 150px;
    width: 100%;
    z-index: 99; }
    @media (min-width: 768px) {
      .payment .logo-header {
        max-height: 91px;
        max-width: 201px; } }
  .payment .logo-img {
    width: initial; }
  .payment .main-wrapper {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/hornygamedelight.cyou/members/bg_payment_back.jpg?v=0.0.0") !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative; }
  .payment .iframe-wrapper {
    max-width: 410px;
    margin: 0 auto;
    width: 100%;
    z-index: 3;
    position: relative; }
  .payment iframe {
    border: none;
    width: 100%;
    height: 1100px;
    padding-top: 85px; }

.members-multiple0002 {
  background: #083344;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100vh;
  justify-content: space-between; }
  .members-multiple0002 .home-intro .container, .members-multiple0002 .home-intro .landing0365 .age-verification-page .main, .landing0365 .age-verification-page .members-multiple0002 .home-intro .main,
  .members-multiple0002 .home-intro .cancel-membership .age-verification-page .main, .cancel-membership .age-verification-page .members-multiple0002 .home-intro .main {
    margin: 0 auto;
    max-width: 1360px;
    padding: 15px;
    width: 100%; }
  .members-multiple0002 .members-content-title {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 1em;
    text-align: center; }
  .members-multiple0002 .members-content-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    gap: 15px;
    margin-bottom: 30px; }
    @media (min-width: 1400px) {
      .members-multiple0002 .members-content-list {
        grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
        gap: 20px; } }
  .members-multiple0002 .members-content-item {
    border-radius: 20px;
    grid-column: span 1;
    position: relative;
    height: 0;
    min-height: 150px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 117%; }
  .members-multiple0002 .members-content-image {
    border-radius: 20px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    position: absolute; }
  .members-multiple0002 .members-content-link {
    align-items: flex-end;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 15px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%; }
    .members-multiple0002 .members-content-link::after {
      background: transparent linear-gradient(180deg, #00000000 0%, #00000080 100%) 0% 0% no-repeat padding-box;
      bottom: 0;
      content: ' ';
      height: 50px;
      left: 0;
      position: absolute;
      width: 100%; }
  .members-multiple0002 .members-content-icon {
    width: clamp(30px, 6vmin, 60px);
    height: clamp(30px, 6vmin, 60px);
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .members-multiple0002 .members-content-icon-text {
    align-self: flex-end;
    display: block;
    flex-shrink: 0;
    position: relative;
    width: 100%;
    z-index: 1; }
  .members-multiple0002 .multiple-games0002.members-content-wrap {
    padding: 40px 0; }
  .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: 16px 0 0 16px; } }
  .multiple-games0002 .main-slider .carousel-btn.carousel-right {
    right: 0; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .carousel-btn.carousel-right {
        border-radius: 0 16px 16px 0; } }
  .multiple-games0002 .main-slider .slider-list {
    align-items: center;
    display: grid;
    grid-template-columns: 100%;
    grid-auto-flow: column; }
    @media (max-width: 768px) {
      .multiple-games0002 .main-slider .slider-list {
        padding: 0; } }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .slider-list {
        grid-template-columns: 1fr 2fr 1fr;
        grid-auto-columns: 0; } }
    @media (min-width: 1400px) {
      .multiple-games0002 .main-slider .slider-list {
        grid-template-columns: 1fr 2fr 1fr; } }
  .multiple-games0002 .main-slider .game {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat; }
  .multiple-games0002 .main-slider .slider-list-item {
    min-width: 100%;
    transition: all .25s ease-in-out;
    width: 100%; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .slider-list-item {
        padding: 0 6px; } }
  .multiple-games0002 .main-slider .games-item, .multiple-games0002 .main-slider .slider-list-item-wrapper {
    display: grid; }
    @media (min-width: 768px) {
      .multiple-games0002 .main-slider .games-item, .multiple-games0002 .main-slider .slider-list-item-wrapper {
        border-radius: 20px; } }
  .multiple-games0002 .main-slider .slider-list-item-wrapper {
    align-items: flex-end; }
    @media (max-width: 768px) {
      .multiple-games0002 .main-slider .slider-list-item-wrapper {
        padding-bottom: 66.3333%; } }
  @media (min-width: 768px) {
    .multiple-games0002 .main-slider .slider-list-item:nth-of-type(2) .slider-list-item-wrapper {
      padding-bottom: 56.3%; } }
  .multiple-games0002 .main-slider .game-box:before {
    background: #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: #F1C02C;
  border-radius: 50px;
  color: #000;
  grid-area: 1 / 1;
  font-size: 12px;
  font-weight: 700;
  justify-self: center;
  margin-bottom: 75px;
  max-width: 160px;
  pointer-events: none;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 20px;
  width: 100%;
  position: absolute; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.members-inner0001 {
  padding: 60px 10px 0;
  width: 100%; }
  .members-inner0001 .container, .members-inner0001 .landing0365 .age-verification-page .main, .landing0365 .age-verification-page .members-inner0001 .main,
  .members-inner0001 .cancel-membership .age-verification-page .main, .cancel-membership .age-verification-page .members-inner0001 .main {
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    max-width: 1360px; }
  .members-inner0001 .members-inner-wrap {
    margin-bottom: clamp(30px, 5vmin, 47px); }
    @media (min-width: 768px) {
      .members-inner0001 .members-inner-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  @media (min-width: 768px) {
    .members-inner0001 .members-inner-featured, .members-inner0001 .members-inner-content {
      width: calc(50% - 15px); } }
  .members-inner0001 .members-inner-featured {
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 20px; }
  .members-inner0001 .members-inner-featured-img {
    display: flex;
    width: 100%;
    height: auto; }
  .members-inner0001 .members-inner-name {
    background-color: #F1C02B;
    color: #000000;
    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, .horny-heroes0001 .main .landing0365 .age-verification-page .main, .landing0365 .age-verification-page .horny-heroes0001 .main .main,
  .horny-heroes0001 .main .cancel-membership .age-verification-page .main, .cancel-membership .age-verification-page .horny-heroes0001 .main .main {
    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%; }

.members0001 .main {
  background-image: url("https://s03.ndcdn.com/compliance-gaming/img/hornygamedelight.cyou/landing/bg_back.jpg") !important;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; }

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

.members0001 .members-navigation-btn {
  font-size: 20px;
  height: 52px;
  line-height: 44px;
  min-width: 182px;
  padding: 0 28px;
  position: relative;
  text-transform: uppercase;
  text-align: center; }

.members0001 .members-username-name {
  font-size: 13px;
  font-weight: 500; }

.members0001 .burger .burger-item, .members0001 .burger::before, .members0001 .burger::after {
  background-color: #FFFFFF; }

.members0001 .logo-header {
  width: initial; }
  .members0001 .logo-header img {
    width: initial; }

.members0001 .play-img {
  max-width: 105px; }

.members-multiple0002 .members-content-pagination-link {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 10px; }
  .members-multiple0002 .members-content-pagination-link.active {
    color: #000000; }

.members-multiple0002 .members-content-pagination-btn {
  padding: 7px 20px;
  font-size: 14px;
  font-weight: 600;
  max-width: 110px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.members-multiple0002 .members-content-icon-text {
  font-size: 16px;
  font-weight: 600; }

.members-multiple0002 .members-header a.members-navigation-btn {
  padding: 7px 30px !important;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase; }

.members-multiple0002 .members-inner-content a.members-navigation-btn {
  padding: 8px 21px !important;
  font-size: 20px; }

.members-multiple0002 .members-username-name {
  font-weight: 500; }

.members-multiple0002 .members-item-title {
  font-weight: 600; }

.games-list.games-list0002 .games-list-content-item::after {
  background: transparent !important; }
