/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  vertical-align: baseline; }
  
  .video{
    margin-bottom: 0px;
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

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

html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*  ===========     General Rule & Styling     =============
===========================================================*/
* {
  box-sizing: border-box; }

*:focus {
  outline: none; }

a, p, h1, h2, h3, h4, h5,
span,
title,
html,
div,
button,
input,
select,
textarea {
  font-family: "Avenir", "Open Sans", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a, p,
span,
title,
html,
div,
button,
input,
select,
textarea {
  font-weight: 300; }

a {
  text-decoration: none; }

input.error {
  border: 3px solid #E94F5F !important;
  border-radius: 5px !important; }

.wrapper {
  padding: 0 10px;
  max-width: 1200px;
  margin: auto auto; }
  @media (min-width: 350px) {
    .wrapper {
      padding: 0 20px; } }

.underline {
  border-bottom: 2px solid #FBB147; }

.input, .accountAction_container input {
  background: white;
  height: 45px;
  width: 100%;
  color: #4a4a4a;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 2px;
  padding: 10px;
  font-size: 1.1em; }

a {
  color: #fff; }

a.action {
  background: #FBB147;
  border-radius: 2px;
  border: none;
  text-align: center;
  display: inline-block;
  min-width: auto;
  height: auto;
  padding: 8px 14px;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  box-shadow: 0 3px 0 0 #f09005;
  font-size: 1.2em; }
  a.action:active {
    box-shadow: 0 1px 0 0 #f09005; }
  a.action:active {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }

h1 {
  color: #369AD8;
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.2em; }

  @media (min-width: 600px) {
    h1 {
      font-size: 2em; } }

  @media (min-width: 900px) {
    h1 {
      font-size: 2.625em; } }

p {
  color: #4a4a4a;
  font-size: 1em;
  line-height: 1.4em; }

.device {
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(0, 21, 64, 0.14), 0 10px 20px 0 rgba(0, 21, 64, 0.05), inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, 0.25);
  border-radius: 24px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-transition: width 0.5s, height 0.5s, color, 0.6s;
  -moz-transition: width 0.5s, height 0.5s, color, 0.6s;
  transition: width 0.5s, height 0.5s, color, 0.6s; }
  @media (min-width: 700px) {
    .device {
      border-radius: 38px;
      box-shadow: 0 2px 6px 0 rgba(0, 21, 64, 0.14), 0 10px 20px 0 rgba(0, 21, 64, 0.05), inset 0 -5px 20px 0 rgba(173, 186, 204, 0.25), inset 0 7px 4px 1px rgba(255, 255, 255, 0.5); } }

.deviceBtn {
  background: #FFFFFF;
  border: 1px solid #979797;
  border-radius: 50%;
  position: absolute;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  @media (min-width: 700px) {
    .deviceBtn {
      height: 30px;
      width: 30px; } }

.screen {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 100%;
  border: solid 1px #f4f4f4;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }

.iPad-portrait, .iPad-landscape {
  width: 80vw;
  height: 120vw;
  padding: 20px 8px 30px 8px; }
  @media (min-width: 700px) {
    .iPad-portrait, .iPad-landscape {
      width: 45vw;
      height: 67.5vw;
      padding: 35px 12px 45px 12px; } }
  @media (min-width: 940px) {
    .iPad-portrait, .iPad-landscape {
      width: 450px;
      height: 675px; } }
  .iPad-portrait .deviceBtn, .iPad-landscape .deviceBtn {
    bottom: 8px;
    left: calc(50% - 15px); }

@media (min-width: 940px) {
  .iPad-landscape {
    width: 675px;
    height: 450px;
    padding: 12px 45px 12px 35px; }
    .iPad-landscape .deviceBtn {
      right: 8px;
      bottom: auto;
      left: auto;
      top: calc(50% - 15px); } }

.iPhone7-portrait {
  width: 260px;
  height: 512px;
  padding: 35px 10px 45px 10px; }
  .iPhone7-portrait .deviceBtn {
    bottom: 8px;
    left: calc(50% - 15px);
    height: 30px;
    width: 30px; }

.iPhone7-landscape {
  width: 512px;
  height: 260px;
  padding: 10px 45px 10px 35px; }
  .iPhone7-landscape .deviceBtn {
    right: 8px;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px; }

.desktop {
  background: #000000;
  box-shadow: 0 2px 6px 0 rgba(0, 21, 64, 0.14), 0 10px 20px 0 rgba(0, 21, 64, 0.05);
  border-radius: 30px;
  width: 90vw;
  height: 60.21962vw;
  padding: 18px; }
  @media (min-width: 700px) {
    .desktop {
      width: 45vw;
      height: 30.10981vw; } }
  @media (min-width: 940px) {
    .desktop {
      width: 683px;
      height: 457px;
      padding: 27px; } }
  .desktop .screen {
    border: none; }
  .desktop .deviceBtn {
    display: none; }

.none {
  box-shadow: none;
  background: none; }
  .none .deviceBtn {
    display: none; }
  .none .screen {
    border: none; }
  .none .scrollableContainer {
    overflow-y: visible; }

.coreAsset {
  width: 100%; }

.scrollableContainer {
  overflow-y: scroll; }

nav.top {
  height: 60px;
  z-index: 500;
  position: absolute;
  left: 0;
  top: 10px;
  right: 0; }

nav a {
  font-size: 1.2em; }
nav svg.level_one {
  height: 60px;
  cursor: pointer; }
nav .logo a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  box-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  height: 60px; }
nav .logo p {
  margin: auto auto 6px 5px;
  color: white;
  font-style: italic; }
nav .secondary,
nav .primary {
  display: none; }
  @media (min-width: 769px) {
    nav .secondary,
    nav .primary {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center; } }
nav .primary a {
  margin: auto 15px; }
nav .secondary a {
  margin: auto 0; }
nav .mobileMenuContent a.selected, nav .mobileMenuContent a.nav_item:active, nav .mobileMenuContent a.nav_item:focus,
nav a.selected,
nav a.nav_item:active,
nav a.nav_item:focus {
  font-weight: 600; }
nav .mobileMenuContent a.selected, nav .mobileMenuContent a.nav_item:active, nav .mobileMenuContent a.nav_item:focus {
  padding-left: 0; }

.navRoot {
  position: relative; }

.nav_item {
  padding-right: 5px;
  padding-left: 5px; }
  .nav_item:hover {
    opacity: 0.7; }

.nav_block {
  height: 60px; }
  .nav_block:first-child {
    position: absolute;
    left: 20px;
    top: 0; }

.secondary,
.mobile {
  position: absolute;
  right: 20px;
  top: 0;
  cursor: pointer; }

@media (min-width: 769px) {
  .mobile {
    display: none; } }
.mobile svg.level_one {
  position: absolute;
  right: 0;
  top: 0; }

.mobileMenu {
  display: none;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  position: fixed;
  top: 12px;
  right: 12px;
  width: 300px; }
  .mobileMenu a {
    display: block;
    color: #369AD8;
    padding-top: 24px; }
  .mobileMenu .nav_item {
    font-weight: 400; }

.mobileMenuContent {
  position: relative;
  padding: 5px 40px 20px 40px; }
  .mobileMenuContent svg {
    position: absolute;
    top: 8px;
    right: 8px; }

.mobileMenuLogin {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding: 0 15px; }
  .mobileMenuLogin a {
    margin: 15px auto;
    font-size: 1.2em;
    color: white; }
    .mobileMenuLogin a:last-child {
      margin-top: 0; }
  .mobileMenuLogin .login {
    background: #52D2B0;
    border-radius: 2px;
    border: none;
    text-align: center;
    display: inline-block;
    min-width: 250px;
    height: auto;
    padding: 10px 6px;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    box-shadow: 0 3px 0 0 #2cab89; }
    .mobileMenuLogin .login:active {
      box-shadow: 0 1px 0 0 #2cab89; }
    .mobileMenuLogin .login:active {
      -webkit-transform: translateY(2px);
      -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
      -o-transform: translateY(2px);
      transform: translateY(2px); }
  .mobileMenuLogin .signup {
    background: #FBB147;
    border-radius: 2px;
    border: none;
    text-align: center;
    display: inline-block;
    min-width: 250px;
    height: auto;
    padding: 10px 6px;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    box-shadow: 0 3px 0 0 #f09005; }
    .mobileMenuLogin .signup:active {
      box-shadow: 0 1px 0 0 #f09005; }
    .mobileMenuLogin .signup:active {
      -webkit-transform: translateY(2px);
      -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
      -o-transform: translateY(2px);
      transform: translateY(2px); }

#scrollNav {
  background-image: linear-gradient(63deg, #05A2E5 0%, #1FB9FA 95%);
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  min-height: 60px;
  z-index: 100;
  -webkit-transition: top 0.3s;
  -moz-transition: top 0.3s;
  transition: top 0.3s; }

nav.hide {
  top: -100px; }

nav.show {
  top: 0; }

footer {
  background-color: #2C3E50;
  padding-top: 20px; }
  footer h1, footer h2, footer h2, footer p, footer a {
    color: white; }
  footer h2 {
    font-size: 1.5em;
    font-weight: 400;
    margin-bottom: 20px; }
  footer h2 a {
    font-size: inherit;
    font-weight: inherit; }

.footerContainer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media (min-width: 769px) {
    .footerContainer {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      flex-flow: row wrap; } }

.footer_block {
  padding: 25px 0; }
  @media (min-width: 350px) {
    .footer_block {
      padding: 25px 20px; } }
  @media (min-width: 769px) {
    .footer_block {
      flex-grow: 1;
      padding: 25px 0; } }

.language {
  text-align: center; }
  @media (min-width: 769px) {
    .language {
      max-width: 160px; } }
  .language h2 {
    margin-bottom: 30px; }
  .language div {
    margin-bottom: 20px; }
    .language div:last-child {
      margin-bottom: 0; }
  .language a.selected, .language a.nav_item:active, .language a.nav_item:focus {
    padding: 8px 25px;
    background-color: white;
    color: #2C3E50;
    border-radius: 20px;
    font-weight: 500; }

.breakLine {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: auto; }
  @media (min-width: 350px) {
    .breakLine {
      width: calc(100% - 20px); } }
  @media (min-width: 769px) {
    .breakLine {
      width: 1px;
      height: 90px;
      margin: 70px 0 0 0; } }

@media (min-width: 769px) {
  .desktopHide {
    display: none; } }
.pages {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media (min-width: 600px) {
    .pages {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: justify;
      -moz-box-pack: justify;
      box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: justify; } }
  @media (min-width: 769px) {
    .pages {
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      box-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: distribute; } }

.page {
  margin-bottom: 30px; }
  @media (min-width: 600px) {
    .page {
      margin-bottom: 0;
      margin-right: 40px;
      width: calc(50% - 20px); } }
  @media (min-width: 769px) {
    .page {
      width: auto;
      margin-right: 0; } }
  .page:last-child {
    margin-bottom: 0;
    margin-right: 0; }
  .page a {
    display: block;
    font-size: 1em;
    margin-bottom: 8px; }
    .page a:last-child {
      margin-bottom: 0; }

.other {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify; }
  @media (min-width: 769px) {
    .other {
      -webkit-box-pack: distribute;
      -moz-box-pack: distribute;
      box-pack: distribute;
      -webkit-justify-content: space-around;
      -moz-justify-content: space-around;
      -ms-justify-content: space-around;
      -o-justify-content: space-around;
      justify-content: space-around;
      -ms-flex-pack: distribute; } }
  .other h2 {
    margin-bottom: 0; }
    @media (min-width: 600px) {
      .other h2 {
        width: calc(50% - 20px);
        margin-right: 40px; } }
    .other h2:last-child {
      margin-right: 0; }
    @media (min-width: 769px) {
      .other h2 {
        width: auto;
        margin-right: 0; } }

@media (min-width: 769px) {
  div.newsletter {
    width: 100%; } }
div.newsletter p {
  margin-bottom: 8px;
  text-align: center; }
div.newsletter form.newsletter {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: auto; }
div.newsletter input.newsletter {
  background: #FFFFFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 2px 0 0 2px;
  height: 40px;
  width: calc( 100% - 90px);
  border: none;
  padding-left: 10px; }
div.newsletter button.newsletter {
  height: 40px;
  width: 90px;
  text-align: center;
  color: white;
  background-color: #52D2B0;
  border: none;
  font-size: 1em;
  border-radius: 0 2px 2px 0; }

.socialBreakLine {
  max-width: 400px; }

@media (min-width: 769px) {
  .social {
    padding-top: 10px;
    padding-bottom: 40px; } }
.socialBottom {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: justify;
  max-width: 400px;
  margin: auto; }
  @media (min-width: 769px) {
    .socialBottom {
      max-width: 250px; } }
  .socialBottom a img {
    width: 50px;
    height: 50px; }

.systemMessages {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: auto;
  font-size: 16px;
  z-index: 99999;
  margin-top: 75px;
  margin-right: 10px; }
  .systemMessages div {
    position: relative;
    margin-bottom: 10px;
    padding: 12px;
    border-radius: 2px;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    word-wrap: break-word;
    text-align: center; }

.successBox {
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 2px 4px;
  z-index: 9000;
  color: white;
  background-color: #2C3E50;
  opacity: 0.9; }

.success {
  color: white; }

.errorBox {
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 2px 4px;
  z-index: 9000;
  color: white;
  background-color: #FBB147; }

.errorBox .hideErrorMessageButton {
  position: relative;
  float: right;
  color: white; }

.errorBox .hideErrorMessageButton:hover {
  color: black; }

.errorBox a:hover {
  color: #bcf5bc; }

.pricingContainer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%; }
  @media (min-width: 900px) {
    .pricingContainer {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }

.modified-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }

.background {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: skewY(-10deg);
  transform-origin: 0;
  position: absolute;
  top: 0;
  z-index: -1; }

.parentHolderTab {
  position: relative; }

#jumbotron {
  position: relative; }
  #jumbotron .base {
    background-image: -webkit-radial-gradient(31% 69%, #20BAFB 24%, #04A2E4 100%);
    background-image: radial-gradient(  at 31% 69%, #20BAFB 24%, #04A2E4 100%); }
  #jumbotron .content {
    height: 90vh;
    max-height: 900px;
    min-height: 650px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    position: relative; }
    @media (orientation: landscape) and (max-width: 768px) {
      #jumbotron .content {
        height: 120vh; } }
  #jumbotron h1 {
    color: white;
    max-width: 805px;
    margin-top: 0px; }
    @media (min-width: 400px) and (orientation: portrait) {
      #jumbotron h1 {
        margin-top: 0; } }
    @media (min-width: 769px) {
      #jumbotron h1 {
        width: 75%; } }
  #jumbotron p {
    color: white;
    margin-bottom: 40px;
    text-align: justify; }
    @media (min-width: 450px) {
      #jumbotron p {
        width: 60%;
        margin-bottom: 60px; } }
    @media (min-width: 600px) {
      #jumbotron p {
        width: 50%; } }
  #jumbotron a.action {
    font-size: 1.2em;
    padding: 12px 20px; }
    @media (min-width: 700px) {
      #jumbotron a.action {
        font-size: 1.5em; } }
    @media (min-width: 900px) {
      #jumbotron a.action {
        font-size: 1.625em; } }

.info {
  margin-top: 40px; }
  @media (min-width: 700px) {
    .info {
      max-width: 47%;
      margin-top: 0; } }
  .info p {
    text-align: center; }
    @media (min-width: 700px) {
      .info p {
        text-align: right;
        margin-left: auto; } }

.topSectionContent {
  max-width: 700px;
  margin: 0 auto 40px auto; }
  @media (min-width: 900px) {
    .topSectionContent {
      margin-bottom: 65px; } }
  .topSectionContent h1,
  .topSectionContent p {
    text-align: center; }

.plan-b,
.plan-a {
  text-align: center;
  border-radius: 8px;
  padding: 35px 30px 30px 30px; }
  @media (min-width: 900px) {
    .plan-b,
    .plan-a {
      border-radius: 2px;
      padding: 30px 25px 25px 25px;
      min-height: 400px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; } }
  @media (min-width: 1170px) {
    .plan-b,
    .plan-a {
      padding: 35px 40px 30px 40px; } }
  .plan-b p,
  .plan-b h4,
  .plan-a p,
  .plan-a h4 {
    font-size: 1.625em;
    text-align: center;
    font-weight: 300; }
  .plan-b h2,
  .plan-a h2 {
    font-size: 2.25em;
    margin-bottom: 15px; }
  .plan-b h4,
  .plan-a h4 {
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      .plan-b h4,
      .plan-a h4 {
        margin-bottom: 50px; } }
    @media (min-width: 900px) {
      .plan-b h4,
      .plan-a h4 {
        margin-bottom: 70px; } }
  .plan-b p,
  .plan-a p {
    margin-bottom: 30px; }
    @media (min-width: 600px) {
      .plan-b p,
      .plan-a p {
        margin-bottom: 45px; } }
    @media (min-width: 900px) {
      .plan-b p,
      .plan-a p {
        margin-bottom: 60px; } }

.plan-b {
  background-color: #2C3E50;
  width: calc(100vw - 20px);
  max-width: 450px; }
  @media (min-width: 900px) {
    .plan-b {
      width: 33%; } }
  @media (min-width: 1170px) {
    .plan-b {
      min-width: 400px; } }
  .plan-b h2, .plan-b h4, .plan-b p {
    color: white; }
  .plan-b a,
  .plan-b button {
    background: #52D2B0;
    border-radius: 2px;
    border: none;
    text-align: center;
    display: inline-block;
    min-width: auto;
    height: auto;
    padding: 8px 16px;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    box-shadow: 0 3px 0 0 #2cab89;
    font-size: 1.5em;
    margin-top: auto;
    margin-right: 15px;
    margin-left: 15px; }
    .plan-b a:active,
    .plan-b button:active {
      box-shadow: 0 1px 0 0 #2cab89; }
    .plan-b a:active,
    .plan-b button:active {
      -webkit-transform: translateY(2px);
      -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
      -o-transform: translateY(2px);
      transform: translateY(2px); }
  .plan-b:first-child {
    padding-bottom: 56px;
    margin-bottom: -15px; }
    @media (min-width: 900px) {
      .plan-b:first-child {
        margin-right: -28px;
        margin-bottom: 0;
        padding-bottom: 30px; } }
    @media (min-width: 1170px) {
      .plan-b:first-child {
        margin-right: -40px; } }
  .plan-b:last-child {
    padding-top: 56px;
    margin-top: -15px; }
    @media (min-width: 900px) {
      .plan-b:last-child {
        margin-left: -28px;
        margin-top: 0;
        padding-top: 35px; } }
    @media (min-width: 1170px) {
      .plan-b:last-child {
        margin-left: -40px; } }

.plan-a {
  background-color: white;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.08), 0 18px 35px 0 rgba(0, 0, 0, 0.12);
  z-index: 5;
  width: calc(100vw - 40px);
  max-width: 420px; }
  @media (min-width: 900px) {
    .plan-a {
      -webkit-transform: translateY(-48px);
      -moz-transform: translateY(-48px);
      -ms-transform: translateY(-48px);
      -o-transform: translateY(-48px);
      transform: translateY(-48px);
      width: 33%; } }
  @media (min-width: 1170px) {
    .plan-a {
      min-width: 400px; } }
  .plan-a h2, .plan-a h4, .plan-a p {
    color: #2C3E50; }
  .plan-a h2 span {
    font-size: 0.5em; }
  .plan-a a,
  .plan-a button {
    background: #FBB147;
    border-radius: 2px;
    border: none;
    text-align: center;
    display: inline-block;
    min-width: auto;
    height: auto;
    padding: 8px 16px;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    box-shadow: 0 3px 0 0 #f09005;
    font-size: 1.5em;
    margin-top: auto;
    margin-right: 15px;
    margin-left: 15px; }
    .plan-a a:active,
    .plan-a button:active {
      box-shadow: 0 1px 0 0 #f09005; }
    .plan-a a:active,
    .plan-a button:active {
      -webkit-transform: translateY(2px);
      -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
      -o-transform: translateY(2px);
      transform: translateY(2px); }

.hideMe {
  display: none; }

.message .hideMe {
  display: none; }
.message p {
  font-family: "Indie Flower", cursive;
  font-size: 2em;
  font-weight: 500;
  position: absolute;
  display: none; }
  @media (min-width: 700px) {
    .message p {
      display: block; } }
  #forth .message p, #secondary .message p {
    color: #FBB147; }
  #third .message p {
    color: #E94F5F; }

.selectableTabContainer {
  position: relative;
  margin-bottom: 20px; }

  /* ---- */
  .selectableTabContainer.select-tab select{
    -webkit-appearance: none;
    padding: 12px 40px 12px 12px;
  }
  .selectableTabContainer.select-tab::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid white;
    border-left: 2px solid white;
    transform: rotate(315deg);
  }
  /* ---- */

  .selectableTabContainer::after {
    content: url("/img/website/Triangle.svg");
    position: absolute;
    top: calc(50% - 10px);
    right: 25px; }
  .selectableTabContainer select {
    border: none;
    background-image: linear-gradient(-270deg, #2C3E50 0%, #3E5771 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 1.2em;
    border-radius: 35px;
    width: 100%;
    padding: 12px 25px; }
  @media (min-width: 700px) {
    .selectableTabContainer {
      display: none; } }

.deviceContainer {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center; }

@media (min-width: 700px) {
  .deviceContainer {
    width: 60%; } }
.tabsContainer {
  display: none; }
  @media (min-width: 700px) {
    .tabsContainer {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: start;
      -moz-box-align: start;
      box-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      align-items: flex-start;
      -ms-flex-align: start;
      width: 42%;
      padding-left: 40px; }
      .tabsContainer p {
        font-weight: 500;
        font-size: 1.2em;
        color: #2C3E50;
        padding: 10px 25px;
        border-radius: 35px;
        display: inline-block;
        margin-bottom: 10px;
        cursor: pointer; }
      .tabsContainer .selected, .tabsContainer .nav_item:active, .tabsContainer .nav_item:focus {
        color: white; } }

.mainSectionContent {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  position: relative; }
  @media (min-width: 700px) {
    .mainSectionContent {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }

#primary h1 {
  color: #369AD8; }
#primary .content {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  @media (min-width: 400px) and (orientation: portrait), (min-width: 700px) and (orientation: landscape) {
    #primary .content {
      -webkit-transform: translateY(-60px);
      -moz-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
      -o-transform: translateY(-60px);
      transform: translateY(-60px); } }
  @media (min-width: 700px) {
    #primary .content {
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row; } }
  @media (min-width: 900px) and (orientation: portrait) {
    #primary .content {
      -webkit-transform: translateY(-160px);
      -moz-transform: translateY(-160px);
      -ms-transform: translateY(-160px);
      -o-transform: translateY(-160px);
      transform: translateY(-160px); } }
#primary .info {
  text-align: center; }
  @media (min-width: 700px) {
    #primary .info {
      text-align: right;
      margin-left: auto; } }

#secondary .background {
  background-color: #F6F9FC; }
@media (min-width: 700px) {
  #secondary .mainSectionContent > div {
    margin-bottom: 200px;
    min-height: 600px; } }

#secondary .selected, #secondary .nav_item:active, #secondary .nav_item:focus,
#forth .selected,
#forth .nav_item:active,
#forth .nav_item:focus {
  background-image: linear-gradient(-270deg, #2C3E50 0%, #3E5771 100%); }

#third {
  padding-bottom: 30px;
  padding-top: 30px; }
  #third .background {
    background-color: #DDE8F4;
    height: 180%; }
  #third .selected, #third .nav_item:active, #third .nav_item:focus {
    background-image: linear-gradient(-90deg, #2C3E50 0%, #3E5771 100%); }
  #third h1 {
    color: #2C3E50; }
  #third .tabsContainer {
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding-left: 0;
    padding-right: 40px; }
  #third .mainSectionContent {
    min-height: 550px; }

#forth {
  padding-bottom: 200px; }
  #forth .background {
    background-color: white;
    height: 180%; }

#pricing {
  position: relative;
  padding-top: 110px;
  overflow: hidden; }
  @media (min-width: 700px) {
    #pricing {
      padding-top: 140px; } }
  #pricing .background {
    background-color: #F4F7FA;
    -webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    transform: skewY(0deg); }
  #pricing h1 {
    color: #2C3E50;
    text-align: center;
    margin-bottom: 50px; }
    @media (min-width: 700px) {
      #pricing h1 {
        margin-bottom: 140px; } }

.pricingContainer {
  padding-bottom: 140px; }

.topPT {
  background-image: -webkit-radial-gradient(0% 52%, #20BAFB 0%, #1DB7F8 22%, rgba(4, 162, 228, 0.41) 95%, rgba(3, 161, 227, 0.4) 95%);
  background-image: radial-gradient(  at 0% 52%, #20BAFB 0%, #1DB7F8 22%, rgba(4, 162, 228, 0.41) 95%, rgba(3, 161, 227, 0.4) 95%); }

.imgPT {
  background-image: url("/assets/img/trainer-example.png");
  background-repeat: no-repeat;
  background-position: 87% 67%;
  background-size: 72%;
  transform: skewY(0); }
  @media (min-width: 400px) {
    .imgPT {
      background-position: 87% 79%; } }
  @media screen and (min-width: 750px) {
    .imgPT {
      background-size: 50%;
      background-position: 93% 75%; } }
  @media (min-width: 900px) {
    .imgPT {
      background-position: 85% 65%;
      background-size: 475px; } }
  @media (min-width: 1350px) {
    .imgPT {
      background-position: 77% 60%; } }
  @media (min-width: 1700px) {
    .imgPT {
      background-position: 67% 60%; } }
  @media (min-width: 1950px) {
    .imgPT {
      background-position: 67% center; } }
  @media handheld and (orientation: landscape) {
    .imgPT {
      background-position: 87% 57%;
      background-size: 57%; } }
  @media handheld and (min-device-width: 1024px) and (orientation: landscape) {
    .imgPT {
      background-size: 48%; } }
  @media (max-height: 650px) {
    .imgPT {
      background-size: 400px;
      background-position: 67% 45%; } }
  @media (min-height: 650px) and (max-height: 800px) {
    .imgPT {
      background-size: 55vh;
      background-position: 75% 45%; } }
  @media (min-height: 800px) and (max-height: 1000px) {
    .imgPT {
      background-size: 55vh;
      background-position: 75% 45%; } }
      
#customPlansMessage{
  top: -16px;
  left: 10%;
  width: 90%;
  text-align: center;
}
#clientSubscriptionsMessage{
  top: 30px;
  right: 10px;
  width: 50%;
}
#billingInvoicingMessage{
  top: -40px;
  right: -30px;
  width: 44%;
}
#managePlansMessage{
  top: -19px;
  left: 10%;
  width: 90%;
}
#brandingMessage {
  top: 18%;
  left: 40%; }

#clientFilesMessage {
  top: -38px;
  left: 20px;
  width: 38%; }

#notificationsMessage {
  top: 26px;
  left: 53px;
  width: 40%; }

#trackingMessage {
  top: -25px;
  left: 0;
  width: 100%;
  text-align: center; }

#exercisesMessage {
  top: -16px;
  left: 10%;
  width: 90%;
  text-align: center; }

#builderMessage {
  top: 30px;
  right: 10px;
  width: 50%; }

#shareMessage {
  top: 30px;
  right: -30px;
  width: 44%; }

#printMessage {
  top: -19px;
  left: 10%;
  width: 90%; }

.pt #pricing::before {
  content: "";
  position: absolute;
  background-color: #DDE8F4;
  border-radius: 100%;
  z-index: 2;
  top: -40px;
  height: 80px;
  width: 116%;
  left: -8%; }
  @media (min-width: 700px) {
    .pt #pricing::before {
      top: -70px;
      height: 140px;
      width: 108%;
      left: -4%; } }

.topGym {
  background-color: #3023AE;
  background-image: -webkit-linear-gradient(-136deg, #3023AE 0%, rgba(200, 109, 215, 0.54) 100%);
  background-image: linear-gradient(-134deg,#3023AE 0%, rgba(200, 109, 215, 0.54) 100%);
  z-index: 0; }

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.gym .content .wrapper {
  width: 100%; }

.spellingWord {
  background: rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding: 0 0 0 10px;
  border-radius: 2px; }

.gym #third {
  padding-bottom: 200px; }

#gbrandingMessage {
  top: 40px;
  left: 10%;
  width: 40%; }

#acitivtyLogMessage {
  top: -20px;
  left: 5%;
  width: 90%;
  text-align: center; }

#workoutsMessage {
  top: 80px;
  left: 8%;
  width: 40%; }

#gexercisesMessage {
  top: -20px;
  left: 15%;
  width: 70%;
  text-align: center; }

#gbuilderMessage {
  top: 10px;
  right: 5%;
  width: 50%;
  text-align: right; }

#gshareMessage {
  top: 10px;
  right: 5%;
  width: 40%;
  text-align: right; }

#gprintMessage {
  top: -20px;
  left: 10%;
  width: 80%; }

#employeeMessage {
  top: -20px;
  left: 5%;
  width: 35%; }

#globalMessage {
  top: -20px;
  left: 5%;
  width: 50%; }

#collaborationMessage {
  top: 50px;
  left: 5%;
  width: 40%; }

.gym .pricingContainer {
  padding-bottom: 50px; }

.fixedPricing {
  padding-bottom: 100px;
  width: calc(100vw - 20px);
  max-width: 450px; }
  .fixedPricing p {
    font-size: 1.625em;
    color: #2C3E50;
    text-align: center;
    margin-bottom: 20px; }
  .fixedPricing a {
    background: #FBB147;
    border-radius: 2px;
    border: none;
    text-align: center;
    display: inline-block;
    min-width: auto;
    height: auto;
    padding: 10px 30px;
    color: #fff;
    font-size: 1em;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    box-shadow: 0 3px 0 0 #f09005;
    display: block;
    font-size: 1.5em; }
    .fixedPricing a:active {
      box-shadow: 0 1px 0 0 #f09005; }
    .fixedPricing a:active {
      -webkit-transform: translateY(2px);
      -moz-transform: translateY(2px);
      -ms-transform: translateY(2px);
      -o-transform: translateY(2px);
      transform: translateY(2px); }

.accountPages {
  width: 100%;
  background-image: -webkit-radial-gradient(31% 69%, #20BAFB 24%, #04A2E4 100%);
  background-image: radial-gradient(  at 31% 69%, #20BAFB 24%, #04A2E4 100%);
  padding-top: 100px;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  .accountPages .background {
    background-image: -webkit-radial-gradient(23% 100%, #20BAFB 31%, #1DB7F8 53%, rgba(4, 162, 228, 0.41) 100%, rgba(3, 161, 227, 0) 100%);
    background-image: radial-gradient(  at 23% 100%, #20BAFB 31%, #1DB7F8 53%, rgba(4, 162, 228, 0.41) 100%, rgba(3, 161, 227, 0) 100%);
    -webkit-transform: skewY(40deg);
    -moz-transform: skewY(40deg);
    -ms-transform: skewY(40deg);
    -o-transform: skewY(40deg);
    transform: skewY(40deg);
    height: 95%; }

.accountRoot {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 80vh; }

.topBlock {
  text-align: center;
  width: 100%; }
  .topBlock h1 {
    font-size: 1.875em;
    font-weight: 600;
    color: white;
    margin-bottom: 24px; }
    @media (min-width: 400px) {
      .topBlock h1 {
        font-size: 4.25em; } }
  .topBlock h3 {
    color: white;
    font-size: 1.2em;
    font-weight: 300; }
    @media (min-width: 400px) {
      .topBlock h3 {
        font-size: 1.5em; } }

.accountAction_container {
  padding: 60px 10px;
  max-width: 380px;
  width: 100%;
  margin: auto auto; }
  .accountAction_container input {
    margin-bottom: 15px; }
    .accountAction_container input:last-of-type {
      margin-bottom: 25px; }
  .accountAction_container label {
    color: white;
    display: block;
    margin-bottom: 4px; }
  .accountAction_container .forgot_password,
  .accountAction_container a {
    display: block; }

.submit {
  background: #52D2B0;
  border-radius: 2px;
  border: none;
  text-align: center;
  display: inline-block;
  min-width: 100%;
  height: auto;
  padding: 12px 6px;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  box-shadow: 0 3px 0 0 #2cab89; }
  .submit:active {
    box-shadow: 0 1px 0 0 #2cab89; }
  .submit:active {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }

.facebook {
  background: #3B5998;
  border-radius: 2px;
  border: none;
  text-align: center;
  display: inline-block;
  min-width: 100%;
  height: auto;
  padding: 12px 6px;
  color: #fff;
  font-size: 1em;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  box-shadow: 0 3px 0 0 #263961;
  margin-bottom: 2px; }
  .facebook:active {
    box-shadow: 0 1px 0 0 #263961; }

    /* .loading-logo{
        display: none;
    }
    .loading-logo.show{
        display: block;
    } */
    .submit.login-btn{
        height: 43px;
        padding:0px 6px; 
        display:flex;
        align-items:center; 
        justify-content:center;
    }
  .facebook:active {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px); }
.login-with-google-btn {
  transition: background-color .3s, box-shadow .3s;

  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;

  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;

  &:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
  }

  &:active {
    background-color: #eeeeee;
  }

  &:focus {
    outline: none;
    box-shadow:
            0 -1px 0 rgba(0, 0, 0, .04),
            0 2px 4px rgba(0, 0, 0, .25),
            0 0 0 3px #c8dafc;
  }

  &:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    cursor: not-allowed;
  }
}

.login-with-apple-btn {
  transition: background-color .3s, box-shadow .3s;

  padding: 12px 16px 12px 42px;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;

  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI5MS41MzggMjkxLjUzOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xODguMzczIDQ0LjMwOGMxMC45Ny0xMS43NDQgMTguMzktMjguMDQ5IDE2LjM1OS00NC4zMDgtMTUuODA0LjU2NC0zNC45NTggOS4yNzctNDYuMzAyIDIxLjAyLTEwLjE2OSAxMC4zOTYtMTkuMDcyIDI3LjAxMS0xNi42OTYgNDIuOTUxIDE3LjYzNSAxLjE5MyAzNS42NTEtNy45MzggNDYuNjM5LTE5LjY2M3ptMzMuNjU3IDExMi4yODVjLS4zMzctMzYuNDUxIDI4Ljg1OS01My45NTggMzAuMTUyLTU0LjgwNC0xNi40MTQtMjQuNzUzLTQxLjk3Ny0yOC4xNC01MS4wODEtMjguNTIyLTIxLjc2Ny0yLjI4NS00Mi40NDIgMTMuMTgyLTUzLjQ5MyAxMy4xODItMTEuMDA2IDAtMjguMDMtMTIuODgyLTQ2LjA4My0xMi41MzYtMjMuNzMzLjM5MS00NS42MDEgMTQuMjExLTU3Ljc5IDM2LjExNC0yNC42NTQgNDQuMDYzLTYuMzE5IDEwOS4zMzYgMTcuNzA1IDE0NS4wNzcgMTEuNzQ0IDE3LjQ5NyAyNS43MjcgMzcuMTI1IDQ0LjA4OSAzNi40MTUgMTcuNzI1LS43MSAyNC40MDctMTEuNzg5IDQ1Ljc5Mi0xMS43ODkgMjEuMzk0IDAgMjcuMzg0IDExLjc4OSA0Ni4xMDEgMTEuNDM0IDE5LjA0NS0uMzU1IDMxLjA5OC0xNy44MzQgNDIuNzQyLTM1LjM4NiAxMy40NzMtMjAuMjkyIDE5LjAyNy0zOS45MzggMTkuMzQ1LTQwLjkzLS40MDktLjIzNy0zNy4wODgtMTQuNjY2LTM3LjQ3OS01OC4yNTV6IiBzdHlsZT0iIiBmaWxsPSIjMDAwMDAwIiBkYXRhLW9yaWdpbmFsPSIjQ0NEMEQyIiBjbGFzcz0iIiBvcGFjaXR5PSIxIj48L3BhdGg+PC9nPjwvc3ZnPg==);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 11px;

  &:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
  }

  &:active {
    background-color: #eeeeee;
  }

  &:focus {
    outline: none;
    box-shadow:
            0 -1px 0 rgba(0, 0, 0, .04),
            0 2px 4px rgba(0, 0, 0, .25),
            0 0 0 3px #c8dafc;
  }

  &:disabled {
    filter: grayscale(100%);
    background-color: #ebebeb;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    cursor: not-allowed;
  }
}

.accountOr {
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .accountOr > span {
    font-size: 1.5em;
    color: white;
    padding: 0 8px; }
  .accountOr > hr {
    color: white;
    display: inline-block;
    width: 40%;
    height: 1px;
    box-shadow: none; }

.submit,
.facebook {
  font-weight: 500;
  font-size: 1.2em; }

.forgot_password {
  text-align: center;
  margin: 10px 0 0 0; }

#terms {
  /* width: auto; */
  width: 16px;
  height: auto; 
}


.term-condition-section{
  display: flex;
  gap: 10px;
  height: auto;
  align-items: center;
  margin-bottom: 10px;
}
.term-condition-section label{
  margin: 0px;
}

.termsAndConditions #terms{
  box-shadow: none;
  margin: 0px;
}
.termsAndConditions label,
.termsAndConditions a {
  display: inline-block; }
.termsAndConditions a {
  text-decoration: underline; }

/*# sourceMappingURL=style.css.map */
