:root {
  --body-font-family: Myriadpro, sans-serif;
  --text-color: black;
  --body-font-size: 20px;
  --body-line-height: 24px;
  --title-font: Gteestiprodisplay, sans-serif;
  --theme-color-dark: black;
  --h1-font-size: 49px;
  --normal-line-height: 1.2em;
  --theme-color-2: #2c2117;
  --h3-font-size: 30px;
  --theme-color-1: #bc2c2c;
  --h5-font-size: 22px;
  --h6-font-size: 18px;
  --container: 1320px;
  --theme-color-light: white;
  --theme-green: #47763b;
  --text-font: Gteestiprodisplay, sans-serif;
  --h2-font-size: 46px;
  --h4-font-size: 24px;
  --small-container: 790px;
  --larg-container: 1550px;
  --white: white;
  --black: black;
}
@font-face {
  font-family: 'Lora';
  src: url('/fonts/Lora-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('/fonts/Lora-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('/fonts/Lora-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora';
  src: url('/fonts/Lora-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

body {
  font-family: var(--body-font-family);
  color: var(--text-color);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  letter-spacing: .5px;
}

h1 {
  font-family: var(--title-font);
  color: var(--theme-color-dark);
  font-size: var(--h1-font-size);
  line-height: var(--normal-line-height);
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
}

h2 {
  font-family: var(--title-font);
  color: var(--theme-color-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

h3 {
  font-family: Helvetica;
  font-size: var(--h3-font-size);
  line-height: var(--normal-line-height);
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 900;
}

h4 {
  color: var(--theme-color-1);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Myriadpro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

h5 {
  font-family: var(--title-font);
  font-size: var(--h5-font-size);
  line-height: var(--normal-line-height);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

h6 {
  font-family: var(--title-font);
  color: var(--theme-color-1);
  font-size: var(--h6-font-size);
  line-height: var(--normal-line-height);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

a {
  color: var(--theme-color-1);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 40px;
}

li {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.3em;
}

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

strong {
  font-weight: 600;
}

em {
  font-family: Myriadpro It, sans-serif;
  font-style: italic;
}

.container {
  max-width: var(--container);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container.intro-container {
  max-width: 1443px;
}

.container.section-one-container {
  max-width: 1168px;
}

.container.section-three-container {
  max-width: 1128px;
}

.header {
  z-index: 99;
  text-align: center;
  background-color: #47763b;
  width: 100%;
  position: relative;
}

.page-wrapper {
  overflow: hidden;
}

.body {
  color: #000;
  font-family: Myriadpro, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.announcement {
  color: #f4f1e9;
  font-family: Lora, sans-serif;
  font-size: var(--body-font-size);
  letter-spacing: -.02em;
  padding-top: 17px;
  padding-bottom: 17px;
  font-weight: 500;
  line-height: 26px;
}

.intro-section {
  padding-top: 86px;
  padding-bottom: 94px;
}

.intro {
  max-width: 53%;
  padding-left: 10.5%;
}

.logo {
  max-width: 147px;
  margin-bottom: 3rem;
}

.logo-mobile {
  display: none;
}

.intro-title-box {
  margin-bottom: 1rem;
}

.intro-text {
  color: var(--theme-color-2);
  margin-bottom: .8rem;
  font-family: Lora, sans-serif;
  font-weight: 500;
  line-height: 26px;
  text-wrap: balance;
}

.ribbon {
  color: var(--theme-color-light);
  background-image: url('../images/ribbon_1ribbon.png');
  background-position: 100%;
  background-size: auto;
  height: 26px;
  margin-right: 7px;
  padding: 2px 14px 2px 16px;
  font-family: Myriadpro, sans-serif;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.ribbon.style-two {
  background-image: url('../images/katsl1-ribbon-red-bg_1katsl1-ribbon-red-bg.png');
}

.button-style-one {
  float: right;
  aspect-ratio: auto;
  font-family: var(--title-font);
  color: var(--theme-color-light);
  text-align: center;
  letter-spacing: .03em;
  -webkit-text-stroke-color: black;
  object-fit: fill;
  background-color: #f99035;
  border-radius: 50px;
  max-width: 110%;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 21px;
  font-weight: 700;
  line-height: 27px;
  display: inline-block;
  position: relative;
  overflow: visible;
  box-shadow: 0 6px 5px #00000040;
}

.button-style-one.section-nine-button {
  width: 500px;
}

.button-style-one.wide {
  width: 100%;
  min-width: 0;
  max-width: 500px;
}

.row {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  display: flex;
  position: relative;
}

.row.between {
  justify-content: space-between;
}

.row.section-three-row {
  align-items: center;
  padding-top: 32px;
}

.intro-image-box {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.intro-title {
  color: var(--theme-green);
  margin-bottom: 0;
  line-height: 50px;
}

.intro-feature-image {
  max-width: 115px;
  margin-bottom: 15px;
  margin-right: 20px;
}

.intro-sub-text {
  letter-spacing: -.01em;
  margin-bottom: 1.5rem;
  font-family: Lora, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.intro-button-box {
  float: left;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.intro-icon-box {
  text-align: center;
  max-width: 61px;
  position: absolute;
  inset: 0% 6% auto auto;
}

.intro-icon-text {
  color: #917c71;
  letter-spacing: .02em;
  padding-top: 5px;
  font-family: Fontspring Demo Cervoneue, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}

.intro-icon-image {
  max-width: 32.5px;
  margin-right: 5px;
}

.section-one {
  background-color: #e1f1dd;
  padding-top: 64px;
}

.section-title {
  margin-bottom: 3rem;
}

.section-title.text-center.section-five-sectitle {
  margin-bottom: 32px;
}

.section-title.text-center.section-seven-sectitle {
  margin-bottom: 15px;
}

.section-title.text-center.mb-1-5 {
  margin-bottom: 1.5rem;
}

.section-title.text-center.mb-1-5.hide-lg {
  display: none;
}

.section-title.text-center.section-six-sectitle {
  margin-bottom: 32px;
}

.section-title.text-center.benefits-title {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.section-title.text-center.mb-less {
  margin-bottom: 33px;
}

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

.colored {
  color: var(--theme-green);
}

.section-one-content {
  max-width: 53%;
  padding-bottom: 64px;
}

.text {
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.text.pb-md-3 {
  padding-bottom: 0;
}

.text.pull-up {
  margin-top: -3px;
}

.text.ls--1 {
  letter-spacing: -.01em;
}

.section-one-image-box {
  justify-content: center;
  align-items: flex-end;
  max-width: 47%;
  margin-right: 70px;
  display: flex;
}

.image {
  align-self: center;
  padding-top: 0;
}

.image.drop-shadow-2 {
  padding-top: 0;
}

.semi-bold {
  font-weight: 600;
}

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

.section-two-image-box {
  justify-content: center;
  align-items: flex-start;
  max-width: 44%;
  display: flex;
}

.section-two-content {
  max-width: 53%;
}

.section-three {
  background-image: linear-gradient(to top, #e8f6f6, #e8f6f6 100%, #dae0f5);
  padding-top: 64px;
  padding-bottom: 64px;
}

.mb-0 {
  margin-bottom: 0;
}

.section-three-content {
  max-width: 55%;
}

.section-three-image {
  justify-content: center;
  align-items: flex-start;
  margin-right: 70px;
}

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

.section-four-content {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.section-four-image-box {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 22px;
}

.section-five {
  background-color: #e1f1dd;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.heading-2 {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.section-five-outer-box {
  align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.section-five-image-box {
  margin-right: 32px;
}

.section-five-content-box {
  max-width: 54%;
  position: relative;
}

.section-six {
  background-color: #e8f6f6;
  padding-top: 64px;
  padding-bottom: 32px;
  position: relative;
}

.heading-4 {
  text-wrap: balance;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.section-six-image-box {
  margin-left: 32px;
}

.section-six-content-box {
  max-width: 54%;
  position: relative;
}

.section-six-outer-box {
  align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.markbrown {
  letter-spacing: .03rem;
  background-color: #f6e949;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 600;
  display: inline-block;
}

.section-seven {
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.section-seven-list-box {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-seven-list {
  color: #281c17;
  letter-spacing: -.01em;
  background-image: url('../images/BugMD_Logo_White-2_1BugMD_Logo_White (2).png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  margin-bottom: 0;
  padding: 0 10px 20px 35px;
  font-size: 20px;
  line-height: 24px;
}

.section-seven-outer-box {
  align-items: flex-start;
  max-width: 1164px;
  margin: 0 auto;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: relative;
}

.section-seven-content-box {
  max-width: 53%;
  position: relative;
}

.section-seven-image-box {
  margin-right: 32px;
}

.image-two {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-eight-outer-box {
  align-items: flex-start;
  max-width: 1156px;
  margin: 0 auto;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
  position: relative;
}

.section-eight-content-box {
  max-width: 54%;
  position: relative;
}

.section-eight-image-box {
  margin-left: 32px;
}

.section-eight-list-box {
  max-width: 842px;
  margin: 5px auto 0;
  padding-top: 10px;
}

.section-eight-list {
  color: #281c17;
  letter-spacing: -.01em;
  background-image: url('../images/BugMD_Logo_White-2_1BugMD_Logo_White (2).png');
  background-repeat: no-repeat;
  background-size: 40px 40px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 10px 20px 50px;
  font-size: 20px;
  line-height: 24px;
}

.section-nine {
  background-color: #eef8f8;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-nine-outer-box {
  align-items: flex-start;
  max-width: 1130px;
  margin: 0 auto 17px;
  display: flex;
}

.section-nine-image-box {
  max-width: 44%;
  margin-right: 32px;
}

.section-nine-content-box {
  max-width: 56%;
  margin: 17px auto 0;
}

.paragraph-two {
  background-color: #f6e949;
  border-radius: 10px;
  max-width: 30em;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 600;
  display: inline-block;
}

.text-two {
  background-image: url('../images/download.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
  padding-left: 25px;
  text-decoration: underline;
  position: relative;
}

.section-eight {
  background-color: #e1f1dd;
  padding-top: 64px;
  padding-bottom: 30px;
}

.section-nine-lower-content {
  max-width: 800px;
  margin: 0 auto;
}

.section-nine-button-box {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
}

.section-nine-lower-image {
  width: auto;
  padding: 1rem;
  display: block;
}

.bold-text, .text-span-3 {
  text-decoration: underline;
}

.section-ten {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.bg.section-ten-bg {
  background-image: url('../images/67f8e2b75624b2df7d137ba2_2560x1040_Bg-Kitchen-1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-ten-outer-box {
  z-index: 3;
  opacity: .97;
  background-color: #e8f6f6;
  border-radius: 10px;
  max-width: 842px;
  margin: 0 auto;
  padding: 32px 64px 15px;
  position: relative;
  box-shadow: 10px 0 40px 10px #2a435e29;
}

.text-three {
  background-color: #f6e949;
  background-image: url('../images/download.svg');
  background-position: 15px 8px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 32px;
  padding: 10px 10px 10px 40px;
  font-weight: 600;
  display: inline-block;
}

.heading-6 {
  color: var(--theme-color-1);
  margin-bottom: 32px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-eleven {
  background-color: #e1f1dd;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-eleven-block {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.section-eleven-image-box {
  flex: none;
  margin-right: 32px;
}

.image-2 {
  border-radius: 50%;
  width: 145px;
  height: 145px;
}

.section-eleven-content-box {
  max-width: 640px;
}

.section-eleven-outer-box {
  max-width: 774px;
  margin: 0 auto;
}

.section-eleven-button-box {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.section-eleven-block-text {
  letter-spacing: -.01em;
  margin-bottom: 0;
}

.section-eleven-block-title {
  letter-spacing: -.01em;
  margin-bottom: .75rem;
  font-family: Myriadpro, sans-serif;
  line-height: 26px;
}

.section-twelve-block-tex {
  letter-spacing: -.01em;
  margin-bottom: 0;
}

.section-twelve-block-image {
  border-radius: 10px;
  width: 145px;
  height: 145px;
  box-shadow: 0 2px 4px 4px #00000040;
}

.section-twelve-content-box {
  max-width: 640px;
}

.section-twelve-image-box {
  flex: none;
  margin-right: 32px;
}

.section-twelve-block {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.section-twelve-outer-box {
  max-width: 774px;
  margin: 0 auto;
}

.section-twelve {
  background-color: #e8f6f6;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.section-thirteen-heading {
  color: var(--theme-color-dark);
}

.text-span-4 {
  color: var(--theme-color-1);
}

.section-thirteen-outer-box {
  justify-content: center;
  align-items: flex-start;
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
}

.section-thirteen-image-box {
  max-width: 48%;
  margin-right: 36px;
}

.section-thirteen-content-box {
  max-width: 52%;
  margin: 0 auto;
}

.section-thirteen-list-box {
  color: #281c17;
}

.section-thirteen-list {
  color: #281c17;
  letter-spacing: -.02em;
  background-image: url('../images/BugMD_Logo_White-2_1BugMD_Logo_White (2).png');
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.section-thirteen-recipe-content {
  max-width: 700px;
  margin: 0 auto 30px;
  padding-top: 16px;
}

.heading-8 {
  font-family: var(--title-font);
  color: #281c17;
  text-align: center;
  letter-spacing: .5px;
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.text-span-5 {
  color: var(--theme-green);
}

.blue-box {
  background-color: #e8f6f6;
  border: 1px solid #5b8888;
  border-radius: 10px;
  max-width: 828px;
  margin: 16px auto 0;
  padding: 32px 64px 12px;
  box-shadow: 0 20px 30px 20px #0000001a;
}

.section-thirteen-blue-box-image-box {
  align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.image-3 {
  width: 138px;
  height: 114px;
  margin-right: 16px;
}

.section-thirteen-blue-box-image-text {
  margin-bottom: 0;
}

.paragraph-2 {
  margin-bottom: 20px;
}

.text-span-8, .text-span-9 {
  text-decoration: underline;
}

.section-four-image {
  background-image: linear-gradient(116.73deg, #ebe4d0, #e3d2a1);
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.section-four-image.drop-shadow {
  background-image: none;
  margin-top: -7px;
  margin-bottom: 16px;
  padding-top: 0;
}

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

.paragraph-three {
  letter-spacing: -.02em;
  background-color: #f6e949;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px;
  font-weight: 600;
  display: inline-block;
}

.text-span-11, .text-span-12, .text-span-13, .bold-text-2, .bold-text-3 {
  text-decoration: underline;
}

.paragraph-5 {
  letter-spacing: -.01em;
  margin-bottom: .5rem;
  padding-top: .25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph-5.ls--1 {
  text-align: center;
  margin-top: -5px;
}

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

.main-footer {
  color: #f7f4ed;
  text-align: center;
  background-color: #000;
  padding-top: 64px;
  padding-bottom: 64px;
  font-size: 14px;
}

.container-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.text-3 {
  text-align: left;
  margin-bottom: 20px;
}

.text-3.copyright-text {
  text-align: center;
  padding: 1.5rem;
}

.footer-links {
  justify-content: center;
  align-items: center;
}

.footer-link {
  color: #f7f4ed;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: underline;
  display: inline-block;
}

.footer-link-divider {
  color: #6c757d;
  display: inline-block;
}

.italic-text {
  font-family: Myriadpro, sans-serif;
}

.italic-text.light {
  font-family: Myriadpro It, sans-serif;
  font-weight: 400;
}

.section-two-button-box {
  float: left;
  padding-top: 1.5rem;
  padding-bottom: .25rem;
}

.bold-italic {
  font-family: Myriadpro, sans-serif;
  font-style: italic;
  font-weight: 700;
}

.trademark {
  font-size: 15px;
  line-height: 17px;
  display: inline-block;
  position: relative;
  top: -23px;
}

.image-8 {
  max-width: 498px;
}

.section-seven-button-box {
  float: none;
  padding-top: 1rem;
}

.ls--1 {
  letter-spacing: -.01em;
}

.section-nine-lower-image-box {
  margin-right: -2rem;
  padding-bottom: 1rem;
}

.markbrown-two {
  letter-spacing: .03rem;
  background-color: #f6e949;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 600;
  display: inline-block;
}

.bold {
  font-weight: 700;
}

.ls--2 {
  letter-spacing: -.02em;
}

.mb-20 {
  margin-bottom: 20px;
}

.section-one-image {
  padding-bottom: 0;
}

.section-eleven-title-box {
  align-items: center;
  display: flex;
}

.image-1 {
  border-radius: 50%;
  width: 145px;
  height: 145px;
  margin-right: 8px;
}

.image-1.hide-lg {
  display: none;
}

.image-10 {
  padding-top: 43px;
}

.section-one-text {
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Myriadpro, sans-serif;
  font-weight: 400;
  position: relative;
}

.main-row {
  padding: 0;
}

.main-row.pricing-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 1016px;
  margin-left: auto;
  margin-right: auto;
}

.main-row.testi-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  max-width: 1067px;
  margin-left: auto;
  margin-right: auto;
}

.mb-1 {
  margin-bottom: 1rem;
}

.image-4 {
  max-width: 234px;
  margin-bottom: 20px;
  padding-bottom: 1rem;
}

.text-span-6 {
  color: #281c17;
  font-size: 18px;
}

.vertical-center {
  justify-content: center;
  align-items: center;
}

.heading-9 {
  letter-spacing: .01em;
  margin-bottom: 0;
  font-family: Gteestiprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

.pricing-section {
  background-color: #47763b;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.pricing-block-sale-price {
  color: #281c17;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
  display: flex;
}

.image-5 {
  max-height: 250px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.pricing-block-content {
  padding: 15px 0 20px;
}

.pricing-block-price {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Neuehaasdisplay, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.pricing-block-price.mb-1 {
  margin-bottom: 1rem;
  font-family: Neuehaasdisplay Mediu, sans-serif;
}

.pricing-block-price.mb-05 {
  margin-bottom: .5rem;
  font-family: Neuehaasdisplay Mediu, sans-serif;
}

.pricing-block-price.mb-1-5 {
  margin-bottom: 1.5rem;
  font-family: Neuehaasdisplay Mediu, sans-serif;
  font-weight: 700;
}

.pricing-block-list-box {
  margin: 0 auto 9px;
}

.pricing-block-title-box-two {
  background-color: #e8f6f6;
  border-radius: 4px 4px 0 0;
  padding: 20px 20px 8px;
}

.pricing-block-card-image {
  width: 230px;
  height: 59px;
  margin: 0 auto 1rem;
  display: block;
}

.pricing-block-card-image.drop-shadow-4 {
  margin-bottom: 15px;
}

.pricing-block-card-image.drop-shadow-4.pd-1 {
  margin-bottom: 2rem;
}

.price-unit {
  letter-spacing: .01em;
  margin-left: 5px;
  font-family: Myriadpro, sans-serif;
  font-weight: 700;
  line-height: 24px;
}

.pricing-block-list {
  max-width: 310px;
  margin: 0 auto 4px;
  display: block;
}

.image-6 {
  max-height: 242px;
  margin-bottom: 20px;
}

.regular-price-box {
  margin-right: 15px;
  position: relative;
}

.pricing-block-title-box {
  background-color: #e1f1dd;
  border-radius: 4px 4px 0 0;
  padding: 20px 20px 6px;
}

.shipping-cost {
  opacity: .5;
  color: #281c17;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}

.pricing-block-offer {
  max-width: 34%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.cross-price {
  background-color: #d95d5d;
  border-radius: 0;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
}

.pricing-block-button-image {
  width: 286px;
  height: 80px;
  margin: 0 auto -5px;
  display: block;
}

.pricing-block {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  width: 314px;
  max-width: 355px;
  position: relative;
}

.pricing-block.best-value {
  width: 355px;
}

.sale-price {
  font-size: 24px;
  font-weight: 800;
  line-height: 29px;
}

.regular-price {
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
  text-decoration: none;
}

.heading-10 {
  letter-spacing: .01em;
  margin-bottom: 0;
  font-family: Gteestiprodisplay, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

.pricing-details {
  margin-bottom: 9px;
}

.testi-block-image-box {
  flex: none;
}

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

.testi-check-green {
  margin-left: 8px;
  position: relative;
}

.testi-block-title {
  color: #281c17;
  letter-spacing: -.01em;
  margin-bottom: 25px;
  font-family: Lora, sans-serif;
  line-height: 28px;
}

.testi-block-author-rating-box {
  align-items: center;
  display: flex;
}

.testimonial-title-box {
  align-items: flex-start;
  display: flex;
}

.testi-block-text {
  color: #281c17;
  margin-bottom: 20px;
  font-size: 18px;
}

.test-name {
  color: #281c17;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
}

.testi-block-verified {
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 17px;
}

.testimonial-block {
  background-color: #f4f1e9;
  border-radius: 6px;
  align-items: flex-start;
  max-width: 518px;
  margin-bottom: 16px;
  padding: 32px 31px 32px 16px;
  display: flex;
  position: relative;
}

.testi-block-author-name {
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.testi-image {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.testi-image.hide-md {
  display: none;
}

.testi-block-rating {
  width: 107px;
  height: 18px;
  margin-right: 15px;
}

.section-sixteen-image-box {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
}

.secton-sixteen-image {
  border-radius: 24px;
  overflow: hidden;
}

.benefits-section {
  background-color: #f8f8f8;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-seventeen-studies-item-title-box-line {
  border-top: 2px solid #0a1a52;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
}

.studies-list-items {
  width: 875px;
  margin: 0 auto 12px;
  padding-left: .75rem;
  padding-right: .75rem;
}

.studies-article-date {
  opacity: .7;
  color: #0a1a52;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 15px;
  line-height: 18px;
}

.studies-article-box {
  width: 275px;
  margin-bottom: 20px;
  position: relative;
}

.studies-outer-box {
  grid-column-gap: 11px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.studies-title-box {
  height: 30px;
  margin-bottom: 16px;
  font-weight: 700;
  position: relative;
}

.section-seventeen-studies-item-title {
  z-index: 9;
  color: #0a1a52;
  letter-spacing: .5px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  display: inline-block;
  position: relative;
}

.studies-article-image {
  border: 1px solid #000;
}

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

.studies-list {
  position: relative;
}

.studies-article-title {
  color: #0a1a52;
  letter-spacing: -.03em;
  margin-top: 13px;
  margin-bottom: 5px;
  font-family: Myriadpro, sans-serif;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
  display: flex;
}

.heading-27 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.hide-lg {
  display: none;
}

.colored-two {
  color: var(--theme-color-1);
}

.text-four {
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.intro-icon-box-two {
  text-align: center;
  max-width: 61px;
  position: absolute;
  inset: 0% 6% auto auto;
}

.heading-28 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text-five, .section-five-text, .section-six-text {
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.section-seven-text, .section-seven-text-two {
  letter-spacing: -.02em;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.section-eight-text {
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.section-eight-text.ls--1 {
  letter-spacing: -.01em;
}

.section-nine-text, .section-nine-text-two, .section-nine-text-three {
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-weight: 400;
  position: relative;
}

.section-ten-text, .section-ten-text-two {
  margin-bottom: 20px;
}

.section-twelve-block-text-two, .section-twelve-block-text-three {
  letter-spacing: -.01em;
  margin-bottom: 0;
}

.colored-three {
  color: var(--theme-green);
}

.accordion-icon {
  background-image: url('../images/download_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 14px;
  height: 14px;
  margin: 23px 25px 23px 23px;
  line-height: 14px;
  position: absolute;
  right: 0;
}

.container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.accordion-title {
  color: #281c17;
  letter-spacing: -.01em;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.accordion-text {
  margin-bottom: 20px;
}

.accordion-toggle {
  align-items: center;
  height: 67px;
  padding: 20px 24px;
  display: flex;
}

.dropdown-list {
  background-color: #0000;
  padding: 0;
  display: block;
  position: static;
}

.dropdown-list.acc-dropdown {
  padding: 10px 47px 18px;
}

.faq-section {
  background-color: #e8f6f6;
  padding-top: 64px;
  padding-bottom: 64px;
}

.accordion-item {
  border-bottom: .5px solid #000;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  display: block;
  overflow: hidden;
}

.accordions {
  max-width: 669px;
  margin-left: auto;
  margin-right: auto;
}

.studies-icon {
  background-image: url('../images/angle-down.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 16px;
  height: 11px;
  margin: 8px 12px 23px 23px;
  line-height: 14px;
  position: absolute;
  right: 0;
}

.container-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.studies-outer-box-2 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.studies-list-item {
  width: 875px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.studies-list-2 {
  position: relative;
}

.studies-title-box-2 {
  height: 30px;
  margin-bottom: 16px;
  font-weight: 700;
  position: relative;
}

.studies-mobile-title {
  color: #0a1a52;
  letter-spacing: .5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.studies-article-box-2 {
  width: 275px;
  margin-bottom: 20px;
  position: relative;
}

.studies-mobile-section {
  padding-top: 64px;
  padding-bottom: 0;
  display: none;
}

.studies-section-titlte {
  color: #ad5555;
  letter-spacing: -.02em;
  max-width: 820px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 37px;
}

.studies-toggle {
  align-items: center;
  height: 60px;
  padding: 18px 30px 18px 16px;
  display: none;
}

.faq-title.show-sm {
  display: none;
}

.bold-text-4 {
  color: var(--theme-green);
}

.bold-text-5 {
  color: var(--theme-green);
  text-align: justify;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17 {
  color: var(--theme-green);
}

.pricing-block-title-box-two-copy {
  background-color: #e8f6f6;
  border-radius: 4px 4px 0 0;
  padding: 20px 20px 8px;
}

.pricing-section-copy {
  background-color: #47763b;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.bold-text-18 {
  color: var(--theme-color-light);
  background-color: #000;
}

.italic-text-2 {
  color: #fff;
  background-color: #000;
}

.section-five-copy {
  background-color: #e1f1dd;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.pricing-block-title-box-copy {
  background-color: #e1f1dd;
  border-radius: 4px 4px 0 0;
  padding: 20px 20px 6px;
}

.italic-text-3, .italic-text-4 {
  font-family: Myriadpro, sans-serif;
}

.link {
  display: block;
}

.text-span-16, .text-span-17 {
  text-decoration: underline;
}

.text-span-18 {
  color: #fff;
  background-color: #000;
}

.text-span-19 {
  font-weight: 600;
  text-decoration: underline;
}

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

.text-span-21 {
  font-weight: 700;
  text-decoration: underline;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25 {
  text-decoration: underline;
}

.text-block-2 {
  margin-bottom: 16px;
}

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

@media screen and (max-width: 991px) {
  strong {
    margin-left: 0;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 768px;
  }

  .container.section-one-container {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.section-three-container {
    max-width: 720px;
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announcement {
    padding-top: 7px;
    padding-bottom: 7px;
  }

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

  .intro {
    text-align: center;
    max-width: 100%;
    padding-left: 0%;
  }

  .logo {
    display: none;
  }

  .logo-mobile {
    text-align: center;
    order: -1;
    display: block;
  }

  .intro-title-box {
    justify-content: center;
    align-items: center;
  }

  .button-style-one.section-nine-button {
    width: 317px;
  }

  .button-style-one.wide {
    max-width: 317px;
  }

  .row {
    flex-direction: column;
  }

  .intro-image-box {
    text-align: center;
    order: -1;
    width: 125%;
    margin-bottom: 1.5rem;
  }

  .intro-title {
    letter-spacing: -.01em;
    font-size: 32px;
    line-height: 37px;
    display: inline-block;
  }

  .intro-icon-box {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    right: 0%;
  }

  .intro-icon {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    max-width: 100px;
    display: flex;
  }

  .section-one {
    padding-top: 32px;
  }

  .section-title.text-center {
    margin-bottom: .5rem;
  }

  .section-title.text-center.mb-less {
    margin-bottom: 16px;
  }

  .colored {
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 37px;
  }

  .section-one-content {
    max-width: 100%;
    padding-bottom: 32px;
  }

  .text.pb-md-3 {
    order: -1;
  }

  .text.border, .text.last-border {
    border-bottom: 1px solid #281c1780;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }

  .section-one-image-box {
    background-position: 54% 20px;
    max-width: 100%;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .section-two-image-box {
    order: -1;
    max-width: 100%;
    margin-bottom: 32px;
  }

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

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

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

  .section-three-image {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .section-four-content {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .section-four-image-box {
    order: -1;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-2 {
    margin-top: 64px;
    font-size: 32px;
    line-height: 37px;
  }

  .section-five-outer-box {
    flex-direction: column;
  }

  .section-five-image-box {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .section-five-content-box {
    max-width: 100%;
  }

  .heading-4 {
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 37px;
  }

  .section-six-image-box {
    order: -1;
    max-width: 100%;
    margin-bottom: 32px;
    margin-left: 0;
  }

  .section-six-content-box {
    max-width: 100%;
  }

  .section-six-outer-box {
    flex-direction: column;
  }

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

  .heading-5 {
    letter-spacing: -.01em;
    font-size: 32px;
    line-height: 37px;
  }

  .section-seven-outer-box {
    flex-direction: column;
  }

  .section-seven-content-box {
    max-width: 100%;
  }

  .section-seven-image-box {
    margin-right: 0;
  }

  .image-two {
    padding-bottom: 23px;
  }

  .section-eight-outer-box {
    flex-direction: column;
  }

  .section-eight-content-box {
    max-width: 100%;
  }

  .section-eight-image-box {
    order: -1;
    margin-bottom: 32px;
    margin-left: 0;
  }

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

  .section-nine-outer-box {
    flex-direction: column;
  }

  .section-nine-image-box {
    max-width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .section-nine-content-box {
    max-width: 100%;
    margin-top: 0;
  }

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

  .section-nine-lower-image {
    padding: 0;
  }

  .section-ten-outer-box {
    max-width: 720px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-6.ls--1.text-center {
    font-size: 32px;
    line-height: 37px;
  }

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

  .section-eleven-image-box.hide-sm {
    display: none;
  }

  .section-eleven-block-text {
    margin-top: .5rem;
  }

  .section-eleven-block-title {
    letter-spacing: 0;
  }

  .section-twelve-image-box {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .section-twelve-block {
    flex-direction: column;
  }

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

  .section-thirteen-heading {
    letter-spacing: -.01em;
    font-size: 32px;
    line-height: 37px;
  }

  .section-thirteen-outer-box {
    flex-direction: column;
  }

  .section-thirteen-image-box {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }

  .section-thirteen-content-box {
    max-width: 100%;
  }

  .heading-8 {
    letter-spacing: -.02em;
    font-size: 32px;
    line-height: 37px;
  }

  .blue-box {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-thirteen-blue-box-image-box {
    flex-direction: column;
  }

  .section-four-image.drop-shadow {
    max-width: 100%;
  }

  .paragraph-5.ls--1 {
    padding: 0;
  }

  .container-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 768px;
  }

  .section-two-button-box {
    text-align: center;
  }

  .image-8 {
    max-width: 100%;
  }

  .section-seven-button-box {
    text-align: center;
  }

  .section-nine-lower-image-box {
    margin-right: 0;
  }

  .image-9 {
    max-width: 147px;
  }

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

  .section-one-image {
    max-width: 77%;
  }

  .heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22 {
    letter-spacing: -.01em;
    font-size: 32px;
    line-height: 37px;
  }

  .heading-23, .heading-24 {
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 37px;
  }

  .heading-25 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 37px;
  }

  .image-1.hide-lg {
    width: 80px;
    height: 80px;
    display: block;
  }

  .image-10 {
    display: inline-block;
    position: relative;
    top: -19px;
    left: -97px;
  }

  .section-one-text {
    letter-spacing: 0;
  }

  .main-row.pricing-row {
    grid-row-gap: 16px;
  }

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

  .heading-9 {
    font-size: 24px;
  }

  .image-5 {
    max-height: 176px;
  }

  .pricing-block-content {
    overflow: hidden;
  }

  .pricing-block-price.mb-1-5 {
    font-size: 50px;
  }

  .pricing-block-list-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-block-title-box-two {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-block-list {
    width: 100%;
  }

  .image-6 {
    max-height: 176px;
  }

  .paragraph-7 {
    font-size: 17px;
  }

  .pricing-block-button-image {
    width: auto;
    height: auto;
    padding-left: 28.5px;
    padding-right: 28.5px;
  }

  .pricing-block {
    width: 100%;
    min-width: 100%;
    max-width: 228px;
    overflow: hidden;
  }

  .pricing-block.best-value {
    width: 100%;
    min-width: 253px;
  }

  .heading-10 {
    font-size: 24px;
  }

  .paragraph-6, .paragraph-8 {
    font-size: 17px;
    line-height: 17px;
  }

  .testimonial-block {
    max-width: 100%;
  }

  .studies-list-items {
    width: 100%;
  }

  .studies-section {
    display: block;
  }

  .colored-two {
    font-size: 32px;
    line-height: 37px;
  }

  .text-four {
    letter-spacing: 0;
  }

  .intro-icon-box-two {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    right: 0%;
  }

  .colored-three {
    letter-spacing: -.04em;
    font-size: 32px;
    line-height: 37px;
  }

  .container-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 768px;
  }

  .accordion-title {
    white-space: normal;
  }

  .accordion-toggle {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 768px;
  }

  .studies-outer-box-2 {
    justify-content: space-between;
  }

  .studies-list-item {
    border-top: .5px solid #000;
    width: 100%;
  }

  .studies-title-box-2 {
    display: none;
  }

  .studies-mobile-section, .studies-toggle {
    display: block;
  }

  .pricing-block-text {
    font-size: 17px;
    line-height: 17px;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    margin-left: 8px;
  }

  .pricing-block-title-box-two-copy {
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

@media screen and (max-width: 767px) {
  .container, .container.section-one-container, .container.section-three-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    display: none;
  }

  .intro-image-box {
    width: 125%;
    margin-bottom: 20px;
  }

  .mb-0, .section-three-image {
    width: 100%;
  }

  .section-thirteen-image-box {
    text-align: center;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-10 {
    left: -71px;
  }

  .pricing-block.best-value {
    max-width: 100%;
  }

  .studies-article-box {
    width: 45%;
  }

  .container-4, .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .studies-article-box-2 {
    width: 45%;
  }

  .studies-section-titlte {
    letter-spacing: -.02em;
  }

  .faq-title.hide-sm {
    display: none;
  }

  .faq-title.show-sm {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.intro-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container.section-one-container {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .container.section-three-container {
    max-width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .header {
    z-index: 99;
    padding-top: 0;
    padding-bottom: 0;
  }

  .announcement {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 23px;
  }

  .logo {
    display: none;
  }

  .logo-mobile {
    margin-left: auto;
    margin-right: auto;
  }

  .intro-title-box {
    letter-spacing: -.01em;
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-text {
    margin-bottom: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ribbon {
    padding-left: 13px;
    padding-right: 11px;
  }

  .intro-features-list {
    max-width: 260px;
    margin: 0 auto;
  }

  .button-style-one {
    float: none;
    width: 317px;
    position: static;
  }

  .intro-image-box {
    background-position: 30px 70px;
    background-size: 68%;
    align-self: auto;
    width: 125%;
    margin-bottom: 1.5rem;
    padding-left: 25px;
    display: block;
  }

  .intro-title {
    letter-spacing: -.01em;
    display: inline;
  }

  .intro-feature-image {
    max-width: 115px;
    margin-bottom: 15px;
    margin-right: 12px;
  }

  .intro-sub-text {
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-button-box {
    float: none;
    padding-bottom: 10px;
  }

  .intro-icon-box {
    margin-bottom: 1rem;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-title.text-center {
    flex-direction: column;
    align-items: flex-start;
    display: inline-block;
  }

  .section-title.text-center.mb-0 {
    letter-spacing: .5px;
    margin-bottom: 0;
  }

  .section-title.text-center.mb-less {
    margin-bottom: 0;
  }

  .section-title.text-center.mb-less.section-five-sectitle {
    margin-bottom: 16px;
  }

  .section-title.text-center.mb-less.section-ten-sectitle {
    letter-spacing: -.05em;
    margin-bottom: 16px;
  }

  .section-title.text-center.mb-less.section-twelve-sectitle, .section-title.text-center.mb-less.section-four-sectitle {
    margin-bottom: 16px;
  }

  .section-title.text-center.mb-less.section-nne-sectitle {
    margin-bottom: 15px;
  }

  .section-title.text-center.mb-less.show-lg {
    letter-spacing: -.02em;
    margin-bottom: 15px;
  }

  .section-title.text-center.mb-1-5.hide-lg {
    display: block;
  }

  .section-title.text-center.mb-1-5.hide-sm {
    display: none;
  }

  .section-title.text-center.section-one-sectitle, .section-title.text-center.section-two-sectitle {
    margin-bottom: 1.5rem;
  }

  .section-title.text-center.section-six-sectitle {
    margin-bottom: 16px;
  }

  .section-title.text-center.mb-less.test-sectitle {
    margin-bottom: 32px;
  }

  .section-title.text-center.benefits-title {
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
  }

  .section-title.text-center.mb-less.faqs {
    display: block;
  }

  .colored {
    font-size: 24px;
    line-height: 29px;
    display: inline;
  }

  .text.pb-md-3 {
    padding-bottom: 0;
  }

  .text.pull-up {
    letter-spacing: 0;
  }

  .text.ls--2.section-thirteen-text {
    padding-right: 2px;
  }

  .text.hide-sm {
    display: none;
  }

  .text.last-border {
    letter-spacing: .6px;
    margin-bottom: 0;
  }

  .image.drop-shadow-2.height643 {
    height: auto;
  }

  .section-two, .section-four {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-five {
    background-color: #e1f1dd;
    padding-bottom: 12px;
  }

  .heading-2 {
    letter-spacing: -.005em;
    margin-top: 0;
  }

  .section-five-outer-box {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-five-image-box.hide-sm {
    display: none;
  }

  .section-five-image-box.hide-lg {
    padding-top: 10px;
  }

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

  .heading-4 {
    letter-spacing: -.02em;
    max-width: 100%;
    display: inline;
  }

  .section-six-image-box {
    order: 1;
  }

  .section-six-image-box.hide-lg {
    margin-bottom: 23px;
  }

  .section-six-image-box.hide-sm {
    display: none;
  }

  .section-six-outer-box {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-seven {
    padding-bottom: 40px;
  }

  .heading-5 {
    letter-spacing: -.02em;
    display: inline;
  }

  .section-seven-outer-box {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-two.hide-sm {
    display: none;
  }

  .section-eight-outer-box {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-eight-list-box {
    padding-top: 0;
  }

  .section-eight-list {
    background-position: 0 2%;
  }

  .paragraph-two {
    letter-spacing: -.01em;
  }

  .text-two {
    letter-spacing: -.012em;
    margin-bottom: 3px;
  }

  .section-eight {
    padding-bottom: 2px;
  }

  .section-nine-button-box {
    position: static;
  }

  .section-ten-outer-box {
    max-width: 403px;
  }

  .text-three {
    letter-spacing: -.01em;
    background-position: 5px 8px;
    background-size: 18px;
    padding-left: 25px;
  }

  .heading-6.ls--1.text-center {
    letter-spacing: -.05em;
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-eleven-block-text {
    letter-spacing: -.012em;
    margin-top: .25rem;
  }

  .section-eleven-block-title {
    letter-spacing: .5px;
    margin-top: 10px;
    margin-bottom: .5rem;
  }

  .section-twelve-block-tex {
    letter-spacing: -.01em;
  }

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

  .section-thirteen-heading {
    letter-spacing: -.02em;
  }

  .section-thirteen-list {
    margin-bottom: 15px;
  }

  .section-thirteen-recipe-content {
    padding-top: 0;
  }

  .heading-8 {
    letter-spacing: .5px;
    margin-bottom: -8px;
    font-size: 26px;
    line-height: 30px;
  }

  .blue-box {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    margin-right: 0;
  }

  .paragraph-5.ls--1 {
    text-align: left;
    margin-top: -13px;
    margin-bottom: -10px;
  }

  .main-footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-two-button-box {
    float: none;
  }

  .image-8.hide-sm {
    display: none;
  }

  .heading-4.ls--1 {
    letter-spacing: -.05em;
  }

  .markbrown-two {
    letter-spacing: -.02em;
    padding-left: 10px;
    padding-right: 10px;
  }

  .drop-shadow-3.hide-sm {
    display: none;
  }

  .heading-13, .heading-14, .heading-15, .heading-16 {
    display: inline;
  }

  .heading-17, .heading-18, .heading-19, .heading-20, .heading-21 {
    letter-spacing: -.02em;
    display: inline;
  }

  .heading-22 {
    letter-spacing: -.02em;
    display: block;
  }

  .heading-24 {
    color: var(--theme-color-2);
    display: inline;
  }

  .heading-25 {
    color: var(--theme-green);
    letter-spacing: -.04em;
    display: inline;
  }

  .image-10 {
    margin: 0 auto;
    padding-right: 102px;
    display: inline-block;
    left: -6px;
  }

  .section-one-text {
    letter-spacing: .5px;
  }

  .main-row.testi-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .image-4.one {
    padding-bottom: 0;
  }

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

  .pricing-section {
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .image-5 {
    max-height: 250px;
  }

  .pricing-block-list-box {
    padding-left: 28.5px;
    padding-right: 28.5px;
  }

  .pricing-block-title-box-two {
    padding-top: 19px;
    padding-bottom: 12px;
  }

  .pricing-block-list {
    max-width: 100%;
  }

  .image-6 {
    max-height: 250px;
  }

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

  .pricing-block-title-box {
    padding-bottom: 13px;
  }

  .pricing-block {
    min-width: auto;
    max-width: 374px;
  }

  .pricing-block.best-value {
    max-width: 228%;
  }

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

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

  .pricing-details {
    padding-left: 28.5px;
    padding-right: 28.5px;
  }

  .testi-block-image-box {
    display: none;
  }

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

  .testi-block-title {
    letter-spacing: -.02em;
    margin-bottom: .5rem;
    font-size: 20px;
    line-height: 26px;
  }

  .testimonial-title-box {
    margin-bottom: 10px;
  }

  .heading-26 {
    letter-spacing: -.02em;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 32px;
    line-height: 37px;
  }

  .testimonial-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testi-image.hide-md {
    display: block;
  }

  .benefits-section {
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .section-thirteen-image {
    float: right;
    object-fit: cover;
    min-height: 480px;
    margin-bottom: 20px;
    text-decoration: none;
  }

  .hide-lg {
    display: block;
  }

  .hide-lg.mb-32 {
    margin-bottom: 23px;
  }

  .colored-two {
    color: var(--theme-green);
  }

  .section-five-text-box-two.hide-sm {
    display: none;
  }

  .text-four.hide-lg {
    letter-spacing: .4px;
    order: 1;
  }

  .intro-icon-box-two {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-icon-box-two.hide-sm {
    display: none;
  }

  .testi-outer-box {
    margin-left: -15px;
    margin-right: -15px;
  }

  .heading-28 {
    letter-spacing: -.02em;
    margin-bottom: .5rem;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    line-height: 37px;
  }

  .text-five {
    letter-spacing: -.02em;
  }

  .section-five-text {
    letter-spacing: -.01em;
  }

  .section-six-text {
    letter-spacing: .2px;
  }

  .section-seven-text, .section-seven-text-two, .section-eight-text.ls--1 {
    letter-spacing: -.02em;
  }

  .section-nine-text {
    letter-spacing: -.012em;
  }

  .section-nine-text-two {
    letter-spacing: -.01em;
  }

  .section-nine-text-three {
    letter-spacing: -.02em;
    padding-right: 5px;
  }

  .section-ten-text, .section-ten-text-two {
    letter-spacing: -.01em;
  }

  .section-twelve-block-text-two {
    letter-spacing: -.016em;
    padding-right: 5px;
  }

  .section-twelve-block-text-three {
    letter-spacing: -.02em;
    padding-right: 6px;
  }

  .heading-29 {
    margin-bottom: .5rem;
  }

  .colored-three {
    letter-spacing: -.01em;
    font-size: 24px;
    line-height: 29px;
    display: inline;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 24px;
  }

  .accordion-text {
    font-size: 18px;
    line-height: 22px;
  }

  .accordion-toggle {
    padding: 0 40px 0 16px;
  }

  .dropdown-list {
    padding-left: 16px;
  }

  .dropdown-list.acc-dropdown {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .accordions {
    margin-left: -15px;
    margin-right: -15px;
  }

  .studies-icon {
    margin: 0;
    position: absolute;
    right: 18px;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .studies-list-2 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .studies-mobile-title {
    white-space: normal;
  }

  .studies-article-box-2 {
    width: 275px;
    margin-left: auto;
    margin-right: auto;
  }

  .studies-mobile-section {
    padding-top: 32px;
  }

  .studies-section-titlte {
    color: #47763b;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .studies-toggle {
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 60px;
    padding: 0 40px 0 16px;
    display: flex;
  }

  .section-four-title {
    margin-bottom: .5rem;
  }

  .faq-title.hide-sm {
    display: none;
  }

  .faq-title.show-sm {
    color: #47763b;
    letter-spacing: -.02em;
    font-size: 32px;
    line-height: 37px;
    display: inline-block;
  }

  .section-five-text-two {
    letter-spacing: -.005em;
    margin-bottom: 20px;
  }

  .pricing-block-text {
    color: #281c17;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }

  .bold-text-17 {
    color: var(--theme-green);
  }

  .pricing-block-title-box-two-copy {
    padding-top: 19px;
    padding-bottom: 12px;
  }

  .pricing-section-copy {
    margin-left: -3px;
    margin-right: -3px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .bold-text-18 {
    color: var(--theme-color-light);
    -webkit-text-stroke-color: var(--theme-color-dark);
    text-shadow: 0 1px 1px #0003;
    object-fit: fill;
    background-color: #000;
  }

  .section-five-copy {
    background-color: #e1f1dd;
    padding-bottom: 12px;
  }

  .pricing-block-title-box-copy {
    padding-bottom: 13px;
  }

  .text-block-3 {
    word-break: break-all;
  }
}

#w-node-_5e95db54-eba7-1ae4-7fac-0e4c2c56c6fe-7d137ab9, #w-node-c46e5c84-d8b2-9224-6fc8-3d10e8df53aa-7d137ab9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_5e95db54-eba7-1ae4-7fac-0e4c2c56c6fe-7d137ab9, #w-node-c46e5c84-d8b2-9224-6fc8-3d10e8df53aa-7d137ab9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5e95db54-eba7-1ae4-7fac-0e4c2c56c6fe-7d137ab9, #w-node-c46e5c84-d8b2-9224-6fc8-3d10e8df53aa-7d137ab9 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gteestiprodisplay';
  src: url('../fonts/GTEestiProDisplay-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gteestiprodisplay';
  src: url('../fonts/GTEestiProDisplay-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gteestiprodisplay';
  src: url('../fonts/GTEestiProDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gteestiprodisplay';
  src: url('../fonts/GTEestiProDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gteestiprodisplay';
  src: url('../fonts/GTEestiProDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-SemiboldIt.ttf') format('truetype'), url('../fonts/MyriadPro-SemiboldIt.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro It';
  src: url('../fonts/MyriadPro-It.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Myriadpro';
  src: url('../fonts/MyriadPro-BoldIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('../fonts/NeueHaasDisplay-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('../fonts/NeueHaasDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplay';
  src: url('../fonts/NeueHaasDisplay-Thin.ttf') format('truetype'), url('../fonts/NeueHaasDisplay-XThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplay Mediu';
  src: url('../fonts/NeueHaasDisplay-Mediu.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplay Roman';
  src: url('../fonts/NeueHaasDisplay-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Cervoneue';
  src: url('../fonts/Fontspring-DEMO-cervoneue-lightneue.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Cervoneue';
  src: url('../fonts/Fontspring-DEMO-cervoneue-semiboldneue.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Cervoneue';
  src: url('../fonts/Fontspring-DEMO-cervoneue-regularneue.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontspring Demo Cervoneue';
  src: url('../fonts/Fontspring-DEMO-cervoneue-boldneue.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}