:root {
  --red-2: #a50000;
  --dark-slate-blue: #024b9b;
  --dark-black: #141414;
  --141414: white;
  --red: #c40000;
  --deep-sky-blue: #00abcb;
  --deep-sky-blue-2: #4dc1ff;
}

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

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

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

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

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

.footer-section.top40 {
  margin-top: 40px;
}

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

.section-first.top-20 {
  color: #3f134f;
  margin-top: 20px;
}

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

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

.blockquote.bot30 {
  grid-column-gap: 19px;
  grid-row-gap: 16px;
  border-color: var(--dark-slate-blue);
  background-color: #fff;
  border-left-width: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 30px;
  display: grid;
}

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

.bodytext.bot30 {
  align-self: flex-start;
  margin-bottom: 30px;
}

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

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

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

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

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

.underline {
  text-decoration: underline;
}

.hl-35 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 40px;
}

.hl-35.bot30 {
  color: var(--dark-black);
  margin-bottom: 30px;
}

.hl-35.bot30.color {
  color: var(--dark-slate-blue);
}

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

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

.hl-35.white {
  color: var(--141414);
}

.hl-35.bot20 {
  margin-bottom: 20px;
}

.hl-35.left {
  text-align: left;
}

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

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

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

.hl-50.color {
  color: var(--dark-slate-blue);
}

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

.hl-50.color.horpadding50 {
  padding-left: 20px;
  padding-right: 20px;
}

.hl-50.color.top0 {
  margin-top: -5px;
}

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

.hl-50.white {
  color: var(--141414);
}

.hl-50.green {
  color: var(--red);
}

.hl-30 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

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

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

.hl-30.white {
  color: var(--141414);
}

._2column-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
  padding: 0;
}

._2column-stack.bot0 {
  grid-column-gap: 40px;
  margin-bottom: 0;
}

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

._2column-stack.top10 {
  margin-top: 10px;
}

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

._2column-stack.bot10 {
  margin-bottom: 20px;
}

.hl-40 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 38px;
  line-height: 45px;
}

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

.hl-40.bot30.color {
  color: var(--dark-slate-blue);
}

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

.hl-40.color {
  color: var(--dark-slate-blue);
}

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

.image-main {
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  border: 1px #fff;
  border-radius: 15px;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  max-width: 100%;
  box-shadow: 15px 14px 60px -11px #0006;
}

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

.img-container-5.bot30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: block;
}

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

.img-container-5.but {
  flex-flow: column;
  align-items: center;
}

.img-container-5.bot15 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.img-container-5._80r {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.divider-blue {
  background-color: var(--dark-slate-blue);
  width: 75px;
  height: 4px;
  margin: 10px auto 30px;
}

.testi-box-3 {
  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 #0000001a;
}

.testi-box-3.bot40 {
  background-color: #fff;
  margin-bottom: 40px;
  box-shadow: 0 2px 5px 3px #0000001a;
}

.testi-photos {
  border-radius: 15px;
  width: 125px;
  box-shadow: 0 4px 14px #0000004d;
}

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

.bodytext-3.testimonial-content {
  border-left: 10px solid var(--dark-slate-blue);
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 20px 10px 20px 20px;
  box-shadow: 0 2px 5px #0003;
}

.color {
  color: var(--dark-slate-blue);
}

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

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

.list.top30.bot0 {
  margin-bottom: 0;
  list-style-type: none;
}

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

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

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

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

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

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

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

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

.div-block-15 {
  background-color: var(--dark-slate-blue);
  width: 12px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.subheading-25 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}

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

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

.hl-55 {
  color: var(--dark-black);
  text-align: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 53px;
  line-height: 55px;
  display: block;
}

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

.hl-55.color {
  color: var(--dark-slate-blue);
}

.mw-25 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 23px;
  line-height: 33px;
}

.mw-25.top0 {
  margin-top: 0;
}

.mw-25.color {
  color: var(--dark-slate-blue);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.block-white-both {
  border-style: solid solid dashed;
  border-width: 0;
  border-color: black black var(--dark-black);
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 80px;
  box-shadow: 0 4px 14px #0003;
}

.mw-253 {
  color: #141414;
  text-align: center;
  margin-top: 10px;
  font-family: Merriweather, serif;
  font-size: 22px;
  line-height: 32px;
}

.mw-253.top0 {
  margin-top: 0;
}

.mw-253.top0.nwx {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

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

.gif {
  text-align: center;
  max-width: 30%;
}

.subhead {
  background-color: #024b9b;
  border-top: 3px solid #000;
  border-bottom: 5px solid #6db3ff;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subhead.top30 {
  margin-top: 50px;
}

.bulletcheck {
  text-align: center;
  font-family: Circularstd Black, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.bulletcheck.top15 {
  margin-top: 15px;
  font-size: 20px;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quick-stack {
  text-align: center;
  max-width: 500px;
}

.quick-stack-2 {
  max-width: 750px;
}

.cell-2 {
  background-color: #fff;
  border: 1px solid #000;
  padding-left: 30px;
  padding-right: 20px;
}

.quick-stack-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-3 {
  background-color: #fff;
  border: 1px solid #000;
  padding-left: 20px;
  padding-right: 20px;
}

.mobudle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px dashed #000;
  margin-bottom: 30px;
  padding: 0 0 20px;
}

.mobudle.bot0 {
  grid-column-gap: 40px;
  margin-bottom: 0;
}

.mobudle.s-gap35 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.mobudle.top10 {
  margin-top: 10px;
}

.mobudle.noline {
  border-bottom-width: 0;
}

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

.list-module.top30 {
  margin-top: 30px;
}

.list-module.top30.bot0, .list-module.bot0 {
  margin-bottom: 0;
}

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

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

.listnumbered.top30.bot0, .listnumbered.bot0 {
  margin-bottom: 0;
}

.hl-60 {
  color: var(--dark-slate-blue);
  text-align: center;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: block;
}

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

.hl-60.color {
  color: var(--dark-slate-blue);
}

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

.hl-sub {
  color: var(--141414);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 32px;
  line-height: 40px;
}

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

.hl-sub.horpadding200 {
  padding-left: 200px;
  padding-right: 200px;
}

.hl-sub.horpadding150 {
  padding-left: 150px;
  padding-right: 150px;
  font-size: 34px;
}

.img-center {
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  display: block;
}

.subheading-22 {
  color: var(--dark-black);
  text-align: center;
  margin-top: -5px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 33px;
}

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

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

.divider {
  background-color: #024b9b;
  width: 50px;
  height: 5px;
  margin-bottom: 20px;
  padding-top: 0;
}

.div-block-16 {
  background-color: #024b9b;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hl-45 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Circularstd Black, sans-serif;
  font-size: 45px;
  line-height: 45px;
}

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

.hl-45.bot30.color {
  color: var(--dark-slate-blue);
}

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

.hl-45.color {
  color: var(--dark-slate-blue);
}

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

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

.list-bigger.top30 {
  margin-top: 30px;
}

.list-bigger.top30.bot0, .list-bigger.bot0 {
  margin-bottom: 0;
}

.list--2 {
  margin-bottom: 10px;
  font-family: Circularstd Black, sans-serif;
  font-size: 24px;
  font-weight: 400;
  list-style-type: disc;
}

.div-block-17 {
  text-align: center;
  background-color: #024b9b;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 5px;
  display: block;
}

.div-block-18 {
  background-color: #024b9b;
  height: 5px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pathbox {
  background-color: #fff;
  border: 1px solid #0000005e;
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 20px;
}

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

.img-container90 {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  width: 80%;
  margin-top: 25px;
  display: flex;
}

.img-container90.bot30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 30px;
  display: block;
}

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

.img-container90.but {
  flex-flow: column;
  align-items: center;
}

.img-container90.bot15 {
  margin-top: 15px;
  margin-bottom: 20px;
}

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

.list-module2.top30 {
  margin-top: 30px;
}

.list-module2.top30.bot0, .list-module2.bot0 {
  margin-bottom: 0;
}

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

.cart-button {
  text-align: center;
  background-color: #00cb35;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  font-family: Circularstd Black, sans-serif;
  font-size: 30px;
  transition: all .3s;
  display: flex;
}

.cart-button:hover {
  background-color: #019428;
  text-decoration: underline;
}

.cart-button.bigger {
  width: 85%;
}

.cart-button.bigger.top0 {
  margin-top: 0;
}

.subheading-30 {
  color: var(--dark-black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Circularstd Book, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 33px;
}

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

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

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

@media screen and (min-width: 1280px) {
  .block-no-bg {
    padding-top: 20px;
  }

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

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

  .cell-2 {
    padding-top: 20px;
    padding-right: 30px;
  }

  .cell-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mobudle {
    border-top: 0 solid #000;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .mobudle.botline {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
  }

  .list-module {
    margin-bottom: 0;
    line-height: 25px;
  }

  .listnumbered {
    list-style-type: decimal;
  }

  .subheading-22 {
    margin-top: 0;
    font-size: 22px;
  }

  .pathbox {
    padding-top: 20px;
    padding-right: 30px;
  }

  .list-module2 {
    margin-bottom: 0;
    line-height: 25px;
  }

  .subheading-30 {
    margin-top: 0;
    font-size: 28px;
  }
}

@media screen and (min-width: 1440px) {
  .hl-50 {
    line-height: 52px;
  }

  .hl-40.color {
    color: var(--dark-slate-blue);
  }

  .divider-blue {
    width: 100px;
  }

  .subheading-25 {
    color: #000;
  }

  .hl-55, .hl-60 {
    line-height: 52px;
  }

  .subheading-22 {
    color: #000;
  }

  .hl-45.color {
    color: var(--dark-slate-blue);
  }

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

@media screen and (min-width: 1920px) {
  .blockquote {
    flex-wrap: nowrap;
    align-items: center;
    width: 800px;
    margin-top: 40px;
    padding: 40px;
  }

  .blockquote.bot30 {
    border-width: 2px 2px 2px 0;
    border-color: var(--dark-slate-blue) var(--dark-slate-blue) var(--dark-slate-blue) var(--red-2);
  }

  .image-main, .image-32 {
    box-shadow: 0 2px 15px -1px #0003;
  }

  .div-block-15 {
    background-color: var(--dark-slate-blue);
  }

  .subheading-25 {
    color: #000;
  }

  .blockquote2 {
    border-color: var(--red-2);
    flex-wrap: nowrap;
    align-items: center;
    width: 800px;
    margin-top: 40px;
    padding: 40px;
  }

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

@media screen and (max-width: 991px) {
  .main-container {
    background-color: #f3f3f3;
  }

  .footer-block {
    background-color: #fff;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .section-first.top-20 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .block-no-bg {
    background-color: #0000;
    padding-left: 40px;
    padding-right: 40px;
  }

  .blockquote {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

  .hl-40.horpadding100 {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .list {
    padding-left: 20px;
  }

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

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

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

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

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

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

  .blockquote2 {
    width: auto;
  }

  .mobudle.s-gap35 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .list-module, .listnumbered {
    padding-left: 20px;
  }

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

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

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

  .subheading-22.bot30, .hl-45 {
    font-size: 30px;
    line-height: 35px;
  }

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

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

  .hl-45.horpadding100 {
    padding-left: 0;
    padding-right: 0;
  }

  .list-bigger {
    padding-left: 20px;
  }

  .list--2, .list-numb {
    font-size: 18px;
  }

  .list-module2 {
    padding-left: 20px;
  }

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

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

@media screen and (max-width: 767px) {
  .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;
  }

  .blockquote.bot30 {
    display: block;
  }

  .bodytext {
    text-align: left;
    font-size: 18px;
    line-height: 28px;
  }

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

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

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

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

  .img-container.top0 {
    text-align: center;
  }

  .img-container.top0.img-mobile, .img-container.top0.img-mobile2 {
    align-self: center;
    width: 50%;
  }

  .hl-50 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .hl-50.color.horpadding100, .hl-50.color.horpadding50.adj2 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-50.color.mone.xxs-hl50 {
    font-size: 30px;
    line-height: 30px;
  }

  .hl-50.color.top0.xxs-hl50 {
    font-size: 30px;
  }

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

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

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

  .hl-40 {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 32px;
  }

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

  .hl-40.horpadding140.adj {
    padding-left: 0;
    padding-right: 0;
  }

  .img-container-5.top0 {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .divider-blue {
    width: 100px;
  }

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

  .list {
    text-align: left;
  }

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

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

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

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

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

  .block-white-both {
    padding: 40px 20px;
  }

  .gif {
    max-width: 50%;
  }

  .hl-60 {
    margin-bottom: 0;
    font-size: 45px;
    line-height: 50px;
  }

  .hl-sub {
    margin-bottom: 0;
    font-size: 25px;
    line-height: 30px;
  }

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

  .hl-sub.horpadding200 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-sub.horpadding150 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hl-sub.horpadding150.xxs-hlsub {
    font-size: 25px;
  }

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

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

  .hl-45 {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 32px;
  }

  .hl-45.bot30.color {
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    line-height: 41px;
  }

  .hl-45.horpadding140.adj {
    padding-left: 0;
    padding-right: 0;
  }

  .list--2, .list-numb {
    font-size: 18px;
    line-height: 28px;
  }

  .img-container90.top0 {
    text-align: center;
    align-self: center;
    width: 100%;
  }

  .list-module2 {
    line-height: 20px;
  }

  .cart-button {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cart-button.bigger.top0.butmob {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }

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

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

@media screen and (max-width: 479px) {
  .footer-block {
    padding: 20px;
  }

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

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

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

  .blockquote.bot30 {
    display: block;
  }

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

  .bodytext.top30.bot30 {
    line-height: 1.5em;
  }

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

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

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

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

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

  .hl-35.bot30.color.adj35 {
    font-size: 24px;
    line-height: 28px;
  }

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

  .hl-35.horpadding100.adj35, .hl-35.adjbb {
    font-size: 22px;
    line-height: 28px;
  }

  .img-container.top0 {
    display: block;
    overflow: visible;
  }

  .img-container.top0.img-mobile2 {
    width: 75%;
  }

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

  .hl-50.color.horpadding100, .hl-50.color.horpadding50 {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-50.color.horpadding50.adj2 {
    font-size: 28px;
    line-height: 32px;
  }

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

  .hl-50.color.x50 {
    font-size: 28px;
    line-height: 32px;
  }

  .hl-50.color.top0.xxs-hl50 {
    font-size: 38px;
    line-height: 42px;
  }

  .hl-50.color.top0.xxs-hl50.top10 {
    margin-top: 5px;
  }

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

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

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

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

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

  .hl-40.bot30 {
    font-size: 33px;
    line-height: 38px;
  }

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

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

  .hl-40.horpadding100.xxs-hl40 {
    font-size: 26px;
    line-height: 30px;
  }

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

  .hl-40.color.bot30.horpadding100.adj5 {
    font-size: 22px;
    line-height: 28px;
  }

  .hl-40.color.bot30.xxl3 {
    font-size: 32px;
    line-height: 36px;
  }

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

  .hl-40.horpadding140 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-main {
    max-width: 90%;
    overflow: clip;
  }

  .img-container-5.top0 {
    width: 100%;
  }

  .testi-box-3 {
    padding: 20px;
  }

  .testi-box-3.bot40 {
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testi-photos.bot0 {
    margin-bottom: -20px;
  }

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

  .bodytext-3.testimonial-content, .list {
    font-size: 16px;
    line-height: 24px;
  }

  .list--regular {
    font-size: 18px;
    line-height: 1.5em;
  }

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

  .bodytext-8 {
    font-size: 18px;
    line-height: 1.5em;
  }

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

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

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

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

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

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

  .mw-25.top0.adj-xx {
    font-size: 16px;
    line-height: 25px;
  }

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

  .mw-253.top0.nwx {
    font-size: 16px;
    line-height: 25px;
  }

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

  .gif {
    max-width: 80%;
  }

  .subhead {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobudle {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .list-module, .listnumbered {
    font-size: 16px;
    line-height: 24px;
  }

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

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

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

  .hl-sub.bot30 {
    font-size: 32px;
    line-height: 37px;
  }

  .hl-sub.bot30.xxs1 {
    font-size: 22px;
    line-height: 25px;
  }

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

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

  .subheading-22.bot30.top30.adj4 {
    font-size: 20px;
    line-height: 25px;
  }

  .subheading-22.bot30.adjj6 {
    font-size: 18px;
    line-height: 20px;
  }

  .subheading-22.top0 {
    margin-top: 5px;
  }

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

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

  .hl-45.bot30.color {
    padding-left: 0;
    padding-right: 0;
    font-size: 29px;
    line-height: 34px;
  }

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

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

  .hl-45.color.bot30.horpadding100.adj5 {
    font-size: 22px;
    line-height: 28px;
  }

  .hl-45.color.bot30.xxl3 {
    font-size: 32px;
    line-height: 36px;
  }

  .hl-45.color.bot30.adj45 {
    font-size: 35px;
    line-height: 40px;
  }

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

  .hl-45.horpadding140.adj {
    font-size: 22px;
    line-height: 25px;
  }

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

  .list--2, .list--2.color, .list-numb {
    font-size: 18px;
    line-height: 1.5em;
  }

  .img-container90.top0 {
    width: 100%;
  }

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

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

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

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

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

#w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef65-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 14.5fr 10fr;
}

#w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef66-e939acf2, #w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef69-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e471198-c165-8c66-3335-e106be7110d9-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 3.25fr;
}

#w-node-_7e471198-c165-8c66-3335-e106be7110da-e939acf2, #w-node-_7e471198-c165-8c66-3335-e106be7110dd-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf58fc0-cd63-df1d-cda8-f375140fcc90-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 3.25fr;
}

#w-node-bbf58fc0-cd63-df1d-cda8-f375140fcc91-e939acf2, #w-node-bbf58fc0-cd63-df1d-cda8-f375140fcc94-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b41a695-dbc0-2461-1d70-f7255bfde503-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 3.25fr;
}

#w-node-_2b41a695-dbc0-2461-1d70-f7255bfde504-e939acf2, #w-node-_2b41a695-dbc0-2461-1d70-f7255bfde507-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1de33d74-9302-d012-606f-5d8dc8f27f9e-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 3.25fr;
}

#w-node-_1de33d74-9302-d012-606f-5d8dc8f27f9f-e939acf2, #w-node-_1de33d74-9302-d012-606f-5d8dc8f27fa2-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20d46363-46e1-cfe7-d663-54790b72b640-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 3.25fr;
}

#w-node-_20d46363-46e1-cfe7-d663-54790b72b641-e939acf2, #w-node-_20d46363-46e1-cfe7-d663-54790b72b644-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_402dcc12-1368-fcc0-db45-7cdb5e54a313-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 14.5fr 8.25fr;
}

#w-node-_402dcc12-1368-fcc0-db45-7cdb5e54a314-e939acf2, #w-node-_402dcc12-1368-fcc0-db45-7cdb5e54a321-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8085dc73-65ff-608e-2a7c-8ce3f9453876-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 14.5fr 8.25fr;
}

#w-node-_8085dc73-65ff-608e-2a7c-8ce3f9453877-e939acf2, #w-node-_8085dc73-65ff-608e-2a7c-8ce3f9453897-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27477752-cb3a-aa23-4d5f-93c0b7483a0b-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 14.5fr 8.25fr;
}

#w-node-_27477752-cb3a-aa23-4d5f-93c0b7483a0c-e939acf2, #w-node-_27477752-cb3a-aa23-4d5f-93c0b7483a26-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8f69771-17fe-19bc-3236-010104b5932b-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 14.5fr 8.25fr;
}

#w-node-b8f69771-17fe-19bc-3236-010104b5932c-e939acf2, #w-node-b8f69771-17fe-19bc-3236-010104b59349-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a36ffa21-fa90-991d-81b5-c1dd3ca36990-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 14.5fr 8.25fr;
}

#w-node-a36ffa21-fa90-991d-81b5-c1dd3ca36991-e939acf2, #w-node-a36ffa21-fa90-991d-81b5-c1dd3ca369ae-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9aa3d3fb-daff-3b94-1d19-419e5f5420bc-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a3128f2a-3c69-0a2e-8013-50599257cff5-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_499cbb11-016e-14a5-b41e-d733f19b4a3c-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 16.25fr 6fr;
}

#w-node-_499cbb11-016e-14a5-b41e-d733f19b4a3d-e939acf2, #w-node-_499cbb11-016e-14a5-b41e-d733f19b4a5d-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6537ac6-bea9-b937-5170-138695cb8697-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 16fr 6fr;
}

#w-node-d6537ac6-bea9-b937-5170-138695cb8698-e939acf2, #w-node-d6537ac6-bea9-b937-5170-138695cb86b3-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b76361de-17f8-9d14-3827-57b85efc8dad-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 16fr 6fr;
}

#w-node-b76361de-17f8-9d14-3827-57b85efc8dae-e939acf2, #w-node-b76361de-17f8-9d14-3827-57b85efc8dc8-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ee4c017-7a26-5959-0271-aca28d840752-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 16fr 6fr;
}

#w-node-_8ee4c017-7a26-5959-0271-aca28d840753-e939acf2, #w-node-_8ee4c017-7a26-5959-0271-aca28d84076d-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5157edc1-f877-2262-9fa1-aa7536347a74-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 15fr 8.25fr;
}

#w-node-_5157edc1-f877-2262-9fa1-aa7536347a75-e939acf2, #w-node-_5157edc1-f877-2262-9fa1-aa7536347a8a-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0875af03-cad0-dad0-e8bd-e1ef246573df-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 15fr 8.25fr;
}

#w-node-_0875af03-cad0-dad0-e8bd-e1ef246573e0-e939acf2, #w-node-_0875af03-cad0-dad0-e8bd-e1ef246573f5-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_958b9549-1d7d-c071-8622-4d347a95a641-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 14.5fr 8.25fr;
}

#w-node-_958b9549-1d7d-c071-8622-4d347a95a642-e939acf2, #w-node-_958b9549-1d7d-c071-8622-4d347a95a657-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47555b6d-2239-a3b9-37a3-82cf4daf8b46-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 2fr;
}

#w-node-_47555b6d-2239-a3b9-37a3-82cf4daf8b47-e939acf2, #w-node-_47555b6d-2239-a3b9-37a3-82cf4daf8b5c-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb91eaf1-3cc5-2a15-6771-b78025102a7d-e939acf2 {
  grid-template-rows: auto;
  grid-template-columns: 9.5fr 8.5fr;
}

#w-node-fb91eaf1-3cc5-2a15-6771-b78025102a7e-e939acf2, #w-node-fb91eaf1-3cc5-2a15-6771-b78025102a81-e939acf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_499cbb11-016e-14a5-b41e-d733f19b4a3c-e939acf2, #w-node-d6537ac6-bea9-b937-5170-138695cb8697-e939acf2, #w-node-b76361de-17f8-9d14-3827-57b85efc8dad-e939acf2, #w-node-_8ee4c017-7a26-5959-0271-aca28d840752-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 16.5fr 7fr;
  }

  #w-node-_5157edc1-f877-2262-9fa1-aa7536347a74-e939acf2, #w-node-_0875af03-cad0-dad0-e8bd-e1ef246573df-e939acf2, #w-node-_958b9549-1d7d-c071-8622-4d347a95a641-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 14.5fr 7fr;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef65-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef66-e939acf2, #w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef69-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7e471198-c165-8c66-3335-e106be7110d9-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_7e471198-c165-8c66-3335-e106be7110da-e939acf2, #w-node-_7e471198-c165-8c66-3335-e106be7110dd-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bbf58fc0-cd63-df1d-cda8-f375140fcc90-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-bbf58fc0-cd63-df1d-cda8-f375140fcc91-e939acf2, #w-node-bbf58fc0-cd63-df1d-cda8-f375140fcc94-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2b41a695-dbc0-2461-1d70-f7255bfde503-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_2b41a695-dbc0-2461-1d70-f7255bfde504-e939acf2, #w-node-_2b41a695-dbc0-2461-1d70-f7255bfde507-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1de33d74-9302-d012-606f-5d8dc8f27f9e-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_1de33d74-9302-d012-606f-5d8dc8f27f9f-e939acf2, #w-node-_1de33d74-9302-d012-606f-5d8dc8f27fa2-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_20d46363-46e1-cfe7-d663-54790b72b640-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_20d46363-46e1-cfe7-d663-54790b72b641-e939acf2, #w-node-_20d46363-46e1-cfe7-d663-54790b72b644-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_402dcc12-1368-fcc0-db45-7cdb5e54a313-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_402dcc12-1368-fcc0-db45-7cdb5e54a314-e939acf2, #w-node-_402dcc12-1368-fcc0-db45-7cdb5e54a321-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8085dc73-65ff-608e-2a7c-8ce3f9453876-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_8085dc73-65ff-608e-2a7c-8ce3f9453877-e939acf2, #w-node-_8085dc73-65ff-608e-2a7c-8ce3f9453897-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27477752-cb3a-aa23-4d5f-93c0b7483a0b-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_27477752-cb3a-aa23-4d5f-93c0b7483a0c-e939acf2, #w-node-_27477752-cb3a-aa23-4d5f-93c0b7483a26-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8f69771-17fe-19bc-3236-010104b5932b-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b8f69771-17fe-19bc-3236-010104b5932c-e939acf2, #w-node-b8f69771-17fe-19bc-3236-010104b59349-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a36ffa21-fa90-991d-81b5-c1dd3ca36990-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-a36ffa21-fa90-991d-81b5-c1dd3ca36991-e939acf2, #w-node-a36ffa21-fa90-991d-81b5-c1dd3ca369ae-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_499cbb11-016e-14a5-b41e-d733f19b4a3c-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_499cbb11-016e-14a5-b41e-d733f19b4a3d-e939acf2, #w-node-_499cbb11-016e-14a5-b41e-d733f19b4a5d-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6537ac6-bea9-b937-5170-138695cb8697-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-d6537ac6-bea9-b937-5170-138695cb8698-e939acf2, #w-node-d6537ac6-bea9-b937-5170-138695cb86b3-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b76361de-17f8-9d14-3827-57b85efc8dad-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-b76361de-17f8-9d14-3827-57b85efc8dae-e939acf2, #w-node-b76361de-17f8-9d14-3827-57b85efc8dc8-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ee4c017-7a26-5959-0271-aca28d840752-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_8ee4c017-7a26-5959-0271-aca28d840753-e939acf2, #w-node-_8ee4c017-7a26-5959-0271-aca28d84076d-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5157edc1-f877-2262-9fa1-aa7536347a74-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_5157edc1-f877-2262-9fa1-aa7536347a75-e939acf2, #w-node-_5157edc1-f877-2262-9fa1-aa7536347a8a-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0875af03-cad0-dad0-e8bd-e1ef246573df-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_0875af03-cad0-dad0-e8bd-e1ef246573e0-e939acf2, #w-node-_0875af03-cad0-dad0-e8bd-e1ef246573f5-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_958b9549-1d7d-c071-8622-4d347a95a641-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_958b9549-1d7d-c071-8622-4d347a95a642-e939acf2, #w-node-_958b9549-1d7d-c071-8622-4d347a95a657-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_47555b6d-2239-a3b9-37a3-82cf4daf8b46-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-_47555b6d-2239-a3b9-37a3-82cf4daf8b47-e939acf2, #w-node-_47555b6d-2239-a3b9-37a3-82cf4daf8b5c-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fb91eaf1-3cc5-2a15-6771-b78025102a7d-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  #w-node-fb91eaf1-3cc5-2a15-6771-b78025102a7e-e939acf2, #w-node-fb91eaf1-3cc5-2a15-6771-b78025102a81-e939acf2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9aa3d3fb-daff-3b94-1d19-419e5f5420bc-e939acf2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


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