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

.image {
  border-radius: 15px;
  box-shadow: 0 2px 20px 10px rgba(0, 0, 0, .15);
}

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

.list.color-box-list {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.list.top20 {
  margin-top: 20px;
}

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

.hero-section {
  z-index: 0;
  background-color: #cf1111;
  background-image: url('../images/002.png');
  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;
}

.section-fullwidth.bottom {
  margin-bottom: 50px;
}

.section-fullwidth.bottom30 {
  margin-bottom: 30px;
}

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

.paragraph-4 {
  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-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 30px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

.red-link {
  color: #d80404;
}

.list-item-2 {
  margin-bottom: 10px;
}

.list-item-2.white, .white-link {
  color: #fff;
}

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

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

.section-first {
  z-index: 2;
  margin-top: -30px;
}

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

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

.quick-stack-3 {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
}

.text-span-2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
}

.cell-4 {
  justify-content: flex-start;
}

.heading-10 {
  color: #2f2f2f;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Circularstd Black, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
}

.heading-10.red {
  color: #c40000;
}

.heading-10.white {
  color: #fff;
}

.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.top20 {
  margin-top: 40px;
  padding-top: 20px;
}

.image-4 {
  width: 75%;
  max-width: 100%;
  border-radius: 15px;
  margin-bottom: 20px;
}

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

.bodytext.white {
  color: #141414;
  text-align: left;
}

.bodytext.white.style {
  text-align: center;
  margin-bottom: 0;
}

.bodytext.white.style.slabo {
  color: #141414;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.bodytext.product-content {
  width: 600px;
  color: #fff;
  margin-bottom: 0;
}

.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.slabo {
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}

.bodytext.bottom40 {
  margin-bottom: 40px;
}

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

.bodytext.top25.bottom40 {
  margin-bottom: 40px;
}

.bodytext.top25.bottom30 {
  margin-bottom: 30px;
}

.bodytext.top20 {
  margin-top: 20px;
}

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

.bodytext.top15.nomargin {
  margin-bottom: 0;
}

.bodytext.top40 {
  margin-top: 40px;
}

.bodytext.top30 {
  margin-top: 30px;
}

.bodytext.slabo-font {
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 24px;
}

.bold-text-2 {
  font-size: 36px;
  line-height: 36px;
}

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

.link-10 {
  color: #2d2d2d;
}

.block-product-intro {
  padding: 40px 80px 20px;
}

.productname {
  width: 600px;
  color: #d80404;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Circularstd Black, sans-serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 50px;
}

.image-6 {
  position: absolute;
  top: -60px;
  bottom: auto;
  left: auto;
  right: 100px;
}

.testi-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f7f7f7;
  border: 2px dashed #c40000;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

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

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

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

.div-block-5.redblock {
  background-color: #d80404;
}

.div-block-6 {
  height: 620px;
  text-align: center;
  background-image: url('../images/bg-bottle.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-6.first {
  height: 570px;
  border-radius: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
}

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

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

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

.pricing-package {
  color: #999;
  margin-top: -5px;
  margin-bottom: 5px;
  font-family: Circularstd Book, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 110%;
}

._1bot {
  width: auto;
  height: 160px;
  margin: 30px auto 20px;
}

._1bot._2 {
  width: auto;
}

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

.heading-15.top30 {
  margin-top: 20px;
}

.link-block {
  width: 225px;
  height: 55px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #5cb85c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px auto;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.link-block:hover {
  background-color: #449d44;
}

.text-block {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  text-decoration: none;
}

.image-9 {
  width: 24px;
}

.image-10 {
  margin-top: 5px;
}

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

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

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

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

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

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

.divider-500.top0 {
  margin-top: 0;
}

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

.bold-text-4 {
  color: #141414;
}

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

.underline {
  text-decoration: underline;
}

.subhead-slabo {
  color: #2d2d2d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.subhead-slabo.top30 {
  margin-top: 30px;
}

.subhead-slabo.bottom15 {
  margin-bottom: 15px;
}

.subhead-slabo.top20 {
  margin-top: 25px;
}

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

.hl-65.red {
  color: #c40000;
  margin-top: 0;
}

.hl-65.red.top10 {
  margin-top: 20px;
}

.hl-42 {
  color: #141414;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Circularstd Black, sans-serif;
  font-size: 42px;
  font-weight: 900;
  line-height: 44px;
  text-decoration: none;
}

.hl-42.bottom30 {
  margin-bottom: 30px;
}

.hl-42.top10 {
  margin-top: 0;
  padding-top: 10px;
}

.hl-42.red {
  color: #c40000;
}

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

.divider-750-top {
  width: 750px;
  height: 1px;
  background-color: #b8b8b8;
  margin: 30px auto 0;
}

.divider-750-bottom {
  width: 750px;
  height: 1px;
  -webkit-text-stroke-color: #c40000;
  background-color: #b8b8b8;
  margin: 0 auto 10px;
}

.cl-slabo-30 {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

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

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

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

.hl-35.red {
  color: #c40000;
}

.hl-35.red.top-10 {
  margin-top: -10px;
}

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

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

.hl-35.white.top5 {
  margin-top: 5px;
}

.hl-35.top15 {
  margin-top: 15px;
  padding-top: 15px;
}

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

.hl-35.top20 {
  margin-top: 20px;
}

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

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

.hl-35.top40 {
  margin-top: 40px;
}

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

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

.hl-60.top20 {
  padding-top: 20px;
  font-size: 60px;
}

.hl-60.red {
  color: #c40000;
}

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

.hl-60.red.top0 {
  margin-top: 0;
}

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

.div-block-10 {
  width: 100%;
  justify-content: center;
  display: flex;
}

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

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

.img-container.top-15 {
  margin-top: 10px;
}

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

.slabo-white {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

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

.divider-white {
  width: 200px;
  height: 1px;
  background-color: #a3a3a3;
  margin: 10px auto;
}

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

.hl-50.red {
  color: #c40000;
  margin-top: 0;
}

.hl-50.red.top-20 {
  margin-top: -20px;
}

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

.hl-50.red.top10 {
  margin-top: 10px;
}

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

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

.text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  text-decoration: underline;
}

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

.hl-45.red {
  color: #c40000;
  margin-top: 0;
}

.hl-45.red.top-5 {
  margin-top: -5px;
}

.hl-45.top30, .hl-45.top10 {
  margin-top: 30px;
}

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

.divider-cl {
  width: 300px;
  height: 1px;
  background-color: #868686;
  margin: 0 auto;
}

.divider-cl-top {
  width: 300px;
  height: 1px;
  background-color: #868686;
  margin: 0 auto 10px;
}

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

.hl-55.red {
  color: #c40000;
  margin-top: 0;
}

.hl-55.red.top10 {
  margin-top: 10px;
}

.hl-55.red.top15 {
  margin-top: 15px;
}

.hl-55.red.top-10 {
  margin-top: -10px;
}

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

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

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

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

.hl-30.top30.grey {
  color: #5e5e5e;
}

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

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

.hl-30.top-10 {
  margin-top: -10px;
}

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

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

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

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

.divider-750-t.top40 {
  margin-top: 40px;
}

.divider-750-t.top20 {
  margin-top: 20px;
}

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

.blockquote-paragraph.top25 {
  margin-top: 25px;
  margin-bottom: 0;
}

.underlined, .text-span-30, .text-span-34 {
  text-decoration: underline;
}

.list-item-4 {
  margin-bottom: 5px;
  font-family: Circularstd Book, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

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

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

.divider-300-t.top30 {
  margin-top: 30px;
}

.div-block-11 {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.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 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
  padding: 0;
}

._2column-stack.top20 {
  margin-top: 20px;
}

._2column-stack.top20.bottom0 {
  margin-bottom: 0;
}

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

._2column-stack.top40 {
  margin-top: 40px;
}

._2column-stack.top30 {
  margin-top: 30px;
}

._2column-stack.less-bottom {
  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/colored.png');
  background-position: 50%;
  background-size: cover;
  padding: 50px 80px;
}

.section-product {
  color: #fff;
  background-image: url('../images/colored.png');
  background-position: 50%;
  background-size: cover;
  padding: 20px 80px;
}

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

.cell-32 {
  padding-left: 10px;
}

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

.hl-28 {
  text-align: center;
  font-family: Circularstd Black, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.hl-28.top0 {
  margin-top: 10px;
  line-height: 32px;
}

.hl-28.top0.grey {
  color: #8d8d8d;
}

.hl-28.no-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hl-28.nomargin {
  margin-top: 0;
}

.image-15 {
  width: 750px;
}

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

.top30 {
  margin-top: 30px;
}

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

.hl-80.red.top-15 {
  margin-top: -5px;
}

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

.hl-38.red {
  color: #c40000;
}

.subhead-slabo-divider {
  color: #2d2d2d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Slabo 27 Px Regular", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.img-square {
  max-width: 98%;
  border: 1px solid #fff;
  border-radius: 15px;
  transform: translate(0);
  box-shadow: 0 2px 15px -1px rgba(0, 0, 0, .2);
}

.img-square._600w {
  width: 600px;
}

.divider-colored {
  width: 350px;
  height: 1px;
  color: #141414;
  background-color: rgba(255, 255, 255, .4);
  margin: 0 auto;
}

._4bot {
  width: auto;
  margin: 30px auto 20px;
}

._2bot {
  width: auto;
  height: 140px;
  margin: 20px auto;
}

.smaller {
  font-family: Circularstd Book, sans-serif;
  font-size: 22px;
}

.image-16 {
  width: 175px;
}

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

.divider-color {
  width: 450px;
  height: 1px;
  color: rgba(255, 255, 255, .46);
  background-color: rgba(217, 217, 217, .56);
  margin: 0 auto;
}

.divider-color.top40 {
  margin-top: 40px;
}

.divider-color.top20 {
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .hero-section {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/002.png'), url('../images/002.png');
    background-position: 50% 0, 0 0;
    background-size: auto, auto;
    background-clip: border-box;
  }

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

  .bodytext.white {
    text-align: left;
  }

  .bodytext.white.style.slabo {
    font-size: 32px;
  }

  .divider-300 {
    width: 300px;
  }

  .heroh3 {
    color: #000;
  }

  .divider-750-top, .divider-750-bottom, .divider-cl, .divider-cl-top, .divider-750-b, .divider-750-t, .divider-300-b, .divider-300-t, .divider-colored, .divider-color {
    width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: url('../images/002.png');
    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);
  }

  .text-span-2 {
    line-height: 50px;
  }

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

  .bodytext.white {
    color: #000;
  }

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

  .heroh3 {
    color: #000;
  }

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

@media screen and (max-width: 991px) {
  .hero-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-fullwidth.bottom {
    margin-bottom: 0;
  }

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

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

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

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

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

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

  .heading-10.red {
    font-size: 32px;
    line-height: 40px;
  }

  .blockquote {
    width: auto;
  }

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

  .bodytext.product-content {
    width: auto;
  }

  .bodytext.testimonial-content.slabo {
    font-size: 22px;
    line-height: 26px;
  }

  .bodytext.testimonial-content.slabo-font {
    font-size: 22px;
    line-height: 28px;
  }

  .bodytext.top25 {
    line-height: 30px;
  }

  .cell-5, .cell-6, .cell-7, .cell-8, .cell-10, .cell-14, .cell-16, .cell-21, .cell-25 {
    align-items: center;
  }

  .image-5 {
    width: 406px;
  }

  .block-product-intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .productname {
    width: auto;
  }

  .image-6 {
    text-align: center;
    margin-top: 20px;
    margin-left: 150px;
    position: static;
  }

  .testi-box {
    flex-direction: column;
  }

  .testi-box.top30 {
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
  }

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

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

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

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

  .pricing-supply {
    font-size: 32px;
  }

  .pricing-package {
    font-size: 20px;
  }

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

  .heroh3 {
    margin-top: -35px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .subhead-slabo {
    font-size: 24px;
  }

  .subhead-slabo.top30 {
    align-items: center;
    display: flex;
  }

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

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

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

  .hl-42.bottom30 {
    font-size: 30px;
    line-height: 110%;
  }

  .hl-42.top10 {
    font-size: 26px;
    line-height: 110%;
  }

  .hl-42.red {
    font-size: 28px;
    line-height: 32px;
  }

  .cl-slabo-30 {
    font-size: 26px;
  }

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

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

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

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

  .hl-60.top20 {
    font-size: 40px;
  }

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

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

  .hl-50.red.bottom30 {
    line-height: 110%;
  }

  .hl-50.red.top10 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .hl-45 {
    font-size: 32px;
  }

  .hl-45.red {
    font-size: 32px;
    line-height: 110%;
  }

  .hl-45.red.top-5 {
    font-size: 36px;
    line-height: 40px;
  }

  .hl-45.red.top10 {
    line-height: 36px;
  }

  .hl-45.red.underline {
    font-size: 40px;
    line-height: 45px;
  }

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

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

  .hl-55 {
    font-size: 40px;
  }

  .hl-55.red {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-55.red.top10 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .bodytext-column {
    font-size: 18px;
  }

  .divider-750-t.top20 {
    width: 500px;
  }

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

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

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

  ._2column-stack, ._2column-stack.less-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .section-product {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-15 {
    width: 500px;
  }

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

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

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

  .subhead-slabo-divider {
    font-size: 24px;
  }

  .cell-33, .cell-img, .cell-34 {
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .list.color-box-list {
    width: auto;
  }

  .block-grey, .block-white-top, .footer-block, .block-no-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-span-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-10.red {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-10.white {
    font-size: 24px;
    line-height: 32px;
  }

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

  .bodytext.white.style.slabo {
    font-size: 24px;
  }

  .bodytext.testimonial-content.slabo {
    font-size: 20px;
    line-height: 24px;
  }

  .bodytext.testimonial-content.slabo-font {
    font-size: 20px;
  }

  .bodytext.top25, .bodytext.top25.bottom30 {
    line-height: 24px;
  }

  .block-product-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .productname {
    font-size: 40px;
  }

  .image-6 {
    width: 217px;
    margin-left: 100px;
  }

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

  .divider-500, .divider-300 {
    width: auto;
  }

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

  .subhead-slabo {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

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

  .hl-42 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

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

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

  .hl-42.red.top10 {
    font-size: 24px;
  }

  .divider-750-top, .divider-750-bottom {
    width: auto;
  }

  .cl-slabo-30 {
    font-size: 24px;
    line-height: 32px;
  }

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

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

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

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

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

  .slabo-white {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .divider-500-copy {
    width: auto;
    width: auto;
    width: auto;
  }

  .divider-white {
    width: auto;
  }

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

  .hl-50.red {
    font-size: 30px;
    line-height: 34px;
  }

  .hl-50.red.top-20 {
    font-size: 30px;
    line-height: 35px;
  }

  .hl-50.red.bottom30 {
    font-size: 28px;
    line-height: 32px;
  }

  .hl-50.red.top10 {
    font-size: 24px;
    line-height: 40px;
  }

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

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

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

  .hl-45.red, .hl-45.red.top-5 {
    font-size: 24px;
    line-height: 32px;
  }

  .hl-45.red.top10 {
    line-height: 32px;
  }

  .hl-45.red.underline {
    font-size: 32px;
    line-height: 36px;
  }

  .hl-45.top30, .hl-45.top10 {
    font-size: 24px;
    line-height: 32px;
  }

  .divider-cl, .divider-cl-top {
    width: auto;
  }

  .hl-55, .hl-55.red {
    font-size: 32px;
    line-height: 40px;
  }

  .hl-55.red.top10 {
    font-size: 24px;
    line-height: 32px;
  }

  .hl-55.top30 {
    font-size: 32px;
    line-height: 40px;
  }

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

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

  .divider-750-b, .divider-750-t {
    width: auto;
  }

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

  .divider-300-b, .divider-300-t {
    width: auto;
  }

  .block-white-bottom, .block-white-mid, .block-color, .section-product {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

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

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

  .subhead-slabo-divider {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
  }

  .divider-colored, .divider-color {
    width: auto;
  }
}

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

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

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

  .footer-block {
    padding: 20px;
  }

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

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

  .text-span-2 {
    font-size: 35px;
    line-height: 45px;
  }

  .heading-10.red {
    line-height: 24px;
  }

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

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

  .bodytext.testimonial-content.slabo {
    font-size: 18px;
    line-height: 25px;
  }

  .block-product-intro {
    padding: 20px;
  }

  .image-6 {
    height: auto;
    max-width: none;
    margin-left: 20px;
  }

  .testi-box {
    padding: 20px;
  }

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

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

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

  .pricing-supply {
    font-size: 28px;
  }

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

  .div-block-9 {
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .hl-65.red {
    margin-bottom: 0;
    font-size: 26px;
  }

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

  .hl-42.bottom30 {
    font-size: 20px;
    line-height: 24px;
  }

  .hl-42.top10 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .hl-42.red.top10 {
    line-height: 30px;
  }

  .cl-slabo-30 {
    font-size: 20px;
    line-height: 28px;
  }

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

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

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

  .hl-35.red {
    line-height: 24px;
  }

  .hl-35.red.top-10 {
    font-size: 28px;
    line-height: 32px;
  }

  .hl-35.red.top10 {
    line-height: 26px;
  }

  .hl-35.white.top10 {
    font-size: 18px;
  }

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

  .hl-35.top30.mobile {
    margin-top: 0;
  }

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

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

  .hl-60.red {
    font-size: 28px;
  }

  .hl-60.red.top-10.mobile {
    margin-top: 0;
  }

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

  .hl-50 {
    line-height: 28px;
  }

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

  .hl-50.red.top-20, .hl-50.red.bottom30 {
    font-size: 24px;
    line-height: 30px;
  }

  .hl-50.red.top10 {
    line-height: 28px;
  }

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

  .hl-45.red {
    font-size: 22px;
    line-height: 28px;
  }

  .hl-45.red.top-5 {
    line-height: 28px;
  }

  .hl-45.red.top10 {
    font-size: 22px;
    line-height: 28px;
  }

  .hl-45.red.underline {
    font-size: 24px;
    line-height: 28px;
  }

  .hl-45.red.mobile {
    margin-top: 10px;
  }

  .hl-45.top30 {
    font-size: 22px;
    line-height: 28px;
  }

  .list2 {
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .hl-55.red.top10 {
    line-height: 28px;
  }

  .hl-55.red.top-10 {
    font-size: 30px;
    line-height: 32px;
  }

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

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

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

  .bodytext-column, .blockquote-paragraph {
    font-size: 16px;
    line-height: 24px;
  }

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

  .block-white-bottom, .block-white-mid, .block-color, .section-product {
    padding: 20px;
  }

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

  .hl-28.top0 {
    font-size: 18px;
  }

  .block-white-single {
    padding: 20px;
  }

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

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

  .hl-38.mobile {
    margin-top: -20px;
  }
}

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

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

#w-node-_58f17d45-41a3-9ed8-0e25-fd81b115284b-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_58f17d45-41a3-9ed8-0e25-fd81b115284c-d7f9bf7e, #w-node-_58f17d45-41a3-9ed8-0e25-fd81b115284d-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253291-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253292-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532a4-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532c0-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532c1-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532c3-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532da-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532db-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532e7-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225331d-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225331e-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253320-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253341-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253342-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253352-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253371-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253372-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253374-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253394-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253395-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22533a1-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22533c0-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22533c1-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22533c3-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_229ffbb7-44e9-c52c-5417-ec8dd8787a89-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_229ffbb7-44e9-c52c-5417-ec8dd8787a8a-d7f9bf7e, #w-node-_229ffbb7-44e9-c52c-5417-ec8dd8787a8b-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1edf0e5a-ab6f-63a4-45a4-4c5d99499d2d-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1edf0e5a-ab6f-63a4-45a4-4c5d99499d2e-d7f9bf7e, #w-node-_1edf0e5a-ab6f-63a4-45a4-4c5d99499d2f-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253431-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253432-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253441-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_375f7c7f-8899-939d-383d-36e68d4fca24-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_375f7c7f-8899-939d-383d-36e68d4fca25-d7f9bf7e, #w-node-_375f7c7f-8899-939d-383d-36e68d4fca26-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225348d-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225348e-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253490-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534af-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534b0-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534b9-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534e7-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534e8-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534ea-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ede71b4-a6d8-5b21-a765-1f1938c2014b-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7ede71b4-a6d8-5b21-a765-1f1938c2014c-d7f9bf7e, #w-node-_7ede71b4-a6d8-5b21-a765-1f1938c2014d-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225356b-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225356c-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225356e-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a01d4cb-4e89-0d0b-ca12-7c87e27766d3-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7a01d4cb-4e89-0d0b-ca12-7c87e27766d4-d7f9bf7e, #w-node-_7a01d4cb-4e89-0d0b-ca12-7c87e27766d5-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22535d9-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22535da-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22535dc-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef731629-c39e-8b55-4545-69a6abecc0bb-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
}

#w-node-ef731629-c39e-8b55-4545-69a6abecc0bc-d7f9bf7e, #w-node-ef731629-c39e-8b55-4545-69a6abecc0ca-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c74d1ce9-a6e4-5ade-8db7-5cd83e1fb8dd-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c74d1ce9-a6e4-5ade-8db7-5cd83e1fb8de-d7f9bf7e, #w-node-c74d1ce9-a6e4-5ade-8db7-5cd83e1fb8df-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a2708e1-bb08-c493-f489-19c230890894-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6a2708e1-bb08-c493-f489-19c230890895-d7f9bf7e, #w-node-_6a2708e1-bb08-c493-f489-19c230890896-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_071adf63-b51a-cadd-b33c-38c9d39bf05e-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
}

#w-node-_071adf63-b51a-cadd-b33c-38c9d39bf05f-d7f9bf7e, #w-node-_071adf63-b51a-cadd-b33c-38c9d39bf060-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225374f-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253750-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253763-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6e0846e4-3e24-7ac7-e9af-7328bae73bc8-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_6e0846e4-3e24-7ac7-e9af-7328bae73bc9-d7f9bf7e, #w-node-_6e0846e4-3e24-7ac7-e9af-7328bae73bca-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b9c7b38-c91e-73e8-a43a-33ca567038a3-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_3b9c7b38-c91e-73e8-a43a-33ca567038a4-d7f9bf7e, #w-node-_3b9c7b38-c91e-73e8-a43a-33ca567038a5-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26e64e74-14fe-b7f2-f119-79599969d5fc-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26e64e74-14fe-b7f2-f119-79599969d5fd-d7f9bf7e, #w-node-_26e64e74-14fe-b7f2-f119-79599969d5fe-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8d583347-9b4d-dbce-cb50-14a458ab30d9-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_8d583347-9b4d-dbce-cb50-14a458ab30da-d7f9bf7e, #w-node-_8d583347-9b4d-dbce-cb50-14a458ab30db-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8b538ca-9926-f1d7-98f4-700f7eebc1cc-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e0e19768-cdad-4621-3d24-1b4c4e46f986-d7f9bf7e, #w-node-_131a6e0a-3fc2-b4e9-394b-93d0748e96fa-d7f9bf7e, #w-node-_8eab1130-4e71-81e7-fb02-19f2f5cab94f-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4433d17-75d2-f5c6-5549-41d4887e59fb-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a4433d17-75d2-f5c6-5549-41d4887e59fc-d7f9bf7e, #w-node-a4433d17-75d2-f5c6-5549-41d4887e59fd-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6608ed0-db07-df62-6a5f-b393eb93518f-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c6608ed0-db07-df62-6a5f-b393eb935190-d7f9bf7e, #w-node-c6608ed0-db07-df62-6a5f-b393eb935191-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97232534-ac18-12e0-feb4-829f29da9954-d7f9bf7e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_97232534-ac18-12e0-feb4-829f29da9955-d7f9bf7e, #w-node-_97232534-ac18-12e0-feb4-829f29da9969-d7f9bf7e, #w-node-_97232534-ac18-12e0-feb4-829f29da997d-d7f9bf7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253261-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

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

  #w-node-_58f17d45-41a3-9ed8-0e25-fd81b115284b-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58f17d45-41a3-9ed8-0e25-fd81b115284c-d7f9bf7e, #w-node-_58f17d45-41a3-9ed8-0e25-fd81b115284d-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253291-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253292-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532a4-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532c0-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532c1-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532c3-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532da-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532db-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22532e7-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225331d-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225331e-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253320-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253341-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253342-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253352-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253371-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253372-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253374-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253394-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253395-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22533a1-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22533c0-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22533c1-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22533c3-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_229ffbb7-44e9-c52c-5417-ec8dd8787a89-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }

  #w-node-_229ffbb7-44e9-c52c-5417-ec8dd8787a8a-d7f9bf7e, #w-node-_229ffbb7-44e9-c52c-5417-ec8dd8787a8b-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1edf0e5a-ab6f-63a4-45a4-4c5d99499d2d-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1edf0e5a-ab6f-63a4-45a4-4c5d99499d2e-d7f9bf7e, #w-node-_1edf0e5a-ab6f-63a4-45a4-4c5d99499d2f-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253431-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253432-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253441-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_375f7c7f-8899-939d-383d-36e68d4fca24-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_375f7c7f-8899-939d-383d-36e68d4fca25-d7f9bf7e, #w-node-_375f7c7f-8899-939d-383d-36e68d4fca26-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225348d-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225348e-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253490-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534af-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534b0-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534b9-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534e7-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534e8-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22534ea-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ede71b4-a6d8-5b21-a765-1f1938c2014b-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7ede71b4-a6d8-5b21-a765-1f1938c2014c-d7f9bf7e, #w-node-_7ede71b4-a6d8-5b21-a765-1f1938c2014d-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225356b-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225356c-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225356e-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7a01d4cb-4e89-0d0b-ca12-7c87e27766d3-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7a01d4cb-4e89-0d0b-ca12-7c87e27766d4-d7f9bf7e, #w-node-_7a01d4cb-4e89-0d0b-ca12-7c87e27766d5-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22535d9-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22535da-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb22535dc-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef731629-c39e-8b55-4545-69a6abecc0bb-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ef731629-c39e-8b55-4545-69a6abecc0bc-d7f9bf7e, #w-node-ef731629-c39e-8b55-4545-69a6abecc0ca-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c74d1ce9-a6e4-5ade-8db7-5cd83e1fb8dd-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c74d1ce9-a6e4-5ade-8db7-5cd83e1fb8de-d7f9bf7e, #w-node-c74d1ce9-a6e4-5ade-8db7-5cd83e1fb8df-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a2708e1-bb08-c493-f489-19c230890894-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6a2708e1-bb08-c493-f489-19c230890895-d7f9bf7e, #w-node-_6a2708e1-bb08-c493-f489-19c230890896-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb225374f-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253750-d7f9bf7e, #w-node-ff6ea9bc-54b1-ff60-994f-2dbeb2253763-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3b9c7b38-c91e-73e8-a43a-33ca567038a3-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3b9c7b38-c91e-73e8-a43a-33ca567038a4-d7f9bf7e, #w-node-_3b9c7b38-c91e-73e8-a43a-33ca567038a5-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_26e64e74-14fe-b7f2-f119-79599969d5fc-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_26e64e74-14fe-b7f2-f119-79599969d5fd-d7f9bf7e, #w-node-_26e64e74-14fe-b7f2-f119-79599969d5fe-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8d583347-9b4d-dbce-cb50-14a458ab30d9-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8d583347-9b4d-dbce-cb50-14a458ab30da-d7f9bf7e, #w-node-_8d583347-9b4d-dbce-cb50-14a458ab30db-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a8b538ca-9926-f1d7-98f4-700f7eebc1cc-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e0e19768-cdad-4621-3d24-1b4c4e46f986-d7f9bf7e, #w-node-_131a6e0a-3fc2-b4e9-394b-93d0748e96fa-d7f9bf7e, #w-node-_8eab1130-4e71-81e7-fb02-19f2f5cab94f-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a4433d17-75d2-f5c6-5549-41d4887e59fb-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a4433d17-75d2-f5c6-5549-41d4887e59fc-d7f9bf7e, #w-node-a4433d17-75d2-f5c6-5549-41d4887e59fd-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6608ed0-db07-df62-6a5f-b393eb93518f-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c6608ed0-db07-df62-6a5f-b393eb935190-d7f9bf7e, #w-node-c6608ed0-db07-df62-6a5f-b393eb935191-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97232534-ac18-12e0-feb4-829f29da9954-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_97232534-ac18-12e0-feb4-829f29da9955-d7f9bf7e, #w-node-_97232534-ac18-12e0-feb4-829f29da9969-d7f9bf7e, #w-node-_97232534-ac18-12e0-feb4-829f29da997d-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c74d1ce9-a6e4-5ade-8db7-5cd83e1fb8dd-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c74d1ce9-a6e4-5ade-8db7-5cd83e1fb8de-d7f9bf7e, #w-node-c74d1ce9-a6e4-5ade-8db7-5cd83e1fb8df-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_58f17d45-41a3-9ed8-0e25-fd81b115284b-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_58f17d45-41a3-9ed8-0e25-fd81b115284c-d7f9bf7e, #w-node-_58f17d45-41a3-9ed8-0e25-fd81b115284d-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_229ffbb7-44e9-c52c-5417-ec8dd8787a89-d7f9bf7e {
    display: grid;
  }

  #w-node-_071adf63-b51a-cadd-b33c-38c9d39bf05e-d7f9bf7e {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }

  #w-node-_071adf63-b51a-cadd-b33c-38c9d39bf05f-d7f9bf7e, #w-node-_071adf63-b51a-cadd-b33c-38c9d39bf060-d7f9bf7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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