:root {
  --dark-black: #141414;
  --deep-sky-blue: #ddd;
  --141414: white;
  --red: #c40000;
  --red-2: #a50000;
  --dark-slate-blue: #024b9b;
  --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: 850px;
  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;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

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

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

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

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

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

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

._2column-stack.top20.bot15 {
  margin-bottom: 15px;
}

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

.hl-40.bot15 {
  margin-bottom: 15px;
}

.hl-40.pad30 {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

.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._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(--deep-sky-blue);
  width: 100%;
  height: 1px;
  margin: 5px auto 0;
}

.divider-blue.top15 {
  margin-top: 15px;
}

.bodytext-8 {
  color: #2d2d2d;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.bodytext-8.top15 {
  margin-top: 15px;
  font-family: Open Sans, sans-serif;
}

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

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

.cart-button {
  text-align: center;
  background-color: #00cb35;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  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;
}

._1quick-stack {
  float: none;
  clear: none;
  text-align: center;
  width: 100%;
  padding: 5px 0 0;
  position: static;
}

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

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

.hl-28.top25.pad50 {
  padding-left: 60px;
  padding-right: 60px;
}

.advert {
  color: #bbb;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 15px;
  line-height: 30px;
}

.smallh {
  color: #aaa;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

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

.main-container2 {
  max-width: 1170px;
  position: relative;
}

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

.hl-40b.bot15 {
  margin-bottom: 15px;
}

.hl-40b.pad30 {
  padding-left: 30px;
  padding-right: 30px;
}

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

.list {
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.list-item {
  margin-top: 10px;
}

.list-item-2 {
  margin-top: 15px;
}

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

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

.hl-26.top15 {
  text-align: center;
  margin-top: 15px;
}

.hl-26.top10 {
  margin-top: 15px;
}

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

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

.color {
  color: #ff0b0b;
}

.clip {
  box-shadow: 0 2px 13px 3px #0003;
}

@media screen and (min-width: 1440px) {
  .divider-blue {
    background-color: var(--deep-sky-blue);
    width: 100%;
  }

  .cart-button {
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 25px;
  }

  ._1quick-stack {
    width: 100%;
    padding-left: 0;
  }

  .advert {
    color: #bbb;
    font-family: PT Serif, serif;
    font-size: 14px;
  }

  .smallh {
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .cart-button2, .cart-button3 {
    cursor: pointer;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 25px;
  }
}

@media screen and (min-width: 1920px) {
  .image-main {
    box-shadow: 0 2px 15px -1px #0003;
  }
}

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

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

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

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

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

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

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

  .advert, .smallh {
    font-size: 18px;
    line-height: 26px;
  }

  .main-container2 {
    background-color: #f3f3f3;
  }

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

  .hl-26 {
    font-size: 25px;
    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;
  }

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

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

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

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

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

  .divider-blue {
    width: 100px;
  }

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

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

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

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

  .advert, .smallh {
    font-size: 18px;
    line-height: 28px;
  }

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

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

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

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

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

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

  .section-first.top-20 {
    margin-top: 0;
  }

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

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

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

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

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

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

  .hl-40.pad30 {
    line-height: 32px;
  }

  .hl-40.pad100 {
    padding-left: 0;
    padding-right: 0;
    line-height: 30px;
  }

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

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

  .divider-blue {
    width: 100%;
  }

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

  .bodytext-8.top25 {
    font-size: 18px;
  }

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

  .cart-button {
    font-size: 22px;
  }

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

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

  .advert {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5em;
  }

  .smallh {
    font-size: 14px;
    line-height: 1.5em;
  }

  .cart-button2 {
    font-size: 22px;
    line-height: 25px;
  }

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

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

  .hl-40b.pad30 {
    line-height: 32px;
  }

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

  .hl-40b.pad100.adj1 {
    line-height: 32px;
  }

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

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

  .cart-button3 {
    font-size: 18px;
  }
}

#w-node-_64c5c4d8-d049-2aad-fa17-dbcd396a9241-84ef60a9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

#w-node-_64c5c4d8-d049-2aad-fa17-dbcd396a9241-441fe2ec {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

#w-node-_64c5c4d8-d049-2aad-fa17-dbcd396a9241-adaf2f22 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

#w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef65-50bd805d {
  grid-template-rows: auto;
  grid-template-columns: 10.5fr 6.75fr;
}

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

#w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef65-195ad57c {
  grid-template-rows: auto;
  grid-template-columns: 10.5fr 6.75fr;
}

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

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

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

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

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

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

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

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

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

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

  #w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef66-195ad57c, #w-node-dab3b414-5e31-5ee6-1ce7-59dee46fef69-195ad57c {
    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;
}