:root {
--background-body: #fff;
--background-header:  #9c85f2;
--background-intro: #2C1450;
--color-primary: #7C5CF5;
--color-secondary: #C9A5F7 ;
--color-footer: #fff;
--color-footer-hover: #fff;
--background-footer: #9c85f2;
--chat-btn-bg: #8b8680 ;
--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: "Source Sans 3", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; font-weight: 400; background: var(--background-body);  letter-spacing:  -0.01em;  }
strong { font-weight: 700; }
.genC1 { color: var(--color-primary); }
.genC2 { color: var(--color-secondary); }
#fullWrp { margin: 0 auto; min-height: 100%;  background: var(--background-body); position: relative;  }
.FntSor { font-family: "Poppins", "Helvetica Neue", Arial, "Nimbus Sans L", FreeSans; }
.genPad1 { padding-top: 6rem; padding-bottom: 6rem;}
@media all and (max-width: 576px) {
.genPad1 { padding-top: 4.5rem; padding-bottom: 4.5rem;}
}

/* logo 
-----------------------------*/
#mainLogo { float: left; }
#mainLogo a { display: block; background: url(../images/main_logo.svg) no-repeat left center; background-size: contain!important; width: 262px; height: 68px; white-space: nowrap; text-indent: -8000px;   }
@media all and (max-width: 767px) {
#mainLogo  { max-width: calc(100% - 115px); width: 262px; }
#mainLogo  a { width: 100%; }
}
@media all and (max-width: 576px) {
.nav-hamburger + #mainLogo { margin-left: 54px!important; }
#mainLogo a { height: 46px; width: calc(100% - 13px);  }
}
/* Main Header
--------------------------------------------------------------*/
#mainHdr { z-index: 2; background: var(--background-header); background-size:  auto 100%;  padding: 20px  0; }
#fullWrp .mainIntroHeader { position: absolute; left: 0; top: 0px; width: 100%; background: none; background:  var(--background-header); }
#mainHdr .nav-hamburger { display: none; }
#mainHdr  .ctr { padding: 0 2rem; margin: 0 auto; position: relative; display: flex; justify-content: space-between; align-items: center; }
#mainLogo { margin: 0; display: block; float: left; position: relative;  z-index:  10; position: relative; }
#mainHdr .mainHdrOpt li { position: relative; }
#mainNav .site-nav  li a { color: #000; }
#mainNav .site-nav  li a span.bonus {  position: absolute; top: -1.6em; line-height: 1.45em; background: #f15641; padding: 0 0.55em; color: #fff;  left: 50%; transform: translate(-50%, 0%); font-size: 12.5px; }
#mainSignNav {  display: flex; justify-content: flex-end; height: 53px; align-items: center; white-space: nowrap; font-size: 14px; }
#mainSignNav a { line-height: 1.1em;display: inline-block;  color: #fff; font-weight: 700!important; text-transform: uppercase; letter-spacing: 0.1em; }
#mainSignNav a.btn {  font-size: 1em!important; line-height: 1.1em!important; font-weight: 700!important;}
#mainSignNav a:last-child  { margin-left: 15px; }
#mainSignNav a:first-child  {  padding: 1.32em 0 1.22em 0!important;}
#mainLogo .planType { position: absolute; top: 0; line-height: 1.45em; background: #1c6ac7; padding: 0 0.55em;color: #fff; font-size: 12.5px; left: 104%; text-indent: 0; text-transform: uppercase; }
@media all and (max-width: 1480px) {
#mainHdr .mainHdrOpt, #mainSignNav a.btn {  font-size: 14px; }
#mainHdr .mainHdrOpt li span.bonus  {  font-size: 11.5px; }
#mainSignNav a:last-child  { margin-left: 15px; }
}
@media all and (max-width: 1360px) {
#mainHdr .mainHdrOpt, #mainSignNav {  font-size: 14px; }
#mainHdr .mainHdrOpt li span.bonus  {  font-size: 10.5px; }
}
@media all and (max-width: 767px) {
#fullWrp .mainIntroHeader { top: 0;}
#mainHdr {padding: 15px  0; }
#mainSignNav {  font-size: 13.5px; }
}
@media all and (max-width: 576px) {
#mainHdr {padding: 5px  0; }
#mainSignNav {  font-size: 11.5px; }
#mainSignNav a.btn { /*padding: 1.12em  0em 1.12em 0em!important;*/ }
#mainLogo .planType { display: none;}
#mainSignNav a:last-child { margin-left: 10px; }
#mainSignNav a:first-child  {   }
}
/* Main  Menu
--------------------------------------------------------------*/
@media all and (min-width: 1271px) {
#mainHdr #mainNav { display: flex; justify-content: space-between; align-items: center; font-weight: 700; text-transform: uppercase; font-size: 16px; line-height: 1.2em; max-width: 1080px;  width: 100%;  padding: 0 30px;  }
#mainHdr #mainNav .site-nav { width: 100%; }
#mainHdr .mainHdrOpt {  width: 100%;   display: flex;  justify-content: space-between; align-items: center;  }
#mainHdr .mainHdrMem  { max-width: 540px;  margin: 0 auto; }
#mainNav .site-nav .dropDown { position: absolute; top: 5px; left: 0; z-index: 1000; display: none; float: left; min-width: 168px; padding-top: 28px; cursor:  pointer; }
#mainNav .site-nav .dropDown ul { padding: 3px   0; margin: 0.125rem 0 0; font-size: 16px; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: 0.25rem; }
#mainNav .site-nav .dropDown li a { padding: 3px  6px; font-weight: normal; font-size: 12.8px; line-height: 1.9em; display: block; white-space: nowrap;   }
#mainNav .site-nav .dropDown li a:hover { background: #eee; }
#mainNav .site-nav .dropDown ul a:before { content: ' '; display:  inline-block; height: 1.9em; width: 1.9em; margin-right: 0.4em; background-size: contain!important; background-position: center center; background-repeat: no-repeat; vertical-align: top ; }
#mainNav .site-nav  li.dropElm > a:after { content: ' '; border: solid #1b6ac7; border-width: 0 3px 3px 0; display: inline-block; padding: 3px; vertical-align: top; position: relative;  -webkit-transform: rotate(45deg); transform: rotate(45deg); margin-left: 8px; position: relative; top: 0.2em; }
#mainNav .site-nav  li.dropElm:hover .dropDown { display: block; }
#mainNav .site-nav  li.hideLg { display: none!important; }
}
@media all and (max-width: 1270px) {
/*burger icon + animation*/
#mainHdr .nav-hamburger { background: transparent none repeat scroll 0 0; border: 0 none; cursor: pointer; display: block; 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; position: absolute; left: 2rem; top: 9px;  }
.nav-hamburger::before, .nav-hamburger::after, .nav-hamburger span { background-color: #000; transition: all 0.3s ease-in-out 0s; }
.nav-hamburger::before, .nav-hamburger::after, .nav-hamburger span { background-color: #000; }
.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: #fff; opacity: 0; }
.menuOpen .nav-hamburger::before { background-color: #fff; transform: rotate3d(0, 0, 1, 45deg); }
.menuOpen .nav-hamburger::after { background-color: #fff; transform: rotate3d(0, 0, 1, -45deg); }
.nav-hamburger { position: absolute; left: 0; top: 14px; z-index: 1001; cursor: pointer;  }
.nav-hamburger + #mainLogo { margin: 0 0 0 61px;   } 
#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 #1b6ac7;  }
#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: #1b6ac7; display: block; padding: 16px 20px 16px 20px!important; color: #fff; font-size: 15px; line-height: 16px; -webkit-transition:0ms ease-out all; transition: 0ms ease-out all; text-align: center;  border-bottom: solid 1px rgba(255,255,255,0.15); text-align:left; font-weight: 400;  letter-spacing: 0.145em; text-transform: uppercase;  }
#mainNav .site-nav  li a span.bonus { position: static; display: inline; vertical-align:  top; margin-left: 0.4em;   }
#mainNav .site-nav  li:first-child  a  { border-top: solid 1px rgba(255,255,255,0.2); }
#mainNav .site-nav  li a.cur, #mainNav .site-nav  li a.cur:active   { outline: none; color: #fff;  background:#297ee3; }
#mainNav .site-nav  li a:active  { background:#297ee3; }
#mainNav .site-nav  li li a { border-top: 0!important; padding-left: 32px!important;}
#mainNav .site-nav  li.dropElm> a:after { content: ' '; border: solid #fff; border-width: 0 2px 2px 0; display: block; padding: 2px; width: 0.25em; height: 0.25em;  vertical-align: middle; position: relative;  -webkit-transform: rotate(45deg); transform: rotate(45deg); position: absolute; right: 20px; top: 17px; }
#mainNav .site-nav  li li:first-child { margin: 0;}
#mainNav .site-nav  li .dropDown { display: none; }
#mainNav .site-nav  li.dropOpen > a:after {  -webkit-transform: rotate(-135deg); transform: rotate(-135deg); top: 22px;}
#mainNav .site-nav  li.dropOpen .dropDown { display: block; }
/* open menu 
-----------------------------*/
#mainNav { background:#000; color: #fff; display: block!important; max-width: 300px; top: 0;  box-shadow: -1000vh 900vh  0 1000vh #1b6ac7, -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(0, 0, 0);  -webkit-transform: translate3d(0, 0, 0); pointer-events: auto;  }
}

/* Main Intro
--------------------------------------------------------------*/
#mainIntroId { background: var(--background-intro); background-size: cover; padding: 6rem 0; }
#mainIntroBg .FrmCtr  { min-height: 509px;  display: flex; justify-content: space-between;  align-items: center; max-width: 1100px;   }
#mainIntroBg .FrmCtr .sideIntro { width: 100%; max-width: 854px; color: #fff; padding-right: 3rem;   }
#mainIntroBg .FrmCtr .sideIntro .sepGrad { width: 324px; background: linear-gradient(90deg, var(--color-secondary) 0%, var(--color-primary) 100%) ; display: block; }
#mainIntroBg .FrmCtr .sideIntro .sepGrad:after { display: block; content: ' '; padding-top: 4%; }
#mainIntroBg .FrmCtr .sideIntro .ln0 { font-size: 22px; line-height: 1.06em; font-weight: 700; text-transform: none; letter-spacing: 0; }
#mainIntroBg .FrmCtr .sideIntro .ln1 { font-size: 54px; line-height: 1.06em; font-weight: 700; margin: 0; max-width: 8.2em; padding: 0em 0 0.45em 0; letter-spacing: 0.0em; text-transform: none; color: #ececec; }
#mainIntroBg .FrmCtr .sideIntro .ln2 { font-size: 18px; line-height: 1.66em; font-weight: 400;  letter-spacing:  0; padding: 0 0 1.6em 0; max-width: 28em; color: rgba(255, 255, 255, 0.78); }
#mainIntroBg .FrmCtr .sideIntro .ln3 { font-size: 16px; line-height: 1.66em; font-weight: 600;  letter-spacing:  0; padding: 2em 0;  }
#mainIntroBg .FrmCtr .sideIntro .ln3 li { display: flex; align-items: center; padding: 0.2em 0; }
#mainIntroBg .FrmCtr .sideIntro .ln3 .ico { max-width: 1em; min-width: 1em; display: flex; align-items: center; margin-right: 0.4em; }
#mainIntroBg .FrmCtr .sideIntro .ln3 .ico svg { width: 100%; }
#mainIntroBg .FrmCtr .sideIntro .btn svg { width: 0.7em;  }
#mainIntroBg .FrmCtr .sideTmb { width: 100%; max-width: 560px; background: url("../images/main_intro_tmb_xl.png") no-repeat center top; background-size: contain;   }
#mainIntroBg .FrmCtr .sideTmb:after { content: ' '; display: block;  padding-top: 89%;  }

@media all and (max-width: 1121px) {
#mainIntroBg .FrmCtr  { flex-direction: column; justify-content: center; min-height: 469px;    height: auto;   }
#mainIntroBg .FrmCtr .sideIntro { text-align: center; padding-right: 0;  display: flex; flex-direction: column;  align-items: center; }
#mainIntroBg .FrmCtr .sideIntro .sepGrad { width: 274px; margin-left: auto; margin-right: auto; }
#mainIntroBg .FrmCtr .sideIntro .ln0, #mainIntroBg .FrmCtr .sideIntro .ln1, #mainIntroBg .FrmCtr .sideIntro .ln2 { margin: 0 auto; }
#mainIntroBg .FrmCtr .sideTmb { width: 70%; max-width: 429px; margin-top: 5rem; }
}
@media all and (max-width: 640px) {
#mainIntroBg .FrmCtr .sideIntro .ln1 { font-size: 54px; } 
}
@media all and (max-width: 576px) {
#mainIntroBg .FrmCtr  {  min-height: 0; height: auto;  } 
#mainIntroBg .FrmCtr .sideIntro  { text-align: center; width: 100%; max-width: 100%; margin: 0 auto;   }
#mainIntroBg .FrmCtr .sideIntro .sepGrad { width: 46vw; }
#mainIntroBg .FrmCtr .sideIntro .ln1 { font-size: 9.3vw; } 
#mainIntroBg .FrmCtr .sideIntro .ln2 { font-size: 3.5vw;  font-weight: 500;  max-width: 24.8em;  }
#mainIntroBg .FrmCtr .sideIntro .ln3 { font-size: 3.1vw;  }
}
@media all and (max-width: 448px) { 
#mainIntroBg .FrmCtr  {  min-height: 95vw }
}
/* mainFeatures
--------------------------------------------------------------*/
#mainFeatures { }
#mainFeatures .FrmCtr .top { text-align: center; margin-bottom: 3.8em; }
#mainFeatures .FrmCtr .top .ln1 { font-size: 38px; font-weight: 700; line-height: 1.15em; letter-spacing: -0.03em; color: #1e1233; margin-bottom: 0.16em; }
#mainFeatures .FrmCtr .top .ln2 { font-size: 17px; line-height: 1.65em; letter-spacing: -0.01em; color: rgba(0,0,0,0.75); padding: 0; }
#mainFeatures .FrmCtr .lst { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 1.25em; list-style: none; }
#mainFeatures .lst .itm { font-size: 10px; box-sizing: border-box; width: calc(50% - 0.625em); display: flex; align-items: flex-start; background: #261842; border-radius: 1.8em; padding: 2.4em 2.2em; }
#mainFeatures .lst .itm:first-child, #mainFeatures .lst .itm:last-child { width: 100%; }
#mainFeatures .lst .itm .ico { width: 7.2em; height: 7.2em; flex-shrink: 0; margin-right: 1.5em; }
#mainFeatures .lst .itm .ln1 { font-size: 2.2em; font-weight: 700; line-height: 1.48em; letter-spacing: -0.02em; color: #fff; margin-bottom: 0.25em; }
#mainFeatures .lst .itm .ln2 { font-size: 1.6em; line-height: 1.7em; letter-spacing: -0.01em; color: rgba(255,255,255,0.88); padding: 0; }
@media (max-width: 768px){
#mainFeatures .lst .itm { width: 100%; }
}
@media (max-width: 576px){
#mainFeatures .FrmCtr .top .ln2 { font-weight: 500; }
#mainFeatures .lst .itm { flex-direction: column; }
#mainFeatures .lst .itm .ico { margin-right: 0; margin-bottom: 1.4em; }
#mainFeatures .lst .itm .ln2 { font-weight: 500; }
}
@media (max-width: 480px){
#mainFeatures .FrmCtr .top .ln1 { font-size: 7.9vw; }
#mainFeatures .FrmCtr .top .ln2 { font-size: 3.5vw; }
#mainFeatures .lst .itm { font-size: 2.1vw; } 
}
/* mainRitual
--------------------------------------------------------------*/
#mainRitual {  }
#mainRitual .FrmCtr .top { text-align: center; margin-bottom: 3.2em; }
#mainRitual .FrmCtr .top .ln2 { font-size: 11.5px; font-weight: 600; line-height: 1.48em; letter-spacing: 0.22em; text-transform: uppercase;  padding: 0 0 0.96em 0; }
#mainRitual .FrmCtr .top .ln1 { font-size: 46px; font-weight: 700; line-height: 1.08em; letter-spacing: -0.03em; color: #2c1450; max-width: 16.52em; margin: 0 auto; }
#mainRitual .FrmCtr .btm { max-width: 1000px; margin: 0 auto; }
#mainRitual .btm .tmb { border-radius: 1.8em; overflow: hidden; box-shadow: 0 3.6em 8.4em -1.6em rgba(44,20,80,0.32), 0 0.8em 2.4em 0 rgba(44,20,80,0.14); }
#mainRitual .btm .tmb img { width: 100%; }
#mainRitual .btm .lst { display: flex; margin-top: 3.6em; border-top: 1px solid rgba(44,20,80,0.12); padding-top: 2em; }
#mainRitual .lst .itm { font-size: 10px; flex: 1 0 0; }
#mainRitual .lst .itm + .itm { margin-left: 2.2em; }
#mainRitual .lst .itm .ln1 { font-size: 1.7em; font-weight: 700; line-height: 1.5em; letter-spacing: -0.01em; color: #2c1450; margin-bottom: 0.29em; }
#mainRitual .lst .itm .ln2 { font-size: 1.5em; line-height: 1.65em; letter-spacing: -0.01em; color: rgba(0,0,0,0.62); padding: 0; }
@media (max-width: 768px){
#mainRitual .FrmCtr .top .ln1 { margin: 0 auto; max-width: 10em ;  font-size: 44px; }
#mainRitual .btm .lst { flex-direction: column; }
#mainRitual .lst .itm + .itm { margin-left: 0; margin-top: 2.2em; }
}
@media (max-width: 576px){
#mainRitual .lst .itm .ln2 { font-weight: 500; }
#mainRitual .lst .itm { font-size: 11.5px; }
}
@media (max-width: 480px){
#mainRitual .FrmCtr .top .ln1 { font-size: 9.1vw; }
#mainRitual .lst .itm { font-size: 2.39vw }
}
@media (max-width: 365px){
#mainRitual .FrmCtr .top .ln2 { font-size: 3.1vw; }
}
/* Main Footer
--------------------------------------------------------------*/
.mainFtr { padding: 6rem 2rem; text-align: center;  box-shadow:  0 4000px 0 4000px  var(--background-footer); background: var(--background-footer); ; font-size: 13px; color: var(--color-footer);  font-weight: 600; }
.ftrNav { list-style:none; margin:  0 0  0.5em 0;  padding: 0;  }
.ftrNav li  { display: inline-block; white-space: nowrap; } 
.ftrNav li a { text-decoration: none;  color: var(--color-footer); }
.ftrNav li a:hover { text-decoration: underline; color: var(--color-footer-hover); }
.ftrCopy { padding: 0; margin: 0; }
@media all and (max-width: 1160px ) { 
.ftrNav  { max-width: 23em; margin-left: auto; margin-right: auto; line-height :1.4em;   }
.ftrNav  span { display: none; }
}
@media all and (max-width: 480px ) { 
.ftrNav, .ftrCopy  { font-size: 3.1vw; line-height: 1.5em; }
}
/* Live Chat Btn
--------------------------------------------------------------*/
.liveChatWrp  { position: fixed;  right: 2rem; bottom: 2rem;  z-index: 10; font-size: 10px;   }
.liveChatWrp .btmRow { ; }
.liveChat { display: flex; justify-content: flex-end; align-items: center; gap: 1.8em; background: var(--chat-btn-bg)!important; color: var(--chat-btn-txt); box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.35); padding: 1em 1.8em; border-radius: 1.6em; }
.liveChat .txt { font-size: 1.6em; font-weight: 600; }
.liveChat .ico { border-radius: 3.8em; width: 3.8em; height: 3.8em;  display: flex; justify-content: center; align-items: center; box-shadow: 0.2em 0.2em 0.6em 0 rgba(0,0,0,0.3);  }
.liveChat svg { width: 100%; }
.liveChat:hover, .liveChat:active { filter: saturate(130%); }
@media (max-width: 480px) {
.liveChatWrp  { font-size: 2.1vw; }
}

/* 
////
//// Login 
////
--------------------------------------------------------------*/
/* Form
--------------------------------------------------------------*/
#loginWrp { background: #efefef; display: flex; justify-content: flex-start; align-content: stretch; }
#loginFormBg { flex-grow: 1 ; display: flex; justify-content:  center; align-items: stretch; padding: 6rem 2rem;  }
#loginForm {  padding: 4rem; max-width: 370px; background: #fff; color: #414141; border-radius: 5px;  }
#loginForm p { padding-bottom: 15px; }
#loginForm  .formTitle { font-size: 24px; line-height: 1.3em; font-weight: 500; padding-bottom: 0.15em;   } 
#loginForm  .formSubtitle  { color: #6b6b6b; font-size: 14px; font-weight: 400; line-height: 1.43em; margin-bottom: 20px; }
#loginForm .inputIco { position: relative; display: block;  }
#loginForm .inputIco input { padding-right:40.63px;}
#loginForm .passwordToggle { position: absolute; right: 0; top: 24px; height: 40.63px; width: 40.63px; display: flex; justify-content:  center; align-items: center; }
#loginForm .passwordToggle svg { width: 44%; height: 100%; }
#loginForm .passwordToggle svg path { fill: #919191; }
#loginForm .passwordToggle svg .st1 { display: none; }
#loginForm input[type=text] + .passwordToggle svg .st0 { display: none; }
#loginForm input[type=text] + .passwordToggle svg .st1 { display: block; }
#loginForm label .cards { float: right; white-space: nowrap; }
#loginForm label img { display: inline;  vertical-align:  top; height: 21.4px!important; width: auto!important;  margin-left: 2px;  }
#loginForm .cvvInfo { background-color: #4d64fd; color: #fff; display: block; position: absolute; right: 10px; top: 12px; width: 1.2em; height: 1.2em; line-height: 1.2em; font-size: 14px; font-weight: 500; text-align: center; z-index: 40;  border-radius: 3px; }
#loginForm .cvvInfo:hover { background-color: #277add; }
#loginForm .passwordStrength { font-size: 11px; line-height: 1.2em; color:#919191; clear: both;  } 
#loginForm .passwordStrength svg { width: 1.2em; height: 1.2em; margin-right: 0.4em; position: relative; top: 0.2em;  }
#loginForm .tos { font-size: 12px; padding: 15px 0 0px 0; clear: both;   }
#loginForm .tos input[type="checkbox"] { position: relative;  display: inline-block; vertical-align:  top; width: 1.05em!important; height: 1.05em!important; font-size: 1.05em!important;  top: 0.225em    }
#loginForm .tos a {color: #090946; }
#loginForm .tos a:hover { text-decoration: underline; }
#loginForm .creat {  padding-top: 15px; text-align: center; font-size: 13px; padding-bottom: 0;  }
#loginForm .creat a { color: #090946; }
@media all and (max-width:1240px){

}
@media all and (max-width:980px){
#loginWrp { background: #fff; }
#loginFormBg { align-items: center; padding: 6rem 2rem; flex-direction: column; }
}
@media all and (max-width:576px){
#loginForm .formTitle { font-size: 20px; adding-bottom: 0.2em; }
#loginForm .buttonSoc { height: 36px; line-height: 36px;  }
#loginForm .buttonSoc span { display: none; }
#loginForm .buttonSoc svg { margin: 0 auto;  }
}
@media all and (max-width:472px){
#loginForm {  padding: 2rem; } 
}
@media all and (max-width:364px){
#loginForm .formSubtitle  {font-size: 13px; }
#loginForm .passwordStrength { font-size: 10.5px; }
#loginForm .tos { font-size: 11px;}
}