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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0f0d25;
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0f0d25;
  font-size: 40px;
  line-height: 45px;
  font-weight: 900;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #0f0d25;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #0f0d25;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
}

a {
  color: #0f0d25;
  text-decoration: underline;
}

li {
  color: #fff;
}

.nav-cont {
  max-width: 1600px;
}

.navbar {
  padding-right: 90px;
  padding-left: 90px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.cont-1600 {
  position: relative;
  z-index: 1;
  max-width: 1600px;
}

.section {
  padding: 90px;
}

.section.icons {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e0dede;
  color: #333;
}

.section.icons.light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#98c360), to(#98c360));
  background-image: linear-gradient(180deg, #98c360, #98c360);
}

.section.bg-section {
  background-color: #f0f6ff;
}

.section.blue {
  background-color: #fff;
}

.section.light-blue {
  background-color: #f0f6ff;
}

.section.light-blue.rel {
  background-color: #f0f6ff;
}

.section.dark-blue {
  background-color: #0e123c;
}

.section.dark-blue.rel {
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}

.section.hero {
  background-color: #fff;
}

.section.rel {
  position: relative;
  overflow: hidden;
}

.section.hero {
  min-height: 100vh;
  padding-bottom: 40px;
  background-color: #f5f6f8;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 6%;
  grid-auto-columns: 1fr;
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-title-wrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-horizontal.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-horizontal.space-between.align-center {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.hero-icon-section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-img-wrapper {
  position: relative;
}

.primary-button {
  padding: 25px 60px;
  border-radius: 12px;
  background-color: #0357c5;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
}

.primary-button:hover {
  background-color: #93c05d;
}

.primary-button.nav {
  margin-left: 14px;
  padding: 12px 17px;
  font-size: 15px;
}

.primary-button.pricing-button {
  margin-right: 30px;
  margin-left: 30px;
  background-color: #94c15d;
}

.primary-button.pricing-button:hover {
  background-color: #0357c5;
}

.primary-button.mt-10 {
  margin-top: 10px;
}

.primary-button.centered {
  text-align: center;
}

.primary-button.mt-30 {
  margin-top: 30px;
}

.heading {
  font-family: Lato, sans-serif;
}

.icon-text {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #003882;
  font-size: 16px;
  font-weight: 600;
}

.arrow {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.small-text {
  margin-top: 2px;
  margin-left: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #0f0d25;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.small-text.white {
  margin-left: 36px;
  color: #f0f6ff;
}

.small-text.margin-left-adjust {
  margin-left: 10px;
}

.hero-title {
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 30px;
  text-align: left;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._60-day-img {
  position: absolute;
  left: auto;
  top: -6px;
  right: -6%;
  width: 37%;
}

.text-block {
  color: #000;
}

.icon-block {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: rgba(19, 26, 49, 0.31);
  border-radius: 8px;
  background-color: rgba(3, 87, 197, 0.08);
  box-shadow: 6px 10px 10px -7px rgba(13, 17, 32, 0.51);
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.icon-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-nopadding {
  overflow: hidden;
}

.sub-section-grid {
  grid-auto-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background-color: #465971;
}
.sub-section-grid-benefits {
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns:1fr 1fr;
    grid-template-columns:1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    background-color: #465971;
  }
.right-text-wrapper {
  position: relative;
  padding: 30px 60px;
}

.left-text-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px 60px;
  background-color: #eaf1ff;
}

.image-1 {
  max-width: none;
  border-radius: 0px;
  background-image: url('../images/Are_You_Prepared.png');
  background-position: 0px 0px;
  background-size: cover;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 40% 50%;
  object-position: 40% 50%;
}

.image-2 {
  position: relative;
  z-index: 1;
  background-image: url('../images/brain_neurotransmitters.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.image-3 {
  position: relative;
  z-index: 1;
  background-image: url('../images/crisis_mode_700_900.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.cont-1920 {
  max-width: 1920px;
}

.grid {
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

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

.heading-2-copy {
  text-align: center;
}

.ingredient-title {
  max-width: 760px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}

.ingredient-title.center {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

._w-50 {
  width: 75%;
}

._w-50.center {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-title {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  line-height: 45px;
  text-align: center;
}

.section-title._2 {
  max-width: 830px;
}

.section-title.black {
  color: #0f0d25;
}

.section-title.black.text-left {
  margin-left: 0px;
  text-align: left;
}

.section-title.black.mb-30 {
  margin-bottom: 30px;
}

.cards {
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #f9f2e7;
}

.card-text {
  color: #434343;
  font-size: 17px;
  line-height: 20px;
}

.beneifits-grid {
  margin-top: 75px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-columns: 1fr 1.5fr 1fr;
  grid-template-columns: 1fr 1.5fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.slider {
  height: auto;
  padding: 43px 80px;
  background-color: transparent;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 270px;
  background-color: #373666;
  font-size: 19px;
  font-weight: 400;
  text-align: center;
}

.testimonial-card {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 14px;
  background-color: #465971;
  color: #fff;
  text-align: center;
}

.testimonial-card-img {
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 13px;
  margin-left: auto;
  border-radius: 120px;
}

.testimonial-text {
  margin-bottom: 20px;
  color: #f0f6ff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.caption {
  font-family: 'Open Sans', sans-serif;
  color: #f0f6ff;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.testimonial-title {
  margin-bottom: 9px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 51px;
  font-weight: 900;
}

.testimonial-img1 {
  width: 150px;
  height: 150px;
  margin: 10px auto 40px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 280px;
  background-image: url('../images/Bill_picture.png'), url('../images/cyOKLSgkgCE.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: 150px 140px, cover;
  background-repeat: repeat, no-repeat;
}

.testimonial-img2 {
  width: 150px;
  height: 150px;
  margin: 10px auto 40px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 280px;
  background-image: url('../images/pAtA8xe_iVM.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-img3 {
  width: 150px;
  height: 150px;
  margin: 10px auto 40px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 280px;
  background-image: url('../images/mature_woman_headshot_280.png'), url('../images/IhuHLIxS_Tk.png');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.testimonial-img4 {
  width: 150px;
  height: 150px;
  margin: 10px auto 40px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 280px;
  background-image: url('../images/Becky_B_250_headshotpng.png'), url('../images/6anudmpILw4.png');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
}

.text-block-2 {
  font-family: Lato, sans-serif;
}

.card-title {
  color: #0f0d25;
}

.red-highlight {
  color: #d2242b;
}

.text-span-2 {
  color: #d2232a;
}

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

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.card-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
}

.ingredient-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 20px;
  background-color: #e5eeff;
  box-shadow: 0 8px 20px 0 rgba(10, 11, 30, 0.34);
}

.ingred-img-wrapper {
  height: 290px;
  margin: -20px -20px 20px;
}

.ingred-img {
  width: 100%;
  height: 100%;
  max-width: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.ingred-card-text {
  font-size: 17px;
  line-height: 24px;
}

.pricing-grid {
  z-index: 1;
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #f0f6ff;
  text-align: center;
}

.pricing-card.smaller {
  width: 87%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-card.smaller:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.pricing-card.big {
  width: 89%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pricing-card.big:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pricing-block {
  margin-top: 0px;
  margin-bottom: 12px;
}

.option-wrapper {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffe20a;
}

.option-wrapper.blue {
  margin-top: 33px;
  background-color: transparent;
  color: #0357c5;
}

.option-wrapper.blue.no-margin {
  margin-top: -23px;
}

.pricing-img-wrapper {
  width: 100%;
  margin: 30px auto;
}

.pricing-img-wrapper._2 {
  width: 100%;
  margin-bottom: 0px;
}

.options-text {
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0px;
}

.options-text.blue {
  font-size: 20px;
  font-weight: 900;
}

.image-9 {
  width: auto;
  margin-left: 24px;
}

.pricing-title-wrapper {
  margin-right: -20px;
  margin-left: -20px;
  border-radius: 20px 20px 0px 0px;
  background-color: #0357c5;
  text-align: center;
}

.pricing-card-title {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  font-weight: 900;
}

.pricing-caption {
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.regular-price {
  font-family: Lato, sans-serif;
  color: #0f0d25;
  font-weight: 400;
}

.price-text {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0f0d25;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.text-span-3 {
  text-decoration: line-through;
}

.capsule-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #0357c5;
  font-weight: 700;
}

.dark-div {
  background-color: #fff;
}

.div-block {
  background-color: #102747;
}

.white {
  color: #fff;
}

.blue-highlight {
  color: #0357c5;
  font-weight: 700;
}

.green-design1 {
  position: absolute;
  left: auto;
  top: -15%;
  right: -75px;
  bottom: auto;
  width: 125px;
}

.blue-design1 {
  position: absolute;
  left: -82px;
  top: auto;
  right: auto;
  bottom: 6%;
  width: 125px;
}

.green-design2 {
  position: absolute;
  left: 0%;
  top: -86px;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 125px;
}

.green-design4 {
  position: absolute;
  left: -4%;
  top: 5%;
  right: auto;
  bottom: auto;
  width: 150px;
  opacity: 1;
}

.blue-design4 {
  position: absolute;
  left: auto;
  top: auto;
  right: -62px;
  bottom: -7%;
  width: 150px;
  opacity: 1;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 83%;
  right: -62%;
  bottom: auto;
  display: block;
  width: 160%;
  height: 50%;
  background-color: #142f58;
  opacity: 1;
  -webkit-transform: perspective(275px);
  transform: perspective(275px);
}

.nav-link {
  color: #0f0d25;
}

.bold-text {
  font-size: 21px;
  font-weight: 800;
}

.div-block-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 55%;
  background-color: #465971;
}

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

.center-div.mt-60 {
  margin-top: 60px;
}

.g-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-4 {
  max-width: 900px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-span-4 {
  color: #0357c5;
}

.paragraph {
  text-align: left;
}

.blue-dots-2 {
  position: absolute;
  left: 0%;
  top: 27px;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 110px;
}

.div-block-5 {
  position: relative;
}

.image-10 {
  position: relative;
}

.green-dots-2 {
  position: absolute;
  left: 323.589px;
  top: 303px;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 110px;
}

.div-block-6 {
  position: static;
  margin-left: 23px;
}

.footer {
  padding: 60px 90px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0e123c;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.footer-logo-link {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-image {
  margin-left: -19px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin: 0px 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

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

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.div-block-9 {
  width: 80px;
}

.footer-caption {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 17px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 19px;
  font-style: normal;
  font-weight: 300;
  text-align: justify;
}

.text-block-3 {
  margin-top: 9px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.div-block-11 {
  width: 170px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.image-11 {
  margin-top: 7px;
  margin-left: 0px;
}

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

.text-block-4 {
  font-size: 13px;
  font-weight: 300;
}

.brand {
  margin-top: 0px;
  margin-left: -5px;
  padding: 5px;
}

.image-12 {
  width: auto;
}

.free-text {
  font-family: Lato, sans-serif;
  color: #0f0d25;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0px;
}

.free-text.blue {
  font-size: 20px;
  font-weight: 900;
}

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

.subsection-text {
  color: #0f0d25;
  font-size: 17px;
  line-height: 24px;
}

.subsection-text.white {
  color: #f0f6ff;
}

.subsection-text.box-highlight {
  margin-right: -10px;
  margin-left: -10px;
  padding: 5px 10px;
  border-left: 4px solid #014dc3;
  background-color: #dfeaff;
  color: #18458b;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
}

.white-copy {
  color: #fff;
}

.subsection-title {
  font-size: 34px;
  line-height: 38px;
}

.dropdown {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  background-color: #0e123c;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-toggle {
  display: block;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #f0f6ff;
  font-size: 21px;
  font-weight: 600;
}

.dropdown-list {
  position: static;
}

.dropdown-list.w--open {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d7d7;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background-color: #fff;
}

.text-span-6 {
  display: inline-block;
  margin-top: -20px;
}

.list-item {
  color: #fff;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

.button {
  position: static;
  float: none;
  background-color: #0ab21b;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-8 {
  color: #0f0d25;
  font-size: 19px;
}

.text-block-9 {
  color: #0f0d25;
  font-size: 19px;
}

.text-block-10 {
  color: #0f0d25;
  font-size: 19px;
}

.div-block-15 {
  background-color: #66f309;
}

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

.list-item-2 {
  font-size: 19px;
}

.list-item-3 {
  font-size: 19px;
}

.list-item-4 {
  font-size: 19px;
}

.block-quote {
  font-size: 28px;
  text-align: center;
}

.list-2 {
  margin-top: 60px;
}

.paragraph-5 {
  padding-top: 20px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  p {
    font-size: 15px;
    line-height: 24px;
  }

  .navbar {
    margin-top: -7px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    padding: 60px 30px;
  }

  .section.icons {
    padding: 60px 30px 90px;
  }

  .section.bg-section {
    padding: 60px 30px;
  }

  .section.dark-blue.rel {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.hero {
    padding: 30px;
  }

  .hero-grid {
    grid-column-gap: 30px;
  }

  .primary-button.pricing-button {
    margin-right: auto;
    margin-left: auto;
    padding: 16px 44px;
    font-size: 15px;
  }

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

  .hero-title {
    font-size: 33px;
    line-height: 33px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #d6e3f7;
    text-align: left;
  }

  .icon-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
  }

  .sub-section-grid-benefits,.sub-section-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .right-text-wrapper {
    padding: 30px;
  }

  .left-text-wrapper {
    padding: 30px;
  }

  .image-1 {
    background-position: 20% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .card-text {
    font-size: 15px;
  }

  .beneifits-grid {
    margin-top: 50px;
  }

  .testimonial-text {
    font-size: 20px;
    line-height: 28px;
  }

  .caption {
    font-size: 14px;
  }

  .testimonial-title {
    font-size: 40px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .card-grid {
    grid-column-gap: 15px;
  }

  .ingred-img-wrapper {
    height: 200px;
    margin-bottom: 10px;
  }

  .ingred-card-text {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
  }

  .pricing-grid {
    justify-items: center;
    grid-column-gap: 0px;
  }

  .pricing-card.smaller {
    width: 86%;
  }

  .pricing-card.big {
    width: 100%;
  }

  .pricing-block {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .option-wrapper.blue {
    margin-top: 15px;
  }

  .option-wrapper.blue.no-margin {
    margin-top: -24px;
    margin-bottom: 10px;
  }

  .pricing-img-wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .pricing-img-wrapper._2 {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }

  .options-text {
    font-size: 14px;
    line-height: 16px;
  }

  .options-text.blue {
    margin-top: 7px;
    font-size: 17px;
  }

  .image-9 {
    margin-left: 19px;
  }

  .pricing-card-title {
    font-size: 20px;
    line-height: 40px;
  }

  .regular-price {
    font-size: 14px;
  }

  .price-text {
    font-size: 40px;
  }

  .green-design1 {
    top: -46%;
  }

  .blue-design1 {
    display: none;
  }

  .green-design2 {
    left: auto;
    top: auto;
    right: -11%;
    bottom: -9%;
  }

  .nav-link {
    margin-top: -6px;
  }

  .center-div.mt-60 {
    margin-top: 30px;
  }

  .g-grid {
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .blue-dots-2 {
    top: 8px;
    width: 90px;
  }

  .green-dots-2 {
    left: 71%;
    top: 128px;
    width: 90px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-heading {
    margin-bottom: 8px;
  }

  .div-block-8 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .brand.w--current {
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 18px;
  }

  .menu-button {
    margin-bottom: 0px;
    padding: 30px 30px 20px;
  }

  .menu-button.w--open {
    margin-top: 0px;
    padding-right: 30px;
    background-color: #d6e3f7;
  }

  .image-13 {
    padding-top: 5px;
  }

  .free-text {
    font-size: 25px;
    line-height: 16px;
  }

  .free-text.blue {
    margin-top: 3px;
    font-size: 17px;
  }

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

  .text-span-6 {
    margin-top: -10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    overflow: hidden;
    padding: 30px 15px;
  }

  .section.icons {
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.light-blue.rel {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-grid {
    margin-top: 0%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .hero-title-wrapper {
    margin-top: 15px;
  }

  .hero-img-wrapper {
    width: 230px;
  }

  .primary-button.pricing-button {
    width: 70%;
  }

  .icon-text {
    font-size: 13px;
  }

  .hero-title {
    font-size: 40px;
    line-height: 36px;
  }

  .icon-block {
    margin-right: 5px;
    margin-left: 5px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
  }

  .sub-section-grid-benefits, .sub-section-grid {
    grid-auto-flow: row;
    grid-auto-rows: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .image-1 {
    height: 60vw;
  }

  .image-2 {
    height: 60vw;
  }

  .image-3 {
    height: 60vw;
  }

  .section-title {
    line-height: 40px;
  }

  .section-title.black.text-left {
    text-align: left;
  }

  .beneifits-grid {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .slider {
    padding: 20px 40px;
  }

  .testimonial-card {
    padding: 15px;
  }

  .testimonial-text {
    font-size: 17px;
    line-height: 24px;
  }

  .testimonial-title {
    font-size: 30px;
  }

  .testimonial-img1 {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .card-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid {
    margin-top: 30px;
    justify-items: center;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-card.smaller {
    width: 350px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .pricing-card.big {
    width: 350px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pricing-card.big:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .option-wrapper.blue {
    margin-top: 0px;
  }

  .option-wrapper.blue.no-margin {
    margin-top: -7px;
    margin-bottom: 20px;
  }

  .pricing-img-wrapper {
    width: 190px;
    margin: 15px auto;
  }

  .pricing-img-wrapper._3 {
    width: 180px;
  }

  .pricing-img-wrapper._2 {
    width: 290px;
  }

  .options-text.blue {
    font-size: 19px;
  }

  .image-9 {
    margin-left: 16px;
  }

  .pricing-card-title {
    font-size: 24px;
  }

  .green-design1 {
    top: 18%;
    right: -95px;
  }

  .green-design4 {
    left: -4%;
    top: -1%;
    width: 90px;
  }

  .blue-design4 {
    right: -30px;
    bottom: 0%;
    width: 90px;
  }

  .center-div.mt-60 {
    margin-top: 0px;
  }

  .g-grid {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .green-dots-2 {
    left: 56%;
    top: 99px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

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

  .left-arrow {
    left: -27px;
  }

  .right-arrow {
    right: -27px;
  }

  .image-12 {
    width: auto;
  }

  .free-text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 29px;
  }

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

  .dropdown-toggle {
    font-size: 19px;
    white-space: normal;
  }

  .text-span-5 {
    display: inline-block;
  }

  .text-span-6 {
    margin-top: -10px;
  }

  .list {
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .nav-cont {
    margin-top: 0px;
    padding-top: 0px;
  }

  .navbar {
    margin-top: -7px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.icons {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .section.bg-section {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section.light-blue.rel {
    padding-bottom: 30px;
  }

  .section.hero {
    padding-right: 15px;
    padding-left: 15px;
  }

  .hero-icon-section {
    margin-right: 13px;
    padding-right: 0px;
  }

  .primary-button.pricing-button {
    width: 100%;
  }

  .icon-text {
    font-size: 13px;
  }

  .small-text {
    margin-left: 41px;
    font-size: 12px;
  }

  .small-text.white {
    margin-left: 39px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 34px;
    text-align: center;
  }

  .icon-block {
    width: 40%;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    line-height: 16px;
  }

  .icon-section-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sub-section-grid-benefits, .sub-section-grid {
    grid-auto-rows: 1fr;
  }

  .right-text-wrapper {
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .left-text-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .image-1 {
    height: 70vw;
    background-size: cover;
  }

  .image-2 {
    height: 100vw;
    background-image: url('../images/brain_neurotransmitters.png'), url('../images/chart-crop2-min.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: cover, cover;
    background-repeat: repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .image-3 {
    height: 70vw;
    background-image: url('../images/Screen-Shot-2021-12-31-at-10.09.54-AM.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0px 0px, 26% 50%;
    background-size: cover, 700px 900px;
    background-repeat: repeat, no-repeat;
  }

  .section-title {
    font-size: 28px;
    line-height: 32px;
  }

  .testimonial-text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .testimonial-title {
    font-size: 22px;
    line-height: 30px;
  }

  .card-title {
    font-size: 18px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    grid-row-gap: 30px;
  }

  .pricing-card.smaller {
    width: 100%;
  }

  .pricing-card.big {
    width: 100%;
  }

  .pricing-img-wrapper {
    width: 100%;
  }

  .pricing-img-wrapper._3 {
    width: 100%;
  }

  .pricing-img-wrapper._2 {
    width: 100%;
  }

  .image-9 {
    margin-left: 11px;
  }

  .pricing-card-title {
    line-height: 45px;
  }

  .green-design1 {
    left: -19%;
    top: -45%;
    right: auto;
    bottom: auto;
    display: none;
  }

  .green-design2 {
    right: -18%;
  }

  .green-design4 {
    left: -12%;
    top: -3%;
  }

  .g-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .green-dots-2 {
    left: 81%;
    top: 182px;
  }

  .div-block-6 {
    margin-left: 0px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-image {
    margin-left: 0px;
  }

  .footer-heading {
    margin-top: 10px;
    margin-left: 0px;
  }

  .div-block-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-caption {
    margin-left: 0px;
  }

  .div-block-12 {
    margin-left: 0px;
  }

  .brand.w--current {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .image-13 {
    margin-top: 7px;
  }

  .free-text.blue {
    font-size: 18px;
  }

  .subsection-text {
    line-height: 22px;
  }

  .subsection-text.white {
    line-height: 22px;
  }

  .subsection-title {
    font-size: 29px;
    line-height: 35px;
  }

  .subsection-title.white {
    font-size: 29px;
    line-height: 35px;
  }

  .bold-text-2 {
    font-size: 17px;
  }

  .dropdown-toggle {
    font-size: 16px;
  }

  .text-span-6 {
    margin-top: -14px;
  }
}

#w-node-e876b1a4-34f7-ecdd-b5fe-6811bee894ff-74643531 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_912e6596-0a91-51bc-b562-e6c79ecea51a-74643531 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_12a89a1a-85b5-718b-ce65-91913d743c38-74643531 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f636515c-ceb6-23a6-8e9a-27cb396c3bd1-74643531 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-c4717c56-2148-1026-4913-27f09faa5bff-74643531 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_136b3892-8c52-abd0-6744-872d86df8242-74643531 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_5c3f99b6-0c8b-1b5f-924e-791f9c598e9b-74643531 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_4ee469f4-f2e7-0bce-cfe4-2798fdbf311a-74643531 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-fbb79dac-1e63-bb33-b69e-89a8fb5b2c05-74643531 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e876b1a4-34f7-ecdd-b5fe-6811bee894ff-74643531 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-_912e6596-0a91-51bc-b562-e6c79ecea51a-74643531 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-fbb79dac-1e63-bb33-b69e-89a8fb5b2c05-74643531 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4ee469f4-f2e7-0bce-cfe4-2798fdbf311a-74643531 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}