/*==================================================
  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: #FFFFFF; }
  .legal .header {
    background-color: #FFFFFF; }
  .legal .main a,
  .legal .main p,
  .legal .main ul,
  .legal .main li,
  .legal .main span {
    color: #000000; }
  .legal .main h2,
  .legal .main h3,
  .legal .main h4 {
    color: #1D193B; }
  .legal .main a:hover {
    color: #1D193B; }

/*===================================================
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: #1D193B;
  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: 30px;
  border: 1px solid #fff;
  background-color: #000;
  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: #FFFF00; }

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

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

.form-inner {
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  max-width: 410px;
  padding: 0;
  border-radius: 0; }

.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; }
    @media (min-width: 768px) {
      .members-header .header-wrapper > .header-nav {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translateX(-50%); } }
  .members-header .header-wrapper > .members-username {
    margin: 0 40px 0 auto; }
  .members-header .header-wrapper > .members-username {
    display: none; }
    @media (min-width: 768px) {
      .members-header .header-wrapper > .members-username {
        display: flex; } }
  .members-header .header-wrapper .header-nav-list {
    display: none; }

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

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

.members-header {
  background-color: #fff; }
  .members-header .container {
    max-width: 1360px; }
  .members-header .mobile-members-navigation {
    background-color: #212121;
    border-top-color: #1D193B; }
  .members-header .members-username,
  .members-header .header-link {
    color: #fff; }

.members-navigation-btn {
  background-color: transparent;
  color: #fff;
  padding: 15px 18px;
  border-radius: 50px;
  border-width: 3px;
  border-color: #FFFF00;
  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 .landing0480 .login-link, .landing0480 .email-verification .login-link,
  .email-verification .cancel-membership .login-link, .cancel-membership .email-verification .login-link {
    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 {
    background-color: #1D193B;
    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: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .verify-my-age .main-subtitle {
    color: #fff;
    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: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 25px; }
  .verify-my-age .bottom-text {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3; }
    .verify-my-age .bottom-text .bottom-text-span {
      text-transform: uppercase; }
  .verify-my-age .pre-bottom-text {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 0 45px;
    line-height: 1.3; }
  .verify-my-age .verify-my-age-link {
    background-color: #B5B5B5;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 13px;
    max-width: 240px;
    width: 100%; }
  .verify-my-age .verify-my-age-logo-white {
    display: block; }
  .verify-my-age .verify-my-age-logo-black {
    display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================================
  Landing0480
===================================================*/
/*=== Colors ===*/
/*=== Container ===*/
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px; }
  @media (min-width: 768px) {
    .container {
      max-width: 1150px; } }
  @media screen and (min-width: 1264px) {
    .container {
      max-width: 1250px; } }
  @media screen and (min-width: 1400px) {
    .container {
      max-width: 1250px; } }
  @media screen and (min-width: 1600px) {
    .container {
      max-width: 1660px; } }

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

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

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

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

.footer {
  background-color: #1D193B;
  color: #FFFFFF;
  font-size: 10px;
  padding: 20px 0; }
  @media (min-width: 415px) {
    .footer {
      padding: 45px 0 25px; } }
  .footer .footer-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative; }
  .footer .footer-content {
    order: -1; }
  .footer .footer-wrapper,
  .footer .company-info {
    margin: 0 auto;
    width: 100%; }
  .footer .company-info {
    display: block;
    text-align: center; }
  .footer .footer-links {
    display: flex;
    padding: 25px 0;
    justify-content: center; }
  .footer .footer-link {
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 12px;
    text-transform: uppercase; }
  .footer .logo {
    display: none; }
  .footer .custodian-link a {
    color: #FFFFFF;
    display: block;
    margin-top: 8px;
    text-decoration: underline; }

.cancel-membership .main {
  align-items: center;
  background-image: url("https://s03.ndcdn.com/compliance-gaming/img/xxxvideolizard.net/landing/bg.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
  min-height: 75vh;
  padding-top: 50px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 1520px) and (min-height: 718px) {
    .cancel-membership .main {
      min-height: 88vh; } }
  @media screen and (min-width: 1750px) and (min-height: 900px) {
    .cancel-membership .main {
      min-height: 91vh; } }
  @media screen and (min-width: 1900px) and (min-height: 1000px) {
    .cancel-membership .main {
      min-height: 82vh; } }
  .cancel-membership .main::after {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/xxxvideolizard.net/landing/hero.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    content: " ";
    display: none;
    height: 460px;
    position: relative;
    width: 50%; }
    @media screen and (min-width: 1024px) {
      .cancel-membership .main::after {
        display: block;
        margin-right: calc((100vw - 1150px) / 2); } }
    @media screen and (min-width: 1360px) {
      .cancel-membership .main::after {
        width: 50%;
        margin-right: calc((100vw - 1280px) / 2); } }
    @media screen and (min-width: 1750px) {
      .cancel-membership .main::after {
        background-position: right bottom;
        margin-right: calc((100vw - 1650px) / 2); } }

@media screen and (min-width: 1440px) {
  .cancel-membership .container {
    max-width: 1270px; } }

@media screen and (min-width: 1660px) {
  .cancel-membership .container {
    max-width: 1630px; } }

.cancel-membership .cancel-membership-form {
  margin-left: 10%; }

.cancel-membership .cancel-membership-form-title {
  padding: 0; }

.cancel-membership .header-nav {
  display: grid;
  grid-template-columns: 1fr 210px 1fr;
  align-items: center; }
  .cancel-membership .header-nav .logo-img {
    position: relative;
    z-index: 2;
    width: 100%; }
  .cancel-membership .header-nav .login-links {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px; }
  .cancel-membership .header-nav .login-link {
    align-items: center;
    box-shadow: none;
    display: block;
    display: inline-flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 12px; }

.landing0480,
.cancel-membership {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  /*=== Global ===*/
  /*=== Age verification ===*/
  /*=== Cancel memebrship ===*/
  /*=== Header ===*/
  /*=== Intro ===*/
  /*=== Hero ===*/
  /*=== Info ===*/
  /*=== About ===*/
  /*=== Signup, signin, forgot password ===*/
  /*=== error message, consent ===*/
  /*=== Verify My Age, Age verification ===*/ }
  .landing0480 .signin,
  .landing0480 .signup,
  .landing0480 .forgot,
  .cancel-membership .signin,
  .cancel-membership .signup,
  .cancel-membership .forgot {
    display: none; }
  .landing0480 .error_message,
  .cancel-membership .error_message {
    display: block;
    text-align: center;
    margin-bottom: 5px; }
  .landing0480.form-signup .intro,
  .cancel-membership.form-signup .intro {
    display: none; }
  .landing0480.form-signup .signup,
  .cancel-membership.form-signup .signup {
    display: flex; }
  .landing0480.form-signin .intro,
  .cancel-membership.form-signin .intro {
    display: none; }
  .landing0480.form-signin .signin,
  .cancel-membership.form-signin .signin {
    display: flex; }
  .landing0480.form-signin .input::-webkit-input-placeholder,
  .cancel-membership.form-signin .input::-webkit-input-placeholder {
    text-transform: none !important; }
  .landing0480.form-signin .input:-moz-placeholder,
  .cancel-membership.form-signin .input:-moz-placeholder {
    text-transform: none !important; }
  .landing0480.form-signin .input::-moz-placeholder,
  .cancel-membership.form-signin .input::-moz-placeholder {
    text-transform: none !important; }
  .landing0480.form-signin .input:-ms-input-placeholder,
  .cancel-membership.form-signin .input:-ms-input-placeholder {
    text-transform: none !important; }
  .landing0480.forgot-password .intro,
  .cancel-membership.forgot-password .intro {
    display: none; }
  .landing0480.forgot-password .forgot,
  .cancel-membership.forgot-password .forgot {
    display: flex; }
  .landing0480.forgot-password .login-wrapper-text,
  .cancel-membership.forgot-password .login-wrapper-text {
    display: none; }
  .landing0480 > .reset-password-form,
  .cancel-membership > .reset-password-form {
    align-items: center;
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/xxxvideolizard.net/landing/bg.jpg");
    display: flex;
    padding: 85px 0; }
    .landing0480 > .reset-password-form .btn, .landing0480 > .reset-password-form .login-link, .cancel-membership .landing0480 > .reset-password-form .login-link,
    .cancel-membership > .reset-password-form .btn,
    .landing0480 .cancel-membership > .reset-password-form .login-link,
    .cancel-membership > .reset-password-form .login-link {
      cursor: pointer; }
  .landing0480 .button,
  .landing0480 .btn,
  .landing0480 .login-link,
  .landing0480 .cancel-membership-form-submit,
  .cancel-membership .button,
  .cancel-membership .btn,
  .cancel-membership .login-link,
  .cancel-membership .cancel-membership-form-submit {
    border-radius: 50px;
    border: 4px solid #FFFF00;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color ease .3s; }
  .landing0480 .button-large,
  .landing0480 .btn,
  .landing0480 .login-link,
  .cancel-membership .button-large,
  .cancel-membership .btn,
  .cancel-membership .login-link {
    font-size: 18px;
    padding: 17px;
    max-width: 255px;
    width: 100%; }
  .landing0480 .cancel-membership-form-submit,
  .cancel-membership .cancel-membership-form-submit {
    font-size: 18px;
    margin-top: 35px;
    padding: 17px;
    width: 100%; }
  .landing0480 .button-small,
  .cancel-membership .button-small {
    font-size: 14px;
    padding: 15px 25px; }
  .landing0480 .button-primary,
  .landing0480 .btn,
  .landing0480 .login-link,
  .landing0480 .cancel-membership-form-submit,
  .cancel-membership .button-primary,
  .cancel-membership .btn,
  .cancel-membership .login-link,
  .cancel-membership .cancel-membership-form-submit {
    background-color: #1D193B;
    color: #FFFFFF; }
    .landing0480 .button-primary:hover,
    .landing0480 .btn:hover,
    .landing0480 .login-link:hover,
    .landing0480 .cancel-membership-form-submit:hover,
    .cancel-membership .button-primary:hover,
    .cancel-membership .btn:hover,
    .cancel-membership .login-link:hover,
    .cancel-membership .cancel-membership-form-submit:hover {
      background-color: #FF148B;
      border-color: #FF148B;
      color: #fff; }
  .landing0480 .button-secondary,
  .cancel-membership .button-secondary {
    background-color: #F4F4F4;
    border-color: #F4F4F4;
    color: #000000; }
    .landing0480 .button-secondary:hover,
    .cancel-membership .button-secondary:hover {
      background-color: #e6e6e6;
      border-color: #F4F4F4;
      color: #000000; }
  .landing0480 .button-white,
  .cancel-membership .button-white {
    background-color: #fff;
    border-color: transparent;
    color: #000; }
    .landing0480 .button-white:hover,
    .cancel-membership .button-white:hover {
      background-color: #E3180E;
      color: #fff; }
  .landing0480 .age-verification-page,
  .cancel-membership .age-verification-page {
    display: flex;
    flex-direction: column; }
    .landing0480 .age-verification-page .main,
    .cancel-membership .age-verification-page .main {
      background-image: url("https://s03.ndcdn.com/compliance-gaming/img/xxxvideolizard.net/landing/bg.jpg") !important;
      background-position: center top;
      background-repeat: no-repeat;
      background-size: cover;
      padding-top: 100px;
      padding-bottom: 200px; }
  .landing0480 .main,
  .landing0480 .age-verification-page,
  .cancel-membership .main,
  .cancel-membership .age-verification-page {
    flex-grow: 1; }
  .landing0480 .age-verification-wrapper,
  .cancel-membership .age-verification-wrapper {
    color: #fff;
    margin: 10px auto 0;
    max-width: 280px;
    padding: 0 15px;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0480 .age-verification-wrapper,
      .cancel-membership .age-verification-wrapper {
        margin: 20px auto 0; } }
  .landing0480 .age-verification-title,
  .cancel-membership .age-verification-title {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .landing0480 .age-verification-title,
      .cancel-membership .age-verification-title {
        margin-bottom: 50px; } }
  .landing0480 .age-verification-btn,
  .cancel-membership .age-verification-btn {
    background-color: #E3180E;
    border: 3px solid #E3180E;
    color: #fff;
    border-radius: 50px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 18px; }
    .landing0480 .age-verification-btn:hover,
    .cancel-membership .age-verification-btn:hover {
      border: 3px solid #E3180E; }
    .landing0480 .age-verification-btn:last-of-type,
    .cancel-membership .age-verification-btn:last-of-type {
      background-color: #F4F4F4;
      border: 3px solid #F4F4F4;
      color: #000; }
  .landing0480 .cancel-membership-form-title,
  .cancel-membership .cancel-membership-form-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0480 .cancel-membership-form-title,
      .cancel-membership .cancel-membership-form-title {
        font-size: 32px; } }
  .landing0480 .cancel-membership-form-desc,
  .cancel-membership .cancel-membership-form-desc {
    color: #fff;
    font-size: 12px;
    line-height: 1.25;
    margin: 0 auto 15px;
    max-width: 360px;
    text-align: center; }
  .landing0480 .cancel-membership-form,
  .cancel-membership .cancel-membership-form {
    margin: 100px auto;
    max-width: 440px;
    padding: 0 15px; }
  .landing0480 .cancel-membership-form-close-link-wrap,
  .cancel-membership .cancel-membership-form-close-link-wrap {
    margin-top: 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .landing0480 .cancel-membership-form-close-link-wrap,
      .cancel-membership .cancel-membership-form-close-link-wrap {
        margin-top: 45px; } }
  .landing0480 .cancel-membership-form-close-link,
  .cancel-membership .cancel-membership-form-close-link {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline; }
  .landing0480 .header,
  .cancel-membership .header {
    width: 100%;
    padding-top: 15px;
    position: absolute;
    z-index: 2; }
  .landing0480 .header-nav,
  .cancel-membership .header-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative; }
  .landing0480 .logo-header,
  .cancel-membership .logo-header {
    max-width: 150px;
    width: 100%; }
    @media (min-width: 768px) {
      .landing0480 .logo-header,
      .cancel-membership .logo-header {
        position: absolute;
        left: 50%;
        max-width: 270px;
        top: 0;
        transform: translateX(-50%); } }
  .landing0480 .login-links,
  .cancel-membership .login-links {
    margin: 15px 0 0 auto; }
  .landing0480 .login-link,
  .cancel-membership .login-link {
    font-size: 14px;
    letter-spacing: 1.4px;
    max-width: 100%;
    padding: 15px 0;
    width: 110px; }
  .landing0480 .intro,
  .cancel-membership .intro {
    background-color: #1D193B; }
  .landing0480 .hero,
  .cancel-membership .hero {
    width: 100%;
    margin: 0 auto;
    padding: 155px 0 188px; }
    .landing0480 .hero .container,
    .cancel-membership .hero .container {
      max-width: 1660px; }
  .landing0480 .hero-content,
  .cancel-membership .hero-content {
    background-repeat: no-repeat;
    background-position: center; }
    @media (min-width: 768px) {
      .landing0480 .hero-content,
      .cancel-membership .hero-content {
        align-items: center;
        display: flex;
        justify-content: space-between; } }
  .landing0480 .hero-content-text,
  .cancel-membership .hero-content-text {
    display: flex;
    flex-direction: column;
    position: relative;
    /* Dodano za bolju kontrolu pozicije teksta */
    z-index: 1;
    /* Osigurava da tekst bude ispred slike */ }
    .landing0480 .hero-content-text .btn, .landing0480 .hero-content-text .login-link,
    .cancel-membership .hero-content-text .btn,
    .cancel-membership .hero-content-text .login-link {
      padding: 15px 0; }
      @media screen and (min-width: 1920px) and (min-height: 1080px) {
        .landing0480 .hero-content-text .btn, .landing0480 .hero-content-text .login-link,
        .cancel-membership .hero-content-text .btn,
        .cancel-membership .hero-content-text .login-link {
          padding: 20px 0; } }
    .landing0480 .hero-content-text .cta-link,
    .cancel-membership .hero-content-text .cta-link {
      margin-top: 20px; }
  .landing0480 .hero-title,
  .cancel-membership .hero-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 1.16px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .landing0480 .hero-title,
      .cancel-membership .hero-title {
        font-size: 30px; } }
    @media (min-width: 1280px) {
      .landing0480 .hero-title,
      .cancel-membership .hero-title {
        font-size: 50px;
        margin-bottom: 54px; } }
    @media (min-width: 1525px) {
      .landing0480 .hero-title,
      .cancel-membership .hero-title {
        font-size: 58px; } }
    .landing0480 .hero-title span,
    .cancel-membership .hero-title span {
      color: #FFFF00;
      display: block;
      font-size: 58px;
      font-weight: 700;
      text-transform: uppercase;
      white-space: nowrap; }
      @media screen and (min-width: 1920px) and (min-height: 945px) {
        .landing0480 .hero-title span,
        .cancel-membership .hero-title span {
          font-size: 85px; } }
  .landing0480 .hero-des,
  .cancel-membership .hero-des {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 20px; }
    @media (min-width: 1280px) {
      .landing0480 .hero-des,
      .cancel-membership .hero-des {
        font-size: 26px; } }
  .landing0480 .hero-list,
  .cancel-membership .hero-list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.3; }
  .landing0480 .hero-list__item,
  .cancel-membership .hero-list__item {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    @media screen and (min-width: 1550px) and (min-height: 720px) {
      .landing0480 .hero-list__item,
      .cancel-membership .hero-list__item {
        font-size: 15px; } }
    @media (min-width: 1525px) {
      .landing0480 .hero-list__item,
      .cancel-membership .hero-list__item {
        font-size: 26px; } }
  .landing0480 .hero-list__item::before,
  .cancel-membership .hero-list__item::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #FFFF00;
    border-radius: 50%;
    margin-right: 10px; }
  .landing0480 .hero-content-image,
  .cancel-membership .hero-content-image {
    display: flex; }
  .landing0480 .login-wrapper-text,
  .cancel-membership .login-wrapper-text {
    font-size: 12px;
    color: #fff;
    margin-right: 5px; }
  .landing0480 .info,
  .cancel-membership .info {
    padding-bottom: 30px;
    text-align: center;
    position: relative; }
    @media (min-width: 768px) {
      .landing0480 .info,
      .cancel-membership .info {
        padding-bottom: 70px; }
        .landing0480 .info .button,
        .cancel-membership .info .button {
          bottom: 0;
          left: 50%;
          position: absolute;
          transform: translate(-50%, 50%); } }
  .landing0480 .info-img-wrapper,
  .cancel-membership .info-img-wrapper {
    max-width: 1560px;
    margin: 0 auto 50px;
    padding: 0 20px;
    width: 100%; }
    .landing0480 .info-img-wrapper img,
    .cancel-membership .info-img-wrapper img {
      border: 6px solid #FFFF00;
      border-radius: 40px;
      display: flex;
      width: 100%; }
    @media (min-width: 768px) {
      .landing0480 .info-img-wrapper,
      .cancel-membership .info-img-wrapper {
        display: flex;
        grid-gap: 40px;
        margin: -50px auto 86px; } }
    @media (min-width: 1280px) {
      .landing0480 .info-img-wrapper,
      .cancel-membership .info-img-wrapper {
        margin-top: -90px; } }
  .landing0480 .info-text,
  .cancel-membership .info-text {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 25px; }
    @media (min-width: 768px) {
      .landing0480 .info-text,
      .cancel-membership .info-text {
        font-size: 40px;
        margin: 0 auto 35px;
        max-width: 890px; } }
  .landing0480 .about,
  .cancel-membership .about {
    background-color: #000;
    padding: 70px 0 50px; }
    .landing0480 .about .button-large,
    .cancel-membership .about .button-large {
      width: 235px;
      height: 72px;
      font-size: 25px;
      padding: 15px; }
  .landing0480 .about-content,
  .cancel-membership .about-content {
    text-align: center; }
  .landing0480 .about-content-img .img-item,
  .cancel-membership .about-content-img .img-item {
    height: 100%; }
    .landing0480 .about-content-img .img-item img,
    .cancel-membership .about-content-img .img-item img {
      max-width: 1268px;
      width: 100%;
      height: 100%; }
  .landing0480 .about-content-text,
  .cancel-membership .about-content-text {
    text-align: center; }
  .landing0480 .about-des,
  .cancel-membership .about-des {
    color: #fff;
    font-size: 20px;
    margin: 40px 0;
    line-height: 1.3; }
    @media (min-width: 1280px) {
      .landing0480 .about-des,
      .cancel-membership .about-des {
        font-size: 40px;
        margin: 40px auto 30px;
        max-width: 67%; } }
  .landing0480 .signup,
  .landing0480 .signin,
  .landing0480 .forgot,
  .cancel-membership .signup,
  .cancel-membership .signin,
  .cancel-membership .forgot {
    background-size: auto;
    background-position: center top;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 100px; }
    .landing0480 .signup .login-wrapper,
    .landing0480 .signin .login-wrapper,
    .landing0480 .forgot .login-wrapper,
    .cancel-membership .signup .login-wrapper,
    .cancel-membership .signin .login-wrapper,
    .cancel-membership .forgot .login-wrapper {
      display: flex;
      margin-left: auto;
      text-align: center; }
    .landing0480 .signup .label,
    .landing0480 .signin .label,
    .landing0480 .forgot .label,
    .cancel-membership .signup .label,
    .cancel-membership .signin .label,
    .cancel-membership .forgot .label {
      color: #fff; }
    .landing0480 .signup .form-field-wrapper,
    .landing0480 .signin .form-field-wrapper,
    .landing0480 .forgot .form-field-wrapper,
    .cancel-membership .signup .form-field-wrapper,
    .cancel-membership .signin .form-field-wrapper,
    .cancel-membership .forgot .form-field-wrapper {
      position: relative; }
      .landing0480 .signup .form-field-wrapper.has_error .label,
      .landing0480 .signin .form-field-wrapper.has_error .label,
      .landing0480 .forgot .form-field-wrapper.has_error .label,
      .cancel-membership .signup .form-field-wrapper.has_error .label,
      .cancel-membership .signin .form-field-wrapper.has_error .label,
      .cancel-membership .forgot .form-field-wrapper.has_error .label {
        top: 60%; }
    @media (min-width: 768px) {
      .landing0480 .signup,
      .landing0480 .signin,
      .landing0480 .forgot,
      .cancel-membership .signup,
      .cancel-membership .signin,
      .cancel-membership .forgot {
        position: relative; } }
  .landing0480 .signup-form-wrapper,
  .landing0480 .signin-form-wrapper,
  .landing0480 .forgot-form-wrapper,
  .cancel-membership .signup-form-wrapper,
  .cancel-membership .signin-form-wrapper,
  .cancel-membership .forgot-form-wrapper {
    color: #fff;
    margin: 0 auto;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 130px; }
    @media (min-width: 1280px) {
      .landing0480 .signup-form-wrapper,
      .landing0480 .signin-form-wrapper,
      .landing0480 .forgot-form-wrapper,
      .cancel-membership .signup-form-wrapper,
      .cancel-membership .signin-form-wrapper,
      .cancel-membership .forgot-form-wrapper {
        display: flex;
        justify-content: space-between; } }
  .landing0480 .signup-form,
  .cancel-membership .signup-form {
    max-width: 422px; }
  .landing0480 .registration-form,
  .landing0480 .login-form,
  .landing0480 .forgot-password-form,
  .cancel-membership .registration-form,
  .cancel-membership .login-form,
  .cancel-membership .forgot-password-form {
    max-width: 300px;
    margin: 0 auto; }
  .landing0480 .signup-form-title,
  .landing0480 .signin-form-title,
  .landing0480 .forgot-form-title,
  .cancel-membership .signup-form-title,
  .cancel-membership .signin-form-title,
  .cancel-membership .forgot-form-title {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .landing0480 .signup-form-title,
      .landing0480 .signin-form-title,
      .landing0480 .forgot-form-title,
      .cancel-membership .signup-form-title,
      .cancel-membership .signin-form-title,
      .cancel-membership .forgot-form-title {
        font-size: 32px; } }
  .landing0480 .signup-form-title,
  .cancel-membership .signup-form-title {
    margin: 0 0 35px; }
  .landing0480 .signin-form-subtitle,
  .cancel-membership .signin-form-subtitle {
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto 20px;
    text-align: center; }
    @media (min-width: 768px) {
      .landing0480 .signin-form-subtitle,
      .cancel-membership .signin-form-subtitle {
        font-size: 20px; } }
  .landing0480 .form-field-wrapper,
  .landing0480 .cancel-membership-form-field,
  .cancel-membership .form-field-wrapper,
  .cancel-membership .cancel-membership-form-field {
    margin-bottom: 10px; }
  .landing0480 .cancel-membership-form-field,
  .landing0480 .cancel-membership-form-submit-wrap,
  .cancel-membership .cancel-membership-form-field,
  .cancel-membership .cancel-membership-form-submit-wrap {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .landing0480 .label,
  .landing0480 .cancel-membership-form-label,
  .cancel-membership .label,
  .cancel-membership .cancel-membership-form-label {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }
  .landing0480 .cancel-membership-form-label,
  .cancel-membership .cancel-membership-form-label {
    color: #fff; }
  .landing0480 .input,
  .landing0480 .cancel-membership-form-input,
  .cancel-membership .input,
  .cancel-membership .cancel-membership-form-input {
    border: none;
    border-radius: 50px;
    background-color: #F4F4F4;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.16);
    color: #000;
    display: block;
    font-size: 16px;
    padding: 15px;
    text-align-last: center;
    text-align: center;
    text-transform: none;
    width: 100%; }
    .landing0480 .input::-webkit-input-placeholder,
    .landing0480 .cancel-membership-form-input::-webkit-input-placeholder,
    .cancel-membership .input::-webkit-input-placeholder,
    .cancel-membership .cancel-membership-form-input::-webkit-input-placeholder {
      color: #000;
      text-transform: uppercase; }
    .landing0480 .input:-moz-placeholder,
    .landing0480 .cancel-membership-form-input:-moz-placeholder,
    .cancel-membership .input:-moz-placeholder,
    .cancel-membership .cancel-membership-form-input:-moz-placeholder {
      color: #000;
      text-transform: uppercase; }
    .landing0480 .input::-moz-placeholder,
    .landing0480 .cancel-membership-form-input::-moz-placeholder,
    .cancel-membership .input::-moz-placeholder,
    .cancel-membership .cancel-membership-form-input::-moz-placeholder {
      color: #000;
      text-transform: uppercase; }
    .landing0480 .input:-ms-input-placeholder,
    .landing0480 .cancel-membership-form-input:-ms-input-placeholder,
    .cancel-membership .input:-ms-input-placeholder,
    .cancel-membership .cancel-membership-form-input:-ms-input-placeholder {
      color: #000;
      text-transform: uppercase; }
  .landing0480 .cta-wrapper,
  .cancel-membership .cta-wrapper {
    margin-top: 35px;
    position: relative;
    text-align: center; }
  .landing0480 .cta-wrapper-navigation,
  .cancel-membership .cta-wrapper-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 27px; }
    .landing0480 .cta-wrapper-navigation a,
    .cancel-membership .cta-wrapper-navigation a {
      font-size: 12px;
      color: #fff; }
      .landing0480 .cta-wrapper-navigation a:hover,
      .cancel-membership .cta-wrapper-navigation a:hover {
        color: #E3180E; }
  .landing0480 .videos-list0001 img,
  .cancel-membership .videos-list0001 img {
    width: 100%; }
  .landing0480 .form-field-wrapper.terms-agree,
  .cancel-membership .form-field-wrapper.terms-agree {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-template-rows: auto auto;
    width: 100%;
    margin-bottom: 0;
    max-width: 100%; }
    .landing0480 .form-field-wrapper.terms-agree .error_message,
    .cancel-membership .form-field-wrapper.terms-agree .error_message {
      color: #E3180E;
      font-size: 12px;
      font-weight: 400;
      grid-column: 1 / -1;
      text-align: center;
      display: block; }
  .landing0480 .agree-with-terms-checkbox,
  .cancel-membership .agree-with-terms-checkbox {
    background-color: transparent;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #FFFF00;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    margin-right: 10px; }
  .landing0480 .agree-with-terms-checkbox:checked::before,
  .cancel-membership .agree-with-terms-checkbox:checked::before {
    content: '';
    position: absolute;
    background-color: #FFFF00;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
    border-radius: 50%; }
  .landing0480 .agree-with-terms-label,
  .cancel-membership .agree-with-terms-label {
    color: #fff;
    font-size: 11px;
    grid-column: 2;
    display: inline-flex;
    align-items: center; }
    .landing0480 .agree-with-terms-label a,
    .cancel-membership .agree-with-terms-label a {
      color: #fff; }
  .landing0480 .form-field-wrapper.terms-agree input[type="checkbox"],
  .landing0480 .form-field-wrapper.terms-agree label,
  .cancel-membership .form-field-wrapper.terms-agree input[type="checkbox"],
  .cancel-membership .form-field-wrapper.terms-agree label {
    display: inline-flex;
    align-items: center; }
  .landing0480 .age-verification-vma,
  .cancel-membership .age-verification-vma {
    background-color: #1D193B;
    align-self: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh; }
    .landing0480 .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;
      padding-top: 120px; }
    .landing0480 .age-verification-vma-content,
    .cancel-membership .age-verification-vma-content {
      border-radius: 0;
      max-width: 750px;
      width: 100%;
      padding: 30px; }
    .landing0480 .age-verification-vma-title,
    .cancel-membership .age-verification-vma-title {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      line-height: 1.3; }
      .landing0480 .age-verification-vma-title span,
      .cancel-membership .age-verification-vma-title span {
        display: block; }
    .landing0480 .age-verification-vma-text,
    .cancel-membership .age-verification-vma-text {
      max-width: 550px;
      width: 100%;
      margin: 0 auto; }
    .landing0480 .age-verification-vma-heading,
    .cancel-membership .age-verification-vma-heading {
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      line-height: 1.2; }
    .landing0480 .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; }
      .landing0480 .age-verification-vma-description a,
      .cancel-membership .age-verification-vma-description a {
        color: inherit; }
      .landing0480 .age-verification-vma-description span,
      .cancel-membership .age-verification-vma-description span {
        text-decoration: underline; }
    .landing0480 .age-verification-vma-info,
    .cancel-membership .age-verification-vma-info {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2;
      margin: 20px auto 0;
      max-width: 440px; }
    .landing0480 .age-verification-vma-footer,
    .cancel-membership .age-verification-vma-footer {
      padding-top: 20px; }
    .landing0480 .age-verification-vma-footer-text,
    .cancel-membership .age-verification-vma-footer-text {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2; }
    .landing0480 .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; }
    .landing0480 .age-verification-vma-no, .landing0480 .age-verification-vma-yes,
    .cancel-membership .age-verification-vma-no,
    .cancel-membership .age-verification-vma-yes {
      align-items: center;
      background-color: #1D193B;
      border: 4px solid #FFFF00;
      border-radius: 50px;
      box-shadow: none;
      color: #fff;
      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; }
    .landing0480 .age-verification-vma-no,
    .cancel-membership .age-verification-vma-no {
      background-color: #222222;
      border: 3px solid #222222;
      color: #fff; }
    .landing0480 .age-verification-vma-link,
    .cancel-membership .age-verification-vma-link {
      color: #fff; }

/*==================================================
  Payment
===================================================*/
/*=== Colors ===*/
.payment {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .payment .header {
    position: absolute;
    width: 100%;
    z-index: 2; }
  .payment .header-nav {
    padding: 30px 0; }
  .payment .logo-header img {
    width: 270px; }
  .payment .main {
    background-image: url("https://s03.ndcdn.com/compliance-gaming/img/xxxvideolizard.net/landing/bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    padding-top: 100px;
    position: relative; }
  .payment .main-wrapper {
    padding: 0 15px 30px; }
    @media (min-width: 1410px) {
      .payment .main-wrapper {
        padding-bottom: 0; } }
  .payment .payment-img-grid {
    display: none; }
  .payment .img-grid-item {
    margin: 0; }
  .payment .payment-form {
    width: 100%; }
  .payment .payment-title {
    display: none; }
  .payment .iframe-wrapper {
    padding-top: 30px;
    position: relative;
    z-index: 2; }
  .payment iframe {
    border: none;
    height: 820px;
    margin: 0;
    width: 100%; }
  .payment .signup_form {
    padding-top: 50px; }

.videos-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between; }
  .videos-list .container {
    margin: 0 auto;
    max-width: 1450px;
    width: 100%; }
  .videos-list .videos-list-content-wrap {
    padding: 50px 0;
    position: relative; }
  .videos-list .videos-list-content-title {
    color: #fff;
    font-size: clamp(28px, 4vmin, 35px);
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase; }
  .videos-list .videos-list-content-image {
    border-width: 0;
    border-radius: 20px; }
  .videos-list .videos-list-content-item {
    border-radius: 20px; }
  .videos-list .videos-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%; }
  .videos-list .videos-list-content-text {
    display: block;
    font-size: clamp(28px, 4.3vmin, 35px);
    font-weight: 700;
    width: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 100%;
    text-transform: uppercase; }
  .videos-list .videos-list-content-text-decor {
    font-size: inherit; }

.videos-list0001 {
  /* option add 'lorem ipsum' in the box of image */ }
  .videos-list0001 .videos-list-content-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    margin-bottom: 30px; }
  .videos-list0001 .videos-list-content-ul {
    display: flex;
    flex-wrap: wrap; }
  .videos-list0001 .videos-list-content-ul-item {
    align-items: center;
    display: flex;
    gap: 10px;
    position: relative; }
    .videos-list0001 .videos-list-content-ul-item::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Ccircle id='Ellipse_2' data-name='Ellipse 2' cx='5' cy='5' r='5' fill=''/%3E%3C/svg%3E");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: ' ';
      display: block;
      flex-shrink: 0;
      position: relative; }
  .videos-list0001 .videos-list-content-wrap {
    margin: 0 auto;
    width: 100%; }
    @media screen and (min-width: 1560px) {
      .videos-list0001 .videos-list-content-wrap {
        max-width: 100%; } }
  .videos-list0001 .video-list-content-item {
    position: relative;
    width: 100%;
    height: 100%; }
  .videos-list0001 .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .videos-list0001 .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 10px;
    text-align: center; }
  .videos-list0001 .image-text {
    font-size: 14px;
    font-weight: bold; }
  .videos-list0001 .videos-list-content-ul-item-name {
    font-size: 13px; }

.video-multiple0021 {
  /*=== Colors ===*/
  /*=== Container ===*/ }
  .video-multiple0021 .container {
    margin: 0 auto;
    width: 100%; }
    @media (min-width: 768px) {
      .video-multiple0021 .container {
        max-width: 1150px; } }
    @media screen and (min-width: 1264px) {
      .video-multiple0021 .container {
        max-width: 1350px; } }
    @media screen and (min-width: 1400px) {
      .video-multiple0021 .container {
        max-width: 1350px; } }
    @media screen and (min-width: 1600px) {
      .video-multiple0021 .container {
        max-width: 1400px; } }
  .video-multiple0021 .members-header {
    background-color: #1D193B;
    padding: 35px 0; }
    .video-multiple0021 .members-header .members-navigation-btn {
      font-size: 14px;
      letter-spacing: 1.4px;
      text-transform: uppercase; }
    .video-multiple0021 .members-header .logo-header img {
      max-width: 430px; }
  .video-multiple0021 .video-multi-section {
    padding: 0; }
  .video-multiple0021 .video-content {
    position: relative;
    width: 100%; }
  .video-multiple0021 .video-content-header {
    background-color: #FFFF00; }
  .video-multiple0021 .video-content-header-title {
    color: #271341;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0; }
  .video-multiple0021 .video-content.hero {
    background-color: #1D193B;
    padding: 50px 0; }
  .video-multiple0021 .video-content-text {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .video-multiple0021 .video-content-title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase; }
  .video-multiple0021 .video-last-update-text {
    font-size: 16px;
    font-weight: 600;
    color: #000000; }
  .video-multiple0021 .video-content-date {
    background-color: #000000;
    border-radius: 50px;
    padding: 7px 20px;
    margin-top: 7px; }
  .video-multiple0021 .video-last-update-date {
    color: #000000;
    font-size: 16px;
    font-weight: 600; }
  .video-multiple0021 .video-gallery-wrapp.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    padding-top: 30px; }
  .video-multiple0021 .video-gallery-wrapp.grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    padding-top: 30px; }
  .video-multiple0021 .video-item {
    background-color: #FFFFFF;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    height: 300px;
    position: relative;
    overflow: hidden; }
    .video-multiple0021 .video-item .video-content-image {
      border-radius: 20px 20px 0 0; }
    .video-multiple0021 .video-item .video-content-icon {
      width: 85px;
      border-radius: 10px; }
  .video-multiple0021 .video-item-link {
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -41%);
    width: 87px;
    height: 82px; }
  .video-multiple0021 .video-item-info {
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    width: 100%;
    padding: 10px 15px 5px;
    height: 60px; }
  .video-multiple0021 .video-item-icon-text {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    width: 80%;
    word-wrap: break-word; }
  .video-multiple0021 .video-item-icon-video-duration {
    color: #000000;
    font-size: 13px;
    font-weight: 400; }
  .video-multiple0021 .video-content-bottom {
    background-color: #1D193B;
    padding: 50px 0; }
    .video-multiple0021 .video-content-bottom .video-item-info {
      background-color: #FFFFFF;
      color: #000000; }
    .video-multiple0021 .video-content-bottom .video-item-icon-text {
      color: #000000; }
    .video-multiple0021 .video-content-bottom .video-item-icon-video-duration {
      color: #000000; }
    .video-multiple0021 .video-content-bottom .video-content-bottom-title {
      color: #fff;
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase; }
  .video-multiple0021 .video-paginations {
    padding-top: 30px;
    display: flex; }
    .video-multiple0021 .video-paginations .members-content-pagination-items {
      background-color: #55526B;
      border-radius: 5px;
      display: flex;
      max-width: fit-content;
      width: 100%;
      font-size: 18px;
      color: #AAAAAA; }
    .video-multiple0021 .video-paginations .members-content-pagination-btn,
    .video-multiple0021 .video-paginations .members-content-pagination-link {
      margin: 0 3px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
    .video-multiple0021 .video-paginations .members-content-pagination-link {
      background-color: transparent;
      color: #fff; }
      .video-multiple0021 .video-paginations .members-content-pagination-link.active {
        background-color: #FFFF00;
        color: #271341; }
    .video-multiple0021 .video-paginations .members-content-pagination-btn {
      text-align: center;
      cursor: pointer;
      background-color: #FFFF00;
      color: #271341;
      margin: 0;
      padding: 3px 0; }
      .video-multiple0021 .video-paginations .members-content-pagination-btn.disabled {
        cursor: not-allowed;
        pointer-events: none;
        color: #FFFFFF;
        border-color: #FFFFFF;
        background-color: transparent;
        width: 0;
        height: 0; }
        .video-multiple0021 .video-paginations .members-content-pagination-btn.disabled .arrow {
          display: none; }
    .video-multiple0021 .video-paginations .arrow {
      font-size: 18px;
      font-weight: 400;
      transform: scaleY(1.7);
      line-height: 100%; }
  .video-multiple0021 .video-clip0021 {
    width: 100%; }
    .video-multiple0021 .video-clip0021 .video-clip-wrapp {
      background-color: #271341;
      padding: 50px 0; }
    .video-multiple0021 .video-clip0021 .video-description {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      padding-top: 20px; }
    .video-multiple0021 .video-clip0021 a.video-record-link {
      color: #fff;
      font-size: 12px;
      text-decoration: underline; }
    .video-multiple0021 .video-clip0021 #video1 {
      width: 100%; }
    .video-multiple0021 .video-clip0021 .video-clip-item {
      max-width: 1000px;
      margin: 0 auto; }
    .video-multiple0021 .video-clip0021 .video1-dimensions {
      width: 1240px;
      height: 563px; }
    .video-multiple0021 .video-clip0021 .video-js .vjs-tech {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      transform: translate(0, 0); }
