:root {
  --white: white;
  --atoli: #2b7475;
  --abbey: #3d4247;
  --java: #00b1b9;
  --pear: #bacf22;
  --grey: #bbbfc3;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
  .top-btn {
    visibility: hidden;
}   
}



@media screen and (max-width: 1366px) {

  .top-btn {
    margin-top: 70px;
}  
}



p {
  margin-bottom: 10px;
}

a {
  color: #057eff;
  text-decoration: underline;
}

.body {
  direction: rtl;
  color: #fff;
  text-align: right;
  background-color: #f1f1f1;
  font-family: Heebo Variablefont Wght, sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.body.pwd {
  background-color: var(--white);
}

.hero-section {
  max-width: 100%;
  min-height: 916px;
}

.hero-banner {
  background-image: url('../images/hero-banner-background.png');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  min-height: 440px;
}

.info-section {
  max-width: 100%;
  min-height: 100%;
}

.video-guide-container {
  z-index: 1;
  max-width: 100%;
  min-height: 897px;
  margin-bottom: 16px;
  padding-top: 40px;
  position: relative;
}

.disease-container {
  z-index: 1;
  max-width: 100%;
  min-height: 744px;
  margin-bottom: 16px;
  position: relative;
}

.who-for-container, .how-to-container, .what-to-expect-container, .dosage-container, .instructions-container, .storage-container, .safety-container, .q-a-container {
  max-width: 100%;
  margin-bottom: 16px;
  position: relative;
}

.contact-section {
  max-width: 100%;
  margin-bottom: 80px;
  position: relative;
}

.footer {
  max-width: 100%;
  padding-top: 96px;
}

.footer.pwd {
  padding-top: 24px;
  position: relative;
}

.hero-banner---grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.heading {
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  max-width: 550px;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

.container {
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
}

.about-quick-stake {
  padding-top: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

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

.heading-3 {
  color: var(--atoli);
  text-align: right;
  min-width: 712px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.heading-3._3 {
  min-width: 100%;
  max-width: 564px;
  margin-bottom: 8px;
}

.heading-3._3.q-a {
  margin-bottom: 0;
}

.heading-3._3.contact {
  margin-bottom: 24px;
  font-size: 28px;
}

.heading-3._3.pwd {
  text-align: center;
}

.paragraph {
  color: var(--abbey);
  margin-bottom: 0;
}

.paragraph.bold {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph.bold.atoli {
  color: var(--atoli);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 24px;
}

.paragraph.bold.atoli._32px-h {
  margin-bottom: 32px;
  line-height: 32px;
}

.paragraph.bold.atoli.regular {
  font-weight: 400;
}

.paragraph.bold._2 {
  margin-bottom: 12px;
}

.ico-1 {
  min-width: 80px;
  min-height: 80px;
}

.paragraph-2 {
  color: #2b7475;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.top-section-content-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 712px;
  display: flex;
}

.sec-1-note {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--java);
  background-color: var(--white);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 16px 24px 32px;
  display: flex;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-end;
}

.image {
  max-height: 400px;
}

.heading-4 {
  color: var(--atoli);
  text-align: center;
  min-width: 712px;
  margin-top: 0;
  font-size: 26px;
  line-height: 32px;
}

.div-block {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-2 {
  margin-bottom: 40px;
}

.cell-7 {
  justify-content: flex-start;
  align-items: flex-end;
}

.cta-1 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--atoli);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.cta-1:hover {
  background-color: var(--pear);
}

.cta-1.pwd {
  width: auto;
  margin-top: 24px;
  margin-left: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position:relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.cta-1.nav {
  width: auto;
  min-width: 150px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-block {
  font-size: 16px;
}

.text-block:hover {
  color: var(--white);
}

.top-btn {
    position: fixed;
    display: flex;
    left: 0px;
    top: -12px;
}

.ico-doc {
  min-width: 20px;
}

.cta-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--java);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.cta-2:hover {
  background-color: var(--pear);
}

.text-block-2 {
  font-family: Rubik Variablefont Wght, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-block-2:hover {
  color: var(--white);
}

.dividing-line {
  border: 1px solid var(--grey);
  padding-left: 20px;
  padding-right: 20px;
}

.quick-stack-3 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.div-block-8px-radius {
  background-color: var(--atoli);
  border-radius: 8px;
  box-shadow: 0 8px 8px -4px rgba(24, 39, 75, .08), 0 6px 4px -4px rgba(24, 39, 75, .12);
}

.container-2 {
  z-index: 1;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-gradient {
  background-color: var(--atoli);
  background-image: linear-gradient(90deg, var(--atoli), var(--java));
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 56px;
  display: flex;
}

.div-block-white {
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.paragraph-3 {
  color: var(--abbey);
  max-width: 530px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.quick-stack-4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  padding: 40px 48px 72px;
}

.cell-8 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  min-width: 712px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}

.sec-2-who {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 48px;
  display: flex;
}

.ico-2 {
  min-width: 80px;
  min-height: 80px;
}

.sec-2-how {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 48px 64px;
  display: flex;
}

.sec-2-how.dosage {
  flex-flow: row;
}

.sec-2-how.q-a {
  flex-flow: column;
}

.paragraph-4 {
  color: var(--abbey);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-4._4 {
  margin-bottom: 8px;
}

.paragraph-4.last {
  margin-bottom: 16px;
}

.paragraph-4.q-a {
  margin-bottom: 24px;
}

.paragraph-4.footer {
  text-align: center;
  min-height: 0;
  padding-top: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-4.footer.pwd-txt {
  text-align: right;
  max-width: 460px;
}

.heading-6 {
  color: var(--atoli);
  text-align: right;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 32px;
}

.heading-6._6 {
  margin-bottom: 32px;
}

.sec-2-instruction {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 48px 64px;
  display: flex;
}

.dividing-line-2 {
  border: 1px solid var(--grey);
  min-width: 100%;
  margin-bottom: 24px;
}

.div-block-4 {
  margin-bottom: 32px;
}

.div-block-5 {
  background-color: #d0f6f7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.quick-stack-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding: 0;
}

.cell-9 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-10 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6px;
}

.div-block-7 {
  min-width: 100%;
  margin-bottom: 8px;
  padding-left: 24px;
}

.list-2 {
  color: var(--abbey);
  padding-right: 18px;
  font-size: 14px;
}

.list-2._2 {
  margin-bottom: 12px;
}

.text-span-2, .text-span-3, .text-span-4 {
  font-size: 18px;
}

.list-3 {
  color: var(--abbey);
  padding-right: 18px;
  font-size: 14px;
  line-height: 56px;
}

.text-span-5 {
  font-size: 24px;
}

.div-block-8 {
  min-width: 100%;
  margin-bottom: 24px;
  padding-left: 24px;
}

.text-span-6 {
  font-weight: 400;
}

.div-block-9 {
  background-color: #d0f6f7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  max-width: 580px;
  margin-bottom: 16px;
  padding: 16px;
  display: flex;
}

.image-4 {
  margin-bottom: 24px;
}

.div-block-10 {
  max-width: 580px;
}

.text-span-7 {
  background-color: var(--pear);
}

.list-4 {
  color: var(--abbey);
  margin-bottom: 32px;
  padding-right: 18px;
  font-size: 14px;
  line-height: 32px;
}

.paragraph-7 {
  color: var(--abbey);
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.text-span-8 {
  color: var(--atoli);
}

.text-span-9, .text-span-10 {
  font-weight: 700;
  text-decoration: underline;
}

.dividing-line-3 {
  border: 1px solid var(--grey);
  min-width: 100%;
  margin-bottom: 24px;
}

.paragraph-9 {
  color: var(--atoli);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.ico-3 {
  min-width: 40px;
  min-height: 40px;
  margin-left: 8px;
}

.div-block-12 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.div-block-14 {
  margin-bottom: 8px;
}

.div-block-8px-radius-contact {

  
}

.form-field-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.form-block-3 {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-block-4 {
  font-size: 18px;
  line-height: 28px;
}

.submit-button {
  background-color: var(--atoli);
  text-align: center;
  border-radius: 100px;
  min-width: 150px;
  height: 48px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--java);
}

.grid {
  grid-column-gap: 22px;
  grid-row-gap: 8px;
  grid-template: "."
  / 1fr 1fr 1fr;
  justify-items: stretch;
  width: 100%;
  display: flex;
}

.field-label {
  color: var(--atoli);
  font-size: 16px;
  font-weight: 400;
}

.field-label.pwd {
  color: var(--abbey);
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
}

.success-message-2 {
  background-color: #cef1e3;
  border-radius: 10px;
  width: 100%;
}

.text-field {
  border: 2px solid var(--grey);
  text-align: right;
  border-radius: 8px;
  height: 50px;
  font-size: 16px;
  transition: border .2s;
  display: block;
}

.text-field:hover {
  border-color: var(--java);
}

.form-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.li {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 32px;
}

.li.last {
  line-height: 32px;
}

.inst-flex {
  margin-top: 24px;
  margin-bottom: 24px;
}

.inst-img1, .inst-img2 {
  max-width: 50%;
}

.image-5 {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: -80%;
  left: auto;
  right: 0%;
}

.image-6 {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-7 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-8 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-9 {
  position: absolute;
  top: 20%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-9._2 {
  top: 40%;
}

.chk {
  direction: rtl;
  max-width: 770px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 0;
  display: flex;
}

.checkbox-2 {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-left: 10px;
  font-size: 24px;
  line-height: 24;
  position: relative;
}

.chk-txt {
  color: var(--atoli);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.footer-container {
  max-width: 1440px;
  font-size: 18px;
}

.footer-container.pwd {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
}

.lowerfooter {
  background-color: var(--white);
  height: auto;
  margin-top: 48px;
  padding: 24px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.footer-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
}

.footer-70 {
  max-width: 80%;
}

.footer-links-flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.fullpage {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  min-height: 100vh;
  padding-top: 62px;
  display: flex;
  overflow: visible;
}

.pwd-form {
  flex-flow: column;
  width: 100%;
  display: flex;
}
.pwd-container { width: 100%; max-width: 1024px; }

.flex-block {
  justify-content: space-between;
  align-items: center;
}

.div-block-15 {
  width: 60%;
  padding-top: 0;
  padding-left: 24px;
}

.marked-heading {
  color: var(--atoli);
  font-size: 16px;
  font-weight: 400;
}

.marked-heading.pwd {
     color: var(--atoli);
    text-align: center;
    -webkit-text-stroke-color: var(--atoli);
    background-color: #f1f5d3;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top:8px;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    display: block;
    letter-spacing: -0.16px;
}

.pwd-num {
  color: var(--atoli);
  white-space: pre;
}

.image-11 {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-12 {
  z-index: -1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.side-text {
  direction: ltr;
  color: var(--abbey);
  width: 200px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: auto;
  bottom: 230px;
  left: -80px;
  right: auto;
  transform: rotate(-90deg);
}

.p {
  font-size: 18px;
}

.select-field {
  border: 2px solid var(--grey);
  background-color: var(--white);
  color: var(--abbey);
  border-radius: 8px;
  height: 50px;
  padding-left: 24px;
  font-size: 16px;
}

.video-container {
  padding-left: 20px;
  padding-right: 20px;
}

.video-container.vid {
  border-radius: 8px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.header-nav {
  z-index: 1000;
  background-color: var(--white);
  height: 70px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.header-nav-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  /*justify-content: space-between;*/
  align-items: center;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.burger-ico {
  display: none;
}

.nav-linkblock {
  border-bottom: 2px solid var(--white);
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
}

.nav-linkblock:hover {
  border-bottom: 2px solid var(--java);
  color: var(--java);
}

.nav-linkblock.w--current {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: var(--atoli);
  color: var(--atoli);
}

.navlinks {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-13 {
  min-width: 100px;
  max-height: 60px;
}

.anchor {
  height: .1%;
  position: absolute;
  top: -80px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.mobile-menu-weapper {
  display: none;
}

.navlinks-mobile {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.success-text {
  color: var(--atoli);
  font-size: 24px;
  line-height: 32px;
}

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

@media screen and (max-width: 479px) {
  li {
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 28px;
  }

  .hero-banner {
    background-image: url('../images/hero-banner-mobile.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 440px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-guide-container {
    min-height: auto;
    padding-bottom: 48px;
  }

  .hero-banner---grid {
    margin-top: 112px;
  }

  .heading {
    max-width: 300px;
    font-size: 32px;
    line-height: 40px;
  }

  .container {
    z-index: 1;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }

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

  .heading-3 {
    min-width: 100%;
    font-size: 22px;
    line-height: 30px;
  }

  .heading-3._3 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-3._3.contact {
    margin-bottom: 24px;
  }

  .heading-3._3.pwd {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph.bold.atoli._32px-h {
    line-height: 24px;
  }

  .top-section-content-right {
    max-width: 100%;
  }

  .sec-1-note {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .image {
    max-width: 300px;
  }

  .heading-4 {
    min-width: 100%;
  }

  .div-block {
    padding-left: 0;
    padding-right: 0;
  }

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

  .cta-1.pwd {
    height: 40px;
    margin-top: 8px;
    margin-left: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-1.nav {
    height: 40px;
    margin-top: 8px;
    margin-left: 8px;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .cta-1.nav.mobile {
    display: flex;
  }

  .container-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-gradient {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .paragraph-3 {
    line-height: 26px;
  }

  .quick-stack-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-5 {
    min-width: 100%;
    font-size: 24px;
  }

  .sec-2-who {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sec-2-how {
    flex-flow: column;
  }

  .sec-2-how.dosage {
    flex-flow: column;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sec-2-how.q-a {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-4, .paragraph-4._4 {
    line-height: 24px;
  }

  .paragraph-4.last {
    margin-top: 16px;
  }

  .paragraph-4._24 {
    margin-top: 24px;
  }

  .paragraph-4.footer {
    font-size: 14px;
  }

  .paragraph-4.footer.mobile-hide {
    display: none;
  }

  .heading-6, .heading-6._6 {
    font-size: 24px;
  }

  .sec-2-instruction {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-5 {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .quick-stack-5._24 {
    margin-top: 24px;
  }

  .div-block-7, .list-2 {
    padding-left: 0;
  }

  .text-span-2 {
    line-height: 24px;
  }

  .list-3 {
    padding-left: 0;
  }

  .text-span-5 {
    font-size: 18px;
  }

  .div-block-8, .list-4 {
    padding-left: 0;
  }

  .paragraph-9 {
    line-height: 24px;
  }


  .div-block-8px-radius-contact.in {
   
  }

  .div-block-8px-radius-contact.in.pwd {
    padding-right: 0;
  }

  .form-field-wrapper {
    order: 4;
  }

  .form-block-3 {
    margin-bottom: 60px;
  }

  .submit-button {
    order: 5;
    min-width: 100%;
    max-width: 100%;
  }

  .grid {
    flex-direction: column;
    grid-template: "Area Area-2"
                   ". ."
                   ". ."
                   ". ."
                   / 1fr;
    width: 100%;
    display: flex;
  }

  .field-label.pwd {
    font-size: 16px;
    line-height: 24px;
  }

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

  .li {
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 24px;
  }

  .inst-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .inst-img1, .inst-img2 {
    max-width: 100%;
  }

  .footer-container.pwd {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-flex {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .footer-70 {
    order: -1;
    max-width: 90%;
  }

  .footer-links-flex-block {
    flex-flow: column;
  }

  .image-10 {
    max-width: 80%;
  }

  .pwd-form {
    margin-bottom: 24px;
  }

  .flex-block {
    flex-flow: column;
  }

  .bimzalex-logo {
    margin-top: 48px;
  }

  .div-block-15 {
    width: 100%;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-12 {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .side-text {
    font-size: 14px;
    line-height: 24px;
  }

  .pwd-image {
    margin-top: 40px;
  }

  .p {
    line-height: 24px;
  }

  .video-container {
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav-flex {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .burger-ico {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-top: 16px;
    margin-right: 8px;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .nav-linkblock {
    color: var(--white);
    border-bottom-color: rgba(255, 255, 255, .1);
    width: 100%;
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-linkblock:hover {
    color: var(--white);
  }

  .navlinks {
    display: none;
  }

  .mobile-menu-weapper {
    z-index: 1001;
    background-image: linear-gradient(225deg, var(--atoli), var(--java));
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-width: 100%;
    min-height: 100vh;
    padding-top: 16px;
    display: flex;
    position: fixed;
    transform: none;
    top: 0;
    right: 0;
  }

  .bimzelx-logo-nega-mobile {
    max-width: 150px;
    margin-bottom: 16px;
  }

  .navlinks-mobile {
    width: 90%;
    max-height: 100vh;
    display: block;
    overflow: auto;
  }
}

#w-node-_39d03449-5ff5-81ab-a0ae-55a88569b475-338f073e, #w-node-deabab70-b234-11c6-e154-c6d41f6a1c6d-338f073e, #w-node-a7cdd429-ddf8-663b-88e8-06100bab8df6-338f073e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ca7c7613-a897-ad3f-d9ff-559df76d09db-338f073e, #w-node-_773679a9-b605-40a3-1519-51c8ee75b193-338f073e, #w-node-_74bef578-b098-1d98-5b5a-591494bc7db6-338f073e, #w-node-_542d3986-c3b9-de01-d413-905e2858209f-338f073e, #w-node-d1bcc5a8-c5bb-0c7b-ea20-8ca47ea6e22b-338f073e, #w-node-_7caabedd-5caa-49bc-5573-dff2d16520f4-338f073e { grid-template-rows: auto; grid-template-columns: 1fr .75fr; }
#w-node-_4feaa9cc-4411-69b9-ef03-045492f16e6c-338f073e, #w-node-_4feaa9cc-4411-69b9-ef03-045492f16e6c-4e0d651b { align-self: end; justify-self: start; }

@media screen and (max-width: 479px) {
  #w-node-f43e658b-7f47-0318-67a2-ac64986084fa-338f073e { grid-area: span 1 / span 1 / span 1 / span 1; }
  #w-node-_39d03449-5ff5-81ab-a0ae-55a88569b475-338f073e, #w-node-deabab70-b234-11c6-e154-c6d41f6a1c6d-338f073e, #w-node-a7cdd429-ddf8-663b-88e8-06100bab8df6-338f073e, #w-node-ca7c7613-a897-ad3f-d9ff-559df76d09db-338f073e, #w-node-_773679a9-b605-40a3-1519-51c8ee75b193-338f073e, #w-node-_74bef578-b098-1d98-5b5a-591494bc7db6-338f073e, #w-node-_542d3986-c3b9-de01-d413-905e2858209f-338f073e, #w-node-d1bcc5a8-c5bb-0c7b-ea20-8ca47ea6e22b-338f073e, #w-node-_7caabedd-5caa-49bc-5573-dff2d16520f4-338f073e { grid-template-rows: auto; grid-template-columns: 1fr; }
}


@font-face {
  font-family: 'Heebo Variablefont Wght';
  src: url('../fonts/Heebo-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik Variablefont Wght';
  src: url('../fonts/Rubik-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik Variablefont Wght';
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}


/* new */
body.pwd .fullpage{gap: 0;}

.password_section{display: flex;justify-content: space-between;background-color: #fff;box-shadow: 0 3.8px 17px #00000024;border-radius: 16px;}
.password_section .pwd_image_col{width: 400px;position: relative;}
.password_section .pwd_image_col .pwd-image{height: 100%;border-radius: 16px 0 0 16px;}
.password_section .pwd_image_col .img1{ position: absolute; bottom: 0; right: 0; max-width: 396px; top: 0; left: 0; margin: auto; }
.password_section .div-block-15 { width:calc(100% - 400px); padding:32px 32px 16px 23px; }
.password_section .pso{color: #6C6C6C;font-size: 16px;font-weight: 500;letter-spacing: -0.16px;margin-bottom: 0;line-height: 1.5;}
.password_section .logo_text{display: flex;flex-wrap: wrap;align-items: center;}
.password_section .logo_text .rightk{width: 254px;}
.password_section .logo_text .rightk img{max-width: 100%;}
.password_section .logo_text .leftk{width:calc(100% - 254px);padding-right: 18px;}
.password_section .logo_text .heading-3 { min-width: auto; font-weight: 500; max-width: 370px; }
.password_section .w-layout-grid.grid{padding:0 0 0 17px;margin-top: 16px;}
.password_section .w-layout-grid.grid .field-label.pwd{padding-top: 0;margin-top: 0;    font-weight: 500; color: #3D4247; letter-spacing: -0.16px;}
.password_section .w-layout-grid.grid .text-field{box-shadow: 0 1px 2px #00000040;background-color: #F6F6F6;color: #6C6C6C;font-size: 18px;border-color: #76BDFF;}
.password_section .w-layout-grid.grid .text-field:focus{border-color: var(--atoli) !important;}
.password_section .paragraph-4.footer{color: #6C6C6C;font-weight: 500;letter-spacing: -0.16px;}
.password_section .pwd-num{text-decoration: none;}

.mid_paragraph {position: relative;width: 100%;padding-bottom: 1px;}
.mid_paragraph .inner { max-width: 1136px; margin: 40px auto 50px; position: relative; z-index: 1; }
.mid_paragraph .inner p.paragraph-4.footer{color: #292929;font-size: 13px;font-weight: 400;letter-spacing:-0.16px;margin-bottom: 15px;    line-height: 1.5;}

.footer.pwd{padding-top: 0;}
.footer.pwd p.paragraph-4.footer{color: #3D4247;font-size: 13px;font-weight: 500;letter-spacing:-0.16px;margin-bottom:0px;    line-height: 1.5;}
.footer.pwd .footer-70 { max-width:72%; }
.footer.pwd .lowerfooter{background-color: #F6F6F6;margin-top: 0;padding: 14px 24px;}
.footer.pwd .lowerfooter .footer-links-flex-block { grid-column-gap: 4px; grid-row-gap: 0; justify-content: center; align-items: center; padding-top: 0; padding-bottom: 0; }
.footer.pwd .lowerfooter .footer-links-flex-block a{color: #2684FF;font-size: 13px;font-weight: bold;letter-spacing:-0.16px;    line-height: 1.5;}
.logo_text{text-align: center;}
.logo_text .heading-3{margin: 15px 0 25px;font-weight: 500;}


/* home page  */
.navlinks .nav-linkblock{position: relative;padding: 0;border: none !important;margin-left: 8px;}
.navlinks .nav-linkblock:last-child{margin-left: 0;}
.navlinks .nav-linkblock::after{content:'';position: absolute;right: 0;bottom: -12px;height: 12px;width: 100%;}
.navlinks .nav-linkblock>div{color: #3D4247;line-height: 40px;font-size: 16px;font-weight: 700;border-radius: 4px;padding: 0 8px;text-decoration: none;}
.navlinks .nav-linkblock:hover>div{background-color: #00B1B9;color:#fff;}
.navlinks .nav-linkblock ul{list-style: none;margin: 0;background-color: #fff;border-radius: 4px;padding: 8px;position: absolute;right: 0;top:calc(100% + 10px);width:288px;box-shadow: 0 4px 12px #0000001A;opacity: 0;pointer-events: none;transition: 0.4s ease all;}
.navlinks .nav-linkblock:hover ul{opacity: 1;pointer-events: all;}
.navlinks .nav-linkblock ul li{width: 100%;}
.navlinks .nav-linkblock ul li a{color: #3D4247;line-height: 40px;font-size: 16px;font-weight: 700;border-radius: 4px;padding: 0 8px;text-decoration: none;text-align: right;display: block;transition: 0.4s ease all;}
.navlinks .nav-linkblock ul li a:hover{background-color: #00B1B9;color:#fff;}

.sec-1-note{padding: 24px 16px 24px 39px; display: flex ; align-items: flex-start;}
.sec-1-note .paragraph-2{color: #2B7475;font-weight: 500;}
.container-2{max-width: 1272px;}
.full_width {flex-wrap: wrap;}
.full_width .paragraph-4{width: 100%;}
.text-span-2, 
.text-span-3,
.text-span-4 { line-height: 1.6;}
ul.list-3 {    padding-left: 0;}
ul.list-3 li{padding: 15px 0;}
ul.list-3 .p-tb-5{padding: 5px 0;}
.div-block-5{height: auto;}
.div-block-5 .paragraph.bold.atoli { color: #2B7475; letter-spacing:0; margin-bottom: 0; font-weight: 700; line-height: 34px; font-size: 18px; text-align: center; }
.div-block-9 .paragraph.bold.atoli{text-align: right;    line-height: 1.5;}

select { -webkit-appearance: none; -moz-appearance: none; text-indent: 1px; text-overflow: ''; }
.contact_sec{  padding: 26px 31px;margin:56px 0 0;   background: linear-gradient(to right, #00B1B9, #86D559); padding: 2px; border-radius: 8px;}
.contact_sec .div-block-8px-radius-contact{ background: #fff url(../images/contact_img.png) no-repeat left top; border-radius: 8px; box-shadow: 0 4px 6px #18274B1F; padding: 26px 31px;}
.contact_sec .heading-3._3.contact{line-height: 40px;font-size: 26px;font-weight:500;margin-bottom: 16px;}
.contact_sec .w-form{max-width: 988px;}
.contact_sec .w-form .field-label{color: #6C6C6C;font-size: 18px;line-height: 26px;display: block;margin-bottom:8px;}
.contact_sec .w-form .in{background-color: #F6F6F6;border-color:#76BDFF ;color: #6C6C6C;font-size: 18px;font-weight: 400;background-repeat: no-repeat;background-position: left 16px center;box-shadow: 0 4px 6px #18274B1F;}
.contact_sec .w-form select.in{background-image: url(../images/select_arrow.png);}
.contact_sec .w-form .in:focus{border-color: var(--atoli) !important;}
.contact_sec .w-form .in.error { box-shadow: inset 0px 0px 15px #FF0000;border-color: #FF0000 !important;}
.contact_sec .w-form .chk-txt.w-form-label{color: #3D4247;font-size: 18px;font-weight: 400;line-height: 24px;}
.contact_sec .w-form label.w-checkbox.chk{position: relative;}
.contact_sec .w-form label.w-checkbox.chk input{position: absolute;top: 0;opacity: 0;}
.contact_sec .w-form label.w-checkbox.chk span{display: block;padding-right: 48px;position: relative;}
.contact_sec .w-form label.w-checkbox.chk span::after,
.contact_sec .w-form label.w-checkbox.chk span::before{border:2px solid #99A5AF;width: 32px;height: 32px;position: absolute;top: 0;right: 0;content:'';border-radius: 4px;}
.contact_sec .w-form label.w-checkbox.chk span::before{background: linear-gradient(to right, #00B1B9, #86D559);z-index: 1;    width: 24px; height: 24px; top: 4px; right: 4px;opacity: 0;}
.contact_sec .w-form label.w-checkbox.chk span:has( + input:checked)::before{opacity: 1;}
.contact_sec .w-form label.w-checkbox.chk span:has( + input.error)::after{background-color: #ff000067;}


@media screen and (max-width: 1750px) {
  .password_section .pso { margin-bottom: 20px; }
  .password_section .w-layout-grid.grid { padding: 25px 0 20px 80px; margin-top: 10px; }
  .password_section .div-block-15 { width: calc(100% - 345px); padding: 20px 24px 20px 30px; }
  .password_section .pwd_image_col { width: 345px; }
  .password_section .pwd_image_col .img1 { max-width: 416px; }

}
/* 1366 */
@media screen and (max-width:1399px) {
  .top-btn { margin-top: 0; }
  .password_section .div-block-15 { width: calc(100% - 300px); padding: 20px 24px 20px 30px; }
  .password_section .pwd_image_col { width: 300px; }
  .password_section .pwd_image_col .img1 { max-width: 100%; } 
  .password_section .logo_text .rightk { width: 200px; }
  .marked-heading.pwd { margin-top: 14px; padding-top: 6px; padding-bottom: 6px; font-size: 20px; }
  .password_section .w-layout-grid.grid { padding: 15px 0 10px 80px; margin-top: 10px; }
  .password_section .pso { margin-bottom: 10px; }

}
@media screen and (max-width:1279px) {
  .pwd-container { width: 100%; max-width: 870px; }
  .password_section .div-block-15 { width: calc(100% - 300px); padding: 20px 20px 20px 20px; }
  .password_section .logo_text .rightk { width: 150px; }
  .password_section .logo_text .heading-3 { max-width: 500px; font-size: 18px; line-height: 1.5; }
  .marked-heading.pwd { margin-top: 14px; padding-top: 6px; padding-bottom: 6px; font-size: 16px; }
  .password_section .w-layout-grid.grid { padding: 15px 0 10px 0; margin-top: 10px; }
  .password_section .w-layout-grid.grid .field-label.pwd { font-size: 17px; }
  .mid_paragraph .inner { max-width: 880px; margin: 30px auto 40px; }
  .mid_paragraph .inner p.paragraph-4.footer,
  .footer.pwd p.paragraph-4.footer ,
  .footer.pwd .lowerfooter .footer-links-flex-block a { font-size: 12px; line-height: 1.5; }
   .pwd_image_col .pwd-image{height: 100%;}
}
@media screen and (max-width:1023px) {
  .pwd-container { width: 100%; max-width: 680px; }
  .password_section .pso { line-height: 1.4;text-align: center;}
  .password_section .logo_text .leftk { width: 100%; padding-right: 0; }
  .password_section .logo_text .heading-3{text-align: center;}
  .password_section .logo_text .rightk { width: 150px; margin: 0 auto; }
  .marked-heading.pwd { margin-top: 14px; padding-top: 6px; padding-bottom: 6px; font-size: 15px; padding: 10px; line-height: 1.4; }
  .password_section .w-layout-grid.grid { padding: 15px 0 10px 0; margin-top: 10px; gap: 0; flex-direction: column; }
  .submit-button { min-width: 100%; } 
  .mid_paragraph { padding: 0 40px; }

}
@media screen and (max-width:767px) {
  * {box-sizing: border-box !important; }
  .pwd-container { width: 100%; max-width: calc(100% - 20px); }
  .password_section{flex-wrap: wrap;}
  .password_section .div-block-15 { width: 100%; padding: 20px 20px 20px 20px; }
  .password_section .pwd_image_col { width: 100% }
  .fullpage { padding: 20px 0 0; }
  .bimzalex-logo { margin-top: 0; margin-bottom: 10px; }
  .pwd_image_col .pwd-image { height: auto; }
  .mid_paragraph { padding: 0 10px; } 
  .footer.pwd .footer-70 { max-width: 100%; }
  .footer.pwd .lowerfooter {margin-top: 0; padding: 12px 24px; box-shadow: none; }
  .password_section .pwd_image_col { width: 100%; background-color: #107077; border-radius: 0 0 20px 20px; overflow: hidden; }
  .password_section .pwd_image_col .img1 { max-width: 225px;}
  .footer-container.pwd{padding: 0;}
  .footer.pwd .lowerfooter { margin-top: 0; padding: 12px 30px; box-shadow: none; }
  .pwd-image { margin-top: 0; }
  .paragraph-4.footer.pwd-txt { text-align: center; }


  .navlinks-mobile .drop_menu{flex-direction: column;justify-content: center;text-align: center;        margin: 10px 0; padding: 0;}
  .navlinks-mobile .drop_menu>div{width: 100%;font-size: 18px;border-bottom: 2px solid #ffffff29;}
  .navlinks-mobile .drop_menu ul{list-style: none;margin: 0;width:100%;padding: 0;display: none;background-color: #ffffff33;}
  .navlinks-mobile .drop_menu ul li{width: 100%;margin: 0;}
  .navlinks-mobile .drop_menu ul li a{color: #fff;line-height: 40px;font-size: 16px;font-weight: 400;border-radius: 4px;padding: 0px;text-decoration: none;display: block;transition: 0.4s ease all;text-align: center;}
  .drop{position: relative;}
  .drop img { position: absolute; left: 30px; top: -2px; bottom: 0; margin: auto 0; max-width: 15px; filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(22deg) brightness(104%) contrast(101%);}
  .drop.open img{transform: scale(-1);}
  .navlinks-mobile { max-height: 82vh; }
  .logo_text .heading-3 { margin: 15px 0 25px; font-weight: 500; padding: 0 10px; text-align: center; }


}
