:root {
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-primary-base: #642eff;
  --flowui-component-library-primary-dark: #2d0896;
  --flowui-component-library-gray-500: #6b7094;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-900: #160042;
}

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

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

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

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

.navbar-logo-center {
  border-bottom: 1px solid #757575;
  margin-bottom: 30px;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  border-bottom: 1px solid silver;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: block;
}

.container {
  justify-content: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.one-time-price-container {
  margin-top: 80px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

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

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

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

.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: rgba(26, 27, 31, .75);
}

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

.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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.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: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #212529;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f8ab1f;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 56px;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-primary:hover, .button-primary:active {
  color: #212529;
  background-color: #91bd70;
}

.button-primary.hero-button {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

.image {
  max-height: 85px;
}

.paragraph {
  max-width: 750px;
}

.div-block {
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.heading {
  text-align: center;
}

.paragraph-copy {
  max-width: 750px;
  padding-top: 30px;
  font-size: 24px;
  line-height: 28px;
}

.button {
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.button-copy {
  clear: none;
  background-color: #3898ec;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 15px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

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

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 104px;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-3 {
  max-height: 100px;
}

.paragraph-3 {
  color: #b8b8b8;
  border: 1px #b1b1b1;
  max-width: 800px;
  margin-top: 20px;
}

.text-span {
  color: #df9a1b;
  text-decoration: underline;
}

.heading-copy {
  text-align: center;
  font-size: 27px;
  line-height: 30px;
}

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

.paragraph-copy-copy {
  color: #646464;
  max-width: 750px;
  padding-top: 30px;
  font-size: 18px;
  line-height: 28px;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.image-4 {
  max-height: 150px;
}

.div-block-3 {
  justify-content: center;
  display: flex;
}

.div-block-4 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 0;
}

.div-block---3---clone {
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.button-red {
  background-color: #ec3838;
  justify-content: center;
  align-items: center;
  min-width: 230px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

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

.bold-text {
  color: #555;
}

.text-span-3 {
  color: #ff0505;
  font-size: 24px;
}

.bold-text-2 {
  color: #646464;
  font-size: 20px;
}

.text-span-4 {
  color: #50b100;
}

.bold-text-3, .bold-text-4 {
  font-size: 20px;
}

.div-block-copy {
  float: none;
  clear: none;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: relative;
}

.navbar-logo-center-container-copy {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-copy.shadow-three {
  border-bottom: 1px solid silver;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: block;
}

.navbar-logo-center-container-copy.shadow-three-copy {
  border-bottom: 1px silver;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.heading-2 {
  font-size: 28px;
}

.heading-3 {
  color: #df0000;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 400;
}

.text-span-5 {
  color: #949494;
  text-decoration: line-through;
}

.heading-4 {
  font-size: 30px;
}

.link {
  color: #4267b2;
  text-align: left;
  font-weight: 700;
  text-decoration: none;
}

.link-copy {
  color: #405cb3;
  text-align: left;
  font-size: 22px;
  line-height: 22px;
}

.button-2 {
  text-align: center;
  background-color: #00c249;
  margin-top: 25px;
  font-size: 30px;
  line-height: 45px;
  transition: opacity .2s;
  display: block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.body {
  outline-offset: 0px;
  outline: 3px solid #333;
}

.div-block-5 {
  justify-content: center;
  display: flex;
}

.div-block-6 {
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.text-block {
  margin-top: 10px;
  padding-top: 0;
}

.div-block-7 {
  opacity: 1;
  outline-offset: 0px;
  background-color: #fffefa;
  outline: 3px solid #ff6162;
  margin-top: 20px;
}

.column {
  justify-content: center;
  display: flex;
}

.image-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-2 {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
}

.text-block-3 {
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

.column-2 {
  margin-top: 20px;
}

.text-block-3-copy {
  text-align: center;
  font-size: 17px;
  line-height: 35px;
}

.bold-text-7 {
  font-size: 25px;
  font-weight: 700;
}

.column-3 {
  border-bottom: 1px solid #b9b9b9;
}

.heading-4-copy {
  font-size: 36px;
}

.text-span-6 {
  background-color: #fffd87;
}

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

.text-block-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.bold-text-8, .text-span-7 {
  font-weight: 700;
}

.image-6 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0;
}

.image-7, .image-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-5-copy {
  background-color: #edf9ff;
  padding: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 27px;
}

.text-span-8 {
  color: #408f00;
  font-weight: 700;
}

.text-block-6 {
  margin-bottom: 0;
  padding: 20px;
}

.text-block-6-copy {
  margin-bottom: 0;
  padding: 20px;
  font-size: 21px;
}

.div-block-7-copy {
  opacity: 1;
  outline-offset: 0px;
  background-color: #edf9ff;
  outline: 3px solid #ff6162;
  margin-top: 20px;
}

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

.f-banner-dropdown-link {
  color: #000;
  border-radius: 4px;
}

.f-banner-dropdown-link:hover {
  background-color: #dedfe3;
}

.f-banner-dropdown-list {
  background-color: #947777;
}

.f-banner-dropdown-list.w--open {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .05);
}

.f-icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-banner-caption {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
}

.f-banner-dropdown-toggle {
  grid-column-gap: 4px;
  color: var(--flowui-component-library-white);
  align-items: center;
  padding: 4px;
  transition: all .2s;
  display: flex;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-banner-icon {
  background-color: var(--flowui-component-library-gray-700);
  color: var(--flowui-component-library-white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.f-banner-block {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-banner-button-divider {
  background-color: var(--flowui-component-library-gray-700);
  border-radius: 4px;
  width: 1px;
  height: 14px;
}

.f-banner-button {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 16px;
  transition: background-color .3s;
  display: flex;
}

.f-banner-button:hover {
  background-color: var(--flowui-component-library-primary-dark);
}

.f-banner-text-span {
  color: var(--flowui-component-library-primary-base);
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-icon-small {
  background-color: var(--flowui-component-library-gray-700);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 4px;
  display: flex;
}

.f-banner-text-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.f-banner-container-between {
  z-index: 5;
  clear: none;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--flowui-component-library-white);
  background-color: #324f8a;
  justify-content: center;
  align-items: center;
  min-height: 30px;
  max-height: 35px;
  padding: 16px 5%;
  display: flex;
}

.image-10 {
  max-width: 100%;
  height: 70%;
}

.heading-5 {
  font-family: Open Sans, sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 54px;
}

.text-span-9 {
  color: #4267b2;
}

.text-span-10 {
  -webkit-text-fill-color: inherit;
  background-color: #fff47c;
  background-clip: border-box;
}

.div-block-8 {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-11 {
  margin-left: 20px;
  display: inline-block;
}

.text-block-7 {
  color: #a0a0a0;
  align-self: center;
}

.heading-6 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.bold-text-9 {
  background-color: #fff47c;
  margin-left: 20px;
  margin-right: 20px;
}

.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.image-12 {
  width: 100%;
}

.bold-text-10, .text-span-11 {
  background-color: #fff47c;
}

.image-13 {
  width: 100%;
}

.image-13-copy {
  width: 80%;
  margin-top: 20px;
  display: inline-block;
}

.image-14, .image-16 {
  width: 100%;
}

.button-3 {
  text-align: center;
  background-color: #149312;
  border-radius: 10px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
  display: flex;
}

.heading-7 {
  color: #4267b2;
  text-align: left;
  background-color: #f0f5ff;
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 57px;
}

.bold-text-11 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 30px;
}

.f-accordian-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 4px;
}

.f-accordian-list {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.f-accordian-icon {
  color: var(--flowui-component-library-gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.f-accordian-title {
  letter-spacing: -.01em;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

.f-accordian-title-wrapper {
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-accordian-toggle {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4px;
  padding: 0;
}

.f-accordian-dropdown {
  transition: all .3s;
  display: block;
}

.f-accordian-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--flowui-component-library-grey-300);
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  padding: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  line-height: 32px;
  display: flex;
}

.heading-8, .column-4 {
  text-align: center;
}

.div-block-9 {
  text-align: center;
  border: .5px solid #cacaca;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-right: 0;
}

.image-17 {
  width: 100%;
}

.paragraph-5 {
  text-align: left;
}

.paragraph-6 {
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
}

.image-18 {
  text-align: center;
  min-width: 24px;
  margin-bottom: 10px;
}

.text-span-12 {
  color: #a8a8a8;
}

.columns {
  margin-bottom: 20px;
}

.text-block-8 {
  background-color: #fffcd9;
  padding: 40px 40px 0;
}

.bold-text-12 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.bold-text-12-copy {
  color: #e02020;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-10 {
  background-color: #fffcd9;
}

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

.button-3-copy {
  text-align: center;
  background-color: #149312;
  border-radius: 10px;
  justify-content: center;
  margin: 20px 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 37px;
  display: flex;
}

.italic-text, .italic-text-2, .italic-text-3 {
  font-size: 16px;
}

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

.column-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-12 {
  align-items: center;
  display: flex;
}

.columns-2 {
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.paragraph-7 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.italic-text-4 {
  font-weight: 400;
}

.image-19 {
  width: 100%;
}

.section-2 {
  background-color: #2e2e2e;
  margin-top: 40px;
}

.div-block-13 {
  margin-bottom: 40px;
  padding-top: 40px;
}

.paragraph-8 {
  color: #adadad;
  text-align: center;
  font-size: 12px;
}

.div-block-14 {
  clear: both;
  background-color: rgba(0, 0, 0, .7);
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-4 {
  background-color: #149312;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.div-block-15 {
  background-color: #fffcd9;
  border: 1px solid #efe781;
  border-radius: 10px;
  margin-top: 10px;
  padding: 10px 40px;
}

.text-block-9 {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-9 {
  color: #9c9c9c;
}

.whitediv {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #e9e9e9;
  text-align: left;
  border-radius: 5px;
  width: 500px;
  min-width: 500px;
  padding: 40px;
  font-size: 15px;
  display: inline-block;
}

.inline {
  margin-top: 0;
  display: inline-block;
}

.inline.marginright {
  margin-right: 8px;
}

.hide {
  display: block;
}

.heading-7-copy {
  color: #4267b2;
  text-align: left;
  background-color: #f0f5ff;
  margin-bottom: 20px;
  padding-left: 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 57px;
}

.image-20 {
  width: 100%;
}

.new-style-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
}

.image-21 {
  width: 67px;
  margin-bottom: -19%;
}

.text-paragraph {
  color: #000;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 32px;
}

.text-paragraph.text-paragraph-with-background-color {
  background-color: #f8f8f8;
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: 35px;
  padding: 15px 20px 15px 70px;
}

.link-8 {
  color: #4267b2;
}

.image-22, .image-23 {
  width: 67px;
  margin-bottom: -19%;
}

.image-23.decraise-margin {
  margin-bottom: -15%;
}

.bold-text-13 {
  color: #4267b2;
}

.link-5 {
  color: #4267b2;
  text-decoration: underline;
}

.image-24 {
  width: 100%;
}

.h-action-section-copy {
  text-align: center;
  background-color: #3f86e9;
}

.h-container.h-container-compare {
  border: 1px solid #e6e6e6;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(53, 53, 53, .1);
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  text-decoration: none;
}

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

.h-header {
  border-bottom: 1px solid #e4e4e4;
}

.h-nav-link {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.h-nav-link.w--current {
  color: #151515;
}

.h-logo {
  width: 135px;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.nav-menu {
  margin-top: 7px;
}

.h-top-section {
  background-color: #fff7ef;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h-top-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.italic-text-5 {
  color: #ff0004;
}

.bold-text-14 {
  color: #1861ff;
}

.text-span-14 {
  font-size: 27px;
  line-height: 27px;
}

.bold-text-15 {
  color: gray;
}

.paragraph-24 {
  margin-bottom: 0;
  font-size: 18px;
}

.h-mammonth-score {
  background-color: #f3f3f3;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  display: flex;
}

.h-mammonth-score-desc {
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph-25 {
  color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
}

.h-mammonth-score-title {
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph-15 {
  text-align: center;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
}

.h-best-seller {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #1d1d1d;
  border-radius: 7px;
  margin-bottom: -23px;
  position: relative;
  top: -33%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h-best-seller.h-value {
  color: #535353;
  background-color: #f5a700;
}

.paragraph-9-copy {
  color: #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
}

.paragraph-26 {
  margin-bottom: 0;
  font-size: 13px;
}

.h-options {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.h-list-p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-8-copy {
  margin-bottom: 0;
  font-size: 20px;
}

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

.column-7 {
  padding-left: 20px;
  padding-right: 0;
}

.h-buy-btn-copy {
  text-align: center;
  background-color: #ff862a;
  border-radius: 5px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
}

.h-buy-btn-copy:hover {
  background-color: #f3b4bc;
}

.h-mammonth-logo {
  width: 120px;
  margin-bottom: 10px;
}

.image-25 {
  width: 23px;
}

.div-block-17 {
  margin-bottom: 10px;
  display: flex;
}

.paragraph-27 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-28 {
  color: #454545;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.image-26 {
  border-radius: 5px;
  margin-bottom: 15px;
}

.image-27 {
  width: 100px;
}

.h-mammonth-verified-image {
  width: auto;
  height: 27px;
  display: block;
}

.image-5-copy-copy {
  width: 22px;
}

.paragraph-29 {
  color: #707070;
  margin-bottom: 0;
}

.column-8 {
  padding-left: 0;
  padding-right: 20px;
}

.h-check {
  width: 25px;
}

.h-buy-option {
  text-align: center;
  background-color: #fff;
  border: 2px solid #d7d7d7;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.h-buy-option:hover {
  border-color: #515151;
}

.h-buy-option.hh-green {
  background-color: #e2fff0;
}

.paragraph-30 {
  color: #6e6e6e;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 17px;
}

.image-5-copy {
  width: 23px;
}

.h-ship-info {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-left: 0 solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.h-ship-info.h-ship-info-middle {
  border-left-width: 1px;
  border-left-color: #dadada;
  border-right: 1px solid #dadada;
}

.h-mammonth-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  border: 2px solid #dedede;
  border-radius: 10px;
  align-items: stretch;
  margin-bottom: 0;
  padding: 15px;
  display: flex;
}

.paragraph-31 {
  color: #777;
  background-color: #fff;
  border: 2px solid #8a8a8a;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 10px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.h-mammonth-title {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.h-section-product {
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
}

.h-section-product.h-green {
  background-color: #fafafa;
}

.h-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.section-5 {
  background-color: #fafafa;
  padding-top: 0;
  padding-bottom: 40px;
}

.paragraph-10-copy {
  text-align: left;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.section-6 {
  background-image: url('../images/bg-blue.webp');
  background-position: 0 0;
  background-size: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.h-feature {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  border: 2px solid #e7bbbe;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
}

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

.paragraph-11 {
  color: #253f56;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}

.paragraph-12 {
  font-size: 22px;
  line-height: 31px;
}

.section-7 {
  background-color: #e3eef2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h-section-title {
  color: #112231;
  text-align: center;
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

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

.h-brands-item {
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 20px;
  display: flex;
}

.h-brands-img {
  width: 65%;
}

.columns-4 {
  margin-bottom: 20px;
}

.h-testimonial-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.h-testimonial {
  color: #45515a;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.h-testimonial-name {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 23px;
}

.paragraph-14 {
  color: #1acaab;
  border: 1px solid #1acaab;
  border-radius: 100px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 700;
}

.h-testimonial-desc {
  font-size: 17px;
  line-height: 27px;
}

.column-10 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-8-copy {
  background-color: #f2fafd;
  padding-top: 50px;
  padding-bottom: 50px;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h-testimonials-collage {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow: auto;
}

.columns-5 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.h-special-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.h-special {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9f9f9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 20px;
  display: flex;
}

.h-special-text {
  text-align: center;
  font-size: 19px;
  line-height: 28px;
}

.h-formula-img {
  border-radius: 5px;
}

.paragraph-17 {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.h-formula-container {
  margin-bottom: 30px;
}

.h-formula-desc {
  z-index: 100;
  background-color: #d0eeea;
  border-radius: 10px;
  width: 90%;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  position: relative;
}

.h-about-section {
  background-color: #f9f9f9;
  padding-top: 50px;
  padding-bottom: 30px;
}

.h-formula-block {
  position: relative;
}

.paragraph-16 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.paragraph-18 {
  font-size: 16px;
  font-style: italic;
  line-height: 23px;
}

.paragraph-19 {
  color: #253f56;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.section-11 {
  padding-top: 70px;
  padding-bottom: 50px;
}

.h-science-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h-science-ico {
  width: 30px;
  height: 30px;
}

.h-science-text {
  font-size: 19px;
  font-weight: 400;
  line-height: 27px;
}

.h-science-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9f9f9;
  border: 3px solid #fcdebe;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 30px;
  display: flex;
  position: relative;
}

.h-science-clip {
  width: 45px;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.section-12-copy {
  background-color: #318eff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-20 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 43px;
}

.h-compare-column-left {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-compare-column-right-color {
  background-color: #e6e6e6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-compare-column-left-color {
  background-color: #e9edff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.section-13 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.h-compare-column-wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.h-compare-column-right {
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-22 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.h-compare-column-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 20px;
  display: flex;
}

.image-28 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section-14 {
  background-color: #fff7ef;
  padding-top: 50px;
  padding-bottom: 50px;
}

.h-pineering-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.h-pineering-icon {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h-pineering-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 26px;
}

.h-pineering-desc {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
}

.fs_accordion-1_body {
  object-fit: fill;
  background-color: #fff;
  padding: 1rem 1.5rem 1rem 0;
  display: block;
  overflow: visible;
}

.fs_accordion-1_content {
  overflow: hidden;
}

.fs_accordion-1_paragraph, .fs_accordion-1_embed {
  margin-bottom: 0;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #fff;
  border: 0 #66ceaa;
  border-bottom: 2px solid #668ece;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.fs_accordion-1_header:focus-visible {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_accordion-1_header[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.section-15 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.fs_accordion-1_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_label {
  font-size: 1.25rem;
  font-weight: 700;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-dark-2 {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-21 {
  width: 40%;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-29 {
  height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-17 {
  color: #1861ff;
}

.bold-text-18 {
  color: #333;
}

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

.bold-text-19 {
  color: #797979;
  font-size: 15px;
}

.h-buy-btn-copy-copy {
  text-align: center;
  background-color: #ff9046;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
}

.h-buy-btn-copy-copy:hover {
  background-color: #f3b4bc;
}

.h-best-seller-copy {
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #03740a;
  border-radius: 7px;
  margin-bottom: -23px;
  position: relative;
  top: -33%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.h-best-seller-copy.h-value {
  color: #535353;
  background-color: #f5a700;
}

.h-buy-option-2 {
  text-align: center;
  background-color: #fff;
  border: 2px solid #d7d7d7;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.h-buy-option-2:hover {
  border-color: #515151;
}

.paragraph-32 {
  color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 12px;
  font-weight: 700;
}

.paragraph-34 {
  margin-bottom: 0;
  font-size: 13px;
}

.paragraph-35, .paragraph-35-copy {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.h-buy-option-copy-copy {
  text-align: center;
  background-color: #e6ffeb;
  border: 2px solid #d7d7d7;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.h-buy-option-copy-copy:hover {
  border-color: #515151;
}

.text-span-16 {
  font-size: 14px;
}

.bold-text-18-copy {
  color: #333;
}

.sub-02 {
  font-size: 14px;
}

.sub-01 {
  margin-bottom: 0;
  font-size: 12px;
}

.columns-6, .columns-7 {
  width: 100%;
}

.h-buy-option-copy {
  text-align: center;
  background-color: #fff;
  border: 2px solid #d7d7d7;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.h-buy-option-copy:hover {
  border-color: #515151;
}

.h-buy-option-copy.hh-green {
  background-color: #e2fff0;
}

.h-buy-option-copy-3 {
  text-align: center;
  background-color: #fff;
  border: 2px solid #d7d7d7;
  border-radius: 7px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
  position: relative;
}

.h-buy-option-copy-3:hover {
  border-color: #515151;
}

.h-buy-option-copy-3.hh-green {
  background-color: #e2fff0;
}

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

.navbar-main {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-section {
  background-color: #f2f2f2;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-made-in {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo-img {
  height: 30px;
}

.navbar-made-in-flag {
  height: 25px;
}

.navbar-made-in-text {
  color: #212529;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-grid-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hero-img-small {
  width: 120px;
  height: 120px;
  display: block;
}

.hero-img-small-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: none;
  margin-left: -100px;
  display: flex;
}

.hero-section {
  padding-top: 36px;
  padding-bottom: 56px;
}

.body-2 {
  color: #212529;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.hero-heading {
  color: #709883;
  font-family: Oswald, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.3em;
}

.hero-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.hero-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.hero-list-item.benifit {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}

.hero-text-small {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 1.5em;
}

.hero-banner-image {
  margin-top: 0;
  margin-bottom: 16px;
}

.featured-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.featured-heading {
  color: #709883;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 34px;
}

.separator {
  background-color: #212529;
  width: 300px;
  height: 1px;
}

.separator.white {
  background-color: #fff;
}

.bold-text-21 {
  background-color: #fff47c;
}

.banner-section {
  color: #fff;
  background-color: #719982;
  padding-top: 24px;
  padding-bottom: 32px;
}

.banner-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-paragraph {
  margin-top: 20px;
  margin-bottom: 0;
}

.banner-paragraph.our-ingredients {
  margin-top: 10px;
  font-size: 22px;
}

.banner-heading {
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.benifits-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benifits-grid-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.benifits-months {
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.benifits-arrows {
  flex-flow: column;
  flex: none;
  order: 0;
  display: flex;
}

.benifits-arrow-1 {
  z-index: 3;
  position: relative;
}

.benifits-arrow-2 {
  z-index: 2;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: -32px;
  position: relative;
}

.benifits-arrow-3 {
  z-index: 1;
  margin-top: -100px;
  position: relative;
}

.benifits-details {
  flex: 1;
}

.benifit-month.benifit-month-3 {
  color: #556c60;
}

.benifit-month.benifit-month-2 {
  color: #709884;
  margin-bottom: 96px;
}

.benifit-month.benifit-month-1 {
  color: #a1cab2;
  margin-bottom: 76px;
}

.benifit-month-duration {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.benfit-month-text {
  font-size: 20px;
  line-height: 20px;
}

.benifit-detail-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 28px;
}

.benifit-detail-heading.margin-top {
  margin-top: 16px;
}

.benifit-detail-heading.margin-top.benifit-heading-2 {
  color: #709883;
}

.benifit-detail-heading.margin-top.benifit-heading-3 {
  color: #556c60;
}

.benifit-detail-heading.benifit-heading-1 {
  color: #a1cab2;
}

.benifit-img {
  object-fit: cover;
  width: 100%;
  height: 580px;
  margin-bottom: 10px;
  display: block;
}

.benifit-img-desc {
  color: #999;
  text-align: right;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 1.3em;
}

.subscribe-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subscribe-banner-img {
  object-fit: cover;
  width: 100%;
  height: 320px;
  display: block;
}

.subscribe-section {
  padding-top: 64px;
  padding-bottom: 64px;
}

.subscribe-heading {
  color: #709883;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.subscribe-plans-section {
  padding-top: 44px;
  padding-bottom: 44px;
}

.subscribe-plans-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.subscribe-plans-plan {
  text-align: center;
  max-width: 450px;
  height: 100%;
  box-shadow: 0 4px 25px rgba(107, 128, 117, .54);
}

.subscribe-plans-plan.subscribe-plans-plan-2 {
  background-image: linear-gradient(90deg, rgba(225, 244, 246, .3), rgba(254, 245, 218, .9));
}

.plan-div-1 {
  border-bottom: 1px solid #cacaca;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.plan-div-2 {
  background-color: #fef5da;
  border-bottom: 1px solid #cacaca;
  padding-top: 12px;
  padding-bottom: 12px;
}

.plan-div-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px 24px 42px;
  display: flex;
}

.price-per-day-text {
  color: #727272;
}

.price-per-month {
  color: #f8ab1f;
  font-size: 28px;
}

.per-month-text {
  font-size: 20px;
}

.price-per-month-div {
  margin-bottom: 10px;
}

.total-text {
  color: #575757;
  margin-bottom: 10px;
}

.what-include-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.what-include-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-include {
  width: 16px;
  height: 16px;
}

.money-back-text {
  margin-top: 10px;
  font-size: 12px;
}

.subscribe-plan-img {
  margin-top: -100px;
  display: block;
}

.not-included-text {
  color: gray;
  text-decoration: line-through;
}

.free-multi-img {
  position: absolute;
  top: -16px;
  right: 0;
}

.subscribe-plans-section-heading {
  color: #709883;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.one-time-section-banner {
  background-color: #709883;
  margin-bottom: 36px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.one-time-section-banner-heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 38px;
}

.one-time-section-grid {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 76px;
  display: grid;
}

.one-time-price-card {
  text-align: center;
  border: 2px solid #ccc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.one-time-price-card.green {
  background-image: url('../images/one-time-green-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-top: 60px;
}

.one-time-price-card.yellow {
  background-image: url('../images/one-time-yellow-bg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.one-time-card-div-2 {
  width: 100%;
  height: auto;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.one-time-card-div-1 {
  border-bottom: 1px solid #bebebe;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.no-of-bags {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.one-time-price {
  color: #556c60;
  height: auto;
  font-size: 56px;
  font-weight: 700;
}

.one-time-price.yellow {
  color: #f8ab1f;
}

.one-time-total-text {
  color: #515151;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
}

.savings-div {
  margin-bottom: 16px;
}

.savings-text {
  color: #f8ab1f;
  margin-bottom: 6px;
  font-size: 26px;
}

.free-shipping-text {
  color: #212529;
  font-size: 14px;
  font-weight: 500;
}

.each-text {
  font-size: 16px;
  font-weight: 400;
}

.text-span-17, .text-span-18 {
  text-decoration: line-through;
}

.value-div {
  background-color: #556c60;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.value-div.yellow {
  background-color: #d08815;
  border: 2px solid #d08815;
  width: 100.5%;
  top: -49px;
}

.value-div-text {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 22px;
  font-weight: 700;
}

.refunds-div {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 36px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.refund-text-long {
  font-size: 14px;
}

.refund-text-short {
  color: #212529;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.our-benifits-section {
  padding-top: 24px;
  padding-bottom: 24px;
}

.our-benifits-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.our-benifits-img-main {
  object-fit: cover;
  width: 100%;
  height: 620px;
  display: block;
}

.our-benifits-benifit-title {
  color: #709883;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.our-benifits-benifit-img {
  width: 130px;
  height: 130px;
}

.our-benifits-heading-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.our-benifits-heading {
  color: #709883;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.our-benifits-desc {
  font-size: 20px;
}

.our-benifits-banner-img {
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

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

.contains-heading {
  color: #709883;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.contains-heading.our-ingredients {
  margin-bottom: 0;
  line-height: 48px;
}

.contains-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 36px;
  display: grid;
}

.contains-grid-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contains-grid-item-img {
  margin-bottom: 10px;
}

.contains-grid-item-title {
  color: #709883;
  font-family: Oswald, sans-serif;
  font-size: 22px;
}

.contains-message {
  font-size: 12px;
}

.comparison-header {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  margin-bottom: 24px;
  display: flex;
}

.comparison-points {
  border: 2px solid #709883;
  margin-top: 120px;
}

.comparison-point-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 10px;
  display: grid;
}

.comparison-point-grid.grey-bg {
  background-color: #ebebeb;
}

.comparison-point-title {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
}

.comparison-point-img {
  width: 26px;
  height: 26px;
  display: block;
}

.comparisons-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #709883;
  height: 160px;
  padding-left: 300px;
  display: flex;
}

.comparison-brand {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comparison-brand-img {
  width: 278px;
  height: 278px;
  margin-top: -120px;
  display: block;
}

.comparison-brand-title {
  color: #fff;
  text-align: right;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.text-span-19 {
  font-size: 16px;
  font-weight: 400;
}

.comparison-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.comparison-footer-text {
  font-size: 12px;
}

.our-ingredients-section {
  margin-top: 48px;
  margin-bottom: 48px;
}

.our-ingredients-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.our-ingredients-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 460px;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-ingredients-grid-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.divider {
  width: 118px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: block;
}

.divider.orange {
  background-color: #fc941b;
}

.divider.green {
  background-color: #6dbe48;
}

.divider.grey {
  background-color: #8e8e8e;
}

.our-ingredients-sub-title {
  color: #709883;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.ingredients-img {
  width: 100%;
  height: auto;
}

.reviews-section-heading {
  color: #709883;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.reviews-section-grid {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-video {
  width: 100%;
  height: 246px;
}

.review-stars {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
}

.verified-review-heading {
  color: #709883;
  margin-top: 0;
  font-size: 18px;
  line-height: 24px;
}

.verified-heading-light {
  font-weight: 400;
}

.review-heading {
  font-size: 18px;
}

.section-core-values {
  background-color: #ebebeb;
  margin-top: 48px;
  padding-top: 24px;
  padding-bottom: 48px;
}

.core-values-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.core-value-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.core-values-heading {
  color: #709883;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.core-values-block-heading {
  color: #556c60;
  margin-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.core-values-block-desc {
  color: #1d1c1d;
}

.about-us-section {
  padding-top: 48px;
  padding-bottom: 24px;
}

.about-us-container {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-us-heading {
  color: #709883;
  text-align: right;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.text-span-20 {
  font-weight: 600;
}

.about-us-desc {
  margin-bottom: 20px;
}

.faq-heading {
  color: #709883;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.faq-block {
  border-bottom: 1px solid #9c9c9c;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.faq-block.last {
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-section {
  background-color: #f0f0f0;
  padding-bottom: 36px;
}

.references-section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.references-div {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 32px;
  margin-bottom: 64px;
  display: flex;
}

.logos-container-img {
  object-fit: cover;
  width: 150px;
  height: 150px;
  display: block;
}

.references-heading {
  color: #709883;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: Oswald, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.references-text-long {
  color: #212529;
  margin-bottom: 0;
  line-height: 24px;
}

.footer {
  background-color: #709883;
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-div {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-p-1 {
  text-align: center;
  margin-bottom: 16px;
}

.footer-p-2 {
  margin-bottom: 24px;
}

.footer-div-link {
  color: #fff;
}

.footer-div-link.bold-text {
  font-weight: 700;
}

.copyright-text {
  margin-bottom: 16px;
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container {
    display: block;
  }

  .h-action-section-copy {
    background-color: #3f86e9;
  }

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

  .text-span-13 {
    color: #1861ff;
  }

  .bold-text-15 {
    color: #9b9b9b;
    font-weight: 400;
  }

  .h-buy-btn-copy {
    background-color: #ff9046;
    width: 350px;
    transition: all .2s;
  }

  .section-8-copy {
    background-color: #f2f7fd;
  }

  .h-science-block {
    max-width: 470px;
  }

  .section-12-copy {
    background-color: #81a0d3;
  }

  .footer-dark-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper-2 {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .h-buy-btn-copy-copy {
    background-color: #ff9046;
    transition: all .2s;
  }

  .bold-text-20, .bold-text-18-copy, .sub-02 {
    font-size: 18px;
  }

  .columns-7 {
    margin-bottom: 20px;
  }

  .h-buy-option-copy-3 {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-22 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-22-copy {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .hero-heading {
    margin-bottom: 20px;
  }

  .hero-banner-image {
    width: 100%;
    height: 260px;
    display: block;
  }

  .featured-container {
    width: 100%;
  }

  .separator {
    background-color: #212529;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .featured-logos {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .featured-logo-image {
    display: block;
  }

  .reviews-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .review-heading {
    line-height: 24px;
  }

  .reviewer {
    color: #709883;
    font-weight: 700;
  }
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .container-3 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .f-accordian-list {
    width: 100%;
  }

  .image-21 {
    margin-bottom: -23%;
  }

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

  .image-22, .image-23 {
    margin-bottom: -23%;
  }

  .image-23.decraise-margin {
    margin-bottom: -22%;
  }

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

  .h-container.h-container-compare {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    font-size: 30px;
    line-height: 30px;
  }

  .h-nav-link {
    color: #fff;
    transition: all .2s;
    display: block;
  }

  .h-nav-link:hover {
    background-color: #2c2c2c;
  }

  .h-nav-link.w--current {
    color: #dedede;
  }

  .menu-button-2 {
    margin-top: 5px;
  }

  .nav-menu {
    outline-offset: 0px;
    background-color: #1b1b1b;
    outline: 0 #333;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .h-top-title {
    font-size: 30px;
    line-height: 35px;
  }

  .bold-text-15 {
    font-size: 25px;
  }

  .list-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    list-style-type: none;
    display: grid;
  }

  .column-7 {
    padding-right: 20px;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-8 {
    padding-left: 20px;
  }

  .h-alternative-image {
    max-width: 30%;
  }

  .paragraph-11 {
    font-size: 25px;
    line-height: 28px;
  }

  .paragraph-12 {
    font-size: 17px;
    line-height: 25px;
  }

  .h-section-title {
    font-size: 30px;
    line-height: 40px;
  }

  .h-brands-img {
    width: 90%;
  }

  .columns-4 {
    margin-bottom: 0;
  }

  .h-testimonial {
    margin-bottom: 20px;
  }

  .h-about-section {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .h-formula-block {
    margin-bottom: 30px;
  }

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

  .h-science-container {
    grid-template-columns: 1fr;
  }

  .h-science-clip {
    top: -14%;
    right: 5%;
  }

  .h-compare-column-left-color {
    justify-content: flex-start;
    align-items: center;
  }

  .h-compare-column-wrapper {
    display: flex;
  }

  .paragraph-22 {
    font-size: 17px;
    line-height: 21px;
  }

  .h-compare-column-content {
    margin: 15px 10px;
  }

  .h-pineering-icon {
    width: 130px;
  }

  .h-pineering-title {
    font-size: 20px;
    line-height: 23px;
  }

  .h-pineering-desc {
    font-size: 15px;
    line-height: 23px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .div-block-21 {
    width: 25%;
  }

  .image-29 {
    height: auto;
  }
}

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

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

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

  .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 rgba(0, 0, 0, .05);
  }

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

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

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

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

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .f-banner-icon, .f-banner-icon-small {
    position: static;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .f-banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .heading-5 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 45px;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-21, .image-22, .image-23 {
    margin-bottom: -47%;
  }

  .image-23.decraise-margin {
    margin-bottom: -37%;
  }

  .h-container {
    padding-bottom: 0;
  }

  .h-container.h-container-compare {
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .h-logo {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .h-top-title {
    font-size: 27px;
  }

  .h-options {
    flex-flow: row;
  }

  .column-7, .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .h-order-container {
    flex-flow: column-reverse wrap-reverse;
    display: flex;
  }

  .h-feature {
    flex-flow: column;
  }

  .h-alternative-image {
    max-width: 60%;
  }

  .paragraph-11, .paragraph-12 {
    text-align: center;
  }

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

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

  .section-8-copy {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .h-testimonials-collage {
    display: block;
    overflow: auto;
  }

  .section-9 {
    padding-bottom: 0;
  }

  .h-special-container {
    flex-flow: column;
  }

  .h-special {
    width: 100%;
  }

  .section-13 {
    padding-bottom: 0;
  }

  .paragraph-22 {
    font-size: 14px;
    line-height: 21px;
  }

  .h-compare-column-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-content-2 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .footer-dark-2 {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .div-block-21 {
    text-align: center;
    width: 100%;
  }

  .footer-link-2:hover {
    color: rgba(26, 27, 31, .75);
  }

  .footer-divider-2 {
    margin-top: 30px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .image-29 {
    height: auto;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .button-primary, .button-primary.hero-button {
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy {
    min-width: 230px;
  }

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

  .bold-text-5, .bold-text-6 {
    text-align: center;
  }

  .f-banner-block {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .f-banner-container-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-5 {
    font-size: 30px;
    line-height: 35px;
  }

  .paragraph-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-3-copy {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
  }

  .new-style-div {
    align-items: center;
    margin-bottom: 30px;
    display: flex;
  }

  .image-21 {
    z-index: 1;
    margin-bottom: -30px;
    position: relative;
  }

  .text-paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .text-paragraph.text-paragraph-with-background-color {
    margin-left: 0;
    padding-top: 50px;
    padding-left: 20px;
  }

  .image-22, .image-23 {
    z-index: 1;
    margin-bottom: -30px;
    position: relative;
  }

  .image-23.decraise-margin {
    margin-bottom: -30px;
  }

  .h-container {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-10 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 14px;
  }

  .brand {
    padding-left: 0;
  }

  .h-nav-link {
    display: block;
  }

  .h-nav-link.w--current {
    color: #e5e5e5;
  }

  .container-4 {
    object-fit: fill;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .menu-button-2 {
    margin-top: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .h-logo {
    margin-bottom: 0;
  }

  .navbar {
    margin-right: 0;
  }

  .nav-menu {
    display: block;
  }

  .h-top-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h-top-title {
    font-size: 23px;
    line-height: 30px;
  }

  .bold-text-15 {
    font-size: 20px;
  }

  .paragraph-24 {
    margin-bottom: 5px;
  }

  .paragraph-25 {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
  }

  .paragraph-15, .h-best-seller {
    font-size: 11px;
  }

  .paragraph-9-copy {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 11px;
  }

  .h-options {
    flex-flow: row;
    display: flex;
  }

  .list-2 {
    display: block;
  }

  .column-7 {
    flex-flow: column-reverse wrap;
    flex: 0 auto;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .column-8 {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .h-ship-info {
    padding-left: 5px;
    padding-right: 5px;
  }

  .h-mammonth-wrapper {
    flex-flow: row;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
  }

  .h-mammonth-title {
    font-size: 16px;
    line-height: 23px;
  }

  .section-5 {
    padding-bottom: 0;
  }

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 0;
  }

  .h-alternative-image {
    max-width: 80%;
  }

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

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

  .h-brands-item {
    height: 80px;
    padding: 5px;
  }

  .h-brands-img {
    width: 90%;
  }

  .h-testimonial-title, .h-testimonial-desc {
    text-align: center;
  }

  .column-10 {
    justify-content: center;
    align-items: center;
  }

  .section-8-copy {
    padding-bottom: 0;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
  }

  .columns-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 0;
  }

  .h-special-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .h-special {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h-formula-desc {
    width: 100%;
    margin-top: 15px;
    padding: 15px;
  }

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

  .h-science-clip {
    top: -5%;
  }

  .paragraph-20 {
    font-size: 28px;
    line-height: 36px;
  }

  .h-compare-column-left-color {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-22 {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
  }

  .h-compare-column-content {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 10px 2px;
  }

  .section-15 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-content-2 {
    grid-column-gap: 38px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .title-small-2 {
    margin-bottom: 6px;
  }

  .footer-block-2 {
    margin-bottom: 3px;
  }

  .footer-link-2 {
    margin-top: 6px;
    margin-bottom: 2px;
  }

  .footer-divider-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .paragraph-23 {
    margin-bottom: 0;
  }

  .footer-wrapper-2 {
    display: block;
  }

  .image-29 {
    margin-bottom: 30px;
  }

  .container-5 {
    object-fit: fill;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
  }

  .h-best-seller-copy {
    font-size: 11px;
  }

  .paragraph-32 {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 10px;
  }

  .paragraph-33, .sub-01 {
    margin-bottom: 5px;
  }

  .navbar-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-made-in {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-left: 20px;
  }

  .navbar-logo-img {
    height: 24px;
    margin-right: 20px;
    display: block;
  }

  .navbar-made-in-flag {
    order: 1;
  }

  .navbar-made-in-text {
    font-size: 12px;
  }

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

  .hero-section {
    padding: 10px;
  }

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

  .featured-logos {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .featured-logo-image {
    object-fit: contain;
    width: 50px;
    height: 50px;
  }

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

  .benifits-grid-right {
    padding-top: 0;
  }

  .benifit-img-desc {
    display: none;
  }

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

  .subscribe-section {
    padding: 40px 10px;
  }

  .subscribe-plans-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .subscribe-plans-plan.subscribe-plans-plan-2 {
    max-width: 100%;
  }

  .one-time-section-grid {
    grid-template-columns: 1fr;
  }

  .one-time-card-div-1 {
    padding-top: 20px;
  }

  .refunds-div {
    flex-flow: column;
  }

  .our-benifits-grid {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .our-benifits-img-main {
    display: none;
  }

  .contains-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .comparisons-header {
    padding-left: 30px;
  }

  .comparison-brand-img {
    width: 150px;
    height: 150px;
    margin-top: -20px;
  }

  .comparison-brand-title {
    font-size: 32px;
  }

  .comparison-brand-title.other {
    display: none;
  }

  .our-ingredients-grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .reviews-section-grid {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr;
  }

  .reviews-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .core-values-grid {
    grid-template-columns: 1fr;
  }

  .about-us-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logos-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 32px;
  }

  .logos-container-img {
    width: 100%;
    height: 75px;
  }

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

  .footer-links {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

#w-node-_1bd00857-3095-7b0b-c276-9d1331bf370a-63167fe9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3b87a4ba-2a04-7d1d-73a4-6ed4f548252e-63167fe9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_78d92ef4-8692-5af4-89e6-26619fbc6efd-63167fe9 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-b6622474-0b54-09bc-2c41-06cbad3f9ff5-63167fe9 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_8f7e7b86-94b3-cdc1-a1e8-96498df40e99-63167fe9 {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_182e158a-c91e-3854-0b22-bbf43aec4851-63167fe9 {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_55aebc10-e40f-0009-01d6-77d19a447d84-63167fe9 {
  grid-area: 3 / 4 / 4 / 6;
}

#w-node-_474d46e8-1d82-b011-dbbd-5b01beadb2ff-63167fe9, #w-node-ecd598c4-ceba-9c24-4429-3843bbb2fa8c-63167fe9, #w-node-_215c6d81-3a78-7957-8d82-d2a4667d886b-63167fe9, #w-node-_13a6612c-3738-42b7-7923-a2785b18f694-63167fe9, #w-node-a3292374-db7b-cdbf-b141-5e12e4306286-63167fe9, #w-node-aa042be1-1499-70df-07cb-017f10fa10e1-63167fe9 {
  justify-self: center;
}

#w-node-_3f652f22-89da-ada8-73e5-623e836a044d-c026304d, #w-node-_3f652f22-89da-ada8-73e5-623e836a044d-a263bf6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737884e1-5435-f70b-cd09-92b5f8a3f7c9-3e2e8cf2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ce5a268e-e888-af64-a4a4-4e72385d44d0-3e2e8cf2, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc6b-3e2e8cf2, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc72-3e2e8cf2, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc79-3e2e8cf2, #w-node-_3f652f22-89da-ada8-73e5-623e836a044d-93bfef66, #w-node-_3f652f22-89da-ada8-73e5-623e836a044d-58cc6daa, #w-node-_3f652f22-89da-ada8-73e5-623e836a044d-8f863fce, #w-node-_3f652f22-89da-ada8-73e5-623e836a044d-20615c28, #w-node-_3f652f22-89da-ada8-73e5-623e836a044d-b19e5620 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737884e1-5435-f70b-cd09-92b5f8a3f7c9-5db50fe2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ce5a268e-e888-af64-a4a4-4e72385d44d0-5db50fe2, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc6b-5db50fe2, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc72-5db50fe2, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc79-5db50fe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737884e1-5435-f70b-cd09-92b5f8a3f7c9-f13ee293 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ce5a268e-e888-af64-a4a4-4e72385d44d0-f13ee293, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc6b-f13ee293, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc72-f13ee293, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc79-f13ee293 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_737884e1-5435-f70b-cd09-92b5f8a3f7c9-2ff17550 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ce5a268e-e888-af64-a4a4-4e72385d44d0-2ff17550, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc6b-2ff17550, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc72-2ff17550, #w-node-_68e7c6d4-b9a6-ffc3-0457-8709537fdc79-2ff17550 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_8ec52dcf-469d-6997-a1e1-3b1c79a92c86-63167fe9 {
    grid-area: 2 / 1 / 4 / 2;
  }
}


