.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 {
  color: #333;
  background-color: #f3f3f3;
  font-family: Circularstd Book, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.list {
  color: #2d2d2d;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 30px;
  font-family: Circularstd Book, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
}

.list.bot30 {
  margin-bottom: 30px;
}

.list.paddingtop0 {
  padding-top: 0;
}

.list.paddingtop0.bot30 {
  margin-bottom: 30px;
}

.list.paddingtop0.bot30.left50 {
  margin-top: 30px;
  margin-left: 30px;
}

.hero-section {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/bg-herpes.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 20px;
  position: static;
}

.main-container {
  max-width: 1123px;
  position: relative;
}

.hero-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.block-grey {
  background-color: #fafafa;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.paragraph-footer {
  color: #121212;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.hero-image-block-2 {
  width: 40%;
}

.hero-content-block-2 {
  width: 60%;
}

.block-white-top {
  background-color: #fff;
  border: 0 solid #000;
  border-top-width: 1px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.footer-block {
  padding: 40px 80px;
}

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

.section-first {
  z-index: 2;
  margin-top: -30px;
  padding-left: 0;
  padding-right: 0;
}

.block-no-bg {
  margin-bottom: 0;
  padding: 40px 80px;
}

.block-no-bg.profuct-block {
  padding-left: 0;
  padding-right: 0;
}

.blockquote {
  width: 800px;
  text-align: left;
  background-color: #f7f7f7;
  border: 2px dashed #c40000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px auto;
  padding: 30px 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.blockquote.bot40 {
  border-color: #006090;
  margin-bottom: 40px;
}

.bodytext {
  color: #2d2d2d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.bodytext.testimonial-content {
  background-color: #fff;
  border-left: 10px solid #c40000;
  margin-bottom: 0;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.bodytext.testimonial-content.top15 {
  border: 1px #000;
  border-left: 8px solid #2e469e;
}

.bodytext.top15 {
  margin-top: 15px;
}

.bodytext.bot30 {
  margin-bottom: 30px;
}

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

.bodytext.midalign.bot10 {
  margin-bottom: 10px;
}

.bodytext.horpadding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.bodytext.top25 {
  margin-top: 25px;
}

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

.div-block-2 {
  width: 12px;
  background-color: #2e469e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testi-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f7f7f7;
  border: 2px #c40000;
  border-radius: 15px;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px 3px rgba(0, 0, 0, .1);
}

.testi-box.top30 {
  border-style: none;
  border-radius: 25px;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 0 1px 20px -2px rgba(0, 0, 0, .15);
}

.testi-box.bot40.top40 {
  margin-top: 40px;
}

.testi-box.bot30 {
  margin-bottom: 30px;
}

.testi-box.bot30.top40 {
  margin-top: 40px;
}

.image-7 {
  width: 170px;
  border-radius: 15px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .3);
}

.product-options {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 60px;
  padding: 0;
}

.link-11 {
  color: #337ab7;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.divider-500 {
  width: 500px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.divider-500.divider-rounded {
  width: 150px;
  height: 8px;
  background-color: #2e469e;
}

.divider-500.divider-rounded.bot30 {
  margin-bottom: 30px;
}

.divider-500.divider-600.bot30 {
  width: 600px;
  margin-bottom: 30px;
}

.underline {
  text-decoration: underline;
}

.hl-65 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 65px;
}

.hl-65.blue {
  color: #2e469e;
  -webkit-text-stroke-color: #2e469e;
}

.hl-65.blue.top-10 {
  margin-top: -5px;
}

.hl-65.lighterblue {
  color: #b8dcff;
}

.slabo30 {
  color: #141414;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.slabo30.white {
  color: #fff;
}

.slabo30.white.horpadding140.bot30 {
  padding-left: 140px;
  padding-right: 140px;
}

.slabo30.bot30 {
  margin-bottom: 30px;
}

.list-bigger {
  margin-bottom: 10px;
  font-size: 22px;
}

.hl-35 {
  color: #2f2f2f;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 38px;
}

.hl-35.top30 {
  margin-top: 30px;
}

.hl-35.white {
  color: #fff;
}

.hl-35.white.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-35.bot30 {
  margin-bottom: 30px;
}

.hl-35.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.hl-35.blue {
  color: #2e469e;
}

.hl-35.blue.padding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-35.horpadding150 {
  padding-left: 140px;
  padding-right: 140px;
}

.hl-60 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

.hl-60.blue {
  color: #2e469e;
}

.hl-60.lighterblue {
  color: #b8dcff;
}

.hl-60.lighterblue.top-5 {
  margin-top: -5px;
}

.image-13 {
  width: 750px;
  text-align: center;
  object-fit: fill;
}

.img-container {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.img-container.bot30 {
  margin-bottom: 30px;
}

.img-container.top0 {
  margin-top: 0;
}

.hl-50 {
  text-align: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.hl-50.blue {
  color: #2e469e;
}

.hl-50.blue.bot30 {
  margin-bottom: 30px;
}

.list--regular {
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-weight: 400;
}

.divider-750 {
  width: 750px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.divider-750.divider-950 {
  width: 950px;
}

.divider-750.divider-900 {
  width: 900px;
}

.divider-750.divider-900.bot30, .divider-750.bot30 {
  margin-bottom: 30px;
}

.divider-750.lighter {
  -webkit-text-stroke-color: rgba(255, 255, 255, .25);
  background-color: rgba(217, 217, 217, .41);
}

.hl-45 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.hl-45.white {
  color: #fff;
}

.hl-45.white.horpadding140 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-45.blue {
  color: #2e469e;
}

.hl-45.blue.bot30 {
  margin-bottom: 30px;
}

.hl-45.blue.bot30.padding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-45.blue.horpadding60.bot30 {
  padding-left: 60px;
  padding-right: 60px;
}

.hl-45.bot30 {
  margin-bottom: 30px;
}

.hl-45.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.hl-45.spacing1 {
  letter-spacing: 4px;
}

.hl-45.spacing1.top10 {
  margin-top: 10px;
}

.hl-55 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.hl-55.blue {
  color: #2e469e;
}

.hl-55.bot30 {
  margin-bottom: 30px;
}

.hl-30 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.hl-30.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.hl-30.horpadding170 {
  padding-left: 170px;
  padding-right: 170px;
}

.hl-30.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

.hl-30.top30.padding120 {
  padding-left: 120px;
  padding-right: 120px;
}

.hl-30.blue {
  color: #2e469e;
}

.hl-30.bot30 {
  margin-bottom: 30px;
}

.hl-30.top25 {
  margin-top: 25px;
}

.block-white-bottom {
  background-color: #fff;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

._2column-stack {
  margin-bottom: 30px;
  padding: 0;
}

._2column-stack.bot0 {
  margin-bottom: 0;
}

._2column-stack.horpadding100 {
  padding-left: 100px;
  padding-right: 100px;
}

._2column-stack.top30.s-bot-5.bot10 {
  margin-bottom: 10px;
}

.block-white-mid {
  background-color: #fff;
  border-radius: 0;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.block-color {
  color: #fff;
  background-image: url('../images/dark-blue2.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.strike {
  text-decoration: line-through;
}

.top30 {
  margin-top: 30px;
}

.hl-80 {
  color: #141414;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 80px;
}

.hl-80.blue {
  color: #2e469e;
  -webkit-text-stroke-color: #0d1d7a;
}

.hl-80.blue.bot30 {
  margin-bottom: 30px;
}

.hl-80.blue.padding50 {
  padding-left: 40px;
  padding-right: 40px;
}

.hl-80.lighterblue {
  color: #b8dcff;
}

.hl-40 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.hl-40.horpadding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.hl-40.blue, .hl-40.blue.horpadding80, .hl-40.blue.horpadding80.bot30 {
  color: #2e469e;
}

.hl-40.bot30 {
  margin-bottom: 30px;
}

.hl-40.white.top-10 {
  margin-top: -10px;
}

.hl-40.white.top-10.padding60 {
  padding-right: 60px;
}

.hl-40.horpadding180 {
  padding-left: 180px;
  padding-right: 180px;
}

.slabo35 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.slabo35.blue {
  color: #2e469e;
}

.slabo35.blue.top0 {
  margin-top: 0;
}

.slabo35.blue.top0.horpadding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.slabo25 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.slabo25.leftalign {
  text-align: left;
}

.slabo25.leftalign.bot30 {
  margin-bottom: 30px;
}

.slabo25.leftalign.bot30.top0 {
  margin-top: 0;
  margin-bottom: 20px;
}

.slabo25.leftalign.top0 {
  margin-top: 0;
}

.slabo25.leftalign.top0.bot30 {
  margin-top: 0;
  margin-bottom: 30px;
}

.divider-250 {
  width: 250px;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.divider-250.bot30 {
  margin-bottom: 30px;
}

.divider-250.bot20 {
  margin-bottom: 20px;
}

.subheading-30 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.subheading-30.white {
  color: #fff;
}

.subheading-30.bot30 {
  margin-bottom: 30px;
}

.subheading-30.horpadding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.subheading-30.top0 {
  margin-top: 0;
}

.subheading-30.top100 {
  margin-top: 100px;
}

.subheading-30.top100.bot30 {
  margin-top: 80px;
  margin-bottom: 30px;
}

.subheading-30.grey {
  color: #ddd;
}

.subheading-30.grey.padding60 {
  padding-right: 60px;
}

.subheading-25 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.subheading-25.bot30 {
  margin-bottom: 30px;
}

.subheading-25.horpadding140 {
  padding-left: 140px;
  padding-right: 140px;
}

.subheading-25.horpadding140.bot30 {
  margin-bottom: 30px;
}

.subheading-25.white {
  color: #fff;
}

.subheading-25.horpadding60 {
  padding-left: 60px;
  padding-right: 60px;
}

.blockquote-2 {
  width: 650px;
  text-align: left;
  background-color: #f7f7f7;
  border: 2px dashed #2e469e;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 20px auto;
  padding: 30px 40px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.blockquote-2.alignstretch {
  align-items: stretch;
}

.blockquote-2.alignstretch.bot30, .blockquote-2.bot30 {
  border-color: #006090;
  margin-bottom: 30px;
}

.blockquote-2.xxs-top-10 {
  margin-top: 0;
}

.div-block-11 {
  width: 10px;
  background-color: #2e469e;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slabo45 {
  margin-top: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 45px;
  line-height: 50px;
}

.slabo45.lighterblue {
  color: #b8dcff;
}

.slabo45.lighterblue.centered {
  text-align: center;
}

.slabo45.lighterblue.centered.top-10 {
  margin-top: -10px;
}

.image-16 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.image-16.width85 {
  max-width: 85%;
}

.stretchalign, .stretchalign-2 {
  align-items: stretch;
}

.text-span-13, .text-span-19 {
  text-decoration: underline;
}

.img-container-3 {
  width: 100%;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.img-container-3.bot30 {
  margin-bottom: 30px;
}

.image-21 {
  width: 300px;
}

.centered {
  align-items: center;
}

.image-17 {
  width: 120px;
  margin: 20px auto 30px;
}

.image-17.width175 {
  width: 150px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.image-17.width300 {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 25px;
}

.image-17.width150 {
  width: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.divider-200 {
  width: 225px;
  height: 1px;
  background-color: #d1d1d1;
  margin: 5px auto;
}

.smaller {
  font-size: 20px;
  line-height: 25px;
}

.hl-25 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: Circularstd Black, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.totalslash {
  margin-top: 10px;
}

.pricing {
  color: #1e0c30;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 120%;
}

.padding60 {
  padding-left: 60px;
}

.text-span-37, .text-span-38 {
  text-decoration: underline;
}

.references {
  color: #a0a0a0;
  padding-left: 100px;
  padding-right: 100px;
}

.references.lr20.lr0 {
  word-break: break-all;
  overflow-wrap: anywhere;
  margin-bottom: 50px;
}

.divider-150 {
  width: 150px;
  height: 5px;
  background-color: #d9d9d9;
  margin: 10px auto;
}

.block {
  background-color: #cacedd;
  text-decoration: underline;
}

.slabo25-convo-blue {
  color: #2e469e;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.divider-convo {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 0 auto;
}

.slabo25-convo {
  color: #141414;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.slabo25-convo.top0 {
  margin-top: 0;
}

.slabo35-convo {
  color: #141414;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.slabo40-convo-blue {
  color: #2e469e;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.slabo35-convo-blue {
  color: #2e469e;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.cell-centered {
  align-items: center;
}

.hl-28 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  font-family: Circularstd Black, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.slabo65 {
  margin-top: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 65px;
  line-height: 70px;
}

.slabo65.lighterblue {
  color: #b8dcff;
}

.slabo65.lighterblue.centered {
  text-align: center;
}

.blockquote-750 {
  width: 750px;
  text-align: left;
  background-color: #f7f7f7;
  border: 2px dashed #2e469e;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin: 20px auto;
  padding: 15px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.blockquote-750.bot30 {
  border-color: #006090;
  margin-bottom: 30px;
}

.blockquote-750.bot30.white {
  background-color: #fff;
}

._90 {
  max-width: 92%;
}

.img-container-4 {
  width: 100%;
  height: auto;
  flex: 0 auto;
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.image-25, .image-26 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.image-26.top-15 {
  margin-top: -20px;
}

.image-27 {
  width: 300px;
  max-width: 100%;
  text-align: center;
  object-fit: fill;
  border: 1px solid #fff;
  border-radius: 15px;
  flex: 1;
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.image-27.top-15 {
  margin-top: -20px;
}

.block-color1 {
  color: #fff;
  background-image: url('../images/bg-feat1.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.block-color2 {
  color: #fff;
  background-image: url('../images/bg2.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.block-color3 {
  color: #fff;
  background-image: url('../images/bg3.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.heading-22 {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-22.darkgrey {
  color: #979797;
}

.div-block-16 {
  height: 680px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-16.first {
  height: 540px;
  background-image: url('../images/bg-bot2.jpg');
  border-radius: 0;
}

.div-block-16.first.left {
  height: 635px;
  background-color: #fff;
  background-image: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-16.first.right {
  height: 635px;
  background-color: #fff;
  background-image: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-17 {
  width: 100%;
  position: relative;
}

.div-block-17.middle {
  margin-top: -25px;
}

.div-block-18 {
  z-index: -1;
  width: 80%;
  height: 100%;
  background-color: #53bbff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-18.redblock {
  background-color: #082e9e;
}

.hl-25-2 {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.hl-25-2.red {
  color: #df0000;
}

.heading-23 {
  color: #999;
  margin-top: -5px;
  margin-bottom: 5px;
  font-family: Circularstd Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.heading-24 {
  color: #1e0c30;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
}

.mbg {
  font-size: 18px;
  line-height: 20px;
}

.mbg.blue {
  color: #107cc7;
  margin-top: 15px;
}

.image-28 {
  margin-top: 0;
}

.free-ship-2 {
  margin-top: -5px;
  font-size: 18px;
  line-height: 20px;
}

.img-4-btl {
  width: 120px;
  margin: 20px auto 30px;
}

._1bottle {
  color: #1e0c30;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
}

._30day {
  color: #999;
  margin-top: -5px;
  margin-bottom: 5px;
  font-family: Circularstd Book, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.free-ship-mobile {
  font-size: 18px;
  line-height: 20px;
}

.save-mobile {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.pricing-mobile {
  color: #1e0c30;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 120%;
}

.regular-price {
  color: #2d2d2d;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.divider-mobile {
  width: 225px;
  height: 1px;
  background-color: #d1d1d1;
  margin: 5px auto;
}

.image-29 {
  margin-top: 0;
}

.img-2-btl {
  width: 120px;
  margin: 20px auto 30px;
}

.image-30 {
  margin-top: 0;
}

.img-1-btl {
  width: 120px;
  margin: 20px auto 30px;
}

.image-31 {
  margin-top: 0;
}

.div-block-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.container1050 {
  max-width: 1050px;
  position: relative;
}

.div-block-20 {
  width: 2px;
  background-color: #337ab7;
}

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

.img-container-mid {
  width: 100%;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .list {
    padding-top: 5px;
  }

  .list.bot30 {
    margin-bottom: 30px;
    padding-top: 0;
  }

  .list.paddingtop0 {
    padding-top: 0;
  }

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

  .blockquote {
    border-color: #006090;
  }

  .blockquote.bot40 {
    margin-bottom: 30px;
  }

  .bodytext {
    padding-left: 0;
  }

  .bodytext.testimonial-content.top15 {
    border-left-color: #006090;
  }

  .bodytext.bot30.midalign, .bodytext.midalign {
    text-align: center;
  }

  .bodytext.midalign.bot10, .bodytext.bot10 {
    margin-bottom: 10px;
  }

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

  .div-block-2 {
    background-color: #006090;
  }

  .testi-box.bot40 {
    margin-bottom: 40px;
  }

  .testi-box.bot30 {
    margin-bottom: 30px;
  }

  .divider-500.divider-rounded {
    width: 100px;
    height: 8px;
    background-color: #006090;
  }

  .divider-500.divider-rounded.bot30 {
    margin-bottom: 30px;
  }

  .divider-500.divider-600 {
    width: 600px;
  }

  .divider-500.divider-600.bot30, .divider-500.bot30 {
    margin-bottom: 30px;
  }

  .hl-65.blue {
    color: #006090;
  }

  .hl-65.blue.top-10.xs-bot-0.xxl-blue {
    color: #2e469e;
  }

  .slabo30.white.horpadding140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .slabo30.bot30 {
    margin-bottom: 30px;
  }

  .slabo30.horpadding140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .hl-35.white {
    color: #fff;
  }

  .hl-35.white.horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hl-35.bot30 {
    margin-bottom: 30px;
  }

  .hl-35.horpadding140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .hl-35.blue, .hl-35.blue.s-hl-32.xs-horpadding-0.xxs-hl-23.xxl-blue {
    color: #2e469e;
  }

  .hl-35.horpadding150 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .hl-60.blue {
    color: #2e469e;
  }

  .image-13 {
    width: 750px;
    max-width: 100%;
  }

  .img-container {
    flex-direction: row;
  }

  .img-container.bot30 {
    margin-bottom: 30px;
  }

  .img-container.bot30.top0 {
    margin-top: 0;
  }

  .hl-50.blue {
    color: #2e469e;
  }

  .hl-50.blue.bot30 {
    margin-bottom: 30px;
  }

  .hl-50.blue.bot30.xxs-hl-38.xxl-blue {
    color: #2e469e;
  }

  .hl-50.bot30 {
    margin-bottom: 30px;
  }

  .divider-750.divider-950 {
    width: 950px;
  }

  .divider-750.divider-900 {
    width: 900px;
  }

  .divider-750.divider-900.bot30, .divider-750.bot30 {
    margin-bottom: 30px;
  }

  .hl-45.white.bot10 {
    margin-bottom: 10px;
  }

  .hl-45.blue {
    color: #2e469e;
  }

  .hl-45.blue.bot30 {
    margin-bottom: 30px;
  }

  .hl-45.blue.bot30.padding100.xxl-bkue {
    color: #2e469e;
  }

  .hl-45.bot30 {
    margin-bottom: 30px;
  }

  .hl-45.horpadding140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .hl-45.horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-55.blue {
    color: #2e469e;
  }

  .hl-55.blue.bot30, .hl-55.bot30 {
    margin-bottom: 30px;
  }

  .hl-30.horpadding140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .hl-30.horpadding170 {
    padding-left: 170px;
    padding-right: 170px;
  }

  .hl-30.horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  ._2column-stack.bot0 {
    margin-bottom: 0;
  }

  ._2column-stack.horpadding100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hl-80.blue {
    color: #2e469e;
  }

  .hl-80.blue.bot30 {
    margin-bottom: 30px;
  }

  .hl-80.blue.padding50 {
    color: #2e469e;
  }

  .hl-40 {
    color: #141414;
  }

  .hl-40.horpadding80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hl-40.blue {
    color: #2e469e;
    -webkit-text-stroke-color: #2e469e;
  }

  .hl-40.blue.horpadding80.bot30, .hl-40.bot30 {
    margin-bottom: 30px;
  }

  .hl-40.white {
    color: #fff;
  }

  .hl-40.horpadding180 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .slabo35.blue {
    color: #2e469e;
  }

  .slabo35.blue.top0 {
    margin-top: 0;
  }

  .slabo35.blue.top0.horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slabo25.leftalign {
    text-align: left;
  }

  .slabo25.leftalign.bot30 {
    flex-direction: row;
    margin-bottom: 30px;
    display: block;
  }

  .slabo25.leftalign.top0 {
    margin-top: 0;
  }

  .slabo25.bot30, .divider-250.bot30 {
    margin-bottom: 30px;
  }

  .divider-250.bot20 {
    margin-bottom: 20px;
  }

  .subheading-30.white {
    color: #fff;
  }

  .subheading-30.white.top0 {
    margin-top: 0;
  }

  .subheading-30.bot30 {
    margin-bottom: 30px;
  }

  .subheading-30.horpadding80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .subheading-30.top0 {
    margin-top: 0;
  }

  .subheading-25.bot30 {
    margin-bottom: 30px;
  }

  .subheading-25.horpadding140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .subheading-25.white {
    color: #fff;
  }

  .subheading-25.horpadding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .blockquote-2 {
    color: #fff;
  }

  .blockquote-2.alignstretch.bot30 {
    border-color: #006090;
  }

  .blockquote-2.bot30 {
    margin-bottom: 30px;
  }

  .div-block-11 {
    background-color: #006090;
    border-left: 5px solid #2e469e;
  }

  .slabo45 {
    color: #141414;
    text-align: center;
  }

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

  .stretchalign {
    align-items: stretch;
  }

  .text-span-11, .text-span-13, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-29 {
    text-decoration: underline;
  }

  .img-container-3.bot30 {
    margin-bottom: 30px;
  }

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

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

  .text-span-33, .text-span-35, .text-span-36 {
    text-decoration: underline;
  }

  .slabo65 {
    color: #141414;
    text-align: center;
  }

  .slabo65.lighterblue.centered.padding60 {
    padding-right: 60px;
  }

  .blockquote-750 {
    color: #fff;
    border-left-width: 0;
    border-left-color: #2e469e;
  }

  .blockquote-750.bot30 {
    margin-bottom: 30px;
  }

  .img-container-mid {
    flex-direction: row;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/bg-herpes.jpg');
    background-position: 50% 0;
    background-size: auto;
    background-clip: border-box;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
  }

  .divider-750 {
    width: 300px;
  }

  .hl-80.blue.padding50 {
    color: #2e469e;
  }

  .subheading-30, .subheading-25 {
    color: #000;
  }

  .divider-convo {
    width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: url('../images/bg-herpes.jpg');
    background-position: 50% 0;
    background-size: auto;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .block-grey {
    background-color: #f7f7f7;
    box-shadow: 4px 0 14px rgba(0, 0, 0, .2);
  }

  .blockquote {
    width: 800px;
    border-color: #2e469e;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 40px;
    padding: 40px;
  }

  .bodytext.testimonial-content {
    border: 1px solid #2e469e;
    border-left-width: 8px;
  }

  .bodytext.testimonial-content.top15 {
    border-left-color: #2e469e;
  }

  .div-block-2 {
    background-color: #2e469e;
  }

  .product-options {
    margin-top: 60px;
  }

  .divider-500.divider-rounded {
    background-color: #2e469e;
  }

  .hl-65 {
    font-family: Circularstd Black, sans-serif;
  }

  .hl-65.blue.top-10.xs-bot-0.xxl-blue, .hl-35.blue, .hl-35.blue.s-hl-32.xs-horpadding-0.xxs-hl-23.xxl-blue {
    color: #2e469e;
  }

  .hl-60 {
    font-family: Circularstd Black, sans-serif;
  }

  .hl-60.blue {
    color: #2e469e;
  }

  .hl-60.lighterblue.top-5 {
    margin-top: -10px;
  }

  .hl-50.blue, .hl-50.blue.bot30.xxs-hl-38.xxl-blue {
    color: #2e469e;
  }

  .hl-45.white.horpadding140 {
    padding-left: 100px;
    padding-right: 100px;
    line-height: 47px;
  }

  .hl-45.blue, .hl-45.blue.bot30.padding100.xxl-bkue, .hl-55.blue {
    color: #2e469e;
  }

  .hl-80 {
    font-family: Circularstd Black, sans-serif;
  }

  .hl-80.blue, .hl-80.blue.padding50, .hl-40.blue {
    color: #2e469e;
  }

  .slabo35.blue {
    color: #2e469e;
    -webkit-text-stroke-color: #2e469e;
  }

  .divider-250.top15 {
    margin-top: 20px;
  }

  .subheading-30, .subheading-25 {
    color: #000;
  }

  .blockquote-2 {
    width: 800px;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 40px;
    padding: 30px 40px 20px;
  }

  .div-block-11 {
    background-color: #2e469e;
  }

  .image-16 {
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
  }

  .blockquote-750 {
    width: 800px;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 40px;
    padding: 40px;
  }

  .image-25, .image-26, .image-27 {
    box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
  }

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

@media screen and (max-width: 991px) {
  .list.paddingtop0.bot30.left50 {
    padding-left: 0;
  }

  .hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .hero-image-block-2 {
    width: 100%;
    text-align: center;
  }

  .hero-content-block-2 {
    width: 100%;
  }

  .block-white-top {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 20px;
  }

  .footer-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-first {
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blockquote {
    width: auto;
  }

  .bodytext {
    font-size: 18px;
    line-height: 26px;
  }

  .bodytext.testimonial-content.top15 {
    margin-bottom: 0;
  }

  .image-5 {
    width: 406px;
  }

  .image-5.mob-30 {
    margin-top: -30px;
  }

  .testi-box {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .testi-box.bot40.top30 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testi-box.bot30.top40.s-bot-40 {
    margin-bottom: 30px;
  }

  .product-options {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    text-align: center;
    margin-top: 50px;
  }

  .hl-65 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-65.blue.top-10 {
    margin-top: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .hl-65.lighterblue {
    font-size: 47px;
    line-height: 47px;
  }

  .hl-65.lighterblue.s-hl-55 {
    font-size: 55px;
    line-height: 55px;
  }

  .slabo30 {
    font-size: 25px;
    line-height: 25px;
  }

  .slabo30.white {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .slabo30.white.horpadding140.bot30 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 28px;
    line-height: 28px;
  }

  .slabo30.white.s-horpadding-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .slabo30.white.s-top-0 {
    margin-top: 0;
  }

  .slabo30.s-horpadding-140 {
    padding-left: 140px;
    padding-right: 140px;
  }

  .slabo30.shorpadding-100 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .list-bigger {
    font-size: 18px;
    line-height: 24px;
  }

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

  .hl-35.white.horpadding100 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-35.white.top30.s-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.white.s-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-35.bot30 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 32px;
  }

  .hl-35.bot30.s-hl-35 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 35px;
    line-height: 35px;
  }

  .hl-35.horpadding140 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-35.horpadding140.s-hl-30, .hl-35.blue {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-35.blue.padding100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-35.blue.s-hl-32 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-35.horpadding150 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .hl-35.horpadding150.s-hl-35 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 35px;
    line-height: 35px;
  }

  .hl-35.horpadding150.s-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-35.s-hl-36 {
    font-size: 36px;
    line-height: 36px;
  }

  .hl-35.s-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-35.s-hl-28 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-60 {
    font-size: 37px;
    line-height: 37px;
  }

  .hl-60.blue.s-hl-50 {
    font-size: 50px;
    line-height: 50px;
  }

  .hl-60.lighterblue.top-5 {
    font-size: 45px;
  }

  .img-container.top0 {
    flex: 0 auto;
  }

  .hl-50 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-50.blue {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-50.blue.bot30 {
    font-size: 40px;
    line-height: 40px;
  }

  .list--regular {
    font-size: 18px;
  }

  .divider-750, .divider-750.divider-950.autowidth {
    width: auto;
  }

  .divider-750.divider-900 {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .divider-750.lighter {
    width: 600px;
  }

  .hl-45 {
    font-size: 31px;
    line-height: 31px;
  }

  .hl-45.white {
    margin-top: 0;
  }

  .hl-45.white.horpadding140 {
    padding-left: 140px;
    padding-right: 140px;
    font-size: 35px;
  }

  .hl-45.blue.bot30 {
    font-size: 38px;
    line-height: 38px;
  }

  .hl-45.blue.bot30.padding100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .hl-45.blue.bot30.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-45.blue.horpadding60.bot30.s-hl-35 {
    padding-left: 0;
    padding-right: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .hl-45.spacing1.top10 {
    margin-top: 0;
    font-size: 40px;
  }

  .hl-45.s-hl-35, .hl-55 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-55.blue {
    font-size: 38px;
    line-height: 38px;
  }

  .hl-55.blue.bot30.s-hl-45 {
    font-size: 45px;
    line-height: 45px;
  }

  .hl-55.bot30, .hl-55.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

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

  .hl-30.horpadding140 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-30.horpadding170 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .hl-30.horpadding100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 27px;
    line-height: 27px;
  }

  .hl-30.top30.padding120 {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.top30.padding120.s-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-30.blue.s-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-30.bot30.horpadding100 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-30.top25 {
    font-size: 25px;
  }

  .hl-30.top25.s-horpadding-20 {
    margin-top: 30px;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 30px;
    line-height: 30px;
  }

  .hl-30.s-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .block-white-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2column-stack {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  ._2column-stack.bot0 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  ._2column-stack.horpadding100 {
    padding-left: 0;
    padding-right: 0;
  }

  ._2column-stack.top30.s-bot-5 {
    margin-bottom: 5px;
  }

  ._2column-stack.s-bot-15 {
    margin-bottom: 15px;
  }

  .block-white-mid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .block-color {
    padding: 40px;
  }

  .hl-80 {
    margin-top: 5px;
    font-size: 45px;
    line-height: 45px;
  }

  .hl-80.blue.bot30 {
    font-size: 55px;
    line-height: 55px;
  }

  .hl-80.blue.s-hl-50 {
    font-size: 50px;
    line-height: 50px;
  }

  .hl-40 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-40.blue {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-40.blue.horpadding80.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 32px;
  }

  .hl-40.blue.bot30.s-hl-30, .hl-40.bot30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-40.white.top-10.padding60 {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 33px;
    line-height: 33px;
  }

  .hl-40.horpadding180 {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 35px;
    line-height: 35px;
  }

  .slabo35.blue.top0 {
    font-size: 35px;
  }

  .slabo35.blue.top0.horpadding60 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
  }

  .slabo35.blue.top0.horpadding60.s-top-10 {
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slabo35.blue.top0.s-slabo-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .slabo25.leftalign.top0 {
    margin-bottom: 15px;
  }

  .subheading-30 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .subheading-30.white.top0 {
    margin-bottom: 15px;
  }

  .subheading-30.white.s-hl-22 {
    font-size: 22px;
    line-height: 22px;
  }

  .subheading-30.bot30 {
    font-size: 32px;
    line-height: 32px;
  }

  .subheading-30.bot30.s-top-0 {
    margin-top: 0;
  }

  .subheading-30.horpadding80 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .subheading-25 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .subheading-25.horpadding140.bot30 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 23px;
    line-height: 23px;
  }

  .subheading-25.white {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 26px;
  }

  .subheading-25.white.s-subheading-20 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .subheading-25.horpadding60 {
    padding-left: 0;
    padding-right: 0;
  }

  .subheading-25.s-horpadding-25 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 25px;
    line-height: 25px;
  }

  .blockquote-2 {
    width: auto;
  }

  .slabo45.lighterblue.centered.top-10 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 40px;
  }

  .hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-25.s-hl-24 {
    font-size: 24px;
    line-height: 24px;
  }

  .pricing {
    font-size: 25px;
  }

  .references.lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .references.lr20.lr0 {
    margin-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slabo25-convo-blue {
    margin-top: 0;
  }

  .slabo35-convo-blue {
    margin-bottom: 10px;
  }

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

  .slabo65.lighterblue {
    font-size: 55px;
  }

  .slabo65.lighterblue.centered.padding60 {
    margin-top: 15px;
    padding-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .blockquote-750 {
    width: auto;
  }

  ._90 {
    max-width: 40%;
  }

  .image-25 {
    max-width: 80%;
  }

  .image-25.s-sizing-shrink {
    flex: 0 auto;
  }

  .image-26, .image-27 {
    max-width: 70%;
  }

  .bold-text-4 {
    line-height: 35px;
  }

  .cell-6 {
    align-items: stretch;
  }

  .block-color1, .block-color2, .block-color3 {
    background-image: url('../images/dark-blue2.jpg');
    padding: 40px;
  }

  .heading-22 {
    font-size: 16px;
  }

  .div-block-16.first {
    height: auto;
  }

  .div-block-17 {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-17.middle {
    margin-top: 0;
  }

  .hl-25-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-25-2.red.s-font18 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-23 {
    font-size: 20px;
  }

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

  .mbg {
    color: #107cc7;
    margin-bottom: 0;
  }

  .img-4-btl {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .left-mobile {
    align-items: center;
  }

  .price-table-mobile-1st {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    border: 5px solid #082e9e;
    border-radius: 15px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }

  ._1bottle {
    margin-top: 0;
    font-size: 40px;
  }

  ._30day {
    font-size: 25px;
  }

  .right-mobile {
    align-items: center;
  }

  .free-ship-mobile {
    margin-top: 10px;
    font-size: 16px;
  }

  .save-mobile {
    color: #c40000;
    font-size: 25px;
    line-height: 25px;
  }

  .pricing-mobile {
    margin-top: -5px;
    font-size: 60px;
    line-height: 100%;
  }

  .regular-price {
    color: #a0a0a0;
    font-size: 22px;
  }

  .divider-mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .price-table-mobile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff;
    border: 2px solid #dbdbdb;
    border-radius: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
  }

  .price-table-mobile.top15 {
    margin-top: 15px;
  }

  .img-2-btl {
    width: 55%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .img-1-btl {
    width: 39%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .report {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .block-grey, .block-white-top {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .section-first {
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bodytext {
    font-size: 16px;
    line-height: 24px;
  }

  .bodytext.horpadding80 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider-500 {
    width: auto;
  }

  .divider-500.divider-600.bot30.xs-divider-450 {
    width: 450px;
  }

  .hl-65 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .hl-65.blue.top-10.xs-bot-0 {
    margin-bottom: 0;
  }

  .hl-65.lighterblue {
    font-size: 37px;
    line-height: 37px;
  }

  .hl-65.lighterblue.s-hl-55 {
    margin-bottom: 0;
    font-size: 50px;
    line-height: 50px;
  }

  .hl-65.lighterblue.xs-bot-0 {
    margin-bottom: 0;
  }

  .hl-65.lighterblue.xs-hl-40 {
    margin-top: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .slabo30 {
    font-size: 24px;
    line-height: 32px;
  }

  .slabo30.white {
    font-size: 22px;
    line-height: 22px;
  }

  .slabo30.white.horpadding140.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .slabo30.white.s-horpadding-100, .slabo30.s-horpadding-140 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .slabo30.shorpadding-100 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slabo30.xs-hl-21 {
    font-size: 21px;
    line-height: 21px;
  }

  .list-bigger {
    font-size: 16px;
  }

  .hl-35 {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 28px;
    line-height: 28px;
  }

  .hl-35.white.horpadding100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .hl-35.white.s-hl-35 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-35.white.s-hl-35.xs-hl-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.white.xs-hl-25 {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
  }

  .hl-35.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .hl-35.bot30.s-hl-35 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.bot30.xs-top-0 {
    margin-top: 0;
  }

  .hl-35.horpadding140 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.horpadding140.xs-horpadding-40, .hl-35.blue.padding100 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .hl-35.blue.s-hl-32 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-35.blue.s-hl-32.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.horpadding150 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.horpadding150.s-hl-35 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-35.horpadding150.s-horpadding-60 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.s-hl-36 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-35.s-hl-36.xs-hl-28 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
  }

  .hl-35.s-hl-28 {
    font-size: 22px;
  }

  .hl-35.s-hl-28.xs-horpadding-0, .hl-35.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-60 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 28px;
  }

  .hl-50 {
    font-size: 24px;
    line-height: 32px;
  }

  .hl-50.blue.bot30 {
    font-size: 35px;
    line-height: 35px;
  }

  .list--regular {
    font-size: 16px;
    line-height: 24px;
  }

  .divider-750 {
    width: auto;
  }

  .divider-750.lighter.xs-divider-450 {
    width: 450px;
  }

  .hl-45 {
    font-size: 30px;
    line-height: 36px;
  }

  .hl-45.white.horpadding140 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-45.blue.bot30.padding100 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-45.blue.horpadding60.bot30.s-hl-35 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-45.spacing1.top10 {
    font-size: 35px;
  }

  .hl-55 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-55.blue {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-55.blue.bot30.s-hl-45 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-55.blue.xs-hl-31 {
    padding-left: 0;
    padding-right: 0;
    font-size: 31px;
    line-height: 31px;
  }

  .hl-30 {
    font-size: 20px;
    line-height: 26px;
  }

  .hl-30.horpadding170 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .hl-30.horpadding170.s-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.horpadding100 {
    font-size: 22px;
    line-height: 22px;
  }

  .hl-30.horpadding100.xs-hl-21 {
    font-size: 21px;
    line-height: 21px;
  }

  .hl-30.blue.s-hl-40 {
    font-size: 37px;
  }

  .hl-30.bot30 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.bot30.horpadding100 {
    font-size: 22px;
    line-height: 22px;
  }

  .hl-30.bot30.horpadding100.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.bot30.s-hl-25 {
    font-size: 22px;
    line-height: 22px;
  }

  .hl-30.bot30.s-hl-25.xs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.top25.s-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-30.xs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.xs-hl-28 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-30.xs-top-0 {
    margin-top: 0;
  }

  .block-white-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._2column-stack.bot0 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .block-white-mid, .block-color {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-80 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .hl-80.blue.bot30 {
    font-size: 50px;
    line-height: 50px;
  }

  .hl-80.blue.padding50 {
    margin-bottom: 0;
    font-size: 37px;
  }

  .hl-40 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-40.blue {
    font-size: 34px;
    line-height: 34px;
  }

  .hl-40.blue.horpadding80.bot30 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-40.blue.bot30.s-hl-30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
  }

  .hl-40.bot30 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .hl-40.bot30.xs-hl-26 {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .hl-40.bot30.xs-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-40.white.top-10.padding60 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hl-40.horpadding180 {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30px;
    line-height: 30px;
  }

  .slabo35 {
    font-size: 24px;
    line-height: 32px;
  }

  .slabo35.blue {
    font-size: 30px;
    line-height: 35px;
  }

  .slabo35.blue.top0 {
    font-size: 30px;
  }

  .slabo35.blue.top0.horpadding60.s-top-10 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .slabo35.blue.top0.s-slabo-30 {
    font-size: 24px;
    line-height: 24px;
  }

  .slabo25 {
    font-size: 24px;
    line-height: 32px;
  }

  .divider-250 {
    width: auto;
  }

  .divider-250.bot30, .divider-250.bot20 {
    width: 250px;
  }

  .subheading-30 {
    font-size: 20px;
    line-height: 26px;
  }

  .subheading-30.white.s-hl-22 {
    font-size: 28px;
    line-height: 28px;
  }

  .subheading-30.bot30 {
    font-size: 23px;
    line-height: 23px;
  }

  .subheading-30.horpadding80 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
  }

  .subheading-30.horpadding80.xs-subheading-21 {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 22px;
  }

  .subheading-25 {
    font-size: 20px;
    line-height: 26px;
  }

  .subheading-25.horpadding140.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 21px;
  }

  .subheading-25.white.s-subheading-20 {
    font-size: 28px;
    line-height: 28px;
  }

  .subheading-25.horpadding60 {
    padding-left: 0;
    font-size: 23px;
  }

  .subheading-25.s-horpadding-25 {
    padding-left: 0;
    padding-right: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .slabo45.lighterblue.centered.top-10 {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 35px;
    line-height: 35px;
  }

  .divider-200 {
    width: auto;
  }

  .hl-25 {
    font-size: 20px;
    line-height: 26px;
  }

  .hl-25.s-hl-24 {
    font-size: 22px;
    line-height: 22px;
  }

  .references.lr20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .references.lr20.lr0 {
    margin-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider-150 {
    width: auto;
  }

  .slabo25-convo-blue {
    font-size: 24px;
    line-height: 32px;
  }

  .divider-convo {
    width: auto;
  }

  .slabo25-convo, .slabo35-convo, .slabo40-convo-blue, .slabo35-convo-blue {
    font-size: 24px;
    line-height: 32px;
  }

  .hl-28 {
    font-size: 20px;
    line-height: 26px;
  }

  .slabo65.lighterblue, .slabo65.lighterblue.centered.padding60 {
    font-size: 50px;
  }

  .block-color1, .block-color2, .block-color3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17 {
    width: 70%;
  }

  .hl-25-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .mbg {
    text-align: center;
  }

  .img-4-btl {
    width: 100%;
  }

  .price-table-mobile-1st {
    border-width: 5px;
  }

  ._1bottle {
    font-size: 35px;
  }

  ._30day {
    font-size: 20px;
  }

  .save-mobile {
    margin-top: -5px;
    font-size: 22px;
    line-height: 26px;
  }

  .pricing-mobile {
    font-size: 50px;
  }

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

  .divider-mobile {
    width: auto;
  }

  .price-table-mobile {
    border-width: 0;
  }

  .price-table-mobile.top15 {
    border-width: 2px;
  }

  .img-2-btl {
    width: 75%;
  }

  .img-1-btl {
    width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .list {
    font-size: 16px;
    line-height: 24px;
  }

  .block-grey, .block-white-top {
    padding: 30px 20px;
  }

  .footer-block {
    padding: 20px;
  }

  .section-first {
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg {
    padding: 30px 20px;
  }

  .block-no-bg.profuct-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blockquote {
    padding-left: 30px;
    padding-right: 10px;
  }

  .blockquote.bot40 {
    margin-bottom: 30px;
  }

  .bodytext {
    font-size: 18px;
    line-height: 24px;
  }

  .bodytext.horpadding80 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-5.mob-30 {
    margin-top: -30px;
  }

  .testi-box {
    padding: 20px;
  }

  .testi-box.bot40.top40, .testi-box.bot30.top40.s-bot-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .divider-500 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .divider-500.divider-600.bot30.xs-divider-450.xxs-divider-300 {
    width: 300px;
  }

  .hl-65 {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .hl-65.blue.top-10.xs-bot-0 {
    font-size: 45px;
    line-height: 45px;
  }

  .hl-65.lighterblue {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-65.lighterblue.s-hl-55 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-65.lighterblue.xs-bot-0 {
    font-size: 38px;
    line-height: 38px;
  }

  .hl-65.lighterblue.xs-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

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

  .slabo30.white {
    font-size: 20px;
    line-height: 20px;
  }

  .slabo30.white.horpadding140.bot30 {
    font-size: 22px;
  }

  .slabo30.white.s-horpadding-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo30.white.xxs-slabo-25, .slabo30.bot30 {
    font-size: 25px;
    line-height: 25px;
  }

  .slabo30.s-horpadding-140 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    line-height: 21px;
  }

  .slabo30.shorpadding-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-bigger {
    font-size: 18px;
  }

  .hl-35 {
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 34px;
  }

  .hl-35.white {
    font-size: 22px;
    line-height: 22px;
  }

  .hl-35.white.horpadding100 {
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.white.top30.s-hl-25.xs-hl-25 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.white.s-hl-35.xs-hl-27 {
    font-size: 22px;
    line-height: 26px;
  }

  .hl-35.white.xs-hl-25 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .hl-35.bot30 {
    font-size: 24px;
  }

  .hl-35.bot30.s-hl-35 {
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
  }

  .hl-35.horpadding140 {
    font-size: 19px;
    line-height: 19px;
  }

  .hl-35.horpadding140.xs-horpadding-40 {
    font-size: 20px;
    line-height: 20px;
  }

  .hl-35.blue.padding100 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-35.blue.s-hl-32.xs-horpadding-0 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-35.blue.s-hl-32.xs-horpadding-0.xxs-hl-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-35.horpadding150.s-hl-35 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.horpadding150.s-horpadding-60 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.horpadding150.s-horpadding-60.xxs-hl-26 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-35.s-hl-36.xs-hl-28 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-35.s-hl-30 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.xs-horpadding-0 {
    font-size: 21px;
    line-height: 21px;
  }

  .hl-35.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .hl-35.xxs-hl-28 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-60 {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 37px;
  }

  .hl-60.blue.s-hl-50 {
    font-size: 45px;
    line-height: 45px;
  }

  .hl-60.lighterblue.top-5 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-50 {
    font-size: 31px;
    line-height: 31px;
  }

  .hl-50.blue.bot30 {
    font-size: 32px;
    line-height: 32px;
  }

  .hl-50.blue.bot30.xxs-hl-38 {
    font-size: 38px;
    line-height: 38px;
  }

  .divider-750.lighter.xs-divider-450.xxs-divider-300 {
    width: 300px;
  }

  .hl-45 {
    font-size: 29px;
    line-height: 29px;
  }

  .hl-45.white.bot10 {
    font-size: 33px;
    line-height: 30px;
  }

  .hl-45.white.horpadding140 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .hl-45.blue.bot30.padding100, .hl-45.blue.bot30.s-hl-40 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-45.blue.horpadding60.bot30.s-hl-35 {
    font-size: 28px;
    line-height: 28px;
  }

  .hl-45.spacing1.top10 {
    font-size: 32px;
    line-height: 32px;
  }

  .hl-55 {
    font-size: 34px;
    line-height: 34px;
  }

  .hl-55.blue.bot30.s-hl-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-55.bot30 {
    font-size: 33px;
  }

  .hl-55.s-hl-40 {
    font-size: 33px;
    line-height: 33px;
  }

  .hl-30 {
    font-size: 20px;
    line-height: 25px;
  }

  .hl-30.horpadding140 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .hl-30.horpadding170 {
    font-size: 20px;
  }

  .hl-30.horpadding100.xs-hl-21 {
    font-size: 26px;
    line-height: 30px;
  }

  .hl-30.top30.padding120.s-hl-30 {
    font-size: 24px;
    line-height: 25px;
  }

  .hl-30.blue.s-hl-40 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-30.bot30 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.bot30.horpadding100.xs-horpadding-0 {
    font-size: 21px;
  }

  .hl-30.bot30.s-hl-25.xs-horpadding-0 {
    font-size: 21px;
    line-height: 21px;
  }

  .hl-30.bot30.s-hl-25.xs-horpadding-0.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-30.top25.s-horpadding-20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 23px;
  }

  .hl-30.s-hl-25 {
    font-size: 31px;
    line-height: 31px;
  }

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

  .hl-30.xs-hl-25 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-30.xs-hl-28 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-30.xs-top-0 {
    font-size: 22px;
    line-height: 25px;
  }

  .block-white-bottom {
    padding: 30px 20px;
  }

  ._2column-stack.bot0 {
    margin-bottom: 10px;
  }

  .block-white-mid, .block-color {
    padding: 30px 20px;
  }

  .hl-80 {
    margin-bottom: 5px;
    font-size: 50px;
    line-height: 55px;
  }

  .hl-80.blue.padding50 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 45px;
    line-height: 50px;
  }

  .hl-80.lighterblue {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-40 {
    font-size: 26px;
    line-height: 26px;
  }

  .hl-40.blue {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-40.blue.horpadding80.bot30 {
    font-size: 25px;
    line-height: 25px;
  }

  .hl-40.blue.bot30.s-hl-30 {
    line-height: 23px;
  }

  .hl-40.bot30 {
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .hl-40.bot30.xs-hl-35 {
    font-size: 32px;
    line-height: 32px;
  }

  .hl-40.bot30.xxs-hl-22 {
    font-size: 22px;
    line-height: 26px;
  }

  .hl-40.white.top-10.padding60 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .hl-40.horpadding180 {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .slabo35, .slabo25 {
    font-size: 20px;
    line-height: 28px;
  }

  .slabo25.leftalign.top0 {
    margin-bottom: 10px;
  }

  .divider-250 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .subheading-30.white.s-hl-22 {
    font-size: 22px;
    line-height: 22px;
  }

  .subheading-30.bot30 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading-30.bot30.s-top-0 {
    font-size: 21px;
    line-height: 25px;
  }

  .subheading-30.grey.padding60 {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .subheading-25 {
    font-size: 17px;
    line-height: 24px;
  }

  .subheading-25.horpadding140.bot30 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading-25.white.s-subheading-20 {
    font-size: 29px;
    line-height: 29px;
  }

  .subheading-25.white.s-subheading-20.xxs-hl-22 {
    font-size: 22px;
    line-height: 22px;
  }

  .subheading-25.horpadding60 {
    line-height: 23px;
  }

  .subheading-25.s-horpadding-25 {
    font-size: 24px;
    line-height: 24px;
  }

  .blockquote-2 {
    padding-left: 30px;
    padding-right: 10px;
  }

  .blockquote-2.xxs-top-10 {
    margin-top: 10px;
  }

  .slabo45.lighterblue.centered.top-10 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 28px;
  }

  .image-16.width85.xxx-100 {
    max-width: 100%;
  }

  .divider-200 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .hl-25 {
    font-size: 20px;
    line-height: 20px;
  }

  .hl-25.s-hl-24 {
    font-size: 21px;
    line-height: 24px;
  }

  .pricing {
    font-size: 35px;
  }

  .references {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .references.lr20.lr0 {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider-150 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .slabo25-convo-blue, .slabo25-convo, .slabo35-convo, .slabo40-convo-blue, .slabo35-convo-blue {
    font-size: 20px;
    line-height: 28px;
  }

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

  .slabo65.lighterblue {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 45px;
  }

  .slabo65.lighterblue.centered.padding60 {
    font-size: 40px;
    line-height: 40px;
  }

  .blockquote-750 {
    padding-left: 20px;
    padding-right: 10px;
  }

  ._90 {
    max-width: 60%;
  }

  .image-25 {
    max-width: 90%;
  }

  .bold-text-4 {
    line-height: 30px;
  }

  .block-color1, .block-color2, .block-color3 {
    padding: 30px 20px 0;
  }

  .div-block-16 {
    height: auto;
  }

  .div-block-17 {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .hl-25-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .mbg {
    color: #107cc7;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
  }

  .image-28 {
    width: 140px;
    margin-top: -5px;
  }

  .img-4-btl {
    width: 100%;
  }

  .price-table-mobile-1st {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  ._1bottle {
    font-size: 28px;
  }

  ._30day {
    font-size: 18px;
  }

  .free-ship-mobile {
    text-align: center;
    margin-top: -10px;
    font-size: 14px;
  }

  .save-mobile {
    margin-top: -15px;
    font-size: 20px;
    line-height: 20px;
  }

  .pricing-mobile {
    margin-top: -10px;
    font-size: 40px;
  }

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

  .divider-mobile {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-29 {
    width: 140px;
    margin-top: -5px;
  }

  .price-table-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .img-2-btl {
    width: 80%;
  }

  .image-30 {
    width: 140px;
    margin-top: -5px;
  }

  .img-1-btl {
    width: 100px;
  }

  .image-31 {
    width: 140px;
    margin-top: -5px;
  }

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

  .div-block-19 {
    flex-direction: row;
  }

  .div-block-20 {
    display: none;
  }

  .report {
    max-width: 80%;
  }

  .image-33 {
    max-width: 60%;
  }
}

#w-node-a841a39c-34ec-bf36-7191-df660ad9a254-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a841a39c-34ec-bf36-7191-df660ad9a255-dbf092a0, #w-node-a841a39c-34ec-bf36-7191-df660ad9a256-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2234194d-ce43-ab50-94bc-036299a035eb-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_2234194d-ce43-ab50-94bc-036299a035ec-dbf092a0, #w-node-_2234194d-ce43-ab50-94bc-036299a035ed-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89f32305-dd6c-e7f9-fe08-7ba3873f4c42-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_89f32305-dd6c-e7f9-fe08-7ba3873f4c43-dbf092a0, #w-node-_89f32305-dd6c-e7f9-fe08-7ba3873f4c44-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253261-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253262-dbf092a0, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225326e-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3043b566-92ce-1656-de06-1a6966d1796e-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-_3043b566-92ce-1656-de06-1a6966d1796f-dbf092a0, #w-node-_3043b566-92ce-1656-de06-1a6966d17970-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39dd3d9e-e335-431f-4516-46a1a10e0323-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-_39dd3d9e-e335-431f-4516-46a1a10e0324-dbf092a0, #w-node-_39dd3d9e-e335-431f-4516-46a1a10e0327-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be1d75e4-a945-e57c-2193-6a70b593843b-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-be1d75e4-a945-e57c-2193-6a70b593843c-dbf092a0, #w-node-be1d75e4-a945-e57c-2193-6a70b593843d-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d2b879f-ce7c-7bbb-8d8e-d39f76630fa9-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-_1d2b879f-ce7c-7bbb-8d8e-d39f76630faa-dbf092a0, #w-node-_1d2b879f-ce7c-7bbb-8d8e-d39f76630fb7-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_82c53aa5-93be-f348-9dd5-a4409a3de991-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_82c53aa5-93be-f348-9dd5-a4409a3de992-dbf092a0, #w-node-_82c53aa5-93be-f348-9dd5-a4409a3de993-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cafc4b1-077a-eb41-a3fc-c7697a518b92-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-_3cafc4b1-077a-eb41-a3fc-c7697a518b93-dbf092a0, #w-node-_3cafc4b1-077a-eb41-a3fc-c7697a518b94-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aad21b13-dcc9-f72a-b6cc-004319688cf9-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-aad21b13-dcc9-f72a-b6cc-004319688cfa-dbf092a0, #w-node-aad21b13-dcc9-f72a-b6cc-004319688cfb-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4d09fdd-760b-088b-d18f-5ef2b43339e3-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-b4d09fdd-760b-088b-d18f-5ef2b43339e4-dbf092a0, #w-node-b4d09fdd-760b-088b-d18f-5ef2b43339f3-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fac34cb-22c2-1fbb-9d8c-79493f3a484f-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 3.5fr .75fr;
}

#w-node-_0fac34cb-22c2-1fbb-9d8c-79493f3a4850-dbf092a0, #w-node-_0fac34cb-22c2-1fbb-9d8c-79493f3a485e-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8f593c2-ef74-e844-9ecc-0c54409590a8-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-d8f593c2-ef74-e844-9ecc-0c54409590a9-dbf092a0, #w-node-d8f593c2-ef74-e844-9ecc-0c54409590aa-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3b569d4-b5e0-bb8c-a189-7be63214ad3a-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-a3b569d4-b5e0-bb8c-a189-7be63214ad3b-dbf092a0, #w-node-a3b569d4-b5e0-bb8c-a189-7be63214ad45-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88cb9956-b25d-aa2a-53ce-d90b779efc03-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-_88cb9956-b25d-aa2a-53ce-d90b779efc04-dbf092a0, #w-node-_88cb9956-b25d-aa2a-53ce-d90b779efc14-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29ca35a8-664c-281a-80b0-c43e25169b36-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-_29ca35a8-664c-281a-80b0-c43e25169b37-dbf092a0, #w-node-_29ca35a8-664c-281a-80b0-c43e25169b38-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21b51df2-6869-1d62-ece1-8374185e5280-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-_21b51df2-6869-1d62-ece1-8374185e5281-dbf092a0, #w-node-_21b51df2-6869-1d62-ece1-8374185e5282-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_09a2265b-a864-b813-f705-25b7f072e1d8-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2.25fr;
}

#w-node-_09a2265b-a864-b813-f705-25b7f072e1d9-dbf092a0, #w-node-_09a2265b-a864-b813-f705-25b7f072e1e8-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba5f2131-700f-8535-19b0-42d2eb38612d-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-ba5f2131-700f-8535-19b0-42d2eb38612e-dbf092a0, #w-node-ba5f2131-700f-8535-19b0-42d2eb38613d-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e338eb37-ea7f-6bd0-9716-8a7f5e872849-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-e338eb37-ea7f-6bd0-9716-8a7f5e87284a-dbf092a0, #w-node-e338eb37-ea7f-6bd0-9716-8a7f5e87284b-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_286feef1-d2a2-7f41-96c9-fd6f0c4ba928-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
}

#w-node-_286feef1-d2a2-7f41-96c9-fd6f0c4ba929-dbf092a0, #w-node-_286feef1-d2a2-7f41-96c9-fd6f0c4ba939-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0509adb5-5768-4b8a-14a3-83a09ce47c88-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-_0509adb5-5768-4b8a-14a3-83a09ce47c89-dbf092a0, #w-node-_0509adb5-5768-4b8a-14a3-83a09ce47c8a-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54da9dac-c621-fa2a-2f1f-dac97da9f8d8-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_54da9dac-c621-fa2a-2f1f-dac97da9f8d9-dbf092a0, #w-node-_54da9dac-c621-fa2a-2f1f-dac97da9f8da-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a57b5ef-b51c-fbf5-c432-68c22802ce36-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
}

#w-node-_9a57b5ef-b51c-fbf5-c432-68c22802ce37-dbf092a0, #w-node-_9a57b5ef-b51c-fbf5-c432-68c22802ce38-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e1d1025-08ff-8c67-fe52-3f0ad1b9dee0-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_4e1d1025-08ff-8c67-fe52-3f0ad1b9dee1-dbf092a0, #w-node-_4e1d1025-08ff-8c67-fe52-3f0ad1b9dee2-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2ef1da0-4306-31ce-6ded-bcfc9c823222-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-a2ef1da0-4306-31ce-6ded-bcfc9c823223-dbf092a0, #w-node-a2ef1da0-4306-31ce-6ded-bcfc9c823224-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54043291-d3a4-c065-a7d7-b6d99adfc83c-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.5fr;
}

#w-node-_54043291-d3a4-c065-a7d7-b6d99adfc83d-dbf092a0, #w-node-_54043291-d3a4-c065-a7d7-b6d99adfc843-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-daaeff02-6a54-59a9-b00c-b3798cc651d1-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr .75fr;
}

#w-node-daaeff02-6a54-59a9-b00c-b3798cc651d2-dbf092a0, #w-node-daaeff02-6a54-59a9-b00c-b3798cc651d8-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a63b7a90-c109-416f-a0ee-b9f2e50e06b9-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-a63b7a90-c109-416f-a0ee-b9f2e50e06ba-dbf092a0, #w-node-a63b7a90-c109-416f-a0ee-b9f2e50e06c0-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfee9117-5edb-2e39-73df-5cd56ce45dd1-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-bfee9117-5edb-2e39-73df-5cd56ce45dd2-dbf092a0, #w-node-bfee9117-5edb-2e39-73df-5cd56ce45dd8-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08a5dbff-0604-a1e0-3626-38e24299bd78-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-_08a5dbff-0604-a1e0-3626-38e24299bd79-dbf092a0, #w-node-_08a5dbff-0604-a1e0-3626-38e24299bd7f-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08630840-c971-a53c-ad5e-cd2a00c86f70-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_08630840-c971-a53c-ad5e-cd2a00c86f71-dbf092a0, #w-node-_08630840-c971-a53c-ad5e-cd2a00c86f8c-dbf092a0, #w-node-_08630840-c971-a53c-ad5e-cd2a00c86fa9-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1047468e-217f-33d4-789a-8298747a3206-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr;
}

#w-node-_1047468e-217f-33d4-789a-8298747a3207-dbf092a0, #w-node-_1047468e-217f-33d4-789a-8298747a320d-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e12c1f48-54dc-ad01-644a-d5467e0e2b46-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

#w-node-e12c1f48-54dc-ad01-644a-d5467e0e2b47-dbf092a0, #w-node-e12c1f48-54dc-ad01-644a-d5467e0e2b5b-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbd7e702-0cf3-c2af-6ea9-3a8c016a9244-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

#w-node-cbd7e702-0cf3-c2af-6ea9-3a8c016a9245-dbf092a0, #w-node-cbd7e702-0cf3-c2af-6ea9-3a8c016a9246-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc32e7d0-251b-44dd-44dd-46f2d650aa1f-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-bc32e7d0-251b-44dd-44dd-46f2d650aa20-dbf092a0, #w-node-bc32e7d0-251b-44dd-44dd-46f2d650aa26-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf8bca21-c96f-34c5-e72c-9e7742f68afa-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-bf8bca21-c96f-34c5-e72c-9e7742f68afb-dbf092a0, #w-node-bf8bca21-c96f-34c5-e72c-9e7742f68b01-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f48dbeb9-437f-bae4-17bf-4781b3d1698d-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-f48dbeb9-437f-bae4-17bf-4781b3d1698e-dbf092a0, #w-node-f48dbeb9-437f-bae4-17bf-4781b3d16994-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9abb072b-e753-8b28-6f74-5e7722060953-dbf092a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9abb072b-e753-8b28-6f74-5e7722060954-dbf092a0, #w-node-_9abb072b-e753-8b28-6f74-5e772206096f-dbf092a0, #w-node-_9abb072b-e753-8b28-6f74-5e772206098c-dbf092a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_2234194d-ce43-ab50-94bc-036299a035eb-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253261-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 2fr 7.25fr;
  }

  #w-node-_3cafc4b1-077a-eb41-a3fc-c7697a518b92-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 2.25fr;
  }

  #w-node-aad21b13-dcc9-f72a-b6cc-004319688cf9-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1.5fr;
  }

  #w-node-b4d09fdd-760b-088b-d18f-5ef2b43339e3-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.5fr;
  }

  #w-node-_0fac34cb-22c2-1fbb-9d8c-79493f3a484f-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .25fr;
  }

  #w-node-d8f593c2-ef74-e844-9ecc-0c54409590a8-dbf092a0, #w-node-a3b569d4-b5e0-bb8c-a189-7be63214ad3a-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
  }

  #w-node-_88cb9956-b25d-aa2a-53ce-d90b779efc03-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }

  #w-node-_29ca35a8-664c-281a-80b0-c43e25169b36-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr;
  }

  #w-node-_21b51df2-6869-1d62-ece1-8374185e5280-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .5fr;
  }

  #w-node-_09a2265b-a864-b813-f705-25b7f072e1d8-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .5fr;
  }

  #w-node-ba5f2131-700f-8535-19b0-42d2eb38612d-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
  }

  #w-node-_286feef1-d2a2-7f41-96c9-fd6f0c4ba928-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_0509adb5-5768-4b8a-14a3-83a09ce47c88-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_9a57b5ef-b51c-fbf5-c432-68c22802ce36-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr .5fr;
  }

  #w-node-_54043291-d3a4-c065-a7d7-b6d99adfc83c-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1.5fr;
  }

  #w-node-daaeff02-6a54-59a9-b00c-b3798cc651d1-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a841a39c-34ec-bf36-7191-df660ad9a254-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a841a39c-34ec-bf36-7191-df660ad9a255-dbf092a0, #w-node-a841a39c-34ec-bf36-7191-df660ad9a256-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2234194d-ce43-ab50-94bc-036299a035eb-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2234194d-ce43-ab50-94bc-036299a035ec-dbf092a0, #w-node-_2234194d-ce43-ab50-94bc-036299a035ed-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89f32305-dd6c-e7f9-fe08-7ba3873f4c42-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_89f32305-dd6c-e7f9-fe08-7ba3873f4c43-dbf092a0, #w-node-_89f32305-dd6c-e7f9-fe08-7ba3873f4c44-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253261-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253262-dbf092a0, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225326e-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3043b566-92ce-1656-de06-1a6966d1796e-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3043b566-92ce-1656-de06-1a6966d1796f-dbf092a0, #w-node-_3043b566-92ce-1656-de06-1a6966d17970-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_39dd3d9e-e335-431f-4516-46a1a10e0323-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_39dd3d9e-e335-431f-4516-46a1a10e0324-dbf092a0, #w-node-_39dd3d9e-e335-431f-4516-46a1a10e0327-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-be1d75e4-a945-e57c-2193-6a70b593843b-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-be1d75e4-a945-e57c-2193-6a70b593843c-dbf092a0, #w-node-be1d75e4-a945-e57c-2193-6a70b593843d-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1d2b879f-ce7c-7bbb-8d8e-d39f76630fa9-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_1d2b879f-ce7c-7bbb-8d8e-d39f76630faa-dbf092a0, #w-node-_1d2b879f-ce7c-7bbb-8d8e-d39f76630fb7-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_82c53aa5-93be-f348-9dd5-a4409a3de991-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_82c53aa5-93be-f348-9dd5-a4409a3de992-dbf092a0, #w-node-_82c53aa5-93be-f348-9dd5-a4409a3de993-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3cafc4b1-077a-eb41-a3fc-c7697a518b92-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_3cafc4b1-077a-eb41-a3fc-c7697a518b93-dbf092a0, #w-node-_3cafc4b1-077a-eb41-a3fc-c7697a518b94-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-aad21b13-dcc9-f72a-b6cc-004319688cf9-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-aad21b13-dcc9-f72a-b6cc-004319688cfa-dbf092a0, #w-node-aad21b13-dcc9-f72a-b6cc-004319688cfb-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b4d09fdd-760b-088b-d18f-5ef2b43339e3-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b4d09fdd-760b-088b-d18f-5ef2b43339e4-dbf092a0, #w-node-b4d09fdd-760b-088b-d18f-5ef2b43339f3-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fac34cb-22c2-1fbb-9d8c-79493f3a484f-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 3.5fr;
  }

  #w-node-_0fac34cb-22c2-1fbb-9d8c-79493f3a4850-dbf092a0, #w-node-_0fac34cb-22c2-1fbb-9d8c-79493f3a485e-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d8f593c2-ef74-e844-9ecc-0c54409590a8-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-d8f593c2-ef74-e844-9ecc-0c54409590a9-dbf092a0, #w-node-d8f593c2-ef74-e844-9ecc-0c54409590aa-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a3b569d4-b5e0-bb8c-a189-7be63214ad3a-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-a3b569d4-b5e0-bb8c-a189-7be63214ad3b-dbf092a0, #w-node-a3b569d4-b5e0-bb8c-a189-7be63214ad45-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88cb9956-b25d-aa2a-53ce-d90b779efc03-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_88cb9956-b25d-aa2a-53ce-d90b779efc04-dbf092a0, #w-node-_88cb9956-b25d-aa2a-53ce-d90b779efc14-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29ca35a8-664c-281a-80b0-c43e25169b36-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_29ca35a8-664c-281a-80b0-c43e25169b37-dbf092a0, #w-node-_29ca35a8-664c-281a-80b0-c43e25169b38-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_21b51df2-6869-1d62-ece1-8374185e5280-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_21b51df2-6869-1d62-ece1-8374185e5281-dbf092a0, #w-node-_21b51df2-6869-1d62-ece1-8374185e5282-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09a2265b-a864-b813-f705-25b7f072e1d8-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 8.75fr;
  }

  #w-node-_09a2265b-a864-b813-f705-25b7f072e1d9-dbf092a0, #w-node-_09a2265b-a864-b813-f705-25b7f072e1e8-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ba5f2131-700f-8535-19b0-42d2eb38612d-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ba5f2131-700f-8535-19b0-42d2eb38612e-dbf092a0, #w-node-ba5f2131-700f-8535-19b0-42d2eb38613d-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e338eb37-ea7f-6bd0-9716-8a7f5e872849-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e338eb37-ea7f-6bd0-9716-8a7f5e87284a-dbf092a0, #w-node-e338eb37-ea7f-6bd0-9716-8a7f5e87284b-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_286feef1-d2a2-7f41-96c9-fd6f0c4ba928-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_286feef1-d2a2-7f41-96c9-fd6f0c4ba929-dbf092a0, #w-node-_286feef1-d2a2-7f41-96c9-fd6f0c4ba939-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0509adb5-5768-4b8a-14a3-83a09ce47c88-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_0509adb5-5768-4b8a-14a3-83a09ce47c89-dbf092a0, #w-node-_0509adb5-5768-4b8a-14a3-83a09ce47c8a-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54da9dac-c621-fa2a-2f1f-dac97da9f8d8-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_54da9dac-c621-fa2a-2f1f-dac97da9f8d9-dbf092a0, #w-node-_54da9dac-c621-fa2a-2f1f-dac97da9f8da-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9a57b5ef-b51c-fbf5-c432-68c22802ce36-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_9a57b5ef-b51c-fbf5-c432-68c22802ce37-dbf092a0, #w-node-_9a57b5ef-b51c-fbf5-c432-68c22802ce38-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e1d1025-08ff-8c67-fe52-3f0ad1b9dee0-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4e1d1025-08ff-8c67-fe52-3f0ad1b9dee1-dbf092a0, #w-node-_4e1d1025-08ff-8c67-fe52-3f0ad1b9dee2-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a2ef1da0-4306-31ce-6ded-bcfc9c823222-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a2ef1da0-4306-31ce-6ded-bcfc9c823223-dbf092a0, #w-node-a2ef1da0-4306-31ce-6ded-bcfc9c823224-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_54043291-d3a4-c065-a7d7-b6d99adfc83c-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_54043291-d3a4-c065-a7d7-b6d99adfc83d-dbf092a0, #w-node-_54043291-d3a4-c065-a7d7-b6d99adfc843-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-daaeff02-6a54-59a9-b00c-b3798cc651d1-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-daaeff02-6a54-59a9-b00c-b3798cc651d2-dbf092a0, #w-node-daaeff02-6a54-59a9-b00c-b3798cc651d8-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a63b7a90-c109-416f-a0ee-b9f2e50e06b9-dbf092a0, #w-node-bfee9117-5edb-2e39-73df-5cd56ce45dd1-dbf092a0, #w-node-_08a5dbff-0604-a1e0-3626-38e24299bd78-dbf092a0 {
    display: grid;
  }

  #w-node-_08630840-c971-a53c-ad5e-cd2a00c86f70-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_08630840-c971-a53c-ad5e-cd2a00c86f71-dbf092a0, #w-node-_08630840-c971-a53c-ad5e-cd2a00c86f8c-dbf092a0, #w-node-_08630840-c971-a53c-ad5e-cd2a00c86fa9-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1047468e-217f-33d4-789a-8298747a3206-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_1047468e-217f-33d4-789a-8298747a3207-dbf092a0, #w-node-_1047468e-217f-33d4-789a-8298747a320d-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e12c1f48-54dc-ad01-644a-d5467e0e2b46-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-e12c1f48-54dc-ad01-644a-d5467e0e2b47-dbf092a0, #w-node-e12c1f48-54dc-ad01-644a-d5467e0e2b5b-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbd7e702-0cf3-c2af-6ea9-3a8c016a9244-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-cbd7e702-0cf3-c2af-6ea9-3a8c016a9245-dbf092a0, #w-node-cbd7e702-0cf3-c2af-6ea9-3a8c016a9246-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc32e7d0-251b-44dd-44dd-46f2d650aa1f-dbf092a0, #w-node-bf8bca21-c96f-34c5-e72c-9e7742f68afa-dbf092a0, #w-node-f48dbeb9-437f-bae4-17bf-4781b3d1698d-dbf092a0 {
    display: grid;
  }

  #w-node-_9abb072b-e753-8b28-6f74-5e7722060953-dbf092a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: none;
  }

  #w-node-_9abb072b-e753-8b28-6f74-5e7722060954-dbf092a0, #w-node-_9abb072b-e753-8b28-6f74-5e772206096f-dbf092a0, #w-node-_9abb072b-e753-8b28-6f74-5e772206098c-dbf092a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_08630840-c971-a53c-ad5e-cd2a00c86f70-dbf092a0, #w-node-_9abb072b-e753-8b28-6f74-5e7722060953-dbf092a0 {
    display: none;
  }
}


@font-face {
  font-family: 'Slabo 27 Px Regular';
  src: url('../fonts/Slabo27px-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Book';
  src: url('../fonts/CircularStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularstd Black';
  src: url('../fonts/CircularStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}