:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.paragraph {
  text-align: center;
}

.heading {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #d80101;
  background-clip: border-box;
  border-top: 1px #000;
  border-radius: 0;
  font-size: 16px;
  line-height: 35px;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
}

.text-span {
  color: #03963d;
}

.bold-text {
  font-size: 20px;
}

.html-embed {
  text-align: center;
  margin-top: 0;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: block;
}

.text-block {
  color: #bb5050;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0d8500;
  background-color: #ebebeb;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  display: block;
}

.text-block-2 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 25px;
}

.text-block-3 {
  color: #ff1317;
  text-align: center;
  padding-bottom: 20px;
}

.text-block-4 {
  color: #000;
  text-align: left;
  margin-left: 0;
  padding-bottom: 10px;
}

.text-span-2 {
  color: #ff0808;
}

.heading-2 {
  text-align: center;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
}

.text-span-3 {
  color: #000;
  font-size: 18px;
}

.bold-text-2 {
  font-size: 30px;
}

.text-span-4 {
  color: #000;
  font-size: 18px;
}

.text-block-5 {
  color: #000;
  text-align: left;
  padding-bottom: 10px;
}

.bold-text-3 {
  text-align: center;
}

.image {
  margin-top: 40px;
}

.image-2 {
  margin-bottom: 20px;
}

.image-3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

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

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

.text-span-5, .text-span-6 {
  color: #009205;
}

.text-span-7 {
  color: #b80404;
}

.text-span-8 {
  color: #af040c;
}

.image-4 {
  text-align: center;
  mix-blend-mode: normal;
}

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

.text-block-6 {
  color: #000;
}

.html-embed-2 {
  margin-bottom: 20px;
}

.heading-4 {
  color: #000;
  text-align: center;
  font-size: 30px;
}

.text-span-9 {
  color: #e60004;
}

.text-block-7 {
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}

.section {
  background-color: #d80101;
}

.section-2 {
  background-color: #ebebeb;
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 14px;
    line-height: 25px;
  }

  .bold-text {
    font-size: 12px;
    line-height: 10px;
  }

  .container {
    margin-top: auto;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 14px;
  }

  .text-block-4 {
    color: #000;
    text-align: left;
    padding-bottom: 30px;
  }

  .text-block-5 {
    padding-bottom: 30px;
  }

  .heading-4 {
    font-size: 22px;
    line-height: 25px;
  }

  .text-block-7 {
    font-size: 12px;
  }
}


