:root {
  --38669c: #38669c;
  --1ebbc3: #1ebbc3;
  --cccccc: #ccc;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  background-color: #f8f8f8;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

h1 {
  color: var(--38669c);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3vw;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-top: 10px;
}

ol {
  margin-top: -5px;
  margin-bottom: 0;
  padding-left: 30px;
}

li {
  margin-top: 10px;
  padding-left: 10px;
}

label {
  color: #000;
  align-self: flex-start;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container.home {
  flex-wrap: wrap;
  max-width: 100%;
  display: flex;
}

.header {
  z-index: 999;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  min-height: 140px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-link-b {
  max-width: 220px;
}

.logo-link-b.w--current {
  max-width: 250px;
}

.menu-link {
  color: var(--38669c);
  padding: 0 20px;
  text-decoration: none;
  transition: all .5s;
}

.menu-link:hover {
  transform: scale(.9);
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
}

.header-r {
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.header-row {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #1ebbc333;
  border-radius: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px 70px;
  display: flex;
}

.header-l {
  width: 70%;
}

.menu-dropdown-button {
  color: var(--38669c);
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  transition: all .5s;
  display: flex;
}

.menu-dropdown-button:hover {
  transform: scale(.9);
}

.section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.s-content {
  padding-top: 250px;
  display: flex;
}

.section.s-content.padding-top {
  padding-top: 180px;
}

.button-col {
  background-color: var(--1ebbc3);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  min-width: 350px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
  transition: all .5s;
}

.button-col:hover {
  background-color: var(--38669c);
  transform: scale(.95);
}

.text-bold {
  color: var(--38669c);
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.menu-dropdown-list {
  background-color: var(--38669c);
  border-radius: 10px;
  margin-top: 10px;
  margin-left: -20px;
  overflow: hidden;
  box-shadow: 1px 1px #00000026;
}

.menu-dropdown-link {
  color: var(--1ebbc3);
  text-align: center;
  width: 100%;
  transition: all .5s;
}

.menu-dropdown-link:hover {
  background-color: var(--1ebbc3);
  color: #fff;
}

.content-b {
  justify-content: center;
  margin-top: 30px;
}

.content-b.align-center {
  display: none;
}

.content-b.note {
  text-align: center;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%);
}

.content-b.home {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translate(-50%);
}

.align-center {
  text-align: center;
}

.content-row {
  width: 100%;
}

.footer-logo {
  width: 100%;
  max-width: 220px;
}

.menu-dropdown-arrow {
  margin-left: 10px;
  position: relative;
}

.menu-dropdown-arrow-img {
  display: block;
}

.text-underline {
  text-decoration: underline;
}

.text-link {
  color: var(--38669c);
  text-decoration: none;
  transition: all .5s;
}

.text-link:hover {
  color: var(--1ebbc3);
}

.select-field {
  width: 100%;
  margin-top: 5px;
  display: flex;
}

.select-field.margin-top-25 {
  margin-top: 25px;
}

.select-button-b {
  z-index: 22;
  margin-bottom: 0;
  margin-right: 5px;
  padding-left: 0;
  display: inline-block;
  position: relative;
  inset: 0% auto auto 0%;
}

.select-button {
  background-image: url('../images/checkbox.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  border-radius: 0%;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.select-button.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/checkbox-checked.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-style: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
}

.label-none {
  margin-bottom: 0;
  display: none;
}

.label-text {
  color: #3c3c3c;
  margin-top: -2px;
  padding-left: 25px;
}

.label-text.no-padding {
  padding-left: 0;
}

.form-error-message {
  background-color: var(--38669c);
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.list-inner-padding {
  padding-left: 40px;
}

.form, .content-form {
  margin-bottom: 0;
}

.input {
  z-index: 2;
  border-style: none none solid;
  border-width: 3px 3px 1px;
  border-color: #cde #cde var(--cccccc);
  background-color: #0000;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
}

.input:focus {
  border-bottom-color: var(--38669c);
}

.input::placeholder {
  color: #2c4d5100;
}

.input.long-txt {
  border: 1px solid var(--cccccc);
  align-self: flex-start;
  height: 100px;
  margin-top: 20px;
}

.input-col-50 {
  border: 0 solid #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  margin-top: 25px;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
}

.input-col-50.full.phone-no {
  margin-top: 0;
  margin-left: -1%;
  margin-right: 0%;
}

.input-col-50.full.address {
  margin-top: 50px;
}

.input-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -25px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.red-text {
  color: red;
}

.display-none {
  display: none;
}

.full {
  width: 100%;
}

.date-slect-col {
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
}

.date-slect {
  border: 1px solid var(--38669c);
  color: #151e24;
  background-color: #f8f8f8;
  border-radius: 0;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-slect::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.date-icon {
  width: 25px;
  position: absolute;
  inset: 50% auto auto 16px;
  transform: translate(0, -50%);
}

.input-col-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: -20px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.form-select {
  border: 1px solid var(--38669c);
  background-color: #f8f8f8;
  background-image: url('../images/icon-arrow.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 0;
  height: 50px;
  margin-bottom: auto;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
}

.form-select::placeholder {
  color: #333;
}

.text-blue {
  color: var(--38669c);
}

.margin-top-none {
  margin-top: 0;
}

.content-b-50 {
  width: 100%;
  margin-top: 50px;
}

.content-row-850 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 850px;
}

.content-row-850.padding-40 {
  padding-top: 40px;
}

.footer {
  z-index: 9;
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: auto 0% 0%;
}

.margin-top-10 {
  margin-top: -10px;
}

.medical-extend {
  width: 100%;
  overflow: hidden;
}

.medical-q4 {
  overflow: hidden;
}

.door-to-door {
  width: 100%;
  overflow: hidden;
}

.footer-row {
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.footer-contact-text {
  text-align: left;
  margin-left: 5px;
  font-size: 14px;
  line-height: 24px;
}

.footer-contact-row {
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.footer-contact-link {
  color: #333;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.footer-contact-link:hover {
  color: var(--1ebbc3);
  transform: scale(.9);
}

.footer-l {
  width: 40%;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-r {
  flex-flow: column;
  width: 60%;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-contact-col {
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-contact-col-100 {
  width: 100%;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.footer-icon-b {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  position: relative;
}

.footer-icon-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer-icon {
  display: block;
}

.menu-dropdown-arrow-img-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.icon-login {
  display: none;
}

.forgot-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.self-delivery {
  width: 100%;
  overflow: hidden;
}

.after-login-button-row {
  flex-wrap: wrap-reverse;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.after-login-button-col-l {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.after-login-button-b {
  width: 100%;
}

.after-login-table-col {
  width: 20%;
  padding: 10px;
}

.after-login-table-row {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.border-bottom {
  border-bottom: 2px solid var(--38669c);
}

.after-login-table-button {
  background-color: var(--1ebbc3);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 120%;
  text-decoration: none;
  transition: all .5s;
}

.after-login-table-button:hover {
  background-color: var(--38669c);
  transform: scale(.95);
}

.after-login-table-button-row {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.after-login-table-button-col-l, .after-login-table-button-col-r {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.width-60 {
  width: 60%;
}

.grey-top-border {
  border-top: 2px solid var(--cccccc);
}

.first-table-row {
  border-top: 2px solid var(--38669c);
}

.after-login-button-col--r {
  text-align: right;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile {
  display: none;
}

.after-login-table-button-b {
  margin-left: -10px;
  margin-right: -10px;
}

.footer-logo-b {
  width: 100%;
}

.footer-logo-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.footer-contact-row-mobile {
  display: none;
}

.max-width-750 {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.content-b-10 {
  width: 100%;
  margin-top: 10px;
}

.content-b-15 {
  width: 100%;
  margin-top: 15px;
}

.data-info-b {
  padding-right: 25px;
  position: relative;
}

.data-info-icon {
  display: block;
}

.data-info-icon-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.data-info-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.pop {
  z-index: 1000;
  background-color: #0000004d;
  width: 100%;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0%;
}

.pop-row {
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  display: flex;
}

.pop-b {
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.pop-content-b {
  padding: 60px;
  position: relative;
}

.close-btn-b {
  width: 35px;
  margin-top: 25px;
  margin-right: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.close-btn-icon {
  display: block;
}

.close-btn-icon-hover {
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pop-content {
  max-height: 80vh;
  overflow: auto;
}

.date-select-step-row {
  margin-top: -30px;
}

.date-select-step-col {
  margin-top: 30px;
}

.img-full {
  width: 100%;
  display: block;
}

.date-select-step-img-col {
  margin-top: 10px;
}

.timer-select {
  z-index: 9;
  padding-top: 10px;
  position: absolute;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000024;
}

.door-to-door-content {
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
  display: none;
}

.input-phone-col-l {
  border: 0 solid #000;
  flex-flow: wrap;
  align-items: center;
  width: 20%;
  margin-top: 10px;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  position: relative;
}

.input-phone-col-r {
  border: 0 solid #000;
  flex-flow: wrap;
  align-items: center;
  width: 80%;
  margin-top: 10px;
  padding-left: 1%;
  padding-right: 1%;
  display: flex;
  position: relative;
}

.paragraph {
  text-align: left;
  display: inline-block;
}

.footer-contact-3col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.field-label-3, .field-label-4 {
  top: 0%;
}

.d-133-3d-wrapper {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  min-height: 500px;
  position: relative;
}

.background-video {
  z-index: -1;
  opacity: .2;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.section1 {
  width: 100%;
  height: 100vh;
}

.col1 {
  float: left;
  width: 33.33%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.hover-bg-color {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.col2, .col3 {
  float: left;
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 33.33%;
  height: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.home-row-b {
  width: 100%;
  height: 100vh;
  padding-bottom: 100px;
}

.hover-bg-img {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  display: flex;
  position: absolute;
  inset: auto 0% 10% 50%;
  transform: translate(-50%);
}

.img-logo, .img-product {
  width: 50%;
}

.disclaimer-title-b {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
}

.input-col-33 {
  border: 0 solid #000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-top: 25px;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
}

.inpu-col-row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -20px;
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
}

.button-col-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #1ebbc3;
  border-radius: 50px;
  min-width: 350px;
  padding: 10px 20px;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
  transition: all .5s;
}

.button-col-2:hover {
  background-color: #38669c;
  transform: scale(.95);
}

.full-width {
  width: 100%;
}

.input-col-50-2 {
  border: 0 solid #000;
  flex-flow: wrap;
  align-items: center;
  width: 48%;
  margin-top: 25px;
  margin-left: 1%;
  margin-right: 1%;
  display: flex;
  position: relative;
}

.input-2 {
  z-index: 2;
  background-color: #0000;
  border: 3px #cde;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
}

.input-2:focus {
  border-bottom-color: #38669c;
}

.input-2::placeholder {
  color: #2c4d5100;
}

.field-label-5 {
  top: 0%;
}

.text-span {
  color: red;
}

.field-label-6 {
  top: 0%;
}

.text-span-2 {
  color: red;
}

.field-label-7, .field-label-8, .field-label-9, .field-label-10, .field-label-11, .field-label-12 {
  top: 0%;
}

.date-slect-2 {
  color: #151e24;
  background-color: #f8f8f8;
  border: 1px solid #38669c;
  border-radius: 0;
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px 12px 52px;
  font-size: 14px;
  transition: all .25s;
  box-shadow: 1px 1px 2px #7281a70a;
}

.date-slect-2::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.form-select-2 {
  background-color: #f8f8f8;
  background-image: url('../images/icon-arrow.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #38669c;
  border-radius: 0;
  height: 50px;
  margin-bottom: auto;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
}

.form-select-2::placeholder {
  color: #333;
}

.romam-list {
  list-style-type: lower-roman;
}

.alpha-list {
  list-style-type: upper-alpha;
}

.complete-stage-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.complete-stage {
  aspect-ratio: 1;
  color: var(--38669c);
  text-align: center;
  background-image: url('../images/gradient-outline-circle.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
}

.complete-stage.non-active {
  color: #333;
  background-image: url('../images/grey-outline-circle.svg');
}

.complete-status {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--38669c);
  text-align: center;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.complete-status.non-active {
  color: #333;
  background-image: url('../images/grey-outline-circle.svg');
}

.complete-status.no-status {
  display: none;
}

.complete-status-img {
  width: 25px;
  height: 25px;
}

.complete-stage-b {
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fill-in-btn {
  background-color: var(--1ebbc3);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 1rem;
  line-height: 32px;
  text-decoration: none;
  transition: all .5s;
}

.fill-in-btn:hover {
  background-color: var(--38669c);
  transform: scale(.95);
}

.sample-guide-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--38669c);
  text-align: center;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.sample-guide-btn.non-active {
  color: #333;
  background-image: url('../images/grey-outline-circle.svg');
}

.complete-stage-txt {
  text-align: center;
  font-weight: 700;
  line-height: 150%;
}

.link {
  display: block;
}

.link-blue {
  color: var(--38669c);
}

html.w-mod-js [data-ix="height-0"] {
  height: 0;
}

html.w-mod-js [data-ix="opacity-0"] {
  opacity: 0;
}

html.w-mod-js [data-ix="fade-from-top"] {
  opacity: 0;
  transform: translate(0, -50px);
}

html.w-mod-js [data-ix="fade-from-bottom"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="fade-in-opacity"] {
  opacity: 0;
}

html.w-mod-js [data-ix="pop"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="display-none"] {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .menu-link:hover {
    color: var(--38669c);
    transform: none;
  }

  .header-row {
    position: relative;
  }

  .section.s-content {
    padding-top: 150px;
    padding-bottom: 0;
  }

  .section.s-content.padding-top {
    padding-bottom: 180px;
  }

  .menu-dropdown-link:hover {
    background-color: var(--38669c);
  }

  .content-b {
    width: 100%;
    top: 15%;
  }

  .content-row {
    justify-content: center;
    align-items: flex-start;
  }

  .content-form {
    max-width: none;
  }

  .input {
    font-size: 1rem;
  }

  .menu-btn-02 {
    background-color: #fff;
    width: 100%;
    height: 2px;
    margin-top: 8px;
    padding: 0;
  }

  .footer-contact-text {
    white-space: nowrap;
  }

  .footer-l {
    width: 36%;
  }

  .footer-r {
    width: 64%;
  }

  .footer-contact-col {
    width: 33.33%;
  }

  .menu-btn-03 {
    background-color: #fff;
    width: 100%;
    height: 2px;
    margin-top: 8px;
    padding: 0;
  }

  .menu-btn-01-color {
    background-color: var(--1ebbc3);
    width: 100%;
    height: 2px;
    padding: 0;
    position: absolute;
  }

  .menu-btn-01 {
    background-color: #fff;
    width: 100%;
    height: 2px;
    padding: 0;
  }

  .menu-btn-03-b {
    margin-top: 8px;
  }

  .menu-btn-03-color {
    background-color: var(--1ebbc3);
    width: 100%;
    height: 2px;
    padding: 0;
    position: absolute;
  }

  .pop-content-b {
    padding-left: 8%;
    padding-right: 8%;
  }

  .close-btn-b {
    margin-right: 2%;
  }

  .footer-contact-3col {
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .d-133-3d-wrapper {
    width: 300px;
    height: 300px;
    margin-bottom: 80px;
  }

  .col1 {
    background-image: none;
    width: 33.33%;
    height: 100vh;
  }

  .hover-bg-color {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 80%;
  }

  .col2, .col3 {
    width: 33.33%;
    height: 100vh;
  }

  .home-row-b {
    flex-flow: row;
    padding-bottom: 150px;
    display: flex;
  }

  .hover-bg-img {
    bottom: 25%;
  }

  .input-2 {
    font-size: 1rem;
  }

  .complete-stage-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .complete-stage {
    height: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fill-in-btn {
    font-size: .8rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .header {
    min-height: 60px;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .logo-link-b, .logo-link-b.w--current {
    max-width: 150px;
  }

  .menu-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-dropdown {
    padding-left: 0;
  }

  .header-r {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 24%;
    display: flex;
  }

  .header-row {
    padding-left: 35px;
    padding-right: 35px;
  }

  .header-l {
    width: 76%;
    padding-right: 10px;
  }

  .menu-dropdown-button {
    justify-content: center;
    align-items: center;
  }

  .section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.s-content {
    padding-top: 100px;
  }

  .section.s-content.padding-top {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .button-col {
    width: 100%;
    min-width: auto;
  }

  .text-bold {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-dropdown-list.w--open {
    margin-left: -10px;
  }

  .content-b {
    margin-top: 10px;
  }

  .content-b.note {
    padding-left: 5%;
    padding-right: 5%;
  }

  .content-b.home {
    margin-top: 40px;
    top: 10%;
  }

  .footer-logo {
    max-width: 100px;
  }

  .menu-dropdown-arrow {
    margin-left: 5px;
  }

  .input-col-50 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .input-col-50.mobile-width-50, .input-col-50.full {
    margin-top: 10px;
  }

  .input-row {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .input-col-row {
    margin-top: -10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .form-select {
    background-position: 95%;
    padding-right: 20px;
  }

  .content-b-50 {
    margin-top: 30px;
  }

  .mobile-width-50 {
    width: 50%;
  }

  .mobile-margin {
    margin-top: 15px;
  }

  .footer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .footer-contact-row {
    margin-top: 0;
    margin-left: -1%;
    margin-right: -1%;
  }

  .footer-contact-link {
    display: inline-block;
  }

  .footer-l {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-r {
    width: 100%;
    display: none;
  }

  .footer-contact-col {
    text-align: center;
    width: 25%;
    margin-top: 5px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .footer-contact-col-100 {
    text-align: center;
    width: 25%;
    margin-top: 5px;
  }

  .footer-icon-b {
    width: 20px;
    height: 20px;
  }

  .icon-login {
    width: 25px;
    display: block;
  }

  .bold-text {
    display: none;
  }

  .after-login-button-col-l {
    width: 100%;
    margin-top: 20px;
  }

  .after-login-table-col {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .after-login-table-row {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .after-login-table-button {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .after-login-table-button-col-l, .after-login-table-button-col-r {
    padding-left: 5px;
    padding-right: 5px;
  }

  .width-60, .after-login-button-col--r {
    width: 100%;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .after-login-table-button-b {
    margin-left: -5px;
    margin-right: -5px;
  }

  .footer-logo-b {
    width: 50%;
  }

  .footer-contact-row-mobile {
    width: 50%;
    display: block;
  }

  .content-b-15 {
    margin-top: 10px;
  }

  .pop-content-b {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .close-btn-b {
    width: 25px;
  }

  .input-phone-col-l {
    width: 30%;
    padding-left: 0%;
  }

  .input-phone-col-r {
    width: 70%;
    padding-right: 0%;
  }

  .d-133-3d-wrapper {
    width: 350px;
    height: 350px;
  }

  .col1 {
    width: 100%;
  }

  .hover-bg-color {
    padding-left: 40px;
    padding-right: 40px;
  }

  .col2, .col3 {
    width: 100%;
  }

  .home-row-b {
    flex-flow: column;
    padding-top: 180px;
  }

  .hover-bg-img {
    z-index: -1;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    bottom: -500%;
  }

  .img-logo {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 30%;
    display: flex;
  }

  .img-product {
    width: 30%;
  }

  .input-col-33 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .input-col-33.mobile-width-50 {
    margin-top: 10px;
  }

  .inpu-col-row {
    margin-top: -10px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-col-2 {
    width: 100%;
    min-width: auto;
  }

  .input-col-50-2 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .input-col-50-2.mobile-width-50 {
    margin-top: 10px;
  }

  .form-select-2 {
    background-position: 95%;
    padding-right: 20px;
  }

  .complete-stage-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .complete-status {
    padding-top: 0;
    font-size: 16px;
  }

  .complete-stage-b {
    width: 100%;
  }

  .fill-in-btn {
    width: 100%;
    min-width: auto;
  }

  .complete-stage-txt {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 24px;
  }

  .menu-link {
    color: var(--38669c);
  }

  .header-r {
    flex-flow: row;
    width: 33%;
  }

  .header-row {
    padding: 20px;
  }

  .header-l {
    width: 67%;
  }

  .menu-dropdown-button {
    justify-content: center;
    align-items: center;
  }

  .section {
    padding-top: 120px;
  }

  .input-col-50.mobile-width-50, .after-login-table-button-col-l {
    width: 100%;
  }

  .after-login-table-button-col-r {
    width: 100%;
    margin-top: 15px;
  }

  .pop-content-b {
    padding: 20px 11%;
  }

  .input-phone-col-l {
    width: 35%;
  }

  .input-phone-col-r {
    width: 65%;
  }

  .d-133-3d-wrapper {
    width: 300px;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
  }

  .col1 {
    float: left;
    clear: none;
    width: 100%;
    height: 50%;
  }

  .col2, .col3 {
    width: 100%;
    height: 50%;
  }

  .hover-bg-img {
    justify-content: center;
    align-items: center;
  }

  .inpu-col-row.margin-top-10 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}


