@charset "UTF-8";
/*=========================  BACKGROUND COLOR SCHEME ==============================*/
/*==========================  FONT COLOR SCHEME ===================================*/
/*==========================  BUTTON COLOR SCHEME ==================================*/
/*==========================  BORDER RADIUS SCHEME ==================================*/
/*==========================  Notification colors ==================================*/
/*==========================  Font family ============================================*/
/*=== Setup column variables ===*/
/*=========================  BACKGROUND COLOR SCHEME ==============================*/
/*==========================  FONT COLOR SCHEME ===================================*/
/*==========================  BUTTON COLOR SCHEME ==================================*/
/*==========================  BORDER RADIUS SCHEME ==================================*/
/*==========================  Notification colors ==================================*/
/*==========================  Font family ============================================*/
/** 
 * Use this variables if you want different element styles.
 * If variables are not defined default style will be used.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  font-weight: normal;
  font-style: normal; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  line-height: 1;
  margin: 0;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

button {
  cursor: pointer; }

a {
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.container {
  margin: 0 auto; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

* {
  box-sizing: border-box;
  text-decoration: none; }

input,
select,
textarea,
textarea:focus,
input:focus,
button:focus {
  outline: 0; }

/*remove outline on webkit-browsers on focus state*/
textarea:focus {
  outline: 0px !important;
  -webkit-appearance: none; }

/*fix iphone*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none; }

/*remove all dotted outlines from project*/
a, a:hover, a:focus, a:active, button, button:hover, button:focus, button:active {
  outline: 0px !important; }

/*remove dotted border on checkbox*/
input[type="checkbox"]:focus {
  border: 0 !important;
  outline: none !important; }

/*remove the default bevel/glass gradient css style from form buttons in iOS*/
input[type='submit'] {
  -webkit-appearance: none; }

select {
  -webkit-appearance: none; }

.reset_margin {
  margin: 0px !important; }

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

.show {
  display: block !important;
  visibility: visible !important; }

.active {
  display: block;
  visibility: visible; }

.block {
  display: block !important; }

.left, .pull_left {
  float: left; }

.right, .pull_right {
  float: right; }

.uppercase {
  text-transform: uppercase; }

.first_letter_uppercase:first-letter {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.has_error input,
.has_error select {
  border: 1px solid red !important; }

.invisible {
  opacity: 0; }

.error_message {
  position: relative;
  color: red;
  display: inline-block;
  width: 100%;
  font-size: 12px; }
  .error_message:first-letter {
    text-transform: uppercase; }

.full_width {
  width: 100%; }

.half_width {
  width: 50%; }

.half_width-1 {
  width: 49%; }

.clearfix {
  clear: both; }

.margin_auto {
  margin: 0 auto; }

.hide_from_screen {
  left: -10000px !important;
  position: absolute !important; }

.js_optional_buttons.hide {
  display: none; }

/**************************************** GLOBAL VARIABLES ****************************************/
/**************************************** SPRITE IMAGES DIMENSION ****************************************/
/*add dimensions to sprite images*/
/**************************************** BREAAKPOINT ****************************************/
/*chose breakpoint and put in mixin*/
/*@include breakpoint(xs); for mobile device*/
/**************************************** PLACEHOLDER ****************************************/
/*show element depend from size*/
/**************************************** PLACEHOLDER ****************************************/
/*optional add color, line-height or font-size*/
/**************************************** ROTATE ****************************************/
/**************************************** TRANSLATE ****************************************/
/**************************************** TRASNITION ****************************************/
/*******************************  Transparent bg with alpha filter*****************************/
/*********************************** element POSITION CENTER **************************************/
/*default value is full which put absolute ceneter element OPTIONAL argumet is top*/
/**************************************** block POSITION CENTER ****************************************/
/*add bow for wrapper with text which contain class ".center_text" text and include mixin on warapper*/
/**************************************** TRIANGLE on chat win ****************************************/
/**************************************** ELLIPSIS ****************************************/
/*add three dots(...) on the end of text, for custom number of columns*/
/*line cound depen how many line we will have*/
/*this work on new browsers*/
/**************************************** FAVORITE star ****************************************/
/**************************************** SAMPLE ****************************************/
/*disable text selection*/
/**************************************** border radius ****************************************/
/*border radius CUSTOM*/
/**************************************** GRADIENT ****************************************/
/**************************************** gradient transparency ****************************************/
/**************************************** CIRCLE ****************************************/
/**************************************** OPACITY ****************************************/
/**************************************** CLEARFIX ****************************************/
/**************************************** SAMPLE ****************************************/
/*this mixin we use to include online green circle for partial online*/
/**************************************** SAMPLE ****************************************/
/*add arrow for select field*/
/**************************************** SAMPLE ****************************************/
/*break html element in new line*/
/************************* Put element in middle of screen ****************************/
/*center content inside some wrapper*/
/*just declare */
/**************************************** BOX shadow ****************************************/
/**************************************** SAMPLE ****************************************/
/*include mixin before backgroud color declaration*/
/*MUST HAVE background-color NO background*/
/**************************************** custom loader ****************************************/
/*custom loader*/
/**************************************** SAMPLE ****************************************/
/*you need add in HTML data-tooltip parametar*/
/**************************************** text rendering ****************************************/
/**************************************** GRID LAYOUT ****************************************/
/*====================================================
LAYOUT SETUP: Width column, left-padding column
====================================================*/
/*=== Print out each class   ===*/
/*====================================================
Mixin for setup form elements fields
parametars 1. width form_group el, 2. height, 3.padding left and right ( optional, font size for form fields
====================================================*/
/*opacity mixin*/
.disabled,
[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/*italic thin font*/
/*light font*/
/*italic light font*/
/*regular font*/
/*regular italic font*/
/*medium font*/
/*medium italic font*/
/*bold font*/
/*bold italic font*/
/*ULTRA bold font*/
/*ULTRA bold italic font */
/*setup second font*/
/*italic thin font*/
/*light font*/
/*italic light font*/
/*regular font*/
/*regular italic font*/
/*medium font*/
/*medium italic font*/
/*bold font*/
/*bold italic font*/
/*ULTRA bold font*/
/*ULTRA bold italic font */
/*! 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 */ }

select {
  cursor: pointer; }

/**
 * 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; }

/*IMPORT FONTS*/
/*for SINGLE site in folder SPECIAL/fonts we can iclude special font and icon font for group*/
@font-face {
  font-family: "icons0007";
  src: url("../../../node_modules/g4.font.icons/fonts/icons0007.eot?-9ll32q");
  src: url("../../../node_modules/g4.font.icons/fonts/icons0007.eot?#iefix-9ll32q") format("embedded-opentype"), url("../../../node_modules/g4.font.icons/fonts/icons0007.woff?-9ll32q") format("woff"), url("../../../node_modules/g4.font.icons/fonts/icons0007.ttf?-9ll32q") format("truetype"), url("../../../node_modules/g4.font.icons/fonts/icons0007.svg?-9ll32q#meetsimply") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon:before, .cookie_policy .cookie_close:before,
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon:after,
.cookie_policy .cookie_close:after,
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-family: "icons0007";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*include font family for group global*/
/*loading first main fonts*/
@font-face {
  font-family: Roboto-Thin;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

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

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

@font-face {
  font-family: Roboto-LightItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: italic; }

/*Open Sans regular */
@font-face {
  font-family: Roboto-Regular;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/*Open Sans regular italic*/
@font-face {
  font-family: Roboto-RegularItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

/*Open Sans medium */
@font-face {
  font-family: Roboto-Medium;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: normal; }

/*Open Sans medium italic */
@font-face {
  font-family: Roboto-MediumItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: italic; }

/*Open Sans bold */
@font-face {
  font-family: Roboto-Bold;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: normal; }

/*Open Sans bold italic */
@font-face {
  font-family: Roboto-BoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: italic; }

/*Open Sans ULTRA bold  */
@font-face {
  font-family: Roboto-ExtraBold;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: normal; }

/*Open Sans ULTRA bold italic */
@font-face {
  font-family: Roboto-ExtraBoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: italic; }

/*loading second main fonts*/
@font-face {
  font-family: Roboto-Thin;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

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

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

@font-face {
  font-family: Roboto-LightItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: italic; }

/*Open Sans regular */
@font-face {
  font-family: Roboto-Regular;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/*Open Sans regular italic*/
@font-face {
  font-family: Roboto-RegularItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

/*Open Sans medium */
@font-face {
  font-family: Roboto-Medium;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: normal; }

/*Open Sans medium italic */
@font-face {
  font-family: Roboto-MediumItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: italic; }

/*Open Sans bold */
@font-face {
  font-family: Roboto-Bold;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: normal; }

/*Open Sans bold italic */
@font-face {
  font-family: Roboto-BoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: italic; }

/*Open Sans ULTRA bold  */
@font-face {
  font-family: Roboto-ExtraBold;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: normal; }

/*Open Sans ULTRA bold italic */
@font-face {
  font-family: Roboto-ExtraBoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: italic; }

/*setup variablef fox future mixin f100, f200*/
/*Declare main font in  CSS*/
/*font setup*/
/*Declare second font in  CSS*/
/*font setup*/
*, html, body,
h1, h2, h3, h4, h5, h6,
code, pre, p, a, div, section, img, header {
  font-family: Roboto-Regular; }

/*setup placeholders for main font f100, f200*/
.age-verification-vma-footer-text {
  font-family: Roboto-Light, arial, sans-serif;
  font-weight: 300;
  font-style: normal; }

.age-verification-vma-info {
  font-family: Roboto-Regular, arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.age-verification .age-verification-title, .single_page0027 .label {
  font-family: Roboto-Medium, arial, sans-serif;
  font-weight: 500;
  font-style: normal; }

.terms_link, .age-verification-vma-title, .age-verification-vma-description, .age-verification-vma-no, .age-verification-vma-yes, .landing0034 .nav_link {
  font-family: Roboto-Bold, arial, sans-serif;
  font-weight: 700;
  font-style: normal; }

.single_page0027 .form_title, .single_page0027 .gender_wrap .label_radio, .single_page0027 .button_submit,
.single_page0027 .button_signup, .landing0034 .top_section_link, .landing0034 .bottom_heading, .landing0034 .main_heading, .landing0034 .submit_btn {
  font-family: Roboto-ExtraBold, arial, sans-serif;
  font-weight: 900;
  font-style: normal; }

/*setup placeholders for second font f100, f200*/
/*NextDating DEFAULT z-index  variables*/
.terms_agree {
  color: #ffffff;
  font-size: 10px;
  height: auto;
  margin-top: 20px;
  position: relative; }
  .terms_agree .form_label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    line-height: normal; }
  .terms_agree .custom_checkbox {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 2px;
    margin-right: 15px; }
  .terms_agree .agree_checkbox:not(.custom_checkbox) {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    margin-right: 20px; }

.agree_with_terms_checkbox:checked + label .custom_checkbox {
  background-image: url("/img/_forms/terms/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

.agree_with_terms_checkbox:checked + label .agree_checkbox:not(.custom_checkbox):after {
  position: absolute;
  content: "";
  top: 4px;
  left: 2px;
  width: 13px;
  height: 7px;
  border-width: 4px;
  border-style: solid;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: inline-block; }

.agree_checkbox_content {
  margin-top: -2px; }

.terms_link {
  text-decoration: underline; }

.form_label_marketing_terms {
  margin-top: 13px; }

/*==================================
    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 mixin
===================================*/
/**
 * Footer mixin is used to add custom colors for footer.
 * We have two options:
 * I.  use default color values
 * II. use custom variables (with variable-exist function). We have option to
 *     use different footer colors on landing and members part. This is situation
 *     when global varibles colors not fit with LP design. To achive this we need create
 *     variables_custom_lp file and include it on main lp.scss file.
 *     Check implementation on boyfriend-searcher.com domain.
 */
.footer {
  background-color: white;
  color: #000; }
  .footer .link,
  .footer .link_custodian {
    color: #000; }

.link_custodian {
  display: block; }

.footer {
  font-size: 13px;
  padding: 15px 0;
  text-align: center; }
  @media (min-width: 770px) {
    .footer {
      text-align: initial;
      padding: 30px 0; } }
  .footer .footer_inner {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 770px) {
      .footer .footer_inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end; } }
  .footer .footer_logo {
    max-height: 45px;
    max-width: 300px; }
    @media (min-width: 770px) {
      .footer .footer_logo {
        position: absolute;
        left: 15px;
        top: 0; } }
  .footer .links {
    padding: 10px 0; }
    @media (min-width: 770px) {
      .footer .links {
        padding: 0; } }
  .footer .link {
    font-size: 16px;
    line-height: 1.4;
    transition: all .3s ease; }
    .footer .link:hover {
      opacity: .7; }
    @media (min-width: 770px) {
      .footer .link {
        display: block;
        text-align: right; }
        .footer .link:not(:first-child) {
          padding-top: 15px; } }
  .footer .disclaimer {
    line-height: 1.2; }
    @media (min-width: 770px) {
      .footer .disclaimer {
        max-width: 50%;
        padding-top: 55px;
        text-align: left; } }
  .footer .disclaimer_text {
    padding-bottom: 10px; }
    @media (min-width: 770px) {
      .footer .disclaimer_text {
        max-width: 290px; } }

/*===================================================
  Form loader
===================================================*/
input[type="submit"]:disabled,
button[type="submit"]:disabled {
  color: transparent; }

.loader-box {
  position: relative; }
  .loader-box:disabled {
    color: transparent !important; }

.loader {
  left: 50%;
  line-height: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 99; }

.is_loader {
  animation: loader-rotate 1s linear infinite;
  border: 8px solid transparent;
  border-top-color: #0052ec;
  border-bottom-color: #0052ec;
  border-radius: 50%;
  height: 20px;
  width: 20px; }
  @media (min-width: 1200px) {
    .is_loader {
      height: 30px;
      width: 30px; } }

.loader + .button_submit,
.js_loader + button {
  color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important; }

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

/*======================================================
  Header
======================================================*/
/**
 * Header component with base positioning styles (no colors and other
 * visual styling). 
 * Header twig partial have few options for include:
 * I. include without any parameters will show only logo
 * II. { signin: true } - show sign in/ sign up buttons
 * III. { showlinks: true } - show navigation with links (navigation0001)
 * IV. { headerClass: 'header_class_name'} - use class names defined below 
 */
/** 
 * 1. Use this class for header with signin buttons. (logo + sign in/sign up on the right)
 * 2. Use this class for header with links aside (logo + menu on the right).
 * If we use header without classes menu will be bellow the logo.
 */
.header_signin,
.header_links_aside {
  /* [2] */ }
  .header_signin .header_nav,
  .header_links_aside .header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }

.error_messages_holder {
  padding: 10px 0; }
  .error_messages_holder .error_message {
    background-color: rgba(255, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px red;
    font-size: 14px;
    padding: 15px 30px;
    text-align: center;
    margin-bottom: 0; }
    .error_messages_holder .error_message:not(:first-child) {
      display: none; }

.has_error .error_message {
  display: none; }

.has_error .input {
  background-repeat: no-repeat;
  background-position: center right 10px; }

.has_error .agree_checkbox {
  border-color: red !important; }

/*==================================================
   Navigation 0001
==================================================*/
.navigation_0001 {
  position: relative; }
  .navigation_0001 .nav_links {
    background-color: #273f41;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    transition: max-height 1s ease, opacity .3s ease, visibility .4s ease;
    z-index: 10; }
    .menu_active .navigation_0001 .nav_links {
      max-height: 1000px;
      opacity: 1;
      visibility: visible; }
  .navigation_0001 .nav_link {
    display: block;
    margin: 20px 0;
    color: #ffffff; }
  .navigation_0001 .nav_menu {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 20px;
    width: 25px; }
  .navigation_0001 .nav_burger {
    background-color: #df495a;
    display: inline-block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease;
    width: 25px; }
    .menu_active .navigation_0001 .nav_burger {
      background-color: transparent; }
    .navigation_0001 .nav_burger:before, .navigation_0001 .nav_burger:after {
      content: '';
      background-color: #df495a;
      display: block;
      width: 25px;
      height: 2px;
      position: absolute;
      transition: all .25s ease; }
      .menu_active .navigation_0001 .nav_burger:before, .menu_active .navigation_0001 .nav_burger:after {
        top: 0; }
    .navigation_0001 .nav_burger:before {
      top: -7px; }
      .menu_active .navigation_0001 .nav_burger:before {
        transform: rotate(45deg); }
    .navigation_0001 .nav_burger:after {
      top: 7px; }
      .menu_active .navigation_0001 .nav_burger:after {
        transform: rotate(-45deg); }
  @media (min-width: 770px) {
    .navigation_0001 .nav_menu {
      display: none; }
    .navigation_0001 .nav_links {
      background-color: transparent;
      visibility: visible;
      opacity: 1;
      max-height: initial;
      position: static;
      overflow: visible; }
    .navigation_0001 .nav_link {
      display: inline-block;
      margin: 0; } }

/*==================================================
Global elements
==================================================*/
input[type='submit'] {
  cursor: pointer; }

.hide_from_screen {
  top: 0; }

.cookie_policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #252e39;
  bottom: 0;
  color: #fff;
  left: 0;
  position: fixed;
  padding: 15px 15px 15px 40px;
  right: 0;
  z-index: 100; }
  .cookie_policy .cookie_policy_button {
    background-color: #14a7d0;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all .25s ease; }
    .cookie_policy .cookie_policy_button:hover {
      background-color: #1294b9; }
  .cookie_policy .cookie_policy_text {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px; }
  .cookie_policy .cookie_policy_icons {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 3px 5px;
    background-color: #ffffff80;
    border-radius: 3px;
    transform: translateY(2px); }
  .cookie_policy .cookie_info {
    color: #14a7d0;
    transition: all .25s ease; }
    .cookie_policy .cookie_info:hover {
      text-decoration: underline;
      color: #1294b9; }
  .cookie_policy .cookie_close {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 15px; }
    .cookie_policy .cookie_close:before {
      content: ""; }
  @media (min-width: 770px) {
    .cookie_policy {
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      .cookie_policy .cookie_policy_text {
        margin-bottom: 0;
        margin-right: 15px; } }

.cancel_membership_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  min-height: 100vh; }
  @media (min-width: 992px) {
    .cancel_membership_page {
      background-color: #F8F8F8; } }
  .cancel_membership_page .header {
    padding: 10px 0; }
    .cancel_membership_page .header .header_nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      max-width: 1200px;
      padding: 0 10px;
      margin: 0 auto; }
      .cancel_membership_page .header .header_nav .nav {
        width: 45%;
        text-align: right; }
      .cancel_membership_page .header .header_nav .nav .button, .cancel_membership_page .header .header_nav .form_link {
        color: black;
        font-size: 14px;
        padding: 6px 4px; }
        @media (min-width: 992px) {
          .cancel_membership_page .header .header_nav .nav .button, .cancel_membership_page .header .header_nav .form_link {
            font-size: 16px;
            padding: 8px 10px; } }
      .cancel_membership_page .header .header_nav .logo .logo_img {
        max-width: 300px; }

.main_page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px; }

.cancel_membership_wrapper {
  color: #333333;
  background-color: #ffffff;
  width: 100%;
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-self: center;
  padding: 25px;
  margin: 30px 0; }
  @media (min-width: 992px) {
    .cancel_membership_wrapper {
      padding: 50px;
      border: 1px solid #e9e9e9; } }
  .cancel_membership_wrapper .cancel_membership_form {
    margin-top: 15px; }
  .cancel_membership_wrapper .main_title {
    font-size: 25px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center; }
  .cancel_membership_wrapper .sub_title, .cancel_membership_wrapper .link_close {
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px; }
  .cancel_membership_wrapper .input_wrap {
    width: 100%;
    margin-bottom: 20px;
    text-align: center; }
  .cancel_membership_wrapper .label {
    color: #333333;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    text-shadow: none; }
  .cancel_membership_wrapper .input_field {
    display: block;
    background-color: #F8F8F8;
    width: 100%;
    height: 36px;
    border: none;
    text-align: center; }
    .cancel_membership_wrapper .input_field:focus {
      border: 1px solid #d8d8d8; }
  .cancel_membership_wrapper .link_close {
    font-size: 14px;
    text-decoration: underline;
    margin-top: 25px; }

.cancel_membership_submit_wrapper {
  position: relative;
  width: 100%; }
  .cancel_membership_submit_wrapper .submit_btn {
    background-color: #df495a;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 15px;
    padding: 14px 20px;
    transition: all .2s ease;
    width: 100%;
    border: none;
    margin: 20px 0;
    text-transform: uppercase; }
    .cancel_membership_submit_wrapper .submit_btn:hover {
      opacity: .85; }
    @media (min-width: 544px) {
      .cancel_membership_submit_wrapper .submit_btn {
        font-size: 18px; } }

.cancel_membership_message {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  color: #333;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: -15px;
  width: 100%;
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cancel_membership_error {
  background-color: #fce4e4;
  border: 1px solid #fcc2c3;
  color: #cc0033;
  position: relative;
  padding: 7px 11px;
  margin-top: -5px; }
  .cancel_membership_error:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    top: -15px;
    border-bottom: 7px solid #fcc2c3;
    left: 50%;
    transform: translateX(-50%); }

.cancel_membership_success {
  background-color: #d8fcd8;
  border: 1px solid #b6ffb6;
  color: #176d17;
  position: relative;
  padding: 13px 13px;
  margin-top: 20px; }
  .cancel_membership_success:before {
    content: '';
    border: 7px solid transparent;
    position: absolute;
    top: -15px;
    border-bottom: 7px solid #b6ffb6;
    left: 50%;
    transform: translateX(-50%); }

.age-verification-is-active {
  overflow: hidden; }
  .age-verification-is-active .nav,
  .age-verification-is-active .navigation_0001,
  .age-verification-is-active .logo {
    display: none; }

.age-verification {
  align-self: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  left: 0;
  min-height: 100vh;
  right: 0;
  z-index: 10; }
  .age-verification .container {
    text-align: center;
    width: 100%; }
  .age-verification .container {
    text-align: center;
    width: 100%; }
  .age-verification .age-verification-header {
    padding-top: 20px;
    width: 100%; }
  .age-verification .age-verification-header-wrapper {
    align-items: center;
    display: flex;
    justify-content: center; }
  .age-verification .age-verification-content {
    text-align: center;
    text-transform: uppercase;
    max-width: 1125px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%; }
  .age-verification .age-verification-icon-wrap {
    margin-bottom: 45px; }
  .age-verification .age-verification-title {
    color: inherit;
    font-size: 40px;
    margin-bottom: 20px; }
    @media (min-width: 770px) {
      .age-verification .age-verification-title {
        font-size: 80px;
        margin-bottom: 50px; } }
  .age-verification .age-verification-subtitle {
    font-size: 18px;
    margin-bottom: 40px; }
    @media (min-width: 770px) {
      .age-verification .age-verification-subtitle {
        font-size: 25px;
        margin-bottom: 80px; } }
  .age-verification .age-verification-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 770px) {
      .age-verification .age-verification-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 -55px; } }
  .age-verification .age-verification-cta-item {
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 770px) {
      .age-verification .age-verification-cta-item {
        max-width: 50%;
        width: 50%;
        padding: 0 55px;
        margin-bottom: 0; } }
  .age-verification .age-verification-link {
    display: block;
    color: #fff;
    font-size: 15px;
    padding: 15px 0;
    width: 100%; }
    @media (min-width: 770px) {
      .age-verification .age-verification-link {
        border-radius: 18px;
        font-size: 20px;
        padding: 30px 0; } }
    .age-verification .age-verification-link.yes {
      background-color: #0ea12b; }
    .age-verification .age-verification-link.no {
      background-color: #be2028; }
  .age-verification .age-verification-footer {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 835px;
    padding: 25px 0;
    text-align: center;
    width: 100%; }
    .age-verification .age-verification-footer .link_custodian {
      text-decoration: underline; }

/*==================================================
   Verify My Age, Age verification
==================================================*/
.age-verification-vma {
  align-self: center;
  background-color: #252525;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  height: 100vh;
  width: 100%; }
  .age-verification-vma-header {
    background-color: #252525;
    border-bottom: none;
    padding: 20px 0;
    text-align: center; }
  .age-verification-vma-header-container {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .age-verification-vma-header-nav-links {
    display: none; }
  .age-verification-vma-header-logo-img {
    max-width: 100%; }
  .age-verification-vma-wrapper {
    align-items: center;
    background-color: #252525;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    text-align: center; }
  .age-verification-vma-content {
    background-color: transparent;
    border-radius: 0;
    max-width: 800px;
    padding: 30px;
    width: 100%; }
  .age-verification-vma-title {
    color: #ffffff;
    font-size: 22px;
    line-height: 1.3; }
    @media (min-width: 770px) {
      .age-verification-vma-title {
        font-size: 38px; } }
    .age-verification-vma-title span {
      display: block; }
  .age-verification-vma-text {
    max-width: 535px;
    margin: 0 auto;
    width: 100%; }
  .age-verification-vma-heading {
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2; }
    @media (min-width: 770px) {
      .age-verification-vma-heading {
        font-size: 21px; } }
  .age-verification-vma-description {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    padding: 30px 0 0; }
    .age-verification-vma-description span {
      text-decoration: underline; }
  .age-verification-vma-info {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin: 20px auto 0;
    max-width: 430px; }
  .age-verification-vma-link {
    color: #ffffff; }
  .age-verification-vma-footer {
    padding-top: 20px; }
  .age-verification-vma-footer-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2; }
  .age-verification-vma-wrapp-yes-no {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin: 21px auto 10px;
    text-align: center;
    width: 100%; }
  .age-verification-vma-no, .age-verification-vma-yes {
    align-items: center;
    background-color: #df495a;
    border-radius: 50px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    line-height: 100%;
    font-size: 14px;
    max-width: 300px;
    padding: 16px 10px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    width: 100%; }
  .age-verification-vma-yes {
    background-color: #df495a;
    color: #ffffff; }
  .age-verification-vma-no {
    background-color: transparent;
    color: #df495a; }
  .age-verification-vma-wrapp-icon {
    margin: 20px 0; }
  .age-verification-vma-icon-link {
    align-items: center;
    background: linear-gradient(180deg, #FDD86B, #FEA40F);
    border-radius: 15px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: flex;
    justify-content: center;
    height: 50px;
    margin: 0 auto;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 300px; }
  .age-verification-vma .footer {
    border-top-width: 5px; }

/* setup sign in link from cancelmembership */
.form_signin,
.form_signup {
  overflow-y: scroll; }
  .form_signin .age-verification,
  .form_signup .age-verification {
    display: none; }

/*==================================================
   Language dropdown
==================================================*/
body:has(.anti-trafficking) .navigation_0001 {
  margin-left: auto; }

body:has(.anti-trafficking) .language-dropdown-list-wrapper {
  margin-inline: 20px 0; }

.language-dropdown-list-wrapper {
  display: inline-block;
  margin: 0 0 0 auto;
  position: relative;
  text-align: right;
  width: 65px;
  margin-right: 50px;
  z-index: 101; }
  @media (min-width: 770px) {
    .language-dropdown-list-wrapper {
      width: 216px; } }
  .language-dropdown-list-wrapper .multiselect_button,
  .language-dropdown-list-wrapper .multiselect_list {
    background-color: #363636;
    border: 1px solid #ffffff;
    border-radius: 20px;
    color: #ffffff; }
  .language-dropdown-list-wrapper .multiselect_button {
    align-items: center;
    position: relative;
    cursor: pointer;
    display: flex;
    font-size: 0;
    min-height: 40px;
    text-align: left;
    width: 65px; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_button {
        font-size: 14px;
        width: 216px; } }
    .language-dropdown-list-wrapper .multiselect_button:after {
      content: '';
      background-image: url(/img/language-flags/arrow-dropdown.svg);
      background-size: contain;
      background-repeat: no-repeat;
      display: block;
      height: 10px;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) rotate(180deg);
      right: 10px;
      width: 18px;
      z-index: 1; }
    @media only screen and (min-width: 414px) {
      .language-dropdown-list-wrapper .multiselect_button .multiselect_selected {
        display: none; } }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_button .multiselect_selected {
        display: block; } }
  .language-dropdown-list-wrapper .multiselect_list {
    display: none;
    margin-top: 2px;
    overflow: hidden;
    position: absolute;
    transition: all .25s ease;
    width: 100%;
    z-index: 15; }
    .language-dropdown-list-wrapper .multiselect_list.open {
      display: block; }
  .language-dropdown-list-wrapper .multiselect_list_item + .multiselect_list_item {
    border-top: 1px solid #DADADA; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_list_item + .multiselect_list_item {
        border-top: none; } }
  .language-dropdown-list-wrapper .multiselect_list_link {
    color: #ffffff;
    font-size: 0;
    font-weight: normal;
    padding: 0;
    line-height: initial; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_list_link {
        font-size: 14px; } }
  .language-dropdown-list-wrapper .multiselect_button,
  .language-dropdown-list-wrapper .multiselect_list_item {
    padding: 7px 15px 7px 10px; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_button,
      .language-dropdown-list-wrapper .multiselect_list_item {
        padding: 7px 15px 7px 45px; } }
    .language-dropdown-list-wrapper .multiselect_button:before,
    .language-dropdown-list-wrapper .multiselect_list_item:before {
      content: '';
      background-size: cover;
      background-repeat: no-repeat;
      display: block;
      height: 20px;
      margin-right: 5px;
      min-width: 20px;
      position: relative;
      top: 0;
      z-index: 99; }
      @media only screen and (min-width: 414px) {
        .language-dropdown-list-wrapper .multiselect_button:before,
        .language-dropdown-list-wrapper .multiselect_list_item:before {
          margin-right: 0; } }
      @media (min-width: 770px) {
        .language-dropdown-list-wrapper .multiselect_button:before,
        .language-dropdown-list-wrapper .multiselect_list_item:before {
          left: 15px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); } }
  .language-dropdown-list-wrapper [data-key="en_US"]:before,
  .language-dropdown-list-wrapper [data-selected="en_US"]:before {
    background-image: url("/img/language-flags/english.svg"); }
  .language-dropdown-list-wrapper [data-key="de_DE"]:before,
  .language-dropdown-list-wrapper [data-selected="de_DE"]:before {
    background-image: url("/img/language-flags/german.svg"); }
  .language-dropdown-list-wrapper [data-key="es_ES"]:before,
  .language-dropdown-list-wrapper [data-selected="es_ES"]:before {
    background-image: url("/img/language-flags/spain.svg"); }
  .language-dropdown-list-wrapper [data-key="it_IT"]:before,
  .language-dropdown-list-wrapper [data-selected="it_IT"]:before {
    background-image: url("/img/language-flags/italy.svg"); }
  .language-dropdown-list-wrapper [data-key="fr_FR"]:before,
  .language-dropdown-list-wrapper [data-selected="fr_FR"]:before {
    background-image: url("/img/language-flags/france.svg"); }
  .language-dropdown-list-wrapper .multiselect_list_item {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 auto;
    min-height: 33px;
    position: relative;
    text-align: left;
    width: 100%; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_list_item:hover {
        background-color: rgba(0, 0, 0, 0.16); } }
    .language-dropdown-list-wrapper .multiselect_list_item.selected {
      background-color: transparent; }
      .language-dropdown-list-wrapper .multiselect_list_item.selected:before {
        display: block; }
    @media (min-width: 770px) {
      .language-dropdown-list-wrapper .multiselect_list_item:before {
        top: 50%;
        transform: translateY(-50%); } }
  @media only screen and (min-width: 414px) {
    .language-dropdown-list-wrapper .multiselect_list_text {
      display: none; } }
  @media (min-width: 770px) {
    .language-dropdown-list-wrapper .multiselect_list_text {
      display: block; } }

/*=== Font family include ===*/
/*loading first main fonts*/
@font-face {
  font-family: Roboto-Thin;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

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

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

@font-face {
  font-family: Roboto-LightItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: italic; }

/*Open Sans regular */
@font-face {
  font-family: Roboto-Regular;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/*Open Sans regular italic*/
@font-face {
  font-family: Roboto-RegularItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

/*Open Sans medium */
@font-face {
  font-family: Roboto-Medium;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: normal; }

/*Open Sans medium italic */
@font-face {
  font-family: Roboto-MediumItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: italic; }

/*Open Sans bold */
@font-face {
  font-family: Roboto-Bold;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: normal; }

/*Open Sans bold italic */
@font-face {
  font-family: Roboto-BoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: italic; }

/*Open Sans ULTRA bold  */
@font-face {
  font-family: Roboto-ExtraBold;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: normal; }

/*Open Sans ULTRA bold italic */
@font-face {
  font-family: Roboto-ExtraBoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: italic; }

/*loading second main fonts*/
@font-face {
  font-family: Roboto-Thin;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Thin.svg#LegalTenderRegular") format("svg");
  font-weight: 100;
  font-style: normal; }

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

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

@font-face {
  font-family: Roboto-LightItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-LightItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 300;
  font-style: italic; }

/*Open Sans regular */
@font-face {
  font-family: Roboto-Regular;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Regular.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

/*Open Sans regular italic*/
@font-face {
  font-family: Roboto-RegularItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-RegularItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 400;
  font-style: italic; }

/*Open Sans medium */
@font-face {
  font-family: Roboto-Medium;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Medium.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: normal; }

/*Open Sans medium italic */
@font-face {
  font-family: Roboto-MediumItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-MediumItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 600;
  font-style: italic; }

/*Open Sans bold */
@font-face {
  font-family: Roboto-Bold;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-Bold.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: normal; }

/*Open Sans bold italic */
@font-face {
  font-family: Roboto-BoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-BoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 700;
  font-style: italic; }

/*Open Sans ULTRA bold  */
@font-face {
  font-family: Roboto-ExtraBold;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBold.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: normal; }

/*Open Sans ULTRA bold italic */
@font-face {
  font-family: Roboto-ExtraBoldItalic;
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.eot");
  src: url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.woff") format("woff"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.ttf") format("truetype"), url("../../../node_modules/g4.font.family/fonts/Roboto-ExtraBoldItalic.svg#LegalTenderRegular") format("svg");
  font-weight: 800;
  font-style: italic; }

/*setup variablef fox future mixin f100, f200*/
/*Declare main font in  CSS*/
/*font setup*/
/*Declare second font in  CSS*/
/*font setup*/
*, html, body,
h1, h2, h3, h4, h5, h6,
code, pre, p, a, div, section, img, header {
  font-family: Roboto-Regular; }

/*setup placeholders for main font f100, f200*/
.age-verification-vma-footer-text {
  font-family: Roboto-Light, arial, sans-serif;
  font-weight: 300;
  font-style: normal; }

.age-verification-vma-info {
  font-family: Roboto-Regular, arial, sans-serif;
  font-weight: 400;
  font-style: normal; }

.age-verification .age-verification-title, .single_page0027 .label {
  font-family: Roboto-Medium, arial, sans-serif;
  font-weight: 500;
  font-style: normal; }

.terms_link, .age-verification-vma-title, .age-verification-vma-description, .age-verification-vma-no, .age-verification-vma-yes, .landing0034 .nav_link {
  font-family: Roboto-Bold, arial, sans-serif;
  font-weight: 700;
  font-style: normal; }

.single_page0027 .form_title, .single_page0027 .gender_wrap .label_radio, .single_page0027 .button_submit,
.single_page0027 .button_signup, .landing0034 .top_section_link, .landing0034 .bottom_heading, .landing0034 .main_heading, .landing0034 .submit_btn {
  font-family: Roboto-ExtraBold, arial, sans-serif;
  font-weight: 900;
  font-style: normal; }

/*setup placeholders for second font f100, f200*/
/*=== Form main styles ===*/
/*===================================================
  _type_single_page_0027
===================================================*/
.single_page0027 .form_title {
  font-size: 26px;
  text-align: center;
  padding: 0 0 10px;
  border-bottom-width: 3px;
  border-style: solid;
  width: 100%;
  margin: 0 auto; }

.single_page0027 .desc_title {
  font-size: 16px;
  text-align: center;
  padding: 10px;
  line-height: normal; }

.single_page0027 .main_form_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.single_page0027 .button_submit,
.single_page0027 .button_signup {
  max-width: 350px;
  margin: 0 auto;
  text-transform: uppercase; }

.single_page0027 .gender_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%; }
  .single_page0027 .gender_wrap .label_radio {
    width: 30%;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 15px;
    height: 50px; }
  .single_page0027 .gender_wrap .man {
    margin-right: 10px; }

.single_page0027 .input_radio:checked + .label_radio {
  border-width: 3px;
  border-style: solid;
  box-shadow: none; }

.single_page0027 .radio_img {
  height: 27px;
  padding: 0 10px; }

.single_page0027 .left_form_wrap, .single_page0027 .right_form_wrap {
  width: 100%; }

.single_page0027 .form_field_wrapper {
  margin-bottom: 12px;
  width: 100%; }

.single_page0027 .label {
  display: block;
  font-size: 14px;
  padding-right: 15px;
  text-align: left; }

.single_page0027 .label_radio {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  height: 36px;
  line-height: 36px; }
  .single_page0027 .label_radio:hover {
    cursor: pointer; }

.single_page0027 .input,
.single_page0027 .select {
  border: none;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 15px; }
  .single_page0027 .input:focus, .single_page0027 .input:hover,
  .single_page0027 .select:focus,
  .single_page0027 .select:hover {
    outline: none;
    border: none; }

.single_page0027 .input {
  transition: box-shadow .25s ease;
  width: 100%; }

.single_page0027 .select {
  width: 100%;
  text-align: center;
  text-align-last: center; }

.single_page0027 .textarea_wrap {
  width: 70%; }
  .single_page0027 .textarea_wrap .textarea_field {
    width: 100%;
    height: 100%;
    text-align: left; }

.single_page0027 .textarea_container {
  align-items: flex-start; }

.single_page0027 .caret {
  position: relative; }
  .single_page0027 .caret:before {
    content: '';
    border-style: solid;
    border-width: 8px 7px 0 7px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 0;
    height: 0; }

.single_page0027 .awesomplete {
  display: block;
  width: 100%; }
  .single_page0027 .awesomplete .input {
    width: 100%; }

.single_page0027 .icon, .single_page0027 .cookie_policy .cookie_close, .cookie_policy .single_page0027 .cookie_close {
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px; }

.single_page0027 .icon_man {
  width: 13px;
  height: 30px; }

.single_page0027 .icon_woman {
  width: 14px;
  height: 29px; }

.single_page0027 .text_area_wrap {
  width: 100%; }

.single_page0027 .text_area_input {
  width: 100%;
  height: 100%;
  padding: 10px; }

.single_page0027 .location_fields label {
  display: none; }

.single_page0027 .location_fields .input {
  text-align: center;
  text-align-last: center; }

.single_page0027 .city {
  display: block; }

.single_page0027 .button_submit,
.single_page0027 .button_signup {
  text-align: center;
  font-size: 30px;
  height: 65px;
  padding: 5px;
  width: 100%;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase; }

.single_page0027 .processing {
  display: none; }

.single_page0027 .other_data {
  padding-inline: 30px;
  margin-inline: auto;
  max-width: 820px; }

.single_page0027 .terms_agree {
  margin-top: 15px; }

.single_page0027 .form_description {
  text-align: center;
  padding-bottom: 20px; }

.single_page0027 .not_member_text,
.single_page0027 .didnt_get_mail {
  display: none; }

.single_page0027 .signin_form_nav,
.single_page0027 .reset_form_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 350px;
  margin: 0 auto;
  line-height: normal;
  padding: 20px 0; }

.single_page0027 .form_link {
  display: inline-block;
  padding-bottom: 10px;
  text-decoration: underline;
  transition: all .25s ease; }

.single_page0027 .cta_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.single_page0027 .location .form_field_wrapper {
  margin-bottom: 0; }

.single_page0027 .passwordsent {
  text-align: center; }

.single_page0027 .error_messages_holder {
  text-align: center; }
  .single_page0027 .error_messages_holder .error_message {
    width: 50%; }

.single_page0027 .location {
  margin-bottom: 90px; }

.single_page0027 .sign_in_form, .single_page0027 .reset_form {
  width: 95%;
  padding-inline: 30px; }
  .single_page0027 .sign_in_form .error_message, .single_page0027 .reset_form .error_message {
    width: 100%; }
  .single_page0027 .sign_in_form .cta_wrapper, .single_page0027 .reset_form .cta_wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }

.single_page0027 .signin_wrapper, .single_page0027 .forgot_password_wrapper {
  border-width: 3px;
  border-style: solid;
  max-width: 600px;
  margin-inline: auto;
  padding: 30px 0; }
  .single_page0027 .signin_wrapper .form_title, .single_page0027 .forgot_password_wrapper .form_title {
    margin: 0 auto 40px;
    text-transform: capitalize; }
  .single_page0027 .signin_wrapper .password, .single_page0027 .forgot_password_wrapper .password {
    margin-bottom: 40px; }

.single_page0027 .forgot_password_wrapper .username {
  margin-bottom: 90px; }

.single_page0027 .form_holder {
  padding: 5px; }

@media (min-width: 770px) {
  .single_page0027 .form_field_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .single_page0027 .label {
    text-align: right;
    margin-bottom: 0;
    width: 30%; }
  .single_page0027 .main_form_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .single_page0027 .left_form_wrap, .single_page0027 .right_form_wrap {
    width: 50%; }
  .single_page0027 .right_form_wrap {
    padding: 0 25px 0 0; }
  .single_page0027 .text_area_wrap {
    width: 70%; }
  .single_page0027 .signup_wrapper {
    border-width: 3px;
    border-style: solid; }
    .single_page0027 .signup_wrapper .button_submit {
      width: 100%; }
    .single_page0027 .signup_wrapper .cta_wrapper {
      width: 70%;
      float: right; }
  .single_page0027 .input_wrap {
    width: 69.6%; }
  .single_page0027 .desc_title {
    font-size: 20px; }
  .single_page0027 .choose_age_action {
    width: 70%; }
  .single_page0027 .gender_wrap {
    width: 70%; }
  .single_page0027 .location_fields {
    width: 70%; }
    .single_page0027 .location_fields .field_wrap {
      width: 100%; }
  .single_page0027 .location {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 65px; }
    .single_page0027 .location .label {
      width: 30%;
      max-width: 30%; }
  .single_page0027 .orientation .caret {
    width: 70%; }
  .single_page0027 .form_holder {
    padding: 30px 0; } }

/*=== Form mixin ===*/
/*===================================================
  Single page form 0027 mixin
===================================================*/
/*===================================================
  Single page form 0027 theme
===================================================*/
.form_wrap {
  background-color: #363636;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px #000000; }

.single_page0027 {
  /*===  Submit button  ===*/ }
  .single_page0027 .form_title {
    color: #ffffff;
    border-color: #2ba668; }
  .single_page0027 .label {
    color: #ffffff; }
  .single_page0027 .gender_wrap .label_radio {
    box-shadow: inset 2px 7px 20px 0 #c0c0c0, 1px 1px 10px 0 #000000; }
  .single_page0027 .label_radio {
    border-radius: #ffffff;
    background-color: #2ba668;
    color: #ffffff; }
  .single_page0027 .input_radio:checked + .label_radio {
    background-color: #2ba668;
    color: #ffffff;
    border-color: #ffffff; }
  .single_page0027 .input,
  .single_page0027 .select {
    border-radius: 1px;
    background-color: #ffffff;
    color: #000000; }
    .single_page0027 .input:focus, .single_page0027 .input:hover,
    .single_page0027 .select:focus,
    .single_page0027 .select:hover {
      box-shadow: inset 0 0 0 1px rgba(223, 73, 90, 0.6); }
  .single_page0027 .caret:before {
    border-color: black transparent transparent transparent; }
  .single_page0027 .button_submit,
  .single_page0027 .button_signup {
    border-radius: 10px;
    color: #ffffff;
    background-color: #DF495A;
    box-shadow: 3px 4px 5px #000; }
  .single_page0027 .form_description {
    color: #ffffff; }
  .single_page0027 .form_link {
    color: #ffffff; }
    .single_page0027 .form_link:hover {
      color: #df495a; }

@media (min-width: 770px) {
  .form_wrap {
    box-shadow: none; } }

/*===================================================
Landing 0034
===================================================*/
.desktop {
  /*for l devices*/ }
  @media (min-width: 803px) {
    .desktop {
      display: block; } }
  @media (max-width: 803px) {
    .desktop {
      display: none; } }

.mobile {
  /*for l devices*/ }
  @media (min-width: 803px) {
    .mobile {
      display: none; } }
  @media (max-width: 803px) {
    .mobile {
      display: block; } }

.landing0034 {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  /*=== Verify My Age, Age verification ===*/ }
  .landing0034 .container_main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .landing0034 .header {
    border-bottom-width: 10px;
    border-style: solid; }
  .landing0034 .logo {
    text-align: center;
    padding: 25px 25px 10px; }
  .landing0034 .logo_main_holder {
    display: inline-block; }
  .landing0034 .header_top {
    padding: 25px; }
  .landing0034 .header_bottom {
    width: 100%;
    text-align: center;
    height: 73px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .landing0034 .header_bottom .button {
      border: none; }
  .landing0034 .navigation_0001 {
    padding: 0 0 20px;
    width: 100%; }
  .landing0034 .container {
    height: 100%;
    max-height: 212px; }
  .landing0034 .container_main {
    max-width: 800px; }
  .landing0034 .top_section_link {
    border-style: solid;
    padding: 0 5px;
    font-size: 13px; }
  .landing0034 .faces_image {
    width: 100%; }
  .landing0034 .couple_image {
    height: 100%; }
  .landing0034 .first_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    margin: auto;
    border-width: 3px;
    border-style: solid; }
  .landing0034 .second_step {
    display: none; }
  .landing0034.form_signup .second_step, .landing0034.form_signin .second_step {
    display: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    max-width: 1000px;
    margin: auto; }
  .landing0034 .top_heading_wrap {
    padding: 20px 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .landing0034 .bottom_heading {
    font-size: 20px;
    width: auto;
    text-align: center;
    line-height: normal;
    text-decoration: underline;
    margin: 20px 30px 5px; }
  .landing0034 .main_heading {
    font-size: 22px; }
  .landing0034 .main_heading_desc {
    font-size: 18px; }
  .landing0034 .bottom_desc {
    padding: 10px 30px 0;
    line-height: normal; }
  .landing0034 .middle_image_wrap {
    height: 100%;
    min-height: 500px;
    border-width: 3px 0 3px 0;
    border-style: solid;
    background-size: cover; }
  .landing0034 .left_side {
    width: 100%;
    height: auto;
    min-height: auto;
    background-size: 100% 100%; }
  .landing0034 .right_side {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left-width: 0;
    border-style: solid; }
  .landing0034 .step_btn_wrap {
    padding: 15px 20px; }
  .landing0034 .submit_btn {
    text-align: center;
    font-size: 20px;
    height: 55px;
    padding: 5px;
    max-width: 350px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
  .landing0034 .sign_in_form,
  .landing0034 .reset_form {
    max-width: 650px;
    margin: 0 auto; }
    .landing0034 .sign_in_form label,
    .landing0034 .reset_form label {
      width: auto; }
  @media (min-width: 803px) {
    .landing0034 .navigation_0001 .nav_link {
      font-size: 19px; }
    .landing0034 .nav_link + .nav_link:before {
      content: '|';
      display: inline-block;
      margin-inline: 6px 8px; }
    .landing0034 .first_page {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      max-height: 691px;
      max-width: 1215px; }
    .landing0034 .left_side {
      border-right: 3px solid #23A766;
      width: 39%; }
    .landing0034 .right_side {
      width: 64%; }
    .landing0034 .container_main {
      max-width: 100%;
      margin: 30px 0 50px; }
    .landing0034 .top_section_link {
      border-width: 0 2px 0 0;
      font-size: 19px; }
    .landing0034 .header_bottom {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .landing0034 .top_heading_wrap {
      padding: 30px;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
    .landing0034 .main_heading {
      font-size: 29px; }
    .landing0034 .main_heading_desc {
      font-size: 22px; }
    .landing0034 .middle_image_wrap {
      min-height: unset;
      background-size: cover; }
    .landing0034 .bottom_heading {
      font-size: 25px;
      display: inline-block;
      text-align: left; }
    .landing0034 .submit_btn {
      font-size: 34px;
      height: 60px;
      padding: 5px 10px;
      width: 50%; } }
  .landing0034 .age-verification-vma {
    background-color: #252525;
    align-self: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    height: 100vh; }
    .landing0034 .age-verification-vma-header {
      background-color: #273F41;
      border-bottom: 10px solid #36D88C;
      text-align: center;
      padding: 20px 0; }
    .landing0034 .age-verification-vma-header-nav-links {
      font-size: 16px;
      padding-top: 20px; }
    .landing0034 .age-verification-vma-wrapper {
      align-items: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      text-align: center; }
    .landing0034 .age-verification-vma-content {
      background-color: transparent;
      border-radius: 0;
      max-width: 700px;
      width: 100%;
      padding: 30px; }
    .landing0034 .age-verification-vma-title {
      color: #fff;
      font-size: 38px;
      font-weight: 600;
      line-height: 1.3; }
      .landing0034 .age-verification-vma-title span {
        display: block; }
    .landing0034 .age-verification-vma-text {
      max-width: 500px;
      width: 100%;
      margin: 0 auto; }
    .landing0034 .age-verification-vma-heading {
      color: #fff;
      font-size: 21px;
      font-weight: 700;
      line-height: 1.2; }
    .landing0034 .age-verification-vma-description {
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.2;
      padding: 30px 0 0; }
      .landing0034 .age-verification-vma-description span {
        text-decoration: underline; }
    .landing0034 .age-verification-vma-info {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2;
      margin-top: 20px; }
    .landing0034 .age-verification-vma-footer {
      padding-top: 20px; }
    .landing0034 .age-verification-vma-footer-text {
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2; }
    .landing0034 .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; }
    .landing0034 .age-verification-vma-no, .landing0034 .age-verification-vma-yes {
      align-items: center;
      background-color: #DF495A;
      border: 3px solid #DF495A;
      border-radius: 0;
      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; }
    .landing0034 .age-verification-vma-no {
      background-color: #fff;
      border: 3px solid #fff;
      color: #000; }
    .landing0034 .age-verification-vma-wrapp-icon {
      margin: 20px 0; }
    .landing0034 .age-verification-vma-icon-link {
      background-color: #DF495A;
      color: #fff;
      display: block;
      width: 320px;
      height: 60px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center; }
    .landing0034 .age-verification-vma-link {
      color: #fff; }

/*===================================================
  Landing 0034 mixin
===================================================*/
/*===================================================
  Landing 0034 theme
===================================================*/
.landing0034 {
  background-color: #252525;
  color: #ffffff; }
  .landing0034 .header {
    background-color: #283f41;
    border-color: #34bb79; }
  .landing0034 .top_section_link {
    border-color: #f5f5f5;
    color: #ffffff; }
  .landing0034 .first_page {
    border-color: #34bb79;
    border-radius: 3px; }
  .landing0034.form_signup .signup_wrapper, .landing0034.form_signup .signin_wrapper, .landing0034.form_signup .forgot_password_wrapper, .landing0034.form_signin .signup_wrapper, .landing0034.form_signin .signin_wrapper, .landing0034.form_signin .forgot_password_wrapper {
    background-color: #363636;
    border-color: #34bb79;
    border-radius: 3px; }
  .landing0034 .bottom_heading {
    border-color: #ffffff; }
  .landing0034 .middle_image_wrap {
    border-color: #34bb79; }
  .landing0034 .right_side {
    background-color: #363636;
    border-color: #34bb79; }
  .landing0034 .submit_btn {
    background-color: #DF495A;
    border-radius: 10px;
    box-shadow: 3px 4px 5px #00000038;
    color: #ffffff; }

/*==================================================
    Legal pages
==================================================*/
.legal_pages {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  position: relative;
  line-height: 1.5;
  font-size: 16px; }
  .legal_pages .main {
    flex-grow: 1; }
  .legal_pages a {
    text-decoration: none;
    outline: none; }
  .legal_pages .logo_main_holder {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle; }
  .legal_pages .logo_img {
    max-width: 100%;
    max-height: 50px;
    height: auto; }
  .legal_pages .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative; }
  .legal_pages .header {
    padding: 10px 0;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
  .legal_pages .header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0.5rem; }
  .legal_pages .support_link {
    display: inline-block;
    text-align: center;
    text-decoration: none; }
  .legal_pages .circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    font-size: 14px; }
  .legal_pages .support_txt {
    font-size: 9.6px;
    display: block; }
  .legal_pages .support_menu {
    display: block;
    list-style: none;
    position: absolute;
    top: 36px;
    right: 0.25rem;
    padding: 0.5rem 1rem;
    line-height: 1.25rem;
    font-size: small;
    white-space: nowrap;
    top: calc(60px - 10px);
    z-index: 102; }
    .legal_pages .support_menu:before {
      position: absolute;
      content: '';
      height: 0;
      width: 0;
      top: calc(-12px + 4px);
      right: calc(12px - 4px);
      border-left: 12px solid transparent;
      border-right: 12px solid transparent; }
    .legal_pages .support_menu.hide {
      display: none; }
  .legal_pages .support_menu_link {
    line-height: 1.25rem;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    font-size: .9rem;
    white-space: nowrap; }
  .legal_pages .page_heading h2 {
    margin: 0 0 10px;
    font-size: 1.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .legal_pages .external {
    margin: 20px 0 8px 0;
    padding: 8px 0; }
    .legal_pages .external h5, .legal_pages .external h6 {
      display: block;
      margin: 0 0 1rem 0;
      text-transform: uppercase;
      font-size: 20px; }
    .legal_pages .external p {
      display: block;
      margin: 0 0 1rem 0;
      font-weight: 300; }
    .legal_pages .external ul {
      list-style: none;
      margin: 0.5rem 0 1rem 0;
      padding: 0; }
    .legal_pages .external li {
      padding: 0 1rem 0 1rem;
      margin: 0 0 0.5rem 0; }
    .legal_pages .external b {
      font-weight: bold; }
    .legal_pages .external .numeric {
      padding: 0 0.25rem 0 0; }
    .legal_pages .external .term_subtitle {
      font-size: 18px;
      margin: 20px 0;
      font-weight: bold; }

.legal_pages {
  background-color: #252525; }
  .legal_pages a {
    color: #23a766; }
  .legal_pages .header {
    background: #273f41;
    border-bottom-color: #23a766; }
  .legal_pages .circle {
    background-color: #23a766;
    color: #ffffff; }
  .legal_pages .support_txt {
    color: #23a766; }
  .legal_pages .support_menu {
    background-color: #363636;
    border-radius: 1px;
    box-shadow: 0px 2px 2px #363636; }
    .legal_pages .support_menu:before {
      border-bottom: 12px solid #363636; }
  .legal_pages .support_menu_link {
    color: #23a766; }
  .legal_pages .external {
    background-color: transparent; }
    .legal_pages .external h2, .legal_pages .external h5, .legal_pages .external h6 {
      color: #23a766; }
    .legal_pages .external p {
      color: #ffffff; }
    .legal_pages .external li {
      color: #ffffff; }
    .legal_pages .external .numeric {
      color: #23a766; }
    .legal_pages .external .term_subtitle {
      color: #23a766; }

/*==================================================
Reset Password
==================================================*/
.reset_password {
  padding: 10px;
  /*===  Breakpoint  ===*/ }
  .reset_password.it_IT .submit_btn, .reset_password.de_DE .submit_btn {
    font-size: 15px; }
  .reset_password.es_ES .password_reset_submit_wrapper,
  .reset_password.es_ES .input_field {
    max-width: 340px; }
  .reset_password.es_ES .submit_btn {
    font-size: 13px;
    max-width: 340px; }
  .reset_password.fr_FR .password_reset_submit_wrapper,
  .reset_password.fr_FR .input_field {
    max-width: 350px; }
  .reset_password.fr_FR .submit_btn {
    font-size: 12px;
    max-width: 350px; }
  .reset_password .reset_password_wrap {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden; }
  .reset_password .nav_desktop_logo_img {
    max-width: 100%; }
  .reset_password .reset_password_form_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 13px; }
  .reset_password .reset_password_headline {
    line-height: 60px;
    margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    padding-left: 28px; }
  .reset_password .reset_password_content {
    padding: 28px;
    font-size: 16px; }
  .reset_password .reset_form {
    margin-top: 36px; }
  .reset_password .input_wrap {
    width: 100%;
    margin-bottom: 20px; }
  .reset_password .label {
    display: block;
    margin-bottom: 5px; }
  .reset_password .input_field {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 36px;
    border: none;
    padding: 13px; }
    .es_ES .reset_password .input_field {
      max-width: 340px; }
  .reset_password .password_reset_submit_wrapper {
    position: relative;
    max-width: 300px; }
    .es_ES .reset_password .password_reset_submit_wrapper {
      max-width: 340px; }
  .reset_password .submit_btn {
    display: block;
    width: 100%;
    font-size: 16px;
    max-width: 300px;
    line-height: 40px;
    text-transform: uppercase;
    border: none; }
  .reset_password .error_message {
    font-size: 14px; }
  .reset_password .has_error .error_message {
    display: block; }
  @media (min-width: 803px) {
    .reset_password .reset_password_body {
      display: block;
      margin: 0;
      position: absolute;
      width: 100%;
      height: 100%; }
    .reset_password .reset_password_wrap {
      position: absolute;
      width: 600px;
      left: calc(50% - 300px);
      top: 15%; } }

.reset_password {
  background-color: #252525; }
  .reset_password .reset_password_form_wrap {
    border-top-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -webkit-border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    -moz-border-radius-topright: 1px;
    -webkit-border-top-right-radius: 1px;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0; }
  .reset_password .reset_password_headline {
    background-color: #273f41;
    color: #ffffff; }
  .reset_password .reset_password_content {
    background-color: #363636;
    color: #ffffff; }
  .reset_password .input_field {
    background-color: #4a4a4a;
    color: #ffffff;
    border-radius: 1px; }
  .reset_password .submit_btn {
    border-radius: 1px;
    color: #ffffff;
    background-color: #df495a; }
  .reset_password .error_message {
    color: red; }
