.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: 10px;
  padding-left: 30px;
  font-family: Circularstd Book, sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  list-style-type: disc;
}

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

.list.top20.bot0 {
  margin-bottom: 0;
}

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

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

.list.toppadding0.bot30.numberlist {
  list-style: decimal;
}

.list.toppadding0.bot0 {
  margin-bottom: 0;
}

.list.toppadding0.bot0.white {
  color: #fff;
}

.list.toppadding0.bot0.white.paddingleft50 {
  padding-left: 50px;
}

.list.toppadding0.numberlist {
  list-style: decimal;
}

.hero-section {
  z-index: 0;
  background-color: #cf1111;
  background-image: url('../images/bg-tin2.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: #f1f1f1;
  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;
  margin-bottom: 0;
  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;
}

.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.alignstretch {
  align-items: stretch;
}

.blockquote.alignstretch.top0 {
  margin-top: 0;
}

.blockquote.alignstretch.paddingbot30 {
  padding-bottom: 30px;
}

.blockquote.alignstretch.paddingbot30.top0.bot30 {
  border-color: #082e9e;
  margin-bottom: 30px;
}

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

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

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

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

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

.div-block-2 {
  width: 12px;
  background-color: #082e9e;
  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.bot40 {
  margin-bottom: 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-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;
}

.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: #acacac;
  margin: 10px auto;
}

.divider-500.bot30 {
  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: #082e9e;
}

.hl-65.lighter-blue {
  color: #53bbff;
}

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

.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.bot30 {
  margin-bottom: 30px;
}

.slabo30.padding80 {
  padding-left: 80px;
  padding-right: 80px;
}

.list-bigger {
  margin-bottom: 15px;
  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.top30.padding100, .hl-35.padding100 {
  padding-left: 100px;
  padding-right: 100px;
}

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

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

.hl-35.blue {
  color: #082e9e;
}

.hl-35.top0 {
  margin-top: 0;
}

.hl-35.lighter-blue {
  color: #53bbff;
}

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

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

.img-container.bot60 {
  margin-bottom: 60px;
}

.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.darker {
  background-color: #b9b9b9;
}

.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.blue {
  color: #082e9e;
}

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

.hl-45.lighter-blue {
  color: #53bbff;
}

.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: #082e9e;
}

.hl-55.lighter-blue {
  color: #53bbff;
}

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

.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.padding180 {
  padding-left: 180px;
  padding-right: 180px;
}

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

.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.top30.bot0 {
  margin-bottom: 0;
}

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

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

._2column-stack.nobot, ._2column-stack.no-bot {
  margin-bottom: 0;
}

.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/bluebg-grunge.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 60px 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: #082e9e;
}

.hl-80.lighter-blue {
  color: #53bbff;
}

.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.padding150 {
  padding-left: 150px;
  padding-right: 150px;
}

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

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

.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.align-left {
  text-align: left;
  font-size: 27px;
  line-height: 35px;
}

.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.top30 {
  margin-top: 30px;
}

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

.subheading-35.lighter-white {
  color: rgba(255, 255, 255, .69);
}

.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.bot30 {
  margin-bottom: 30px;
}

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

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

.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.bot0 {
  margin-bottom: 0;
}

.subheading-25.top30 {
  margin-top: 30px;
}

.subheading-25.padding80 {
  padding-left: 80px;
  padding-right: 80px;
}

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

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

.cell-6 {
  text-align: center;
  align-items: center;
}

.cell-7, .cell-8 {
  align-items: center;
}

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

.hl-50.blue {
  color: #082e9e;
}

.hl-50.blue.bot5 {
  margin-bottom: 5px;
}

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

.blue {
  color: #082e9e;
}

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

.stretchalign {
  align-items: stretch;
}

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

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

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

.heading-18 {
  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%;
}

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

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

.heading-19.top-10 {
  margin-top: -7px;
}

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

.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: 25px;
  margin-bottom: 30px;
}

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

.div-block-10 {
  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-10.redblock {
  background-color: #082e9e;
}

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

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

.div-block-12 {
  height: 640px;
  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-12.first {
  height: 540px;
  background-image: url('../images/bg-bot2.jpg');
  border-radius: 0;
}

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

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

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

.heading-21.blue {
  color: #082e9e;
}

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

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

.references.lr20.lr0.flex-stretch-align {
  word-break: break-all;
  flex-flow: column;
  align-content: stretch;
  align-items: stretch;
  display: flex;
}

.references.lr20.lr0.flex-stretch-align.s-horpadding-40.xs-horpadding-20.xxs-horpadding-0 {
  overflow-wrap: anywhere;
}

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

.image-square {
  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-square.noshadow {
  box-shadow: none;
}

.image-square.top-15 {
  margin-top: -15px;
}

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

.divider-blue {
  width: 100px;
  height: 5px;
  background-color: #53bbff;
  margin: 10px auto 30px;
}

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

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

.block-special {
  background-color: #f8fcff;
  border: 3px dashed #082e9e;
  border-radius: 0;
  padding: 40px 80px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
}

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

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

.slabo28.white {
  color: #fff;
}

.divider-blue-smaller {
  width: 75px;
  height: 5px;
  background-color: #53bbff;
  margin: 25px auto 10px;
}

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

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

.hl-75.blue {
  color: #082e9e;
}

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

.text-span-18 {
  color: #082e9e;
  text-decoration: underline;
}

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

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

.image-21 {
  width: 300px;
}

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

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

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

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

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

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

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

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

.img-rounded {
  width: auto;
  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-23 {
  width: 165px;
}

.divider-max {
  width: 100%;
  height: 1px;
  background-color: #c7c7c7;
  margin: 10px auto;
}

.divider-max.topqa {
  margin-top: 50px;
}

.image-24 {
  width: 420px;
}

.block-color-var3-mob {
  color: #fff;
  background-image: url('../images/bg-var4.jpg');
  background-position: 50% 0;
  background-size: cover;
  padding: 60px 80px;
  display: none;
}

.nongmo {
  margin-top: 30px;
}

.nongmo-mobile {
  margin-top: 30px;
  display: none;
}

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

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

  .divider-750 {
    width: 300px;
  }

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

  .divider-blue {
    width: 300px;
  }

  .subheading-18 {
    color: #000;
  }

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

  .divider-blue-smaller {
    width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    background-image: url('../images/bg-tin2.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;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 40px;
    padding: 40px;
  }

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

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

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

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

  .subheading-18 {
    color: #000;
  }

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

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

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

@media screen and (max-width: 991px) {
  .list.top20.bot0.s-paddingtop0 {
    padding-top: 0;
  }

  .list.top20.bot0.s-top-30 {
    margin-top: 30px;
  }

  .list.top20.bot0.s-top-30.s-paddingtop-0 {
    padding-top: 0;
  }

  .list.toppadding0.bot0.white.paddingleft50.s-paddingleft-25 {
    padding-left: 25px;
  }

  .list.toppadding0.s-bot-30 {
    margin-bottom: 30px;
  }

  .list.toppadding0.s-paddingleft-0 {
    padding-left: 0;
  }

  .list.toppadding0.s-paddingleft-0.s-bot-0 {
    margin-bottom: 0;
  }

  .hero-section {
    background-image: url('../images/bg-mob.jpg');
  }

  .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-image-block-2.s-hero {
    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: 20px;
    padding-right: 40px;
  }

  .section-first.s-nopadding {
    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.top15.s-top-30 {
    margin-top: 30px;
  }

  .bodytext.s-bot-30 {
    margin-bottom: 30px;
  }

  .bodytext.s-alignmid {
    text-align: center;
  }

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

  .image-5 {
    width: 406px;
  }

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

  .testi-box.bot40.s-bot-30 {
    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;
  }

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

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

  .slabo30.white.bot30.s-slabo-23 {
    font-size: 23px;
    line-height: 23px;
  }

  .slabo30.white.s-slabo-25 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .slabo30.s-slabo-23 {
    font-size: 23px;
    line-height: 23px;
  }

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

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

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

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

  .hl-35.padding100.s-horpadding-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .hl-35.padding100.s-hl-35.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .hl-35.top0.bot30.xs-hl25.padding100.s-padding0 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .hl-30.padding180.s-horpadding-110 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .hl-30.padding180.s-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

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

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

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

  .hl-30.s-hl30.s-horpadding-60 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  ._2column-stack.top30.bot0.s-grid-1.s-gap-30.s-nopadding {
    padding-left: 0;
  }

  ._2column-stack.top30.s-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  ._2column-stack.bot0.s-grid-1.s-gap-30.s-paddingleft-0 {
    padding-left: 0;
  }

  ._2column-stack.s-grid-1.s-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .block-color.s-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .hl-80.lighter-blue.s-hl-60 {
    font-size: 60px;
    line-height: 65px;
  }

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

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

  .hl-40.padding150.s-hl-35.s-horpadding-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

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

  .hl-40.blue.padding80.s-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hl-40.xxs-hl-20.s-top30 {
    margin-top: 30px;
  }

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

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

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

  .subheading-25.top30.s-subheading-25 {
    font-size: 25px;
    line-height: 27px;
  }

  .subheading-25.padding80.s-nopadding {
    padding-left: 0;
    padding-right: 0;
    line-height: 26px;
  }

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

  .hl-50.blue.s-bot-0 {
    margin-bottom: 0;
  }

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

  .img-container-2.top0.s-bot-20 {
    margin-bottom: 20px;
  }

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

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

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

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

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

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

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

  .references.lr20.lr0.flex-stretch-align {
    flex-direction: column;
  }

  .references.lr20.lr0.flex-stretch-align.s-horpadding-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-square.noshadow {
    flex: 1;
  }

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

  .subheading-18.s-top-40 {
    margin-top: 40px;
  }

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

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

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

  .list-900.s-nopadding {
    padding-left: 0;
    padding-right: 0;
  }

  .list-900.s-nopadding.s-bot-30 {
    margin-bottom: 30px;
  }

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

  .hl-75.top-10.blue.s-hl-50 {
    font-size: 50px;
    line-height: 50px;
  }

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

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

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

  .block-color-var2.s-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .block-color-var1.s-verpadding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .s-stretchalign {
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-22 {
    flex: 1;
  }

  .cell-10, .s-alignmid {
    align-items: center;
  }

  .block-color-var3, .block-color-var3-mob {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nongmo-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .list.toppadding0.bot0.white.paddingleft50.xs-paddingleft-20 {
    padding-left: 20px;
  }

  .list.toppadding0.s-paddingleft-0.s-bot-0.xs-paddingleft-30 {
    padding-left: 30px;
  }

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

  .block-white-top.xs-paddingbot-30 {
    padding-bottom: 30px;
  }

  .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.s-bot-30.xs-bot-0 {
    margin-bottom: 0;
  }

  .divider-500 {
    width: auto;
  }

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

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

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

  .hl-65.lighter-blue.top-10.xs-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

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

  .hl-65.lighter-blue.xs-bot-5 {
    margin-bottom: 5px;
  }

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

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

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

  .slabo30.white.bot30.s-slabo-23 {
    line-height: 30px;
  }

  .slabo30.white.s-slabo-25.xs-horpadding-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .slabo30.padding80.s-horpadding-50.xs-horpadding-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .slabo30.s-slabo-23.xs-slabo-18 {
    font-size: 18px;
    line-height: 22px;
  }

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

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

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

  .hl-35.top30.padding100.s-horpadding-60.xs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

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

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

  .hl-35.top30.xs-hl-30.padding50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hl-35.padding100.s-horpadding-50.xs-horpadding-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hl-35.padding100.s-hl-35.s-horpadding-40.xs-hl-26 {
    font-size: 26px;
    line-height: 28px;
  }

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

  .hl-35.bot30.xs-hl-25, .hl-35.white.xs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .hl-35.top0.bot30.xs-hl25 {
    font-size: 25px;
    line-height: 25px;
  }

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

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

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

  .divider-750 {
    width: auto;
  }

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

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

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

  .hl-45.blue.bot30.s-hl-45.s-horpadding-100.xs-hl-40.xs-horpadding-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .hl-45.blue.xs-hl-26 {
    font-size: 26px;
    line-height: 30px;
  }

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

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

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

  .hl-45.lighter-blue.s-hl-35.xs-hl-30 {
    font-size: 30px;
    line-height: 32px;
  }

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

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

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

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

  .hl-30.padding180.s-horpadding-110.xs-horpadding-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .hl-30.padding180.s-horpadding-110.xs-horpadding-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hl-30.padding180.s-hl-30.s-horpadding-60.xs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

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

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

  .hl-30.s-horpadding-120.xs-horpadding-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .hl-30.s-hl-30.s-horpadding-100.xs-hl-28.xs-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-30.s-hl-23.xs-hl-18 {
    font-size: 18px;
    line-height: 20px;
  }

  .hl-30.s-hl30.s-horpadding-60.xs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .block-white-bottom.xs-paddingtop-30 {
    padding-top: 30px;
  }

  ._2column-stack.top20.s-top-30.xs-grid-1.xs-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  ._2column-stack.top20.s-top-30.xs-grid-1.xs-gap-30.xs-bot-0 {
    margin-bottom: 0;
  }

  .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.s-hl-50.xs-hl-40 {
    font-size: 40px;
    line-height: 40px;
  }

  .hl-80.blue.s-hl-50.xs-hl-40.xs-bot-10 {
    margin-bottom: 10px;
  }

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

  .hl-40.padding150.s-hl-35.s-horpadding-70.xs-hl-30 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-40.padding150.s-hl-35.s-horpadding-70.xs-hl-30.xs-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hl-40.blue.padding80.s-nopadding.s-hl-35.xs-hl-30 {
    font-size: 25px;
    line-height: 28px;
  }

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

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

  .hl-40.xs-hl-25.xs-top0 {
    margin-top: 0;
  }

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

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

  .slabo35.blue.align-left.xs-slabo-25 {
    font-size: 25px;
    line-height: 33px;
  }

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

  .slabo25.xs-slabo-20 {
    font-size: 20px;
    line-height: 25px;
  }

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

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

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

  .subheading-25.top30.s-subheading-25.xs-subheading-22 {
    font-size: 22px;
    line-height: 25px;
  }

  .subheading-25.top30.s-subheading-25.xs-subheading-22.xs-bot-0 {
    margin-bottom: 0;
  }

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

  .subheading-22.xs-subheading-18 {
    font-size: 18px;
    line-height: 24px;
  }

  .hl-50.blue.bot5.xs-hl-40 {
    font-size: 40px;
    line-height: 45px;
  }

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

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

  .references.lr20, .references.lr20.lr0.flex-stretch-align.s-horpadding-40.xs-horpadding-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider-blue {
    width: 50px;
  }

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

  .subheading-18.s-top-40.xs-subheading-18, .subheading-18.xs-subheading-18 {
    font-size: 18px;
    line-height: 22px;
  }

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

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

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

  .divider-blue-smaller {
    width: auto;
  }

  .list-900.s-nopadding.s-bot-30.xs-paddingleft-30 {
    padding-left: 30px;
  }

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

  .divider-250, .divider-200 {
    width: auto;
  }

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

  .block-color-var2, .block-color-var1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xs-midalign {
    align-items: center;
  }

  .block-color-var3 {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .divider-max {
    width: auto;
  }

  .block-color-var3-mob {
    background-image: url('../images/bluebg-grunge.jpg');
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nongmo {
    display: none;
  }

  .nongmo-mobile {
    text-align: center;
    display: inline-block;
  }
}

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

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

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

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

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

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

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

  .testi-box {
    padding: 20px;
  }

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

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

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

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

  .hl-65.lighter-blue.xs-bot-5.xxs-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

  .hl-65.lighter-blue.xs-bot-5.xxs-hl-35.padding50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hl-65.lighter-blue.xs-bot-0.xxs-hl-38 {
    font-size: 38px;
    line-height: 42px;
  }

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

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

  .slabo30.white.xs-horpadding-100.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
    line-height: 25px;
  }

  .slabo30.padding80.s-horpadding-50.xs-horpadding-30.xs-slabo-20.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .slabo30.padding80.s-horpadding-50.xs-horpadding-30.xs-slabo-20.xxs-horpadding-0.xxs-slabo-21 {
    font-size: 21px;
    line-height: 25px;
  }

  .slabo30.xs-slabo-20.xxs-slabo-30 {
    font-size: 25px;
    line-height: 32px;
  }

  .slabo30.xs-slabo-20.xxs-slabo-24 {
    font-size: 24px;
    line-height: 30px;
  }

  .slabo30.xxs-slabo-22 {
    font-size: 22px;
    line-height: 27px;
  }

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

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

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

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

  .hl-35.top30.padding100.s-horpadding-60.xs-hl-25.xs-horpadding-0.xxs-hl-22 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .hl-35.top30.xs-hl-30.padding50.xxs-hl-26 {
    padding-left: 0;
    padding-right: 0;
    font-size: 26px;
  }

  .hl-35.padding100.s-horpadding-50.xs-horpadding-30.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.padding100.s-horpadding-50.xs-horpadding-30.xxs-horpadding-0.xxs-hl-22 {
    font-size: 22px;
    line-height: 28px;
  }

  .hl-35.padding100.s-hl-35.s-horpadding-40.xs-hl-26.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.padding100.s-hl-35.s-horpadding-40.xs-hl-26.xxs-horpadding-0.xxs-hl-23 {
    font-size: 23px;
    line-height: 25px;
  }

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

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

  .hl-35.white.padding100.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-35.white.xxs-hl-26 {
    font-size: 26px;
    line-height: 32px;
  }

  .hl-35.top0.bot30.xs-hl25 {
    font-size: 22px;
  }

  .hl-35.xs-hl-30.xxs-hl-30 {
    margin-top: -5px;
    font-size: 30px;
    line-height: 30px;
  }

  .hl-35.xs-hl-22.xxs-hl-20 {
    font-size: 20px;
  }

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

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

  .hl-45.white.xs-hl-25.xxs-hl-22 {
    font-size: 22px;
    line-height: 25px;
  }

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

  .hl-45.blue.bot30.s-hl-45.s-horpadding-100.xs-hl-40.xs-horpadding-50.xxs-hl-30.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .hl-45.blue.xs-hl-26.xxs-hl-35 {
    font-size: 32px;
  }

  .hl-45.blue.s-hl-40.xs-hl-35.xxs-hl-25, .hl-45.blue.xxs-hl-25 {
    font-size: 25px;
    line-height: 28px;
  }

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

  .hl-45.bot30.xxs-hl-25 {
    font-size: 23px;
    line-height: 23px;
  }

  .hl-45.lighter-blue.s-hl-35.xs-hl-30.xxs-hl-28 {
    font-size: 28px;
    line-height: 30px;
  }

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

  .hl-55.blue.s-hl-45.xs-hl-35 {
    font-size: 32px;
  }

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

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

  .hl-30.top30.xxs-hl-27 {
    font-size: 27px;
    line-height: 27px;
  }

  .hl-30.top30.xxs-hl-27.xxs-padding60 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hl-30.padding180.s-horpadding-110.xs-horpadding-80.xxs-horpadding-0, .hl-30.padding180.s-horpadding-110.xs-horpadding-50.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.padding180.s-horpadding-110.xs-horpadding-50.xxs-horpadding-0.xxs-hl-18 {
    font-size: 18px;
  }

  .hl-30.padding180.s-hl-30.s-horpadding-60.xs-hl-25.xs-horpadding-0.xxs-hl-21 {
    font-size: 21px;
  }

  .hl-30.s-horpadding-120.xs-horpadding-80.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.s-horpadding-120.xs-horpadding-80.xxs-horpadding-0.xxs-hl-23 {
    font-size: 23px;
    line-height: 23px;
  }

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

  .hl-30.s-hl-30.s-horpadding-100.xs-hl-28.xs-horpadding-20.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-30.s-hl-30.s-horpadding-100.xs-hl-28.xs-horpadding-20.xxs-horpadding-0.xxs-hl-23 {
    font-size: 23px;
    line-height: 25px;
  }

  .hl-30.s-hl30.s-horpadding-60.xs-hl-25.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
  }

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

  .block-white-bottom.xs-paddingtop-30.xxs-paddingtop-20 {
    padding-top: 20px;
  }

  ._2column-stack.top30.s-grid-1.s-gap-15 {
    margin-bottom: 15px;
  }

  ._2column-stack.bot0.top30.xxs-paddingleft-0.xxs-gap-0 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._2column-stack.bot0.xxs-paddingleft-0 {
    padding-left: 0;
  }

  ._2column-stack.nobot {
    grid-row-gap: 20px;
  }

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

  .block-color.s-verpadding-40.xxs-verpadding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .hl-80.blue.s-hl-50.xs-hl-40.xs-bot-10 {
    margin-top: 0;
    font-size: 42px;
    line-height: 42px;
  }

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

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

  .hl-40.padding150.s-hl-35.s-horpadding-70.xs-hl-30.xs-horpadding-20.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-40.padding150.s-hl-35.s-horpadding-70.xs-hl-30.xs-horpadding-20.xxs-horpadding-0.xxs-hl-25 {
    font-size: 25px;
    line-height: 25px;
  }

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

  .hl-40.blue.padding80.s-nopadding.s-hl-35.xs-hl-30.xxs-hl-23 {
    font-size: 23px;
    line-height: 25px;
  }

  .hl-40.blue.xs-hl-23.xxs-hl-20 {
    font-size: 20px;
    line-height: 23px;
  }

  .hl-40.xs-hl-25.xs-top0.xxs-hl-22 {
    font-size: 22px;
    line-height: 28px;
  }

  .hl-40.xs-hl-25.xs-top0.xxs-hl-30 {
    font-size: 30px;
    line-height: 35px;
  }

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

  .hl-40.xxs-hl-20.s-top30 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .slabo35.blue.align-left.xs-slabo-25.xxs-slabo-20 {
    font-size: 20px;
    line-height: 25px;
  }

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

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

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

  .subheading-35.lighter-white.xxs-subheading-20 {
    font-size: 25px;
    line-height: 30px;
  }

  .subheading-35.lighter-white.xxs-subheading-20.xxs-top-50 {
    margin-top: -30px;
  }

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

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

  .subheading-25.bot0.xxs-top-0 {
    margin-top: 0;
  }

  .subheading-25.bot0.xxs-top-0.xxs-subheading-22 {
    font-size: 22px;
  }

  .subheading-25.padding80.s-nopadding {
    line-height: 22px;
  }

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

  .subheading-22.xs-subheading-18.xxs-22 {
    font-size: 22px;
    line-height: 26px;
  }

  .hl-50.blue.bot5.xs-hl-40.xxs-hl-35 {
    font-size: 35px;
    line-height: 35px;
  }

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

  .hl-50.blue.s-bot-0.xs-hl-40.xxs-hl-32 {
    font-size: 32px;
    line-height: 35px;
  }

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

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

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

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

  .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, .references.lr20.lr0.flex-stretch-align.s-horpadding-40.xs-horpadding-20.xxs-horpadding-0 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .subheading-18.s-top-40.xs-subheading-18.xxs-subheading-15 {
    font-size: 15px;
    line-height: 18px;
  }

  .subheading-18.xs-subheading-18.xxs-subheading-16 {
    font-size: 16px;
    line-height: 20px;
  }

  .block-special {
    padding: 20px;
  }

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

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

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

  .hl-75 {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 45px;
  }

  .hl-75.top-10.blue.s-hl-50.xxs-hl-45 {
    font-size: 45px;
    line-height: 50px;
  }

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

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

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

  .block-color-var2 {
    padding: 20px;
  }

  .block-color-var2.s-verpadding-40.xxs-verpadding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-color-var1 {
    padding: 20px;
  }

  .block-color-var1.s-verpadding-40.xxs-verpadding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .block-color-var3 {
    padding: 20px;
  }

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

  .block-color-var3-mob {
    padding: 20px;
  }

  .nongmo {
    display: none;
  }

  .xss-guarantee {
    max-width: 70%;
    margin-top: -30px;
  }

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

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

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

#w-node-_5a029eb8-5e6f-c274-814d-f3705e2f5161-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5a029eb8-5e6f-c274-814d-f3705e2f5162-e3704e57, #w-node-_5a029eb8-5e6f-c274-814d-f3705e2f5163-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_129ebf42-198c-4faf-59b3-48645d2f6971-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_129ebf42-198c-4faf-59b3-48645d2f6972-e3704e57, #w-node-_129ebf42-198c-4faf-59b3-48645d2f6973-e3704e57, #w-node-_11e5882e-431a-5535-45bd-a16e87d71c86-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7ac6725-c829-eadb-58e5-5d50f42f3a7e-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
}

#w-node-b7ac6725-c829-eadb-58e5-5d50f42f3a7f-e3704e57, #w-node-b7ac6725-c829-eadb-58e5-5d50f42f3a80-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88cd3f3c-aabf-77fd-978e-2609f61a8bed-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_88cd3f3c-aabf-77fd-978e-2609f61a8bee-e3704e57, #w-node-_88cd3f3c-aabf-77fd-978e-2609f61a8bef-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e994d73a-5ac7-0256-cf6e-080752e497ed-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e994d73a-5ac7-0256-cf6e-080752e497ee-e3704e57, #w-node-e994d73a-5ac7-0256-cf6e-080752e497fd-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e4075df-bbc2-b7c4-56aa-84ba6b8b6948-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_5e4075df-bbc2-b7c4-56aa-84ba6b8b6949-e3704e57, #w-node-_5e4075df-bbc2-b7c4-56aa-84ba6b8b694a-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac596046-0efb-b9a3-1940-0b8d5a5eb101-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ac596046-0efb-b9a3-1940-0b8d5a5eb102-e3704e57, #w-node-ac596046-0efb-b9a3-1940-0b8d5a5eb103-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0321518-011f-408c-f791-640e732a523d-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d0321518-011f-408c-f791-640e732a523e-e3704e57, #w-node-d0321518-011f-408c-f791-640e732a524a-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_660e0de9-d23f-2bfb-053e-c38ab5acb571-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_660e0de9-d23f-2bfb-053e-c38ab5acb572-e3704e57, #w-node-_660e0de9-d23f-2bfb-053e-c38ab5acb581-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_841e058a-574b-6c3f-606a-b6ed9fbaf3b5-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_841e058a-574b-6c3f-606a-b6ed9fbaf3b6-e3704e57, #w-node-_841e058a-574b-6c3f-606a-b6ed9fbaf3b7-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8bbdc570-5d13-180a-10da-ff68c07b86d2-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_8bbdc570-5d13-180a-10da-ff68c07b86d3-e3704e57, #w-node-_8bbdc570-5d13-180a-10da-ff68c07b86d4-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ace5639-3e4e-6eac-b598-e582c6fd2ab7-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-_1ace5639-3e4e-6eac-b598-e582c6fd2ab8-e3704e57, #w-node-_1ace5639-3e4e-6eac-b598-e582c6fd2ab9-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2c8483f-6063-2ffc-4073-36f456796394-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d2c8483f-6063-2ffc-4073-36f456796395-e3704e57, #w-node-d2c8483f-6063-2ffc-4073-36f456796396-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1abe60a2-b6b0-2f6f-30b3-145551824b3f-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_1abe60a2-b6b0-2f6f-30b3-145551824b40-e3704e57, #w-node-_1abe60a2-b6b0-2f6f-30b3-145551824b41-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa1756ee-fb76-02f3-4cec-3f1aacddf83f-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fa1756ee-fb76-02f3-4cec-3f1aacddf840-e3704e57, #w-node-fa1756ee-fb76-02f3-4cec-3f1aacddf841-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d64b0331-23b8-3649-24f1-cab00ed31766-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

#w-node-d64b0331-23b8-3649-24f1-cab00ed31767-e3704e57, #w-node-d64b0331-23b8-3649-24f1-cab00ed31768-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3279c2a2-fd38-457c-90e7-0f1f1ea0e22a-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3279c2a2-fd38-457c-90e7-0f1f1ea0e22b-e3704e57, #w-node-_3279c2a2-fd38-457c-90e7-0f1f1ea0e232-e3704e57, #w-node-_3279c2a2-fd38-457c-90e7-0f1f1ea0e239-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a6eb1c4d-60d0-a7fb-954e-10cc8b65295f-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a6eb1c4d-60d0-a7fb-954e-10cc8b652960-e3704e57, #w-node-a6eb1c4d-60d0-a7fb-954e-10cc8b652982-e3704e57, #w-node-a6eb1c4d-60d0-a7fb-954e-10cc8b6529a7-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2fdd2a56-c455-fb8e-2822-e7ee61fefe06-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_2fdd2a56-c455-fb8e-2822-e7ee61fefe07-e3704e57, #w-node-_2fdd2a56-c455-fb8e-2822-e7ee61fefe08-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7956e495-82de-7aea-9434-c1a7a03540b2-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_7956e495-82de-7aea-9434-c1a7a03540b3-e3704e57, #w-node-_7956e495-82de-7aea-9434-c1a7a03540c9-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a5c29cf7-3d09-8b79-d11e-6bbaf81062a0-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a5c29cf7-3d09-8b79-d11e-6bbaf81062a1-e3704e57, #w-node-a5c29cf7-3d09-8b79-d11e-6bbaf81062b7-e3704e57, #w-node-a5c29cf7-3d09-8b79-d11e-6bbaf81062d4-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb3e0eb9-f7e6-8f88-6606-ea85f7a8a9d8-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eb3e0eb9-f7e6-8f88-6606-ea85f7a8a9d9-e3704e57, #w-node-eb3e0eb9-f7e6-8f88-6606-ea85f7a8a9da-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8173a25c-dd87-9b82-d6a2-e0c6f800a511-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_8173a25c-dd87-9b82-d6a2-e0c6f800a512-e3704e57, #w-node-_8173a25c-dd87-9b82-d6a2-e0c6f800a513-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed0659bd-9112-ee77-1a3a-6a90b0c7b005-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ed0659bd-9112-ee77-1a3a-6a90b0c7b006-e3704e57, #w-node-ed0659bd-9112-ee77-1a3a-6a90b0c7b007-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_928e57ce-6b08-a69a-b62c-f336ba3f1e7b-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_928e57ce-6b08-a69a-b62c-f336ba3f1e7c-e3704e57, #w-node-_928e57ce-6b08-a69a-b62c-f336ba3f1e7d-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efe94de8-c12e-a3d3-2490-2ef9942065d1-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-efe94de8-c12e-a3d3-2490-2ef9942065d2-e3704e57, #w-node-efe94de8-c12e-a3d3-2490-2ef9942065f4-e3704e57, #w-node-efe94de8-c12e-a3d3-2490-2ef994206619-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0315734-0e28-0f0f-f3c4-9d7473d97f4e-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c0315734-0e28-0f0f-f3c4-9d7473d97f4f-e3704e57, #w-node-c0315734-0e28-0f0f-f3c4-9d7473d97f59-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3380e1c5-544c-d3fa-c35b-eb976f241d9f-e3704e57 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3380e1c5-544c-d3fa-c35b-eb976f241da0-e3704e57, #w-node-_3380e1c5-544c-d3fa-c35b-eb976f241dc2-e3704e57, #w-node-_3380e1c5-544c-d3fa-c35b-eb976f241de7-e3704e57 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

  #w-node-_5a029eb8-5e6f-c274-814d-f3705e2f5161-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5a029eb8-5e6f-c274-814d-f3705e2f5162-e3704e57, #w-node-_5a029eb8-5e6f-c274-814d-f3705e2f5163-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88cd3f3c-aabf-77fd-978e-2609f61a8bed-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88cd3f3c-aabf-77fd-978e-2609f61a8bee-e3704e57, #w-node-_88cd3f3c-aabf-77fd-978e-2609f61a8bef-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e994d73a-5ac7-0256-cf6e-080752e497ed-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e994d73a-5ac7-0256-cf6e-080752e497ee-e3704e57, #w-node-e994d73a-5ac7-0256-cf6e-080752e497fd-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac596046-0efb-b9a3-1940-0b8d5a5eb101-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ac596046-0efb-b9a3-1940-0b8d5a5eb102-e3704e57, #w-node-ac596046-0efb-b9a3-1940-0b8d5a5eb103-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0321518-011f-408c-f791-640e732a523d-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0321518-011f-408c-f791-640e732a523e-e3704e57, #w-node-d0321518-011f-408c-f791-640e732a524a-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_660e0de9-d23f-2bfb-053e-c38ab5acb571-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_660e0de9-d23f-2bfb-053e-c38ab5acb572-e3704e57, #w-node-_660e0de9-d23f-2bfb-053e-c38ab5acb581-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_841e058a-574b-6c3f-606a-b6ed9fbaf3b5-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_841e058a-574b-6c3f-606a-b6ed9fbaf3b6-e3704e57, #w-node-_841e058a-574b-6c3f-606a-b6ed9fbaf3b7-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8bbdc570-5d13-180a-10da-ff68c07b86d2-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_8bbdc570-5d13-180a-10da-ff68c07b86d3-e3704e57, #w-node-_8bbdc570-5d13-180a-10da-ff68c07b86d4-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ace5639-3e4e-6eac-b598-e582c6fd2ab7-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_1ace5639-3e4e-6eac-b598-e582c6fd2ab8-e3704e57, #w-node-_1ace5639-3e4e-6eac-b598-e582c6fd2ab9-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2c8483f-6063-2ffc-4073-36f456796394-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2c8483f-6063-2ffc-4073-36f456796395-e3704e57, #w-node-d2c8483f-6063-2ffc-4073-36f456796396-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa1756ee-fb76-02f3-4cec-3f1aacddf83f-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa1756ee-fb76-02f3-4cec-3f1aacddf840-e3704e57, #w-node-fa1756ee-fb76-02f3-4cec-3f1aacddf841-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d64b0331-23b8-3649-24f1-cab00ed31766-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d64b0331-23b8-3649-24f1-cab00ed31767-e3704e57, #w-node-d64b0331-23b8-3649-24f1-cab00ed31768-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6eb1c4d-60d0-a7fb-954e-10cc8b65295f-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a6eb1c4d-60d0-a7fb-954e-10cc8b652960-e3704e57, #w-node-a6eb1c4d-60d0-a7fb-954e-10cc8b652982-e3704e57, #w-node-a6eb1c4d-60d0-a7fb-954e-10cc8b6529a7-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7956e495-82de-7aea-9434-c1a7a03540b2-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7956e495-82de-7aea-9434-c1a7a03540b3-e3704e57, #w-node-_7956e495-82de-7aea-9434-c1a7a03540c9-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a5c29cf7-3d09-8b79-d11e-6bbaf81062a0-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-a5c29cf7-3d09-8b79-d11e-6bbaf81062a1-e3704e57, #w-node-a5c29cf7-3d09-8b79-d11e-6bbaf81062b7-e3704e57, #w-node-a5c29cf7-3d09-8b79-d11e-6bbaf81062d4-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb3e0eb9-f7e6-8f88-6606-ea85f7a8a9d8-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb3e0eb9-f7e6-8f88-6606-ea85f7a8a9d9-e3704e57, #w-node-eb3e0eb9-f7e6-8f88-6606-ea85f7a8a9da-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed0659bd-9112-ee77-1a3a-6a90b0c7b005-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed0659bd-9112-ee77-1a3a-6a90b0c7b006-e3704e57, #w-node-ed0659bd-9112-ee77-1a3a-6a90b0c7b007-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_928e57ce-6b08-a69a-b62c-f336ba3f1e7b-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_928e57ce-6b08-a69a-b62c-f336ba3f1e7c-e3704e57, #w-node-_928e57ce-6b08-a69a-b62c-f336ba3f1e7d-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-efe94de8-c12e-a3d3-2490-2ef9942065d1-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-efe94de8-c12e-a3d3-2490-2ef9942065d2-e3704e57, #w-node-efe94de8-c12e-a3d3-2490-2ef9942065f4-e3704e57, #w-node-efe94de8-c12e-a3d3-2490-2ef994206619-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c0315734-0e28-0f0f-f3c4-9d7473d97f4e-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c0315734-0e28-0f0f-f3c4-9d7473d97f4f-e3704e57, #w-node-c0315734-0e28-0f0f-f3c4-9d7473d97f59-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3380e1c5-544c-d3fa-c35b-eb976f241d9f-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3380e1c5-544c-d3fa-c35b-eb976f241da0-e3704e57, #w-node-_3380e1c5-544c-d3fa-c35b-eb976f241dc2-e3704e57, #w-node-_3380e1c5-544c-d3fa-c35b-eb976f241de7-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b7ac6725-c829-eadb-58e5-5d50f42f3a7e-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-b7ac6725-c829-eadb-58e5-5d50f42f3a7f-e3704e57, #w-node-b7ac6725-c829-eadb-58e5-5d50f42f3a80-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a029eb8-5e6f-c274-814d-f3705e2f5161-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5a029eb8-5e6f-c274-814d-f3705e2f5162-e3704e57, #w-node-_5a029eb8-5e6f-c274-814d-f3705e2f5163-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_129ebf42-198c-4faf-59b3-48645d2f6971-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_129ebf42-198c-4faf-59b3-48645d2f6972-e3704e57, #w-node-_129ebf42-198c-4faf-59b3-48645d2f6973-e3704e57, #w-node-_11e5882e-431a-5535-45bd-a16e87d71c86-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7ac6725-c829-eadb-58e5-5d50f42f3a7e-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }

  #w-node-b7ac6725-c829-eadb-58e5-5d50f42f3a7f-e3704e57, #w-node-b7ac6725-c829-eadb-58e5-5d50f42f3a80-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88cd3f3c-aabf-77fd-978e-2609f61a8bed-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_88cd3f3c-aabf-77fd-978e-2609f61a8bee-e3704e57, #w-node-_88cd3f3c-aabf-77fd-978e-2609f61a8bef-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e994d73a-5ac7-0256-cf6e-080752e497ed-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e994d73a-5ac7-0256-cf6e-080752e497ee-e3704e57, #w-node-e994d73a-5ac7-0256-cf6e-080752e497fd-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5e4075df-bbc2-b7c4-56aa-84ba6b8b6948-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_5e4075df-bbc2-b7c4-56aa-84ba6b8b6949-e3704e57, #w-node-_5e4075df-bbc2-b7c4-56aa-84ba6b8b694a-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac596046-0efb-b9a3-1940-0b8d5a5eb101-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ac596046-0efb-b9a3-1940-0b8d5a5eb102-e3704e57, #w-node-ac596046-0efb-b9a3-1940-0b8d5a5eb103-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0321518-011f-408c-f791-640e732a523d-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d0321518-011f-408c-f791-640e732a523e-e3704e57, #w-node-d0321518-011f-408c-f791-640e732a524a-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_660e0de9-d23f-2bfb-053e-c38ab5acb571-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_660e0de9-d23f-2bfb-053e-c38ab5acb572-e3704e57, #w-node-_660e0de9-d23f-2bfb-053e-c38ab5acb581-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_841e058a-574b-6c3f-606a-b6ed9fbaf3b5-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_841e058a-574b-6c3f-606a-b6ed9fbaf3b6-e3704e57, #w-node-_841e058a-574b-6c3f-606a-b6ed9fbaf3b7-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8bbdc570-5d13-180a-10da-ff68c07b86d2-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_8bbdc570-5d13-180a-10da-ff68c07b86d3-e3704e57, #w-node-_8bbdc570-5d13-180a-10da-ff68c07b86d4-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1ace5639-3e4e-6eac-b598-e582c6fd2ab7-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_1ace5639-3e4e-6eac-b598-e582c6fd2ab8-e3704e57, #w-node-_1ace5639-3e4e-6eac-b598-e582c6fd2ab9-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d2c8483f-6063-2ffc-4073-36f456796394-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d2c8483f-6063-2ffc-4073-36f456796395-e3704e57, #w-node-d2c8483f-6063-2ffc-4073-36f456796396-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1abe60a2-b6b0-2f6f-30b3-145551824b3f-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1abe60a2-b6b0-2f6f-30b3-145551824b40-e3704e57, #w-node-_1abe60a2-b6b0-2f6f-30b3-145551824b41-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa1756ee-fb76-02f3-4cec-3f1aacddf83f-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-fa1756ee-fb76-02f3-4cec-3f1aacddf840-e3704e57, #w-node-fa1756ee-fb76-02f3-4cec-3f1aacddf841-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d64b0331-23b8-3649-24f1-cab00ed31766-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-d64b0331-23b8-3649-24f1-cab00ed31767-e3704e57, #w-node-d64b0331-23b8-3649-24f1-cab00ed31768-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3279c2a2-fd38-457c-90e7-0f1f1ea0e22a-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_3279c2a2-fd38-457c-90e7-0f1f1ea0e22b-e3704e57, #w-node-_3279c2a2-fd38-457c-90e7-0f1f1ea0e232-e3704e57, #w-node-_3279c2a2-fd38-457c-90e7-0f1f1ea0e239-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2fdd2a56-c455-fb8e-2822-e7ee61fefe06-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2fdd2a56-c455-fb8e-2822-e7ee61fefe07-e3704e57, #w-node-_2fdd2a56-c455-fb8e-2822-e7ee61fefe08-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7956e495-82de-7aea-9434-c1a7a03540b2-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_7956e495-82de-7aea-9434-c1a7a03540b3-e3704e57, #w-node-_7956e495-82de-7aea-9434-c1a7a03540c9-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-eb3e0eb9-f7e6-8f88-6606-ea85f7a8a9d8-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-eb3e0eb9-f7e6-8f88-6606-ea85f7a8a9d9-e3704e57, #w-node-eb3e0eb9-f7e6-8f88-6606-ea85f7a8a9da-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8173a25c-dd87-9b82-d6a2-e0c6f800a511-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }

  #w-node-_8173a25c-dd87-9b82-d6a2-e0c6f800a512-e3704e57, #w-node-_8173a25c-dd87-9b82-d6a2-e0c6f800a513-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed0659bd-9112-ee77-1a3a-6a90b0c7b005-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ed0659bd-9112-ee77-1a3a-6a90b0c7b006-e3704e57, #w-node-ed0659bd-9112-ee77-1a3a-6a90b0c7b007-e3704e57 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c0315734-0e28-0f0f-f3c4-9d7473d97f4e-e3704e57 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-c0315734-0e28-0f0f-f3c4-9d7473d97f4f-e3704e57, #w-node-c0315734-0e28-0f0f-f3c4-9d7473d97f59-e3704e57 {
    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;
}