body,
html {
  background-color: #ebf3f7;
  font-family: Roboto, sans-serif;
  font-size: 100%;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  -webkit-font-smoothing: antialiased;
}
.clickable {
  cursor: pointer;
}
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(./assets_main/images/Preloader_3.gif)
    50% no-repeat #fff;
}
.sectionContainer {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding-left: 30px;
  padding-right: 30px;
}
#nrm {
  display: none;
  font-size: 1em;
}
#nrm,
.nrmg {
  text-align: left;
}
.nrmg {
  display: block;
  font-size: 0.8em;
  margin-top: -5px;
}
h1 {
  font-family: Playfair Display, sans-serif;
  font-size: 2.8rem;
  letter-spacing: -0.05rem;
  margin-top: 0;
}
h2,
h3,
h4,
h5 {
  font-weight: 700;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
li,
p {
  font-size: 0.9rem;
  margin: 0 0 1.15rem;
}
.articleImageContainer,
blockquote,
ol,
ul {
  color: #333;
  margin: 0 0 16px;
}
blockquote {
  background-color: #f5faf1;
  border-left: 5px solid #cbe6b6;
  font-size: inherit;
}
.footnote {
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  body,
  html {
    background-color: #fff;
  }
  .sectionContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1 {
    font-family: Playfair Display, sans-serif;
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.15rem;
  }
}
.articleImageContainer img {
  width: 100%;
  height: auto;
}
.articleImageContainer .narrow {
  width: 50%;
  margin: 0 auto;
}
.articleImageContainerSmall {
  width: 49%;
}
.articleImageContainerSmall img {
  width: 100%;
  height: auto;
}
.articleImageContainerSmall.leftImg {
  float: left;
  padding-top: 37px;
}
.articleImageContainerSmall.rightImg {
  float: right;
}
#os {
  width: auto;
  max-width: 100%;
  margin-top: 20px;
}
a,
button {
  outline: none;
}
a {
  color: #069;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  color: #7dc049;
}
button#cta {
  width: 72.1%;
  display: block;
  margin: 5px auto;
  padding: 10px 35px;
  border-radius: 3px;
  border: none;
  color: #fff;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.8em;
  outline: none;
  transition: all 0.3s ease-in-out;
  z-index: 300;
}
button.cta {
  background-color: red;
  -webkit-box-shadow: 0 3px #c00;
  box-shadow: 0 3px #c00;
}
button#cta:active,
button#cta:hover {
  transform: translateY(3px);
}
button.cta1 {
  background-color: #689f38;
}
button.cta:hover {
  background: #c00;
}
button.cta1:hover {
  background-color: #8bc34a;
  -webkit-box-shadow: 0 3px #648e33;
  box-shadow: 0 3px #648e33;
}
.multiBrandAdvertorial button#cta {
  width: 100%;
}
.tapAge {
  margin: 0 0 16px;
}
.tapAge button {
  background-color: #7dc049;
  border: none;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 8px 8px 0;
  padding: 10px 5px;
  width: 90px;
}
.tapAge button:hover {
  background-color: #069;
}
@media (max-width: 767px) {
  button#cta {
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 10px;
  }
  .articleImageContainer .narrow {
    width: 100%;
    margin: 0 auto;
  }
  .tapAge button {
    font-size: 100%;
  }
}
header {
  background-color: #fff;
  height: 90px;
  width: 100%;
}
header .sectionContainer {
  padding-left: 0;
  padding-right: 0;
}
#advertisement {
  color: #999;
  font-size: 0.75rem;
  margin: 0;
  text-align: center;
}
.wpLogo {
  height: 48px;
  margin-top: 5px;
  width: 250px;
}
header .sectionContainer p {
  display: inline-block;
  color: #273c51;
  font-size: 20px;
  font-weight: 400;
  margin: 8px 2px 0;
}
@media (max-width: 767px) {
  header {
    height: 65px;
  }
  header .sectionContainer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wpLogo {
    height: 34px;
    margin-top: 5px;
    width: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .sectionContainer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .sectionContainer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.articleContent {
  background-color: #fff;
  border-bottom: 1px solid #cce0eb;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.articleInfo {
  color: #999;
  font-size: 100%;
  margin-bottom: 16px;
}
.articleAuthor {
  color: #7dc049;
  font-weight: 700;
  margin-right: 8px;
}
.photoAuthor {
  height: 40px;
  margin-right: 12px;
  width: 40px;
}
.highlight {
  background-color: #ff0;
}
#timer9658Div {
  text-align: center;
  font-size: 19px;
  border-radius: 3px;
  width: 72.1%;
  margin: 20px auto;
  background-color: #fef5c4;
  border: 1px solid #fadf98;
  padding: 13px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .articleContent {
    border-bottom: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10px;
  }
  .articleInfo {
    font-size: 0.85rem;
  }
  #timer9658Div {
    width: 100%;
  }
  button#cta {
    font-size: 1.4em;
    line-height: 1.5em;
    padding: 10px;
    width: 100%;
  }
}
.multiBrandAdvertorial h2 {
  margin-top: 50px;
}
footer {
  background-color: #cce0eb;
  padding: 75px 0 100px;
  text-align: center;
}
footer,
footer a {
  font-size: 0.65rem;
}
footer ul {
  margin-bottom: 0;
}
footer .wpLogo {
  height: 34px;
  margin-bottom: 10px;
  width: 175px;
}
footer a:hover {
  color: #333;
}
@media (max-width: 767px) {
  .articleImageContainerSmall {
    width: 100%;
  }
  .articleImageContainerSmall.leftImg {
    float: none;
    padding-top: 0;
  }
  .articleImageContainerSmall.rightImg {
    float: none;
  }
}
.advertorial {
  font-size: 0.7em;
  color: #4e4e4e;
  text-align: center;
}
.override-margin {
  margin-bottom: 0;
}
.footerlogos-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footerlogos {
  width: 50%;
  max-width: 150px;
  margin: 20px 0;
  display: block;
  opacity: 0.7;
  text-align: center;
}
.footerlogos img {
  width: 60%;
}
.floatLHS,
.floatRHS,
.floatThirdLHS,
.floatThirdRHS {
  width: 308px;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.cognito {
  max-width: 100% !important;
}
.cognito .c-forms-form {
  background-color: #dadee1 !important;
}
#payments-footer {
  margin: 10px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#payments-footer > img {
  width: 50px;
  max-width: 100%;
  height: auto;
}
.payment-title {
  display: block;
  margin: 6px 0;
  font-size: 20px;
  color: #98a2ac;
  font-weight: 500;
}
.menu-footer,
.payment-title {
  font-family: proxima-nova, sans-serif;
}
.menu-footer {
  padding: 0;
  font-size: 11px;
}
#menu-footer-menu li {
  margin-right: 10px;
  display: inline-block;
}
#menu-footer-menu a {
  color: #466cb2;
  font-size: 11px;
  text-decoration: none;
}
.newContainer .offer-link {
  font-weight: 700;
  text-decoration: underline;
  color: red;
}
.text-muted {
  font-size: 14px;
  margin: 30px 0 0;
  color: #999;
}
.yellow-line {
  height: 1px;
  width: 100%;
  display: inline-block;
  background-color: #ffff84;
  margin: 50px 0 0;
}
.mb-2 {
  margin-bottom: 15px;
}
.orange-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  background-color: #e06d2c;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 8px;
  gap: 16px;
}
.orange-box > * {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
  color: #eee;
}
iframe {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 576px) {
  iframe {
    height: 400px;
  }
}
@media screen and (min-width: 768px) {
  .text-muted {
    margin-top: 100px;
  }
  iframe {
    height: 550px;
  }
  li,
  p {
    font-size: 1.15rem;
    margin: 0 0 1.25rem;
  }
}
/* css */
.comments {
  padding: 30px 0 0;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.div-block-4 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: none;
  border-bottom: 1px solid hsla(0, 0%, 58%, 0.6);
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-3 {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.name-tag {
  display: flex;
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  background-color: #0178d4;
}

.feedback-text {
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.66);
  font-size: 14px;
  line-height: 1.8;
}

.feedback-text.white {
  margin-right: 5px;
  margin-bottom: 0;
  color: #fff;
}

.div-block-2-copy {
  display: flex;
  align-items: center;
}

.gray-small-text {
  color: #949494;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.image-4 {
  width: 17px;
}
/* css */
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap);

.intgrtn-loader-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 50;
  display: none;
}
.intgrtn-loader-holder.static .intgrtn-lds-dual-ring {
  position: static;
  left: auto;
  right: auto;
  transform: translate(0, 0);
}
.intgrtn-loader-holder .intgrtn-loader-text-holder {
  text-align: center;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
}
.intgrtn-loader-holder .intgrtn-loader-text-holder .intgrtn-lds-dual-ring {
  position: static;
  left: auto;
  right: auto;
  transform: translate(0, 0);
}
.intgrtn-loader-text {
  margin-top: 15px;
  font-size: 14px;
}
.intgrtn-loader-holder .intgrtn-lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: intgrtn-lds-dual-ring 1.2s linear infinite;
}
@keyframes intgrtn-lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.regform-error-text {
  display: block;
  margin-top: 2px;
  padding-right: 5px;
  text-align: right;
  font-size: 13px;
  color: #f44336;
  vertical-align: sub;
}
.email-error,
.first-name-error,
.last-name-error,
.phone-error,
.invalid-phone-error,
.postal-error,
.invalid-postal-error,
.full-name-error {
  display: none;
}
#custom-regform {
  font-family: Lato, sans-serif;
}
#custom-regform .iti,
#custom-regform input,
#custom-regform ul li {
  font-size: 13px;
}
.form-section {
  max-width: 450px;
  margin: 30px auto;
}
.form-container {
  border-radius: 6px;
  box-shadow: 2px 3px 16px 1px grey;
}
#custom-regform .form-header {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  text-transform: uppercase;
  background: #60359b;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 0;
  padding: 30px 24px;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: inherit;
  line-height: 40px;
  white-space: normal;
  word-break: break-word;
}
#regform {
  position: relative;
}
.form-body {
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
  text-indent: 0;
  text-align: left;
}
.steps-navigator {
  text-align: center;
  margin-bottom: 20px;
  display: flex;
}
.active-step {
  background-color: #5a3594;
}
.inactive-step {
  background-color: #ececec;
}
.navigator-step {
  display: inline-block;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  border-radius: 3px;
  font-weight: 700;
  height: 7px;
  width: 50%;
  text-indent: 100%;
  margin-right: 5px;
  overflow: hidden;
}
.input-holder {
  margin-bottom: 10px;
}
.input-holder input {
  padding: 12px 16px;
  width: 100%;
  display: block;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cacaca;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-btn-holder {
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: center;
}
.step-btn {
  margin: 0 auto;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  color: #fff;
  border: none;
  border-radius: 6px;
  background: #5a3594;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 24px;
  cursor: pointer;
  white-space: normal;
  text-align: center;
  outline: 0;
}
#btn-step-2,
.second-step {
  display: none;
}
#btn-step-1,
.first-step {
  display: block;
}

.iti {
  width: 100%;
}
#f_phone {
  width: 100%;
}
.step-btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
.step-btn span:after {
  content: "\00bb";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.step-btn:hover span {
  padding-right: 25px;
}
.step-btn:hover span:after {
  opacity: 1;
  right: 0;
}
.step-btn:active {
  -webkit-box-shadow: inset 0 0 6px #bdbdbd;
  -moz-box-shadow: inset 0 0 6px #bdbdbd;
  box-shadow: inset 0 0 6px #bdbdbd;
}
.f_modal {
  font-family: Lato, sans-serif !important;
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  color: #333;
}
.modal-content {
  height: auto;
  position: relative;
  background-color: #fefefe;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgb(0 0 0 / 50%);
  max-width: 1000px;
  margin: auto;
  margin-bottom: 10%;
  padding: 20px;
  border: 1px solid #888;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.f_modal h2 {
  font-size: 36px;
  font-weight: 700px;
}
.subtitle {
  display: block;
  margin: 16px auto;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
}
.main-img {
  max-width: 100%;
  margin: 0 auto;
}
.text-col {
  width: 53%;
  padding: 10px;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: top;
}
.img-col {
  width: 40%;
}
.modal-row {
  margin-top: 30px;
}
.modal-row div {
  display: inline-block;
}
.thankyou-step {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.thankyou-step-item {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #7826ff;
  margin-right: 15px;
  opacity: 0.2;
}
.thankyou-step-item.active {
  opacity: 1;
}
.thankyou-step-item:after {
  content: "";
  display: block;
  height: 11px;
  border-radius: 5.5px;
  box-shadow: 0 5px 3.7px 0.3px rgb(120 38 255 / 16%);
  background-color: #7826ff;
  margin-top: 10px;
  width: 100px;
}
h2.item-h {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
}
.item-p {
  color: #a7b1c7;
  font-size: 14px;
  margin-top: 8px;
  line-height: 22px;
}
.item-p strong {
  font-weight: 700;
  color: #000;
}
.purple {
  color: #6e39f5;
  font-weight: 700;
}
.go-to-account-btn {
  text-decoration: none;
  background: #f3be6f;
  border-radius: 3px;
  padding: 16px 64px;
  color: #fff;
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 24px auto;
  transition: all 0.5s;
}
.modal-bottom {
  width: 100%;
  text-align: center;
}
.postal-modal {
  text-align: center;
  padding-bottom: 35px;
}
.postal-modal .emoji {
  font-size: 3.3em;
  margin-bottom: 5px;
}
.postal-modal p {
  color: #666;
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 15px;
}
.postal-modal h1 {
  color: #333;
  font-size: 1.9em;
  margin-bottom: 20px;
}
@media (max-width: 890px) {
  .img-col,
  .text-col {
    width: 100%;
  }
  .item-p {
    padding-right: 40px;
    padding-left: 5px;
  }
}
.slider-container {
  position: relative;
  overflow: hidden;
  height: 630px !important;
  width: 380px;
}
.responsive-iframe {
  position: absolute;
  border: none;
  outline: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 600px) {
  .slider-container {
    width: 500px !important;
  }
}
@media (max-width: 600px) {
  .slider-container {
    height: 100vh !important;
  }
}
#terms-box {
  font-size: 13px;
}

/*form css */

.form-wrapper {
  max-width: 380px;
  display: block;
  background: #f1f1f1;
  margin: 0 auto;
  border-radius: 4px;
}
.form-wrapper > div:first-of-type {
  background-color: #dc2626;
  padding: 8px;
}
.form-wrapper > div:first-of-type p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.form-header {
  display: none;
}
.form-body {
  padding: 16px;
}
.form-check,
.form-check-label,
.form-check-label a {
  line-height: 1.2;
  cursor: pointer;
  color: #333;
}
.form-btn-holder,
li.iti__country {
  margin-bottom: 0;
}
.active-step,
.step-btn {
  background-color: #dc2626;
}
#successModal {
  z-index: 9999;
}
