:root {
  --dodger-blue: #0193e6;
  --midnight-blue: #061237;
  --white: #bbe3ec;
  --dark-slate-blue: #31346b;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 27px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 28px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.brand-logo-2 {
  width: 194px;
  margin-top: -9px;
}

.hero-block-right {
  background-color: var(--dodger-blue);
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-block-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.hero-title-wrap {
  position: relative;
}

.container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-wrapper-7 {
  z-index: 5;
  align-items: center;
  margin-top: 36px;
  display: flex;
  position: relative;
}

.header-accent-wrapper {
  align-items: center;
  display: flex;
}

.header-wrapper-4 {
  color: var(--midnight-blue);
  flex-wrap: wrap;
  max-width: 622px;
  margin-bottom: 40px;
  display: flex;
}

.play-icon-3 {
  width: 40px;
  margin-right: 10px;
}

.header {
  align-items: center;
  min-height: 992px;
  margin-bottom: 6px;
  padding: 0 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-paragraph-4 {
  color: #6f6f6f;
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 32px;
  display: none;
}

.header-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  margin-right: 60px;
}

.header-accent-text {
  color: #6f6f6f;
  letter-spacing: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: none;
}

.card-3 {
  z-index: 5;
  position: absolute;
  inset: -120px 0% auto auto;
  box-shadow: 17px 17px 52px #6663;
}

.nav-link-8 {
  color: var(--midnight-blue);
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  transition: all .35s;
  position: static;
}

.nav-link-8:hover {
  color: #000;
}

.video-play-link-2 {
  color: #000;
  align-items: center;
  margin-left: 20px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.video-play-link-2:hover {
  opacity: .6;
}

.hero-person {
  z-index: 5;
  max-height: 800px;
  display: none;
  position: relative;
}

.accent-header {
  position: absolute;
  inset: 0 -50px auto auto;
}

.hero-image-wrapper-2 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  left: -60px;
}

.display-heading-2 {
  z-index: 5;
  color: var(--midnight-blue);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 78px;
  font-weight: 400;
  line-height: 97px;
  position: relative;
}

.navigation-menu-2 {
  align-items: center;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.nav-menu-3 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  position: static;
}

.card-01 {
  z-index: 9;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 17px 17px 52px #6663;
}

.arrow-3 {
  margin-left: 20px;
}

.button-header-2 {
  border: 1px solid var(--dodger-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 15px 41px;
  font-size: 17px;
  transition: all .3s;
}

.button-header-2:hover {
  background-color: var(--dodger-blue);
  color: var(--white);
  border: 1px solid #000;
}

.header-block-2 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.navigation-7 {
  z-index: 2;
  background-color: #0000;
  align-items: center;
  height: 100px;
  padding-left: 0%;
  padding-right: 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.blog-thumbnail-feature {
  border-radius: 14px;
  width: 100%;
  height: 320px;
  margin-bottom: 24px;
}

.grid-blog-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: start;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 33px;
}

.blog-horizontal-link {
  align-items: flex-start;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.blog-detail-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 14px;
  display: flex;
}

.badge-category {
  color: #1355ff;
  text-transform: uppercase;
  background-color: #f5f9ff;
  border-radius: 11px;
  margin-bottom: 7px;
  padding: 2px 10px;
  font-weight: 600;
  line-height: 24px;
}

.blog-content-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.blog-thumbnail-small {
  border-radius: 14px;
  width: 100%;
  max-width: 168px;
  height: 168px;
  margin-right: 20px;
}

.image-cover-2 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.h5-heading-2 {
  color: var(--midnight-blue);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
}

.paragraph-standard {
  color: #67718e;
  letter-spacing: normal;
  max-width: 600px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.grid-blog-small-horizontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr;
}

.share-link-wrapper {
  align-items: center;
  display: none;
}

.blog-link {
  margin-left: 4px;
  margin-right: 4px;
  padding: 4px;
}

.blog-date {
  color: #b6bcce;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.blog-heading-2 {
  color: #061237;
  letter-spacing: -.02em;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.text-block {
  color: var(--dodger-blue);
  font-size: 10px;
}

.text-block-2, .text-block-3 {
  color: var(--dodger-blue);
}

.checkbox-2 {
  border-radius: 100px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-right: 12px;
}

.checkbox-2.w--redirected-checked {
  background-color: #693ceb;
  background-size: 12px;
  border-color: #fff;
}

.social-wrap {
  align-items: center;
  display: flex;
}

.cta-text-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button-arrow-wrap {
  align-items: center;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  color: #5f30e2;
  background-color: #fcd3c7;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  transition: all .3s;
}

.button-2:hover {
  text-decoration: underline;
}

.footer-bottom-3 {
  background-color: var(--midnight-blue);
  align-items: center;
  min-height: 120px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.footer-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.2fr 2.25fr;
}

.map-block {
  border-radius: 20px;
  height: 280px;
  overflow: hidden;
}

.social-link {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  background-color: #fcd3c7;
}

.text-field-2 {
  color: #fff;
  background-color: #0000;
  border: 1px #c4cee8;
  border-bottom: 2px solid #8155ff;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  transition: all .3s;
}

.text-field-2:hover {
  border-bottom-width: 2px;
  border-bottom-color: #fcd3c7;
}

.text-field-2:active, .text-field-2:focus {
  color: #fff;
  border-width: 2px;
  border-color: #5f30e2 #5f30e2 #fcd3c7;
}

.text-field-2::placeholder {
  color: #f5f1ff;
  font-size: 16px;
}

.map-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-text {
  color: #fcd3c7;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 400;
}

.footer-title-4 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.footer-legal-wrap {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-block-2 {
  max-width: 620px;
}

.container-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.radio-button-label {
  color: #f5f1ff;
  margin-bottom: 0;
}

.footer-cta {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.footer-top {
  background-color: var(--dark-slate-blue);
  padding: 100px 3% 55px;
  display: block;
}

.footer-logo-2 {
  width: 120px;
}

.field-wrap {
  margin-bottom: 24px;
}

.checkbox-field-2 {
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.heading {
  color: var(--midnight-blue);
  text-align: left;
  letter-spacing: -.03em;
  text-transform: none;
  max-width: 1200px;
  margin: 0 auto 22px 40px;
  font-family: Poppins, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.1;
}

.slider {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.div-block2 {
  z-index: 1;
  background-image: url('../images/man-having-eye-sight-check-ophthalmology-clinic.webp');
  background-position: 60%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block1 {
  background-image: url('../images/5657.webp');
  background-position: 60%;
  background-size: cover;
  height: 100vh;
}

.div-block {
  align-items: center;
  max-width: 900px;
  padding-left: 6%;
  padding-right: 3%;
  display: flex;
}

.text-span {
  font-size: 76px;
  font-weight: 700;
}

.text-span-2 {
  font-size: 31px;
  line-height: 52px;
  display: block;
}

.lightbox-link {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.main {
  z-index: 6;
  background-color: var(--white);
  background-image: linear-gradient(#ffffffeb, #ffffffeb), url('../images/111-100.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 110%;
  position: static;
  inset: 0% 0% auto auto;
}

.logo-text {
  z-index: 14;
  opacity: .07;
  color: var(--midnight-blue);
  white-space: break-spaces;
  min-width: 2000px;
  font-size: 211px;
  font-weight: 700;
  line-height: 200px;
  position: relative;
  inset: 0 auto auto;
}

.text-right {
  z-index: 15;
  min-width: auto;
  max-width: 300px;
  height: auto;
  position: absolute;
  inset: 105% 0% auto auto;
  transform: rotate(90deg);
}

.footer-title-4-c2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1;
}

.tab-image-2 {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.tabs-2 {
  width: 100%;
}

.image-notification {
  border-radius: 10px;
  width: 100%;
  max-width: 240px;
  position: absolute;
  inset: auto auto 40px -15%;
  box-shadow: -14px 14px 50px #6b728029;
}

.tab-link-3 {
  color: var(--midnight-blue);
  background-color: #fff;
  border-radius: 10px;
  padding: 14px 36px;
  font-size: 18px;
}

.tab-link-3.w--current {
  background-color: var(--dodger-blue);
  color: #fff;
  font-size: 18px;
}

.tab-heading {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
}

.tab-base {
  background-color: #0000;
  border-radius: 50px;
  align-items: center;
  width: 100%;
  max-width: 525px;
  min-height: 280px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.steps-wrapper-2 {
  align-items: center;
  margin-top: 100px;
  display: none;
}

.tabs-menu-4 {
  margin-bottom: 20px;
  display: none;
}

.plain-link {
  color: #6f6f6f;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  transition: all .2s;
  display: none;
}

.plain-link:hover {
  color: #000;
}

.tab-content-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-right: 72px;
  display: flex;
}

.heading-wrapper-2 {
  color: #6f6f6f;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 32px;
  display: block;
  position: relative;
}

.tabs-content-4 {
  height: 100%;
}

.step-basic {
  background-color: #efefef;
  border-radius: 100px;
  width: 30px;
  height: 4px;
  margin-right: 14px;
}

.step-basic.active {
  background-color: #000;
  width: 60px;
}

.tab-graphic-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 101px;
  display: flex;
}

.tab-paragraph {
  color: var(--midnight-blue);
  letter-spacing: .5px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

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

.tabs-base {
  z-index: 5;
  background-color: #fff;
  border-radius: 40px;
  align-items: stretch;
  min-height: 640px;
  padding: 80px 80px 113px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 80px 60px #0612370d;
}

.heading-graph {
  margin-left: 10px;
}

.div-block-9 {
  background-color: #fff;
  min-height: 50%;
  padding-top: 89px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.tab-content-grid {
  grid-template-rows: auto;
}

.tab-section-2 {
  background-color: #fff;
  padding: 0 3% 130px;
  position: relative;
}

.body {
  color: var(--midnight-blue);
  font-family: Poppins, sans-serif;
}

.slide-nav-3 {
  color: var(--midnight-blue);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: -60px;
}

.testimonial-mask {
  overflow: visible;
}

.blue-span {
  color: #5138ed;
}

.author-role-4 {
  color: #8e8e8e;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.quote-icon-2 {
  margin-bottom: 32px;
}

.avatar-4 {
  background-color: #e5e5e5;
  border-radius: 100px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  min-height: 100px;
  margin-bottom: 14px;
  overflow: hidden;
}

.star-4 {
  margin-right: 4px;
}

.author-name-5 {
  color: #262626;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.testimonial-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.testimonial-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 2fr .5fr;
}

.left-arrow-4 {
  background-color: var(--dodger-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  display: flex;
  left: -3%;
}

.testimonial-slide {
  border-radius: 10px;
  margin-right: 40px;
}

.container-testimonial {
  z-index: 5;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.testimonial-details {
  color: #8e8e8e;
  font-size: 16px;
  line-height: 32px;
}

.avatar-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-dots {
  display: none;
}

.title-wrapper-3 {
  text-align: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.title-large {
  color: var(--dodger-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
}

.testimonial-detail-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-large {
  color: var(--midnight-blue);
  letter-spacing: -.04em;
  text-transform: none;
  font-size: 62px;
  font-weight: 500;
  line-height: 60px;
}

.avatar-wrapper-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-credentials {
  color: #8e8e8e;
  letter-spacing: -.03em;
  font-weight: 500;
  line-height: 20px;
}

.right-arrow-5 {
  background-color: var(--dodger-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  display: flex;
  right: -3%;
}

.quote-wrapper-2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.title-testimonial {
  color: var(--midnight-blue);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.testimonial-card {
  color: #1f2937;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  transition: all .2s;
  box-shadow: 47px 50px 40px -50px #8c8f981f;
}

.testimonial-card:hover {
  background-color: #fff;
  border-color: #e5e5e500;
}

.testimonial-slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.section-testimonial-2 {
  color: var(--midnight-blue);
  background-color: #fff;
  padding: 88px 5% 140px;
  position: relative;
  overflow: hidden;
}

.star-row-2 {
  align-items: center;
  display: flex;
}

.slide-nav-4 {
  display: none;
}

.tabs-product-bottom-line {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.rating-star {
  margin-right: 12px;
}

.tabs-product-cart-button {
  background-color: var(--dodger-blue);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 45px;
  transition: background-color .3s;
  display: none;
  position: absolute;
  inset: 8px -25px auto auto;
}

.tabs-product-cart-button:hover {
  background-color: #06112dcc;
}

.tabs-product-rating {
  display: none;
}

.tabs-product-card {
  background-color: var(--white);
  color: #000;
  border-radius: 40px;
  flex-direction: column;
  padding: 15px 15px 30px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: 1px 1px 80px 60px #0612370d;
}

.tabs-product-card:hover {
  position: relative;
  box-shadow: 0 20px 40px -7px #8585850f;
}

.tabs-products-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1125px;
  margin: 52px auto 125px;
}

.tabs-product-price-number {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.tabs-product-title-wrap {
  flex: 1;
  margin-bottom: 10px;
  padding-right: 60px;
  position: relative;
}

.tabs-product-brand {
  color: #9a9a9a;
  margin-bottom: 10px;
}

.tabs-product-price {
  margin-top: 0;
  font-weight: 500;
  position: relative;
  top: -11px;
}

.tabs-product-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.tabs-product-card-content {
  flex-direction: column;
  flex: 1;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tabs-product-image {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 450px;
  margin-bottom: 15px;
  line-height: 20px;
}

.text-span-3 {
  font-size: 74px;
  line-height: 92px;
}

.blog {
  padding-top: 85px;
}

.div-grandfather-wild {
  justify-content: space-around;
  max-width: 1120px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-read-form {
  text-align: center;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h2-world-light {
  color: #000;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.p-progress-last {
  color: #4b5563;
  margin-top: 2rem;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.625;
  text-decoration: none;
}

.story {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: start space-around;
  align-items: flex-start;
  max-width: 1120px;
  margin: 0 auto 38px;
  padding: 0;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.div-bag-begun {
  padding: 0;
  font-weight: 400;
  text-decoration: none;
}

.h3-child-more {
  padding: 0;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.span-quarter-river {
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #c026d3, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 96px;
  font-weight: 700;
  text-decoration: none;
}

.p-discovery-strong {
  color: #111827;
  margin-top: 1rem;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  text-decoration: none;
}

.p-fifty-nuts {
  color: #6b7280;
  margin-top: .125rem;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
}

.product {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  line-height: 20px;
  display: block;
}

.left-arrow-5, .right-arrow-6 {
  display: block;
}

.html-embed {
  margin-right: 20px;
}

.wpac-rating {
  background-color: var(--midnight-blue);
  color: #fff;
  background-image: url('../images/6127c1544952a52d5d416ca0_Bag.svg');
  background-position: 92%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 52px;
  margin-top: 25px;
  padding-left: 26px;
  display: flex;
}

.text-block-4 {
  text-transform: uppercase;
}

.section-aje-34 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.text-aji-2 {
  color: #332d2a;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.background-color-aje-2 {
  z-index: 1;
  background-color: #e0e0e0;
  position: absolute;
  inset: 0%;
}

.section-aje-1 {
  margin-bottom: 3px;
}

.background-image-aji-1 {
  z-index: 2;
  background-image: url('../images/Rectangle-1047.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.image-ajc-2 {
  z-index: 1;
  width: 100%;
  max-width: 67%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-aje-6 {
  align-items: center;
  display: flex;
}

.section-aji-23 {
  margin-right: 10px;
}

.text-aje-9 {
  color: #390c16;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-aje-26 {
  align-items: center;
  display: flex;
  position: relative;
}

.text-aje-13 {
  color: var(--midnight-blue);
  text-align: left;
  margin-top: 31px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-aje-48 {
  align-items: flex-start;
  min-width: 42px;
  margin-right: 10px;
  display: flex;
}

.text-aje-8 {
  color: #332d2a;
  font-size: 16px;
  line-height: 1.6em;
}

.image-ajc-1 {
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: relative;
}

.section-aje-15 {
  flex: none;
  height: 20px;
  margin-right: 5px;
  position: relative;
}

.vimeo-embed-aji-1 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.section-aje-19 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-aji-16 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.section-aji-16._2 {
  display: none;
}

.section-aji-21 {
  display: inline-block;
}

.section-aji-2 {
  border: 1px solid #06123717;
  border-radius: 3px;
}

.section-aje-25 {
  margin-bottom: 8px;
}

.section-aji-24 {
  max-width: 123px;
  margin-left: auto;
  font-family: Poppins, sans-serif;
}

.text-aji-3 {
  color: #5f575e;
  text-align: left;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-link-aje-2 {
  color: #332d2a;
  text-align: left;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
  display: inline;
}

.section-aji-15 {
  margin-bottom: 10px;
}

.drop-toggle-aje-2 {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.drop-toggle-aje-2.alt-drop-toggle-aje-2 {
  border-color: #5f575e;
}

.text-aji-5 {
  color: #332d2a;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-aje-4 {
  color: #5f575e;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
}

.section-aji-25 {
  margin-bottom: 15px;
}

.section-aji-25.boxrenderoptions {
  display: none;
}

.section-aje-2 {
  align-items: center;
  margin-top: 110px;
  margin-bottom: 30px;
  display: none;
}

.section-ajc-6 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab-link-ajc-1 {
  z-index: 1;
  background-color: #fff;
  border: 3px solid #f7f7f7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.tab-link-ajc-1.w--current {
  background-color: #fff;
  border-color: #390c16;
}

.section-aji-12 {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.section-aji-22 {
  align-items: center;
  margin-bottom: 10px;
  display: none;
}

.section-aji-6 {
  align-items: stretch;
  display: flex;
}

.section-global-4 {
  width: 55%;
  max-width: none;
  padding-bottom: 40px;
}

.text-aji-6 {
  color: var(--midnight-blue);
  font-family: Poppins, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-aje-37 {
  margin-bottom: 16px;
}

.section-aje-49 {
  margin-bottom: 25px;
}

.section-aje-18 {
  align-items: flex-start;
  margin-right: 6px;
  display: inline-block;
}

.section-aje-20 {
  display: inline-block;
  position: relative;
  top: -4px;
}

.section-aje-7 {
  margin-right: 5px;
}

.section-global-3 {
  justify-content: space-between;
  display: flex;
}

.section-global-5 {
  max-width: 510px;
}

.background-aje-1 {
  z-index: 3;
  background-image: url('../images/Exclusion-162x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 98px;
  height: 20px;
  position: relative;
}

.section-aji-28 {
  align-items: center;
  display: flex;
}

.link-aje-1 {
  cursor: pointer;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  max-width: 16px;
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-aje-1.hide {
  display: none;
}

.text-aji-4 {
  color: #5f575e;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.section-aje-46 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.tabs-ajc-1 {
  flex-direction: column-reverse;
  justify-content: flex-end;
  display: flex;
}

.section-aji-5 {
  margin-bottom: 10px;
}

.image-aje-2 {
  max-width: 40px;
  max-height: 40px;
}

.section-aje-12 {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -8px;
  display: flex;
}

.image-aji-2 {
  z-index: 1;
  height: 50px;
  position: relative;
}

.icon-ajc-1 {
  cursor: pointer;
  background-image: url('../images/Subtraction-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 6px #00000029;
}

.section-aji-4 {
  border-top: 2px #f7f7f7;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: block;
}

.text-aji-1 {
  color: #06123791;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: underline;
  display: block;
}

.aje-wrappfeat-1 {
  margin-bottom: 8px;
}

.section-aji-18 {
  margin-right: 5px;
}

.twitter-share-button {
  background-image: url('../images/Twitter.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 16px;
  height: 16px;
  display: flex;
}

.twitter-share-button.hide-alt-1 {
  display: none;
}

.tabs-content-aji-1 {
  flex: none;
  display: none;
}

.text-aje-12 {
  color: #390c16;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 1.3em;
  text-decoration: none;
}

.section-aje-3 {
  display: flex;
}

.text-drop-aji-1 {
  color: #5f575e;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3em;
}

.link-ajc-13 {
  color: #888585;
  font-size: 16px;
  line-height: 1.3em;
  text-decoration: underline;
}

.tabs-content-ajc-1 {
  flex: none;
  margin-bottom: 20px;
}

.icon-aji-2 {
  background-image: url('../images/Subtraction-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 78px;
  height: 78px;
  box-shadow: 0 0 6px #00000029;
}

.background-color-aji-1 {
  z-index: 2;
  background-color: #ad2c45;
  position: absolute;
  inset: 0%;
}

.text-aje-6 {
  color: #390c16;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  display: inline;
}

.section-aje-24 {
  margin-bottom: 10px;
}

.icon-image-aje-1 {
  height: 18px;
}

.section-aji-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: 5px;
  display: inline-block;
}

.background-image-aji-3 {
  z-index: 3;
  background-image: url('../images/Exclusion-24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 13px;
  position: relative;
}

.collection-list-ajc-1 {
  height: 1.6em;
  overflow: hidden;
}

.heading-aje-1 {
  color: #390c16;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-aji-8 {
  color: #2c1a1a;
  text-align: left;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aji-8.alt-text-aji-8 {
  font-weight: 700;
}

.tab-link-aji-01 {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  padding: 0;
  display: flex;
  position: relative;
}

.tab-link-aji-01.w--current {
  background-color: #fff;
}

.background-color-aje-1 {
  z-index: 2;
  background-color: #ad2c45;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.collection-list-wrapper-ajc-1 {
  margin-bottom: 20px;
}

.drop-toggle-aji-2 {
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 5px 10px;
  text-decoration: none;
  display: flex;
}

.drop-toggle-aji-2.alt-drop-toggle-aji-2 {
  border-color: #5f575e;
}

.section-ajc-2 {
  margin-bottom: 20px;
}

.section-ajc-2.alt-section-ajc-2 {
  display: none;
}

.heading-ajc-01 {
  margin-top: 0;
  margin-bottom: 0;
}

.section-aji-30 {
  margin-bottom: 10px;
}

.text-aje-2 {
  color: #332d2a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3em;
}

.section-aje-30 {
  flex: 1;
  justify-content: center;
  display: flex;
}

.drop-section-aji-2 {
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  display: flex;
}

.section-aji-1 {
  margin-bottom: 40px;
  position: sticky;
  top: 40px;
}

.link-icon-aje-12 {
  height: 14px;
}

.text-aji-7 {
  color: #332d2a;
  text-align: left;
  margin-right: .3em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aji-7.alt-text-aji-7 {
  max-width: none;
  text-decoration: line-through;
}

.tabs-menu-aji-1 {
  flex: none;
  align-items: center;
  display: flex;
}

.text-aje-5 {
  color: #5f575e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aje-5.alt-text-aje-5 {
  text-decoration: underline;
}

.section-aje-32 {
  align-items: stretch;
  margin-bottom: 40px;
}

.section-global-2 {
  justify-content: space-between;
  padding-top: 30px;
}

.embed-link-icon-aje-13 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.container-global-1 {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}

.section-global-1 {
  background-color: #fff;
  justify-content: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.icon-image-aji-1 {
  height: 16px;
}

.more-products-image-gallery-3 {
  display: none;
}

.section-aje-13 {
  margin-bottom: 15px;
  margin-right: 20px;
  display: flex;
}

.section-aje-36 {
  margin-bottom: 25px;
}

.section-aje-21 {
  margin-bottom: 40px;
}

.section-aje-21.boxrenderoptions {
  display: none;
}

.section-aji-29 {
  align-items: center;
  margin-right: -5px;
  display: flex;
}

.background-image-ajc-1 {
  z-index: 2;
  background-image: url('../images/Dry_01_720x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.section-aje-035 {
  margin-bottom: 40px;
}

.vimeo-embed-ajc-1 {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.image-aji-01 {
  z-index: 1;
  opacity: 0;
  height: 50px;
  position: relative;
}

.aje-featswrapper-1 {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-aji-1 {
  opacity: .83;
  background-image: url('../images/Subtraction-62x_1Subtraction 6@2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 6px #00000029;
}

.section-aji-3 {
  padding: 20px;
}

.section-aje-11 {
  margin-bottom: 30px;
}

.tabs-menu-ajc-1 {
  flex: none;
  align-items: center;
  display: flex;
}

.tabs-menu-ajc-1._2 {
  display: none;
}

.more-products-image {
  width: 33px;
}

.section-ajc-1 {
  border-bottom: 2px solid #f0f0f0;
  flex: 1;
  margin-bottom: 40px;
  padding-bottom: 60px;
}

.section-aje-027 {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -5px;
  margin-right: -5px;
  display: flex;
}

.section-aje-5 {
  margin-bottom: 22px;
}

.section-link-aje-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  display: flex;
}

.image-link-aje-1 {
  height: 18px;
}

.text-aje-7 {
  color: #2c1a1a;
  text-align: left;
  margin-right: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aje-7.alt-text-aje-7 {
  font-weight: 700;
}

.section-aje-45 {
  color: #390c16;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.section-aji-14 {
  margin-bottom: 5px;
}

.text-aje-1 {
  color: #dc3958;
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
}

.text-aje-3 {
  color: #dc3958;
  text-align: left;
  margin-right: .3em;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.text-aje-3.alt-text-aje-3 {
  text-decoration: line-through;
}

.section-aji-17 {
  margin-right: 5px;
  position: relative;
}

.icon-ajc-2 {
  cursor: pointer;
  background-image: url('../images/Subtraction-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 99999px;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 6px #00000029;
}

.icon-image-aji-2 {
  height: 13px;
  display: block;
}

.section-aje-33 {
  margin-bottom: 10px;
}

.section-aji-27 {
  margin-bottom: 5px;
}

.section-aji-8 {
  z-index: 1;
  border: 1px solid #f7f7f7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.link-aje-3 {
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.section-aje-29 {
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.text-aje-10 {
  color: #332d2a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.background-aji-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-ajc-7 {
  display: none;
}

.section-aje-4 {
  margin-bottom: 30px;
}

.section-global-6 {
  flex: 1;
  height: 100%;
}

.tab-aji-1 {
  flex-direction: column-reverse;
  justify-content: flex-end;
  display: flex;
}

.empty {
  display: none;
}

.section-aje-35 {
  margin-bottom: 40px;
}

.link-aji-1 {
  cursor: pointer;
  align-items: center;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.section-aje-10 {
  margin-top: 5px;
  margin-bottom: 30px;
}

.drop-section-aje-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  display: flex;
}

.background-color-aji-3 {
  z-index: 1;
  background-color: #f0f0f0;
  position: absolute;
  inset: 0%;
}

.line-aje-1 {
  background-color: #f2f2f2;
  width: 100%;
  height: 2px;
  margin-bottom: 40px;
}

.background-ajc-2 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-aji-06 {
  z-index: 4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-aji-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.section-ajc-5 {
  z-index: 1;
  height: auto;
  position: relative;
}

.process-button {
  color: #000;
  background-color: #d1f0e0;
  border-radius: 8px;
  margin-top: 40px;
  padding: 14px 24px;
  font-weight: 600;
}

.process-heading {
  color: var(--midnight-blue);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.1;
}

.process-sub-heading {
  color: #4d4d4d;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.process-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.process-count-wrapper {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 0;
  padding-right: 0;
  display: block;
}

.wave {
  margin-left: 60px;
}

.header-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  align-items: center;
  width: 100%;
  margin-bottom: 85px;
}

.process-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 94px;
}

.process-title {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.1;
}

.process-line {
  z-index: -1;
  background-color: #26262669;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.propcess-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 460px;
  display: flex;
}

.process-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-step {
  color: #4d4d4d;
  background-color: #d1f0e0;
  border: 2px solid #262626;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.process-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  margin-top: 4px;
  display: grid;
}

.process-paragraph {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 32px;
  display: block;
}

.process-image {
  border-radius: 20px;
  box-shadow: 1px 1px 80px 60px #0612370d;
}

.lottie-animation {
  z-index: 4;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  margin-left: 39px;
}

.tos-checkbox-label {
  color: var(--midnight-blue);
  font-size: 16px;
}

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

.social-link-5 {
  margin-left: 40px;
  padding: 6px;
  transition: all .2s;
}

.social-link-5:hover {
  opacity: .4;
}

.socials-wrap {
  justify-content: flex-end;
  margin-top: 60px;
  display: flex;
}

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

.contact-heading-wrap {
  color: #fff;
}

.contact-information-title {
  color: #737373;
  letter-spacing: -.03em;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
}

.contact-grid {
  grid-column-gap: 51px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
  align-content: start;
  align-items: start;
}

.contact-form-block {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.contact-section {
  background-color: var(--white);
  color: var(--midnight-blue);
  padding: 45px 3% 0 0%;
}

.contact-information-wrap {
  margin-right: 33px;
}

.contact-text-2 {
  letter-spacing: .03em;
  font-size: 16px;
  line-height: 1.5;
}

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

.contact-button-wrap {
  justify-content: space-between;
  display: flex;
}

.success-message-4 {
  color: #000;
  background-color: #fff;
  padding: 28px 16px;
}

.error-message-2 {
  background-color: #522723;
  padding: 16px;
}

.contact-field {
  border: 3px solid var(--dodger-blue);
  color: var(--midnight-blue);
  background-color: #0000;
  border-radius: 10px;
  height: 80px;
  margin-bottom: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.contact-field:hover {
  background-color: var(--dodger-blue);
  border-style: solid;
  border-color: #fff;
  padding: 27px 11px 27px 34px;
}

.contact-field:focus {
  border-style: solid;
  border-color: #fff;
  padding: 27px 11px 27px 34px;
}

.contact-field::placeholder {
  color: var(--midnight-blue);
}

.contact-field.message {
  background-color: #0000;
  height: 150px;
  margin-bottom: 56px;
}

.contact-field.message:hover {
  background-color: var(--dodger-blue);
}

.tos-checkbox {
  background-color: var(--midnight-blue);
  border-style: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 22px;
}

.tos-checkbox.w--redirected-checked {
  background-color: #191919;
  background-image: none;
  background-size: auto;
  border-style: none;
  border-radius: 0;
}

.contact-title {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 52px;
  font-size: 16px;
  font-weight: 400;
}

.contact-form {
  margin-bottom: 0;
}

.contact-heading {
  color: var(--midnight-blue);
  margin-top: 15px;
  margin-bottom: 9px;
  font-size: 62px;
  font-weight: 500;
  line-height: 65px;
}

.contact-submit-button {
  background-color: var(--dodger-blue);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 10px;
  width: 100%;
  max-width: 156px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.contact-submit-button:hover {
  color: #fff;
  background-color: #0074b6;
}

.contact-submit-button:active {
  background-color: #0000;
}

.tos-checkbox-wrap {
  align-items: center;
  margin-bottom: 0;
  display: none;
}

.lines {
  background-color: var(--midnight-blue);
  border-radius: 80px;
  width: 90px;
  height: 5px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blogpost4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-xhuge {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 131px;
}

.blogpost4_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.form-input-2 {
  color: #0000;
  background-color: #0000;
  border: 1px solid #0000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.blogpost4_form {
  margin-bottom: 0;
}

.blogpost4_meta-wrapper {
  margin-bottom: 1rem;
}

.blogpost4_social-icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.blogpost4_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.blogpost4_author-wrapper {
  align-items: center;
  display: flex;
}

.text-size-tiny {
  font-size: .75rem;
}

.blogpost4_content-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 48px;
  display: grid;
}

.text-weight-medium {
  font-weight: 500;
}

.heading-xlarge {
  color: var(--midnight-blue);
  text-transform: uppercase;
  margin-bottom: 23px;
  font-family: Poppins, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 1.2;
}

.heading-xlarge._2 {
  margin-bottom: 1px;
  line-height: 1.1;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.blogpost4_content {
  margin-bottom: 4rem;
}

.blogpost4_social-link {
  background-color: #0000;
  border-radius: 20px;
  padding: .25rem;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.button-tertiary_icon.left {
  margin-left: 0;
  margin-right: .5rem;
}

.blogpost4_category-link {
  background-color: #0000;
  margin-right: 1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blogpost4_category-link.w--current {
  border-bottom: 2px solid #000;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.text-size-small {
  font-size: .875rem;
}

.text-size-small.text-weight-semibold.text-inline {
  display: inline;
}

.button-4 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-4.button-small {
  padding: .5rem 1.25rem;
}

.blogpost4_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blogpost4_newsletter {
  border: 1px solid #0000;
  padding: 2rem;
  position: sticky;
  top: 5rem;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.blogpost4_image-wrapper {
  width: 100%;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.blogpost4_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.background-image-ajc-2 {
  z-index: 2;
  background-image: url('../images/GRAPE-FRONT---FR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.background-image-ajc-3 {
  z-index: 2;
  background-image: url('../images/Fogblocker_spray_540x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.text-block-5 {
  line-height: 21px;
}

.text-block-6 {
  opacity: .9;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.heading-2 {
  color: var(--midnight-blue);
  margin-top: 54px;
  margin-bottom: 9px;
  font-family: Poppins, sans-serif;
}

.l {
  background-color: var(--dodger-blue);
  width: 50px;
  height: 2px;
  margin-bottom: 25px;
}

.div-block-11 {
  margin-top: 53px;
  margin-bottom: 59px;
  display: flex;
}

.div-block-12 {
  width: 80%;
  padding-left: 34px;
  padding-right: 0;
}

.div-block-13 {
  background-image: url('../images/Wet_01_540x.webp');
  background-position: 50%;
  background-size: cover;
  width: 120px;
}

.div-block-13-c2 {
  background-image: url('../images/Fogblocker_spray_540x.webp');
  background-position: 50%;
  background-size: cover;
  width: 120px;
  height: 193px;
}

.div-block-13-c3 {
  background-image: url('../images/Dry_01_720x.webp');
  background-position: 50%;
  background-size: cover;
  width: 120px;
}

.heading-3 {
  opacity: 1;
  margin-top: 0;
}

.video {
  margin-bottom: 40px;
}

.button-5 {
  background-color: var(--midnight-blue);
  text-align: center;
  text-transform: uppercase;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 10px;
  width: 220px;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 15px;
  font-size: 16px;
  transition: all .2s;
}

.button-5:hover {
  background-color: var(--dodger-blue);
}

.image {
  position: absolute;
  inset: -66px 64px auto auto;
}

.nav-menu-3-c2 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 30px;
  margin-right: auto;
  display: flex;
  position: static;
}

.text-block-6-c2 {
  opacity: .9;
  margin-top: 40px;
  margin-bottom: 29px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.text-block-7 {
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 500;
}

.text-block-8, .text-block-9, .text-block-10 {
  margin-bottom: 10px;
  font-weight: 500;
}

.list {
  opacity: .9;
  margin-bottom: 40px;
  list-style-type: square;
}

.text-block-11 {
  margin-bottom: 10px;
  font-weight: 500;
}

.background-image-ajc-2-3 {
  z-index: 2;
  background-image: url('../images/WILDBERRY-BACK---FR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.background-image-ajc-1-3 {
  z-index: 2;
  background-image: url('../images/WILDBERRY-FRONT---FR.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.tab-link-ajc-1-copy {
  z-index: 1;
  background-color: #fff;
  border: 3px solid #f7f7f7;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.tab-link-ajc-1-copy.w--current {
  background-color: #fff;
  border-color: #390c16;
}

.background-image-ajc-1-2 {
  z-index: 2;
  background-image: url('../images/cliradex-box-1-small.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.background-image-ajc-2-2 {
  z-index: 2;
  background-image: url('../images/CliradexNoReflectionDSC_2521.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.heading-4 {
  color: var(--midnight-blue);
  margin-bottom: 22px;
  font-family: Poppins, sans-serif;
}

.text-block-6-c22 {
  margin-top: 0;
  margin-bottom: 16px;
  margin-left: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.text-block-6-c333 {
  opacity: .92;
  margin-top: 31px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 27px;
}

.image-2 {
  margin-bottom: 53px;
}

.link {
  opacity: .76;
  color: var(--midnight-blue);
  background-image: url('../images/pdf_26px.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 22px;
  margin-bottom: 9px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 26px;
  font-family: Poppins, sans-serif;
  transition: all .2s;
  display: block;
}

.link:hover {
  opacity: .44;
}

.text-block-12 {
  margin-bottom: 29px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.background-image-ajc-1-c4 {
  z-index: 2;
  background-image: url('../images/Dry_01_720x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

._50 {
  width: 50%;
  padding: 25px 56px;
}

.div-block-14 {
  flex-wrap: wrap;
  display: flex;
}

.image-3 {
  max-width: 15%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block-13 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Poppins, sans-serif;
}

.heading-5 {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-block-14 {
  opacity: .9;
  color: var(--white);
  margin-bottom: 41px;
}

.div-block-15 {
  align-items: center;
  margin-bottom: 20px;
  font-weight: 200;
  display: flex;
}

.image-4 {
  color: var(--white);
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-right: 11px;
}

.text-block-15 {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
}

.link-2 {
  opacity: .75;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.link-2:hover {
  color: var(--dodger-blue);
}

.link-3 {
  color: var(--white);
  text-align: center;
  margin-top: 72px;
  text-decoration: none;
  display: block;
}

.link-block, .image-5 {
  margin-right: 10px;
}

.text-block-16 {
  color: var(--white);
  margin-bottom: 23px;
}

.video-2 {
  margin-bottom: 40px;
}

.footer {
  max-width: 1040px;
  margin-bottom: 171px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-17 {
  opacity: 1;
}

.tos-checkbox-label-2 {
  font-size: 16px;
}

.contact-grid-2 {
  grid-column-gap: 54px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

.contact-form-block-2 {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.contact-section-2 {
  background-color: var(--dark-slate-blue);
  padding: 100px 3% 52px;
}

.contact-field-2 {
  background-color: var(--white);
  color: var(--midnight-blue);
  border: 1px solid #191919;
  border-radius: 10px;
  height: 80px;
  margin-bottom: 40px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 35px;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s;
}

.contact-field-2:hover {
  background-color: var(--white);
  border-style: solid;
  border-color: #fff;
  padding: 27px 11px 27px 34px;
}

.contact-field-2:focus {
  border-style: solid;
  border-color: #fff;
  padding: 27px 11px 27px 34px;
}

.contact-field-2::placeholder {
  color: var(--midnight-blue);
}

.contact-field-2.message {
  height: 150px;
  margin-bottom: 56px;
}

.tos-checkbox-2 {
  background-color: #191919;
  border-style: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 22px;
}

.tos-checkbox-2.w--redirected-checked {
  background-color: #191919;
  background-image: none;
  background-size: auto;
  border-style: none;
  border-radius: 0;
}

.contact-title-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 52px;
  font-size: 16px;
  font-weight: 400;
}

.contact-heading-2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 172px;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.1;
}

.contact-submit-button-2 {
  background-color: var(--dodger-blue);
  color: var(--white);
  letter-spacing: 1px;
  border-radius: 10px;
  width: 100%;
  max-width: 156px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.contact-submit-button-2:hover {
  background-color: var(--white);
  color: var(--midnight-blue);
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
}

.slide-3 {
  background-color: var(--white);
  background-image: url('../images/ArunalightImage_small.png'), radial-gradient(circle farthest-corner at 0% 0%, var(--white), white);
  color: var(--midnight-blue);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.slide-4 {
  background-image: url('../images/Dry_01-1.png'), linear-gradient(#000, #fff);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.icon, .icon-2 {
  color: var(--midnight-blue);
}

.slide-5 {
  background-color: #0000;
  background-image: url('../images/pic_fiteyez2.png'), linear-gradient(#000, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 100vh;
}

.slide-6 {
  background-color: #0000;
  background-image: url('../images/Jett---Lift-Plus-Pen.png'), linear-gradient(#000 4%, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  height: 100vh;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  height: 100vh;
}

.slide-7 {
  background-image: url('../images/2boxes_only.jpg'), radial-gradient(circle, #000, #fff);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}

.slide-8 {
  background-image: url('../images/doctor-testing-patient-eyesight-2.jpg');
  background-position: 65%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/pexels-photo-5752257.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/76655.jpg');
  background-position: 50%;
  background-size: cover;
}

.backgrounds {
  z-index: 3;
  background-color: var(--white);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pop-ua {
  z-index: 1;
  background-color: #fffffffc;
  width: 100%;
  height: 100%;
  padding-top: 153px;
  padding-bottom: 101px;
  display: block;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.radio-button-field-2 {
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.display-small-601 {
  color: #494a7d;
  margin-bottom: 0;
}

.check-wrap-karma {
  margin-top: 20px;
  margin-bottom: 24px;
}

.input-grid-karma {
  flex-wrap: wrap;
  grid-template-rows: auto auto auto auto;
  display: flex;
  overflow: visible;
}

.detail-dark {
  color: #02044a;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}

.field-wrap-karma {
  width: 48%;
  margin-bottom: 24px;
}

.display-s-600 {
  color: #02044a;
  letter-spacing: -.02em;
  width: 100%;
  margin-bottom: 14px;
  font-size: 16px;
}

.form-content-2 {
  height: 100%;
  padding: 40px 0;
  overflow: visible;
}

.submit-button-karma {
  background-color: var(--midnight-blue);
  color: #fff;
  border-radius: 8px;
  padding: 20px 40px;
  font-size: 16px;
  transition: all .3s;
}

.check-wrapper-karma {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button-wrap-karma {
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.form-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.radio-button-2 {
  border: 2px solid #aeafc5;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.text-field-karma {
  background-color: #0000;
  border: 1px #c4cee8;
  border-bottom: 2px solid #dfdfe8;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding-left: 0;
  transition: all .3s;
}

.text-field-karma:hover {
  border-bottom-width: 2px;
  border-bottom-color: #5f30e2;
}

.text-field-karma:active, .text-field-karma:focus {
  color: #02044a;
  border-width: 2px;
  border-color: #5f30e2;
}

.text-field-karma::placeholder {
  color: #aeafc5;
  font-size: 16px;
}

.background-image-ajc-2-c2 {
  z-index: 2;
  background-image: url('../images/Wet_01_540x.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: absolute;
  inset: 5px;
}

.div-block-16 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.field-wrap-karma-c2 {
  width: 100%;
  margin-bottom: 24px;
}

.heading-6 {
  color: var(--midnight-blue);
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.cloce {
  cursor: pointer;
  background-image: url('../images/close_500px.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.pop-ua-product {
  z-index: 100;
  background-color: #fffffffc;
  width: 100%;
  height: 100%;
  padding-top: 101px;
  padding-bottom: 101px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.textarea {
  border: 1px #000;
  border-bottom: 2px solid #dfdfe8;
  padding-top: 14px;
  padding-bottom: 0;
  padding-left: 0;
}

.textarea:hover {
  border-bottom-width: 2px;
  border-bottom-color: #5f30e2;
}

.textarea::placeholder {
  color: #aeafc5;
  text-align: left;
  font-size: 16px;
}

.bold-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-4 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 100px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  text-decoration: underline;
}

.success-message-5 {
  background-color: var(--dodger-blue);
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.body-2 {
  font-family: Poppins, sans-serif;
}

.div-block-17 {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.botton {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-top: 2px #f7f7f7;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 220px;
  margin-left: 10px;
  margin-right: 0;
  padding: 20px;
  display: block;
}

.text-aji-1-c2 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.link-5 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.image-7 {
  margin-top: 140px;
  padding-bottom: 0;
}

.image-8 {
  margin-top: 220px;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-9 {
  margin-top: 220px;
}

.recaptcha {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .hero-block-right {
    width: 100%;
    max-height: 420px;
    display: none;
    position: relative;
  }

  .container-navigation {
    position: relative;
  }

  .button-wrapper-7 {
    margin-top: 28px;
  }

  .menu-button-10 {
    color: var(--midnight-blue);
    background-color: #0000;
    border-radius: 100px;
    margin-left: 14px;
    padding: 14px;
    font-size: 40px;
  }

  .menu-button-10:hover {
    color: var(--dodger-blue);
    border-radius: 100px;
  }

  .menu-button-10.w--open {
    color: #fff;
    background-color: #000;
  }

  .header-wrapper-4 {
    margin-bottom: 0;
  }

  .header {
    flex-direction: column;
    min-height: auto;
    padding-bottom: 0;
  }

  .header-container {
    padding-top: 147px;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .card-3 {
    display: none;
  }

  .nav-link-8 {
    color: #000;
    text-align: center;
    width: 100%;
    padding-top: 39px;
    padding-bottom: 39px;
    font-size: 29px;
  }

  .hero-person {
    max-height: 600px;
  }

  .hero-image-wrapper-2 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .navigation-menu-2 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu-3 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .card-01 {
    display: none;
  }

  .header-block-2 {
    grid-template-columns: 1fr;
    margin-bottom: 140px;
  }

  .navigation-7 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .grid-blog-large, .footer-grid-3 {
    grid-template-columns: 1fr;
  }

  .heading {
    margin-left: 16px;
  }

  .logo-text {
    font-size: 114px;
    line-height: 133px;
  }

  .text-right {
    right: -7%;
  }

  .tab-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .tab-heading {
    font-size: 42px;
    line-height: 49px;
  }

  .steps-wrapper-2 {
    display: none;
  }

  .tab-content-2 {
    padding-top: 0;
  }

  .tab-graphic-wrapper {
    margin-left: 0;
    margin-right: auto;
  }

  .tab-paragraph {
    font-size: 14px;
    line-height: 23px;
  }

  .tabs-base {
    padding: 0 13px 38px 40px;
  }

  .tab-content-grid {
    grid-row-gap: 62px;
    flex-flow: row-reverse wrap-reverse;
    grid-template-columns: 1fr;
    place-items: baseline;
    display: flex;
  }

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

  .testimonial-grid-2 {
    grid-template-columns: 2fr;
  }

  .quote-wrapper-2 {
    display: none;
  }

  .rating-star {
    margin-right: 8px;
  }

  .tabs-products-grid {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-product-title {
    font-size: 18px;
    line-height: 24px;
  }

  .tabs-product-image {
    border-radius: 20px;
    height: 350px;
  }

  .div-grandfather-wild {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-world-light {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .p-progress-last {
    margin-top: 2rem;
  }

  .story {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section-aje-1 {
    flex: none;
  }

  .image-ajc-2 {
    max-width: 100%;
  }

  .section-aji-2 {
    border-style: none;
  }

  .section-aji-15 {
    margin-bottom: 20px;
    display: none;
  }

  .section-aji-25 {
    flex-wrap: wrap;
    flex: none;
    order: 5;
    display: flex;
  }

  .section-aje-2 {
    flex: none;
    order: 3;
    margin-bottom: 20px;
    display: none;
  }

  .section-aji-6 {
    display: block;
  }

  .section-global-4 {
    flex: none;
    max-width: none;
    margin-right: 0;
  }

  .section-aji-10 {
    display: block;
  }

  .section-global-3 {
    flex-direction: column-reverse;
  }

  .section-global-5 {
    flex: none;
    max-width: none;
    margin-bottom: 40px;
  }

  .section-aji-5 {
    margin-bottom: 0;
  }

  .image-aji-2 {
    width: 100%;
    height: auto;
  }

  .section-aji-4 {
    display: block;
  }

  .tabs-content-aji-1 {
    margin-bottom: 20px;
    display: block;
  }

  .text-aje-12 {
    font-size: 15px;
  }

  .link-ajc-13 {
    text-decoration: none;
  }

  .icon-aji-2 {
    width: 120px;
    height: 120px;
  }

  .section-ajc-2 {
    order: -1;
    margin-bottom: 20px;
  }

  .section-ajc-2.alt-section-ajc-2 {
    flex: none;
    display: block;
  }

  .heading-ajc-01 {
    color: #332d2a;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.3em;
  }

  .section-aji-1 {
    flex: none;
    order: -1;
    margin-bottom: 40px;
    position: static;
  }

  .tabs-menu-aji-1 {
    display: flex;
  }

  .section-aje-32 {
    flex: none;
    order: 5;
    margin-bottom: 30px;
  }

  .section-global-2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .section-global-1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-aje-21 {
    flex-wrap: wrap;
    flex: none;
    order: 5;
    margin-bottom: 20px;
    display: flex;
  }

  .section-aje-035 {
    flex: none;
    order: 7;
    margin-bottom: 30px;
  }

  .section-aji-3 {
    padding: 0;
  }

  .section-ajc-1 {
    flex: none;
    margin-bottom: 20px;
    display: none;
  }

  .section-aje-5 {
    flex: none;
    order: 2;
    margin-bottom: 20px;
  }

  .section-aji-14 {
    display: none;
  }

  .section-aji-8 {
    border-style: none;
  }

  .section-aje-29 {
    flex: none;
    order: 5;
    margin-bottom: 30px;
  }

  .background-aji-2 {
    cursor: pointer;
  }

  .section-ajc-7 {
    order: -1;
    margin-bottom: 10px;
    display: block;
  }

  .section-aje-4 {
    display: none;
  }

  .section-global-6 {
    flex-direction: column;
    flex: none;
    display: flex;
  }

  .section-aje-35 {
    border-bottom: 2px solid #e6e7e8;
    flex: none;
    order: 7;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .section-aje-10 {
    margin-bottom: 20px;
  }

  .line-aje-1 {
    margin-bottom: 30px;
  }

  .section-aji-06 {
    cursor: pointer;
  }

  .process-heading {
    font-size: 42px;
  }

  .header-grid-2 {
    grid-template-columns: 1fr;
    justify-items: start;
    width: 90%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-title {
    font-size: 42px;
    line-height: 51px;
  }

  .process-grid {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .process-paragraph {
    font-size: 16px;
    line-height: 23px;
  }

  .div-block-10 {
    margin-left: 0;
  }

  .social-link-5 {
    margin-left: 0;
    margin-right: 40px;
  }

  .socials-wrap {
    justify-content: flex-start;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-section {
    background-position: 0 0;
  }

  .contact-heading {
    margin-bottom: 60px;
  }

  .lines {
    height: 3px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .blogpost4_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    width: 95%;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blogpost4_content {
    margin-bottom: 3rem;
  }

  .blogpost4_title-wrapper {
    margin-bottom: 4rem;
  }

  .blogpost4_newsletter {
    padding: 0;
    position: static;
  }

  .blogpost4_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .nav-menu-3-c2 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .contact-grid-2 {
    grid-template-columns: 1fr;
  }

  .contact-section-2 {
    background-position: 0 0;
  }

  .contact-heading-2 {
    margin-bottom: 60px;
    font-size: 58px;
  }

  .input-grid-karma {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .form-content-2 {
    padding: 30px;
  }

  .botton {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .button-wrapper-7 {
    margin-top: 43px;
  }

  .menu-button-10 {
    color: var(--midnight-blue);
    background-color: #0000;
  }

  .header-wrapper-4 {
    text-align: left;
    margin-bottom: 2px;
  }

  .display-heading-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .navigation-menu-2 {
    width: 100%;
  }

  .arrow-3 {
    display: none;
  }

  .header-block-2 {
    margin-bottom: 50px;
  }

  .heading {
    font-size: 42px;
  }

  .text-span {
    font-size: 48px;
  }

  .text-right {
    display: none;
  }

  .image-notification {
    left: 30px;
  }

  .tab-content-2 {
    padding-right: 0;
  }

  .tab-graphic-wrapper {
    padding-top: 37px;
  }

  .tabs-base {
    padding: 40px;
  }

  .left-arrow-4, .right-arrow-5 {
    display: none;
  }

  .tabs-product-cart-button {
    right: -10px;
  }

  .tabs-product-card {
    padding: 19px;
  }

  .tabs-product-card:hover {
    box-shadow: none;
  }

  .tabs-product-price-number {
    font-size: 18px;
  }

  .div-grandfather-wild {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-world-light {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .story {
    grid-column-gap: 2rem;
  }

  .product {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .disclaimer-for-designers {
    color: #fa2f00;
    font-weight: 500;
  }

  .text-aji-2 {
    font-size: 18px;
  }

  .background-image-aji-1 {
    inset: 1px;
  }

  .section-aje-48 {
    min-width: 0;
  }

  .section-aji-16 {
    margin-bottom: 10px;
  }

  .section-aje-25 {
    margin-bottom: 5px;
  }

  .text-aji-3 {
    font-size: 14px;
  }

  .section-aji-15 {
    margin-bottom: 10px;
  }

  .text-aji-5 {
    font-size: 14px;
  }

  .section-aje-2 {
    margin-bottom: 10px;
  }

  .tab-link-ajc-1 {
    border-style: none;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }

  .tab-link-ajc-1.w--current {
    border: 3px solid #e71b2c;
    border-radius: 6px;
    width: 50px;
    height: 50px;
  }

  .section-aje-37 {
    margin-bottom: 10px;
  }

  .section-aje-49 {
    margin-bottom: 15px;
  }

  .section-global-5 {
    margin-bottom: 20px;
  }

  .section-aje-46 {
    width: 30px;
    height: 30px;
  }

  .image-aje-2 {
    max-width: 30px;
    max-height: 30px;
  }

  .section-aje-12 {
    margin-bottom: -10px;
  }

  .text-aji-1 {
    font-size: 14px;
  }

  .tabs-content-aji-1 {
    margin-bottom: 10px;
  }

  .text-aje-12 {
    font-size: 14px;
  }

  .link-ajc-13 {
    font-size: 13px;
  }

  .heading-aje-1 {
    font-size: 24px;
  }

  .tab-link-aji-01 {
    margin-right: 10px;
  }

  .tab-link-aji-01.w--current {
    border: 2px solid #000;
    border-radius: 6px;
  }

  .section-ajc-2 {
    margin-bottom: 10px;
  }

  .heading-ajc-01 {
    font-size: 24px;
  }

  .section-aji-1 {
    margin-bottom: 30px;
  }

  .link-icon-aje-12 {
    width: 18px;
    height: 18px;
  }

  .text-aji-7 {
    font-size: 14px;
  }

  .section-global-2 {
    padding-bottom: 0;
  }

  .section-aje-13 {
    margin-bottom: 10px;
  }

  .section-aje-36 {
    margin-bottom: 15px;
  }

  .section-aje-21 {
    margin-bottom: 20px;
  }

  .background-image-ajc-1 {
    background-color: #c1c1c1;
    background-image: url('../images/Dry_01_720x.webp');
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0%;
  }

  .text-aje-3 {
    font-size: 14px;
  }

  .section-aji-27 {
    margin-bottom: 5px;
  }

  .section-aje-29 {
    margin-bottom: 20px;
  }

  .background-aji-2 {
    display: none;
  }

  .section-ajc-7 {
    margin-bottom: 0;
  }

  .section-aje-35 {
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .section-aje-10 {
    margin-bottom: 20px;
  }

  .background-ajc-2, .process-count-wrapper {
    display: none;
  }

  .header-grid-2 {
    margin-bottom: 40px;
  }

  .process-line {
    display: none;
  }

  .process-step {
    margin-right: 20px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .process-image {
    margin-bottom: 20px;
  }

  .contact-information-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }

  .socials-wrap {
    justify-content: flex-end;
    margin-top: 30px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .blogpost4_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .blogpost4_author-wrapper {
    margin-bottom: 2rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blogpost4_content {
    margin-bottom: 2rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .blogpost4_title-wrapper {
    margin-bottom: 3rem;
  }

  .blogpost4_image-wrapper {
    margin-bottom: 2rem;
  }

  .background-image-ajc-2 {
    background-color: #c1c1c1;
    background-image: url('../images/GRAPE-FRONT---FR.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0%;
  }

  .background-image-ajc-3 {
    background-color: #c1c1c1;
    background-image: url('../images/Fogblocker_spray_540x.webp');
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0%;
  }

  .background-image-ajc-2-3, .background-image-ajc-1-3 {
    background-color: #c1c1c1;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    inset: 0%;
  }

  .tab-link-ajc-1-copy {
    border-style: none;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .tab-link-ajc-1-copy.w--current {
    border: 3px solid #e71b2c;
    border-radius: 6px;
  }

  .background-image-ajc-1-2 {
    background-color: #c1c1c1;
    background-image: url('../images/cliradex-box-1-small.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0%;
  }

  .background-image-ajc-2-2 {
    background-color: #c1c1c1;
    background-image: url('../images/CliradexNoReflectionDSC_2521.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0%;
  }

  .background-image-ajc-1-c4 {
    background-color: #c1c1c1;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    inset: 0%;
  }

  .contact-heading-2 {
    font-size: 48px;
  }

  .contact-submit-button-2 {
    padding: 15px 0;
  }

  .input-grid-karma {
    grid-template-columns: 1fr 1fr;
  }

  .text-field-karma::placeholder {
    font-size: 14px;
  }

  .background-image-ajc-2-c2 {
    background-color: #c1c1c1;
    background-image: url('../images/Wet_01_540x.webp');
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0%;
  }

  .heading-6, .text-block-18 {
    padding-left: 30px;
  }

  .text-aji-1-c2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .button-wrapper-7 {
    flex-direction: column;
    align-items: flex-start;
  }

  .menu-button-10 {
    color: var(--midnight-blue);
    background-color: #0000;
  }

  .menu-button-10.w--open {
    background-color: var(--midnight-blue);
  }

  .header-accent-wrapper {
    flex-wrap: wrap;
  }

  .header-wrapper-4 {
    margin-top: 2px;
    margin-bottom: 47px;
  }

  .header {
    background-image: repeating-linear-gradient(#0000, #fff), linear-gradient(#ffffffc2, #ffffffc2), url('../images/pexels-ksenia-chernaya-5752273.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .brand {
    width: 100%;
    max-width: 246px;
  }

  .nav-link-8 {
    margin-top: 11px;
    margin-bottom: 26px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 19px;
  }

  .video-play-link-2 {
    margin-top: 20px;
    margin-left: 0;
  }

  .display-heading-2 {
    font-size: 46px;
  }

  .navigation-menu-2 {
    padding-left: 0;
  }

  .nav-menu-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .arrow-3 {
    display: none;
  }

  .button-header-2 {
    border-radius: 20px;
  }

  .navigation-7 {
    z-index: 88;
  }

  .blog-thumbnail-feature {
    margin-bottom: 20px;
  }

  .blog-horizontal-link {
    flex-wrap: wrap;
  }

  .blog-thumbnail-small {
    max-width: none;
    height: 240px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-bottom-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-legal-wrap {
    flex-direction: column;
  }

  .footer-logo-2 {
    margin-bottom: 16px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 0;
    font-size: 36px;
  }

  .text-span {
    font-size: 38px;
  }

  .text-span-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .main {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .image-notification {
    left: 15px;
  }

  .tab-link-3 {
    text-align: center;
  }

  .tab-heading {
    font-size: 36px;
    line-height: 43px;
  }

  .tab-content-2 {
    padding-top: 0;
  }

  .heading-wrapper-2 {
    flex-wrap: wrap-reverse;
  }

  .tabs-base {
    border-radius: 20px;
    min-height: auto;
    padding: 20px 20px 24px;
  }

  .heading-graph {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .tab-section-2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 84px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-mask {
    width: 100%;
  }

  .testimonial-detail-wrapper {
    flex-direction: column;
  }

  .heading-large {
    font-size: 48px;
  }

  .section-testimonial-2 {
    overflow: hidden;
  }

  .star-row-2 {
    margin-bottom: 14px;
  }

  .tabs-product-card {
    border-radius: 20px;
  }

  .tabs-products-grid {
    grid-template-columns: 1fr;
  }

  .tabs-product-title {
    font-size: 21px;
  }

  .tabs-product-image {
    height: 300px;
  }

  .div-grandfather-wild {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-world-light {
    font-size: 1.875rem;
    line-height: 1.25;
  }

  .p-progress-last {
    margin-top: .75rem;
  }

  .story {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .product {
    width: 95%;
    margin-top: -5px;
    padding-top: 88px;
  }

  .section-aje-34 {
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-right: -10px;
  }

  .image-ajc-2 {
    max-width: 100%;
  }

  .text-aje-13 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .section-aji-16 {
    flex-wrap: wrap;
    display: none;
  }

  .section-aji-22 {
    display: none;
  }

  .section-aji-6 {
    display: block;
  }

  .section-aji-4 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-aje-12 {
    font-size: 12px;
  }

  .section-aje-24 {
    margin-right: 10px;
  }

  .tab-link-aji-01 {
    flex: none;
  }

  .drop-toggle-aji-2 {
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-ajc-2 {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
  }

  .section-aji-30 {
    margin-right: 10px;
  }

  .tabs-menu-aji-1 {
    z-index: 200;
    display: flex;
  }

  .section-global-2 {
    padding-top: 20px;
  }

  .container-global-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-global-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-aji-29 {
    flex: 1;
  }

  .image-aji-01 {
    flex: none;
    width: 50px;
  }

  .section-aje-027 {
    flex: 1;
  }

  .link-aje-3 {
    flex: none;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .link-aji-1 {
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .section-aji-11 {
    margin-bottom: -10px;
    margin-right: 0;
    display: block;
  }

  .process-heading {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 1.2;
  }

  .process-sub-heading {
    font-size: 14px;
    line-height: 21px;
  }

  .wave {
    max-width: 30%;
    margin-left: 4px;
  }

  .header-grid-2 {
    margin-bottom: 40px;
  }

  .process-container {
    width: 95%;
  }

  .process-title {
    font-size: 33px;
    line-height: 42px;
  }

  .process-line {
    display: none;
  }

  .process-step {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .contact-information-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .socials-wrap {
    justify-content: center;
  }

  .contact-information-title {
    margin-bottom: 6px;
  }

  .contact-grid {
    grid-row-gap: 32px;
  }

  .contact-button-wrap {
    flex-direction: column;
  }

  .contact-heading {
    font-size: 60px;
  }

  .contact-submit-button {
    max-width: none;
  }

  .tos-checkbox-wrap {
    margin-bottom: 20px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    max-width: none;
  }

  .blogpost4_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .blogpost4_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .blogpost4_author-wrapper {
    margin-bottom: 1rem;
  }

  .blogpost4_content-wrapper {
    grid-template-columns: 100%;
    justify-items: start;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blogpost4_content {
    width: 100%;
  }

  .blogpost4_newsletter {
    padding: 0;
  }

  .div-block-11 {
    flex-wrap: wrap;
  }

  .div-block-12 {
    width: 100%;
    padding-left: 0;
  }

  .div-block-13 {
    width: 98%;
    height: 400px;
    margin-bottom: 19px;
  }

  .div-block-13-c2 {
    width: 98%;
    height: 400px;
  }

  .div-block-13-c3 {
    width: 100%;
    height: 400px;
  }

  .heading-3 {
    margin-top: 33px;
  }

  .button-5 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-menu-3-c2 {
    background-color: var(--white);
    margin-left: auto;
    padding-top: 69px;
    padding-bottom: 69px;
    box-shadow: 3px 3px 60px #31346b24;
  }

  .list {
    padding-left: 25px;
  }

  ._50 {
    width: 100%;
  }

  .contact-grid-2 {
    grid-row-gap: 32px;
  }

  .contact-field-2 {
    border-radius: 20px;
    height: 60px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .contact-field-2.message {
    border-radius: 20px;
  }

  .contact-heading-2 {
    font-size: 36px;
    line-height: 52px;
  }

  .contact-submit-button-2 {
    border-radius: 20px;
    max-width: none;
  }

  .contact-submit-button-2:hover {
    background-color: var(--dodger-blue);
  }

  .pop-ua {
    padding-top: 121px;
    display: block;
  }

  .input-grid-karma {
    grid-template-columns: 1fr;
  }

  .field-wrap-karma {
    width: 100%;
  }

  .form-content-2 {
    width: 100%;
    padding: 16px;
  }

  .submit-button-karma {
    margin-left: auto;
    margin-right: auto;
    padding: 15px 39px;
  }

  .check-wrapper-karma {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-wrap-karma {
    margin-top: 60px;
  }

  .image-6 {
    display: block;
  }

  .heading-6 {
    text-align: left;
    padding-left: 15px;
    font-size: 33px;
  }

  .text-block-18 {
    padding-left: 15px;
  }

  .cloce {
    background-image: url('../images/close_500px.png');
    background-position: 50%;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .pop-ua-product {
    padding-top: 55px;
    display: none;
  }

  .textarea {
    text-transform: none;
    border: 1px #000;
    border-bottom: 1px solid #dfdfe8;
  }

  .textarea::placeholder {
    color: #aeafc5;
  }

  .botton {
    height: auto;
    padding: 12px;
    font-size: 10px;
    display: block;
  }

  .text-aji-1-c2 {
    font-size: 10px;
  }
}

#w-node-_7e796e87-2e48-f023-3806-4fa6c99191ec-d023151f, #w-node-_6b2445aa-c09f-578c-edb1-9a759f404c8b-d023151f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6b2445aa-c09f-578c-edb1-9a759f404ca4-d023151f {
    order: -9999;
  }
}


