:root {
  --body-font-family: Myriadpro, sans-serif;
  --text-color: black;
  --body-font-size: 20px;
  --body-line-height: 24px;
  --title-font: "Fa Solid 900", 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: #56c3e8;
  --h5-font-size: 22px;
  --h6-font-size: 18px;
  --container: 1320px;
  --theme-color-light: white;
  --text-font: Gteestiprodisplay, sans-serif;
  --color: #21b8eb;
  --h2-font-size: 46px;
  --h4-font-size: 24px;
  --small-container: 790px;
  --larg-container: 1550px;
  --dark-blue: var(--color);
  --white: white;
  --black: black;
}

.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 {
  width: 100%;
  max-width: var(--container);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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;
}

.container.px-0 {
  max-width: 1016px;
}

.header {
  z-index: 99;
  width: 100%;
  text-align: center;
  background-color: #56c3e8;
  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: 50%;
  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-dark);
  margin-bottom: 3rem;
  font-family: Lora, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.ribbon {
  height: 26px;
  color: var(--theme-color-light);
  background-image: url('../images/ribbon_1ribbon.png');
  background-position: 100%;
  background-size: auto;
  padding: 2px 15px 2px 8px;
  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');
}

.intro-features-list {
  padding-top: 20px;
  padding-bottom: 0;
}

.intro-features-list.mobile {
  display: none;
}

.button-style-one {
  min-width: 317px;
  background-color: var(--theme-color-1);
  font-family: var(--text-font);
  color: var(--theme-color-light);
  text-align: center;
  letter-spacing: .03em;
  background-image: linear-gradient(#1ab22c, #1ab22c);
  border-radius: 50px;
  padding: 14px 21px;
  font-weight: 700;
  line-height: 27px;
  display: inline-block;
  box-shadow: 0 6px 5px rgba(0, 0, 0, .25);
}

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

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

.row {
  flex-wrap: nowrap;
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.intro-title {
  font-family: var(--text-font);
  color: #21b8eb;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 50px;
}

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

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

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

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

.intro-icon {
  padding-bottom: 10px;
}

.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: #f4f1e9;
  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.mb-less {
  margin-bottom: 33px;
}

.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 {
  font-family: var(--text-font);
  color: var(--theme-color-1);
}

.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: 1rem;
}

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

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

.section-one-image-box {
  max-width: 100%;
  background-image: url('../images/katsl1-circle2.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  margin-right: 70px;
  display: flex;
}

.image {
  border-radius: 10px;
}

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

.section-two {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  padding-top: 64px;
  padding-bottom: 64px;
}

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

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

.section-three {
  background-color: #dff3fa;
  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: rgba(216, 214, 213, .58);
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
}

.heading-2 {
  max-width: 660px;
  font-family: var(--text-font);
  margin-left: auto;
  margin-right: auto;
}

.section-five-outer-box {
  max-width: 1160px;
  align-items: flex-start;
  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: #dff3fa;
  padding-top: 64px;
  padding-bottom: 32px;
  position: relative;
}

.heading-4 {
  max-width: 820px;
  font-family: var(--text-font);
  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 {
  max-width: 1160px;
  align-items: flex-start;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
  display: flex;
  position: relative;
}

.markbrown {
  letter-spacing: .03rem;
  background-color: #e5d3c5;
  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/SHM_Icon_Shield_s.webp');
  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 {
  max-width: 1164px;
  align-items: flex-start;
  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 {
  max-width: 1156px;
  align-items: flex-start;
  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/SHM_Icon_Shield_s.webp');
  background-position: 0 0;
  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: #dff3fa;
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-nine-outer-box {
  max-width: 1130px;
  align-items: flex-start;
  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 {
  max-width: 30em;
  background-color: #e5d3c5;
  border-radius: 10px;
  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: rgba(216, 214, 213, .58);
  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;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.section-ten-bg {
  background-image: url('../images/panel16_1panel16.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-ten-outer-box {
  z-index: 3;
  max-width: 842px;
  opacity: .97;
  background-color: #e8f6f6;
  border-radius: 10px;
  margin: 0 auto;
  padding: 32px 64px 15px;
  position: relative;
  box-shadow: 10px 0 40px 10px rgba(42, 67, 94, .16);
}

.text-three {
  width: 100%;
  background-color: #e5d3c5;
  background-image: url('../images/download.svg');
  background-position: 15px 8px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 10px;
  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;
}

.heading-6.ls--1.text-center {
  font-family: var(--text-font);
}

.section-eleven {
  background-color: rgba(216, 214, 213, .58);
  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 {
  width: 145px;
  height: 145px;
  border-radius: 50%;
}

.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 {
  width: 145px;
  height: 145px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, .25);
}

.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: #fff;
  padding-top: 64px;
  padding-bottom: 64px;
}

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

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

.section-thirteen-outer-box {
  max-width: 1130px;
  align-items: flex-start;
  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/download-1.svg');
  background-position: 0 0;
  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 {
  max-width: 965px;
  font-family: var(--text-font);
  color: #281c17;
  text-align: center;
  letter-spacing: .5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

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

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

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

.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 {
  max-width: 600px;
  background-image: linear-gradient(116.73deg, #ebe4d0, #e3d2a1);
  border-radius: 10px;
  margin: 0 auto;
}

.section-four-image.drop-shadow {
  margin-bottom: 16px;
}

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

.paragraph-three {
  letter-spacing: -.02em;
  background-color: #e8f6f6;
  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: #233b86;
  padding-top: 64px;
  padding-bottom: 64px;
  font-size: 14px;
}

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

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

.text-3.copyright-text {
  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, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 {
  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;
}

.image-8.hide-sm {
  border-radius: 10px;
}

.section-seven-button-box {
  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: #e5d3c5;
  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;
}

.heading-13, .heading-14, .heading-15, .heading-16, .heading-17, .heading-18, .heading-21, .heading-24 {
  font-family: var(--text-font);
}

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

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

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

.image-10 {
  display: block;
}

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

.main-row {
  padding: 0;
}

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

.main-row.testi-row {
  max-width: 1067px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  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 {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.pricing-section.new-bg {
  background-color: #56c3e8;
}

.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: #ddf6ff;
  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: #a0e7ff;
  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 {
  width: 50px;
  height: 2px;
  background-color: #d95d5d;
  position: absolute;
  top: 50%;
  left: 0;
}

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

.pricing-block {
  width: 314px;
  max-width: 355px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  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;
}

.heading-26 {
  font-family: var(--text-font);
}

.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 {
  max-width: 518px;
  background-color: #f4f1e9;
  border-radius: 6px;
  align-items: flex-start;
  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 {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 10px;
}

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

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

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

.secton-sixteen-image {
  width: 100%;
}

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

.section-seventeen-studies-item-title-box-line {
  width: 100%;
  border-top: 2px solid #0a1a52;
  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;
  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-radius: 4px;
}

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

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

.heading-27 {
  max-width: 820px;
  font-family: var(--text-font);
  margin-left: auto;
  margin-right: auto;
}

.hide-lg {
  display: none;
}

.colored-two {
  font-family: var(--text-font);
  color: var(--color);
}

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

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

.heading-28 {
  font-family: var(--text-font);
}

.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-color-1);
}

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

.container-4 {
  width: 100%;
  max-width: 1320px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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 {
  height: 67px;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  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 {
  width: 100%;
  border-bottom: .5px solid #000;
  margin-top: 1px;
  margin-bottom: 1px;
  display: block;
  overflow: hidden;
}

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

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

.container-5 {
  width: 100%;
  max-width: 1320px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  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 {
  max-width: 820px;
  color: #ad5555;
  letter-spacing: -.02em;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  line-height: 37px;
}

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

.faq-title.hide-sm {
  font-family: var(--text-font);
}

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

.image-11 {
  max-width: 85%;
}

.image-12 {
  width: 100%;
  border-radius: 10px;
  padding-top: 60px;
}

.new-pricing-table {
  background-color: #56c3e8;
  padding-top: 40px;
  padding-bottom: 40px;
}

.new-pricing-block {
  padding-top: 10px;
  padding-bottom: 10px;
}

.new-pricing-block._1 {
  background-color: #9acddf;
}

.new-pricing-block._2 {
  background-color: #b4ecff;
}

.link-block {
  align-self: center;
}

.link-block-2 {
  align-self: flex-end;
}

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

.p {
  color: #525252;
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
  position: relative;
}

.p.p5 {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.citations-text {
  border: 2px dashed #cecece;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: 400;
}

.citations-text.citation {
  border-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  line-height: 20px;
}

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

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

.section-one-image-box-2 {
  max-width: 47%;
  background-image: url('../images/katsl1-circle2.png');
  background-position: 100% 34px;
  background-repeat: no-repeat;
  background-size: 90%;
  justify-content: center;
  align-items: flex-end;
  margin-right: 70px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 768px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .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 {
    max-width: 100%;
    text-align: center;
    padding-left: 0%;
  }

  .logo {
    display: none;
  }

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

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

  .intro-features-list {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

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

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

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

  .intro-image-box {
    width: 100%;
    text-align: center;
    order: -1;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-top: 20px;
  }

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

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

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

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

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

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

  .section-title.text-center.mb-1-5.hide-sm {
    padding-top: 20px;
  }

  .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 rgba(40, 28, 23, .5);
    margin-bottom: 32px;
    padding-bottom: 20px;
  }

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

  .image {
    padding-top: 40px;
  }

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

  .section-two-image-box {
    max-width: 100%;
    order: -1;
    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 {
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    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 {
    max-width: 157%;
    flex-direction: column;
    align-items: center;
  }

  .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 {
    max-width: 100%;
    order: -1;
    margin-bottom: 32px;
    margin-left: 0;
  }

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

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

  .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 {
    max-width: 100%;
    text-align: center;
    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 {
    max-width: 768px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .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: 100%;
  }

  .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 {
    max-width: 70%;
    display: block;
  }

  .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-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%;
    max-width: 228px;
    min-width: 100%;
    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%;
  }

  .secton-sixteen-image, .studies-list-items {
    width: 100%;
  }

  .studies-section {
    display: none;
  }

  .section-thirteen-image {
    margin-left: -15%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .image-11 {
    max-width: 100%;
    display: block;
  }

  .image-12 {
    display: none;
  }

  .link-block {
    order: -1;
  }

  .link-block-2 {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

@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: 100%;
    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;
  }

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

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

  .section-thirteen-image {
    margin-left: -15%;
  }

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

  .link-block-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .p {
    line-height: 1.8;
  }
}

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

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

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

  .intro-features-list {
    width: 508px;
    max-width: 100%;
    margin: 0;
    display: none;
  }

  .intro-features-list.mobile {
    display: inline;
  }

  .intro-image-box {
    width: 100%;
    background-image: none;
    margin-bottom: 1.5rem;
    padding-left: 0;
    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 {
    padding-bottom: 75px;
  }

  .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 {
    margin-bottom: 0;
    padding-bottom: 20px;
    line-height: 0;
    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: 20px;
    padding-right: 20px;
    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 {
    padding-top: 0;
  }

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

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

  .section-five {
    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 {
    max-width: 100%;
    letter-spacing: -.02em;
    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;
  }

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

  .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-lower-image {
    max-width: 100%;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .bg.section-ten-bg {
    background-position: 50% 0;
  }

  .section-ten-outer-box {
    max-width: 403px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .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-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: -15px;
    margin-right: -15px;
  }

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

  .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 {
    display: inline;
  }

  .heading-14 {
    display: block;
  }

  .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-23 {
    line-height: 0;
  }

  .heading-24 {
    display: inline;
  }

  .heading-25 {
    letter-spacing: -.04em;
    display: inline;
  }

  .image-10 {
    width: 100%;
    margin: 0 auto;
  }

  .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 {
    max-width: 374px;
    min-width: auto;
  }

  .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 {
    min-height: 480px;
    object-fit: cover;
  }

  .hide-lg {
    display: block;
  }

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

  .colored-two {
    line-height: 37px;
    display: block;
  }

  .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: 10px;
    padding-right: 10px;
    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 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

  .faq-title.show-sm {
    font-family: var(--text-font);
    color: var(--color);
    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;
  }

  .link-block-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-3 {
    display: none;
  }

  .p {
    line-height: 1.8;
  }
}

#w-node-_3b183e86-95ee-f8c1-dfd9-02c9bf491121-d67cd836 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

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

#w-node-db5998b7-5175-2b09-2f81-f845478fa1b5-d67cd836, #w-node-f65949c4-fb0d-3fc7-faf9-2bc5a2e1ebf5-d67cd836 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_3b183e86-95ee-f8c1-dfd9-02c9bf491121-d67cd836 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  #w-node-db5998b7-5175-2b09-2f81-f845478fa1b5-d67cd836, #w-node-f65949c4-fb0d-3fc7-faf9-2bc5a2e1ebf5-d67cd836 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3b183e86-95ee-f8c1-dfd9-02c9bf491121-d67cd836, #w-node-_5e95db54-eba7-1ae4-7fac-0e4c2c56c6fe-d67cd836, #w-node-c46e5c84-d8b2-9224-6fc8-3d10e8df53aa-d67cd836, #w-node-db5998b7-5175-2b09-2f81-f845478fa1b5-d67cd836, #w-node-f65949c4-fb0d-3fc7-faf9-2bc5a2e1ebf5-d67cd836 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b183e86-95ee-f8c1-dfd9-02c9bf491121-d67cd836 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3b183e86-95ee-f8c1-dfd9-02c9bf491145-d67cd836, #w-node-_3b183e86-95ee-f8c1-dfd9-02c9bf49116a-d67cd836 {
    order: -9999;
  }

  #w-node-db5998b7-5175-2b09-2f81-f845478fa1b5-d67cd836 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-db5998b7-5175-2b09-2f81-f845478fa1d8-d67cd836, #w-node-db5998b7-5175-2b09-2f81-f845478fa1fb-d67cd836 {
    order: -9999;
  }

  #w-node-f65949c4-fb0d-3fc7-faf9-2bc5a2e1ebf5-d67cd836 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-f65949c4-fb0d-3fc7-faf9-2bc5a2e1ec18-d67cd836, #w-node-f65949c4-fb0d-3fc7-faf9-2bc5a2e1ec3b-d67cd836 {
    order: -9999;
  }
}


@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;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaPTHeavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaPTMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/FuturaPTExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}