:root {
  --dark-green: #1d6e3d;
  --aquamarine: #beffd8;
  --powder-blue: #ace8f8;
  --khaki: #ffda7a;
  --medium-slate-blue: #7f6cea;
  --medium-violet-red: #c10f65;
  --moccasin: #ffedbf;
}

.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

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

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

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

body {
  background-color: var(--dark-green);
  color: var(--dark-green);
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.section_home {
  color: var(--aquamarine);
  background-color: #1d6f3d;
  width: auto;
  height: auto;
  margin-bottom: -9vw;
  padding-top: 4vw;
}

.navbar-no-shadow {
  background-color: #1d6f3d;
  height: 64px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #beffd8;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Freckle Face, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

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

.container-1 {
  max-width: 100%;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.h1 {
  opacity: 1;
  color: #ffda7a;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Freckle Face, sans-serif;
  font-size: 5.7vw;
  font-weight: 400;
  line-height: 95%;
}

.h1.home {
  opacity: 0;
}

.h1.home._1 {
  opacity: 0;
  color: var(--powder-blue);
  margin-bottom: 16px;
  font-size: 2.2vw;
}

.div-block {
  width: 615px;
  margin-top: 60px;
}

.text-block {
  color: #beffd8;
  width: 615px;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.columns-1 {
  width: 100%;
  margin-top: 60px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 0;
  display: block;
  position: static;
}

.column {
  padding-left: 0;
  padding-right: 0%;
  position: static;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.button {
  color: #3f875c;
  text-align: center;
  background-color: #beffd8;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 1.5vw;
  padding: 1.5vw;
  font-family: Freckle Face, sans-serif;
  font-size: 1.5vw;
  line-height: 100%;
  transition: opacity .25s;
  display: inline-block;
  position: static;
}

.button:hover {
  opacity: .75;
}

.button.dark {
  background-color: var(--dark-green);
  color: var(--aquamarine);
}

.button._1 {
  margin-top: 0;
  padding-top: 1.7vw;
  padding-bottom: 1.7vw;
}

.youtube {
  border-radius: 8px;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0%;
}

.section_baby {
  opacity: 1;
  color: var(--dark-green);
  background-color: #ffda7a;
  height: auto;
  margin-top: 0;
  padding-top: 3.5vw;
  padding-bottom: 5vw;
}

.body {
  border-radius: 0;
}

.container-2 {
  width: auto;
  max-width: none;
  height: 100%;
  margin-left: 40px;
  margin-right: 40px;
}

.image-2 {
  width: 24vw;
  max-width: none;
  margin-top: -14vw;
  margin-left: 15vw;
}

.quick-stack {
  padding: 0;
}

.navbar-logo-left {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  height: auto;
  position: static;
  inset: 0% 0% auto;
}

.navbar-logo-left.features {
  background-color: var(--khaki);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5vw 0%;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

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

.navbar-brand-2 {
  width: 10vw;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav_link {
  color: var(--aquamarine);
  letter-spacing: .25px;
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 0;
  padding: .5vw 1vw;
  font-family: Freckle Face, sans-serif;
  font-size: 1.4vw;
  line-height: 20px;
  text-decoration: none;
  transition: opacity .25s;
  display: block;
}

.nav_link:hover {
  opacity: .75;
  color: var(--aquamarine);
  transform: scale3d(1.05, 1.05, 1.05);
}

.nav_link:focus-visible, .nav_link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav_link.btn {
  color: var(--khaki);
}

.nav_link.btn:hover {
  transform: none;
}

.nav_link.btn.footer_link {
  color: var(--powder-blue);
}

.nav_link.features {
  color: var(--dark-green);
}

.nav_link._1 {
  color: var(--medium-violet-red);
}

.nav_link.footer_link {
  color: var(--khaki);
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.text {
  opacity: 1;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.6vw;
  line-height: 150%;
}

.text._2 {
  color: #c10f65;
}

.text.footer {
  color: var(--aquamarine);
  padding-top: .5vw;
  padding-bottom: 0;
  font-size: 1.5vw;
}

.link-block {
  color: var(--khaki);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  opacity: .75;
  transform: scale(1.05);
}

.wrap_home {
  justify-content: space-between;
  padding-top: 4vw;
  display: flex;
}

.wrap_home._1 {
  opacity: 1;
  align-items: center;
  padding-top: 0;
}

.wrap_home.home {
  opacity: 0;
}

.div-block-2 {
  border-radius: 8px;
  width: 53%;
  overflow: hidden;
}

.block_home {
  opacity: 1;
  flex: 0 auto;
  width: 48%;
}

.block_home._1 {
  opacity: 0;
  width: 47%;
}

.block_home._2 {
  opacity: 0;
}

.h2 {
  margin-top: 0;
  margin-bottom: 1vw;
  font-family: Freckle Face, sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 95%;
}

.h2.yellow {
  opacity: 1;
  color: var(--khaki);
}

.h2.policy {
  margin-bottom: 1.5vw;
  font-size: 3.9vw;
}

.block_baby {
  width: 53%;
  padding-top: 6.5vw;
}

.section_abc {
  background-color: var(--khaki);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.abc_wrapper {
  grid-column-gap: .2vw;
  grid-row-gap: .2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2vw;
  display: grid;
}

.abc_block {
  background-color: #ffedbf;
  border-radius: 12px;
  margin-top: 0;
  padding: 2vw;
}

.abc_block._1, .abc_block._2, .abc_block._3, .abc_block._4, .abc_block._5, .abc_block._6, .abc_block._7, .abc_block._8, .abc_block._9 {
  opacity: 0;
}

.abc_img {
  width: 6vw;
  max-width: 5vw;
  height: 6vw;
  max-height: 6.2vw;
  display: block;
}

.h3 {
  color: var(--medium-slate-blue);
  margin-top: 1.5vw;
  margin-bottom: .7vw;
  font-family: Freckle Face, sans-serif;
  font-size: 2.2vw;
  font-weight: 400;
  line-height: 95%;
}

.h3.light {
  color: var(--moccasin);
  margin-top: 0;
  line-height: 95%;
}

.section_journey {
  background-color: var(--medium-slate-blue);
  color: var(--powder-blue);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.features_body {
  background-color: var(--khaki);
}

.body_privacy {
  background-color: var(--medium-slate-blue);
}

.section_privacy {
  color: var(--moccasin);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.block_policy {
  width: 54%;
}

.press_wrap {
  justify-content: space-between;
  align-items: center;
  padding-top: 3vw;
  display: flex;
}

.press_wrap._1 {
  align-items: flex-start;
}

.press_block {
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 41%;
  display: flex;
}

.press_block.baby {
  justify-content: flex-start;
  align-items: center;
  height: 38vw;
  overflow: hidden;
}

.baby_img {
  margin-bottom: 10vw;
}

.press_sm_block {
  padding-bottom: 3.8vw;
}

.press_sm_block.span {
  background-color: #715bea;
  border-radius: 12px;
  margin-bottom: 3.8vw;
  padding: 1.3vw;
}

.press_sm_block.span._1 {
  margin-bottom: 1.3vw;
}

.press_sm_block._1 {
  padding-bottom: 1.3vw;
}

.footer {
  background-color: var(--dark-green);
  color: var(--khaki);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.block_footer {
  width: 66%;
  padding-top: 2.5vw;
}

.form {
  background-color: #25854b;
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2.7vw;
  padding: 2.2vw;
  display: flex;
}

.div-block-3 {
  flex: 1;
  align-items: center;
  padding-top: 1vw;
  display: flex;
}

.text-field {
  z-index: 99;
  border: 4px solid var(--aquamarine);
  background-color: #1d6e3d;
  border-radius: 16px;
  flex: 0 auto;
  width: 25vw;
  height: auto;
  margin-bottom: 0;
  margin-right: .5vw;
  padding: 1.3vw;
  font-size: 1.5vw;
  line-height: 95%;
  position: relative;
}

.text-field::placeholder {
  background-color: #0000;
  font-size: 1.5vw;
}

.html-embed {
  display: none;
}

.image-3 {
  opacity: 1;
  width: 100%;
}

.cry_baby {
  width: 85%;
  height: 38vw;
}

.happy_baby {
  flex: 0 auto;
  width: 85%;
  max-width: none;
  height: 38vw;
  display: none;
}

.happy_baby.thank-you {
  display: none;
}

.link {
  color: var(--moccasin);
  font-weight: 600;
  text-decoration: none;
}

.footer_block {
  justify-content: space-between;
  align-items: center;
  padding-top: 5vw;
  display: flex;
}

.footer_links {
  align-items: center;
  display: flex;
}

.social_links {
  margin-left: 0;
  margin-right: 0;
}

.social_links.press_links {
  padding-top: 1.2vw;
}

.social_link {
  transform-style: preserve-3d;
  width: 2.2vw;
  height: 2.2vw;
  margin-left: .2vw;
  margin-right: .2vw;
}

.social_link:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}

.footer_small {
  padding-top: 0;
  padding-bottom: 4vw;
}

.form-block {
  z-index: 999;
  margin-bottom: 1vw;
  position: relative;
}

.thank-you {
  width: 85%;
  height: 38vw;
  display: none;
}

.success-message {
  background-color: var(--dark-green);
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.image-4 {
  width: 100%;
}

.image-5 {
  width: 100px;
}

.image-6 {
  width: 2.5vw;
}

.div-block-4 {
  align-items: center;
  padding-top: 1vw;
  display: flex;
}

.html-embed-2 {
  cursor: pointer;
  width: 17vw;
  margin-left: 1vw;
  margin-right: auto;
  transition: opacity .25s;
}

.html-embed-2:hover {
  opacity: .75;
}

.html-embed-2._2 {
  margin-left: 4.5vw;
}

.code-embed {
  width: 17vw;
}

.code-embed-2 {
  background-color: #fff;
  width: 100%;
  margin-bottom: 2vw;
}

.logo_product {
  width: 66%;
  margin-top: 3vw;
}

.prodact_of_day {
  width: 55%;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.press_logos_wrap {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 94%;
  padding-top: 1.3vw;
  display: grid;
}

@media screen and (max-width: 991px) {
  .section_home {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .container-1 {
    max-width: none;
  }

  .h1 {
    font-size: 9vw;
  }

  .button {
    padding: 2.8vw;
    font-size: 2.9vw;
    line-height: 100%;
  }

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

  .container {
    max-width: none;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav_link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav_link.btn {
    font-size: 2vw;
  }

  .nav_link.footer_link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2vw;
    line-height: 100%;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .text {
    font-size: 2.9vw;
  }

  .wrap_home {
    flex-direction: column;
  }

  .div-block-2 {
    width: 100%;
  }

  .block_home {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 5vw;
    display: flex;
  }

  .block_home._1 {
    width: 100%;
  }

  .h2 {
    margin-bottom: 1vw;
    font-size: 7vw;
  }

  .h2.policy {
    font-size: 7vw;
  }

  .block_baby {
    width: 100%;
    padding-top: 0;
  }

  .abc_wrapper {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    grid-template-columns: 1fr 1fr;
  }

  .h3 {
    font-size: 4vw;
  }

  .block_policy {
    width: 100%;
  }

  .press_wrap {
    flex-direction: column;
  }

  .press_block {
    width: 0%;
  }

  .press_block._1 {
    width: 50%;
  }

  .press_block.baby {
    display: none;
  }

  .baby_img {
    display: block;
  }

  .block_footer, .image-3 {
    width: 100%;
  }

  .cry_baby, .happy_baby, .mb_screen, .menu_close {
    display: none;
  }

  .footer_block {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_links {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .social_links {
    display: flex;
  }

  .social_link {
    width: 4.5vw;
    height: 4.5vw;
    margin-left: .5vw;
    margin-right: .5vw;
    display: flex;
  }

  .logo_product, .prodact_of_day {
    width: 43%;
  }

  .press_logos_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav_link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .logo_product, .prodact_of_day {
    width: 43%;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 0;
  }

  .section_home {
    margin-bottom: 0;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .h1 {
    word-break: break-all;
    height: auto;
    margin-top: 0;
    font-size: 14vw;
    line-height: 90%;
  }

  .h1.home._1 {
    font-size: 6vw;
  }

  .button {
    border-radius: 16px;
    padding: 3.75vw 6.5vw;
    font-size: 5.6vw;
    line-height: 100%;
  }

  .button.dark.watch {
    width: 100%;
    margin-top: 0;
  }

  .button._1 {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
  }

  .button._1.send {
    width: 100%;
    margin-top: 8px;
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
  }

  .youtube {
    z-index: 1;
    background-image: none;
    background-size: auto;
    width: 100%;
    height: 50vw;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .section_baby {
    padding-top: 20vw;
    padding-bottom: 15vw;
  }

  .image-2 {
    width: 45%;
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-logo-left {
    z-index: 99999;
    height: 7vh;
    position: relative;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 999;
  }

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

  .navbar-brand-2 {
    width: 25vw;
  }

  .navbar-brand-2.w--current {
    width: 30vw;
  }

  .navbar-brand-2._1 {
    width: 45vw;
    margin-left: 5px;
    padding-left: 0;
  }

  .nav-menu-wrapper-2 {
    z-index: 9999;
    background-color: var(--medium-slate-blue);
    height: 92vh;
    position: absolute;
    inset: 8vh 0% 0%;
  }

  .nav-menu-two {
    z-index: 999;
    background-color: var(--medium-slate-blue);
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    position: relative;
    inset: 0%;
  }

  .nav_link {
    padding-top: 3.75vw;
    padding-bottom: 3.75vw;
    font-size: 24px;
  }

  .nav_link.btn {
    padding-left: 5px;
    padding-right: 10px;
    font-size: 24px;
  }

  .nav_link.footer_link {
    font-size: 16px;
  }

  .mobile-margin-top-11 {
    margin-top: 0;
  }

  .menu-button-2 {
    background-color: var(--khaki);
    border-radius: 100px;
    justify-content: center;
    align-items: flex-end;
    width: 10vw;
    height: 10vw;
    padding: 0;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: var(--khaki);
    width: 10vw;
    height: 10vw;
  }

  .text {
    font-size: 5.6vw;
  }

  .text._2 {
    font-size: 4.5vw;
  }

  .text.footer {
    font-size: 5.6vw;
  }

  .wrap_home.home {
    opacity: 0;
  }

  .div-block-2 {
    z-index: 1;
    height: 50vw;
    position: static;
  }

  .block_home {
    padding-bottom: 12.5vw;
  }

  .h2 {
    margin-bottom: 3.75vw;
    font-size: 10vw;
  }

  .h2.policy {
    word-break: break-all;
    margin-bottom: 6.25vw;
    font-size: 13.2vw;
  }

  .section_abc {
    padding-top: 10vw;
    padding-bottom: 18.5vw;
  }

  .abc_wrapper {
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    justify-content: space-around;
    place-items: stretch stretch;
    width: 100%;
    margin-bottom: 10vw;
  }

  .abc_block {
    padding: 5vw;
  }

  .abc_img {
    width: 14vw;
    max-width: 14vw;
    height: 15vw;
    max-height: 15vw;
  }

  .h3 {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 6vw;
  }

  .press_block._1 {
    width: 100%;
  }

  .press_sm_block {
    padding-bottom: 15vw;
  }

  .press_sm_block.span {
    padding: 6vw;
  }

  .press_sm_block.span._1 {
    margin-bottom: 7.5vw;
  }

  .press_sm_block._1 {
    padding-bottom: 7.5vw;
  }

  .form {
    margin-top: 12.5vw;
    padding: 3.75vw;
  }

  .div-block-3 {
    flex-direction: column;
    width: 100%;
    padding-top: 3.75vw;
  }

  .text-field {
    width: 100%;
    margin-right: 0;
    padding: 3.75vw;
    font-size: 5.6vw;
  }

  .text-field::placeholder {
    font-size: 5.6vw;
  }

  .link {
    word-break: break-all;
  }

  .icon {
    flex: none;
  }

  .menu_close {
    display: none;
  }

  .footer_block {
    padding-top: 10vw;
  }

  .footer_links {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 3vw;
    padding-bottom: 5vw;
  }

  .social_links.press_links {
    padding-top: 5vw;
  }

  .social_link {
    width: 10.6vw;
    height: 10.6vw;
    margin-left: 1.25vw;
    margin-right: 1.25vw;
  }

  .image-6 {
    width: 8vw;
  }

  .video {
    z-index: 0;
    display: flex;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 7.5vw;
    display: flex;
  }

  .html-embed-2 {
    width: 60%;
    margin-top: 3vw;
    margin-left: 0;
  }

  .html-embed-2._2 {
    width: 47%;
    margin-top: 0;
  }

  .code-embed-2 {
    margin-bottom: 5vw;
  }

  .logo_product {
    width: 87%;
    margin-top: 5vw;
  }

  .prodact_of_day {
    width: 88%;
  }

  .press_logos_wrap {
    grid-column-gap: 3.5vw;
    grid-row-gap: 3.5vw;
    flex-flow: column;
    padding-top: 3.5vw;
    display: flex;
  }
}

