﻿:root {
--color-primary: #1FB8A4;
--color-secondary: #D4C47A;
--color-tertiary: #FFB627;
--bg-nav: #1FB8A4;
--bg-sm-nav: #1cb19d;
--color-nav: #0c1410;
--color-sm-nav: #0c1410;
--bg-body: #111208;
--color-body: #fff;
--color-body-date: #b0b0b0;
--bg-body-login: #111208;
--bg-footer: #1FB8A4;
--color-footer: #0c1410;
--color-footer-hover: #0c1410;
--chat-btn-bg: #f54b4b ;
--chat-btn-txt: #fff; 
}

/* 
////
//// Easing general purpose
////
--------------------------------------------------------------*/
.easeOut { -webkit-transition-property: all; -webkit-transition-duration: 350ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-property: all; -moz-transition-duration: 350ms; -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-property: all; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
/* 
////
//// Default Font
////
--------------------------------------------------------------*/
html, body { height: 100%; min-height: 100%; }
body { font-family: "Open Sans", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400; }
strong { font-weight: 600; }
.genC1 { color: var(--color-primary)!important; }
.genC2 { color: var(--color-secondary)!important; }
.genC3 { color: var(--color-tertiary)!important; }
.cWht { color: #fff; }
.genPad1 { padding-top: 7.6rem; padding-bottom: 7.6rem;}
#fullWrp { margin: 0 auto; min-height: 100%; background: var(--bg-body); position: relative; overflow: hidden;  }
.genTitle01 { font-size: 16px; line-height: 1.2em;  font-weight: 600; color: var(--color-primary); letter-spacing: 0.025em; padding-bottom: 1em;  }
svg path,svg shape,svg lineargradient { shape-rendering: geometricPrecision; }
.FntPlay { font-family: "Graduate", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400!important; text-transform: none; }

/* logo 
-----------------------------*/
#mainLogo { float: left; }
#mainLogo a { display: block; background: url("../images/main_logo.svg") no-repeat left center; background-size: contain!important; width: 223px; height: 80px; white-space: nowrap; text-indent: -8000px; margin-left: 0; }
@media all and (max-width: 1024px) {
#mainLogo a { width: 193px; }
}
@media all and (max-width: 480px) {
#mainLogo a { max-width: 20.6rem; height: 6.8rem;}
}
/* Main Header
--------------------------------------------------------------*/

#mainHdr { z-index: 12; background: var(--bg-nav); font-family: "Open Sans", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans;  }
.introHeader {position: absolute; left: 0; top: 0;  width: 100%; background: #0B0B45f2!important; }
#mainHdr  .ctr { padding: 0 20px; margin: 0 auto; position: relative; display: flex; justify-content: space-between; align-items: center;   }
#mainHdr { padding: 15px  0;  }
#mainHdr .hdrTxt { text-align: center; color: #ffffff;  line-height: 59px; text-transform: none; font-size: 22px; position: absolute;  left: 0;  top: 5px; width: 100%; font-weight: 400; }
.nav-hamburger  { display: none!important; }	
#mainLogo { margin: 0; display: block; float: left; position: relative;  z-index:  10; ;  }
#mainLoginNav { display: block; margin: 0 ; float: right;  margin-right: 0; margin-left: 0;  }
#mainLoginNav .site-nav { display: flex; justify-items: flex-start; padding: 18px 0 18px 0;     align-items: center;  }
#mainLoginNav .site-nav li { display: inline; white-space: nowrap;  font-size: 12px;  line-height: 44px; padding: 0 5px; font-weight: 400;  letter-spacing: 0;  }
#mainLoginNav .site-nav li:first-child { padding-left: 0; }
#mainLoginNav .site-nav li:last-child { padding-right: 0; }
#mainLoginNav .site-nav li a { color: #fff; position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;  letter-spacing: 0; text-transform: uppercase;   font-size: 1em!important;  font-family: "Open Sans", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans;}
#mainLoginNav .site-nav li .btn { margin-right: 0; }

@media all and (min-width: 1240px) {
#mainHdr  .ctr { padding: 0 3rem; }
}
@media all and (max-width: 1024px) {
#mainHdr { padding: 8px 0;  }
#mainLoginNav .site-nav {  padding: 10px 0 10px 0;   }
}
@media all and (max-width: 999px) {
#mainHdr .hdrTxt {  font-size: 18px; position: static; max-width: 40em; margin: 0 auto; padding-left: 16px;   }
}
@media (max-width: 852px) {
#mainHdr .hdrTxt { display: none; }
}
@media (max-width: 572px) {
#mainLoginNav .site-nav { padding-top: 13px; }
#mainLoginNav .site-nav li { font-size: 10.5px; padding: 0px 10px 0 0; line-height: 31px; }
}

/* Main Header Desktop
--------------------------------------------------------------*/
@media all and (min-width: 1300px) {
#mainNav { display: block;  float: none; margin: 0 auto; max-width: 900px; text-align: center;   }
#mainNav .site-nav { display: flex; justify-content: space-around; margin: auto; max-width: 900px; height: 68px; font-weight: 500; align-items: center;   font-family: "Open Sans", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; text-transform: uppercase; letter-spacing: 0.05em;  }
#mainNav .site-nav a { font-size: 14px; color: var(--color-nav); position: relative; margin: 0 6px;   }
#mainNav .site-nav li:first-child a { margin-left: 0; }
#mainNav .site-nav li:last-child a { margin-right: 0; }
#mainNav .site-nav a.cur { color: var(--color-primary); cursor: default; }
#mainNav .site-nav a:before { content: ' '; left: 50%; width: 0; position:absolute; bottom: -2px; height: 1px; background: var(--color-nav); display: block;  -webkit-transition-property: all; -webkit-transition-duration: 350ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-property: all; -moz-transition-duration: 350ms; -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-property: all; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);  }
.desktop #mainNav .site-nav li  a:hover:before { left: 0; width: 100%; bottom: -2px; }
#mainNav .site-nav a.cur:before { display: none; }
#mainNav .site-nav .hasDrop:after { display: block; content: ' '; display: block; position: absolute; left: -3em; top: 1.2em; right: -3em; height: 51px;  }
#mainNav .site-nav .hasDrop:hover:after { display: block;  }
#mainNav .site-nav .drop { position: absolute;  left: 0; top: 90px; left: -6rem; right: -6rem; background: #1e1e1e; box-shadow: inset 0 10px 10px -10px rgba(0,0,0,0.20); max-height: 0; overflow: hidden;  will-change: max-height; -webkit-transition-property: all; -webkit-transition-duration: 350ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-property: all; -moz-transition-duration: 350ms; -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-property: all; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);  }
.scrolling #mainNav .site-nav .drop { top: 76px; }
#mainNav .site-nav li:hover .drop { max-height:110px; }
#mainNav .site-nav .drop .dropCtr {  padding: 2rem;    }
#mainNav .site-nav .drop  ul { display: flex;  justify-content: space-around;  margin: auto; max-width: 240px; align-items: center; height: 68px; }
}
@media all and (min-width: 1499px) {
#mainNav .site-nav a { font-size: 14px; margin: 0 10px;   }
}
/* Main Header Mobile
--------------------------------------------------------------*/
@media all and (max-width: 1299px) {
#mainHdr .ctr  { margin: 0 2rem; }
#mainHdr +  #browseCont { padding-top: 68px;  }
/*burger icon + animation*/
.nav-hamburger { background: transparent none repeat scroll 0 0; border: 0 none; cursor: pointer; display: block!important; height: 35px; margin-bottom: auto; margin-top: auto; outline: medium none; padding: 0; position: relative; transition: all 0.3s ease-in-out 0s; width: 30px; }
.nav-hamburger + #mainLogo {  margin-left: 40px; }
.nav-hamburger::before, .nav-hamburger::after, .nav-hamburger span { background-color:  var(--color-nav); transition: all 0.3s ease-in-out 0s; }
.nav-hamburger::before, .nav-hamburger::after, .nav-hamburger span { background-color:  var(--color-nav);  }
.nav-hamburger::before, .nav-hamburger::after { content: ""; height: 2px; left: 0; position: absolute; top: 50%; transform-origin: 50% 50% 0; width: 100%; }
.nav-hamburger span { height: 2px; left: 0; overflow: hidden; position: absolute; text-indent: 200%; top: 50%; width: 100%; cursor: pointer; }
.nav-hamburger::before { transform: translate3d(0px, -10px, 0px); }
.nav-hamburger::after { transform: translate3d(0px,  10px, 0px); }
.menuOpen .nav-hamburger span { background-color: var(--color-sm-nav); opacity: 0; }
.menuOpen .nav-hamburger::before { background-color:  var(--color-sm-nav); transform: rotate3d(0, 0, 1, 45deg); }
.menuOpen .nav-hamburger::after { background-color:   var(--color-sm-nav);  transform: rotate3d(0, 0, 1, -45deg); }
.nav-hamburger { position: absolute; left: 20px; top: 21px; z-index: 1001; cursor: pointer;  }
#mainLogo a { width: 168px;  height: 68px; top: 0; max-width: calc(100vw - 206px); } 
#mainNav .site-nav  { display: block; top: 0; bottom: -100vh ; left: 0; right: 0; overflow-y: auto; position: absolute; padding: 0;  box-shadow: 0 -30px 0 0 var(--bg-sm-nav);   font-family: "Open Sans", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans;  }
#mainNav .site-nav  ul, #site-menu .site-nav   li { margin: 0; padding: 0; }
#mainNav .site-nav  li { padding: 0; display: block; text-align: left;   }
#mainNav .site-nav  li:first-child { margin-top: 68px; }
#mainNav .site-nav  li a {  background: var(--bg-sm-nav); display: block; padding: 19px 20px 19px 20px; color: var(--color-sm-nav); font-size: 16px; line-height: 16px; -webkit-transition:0ms ease-out all; transition: 0ms ease-out all; text-align: center;  border-bottom: solid 1px rgba(0,0,0,0.07); text-align:left;  font-weight: 400;  letter-spacing: 0.145em; text-transform: uppercase;  }
#mainNav .site-nav  li:first-child  a  { border-top: solid 1px rgba(0,0,0,0.07); }
#mainNav .site-nav  li a.cur, #mainNav .site-nav  li a.cur:active   { outline: none; color: var(--color-sm-nav);  background: rgba(255,255,255,0.05); }
#mainNav .site-nav  li a:active  { background: rgba(255,255,255,0.1); }
#mainNav .site-nav li a.btn { font-size: 13px; line-height: 1.1em;  padding: 7px 18px;  margin: 19px  20px;  border: 0; height: auto; text-align:  center;     font-family: "Open Sans", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; letter-spacing:  0;    }
#mainNav .site-nav li a.upgradeGold  { color: #000; font-weight: 600;  }
#mainNav .site-nav li a.upgradeGold:after { background: #e7c558!important; }

/* open menu 
-----------------------------*/
#mainNav { background:var(--bg-sm-nav); color: #000; display: block!important; max-width: 280px; top: 0;  box-shadow: -1000vh 900vh  0 1000vh var(--bg-sm-nav), -1000vh  900vh 20px 1000vh  rgba(0,0,0, 0.4); position: absolute; left: 0; width: 100%;  -webkit-transition: 300ms ease-out all; transition: 300ms ease-out all; z-index: 900;    -webkit-transform: translateX(-500px); transform: translateX(-500px); transform: translate3d(-500px, 0, 0);  -webkit-transform: translate3d(-500px, 0, 0); pointer-events: none; -webkit-perspective: 1000; -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d;   will-change: transform; }
.menuOpen #mainNav  { -webkit-transform: translateX(0); transform: translateX(0); transform: translate3d(-2rem, 0, 0);  -webkit-transform: translate3d(-2rem, 0, 0); pointer-events: auto;  }
/* second stage
-----------------------------*/
#mainNav .site-nav li a.hasDrop  {position: relative; }
#mainNav .site-nav li a.hasDrop:before { content: ' '; display: block; position: absolute; right: 20px; top: 50%; width: 1.2em; height: 1.2em; background: url('../images/caret-right.svg') no-repeat center center; background-size: contain; margin-top: -0.6em; transform: rotate(90deg);    }
#mainNav .site-nav li.dropOpen a.hasDrop { color: #ffba00; background: rgba(0,0,0,0.05); }
#mainNav .site-nav li.dropOpen a.hasDrop:before { transform: rotate(-90deg); }
#mainNav .site-nav li .drop { display: none; will-change: height; }
#mainNav .site-nav li .drop a {  padding-left: 40px; border-top: 0; }
#mainNav .site-nav li .drop li:first-child { margin-top: 0; }
}
@media all and (max-width: 1024px) {
#mainHdr .ctr {  padding: 0 0; }
.nav-hamburger { top: 16px;  left: 0; }
}


/* 
////
//// Mainpage
////
--------------------------------------------------------------*/
/* Main Intro
--------------------------------------------------------------*/
#mainIntro { display: flex; justify-content:center; align-items: center; background: #271207 url("../images/main_intro_bg_xl.jpg") no-repeat center center; background-size: cover;  min-height: 53.55vw;  color: #F2ECD8; text-align: center; position: relative; padding-top: 0; }
#mainIntro .FrmCtr { z-index: 2; padding-top: 12.4rem; padding-bottom: 12.4rem; position: relative; z-index: 2; max-width: 1300px; flex-grow: 1; }
#mainIntro  .mainLogo { dispaly: block; margin: 0 auto; background: url("../images/main_logo_2x.png") no-repeat center center; background-size: contain; width: 205px; text-indent: -8000px; padding: 0;   }
#mainIntro  .mainLogo:after { content: ' '; display: block; padding-top: 98.27%; }
#mainIntro .introTxt { display: flex; flex-direction: column; justify-content: center;  align-items: center; }
#mainIntro  .ln0 { font-size: 10px; }
#mainIntro  .ln1 { font-size: 69px; line-height: 1.04em; padding: 0em 0 0.05em 0; display: block; font-weight:  400!important; max-width: 9em;  letter-spacing:  -0.02em; font-style: none; }
#mainIntro  .ln1 span.grad { display: inline-block; background: -webkit-linear-gradient(#f0ff00 8%, #ff005a 76%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative;  padding: 0.015em;      }
#mainIntro  .ln1 span.grad:after { content: attr(data-text); display: block; position: absolute; left: 0; top: 0;  z-index: -2;   padding:  0.015em;   }
#mainIntro  .ln2 {  font-size: 48px;  line-height: 0.9em; padding:0.85em  0 0.7em 0 ;  text-shadow: 0 1px 0 #000; display: block; max-width: 39em; }
#mainIntro  .ln2 .un { position: relative; display: inline-block;  }
#mainIntro  .ln2 .un:after { content: ' '; border-top: solid 2px #fff; position: absolute; bottom: -0.1em; width: 100%; left: 0;  }
#mainIntro  .ln3 {  font-size: 18.5px; line-height: 1.8em; padding: 1.4em 0 1em 0; font-weight: 400; display: block; max-width: 39em; text-transform: none; color:  rgba(242, 236, 216, 0.78); }
#mainIntro  .ln4 { font-size: 12px; line-height: 1.8em; padding: 1.8em 0 0  0; font-weight: 800; display: block; max-width: 54em; text-transform: uppercase; color:  rgba(242, 236, 216, 0.78);  letter-spacing: 0.15em; }
#mainIntro .btnWrp { padding:  16px 0  0 0;}
#mainIntro .btnWrp .btn { margin: 0 0px; }
#mainIntro .info { font-size: 14px; line-height: 1.2em;  position: relative; display: inline-block;  color: #000;  text-shadow: 0 1px 0 #000;  }
#mainIntro .info:after { content: ' '; display: inline-block;  bottom: -2px; left: 0; right: 0; height: 2px; background: rgba(255,255,255,0.4); position: absolute; -webkit-transition-property: all; -webkit-transition-duration: 350ms; -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); -moz-transition-property: all; -moz-transition-duration: 350ms; -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); transition-property: all; transition-duration: 350ms; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);   }
#mainIntro .info:hover:after { background: rgba(255,255,255,0.9); }
@media all and (max-width: 1384px) {
#mainIntro {  min-height: auto; height: auto;  }
#mainIntro .FrmCtr {  padding-top: 12.4rem; padding-bottom: 12.4rem; }
#mainIntro  .ln1 {  font-size: 69px; }
}
@media all and (max-width: 1024px) {
#mainIntro { padding-top: 0; }
#mainIntro  .ln1 { font-size: 72px; }
}
@media all and (max-width: 767px) {
#mainIntro .ln1 { font-size: 9.3vw; } 
#mainIntro .ln3 { font-size: 2.4vw; }
#mainIntro .btnWrp { display: flex; flex-direction: column; }
#mainIntro .btnWrp .btn:first-child { margin-bottom: 2rem; }
#mainIntro .ln4 { font-size: 1.57vw; }
}
@media all and (max-width: 572px) {
#mainIntro { min-height: 87vw; }
#mainIntro .FrmCtr {  padding-top: 8.4rem; padding-bottom: 8.4rem; }
#mainIntro  .mainLogo { width: 26.59vw; /*1.13*/}
#mainIntro  .ln0 {  max-width: 22em; font-size: 8px;  }
#mainIntro  .ln1 { font-size: 9vw; max-width: 9em; } 
#mainIntro  .ln2 {  font-size: 4.78vw;   }
#mainIntro  .ln3 {  font-size: 3.4vw; padding: 0.8em 0 0.2em 0; max-width: 23em;  line-height: 1.45em; font-weight: 500; }
#mainIntro .ln4 { font-size: 2.17vw; }
#mainIntro .ln4 .lst { display: none; }
}
/* Main Genre
--------------------------------------------------------------*/
#mainGenre { background: #111208;   }
#mainGenre .top { max-width: 820px; margin: 0 auto; text-align: center; }
#mainGenre .top .ln3 { font-size: 11.5px; font-weight: 700; line-height: 1.4em; letter-spacing: 0.22em; text-transform: uppercase; color: #1fb8a4; padding: 0; margin-bottom: 1.7em; }
#mainGenre .top .ln1 { font-size: 48px; font-weight: 400; line-height: 1.18em; letter-spacing: 0.015em; color: #f2ecd8; }
#mainGenre .top .ln1 .hl { color: #d4c47a; }
#mainGenre .top .ln2 { font-size: 16px; font-weight: 400; line-height: 1.7em; letter-spacing: 0.003em; color: rgba(242,236,216,0.7); padding: 0; margin-top: 1.1em;  }
#mainGenre .btm { margin-top: 3.4em; }
#mainGenre .lst { display: flex; }
#mainGenre .tmb { flex: 1 0 0; position: relative; overflow: hidden; border-radius: 14px; background: center center no-repeat; box-shadow: 0 24px 60px rgba(8,9,3,0.55), 0 0 0 1px rgba(212,196,122,0.18); }
#mainGenre .tmb { background-size: cover; }
#mainGenre .tmb:not(:first-child) { margin-left: 16px; }
#mainGenre .tmb::after { content: ""; display: block; padding-bottom: 91.45%; background: linear-gradient(to bottom, rgba(17,18,8,0.22) 0%, rgba(17,18,8,0.06) 38%, rgba(17,18,8,0.52) 78%, rgba(17,18,8,0.82) 100%); margin-bottom: -1px; }
#mainGenre .gen { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; display: flex; }
#mainGenre .itm { flex: 1 0 0; box-sizing: border-box; font-size: 10px; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 2.6em; }
#mainGenre .itm:not(:last-child) { border-right: 1px solid rgba(242,236,216,0.16); }
#mainGenre .ico { width: 3.4em; height: 3.4em; margin-bottom: 0.7em; opacity: 0.95; }
#mainGenre .ico img { width: 100%; }
#mainGenre .itm .ln1 { font-size: 1.4em; font-weight: 400; line-height: 1.1em; letter-spacing: 0.04em; color: #f2ecd8; }
@media (max-width: 768px) {
#mainGenre {   }
#mainGenre .top .ln1 { font-size: 34px; }
#mainGenre .top .ln2 { max-width: 23em; margin: 1.1em auto 0 auto; }
#mainGenre .lst { flex-direction: column; }
#mainGenre .tmb { flex: none; width: 100%; }
#mainGenre .tmb:not(:first-child) { margin-left: 0; margin-top: 1.6em; }
#mainGenre .tmb::after { padding-bottom: 62%; }
}
@media (max-width: 576px) {
#mainGenre .top .ln1 { font-size: 27px; }
#mainGenre .top .ln2 { font-weight: 500; }
#mainGenre .tmb::after { padding-bottom: 60%; }
}
@media (max-width: 480px) {
#mainGenre .top .ln1 { font-size: 5.6vw; }
#mainGenre .top .ln2 { font-size: 3.3vw; }
#mainGenre .itm { font-size: 2.1vw; } 
#mainGenre .top .ln3 { font-size: 2.4vw; }
}

/* Main Mid
--------------------------------------------------------------*/
#mainMid { background: url('../images/main_mid_bg_xl.jpg') center center no-repeat; background-size: cover; padding: 3rem 0; font-size: 10px; text-align: center;   }
#mainMid .ln1 { font-size: 5.8em; font-weight: 600; font-style: none; line-height: 1.06em; letter-spacing: 0.005em; color: #f5ebdc; padding-bottom: 0.35em; max-width: 15.43em;   margin: 0 auto;  } 
#mainMid .ln2 { font-size: 2em; font-weight: 400; line-height: 1.65em; color: rgba(242, 236, 216, 0.84); max-width: 34em; padding: 0; padding-bottom: 1.5em; margin: 0 auto; }
#mainMid .btm { display: flex; align-items: center; padding: 2.2em 0 0 0; }
#mainMid .btm .ico { display: flex; margin-right: 0.5em; }
#mainMid .btm .ln3 { font-size: 1.4em; font-weight: 500; line-height: 1.5em; color: rgba(242, 236, 216, 0.84); padding: 0; }
#mainMid  .ln4 { font-size: 13.5px; line-height: 1.8em; padding: 1.8em 0 0  0; font-weight: 600; display: block;   text-transform: none; color: rgba(242, 236, 216, 0.84); letter-spacing: 0.15em; margin: 0 auto;  }
@media (max-width: 992px) {
#mainMid { text-align: center;  }
#mainMid .ln1 { font-size: 5em; margin: 0 auto; max-width: 12em;  }
#mainMid .ln2 { font-size: 1.7em;  margin: 0 auto;  }
#mainMid .btm  { margin: 0 auto; justify-content: center;  }
#mainMid .btm .ico { display: none; }
#mainMid .btm .ln3 { max-width: 23em; }
#mainMid .ln4 { font-size: 1.57vw; }
}
@media (max-width: 576px) {
#mainMid .ln1 { font-size: 4em;}
#mainMid .ln2 { font-size: 1.44em; font-weight: 500; }
#mainMid .btm .ln3 { font-weight: 600; }
#mainMid .ln4 { font-size: 2.17vw; }
#mainMid .ln4 .lst { display: none; }
}
@media (max-width: 480px) {
#mainMid { font-size: 2.1vw; }
}
/* Main Reasons
--------------------------------------------------------------*/
#mainReasons { background: #111208;   }
#mainReasons .top { text-align: center; margin-bottom: 3.4em; }
#mainReasons .top .ln3 { font-size: 11.5px; font-weight: 700; line-height: 1.4em; letter-spacing: 0.22em; text-transform: uppercase; color: #1fb8a4; margin-bottom: 0.87em; padding: 0;  }
#mainReasons .top .ln1 { font-size: 48px; line-height: 1.18em; letter-spacing: 0.015em; color: #f2ecd8; }
#mainReasons .top .ln1 .hl { color: #d4c47a; }
#mainReasons .lst { display: flex; gap: 16px; }
#mainReasons .itm { flex: 1 1 0; font-size: 10px; background: #191a10; border-radius: 14px; overflow: hidden; box-shadow: 0px 22px 50px 0px rgba(8,9,3,0.5), 0px 0px 0px 1px rgba(138,132,112,0.22); }
#mainReasons .tmb { position: relative; background: center center no-repeat; }
#mainReasons .tmb { background-size: cover; }
#mainReasons .tmb::after { content: ""; display: block; padding-bottom: 75%; background: linear-gradient(to bottom, rgba(17,18,8,0.04) 0%, rgba(17,18,8,0.1) 50%, rgba(25,26,16,0.92) 100%); }
#mainReasons .num { position: absolute; top: 1em; left: 1em; z-index: 2; box-sizing: border-box; background: #d4c47a; border-radius: 5px; padding: 0.4em 0.64em; font-size: 1.1em; line-height: 1em; letter-spacing: 0.16em; text-transform: uppercase; color: #0c0d06; }
#mainReasons .txt { box-sizing: border-box; padding: 2.1em 1.9em 2.3em 1.9em; }
#mainReasons .ico { width: 5em; height: 5em; margin-bottom: 1em; }
#mainReasons .ico svg { display: block; }
#mainReasons .itm .ln1 { font-size: 2.1em; line-height: 1.22em; letter-spacing: 0.015em; color: #f2ecd8; margin-bottom: 0.33em; }
#mainReasons .itm .ln2 { font-size: 1.45em; font-weight: 400; line-height: 1.78em; letter-spacing: 0.0034em; color: rgba(242,236,216,0.74); }
@media (max-width: 992px) {
#mainReasons .FrmCtr { max-width: 536px; }
#mainReasons .top .ln1 { font-size: 34px; }
#mainReasons .lst { flex-direction: column; }
#mainReasons .itm { flex: auto; }
}
@media (max-width: 576px) {
#mainReasons .top .ln1 { font-size: 6vw; }
#mainReasons .itm .ln2 { font-weight: 500; }
}
@media (max-width: 480px) {
#mainReasons .itm { font-size: 2.1vw; }
#mainReasons .top .ln3 { font-size: 2.4vw;  }
}
/* Main Team
--------------------------------------------------------------*/
#mainTeam { position: relative; overflow: hidden; background: #191a10;  }
#mainTeam .wm { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; font-size: 157.437px; line-height: 1em; letter-spacing: 0.04em; color: rgba(212,196,122,0.04); white-space: nowrap; pointer-events: none; padding: 0; }
#mainTeam .FrmCtr { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; text-align: center; }
#mainTeam .ico { width: 64px; height: 64px; margin-bottom: 1.6em; font-size: 10px; }
#mainTeam .ln3 { padding: 0; font-size: 11.5px; font-weight: 700; line-height: 1.4em; letter-spacing: 0.22em; text-transform: uppercase; color: #1fb8a4; margin-bottom: 1.217em; }
#mainTeam .ln1 { max-width: 884px; padding: 0; font-size: 34px; font-weight: 400; line-height: 1.4em; letter-spacing: 0.012em; color: #f2ecd8; margin-bottom: 0.47em; }
#mainTeam .ln1 .hl { color: #d4c47a; }
#mainTeam .ln2 { max-width: 660px; padding: 0; font-size: 16.5px; font-weight: 400; line-height: 1.85em; letter-spacing: 0.003em; color: rgba(242,236,216,0.78); margin-bottom: 1.333em; }
#mainTeam .bar { width: 60px; height: 3px; background: linear-gradient(to right, #d4c47a, #1fb8a4); border-radius: 3px; margin-bottom: 1.3em; font-size: 10px; }
#mainTeam .sig { padding: 0; font-size: 13px; font-weight: 700; line-height: 1.4em; letter-spacing: 0.14em; text-transform: uppercase; color: #8a8470; margin-bottom: 0; }
@media (max-width: 768px) {
#mainTeam .wm { font-size: 96px; }
#mainTeam .ln1 { font-size: 29px; }
}
@media (max-width: 576px) {
#mainTeam .wm { font-size: 64px; }
#mainTeam .ln1 { font-size: 29px; }
#mainTeam .ln2 { font-weight: 500; }
}
@media (max-width: 480px) {
#mainTeam .ico {  width: 13vw; height: 13vw; }
#mainTeam .ln1 { font-size: 6vw; }
#mainTeam .ln2 { font-size: 3.3vw; }
#mainTeam .ln3, #mainTeam .sig { font-size: 2.4vw; }
}
/* Main Btm
--------------------------------------------------------------*/
#mainBtm { background: url('../images/main_btm_bg_xl.jpg') center center no-repeat; background-size: cover; padding: 3rem 0; font-size: 10px; text-align: left;   }
#mainBtm .ln1 { font-size: 7.2em; font-weight: 600; font-style: none; line-height: 1.06em; letter-spacing: 0.005em; color: #f5ebdc; padding-bottom: 0.05em; max-width: 8.43em; margin: 0 auto 0 0; } 
#mainBtm .ln2 { font-size: 1.9em; font-weight: 400; line-height: 1.65em; color: rgba(255, 255, 255,0.84); max-width: 34em;  padding: 0.75em 0 1.5em 0; margin: 0 auto 0 0; }
#mainBtm .btm { display: flex; align-items: flex-start; padding: 2.2em 0 0 0; }
#mainBtm .btm .ico { display: flex; margin-right: 0.5em; }
#mainBtm .btm .ln3 { font-size: 1.4em; font-weight: 500; line-height: 1.5em; color: rgba(255, 255, 255,0.72); padding: 0; }
#mainBtm  .ln4 { font-size: 12px; line-height: 1.8em; padding: 1.8em 0 0  0; font-weight: 800; display: block;   text-transform: uppercase; color: rgba(255, 255, 255, 0.82); letter-spacing: 0.15em; margin: 0 auto;  }
@media (max-width: 992px) {
#mainBtm { text-align: center;  }
#mainBtm .ln1 { font-size: 5em; margin: 0 auto;  }
#mainBtm .ln2 { font-size: 1.7em;  margin: 0 auto;  }
#mainBtm .btm  { margin: 0 auto; justify-content: center;  }
#mainBtm .btm .ico { display: none; }
#mainBtm .btm .ln3 { max-width: 23em; }
#mainBtm .ln4 { font-size: 1.57vw; }
}
@media (max-width: 576px) {
#mainBtm .ln1 { font-size: 4.6em; }
#mainBtm .ln2 { font-size: 1.5em; font-weight: 500; }
#mainBtm .btm .ln3 { font-weight: 600; }
#mainBtm .ln4 { font-size: 2.17vw; }
#mainBtm .ln4 .lst { display: none; }
}
@media (max-width: 480px) {
#mainBtm { font-size: 2.1vw; }
}
/* Main Footer
--------------------------------------------------------------*/
#mainFtr { background: var(--bg-footer); color: var(--color-footer); position: relative; z-index: 2; box-shadow: 0 4000px 0 4000px var(--bg-footer);  font-weight: 400;  font-family: "Open Sans", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans;  }
#ftrNav { display: block; font-size: 13px; margin-bottom: 3.8rem; }
#ftrNav li { display: inline; white-space: nowrap; } 
#ftrNav li a { color: var(--color-footer); margin: 0 0.72em; }
#ftrNav li a:hover { color: var(--color-footer-hover); text-decoration: underline;   }
#mainFtr .logo { width: 265px; margin-bottom: 3.4rem;   }
#mainFtr .copy { font-size: 13px; line-height: 1.75em; padding-bottom: 0; display: flex;  justify-content: center;}
#mainFtr .copy+.copy { padding-top: 2.2rem; }
#mainFtr .copy .liveBtn { border-radius: 40px; background: var(--footer-helpbtn-bg); color: var(--footer-helpbtn-text); display: flex; align-items:  center; font-size: 1.1em; padding: 0.8em 1.4em; }
#mainFtr .copy .liveBtn svg { min-width: 1.2em; width: 1.2em; margin-right: 0.8em; }
@media all and (max-width: 1019px) {
#ftrNav { display: block; margin: 0 auto 2.4rem auto; max-width: 27em; }
#ftrNav li  { line-height: 1.4em; }
#ftrNav li a { margin: 0 0.5em; } 
#ftrNav li span { display: none; }
}
@media all and (max-width: 576px) {
#ftrNav { font-size: 2.819vw;  }
#ftrNav li { line-height: 1.7em; }
#mainFtr .copy { font-size: 2.819vw; }
#mainFtr .copy .liveBtn { font-size: 1em; }
}
/* Live Chat Btn
--------------------------------------------------------------*/
.liveChatWrp  { position: fixed;  right: 2rem; bottom: 2rem;  z-index: 10;  }
.liveChatWrp .btmRow { display: flex; justify-content: flex-end; align-items: stretch;     gap: 8px; }
.liveChat {  border-radius: 50px; background: var(--chat-btn-bg)!important; color: var(--chat-btn-txt); width: 50px; height: 50px; display: flex; justify-content: center; align-items: center; box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.35);  }
.liveChat svg { width: 50%; }
.liveChat:hover, .liveChat:active { filter: saturate(140%); }
.sideChatBubble { position: relative; display: flex;  padding: 10px 0 0 0;  margin-top: -10px; }
.sideChatBubble .closeBtn { position: absolute; left: 0;  top: -28px;  margin-bottom: 8px; width: 28px; height: 28px; padding: 0; border: none; border-radius: 50%; background: #F0F0F0; color: #5b5b5b; display: flex; justify-content: center; align-items: center; box-shadow: 0 2px 8px -2px rgba(0,0,0,0.35); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(4px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.sideChatBubble .closeBtn svg { width: 22px; height: 22px; fill: currentColor; }
.sideChatBubble:hover .closeBtn, .sideChatBubble .closeBtn:focus-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.sideChatBubble .form { margin: 0; display: flex; align-items: center; gap: 6px; padding: 0 6px 0 18px; background: #fff; border: 1px solid #e6e6e6; border-radius: 50px; box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.35); }
.sideChatBubble .chatMiniMsg { flex: 1 1 auto; min-width: 0; width: 7.8em; max-width: 50vw; display: flex; align-items: center; font-family: "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-size: 15px; color: #8a8a8a; white-space: nowrap; overflow: hidden;  }
.sideChatBubble .msgSubBtn { flex: 0 0 auto; width: 36px; height: 36px; padding: 0; border: none; border-radius: 50%; background: #ededed; color: #444; display: flex; justify-content: center; align-items: center; cursor: pointer; transition: background .2s ease; }
.sideChatBubble .msgSubBtn svg { width: 62%; height: 62%; fill: currentColor; }
.sideChatBubble .msgSubBtn:hover:not(:disabled) { background: #e0e0e0; }
.sideChatBubble .msgSubBtn:disabled { cursor: default; opacity: .9; }

@media all and (max-width: 576px) {
.liveChat { width: 40px; height: 40px; }
.sideChatBubble .msgSubBtn { width: 30px; height: 30px; }
.sideChatBubble .chatMiniMsg { font-size: 14px; }
}

/* 
////
//// Login
////
--------------------------------------------------------------*/
#loginCont  { background: var(--bg-body-login); display: flex; justify-content: center; align-items: center; padding: 6rem 0; min-height: calc(100vh - 448px); }
#loginCont  .loginForm { background: #000; padding: 16px; color: #fff;max-width: 356px; margin: 0 auto;  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);  -moz-box-shadow:  0px 0px 10px rgba(0,0,0,0.3);   -webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#loginCont  .title { font-size: 20px; text-align: center; padding:4px 0 20px 0;  font-weight: 400;  }
#loginCont p { position: relative; }
#loginCont p label { font-size: 16px; line-height: 1.5em; }
#loginCont p input { background: none #fbfbfb!important; color: #000!important; font-size: 16px!important;  height: 2.54em!important; }
#loginCont .inputIco { position: relative; display: block;  }
#loginCont .inputIco input { padding-right:40.63px;}
#loginCont .passwordToggle { position: absolute; right: 0; top: 24px; height: 40.63px; width: 40.63px; display: flex; justify-content:  center; align-items: center; }
#loginCont .passwordToggle svg { width: 44%; height: 100%; }
#loginCont .passwordToggle svg path { fill: #919191; }
#loginCont .passwordToggle svg .st1 { display: none; }
#loginCont input[type=text] + .passwordToggle svg .st0 { display: none; }
#loginCont input[type=text] + .passwordToggle svg .st1 { display: block; }
#loginCont .msg { padding-left: 0; font-size: 14px; line-height: 1.2em; width: 100%; display: block; padding: 0 0 10px 0; text-align: center;  letter-spacing: -0.02em;  font-family: "Helvetica Neue", Arial, "Nimbus Sans L", "FreeSans;"; }
#loginCont .keep label { padding-left: 0; font-size: 13px; text-align: left; line-height: 1.2em; width: auto; display: block; padding: 0.5em 0; }
#loginCont .keep label input { float: left; width: 1em!important; height: 1em!important; display: block; margin-right: 0.4em; vertical-align: top; position: relative; top: -0.1em;  }
#loginCont p label.error, #loginCont p small.error  { float: left; font-size: 11px; padding: 2px 0 0 0;  color: #edff00;  }
#loginCont .creat { padding-left: 0; font-size: 14px; line-height: 1.2em; width: 100%; display: block; padding: 0.5em 0; text-align: center;  }
#loginCont .creat a { color: rgba(255,255,255,0.75);  font-family: "Helvetica Neue", Arial, "Nimbus Sans L", "FreeSans;"; }
#loginCont .creat a:hover { color: #fff; }
#loginCont p.tos { text-align: center; font-size: 11px; line-height: 1.2em; width: 100%; display: block; padding: 0; color: rgba(255,255,255,0.75);  font-family: "Helvetica Neue", Arial, "Nimbus Sans L", "FreeSans;";  }
@media all and (max-width: 1024px) {
#loginCont { min-height: calc(100vh - 368px); }
}
@media all and (max-width: 1024px) {
#loginCont { min-height: calc(100vh - 368px); }
}
@media (max-width: 479px) {
#loginCont { min-height: calc(100vh - 48.8rem); }
#loginCont  .title { font-size: 18px; text-align: center; padding:3px 0 19px 0;   }
}

/* 
////
//// Privacy & tos
////
--------------------------------------------------------------*/
#innerCont  { background: var(--bg-body-login); color: var(--color-body); display: flex; justify-content: center; align-items: center; padding: 6rem 0; min-height: calc(100vh - 448px); }
@media all and (max-width: 1024px) {
#innerCont { min-height: calc(100vh - 368px); }
}
@media all and (max-width: 1024px) {
#innerCont { min-height: calc(100vh - 368px); }
}
@media (max-width: 479px) {
#innerCont { min-height: calc(100vh - 48.8rem); }
}
/* Tos Phone Header
--------------------------------------------------------------*/
.tosHdr #mainLogo { flex-grow: 1; }
.tosHdr #mainLogo a {  max-width: 24.6rem; }
#mainNav .tosNav li { font-size: 12px!important; line-height: 30px;  font-family:"Open Sans", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400;  }
#mainNav .tosNav li svg { width: 1.6em; height:  30px; vertical-align:  top; }
@media all and (max-width: 1200px) {
#mainNav .tosNav  { flex-direction: column; text-align: right;  padding-left: 15px;  }
#mainNav .tosNav li { font-size: 11px!important; padding: 0; line-height: 20px;  letter-spacing: -0.025em; }
#mainNav .tosNav li svg  { height: 20px; }
}
@media (max-width: 479px) {
#mainNav .tosNav li { font-size: 9px!important; line-height: 16px; }
#mainNav .tosNav li svg  { height: 16px; }
}
@media (max-width: 394px) {
#mainNav .tosNav li { font-size:  2.3vw!important; line-height: 1.77em;  }
#mainNav .tosNav li svg { height: 1.77em; }
}

    
    

