.form-group.required .form-control-label::after {
  content: "*";
  color: #171729;
}

.toast-wrap {
  visibility: hidden;
  position: fixed;
  padding: 4px;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  z-index: 9999;
  -webkit-transform: translateZ(9999px);
}
@-webkit-keyframes topfadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 2rem;
    opacity: 1;
  }
}
@keyframes topfadein {
  from {
    top: 0;
    opacity: 0;
  }
  to {
    top: 2rem;
    opacity: 1;
  }
}
@-webkit-keyframes bottomfadein {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: 2rem;
    opacity: 0;
  }
}
@keyframes bottomfadein {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: 2rem;
    opacity: 0;
  }
}
.toast-wrap.top-left {
  top: 2rem;
  left: 1em;
}
.toast-wrap.top-center {
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.toast-wrap.top-right {
  top: 2rem;
  right: 1em;
}
.toast-wrap.bottom-left {
  bottom: 2rem;
  left: 1em;
}
.toast-wrap.bottom-center {
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.toast-wrap.bottom-right {
  bottom: 2rem;
  right: 1em;
}
.toast-wrap.showTop {
  visibility: visible;
  -webkit-animation: topfadein 0.5s;
  animation: topfadein 0.5s;
}
.toast-wrap.showBottom {
  visibility: visible;
  -webkit-animation: bottomfadein 0.5s;
  animation: bottomfadein 0.5s;
}
.toast-wrap .toast-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  cursor: pointer;
  background-color: #15847B;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.toast-wrap .message {
  color: inherit;
  margin: auto 0;
  padding: 6px;
}
.toast-wrap .close-button {
  color: #141414;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-size: 1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
      align-self: flex-start;
  opacity: 0.7;
  padding-right: 3px;
}
.toast-wrap .close-button:hover, .toast-wrap .close-button:focus {
  opacity: 1;
}

#footercontentNofooter {
  background-color: #171729 !important;
}

@media (min-width: 640px) {
  #maincontentNoheader {
    background-image: linear-gradient(87deg, #202038 55%, #fff 74%);
  }
}

.twocloumn-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .twocloumn-page {
    background-color: #202038;
    max-width: 100%;
    padding: 1rem 0;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .twocloumn-page {
    height: calc(100vh - 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) {
  .twocloumn-page {
    height: calc(100vh - 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (device-width: 820px) and (device-height: 1180px) {
  .twocloumn-page {
    height: calc(100vh - 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (device-width: 1180px) and (device-height: 820px) {
  .twocloumn-page {
    height: calc(100vh - 150px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-height: 791px) and (min-width: 1400px) {
  .twocloumn-page {
    min-height: calc(100vh - 150px);
  }
}
@media (min-width: 768px) {
  .twocloumn-page.billing-page {
    height: auto;
  }
}
.twocloumn-page .card {
  border-width: 0;
}
.twocloumn-page .pageLeft {
  background-color: #202038;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding: 4.5rem 0 3rem 0;
}
@media (max-width: 767.98px) {
  .twocloumn-page .pageLeft {
    max-width: 100%;
    padding: 2rem 0 1rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.twocloumn-page .pageLeft > .container {
  padding: 0 1rem;
}
.twocloumn-page .pageRight {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding: 3rem 0;
}
@media (max-width: 767.98px) {
  .twocloumn-page .pageRight {
    max-width: 100%;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    background-color: transparent;
  }
}
.twocloumn-page .pageRight .card-body {
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .twocloumn-page .pageRight .card-body {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page .pageRight .login-form-nav form {
    padding: 0;
    border-radius: 0rem;
  }
}
.twocloumn-page .pageRight .login-form-nav form .clearfix.step-1 .forgot-password #password-reset {
  color: #3486E3;
  text-underline-offset: 2px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo img {
  width: 100px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
  will-change: opacity;
  opacity: 1;
}

h1 {
  color: #171729;
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .login-form h1 {
    color: #fff;
  }
}

.stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stepper .stepperwrapper {
  width: 100%;
  text-align: center;
  min-height: 300px;
  padding: 1rem 0;
  color: #fff;
  margin-top: 2rem;
}
.stepper .stepperwrapper .step {
  display: none;
}
.stepper .stepperwrapper .step.active {
  display: block;
}
.stepper .stepperwrapper .step p {
  margin-bottom: 2rem;
}
.stepper .stepperwrapper .step img {
  width: 100%;
}
.stepper .stepperwrappernav {
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .stepper .stepperwrappernav {
    margin-top: 0.5rem;
  }
}
.stepper .stepperwrappernav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}
.stepper .stepperwrappernav .stepnav {
  background-color: #E1E0E4;
  width: 55px;
  height: 6px;
  margin: 0 0.25rem;
}
@media (max-width: 767.98px) {
  .stepper .stepperwrappernav .stepnav {
    width: 28px;
    margin: 0 0.125rem;
  }
}
.stepper .stepperwrappernav .stepnav.confirmed {
  background-color: #0EEFAC;
}

.registration-page .stepper .stepperwrappernav .step1 {
  background-color: #0EEFAC;
}

.verification-page .stepper .stepperwrappernav .step1, .verification-page .stepper .stepperwrappernav .step2 {
  background-color: #0EEFAC;
}

.billing-page .stepper .stepperwrappernav .step1, .billing-page .stepper .stepperwrappernav .step2, .billing-page .stepper .stepperwrappernav .step3 {
  background-color: #0EEFAC;
}

.billing-page.five-steps .stepper .stepperwrappernav .step1, .billing-page.five-steps .stepper .stepperwrappernav .step2, .billing-page.five-steps .stepper .stepperwrappernav .step3, .billing-page.five-steps .stepper .stepperwrappernav .step4 {
  background-color: #0EEFAC;
}

.billing-page.six-steps .stepper .stepperwrappernav .step4, .billing-page.six-steps .stepper .stepperwrappernav .step5 {
  background-color: #0EEFAC;
}

.success-page.six-steps .stepper .stepperwrappernav .step5, .success-page.six-steps .stepper .stepperwrappernav .step6 {
  background-color: #0EEFAC;
}

.success-page.five-steps .stepper .stepperwrappernav .step1, .success-page.five-steps .stepper .stepperwrappernav .step2, .success-page.five-steps .stepper .stepperwrappernav .step3, .success-page.five-steps .stepper .stepperwrappernav .step4, .success-page.five-steps .stepper .stepperwrappernav .step5 {
  background-color: #0EEFAC;
}

.welcome-page .stepper .stepperwrappernav .step1, .welcome-page .stepper .stepperwrappernav .step2, .welcome-page .stepper .stepperwrappernav .step3 {
  background-color: #0EEFAC;
}

.success-page.five-steps .stepper .stepperwrappernav .step1, .success-page.five-steps .stepper .stepperwrappernav .step2, .success-page.five-steps .stepper .stepperwrappernav .step3, .success-page.five-steps .stepper .stepperwrappernav .step4, .success-page.five-steps .stepper .stepperwrappernav .step5 {
  background-color: #0EEFAC;
}

.success-page .stepper .stepperwrappernav .step1, .success-page .stepper .stepperwrappernav .step2, .success-page .stepper .stepperwrappernav .step3, .success-page .stepper .stepperwrappernav .step4 {
  background-color: #0EEFAC;
}
.success-page .pageRight {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.success-page .pageRight .login-success-container {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .success-page .pageRight .login-success-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.success-page .pageRight .login-success-container .free-trail-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-size: 2.25rem;
  color: #171729;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container .free-trail-title {
    color: #fff;
    font-size: 1.5rem;
    padding-left: 0.8rem;
  }
}
.success-page .pageRight .login-success-container p {
  letter-spacing: 0.16px;
  color: #35333D;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container p {
    color: #fff;
    padding-left: 0.8rem;
  }
}
.success-page .pageRight .login-success-container ul {
  margin-left: 0.5rem;
  padding-right: 1rem;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container ul {
    margin-right: 2rem;
  }
}
.success-page .pageRight .login-success-container ul li {
  position: relative;
  margin-bottom: 1rem;
  letter-spacing: 0.16px;
  color: #35333D;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container ul li {
    color: #fff;
  }
}
.success-page .pageRight .login-success-container ul li img {
  position: absolute;
  left: -1.8rem;
  top: 3px;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container ul li img {
    left: -2rem;
  }
}
.success-page .pageRight .login-success-container .app-store-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container .app-store-logos {
    padding-left: 0.8rem;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.success-page .pageRight .login-success-container .app-store-logos .app-logo {
  margin-right: 1.8rem;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container .app-store-logos .app-logo {
    width: 152px;
    margin-right: 0.5rem;
  }
}
.success-page .pageRight .login-success-container .app-store-logos .google-logo {
  width: 180px;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container .app-store-logos .google-logo {
    width: 170px;
  }
}
.success-page .pageRight .login-success-container .help-account {
  text-align: left;
}
@media (max-width: 1023.98px) {
  .success-page .pageRight .login-success-container .help-account {
    padding-left: 1.438rem;
    padding-right: 1.438rem;
  }
}
.success-page .pageRight .login-success-container .help-account a {
  color: #3486E3;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 767.98px) {
  .success-page .pageRight .login-success-container .help-account a {
    color: #9FCBFC;
  }
}

@media (max-width: 767.98px) {
  .mobile-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-part .stepper .stepperwrapper {
    display: none;
  }
  .mobile-part .stepper .stepperwrappernav .stepnav {
    width: 32px;
  }
}

@media (min-width: 768px) {
  .registration-page .pageRight {
    padding: 7.6875rem 0 6.4375rem 0.75rem;
  }
}
.registration-page .pageRight .signupNotification .goto-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.registration-page .pageRight .signupNotification .goto-links a:first-child {
  margin-right: 0;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .registration-page .nopaddingmobile {
    padding: 0;
  }
  .registration-page .card {
    border-radius: 0;
  }
  .registration-page .formsection {
    background-color: #fff;
    padding: 1.225rem 1rem;
    border-radius: 0;
  }
  .registration-page .formsection .mainheader, .registration-page .formsection .subheader {
    color: #141414;
    padding: 0 1rem;
  }
}
.registration-page .privacy-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem 1rem 0.1rem;
}
.registration-page .privacy-policy #privacypolicy {
  margin: 1rem;
  margin-left: 0;
  margin-top: 9px;
}
@media (max-width: 767.98px) {
  .registration-page .privacy-policy #privacypolicy {
    margin-top: 7px;
  }
}
.registration-page .privacy-policy #privacypolicy:not(:checked) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(178,175,187,var(--tw-ring-opacity));
}
.registration-page .privacy-policy label {
  font-size: 0.875rem;
}
.registration-page .privacy-policy label a {
  color: #67A4EA;
  text-decoration: underline;
  line-height: 1.9;
  text-underline-offset: 2px;
}
@media (max-width: 767.98px) {
  .registration-page .form-validation-message {
    padding: 0 1rem;
  }
}
.registration-page .form-validation-message .message {
  color: #141414;
}
.registration-page .form-validation-message .message a {
  color: #206DC5 !important;
}

.mainheader {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #171729;
  letter-spacing: 0.36px;
  line-height: 44px;
}
@media (max-width: 767.98px) {
  .mainheader {
    color: #fff;
    font-size: 1.875rem;
    padding: 0 2rem;
    font-size: 1.875rem;
    font-weight: 700;
    letter-spacing: 0.36px;
  }
}

.loginsubheader {
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .loginsubheader {
    padding: 0 1rem;
  }
}

.subheader {
  padding-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .subheader {
    color: #fff;
    padding: 0 2rem;
  }
}

.borderLeft {
  border-left: 1px solid #dfdfdf;
  padding-left: 2rem;
}
@media (max-width: 767.98px) {
  .borderLeft {
    border-left: 0px solid #dfdfdf;
    padding-left: 1.2rem;
  }
}

.extrapaddingright {
  padding-right: 2rem;
}
@media (max-width: 767.98px) {
  .extrapaddingright {
    padding: 1rem 2rem;
    margin-top: 1rem;
  }
}

@media (max-width: 767.98px) {
  .signin {
    color: #fff;
    padding: 0 2.2rem;
  }
}
.signin a {
  margin-left: 4px;
  color: #67A4EA;
  font-size: 1rem;
  text-decoration: underline;
}

.aligncenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .btn-primary {
    background-color: #0EEFAC !important;
    border: 0px;
    color: #000 !important;
  }
}

@media (max-width: 639.98px) {
  .Noheader, #footercontentNofooter {
    background-color: #202038;
  }
}

@media (max-width: 639.98px) {
  .Noheader .page {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-height: 791px) {
  .Noheader .page {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.Noheader .page input[type=checkbox] {
  min-width: 0.75rem;
  height: 0.75rem;
  width: 0.75rem;
}

.verification-page {
  letter-spacing: 0.0016em;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (min-width: 768px) {
  .verification-page .pageLeft {
    padding-top: 7.5rem;
  }
}
.verification-page .container {
  padding-right: 15px;
  padding-left: 15px;
}
@media all and (min-width: 320px) and (max-width: 450px) and (orientation: portrait) {
  .verification-page .validation-confirm {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .verification-page .container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (max-width: 767.98px) {
  .verification-page .card.mobile-part .card-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.875rem 0 0.875rem 0;
  }
}
@media (max-width: 767.98px) {
  .verification-page .card {
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .verification-page .btn-primary,
  .verification-page .btn-primary:hover,
  .verification-page .btn-primary:not(.disabled):focus {
    background-color: #0EEFAC;
    border-color: #0EEFAC;
    color: #171729;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.verification-page .btn-primary.disabled:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 768px) {
  .verification-page .pageRight {
    padding: 10.5rem 0 4rem 1.625rem;
  }
}
.verification-page .pageRight .card .alert {
  background: transparent;
  border: 0;
  color: #D43645;
}
@media (min-width: 768px) {
  .verification-page .pageRight .card .alert {
    padding: 0 0 1rem 0;
  }
}
@media (max-width: 767.98px) {
  .verification-page .pageRight .card .alert {
    padding-left: 2.5rem;
    border: 1px solid #D43645;
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
}
.verification-page .pageRight .card .alert a {
  color: #D43645;
  border-color: #D43645;
}
@media (max-width: 767.98px) {
  .verification-page .pageRight .card .alert a {
    border-color: #fff;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .verification-page .pageRight .card .alert a.request-code-link {
    display: inline-block;
  }
}
.verification-page .pageRight .card .modal-body a {
  color: #3486E3;
  border-bottom: 1px solid #3486E3;
}
.verification-page .pageRight .card .modal-body a.resend-code-link {
  margin: 0;
}
.verification-page .pageRight .card a {
  color: #3486E3;
  border-bottom: 1px solid #3486E3;
  padding-bottom: 1px;
}
@media (max-width: 767.98px) {
  .verification-page .pageRight .card a {
    color: #9FCBFC;
    border-color: #9FCBFC;
  }
}
.verification-page .pageRight .card a:hover {
  text-decoration: none;
}
.verification-page .alert .close {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3rem;
  color: inherit;
  right: auto;
  height: 100%;
  background: #D43645;
  color: #fff;
  opacity: 1;
}
.verification-page h2.step-title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: #171729;
  letter-spacing: 0.36px;
}
@media (max-width: 767.98px) {
  .verification-page h2.step-title {
    font-size: 1.8rem;
    color: #fff;
  }
}
.verification-page .verification-form-nav .form-control {
  background: #fff;
  border: 1px solid #B2AFBB;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  float: left;
  margin-right: 0.9rem;
}
.verification-page .verification-form-nav .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.verification-page .verification-form-nav .form-control.is-invalid {
  padding: 0;
}
.verification-page .verification-form-nav .form-control#form-val6 {
  margin: 0;
}
.verification-page .verification-form-nav {
  padding: 1rem 0 0 0;
  min-height: 90px;
}
@media (max-width: 767.98px) {
  .verification-page .verification-form-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.verification-page .verification-form-nav .for-must-code {
  clear: both;
  padding-top: 0.4rem;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #E71B3F;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
.verification-page .verification-form-nav div[class*=col-] {
  min-width: 54px;
  max-width: 54px;
}
.verification-page .trouble-receive-code {
  padding-top: 1.875rem;
}
.verification-page .trouble-code-block {
  color: #171729;
}
.verification-page .trouble-code-block button.close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 9;
  opacity: 1;
}
.verification-page .resend-code {
  padding-top: 1.875rem;
}
@media (min-width: 1024px) {
  .verification-page .resend-code {
    padding-right: 4rem;
  }
}
.verification-page .resend-code a.resend-code-link {
  display: inline-block;
  padding-bottom: 0;
  line-height: 1.2;
}
@media (min-width: 640px) {
  .verification-page .resend-code a.resend-code-link {
    margin-bottom: 1.125rem;
  }
}
.verification-page .resend-code p {
  margin: 0 1.125rem 1.125rem 0;
}
.verification-page .resend-code ul {
  padding: 0 0 1.875rem 1.875rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .verification-page .resend-code ul {
    padding: 0 0 0 1.5rem;
  }
}
.verification-page .resend-code ul li {
  list-style-type: disc;
  padding-bottom: 1rem;
}
.verification-page .resend-code .modal-body {
  padding: 2rem;
}
.verification-page input::-webkit-outer-spin-button,
.verification-page input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.verification-page input[type=number] {
  -moz-appearance: textfield;
}

@media (max-width: 767.98px) {
  .billing-page .container {
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  .billing-page .btn-primary,
  .billing-page .btn-primary:hover,
  .billing-page .btn-primary:focus {
    background-color: #0EEFAC;
    border-color: #0EEFAC;
    color: #171729;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.billing-page .updatepayment-content .start-free-block {
  padding-left: 1.5rem;
}
@media (max-width: 767.98px) {
  .billing-page .updatepayment-content .start-free-block {
    color: #fff;
    padding: 0 1.75rem;
  }
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .start-free-block.defaltbilling .step-title, .billing-page .updatepayment-content .start-free-block.defaltbilling p {
    text-align: center;
  }
}
.billing-page .updatepayment-content .start-free-block h2.step-title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .billing-page .updatepayment-content .start-free-block h2.step-title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.billing-page .updatepayment-content .start-free-block span.amount {
  font-size: 1.2rem;
  text-decoration: line-through;
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .start-free-block span.amount {
    font-weight: 700;
  }
}
.billing-page .updatepayment-content .start-free-block span.free-lable {
  background: #0EEFAC;
  border-radius: 5px;
  color: #171729;
  padding: 0px 5px;
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
}
.billing-page .updatepayment-content .start-free-block ul {
  padding-top: 1rem;
  padding-left: 2rem;
}
.billing-page .updatepayment-content .start-free-block ul li {
  list-style-type: inherit;
  padding-bottom: 1.2rem;
  position: relative;
  line-height: 1.25rem;
  letter-spacing: 0.0016em;
}
.billing-page .updatepayment-content .start-free-block ul li i {
  position: absolute;
  left: -2rem;
  top: 1px;
  color: #171729;
  font-size: 0.6rem;
  background: #0EEFAC;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 2px;
}
.billing-page .updatepayment-content .billing-section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.billing-page .updatepayment-content .billing-section-main .form-control.is-invalid {
  padding-right: 0.5rem !important;
}
@media (min-width: 1024px) {
  .billing-page .updatepayment-content .billing-section-main .expires-field,
  .billing-page .updatepayment-content .billing-section-main .cvc-field {
    max-width: 20.8%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8%;
            flex: 0 0 20.8%;
  }
}
.billing-page .updatepayment-content .billing-section-main .form-group-top div[class*=col-] {
  padding-left: 6px;
  padding-right: 6px;
}
@media (max-width: 1023.98px) {
  .billing-page .updatepayment-content .billing-section-main .form-group-top div[class*=col-] {
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .billing-page .updatepayment-content .billing-section-main .form-group-top div[class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .billing-page .updatepayment-content .billing-section-main .form-group-top div[class*=col-] .invalid-feedback {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .billing-section-main div.row {
    margin-left: -6px;
    margin-right: -6px;
  }
}
@media (max-width: 1199.98px) {
  .billing-page .updatepayment-content .billing-section-main .billing-form-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767.98px) {
  .billing-page .updatepayment-content .billing-section-main .billing-form-block {
    background: #fff;
    padding: 1.5rem 1.75rem;
  }
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .billing-section-main .billing-form-block .total-due-block {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .billing-page .updatepayment-content .billing-section-main .billing-form-block .total-due-block {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  .billing-page .updatepayment-content .billing-section-main .billing-form-block .total-due-block span.note {
    font-size: 0.8rem;
  }
}
.billing-page .updatepayment-content .terms-block {
  padding: 1.5rem;
  font-size: 0.8125rem;
  letter-spacing: 0.35px;
  line-height: 18.5px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .billing-page .updatepayment-content .terms-block {
    padding-right: 5.5rem;
  }
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .terms-block {
    background: #F5F4FA;
    padding: 1.5rem 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .billing-page .updatepayment-content .terms-block {
    color: #fff;
    padding: 2rem 1.75rem 1rem 1.75rem;
    font-size: 0.9rem;
    line-height: 1.25rem;
  }
}
.billing-page .updatepayment-content .terms-block a {
  color: #3586E3;
  border-bottom: 1px solid #3586E3;
}
.billing-page .updatepayment-content .terms-block a:hover {
  text-decoration: none;
}
.billing-page .updatepayment-content .form-group-top {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .form-group-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1023.98px) {
  .billing-page .updatepayment-content .form-group-top {
    margin-bottom: 0;
  }
}
.billing-page .updatepayment-content .default-country {
  margin-top: 2rem;
}
.billing-page .updatepayment-content .form-group {
  margin-bottom: 0;
}
.billing-page .updatepayment-content .form-title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: block;
}
.billing-page .updatepayment-content .cardType-icon img {
  opacity: 0.25;
}
.billing-page .updatepayment-content .cardType-icon .is-active {
  opacity: 1;
}
.billing-page .updatepayment-content .cardType-icon.card-icon-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.billing-page .updatepayment-content .cardType-icon.card-icon-section img {
  opacity: 1 !important;
  margin-right: 0.5rem;
  width: 2rem;
}
.billing-page .updatepayment-content .tooltip:after {
  bottom: -0.48rem;
}
.billing-page .updatepayment-content .cvc-field .inline .tooltip {
  min-width: 13rem;
}
@media (max-width: 1023.98px) {
  .billing-page .updatepayment-content .cvc-field .inline .tooltip {
    -webkit-transform: translate(-83%, -0.625em);
            transform: translate(-83%, -0.625em);
  }
}
@media (max-width: 1023.98px) {
  .billing-page .updatepayment-content .cvc-field .inline .tooltip:after {
    left: 83%;
    bottom: -0.45rem;
  }
}
.billing-page .updatepayment-content .inline {
  top: 1.75rem;
  right: 0.8rem;
  position: absolute;
}
.billing-page .updatepayment-content .inline .tooltip {
  min-width: 9rem;
  padding: 0.3rem 0.8rem;
  -webkit-transform: translate(-65%, -0.625em);
          transform: translate(-65%, -0.625em);
}
.billing-page .updatepayment-content .inline .tooltip::after {
  left: 65%;
}
.billing-page .updatepayment-content .card-left {
  position: relative;
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .card-left {
    margin-bottom: 0rem;
  }
}
.billing-page .updatepayment-content .card-left .cardType-icon {
  top: -0.25rem;
  right: 0;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .card-left .cardType-icon {
    right: 7px;
  }
}
.billing-page .updatepayment-content .card-left .cardType-icon img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 1.9rem;
  margin-right: 0.3rem;
  border-radius: 3px;
}
.billing-page .updatepayment-content .updatepayment-title {
  color: #171729;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .payment-info {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .billing-page .updatepayment-content .billing-info {
    padding-top: 1rem;
  }
}
@media (min-width: 640px) {
  .billing-page .updatepayment-content .action-button {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .billing-page .updatepayment-content .action-button {
    margin: 0 1.75rem;
  }
}
.billing-page .updatepayment-content .btn-primary {
  margin-right: 2rem;
}
@media all and (min-width: 320px) and (max-width: 450px) and (orientation: portrait) {
  .billing-page .updatepayment-content .updatecardinfo {
    display: block;
    width: 100%;
  }
}

.login-page .step-0 {
  display: block;
}
.login-page .step-1 {
  display: none;
}
.login-page .email-container-step-1 {
  margin-bottom: 2rem;
}
.login-page .email-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-page .email-container .email-field {
  max-width: 90%;
}
.login-page .email-container .username-readonly {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.login-page .email-container .edit-btn {
  background: none;
  text-decoration: underline;
  padding: 0;
  font-size: 14px;
  letter-spacing: 0.0016em;
  color: #3486E3;
  text-underline-offset: 2px;
}
.login-page a:not(.btn) {
  color: #206DC5;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .login-page .nopaddingmobile {
    padding: 0;
  }
  .login-page .card {
    border-radius: 0;
  }
  .login-page .formsection {
    background-color: #fff;
    padding: 1.5rem 2rem;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .login-page .login-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2rem;
  }
  .login-page .login-btn-group button {
    width: 26%;
    word-wrap: initial;
  }
  .login-page .login-btn-group .clearfix.step-0 {
    border-left: 1px solid #dfdfdf;
    padding-left: 1.875rem;
    margin-left: 1.875rem;
  }
}
@media (min-width: 768px) {
  .login-page .login-btn-group button.subscription-btn {
    width: 38%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .login-page .login-btn-group button {
    width: 37%;
  }
  .login-page .login-btn-group button.subscription-btn {
    width: 42%;
  }
}
.login-page .login-btn-group .clearfix.step-0 .sign-up a {
  color: #3486E3;
  letter-spacing: 0.0016em;
  text-underline-offset: 2px;
  margin-left: 4px;
}
@media (max-width: 767.98px) {
  .login-page .login-btn-group .clearfix.step-0 .sign-up a {
    color: #71A7D2;
    text-underline-offset: 2px;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .login-page .login-btn-group button {
    width: 40%;
    word-wrap: initial;
  }
}
@media (min-width: 1400px) {
  .login-page .login-btn-group button {
    width: 42%;
  }
}
@media (max-width: 767.98px) {
  .login-page .login-btn-group {
    margin: 0 2rem;
    margin-top: 2rem;
  }
  .login-page .login-btn-group button {
    margin: 1rem 0;
  }
  .login-page .login-btn-group .sign-up {
    color: #fff;
  }
}
.login-page .subheader {
  display: none;
}
@media (max-width: 767.98px) {
  .login-page .subheader {
    display: block;
  }
}
.login-page .pageRight {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .login-page .pageRight .android-app-store-section, .login-page .pageRight .apple-app-store-section {
    padding: 1rem;
    background: #fff;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .login-page .pageRight .android-app-store-section .mainheader, .login-page .pageRight .apple-app-store-section .mainheader {
    color: #171729;
    padding: 0;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .login-page .pageRight .android-app-store-section .contact-txt, .login-page .pageRight .apple-app-store-section .contact-txt {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .login-page .pageRight .message-to-child-users .message-to-child {
    background-color: #fff;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.login-page .pageRight .login-no-subscription-message {
  padding-left: 1.438rem;
}
@media (max-width: 767.98px) {
  .login-page .pageRight .login-no-subscription-message {
    color: #fff;
    padding-right: 1.5rem;
    padding-left: 1.875rem;
    padding-bottom: 12rem;
  }
}
.login-page .pageRight .login-no-subscription-message .signup-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-page .pageRight .login-no-subscription-message .signup-btn .signin a {
  color: #3486E3;
  text-underline-offset: 2px;
}
@media (max-width: 767.98px) {
  .login-page .pageRight .login-no-subscription-message .signup-btn .signin {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .login-page .pageRight .login-no-subscription-message .signup-btn .extrapaddingright {
    padding-left: 0;
    padding-right: 1rem;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 767.98px) {
  .login-page .pageRight .login-no-subscription-message .signup-btn .extrapaddingright .createAccountBtn {
    width: 100%;
  }
}
.login-page .pageRight .login-no-subscription-message h1 {
  line-height: 44px;
  font-size: 36px;
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.36px;
}
@media (max-width: 767.98px) {
  .login-page .pageRight .login-no-subscription-message h1 {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    margin-top: 0;
  }
}
.login-page .pageRight .login-no-subscription-message p {
  letter-spacing: 0.0016em;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .login-page .pageRight .login-no-subscription-message p {
    margin-bottom: 1rem;
  }
}
.login-page .pageRight .login-pending .login-pending-active-profile {
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .login-page .pageRight .login-pending .login-pending-active-profile {
    margin-left: 0;
  }
}
.login-page .pageRight .login-pending .login-pending-active-profile h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 0.36px;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .login-page .pageRight .login-pending .login-pending-active-profile h1 {
    color: #fff;
    margin-left: 2rem;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .login-page .pageRight .login-pending .login-pending-active-profile .profile-container {
    background: #fff;
    padding-left: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
}
.login-page .pageRight .login-pending .login-pending-active-profile .profile-item {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1.344rem;
}
.login-page .pageRight .login-pending .login-pending-active-profile .profile-item .itemleft {
  margin-right: 27px;
}
.login-page .pageRight .login-pending .login-pending-active-profile .profile-item .itemRight .parabold {
  letter-spacing: 0.0016em;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.login-page .pageRight .login-pending .login-pending-active-profile .profile-item .itemRight .paragrey {
  letter-spacing: 0.0016em;
  margin-bottom: 0;
}
.login-page .pageRight .login-pending .login-pending-active-profile .profile-item .itemRight .paragrey a {
  font-weight: 700;
  letter-spacing: 0.0016em;
  color: #3486E3;
  vertical-align: baseline;
  text-underline-offset: 2px;
}

@media (max-width: 767.98px) {
  .password-reset .password-header-section {
    padding: 0 1rem 0 2rem;
  }
}
.password-reset .password-header-section h1 {
  font-size: 2.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .password-reset .password-header-section h1 {
    font-size: 1.875rem;
    margin-top: 0;
    line-height: 36px;
  }
}
.password-reset .password-header-section p {
  text-align: left !important;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .password-reset .password-header-section p {
    color: #fff;
    letter-spacing: 0.0016em;
  }
}
.password-reset .send-email-btn {
  width: 150px;
}
@media (max-width: 767.98px) {
  .password-reset .send-email-btn {
    width: 100%;
    padding: 0;
    padding-bottom: 9rem;
    padding-right: 1rem;
  }
}
.password-reset .btn-padding {
  padding-top: 1rem;
  width: 150px;
}
@media (max-width: 767.98px) {
  .password-reset .btn-padding {
    padding: 2rem 2rem;
    padding-bottom: 4rem;
    width: 100%;
  }
}
.password-reset .btn-padding.more-width {
  width: 215px;
}
@media (max-width: 767.98px) {
  .password-reset .btn-padding.more-width {
    width: 100%;
  }
}
.password-reset .request-password-body form {
  width: 60%;
}
@media (max-width: 767.98px) {
  .password-reset .request-password-body form {
    width: 100%;
  }
}

.region {
  background-color: #fff;
  padding: 1.5rem 2rem;
  border-radius: 0;
}
.region .mainheader {
  color: #171729;
  padding: 0;
}
.region .login-btn-group {
  margin: 0;
}
.region .login-btn-group .btn-main {
  width: 50%;
}
@media (max-width: 767.98px) {
  .region .login-btn-group .btn-main {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.region .login-btn-group .sign-up {
  color: #141414;
}
@media (min-width: 640px) {
  .region .login-btn-group .clearfixsignbox {
    border-left: 1px solid #dfdfdf;
    padding-left: 1.875rem;
    margin-left: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  .twocloumn-page.whitebg {
    padding-bottom: 0;
  }
  .twocloumn-page.whitebg .pageRight {
    background-color: #fff;
    padding-bottom: 1rem;
  }
  .twocloumn-page.whitebg .pageRight .formsection {
    padding-bottom: 0;
  }
  .twocloumn-page.whitebg .pageRight .signin {
    text-align: center;
  }
  .twocloumn-page.whitebg .pageRight .extrapaddingright {
    margin-top: 0;
  }
  .twocloumn-page.whitebg .pageRight .btn-primary {
    background-color: #3C518F !important;
    border: 0px;
    color: #fff !important;
  }
}

.twocloumn-page.welcome-page {
  height: auto;
}
.twocloumn-page.welcome-page .pageRight .mobile-img {
  display: none;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .mobile-img {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .mobile-img img {
    border-radius: 0 !important;
    width: 100%;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body {
  padding: 0 0.438rem;
}
.twocloumn-page.welcome-page .pageRight .card-body .mainheader {
  font-size: 2.25rem;
  font-weight: 700;
  color: #171729;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .mainheader {
    color: #141414;
    font-size: 1.5rem;
    padding: 0;
    margin-top: 1.5rem;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .subheader {
  font-size: 1.25rem;
  font-weight: 400;
  color: #171729;
  line-height: 2rem;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .subheader {
    padding: 0;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .full-experience, .twocloumn-page.welcome-page .pageRight .card-body .free-experience {
  background: #F5F6FA;
  padding: 1.5rem 2.5rem;
}
.twocloumn-page.welcome-page .pageRight .card-body .full-experience .exp-title, .twocloumn-page.welcome-page .pageRight .card-body .full-experience .free-exp-title, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .exp-title, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .free-exp-title {
  color: #35333D;
  font-size: 1rem;
  font-weight: 700;
}
.twocloumn-page.welcome-page .pageRight .card-body .full-experience .exp-title i, .twocloumn-page.welcome-page .pageRight .card-body .full-experience .free-exp-title i, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .exp-title i, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .free-exp-title i {
  display: none;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience .exp-title i, .twocloumn-page.welcome-page .pageRight .card-body .full-experience .free-exp-title i, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .exp-title i, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .free-exp-title i {
    display: block;
    width: 1rem;
    height: 1rem;
    color: #B2AFBB;
    font-weight: 400;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience .exp-title, .twocloumn-page.welcome-page .pageRight .card-body .full-experience .free-exp-title, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .exp-title, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .free-exp-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .full-experience .content-item, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.625rem;
}
.twocloumn-page.welcome-page .pageRight .card-body .full-experience .content-item img, .twocloumn-page.welcome-page .pageRight .card-body .free-experience .content-item img {
  padding-right: 0.625rem;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience.open i, .twocloumn-page.welcome-page .pageRight .card-body .free-experience.open i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .full-experience {
  margin-bottom: 1.5rem;
}
.twocloumn-page.welcome-page .pageRight .card-body .full-experience .exp-title {
  margin-bottom: 0.625rem;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience .action-button {
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience .action-button .continue-btn {
    color: #fff !important;
    background-color: #3C518F !important;
    border-color: #3C518F !important;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .full-experience .choose-months {
  margin-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience .choose-months {
    text-align: center;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .full-experience .choose-months a {
  color: #35333D;
  text-underline-offset: 2px;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience .choose-months a {
    margin-left: 2rem;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience {
    padding: 1rem 0;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience .exp-title {
    padding: 0 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .full-experience .full-exp-content {
    padding: 0 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience .free-exp-title {
    padding: 0 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience .free-exp-content {
    padding: 0 2.5rem;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #35333D;
}
.twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .scan-text {
  margin-right: 1.25rem;
}
.twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .scan-text .scan-download-text {
  margin-bottom: 1.5rem;
}
.twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .scan-text .signin-text {
  margin-bottom: 0;
}
.twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .scan-text-desktop {
  margin-right: 1.5rem;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .scan-text-desktop {
    display: none;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .scan-text-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .scan-text-mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .scan-img {
    display: none;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .scan-img img {
  width: 6.25rem;
  height: 6.25rem;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .action-button {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience .scan-section .action-button a {
    border: 2px solid #171729;
    padding: 0.75rem 2.5rem;
    border-radius: 6.188rem;
    color: #171729;
    letter-spacing: 0.05rem;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .free-experience .signin-touchscreen {
  display: none;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience .signin-touchscreen {
    display: block;
    color: #141414;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .free-experience {
    padding: 1rem 0;
  }
}
.twocloumn-page.welcome-page .pageRight .card-body .start-jrny-text {
  display: none;
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .start-jrny-text {
    display: block;
    margin-top: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    color: #141414;
    letter-spacing: 0.01rem;
    margin-bottom: 0;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .expand-section {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight .card-body .collapse-section {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page .pageRight {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .twocloumn-page.welcome-page {
    background-color: #fff;
    padding: 0;
  }
}