* {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0px;
  padding: 0px;
}
body {
  width: 100%;
  /* overflow-x: hidden; */
}
body,
main,
header,
footer {
  position: relative;
  box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media (min-width: 992px) {
  footer {
    box-shadow: none;
  }
}
.footer-text {
  color: #9a9a9a !important;
  text-decoration: none;
  margin: 0 0 10px;
}
.row {
  padding: 0;
  margin: 0;
}
.col {
  padding: 0;
  margin: 0;
}
.font-lato {
  font-family: "Lato", sans-serif;
}
.font-open-sans {
  font-family: "Open Sans", sans-serif;
}
.pointer {
  cursor: pointer;
}
.text-shadow {
  text-shadow: 0px 4px 4px #00000040;
}
.contain {
  object-fit: contain;
}
.cover {
  object-fit: cover;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.bg-black {
  background: #000;
}
.bg-pink {
  background: #ff6aab;
}
.bg-gray {
  background: #ecf4f9 !important;
}
.text-pink {
  color: #ff6aab;
}
.bg-blue {
  background: #42a8fc;
}
.bg-blue-bold {
  background: #3c97ec;
}
.text-blue {
  color: #42a8fc;
}
.text-gray {
  color: #9a9a9a;
}
.bg-gradient-pink {
  background: linear-gradient(135deg, #ff338b 0%, #f3a057 100%) !important;
}
.bg-gradient-blue {
  background: linear-gradient(135deg, #42a8fc 0%, #1fddff 100%) !important;
}

.select2 {
  width: 100% !important;
  min-width: 300px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.select2-dropdown {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.select2-container--default .select2-selection--single {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border: 2px solid #ecf4f9;
  background: #ecf4f9;
  /*box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  */
  backdrop-filter: blur(5px);
  height: unset;
  padding: 4px 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px;
  right: 5px;
}
.select2-search__field {
  outline: none !important;
}
.select2-results__options {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.select2-container--default .select2-results__option--selected {
  background: #77b2d5;
  color: #fff;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #000;
  background: #ecf4f9;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.select2-results__option--selectable {
  width: 100%;
}

.select2-results__options::-webkit-scrollbar {
  background: white;
  width: 8px;
  height: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ecf4f9;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #ecf4f9;
  border: 1px solid #ecf4f9;
}
.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

.select2-results__options::-webkit-scrollbar,
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

/*=========================================== msglow css ===========================================================================*/
.msglow-button-cta {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  letter-spacing: 1px;
  padding: 16px 24px;
  font-weight: 700;
  font-size: 24px;
  font-family: "Lato", sans-serif;
}
.msglow-button-action {
  outline: none;
  border: none;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  letter-spacing: 1px;
  padding: 8px 16px;
  font-weight: 700;
  font-size: 14px;
  font-family: "Lato", sans-serif;
}
@media (min-width: 992px) {
  .msglow-button-cta {
    letter-spacing: 3px;
    padding: 34px 68px;
    font-size: 24px;
  }
  .msglow-button-action {
    letter-spacing: 3px;
    padding: 26px 82px;
    font-size: 20px;
  }
}
.msglow-input-group {
  padding: 5px 0;
}
@media (min-width: 1200px) {
  .msglow-input-group {
    padding: 15px 0;
  }
}
.msglow-label {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 0 0 5px;
}
.msglow-input {
  font-size: 16px;
  background: #ecf4f9;
  color: #000;
  border: none;
  outline: none;
  border-radius: 50px;
  padding: 10px 20px;
  width: 100%;
}
.section-end {
  padding-bottom: 525px;
}

@media (min-width: 768px) {
  .section-end {
    padding-bottom: 530px;
  }
}
@media (min-width: 992px) {
  .section-end {
    padding-bottom: 190px;
  }
}

.logo-image {
  object-fit: contain;
  height: 40px;
}
@media (min-width: 768px) {
  .logo-image {
    height: 70px;
  }
}

.copyright {
  font-size: 12px;
}
@media (min-width: 768px) {
  .copyright {
    font-size: 16px;
  }
}
.hero {
  height: 500px;
  background: top center no-repeat url("./backgrounds/bg-hero-banner-mobile.png");
}
.banner-wrapper {
  height: 500px;
}
.hero-text {
  font-size: 48px;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 52px;
}
.hero-text-sm {
  font-size: 20px;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 20px;
}
.home {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .home {
    padding-top: 85px;
  }
  .hero {
    height: 65vh;
    background: 75% / cover no-repeat url("./backgrounds/bg-hero-banner.png");
  }
  .banner-wrapper {
    height: 65vh;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 65vh;
    background: center / cover no-repeat url("./backgrounds/bg-hero-banner.png");
  }
  .hero-text {
    font-size: 64px;
    letter-spacing: 3px;
    line-height: 64px;
  }
  .hero-text-sm {
    font-size: 24px;
    line-height: 24px;
  }
}

.welcome {
  background: cover no-repeat url("./backgrounds/bg-benefits.png");
}
.welcome-image {
  object-fit: contain;
  width: 100%;
  max-width: 455px;
}
.welcome-title {
  font-size: 34px;
  line-height: 40px;
  font-weight: 900;
  text-align: center;
}
.welcome-card {
  width: 300px;
  padding: 20px 0 0;
}
.welcome-card-label {
  font-size: 20px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: 3px;
}
.welcome-card-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
}
.welcome-card-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .welcome-card {
    width: 455px;
  }
}
@media (min-width: 992px) {
  .welcome-title {
    font-size: 64px;
    line-height: 64px;
  }
  .welcome-card {
    width: 455px;
  }
  .welcome-card-title {
    font-size: 42px;
    line-height: 44px;
  }
  .welcome-card-text {
    font-size: 20px;
    line-height: 30px;
  }
}

.introduction {
  background: center / cover no-repeat url("./backgrounds/bg-gradient-blue.png");
}
.introduction-text-head {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 30px;
}
.introduction-text-highlight {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
}
.introduction-text {
  font-size: 16px;
  line-height: 30px;
}
.introduction-image {
  width: 300px;
  margin: -40px 0;
  object-fit: contain;
}
@media (min-width: 768px) {
  /* .introduction-text-head {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .introduction-text-highlight {
    font-size: 42px;
    line-height: 44px;
  }
  .introduction-text {
    font-size: 20px;
    line-height: 30px;
  } */
}
@media (min-width: 992px) {
  .introduction-text-wrapper {
    max-width: 570px;
  }
  .introduction-text-head {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .introduction-text-highlight {
    font-size: 42px;
    line-height: 44px;
  }
  .introduction-text {
    font-size: 20px;
    line-height: 30px;
  }
  .introduction-text-highlight {
    max-width: 425px;
  }
  .introduction-image {
    height: 720px;
    width: unset;
  }
}

.join-newsletter {
  background: right / cover no-repeat url("./backgrounds/bg-welcome.png");
}
.join-newsletter-title {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: 700;
}
.join-newsletter-input-wrapper {
  border-radius: 50px;
  padding: 5px;
  background: #d4e1eb;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.join-newsletter-input {
  font-size: 14px;
  background: #d4e1eb;
  border: none;
  outline: none;
  border-radius: 50px;
  padding-left: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .join-newsletter {
    background: center / cover no-repeat url("./backgrounds/bg-welcome.png");
  }
  .join-newsletter-title {
    font-size: 36px;
    line-height: 36px;
  }
  .join-newsletter-input-wrapper {
    padding: 5px;
    width: 100%;
  }
  .join-newsletter-input {
    font-size: 24px;
    padding-left: 40px;
    width: 100%;
  }
}

.register {
  background: center / cover no-repeat url("./backgrounds/bg-sky.png");
}
.register-card {
  width: 1065px;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  background: #fff;
}
.register-card-title {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  padding: 30px 20px 10px;
}
.register-image {
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  object-fit: contain;
  width: 100%;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .register-card-title {
    font-size: 46px;
    line-height: 52px;
    padding: 30px 50px;
  }
  .register-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 450px;
  }
}
@media (min-width: 992px) {
  .register-card-title {
    font-size: 64px;
    line-height: 64px;
    padding: 40px 70px;
  }
  .register-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 600px;
  }
}
.join-us {
  overflow: hidden;
  background: #ffffff;
}
.join-us-text-wrapper {
  max-width: 535px;
}
.join-us-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
.join-us-text {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.join-us-form {
  max-width: 525px;
  padding: 0 0 80px;
  z-index: 2;
}
.join-us-image {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 300px;
  object-fit: contain;
  z-index: 0;
}
@media (min-width: 992px) {
  .join-us-title {
    font-size: 64px;
    line-height: 69px;
  }
  .join-us-text {
    font-size: 30px;
    line-height: 40px;
  }
  .join-us-image {
    right: -60px;
    width: 465px;
  }
}

.bg-join-membership {
  background: right / cover no-repeat url("./backgrounds/bg-join-membership.png");
}

.accordion-button:focus {
  box-shadow: none;
}
.msglow-button-accordion {
  background: #ff6aab !important;
  font-weight: 800 !important;
  color: #fff !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  width: 100% !important;
  /* padding: 30px 0 !important; */
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
}

.msglow-button-tabs {
  background: #94aeb9 !important;
  font-weight: 800 !important;
  color: #fff !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  width: 100% !important;
  position: relative;
  padding: 10px 0 !important;

  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .msglow-button-tabs {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 2px;
    padding: 30px 0 !important;
  }
}
.collapsed {
  background: #94aeb9 !important;
}
.active.msglow-button-tabs {
  background: #ff6aab !important;
}
.active.bottom-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 0;
  border-top: 20px solid #ff6aab;
}
.active.bottom-arrow-accordion:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 0;
  border-top: 20px solid #ff6aab;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

@media (min-width: 992px) {
  .msglow-button-tabs {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 3px;
  }
}
.msglow-accordion-container {
  padding: 80px 0 0;
}

.join-membership {
  margin-top: -20px;
  padding: 100px 0 20px;
  background: right / cover no-repeat url("./backgrounds/bg-join-membership.png");
}
.join-membership-card {
  border-radius: 32px;
  background: #fff;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  height: 512px;
}
.join-membership-card-title {
  border-radius: 26px 26px 0 0;
  -webkit-border-radius: 26px 26px 0 0;
  -moz-border-radius: 26px 26px 0 0;
  -ms-border-radius: 26px 26px 0 0;
  -o-border-radius: 26px 26px 0 0;
  color: #fff;
  font-family: Lato;
  font-weight: 800;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  line-height: 28.83px;
  letter-spacing: 0.13em;
}
.join-membership-card-list > li {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
}
.border-bottom {
  border-bottom: 1px solid #aaaaaa70;
}

@media (min-width: 768px) {
  .join-membership-card {
    height: 650px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
  }
  .join-membership-card-title {
    border-radius: 32px 32px 0 0;
    padding: 20px 0;
    font-size: 24px;
    letter-spacing: 0.13em;
    -webkit-border-radius: 32px 32px 0 0;
    -moz-border-radius: 32px 32px 0 0;
    -ms-border-radius: 32px 32px 0 0;
    -o-border-radius: 32px 32px 0 0;
  }
  .join-membership-card-list > li {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .join-membership {
    background: center / cover no-repeat url("./backgrounds/bg-join-membership.png");
  }
  .join-membership-card {
    margin: 10px;
    height: 512px;
    box-shadow: 3px 4px 24.2px 0px #3d5c8017;
  }
  .join-membership-card-title {
    border-radius: 32px 32px 0 0;
    padding: 20px 0;
    font-size: 24px;
    letter-spacing: 0.13em;
    -webkit-border-radius: 32px 32px 0 0;
    -moz-border-radius: 32px 32px 0 0;
    -ms-border-radius: 32px 32px 0 0;
    -o-border-radius: 32px 32px 0 0;
  }
  .join-membership-card-list > li {
    font-size: 16px;
    line-height: 28px;
  }
}
.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 40px;
}
.swiper-slide {
  text-align: center;
  text-align: -webkit-center;
}

.bg-try_and_review {
  background: url("../images/try_and_review/banner-try_and_review.jpg") no-repeat top right;
  background-size: cover;
  background-color: #f8f9fa;
}

.bg-about {
  background: url("../images/try_and_review/banner-about.jpg") no-repeat top center;
  background-size: cover;
  background-color: #f8f9fa;
}

.bg-glass {
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 1px solid rgba(255, 255, 255, 1);
}

.top-spacer {
  height: 66px;
}
@media (min-width: 768px) {
  .top-spacer {
    height: 96px;
  }
}

.mobile-relative-tab-absolute {
  position: relative;
}
.banner-image-try_and_review {
  object-fit: contain;
  width: 100%;
}
@media (min-width: 760px) {
  .banner-image-try_and_review {
    object-fit: none;
    width: 100%;
    height: 70vh;
  }
  .mobile-relative-tab-absolute {
    position: absolute;
  }
}
@media (min-width: 990px) {
  .banner-image-try_and_review {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
  .mobile-relative-tab-absolute {
    position: absolute;
  }
}
