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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

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

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

.headline.center-text {
  text-align: center;
}

.section {
  background-color: #b8b8b8;
}

.container {
  color: #fff;
  text-align: center;
  background-color: #e8318a;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Open Sans, sans-serif;
}

.link {
  color: #fff;
}

.normal-text {
  font-size: 15px;
  line-height: 25px;
}

.normal-text.center-text {
  text-align: center;
}

.normal-text.align-right {
  text-align: right;
}

.container-2 {
  background-color: #fff;
  padding: 20px 60px;
}

.image {
  margin: 10px auto;
}

.div-block {
  background-color: #f3fffd;
  border: 3px solid #054694;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.big-title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
}

.big-title.red-text {
  color: red;
}

.big-title.green-text {
  color: #00ff4c;
}

.image-2 {
  margin: 10px auto;
  display: block;
}

.text-block {
  text-align: center;
}

.div-block-2 {
  color: #fff;
  text-align: center;
  background-color: #e8318a;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-weight: 700;
}

.highlighted-text {
  color: red;
  text-align: center;
  background-color: #feecee;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

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

.highlighted-text-copy {
  color: #000;
  text-align: center;
  background-color: #feecee;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.image-3 {
  margin: 20px auto;
  display: block;
}

.text-block-3 {
  color: #fff;
  background-color: #d8be3e;
  margin-right: 10px;
  padding: 10px;
  font-size: 50px;
  line-height: 60px;
}

.text-span {
  font-size: 20px;
  line-height: 30px;
  text-decoration: underline;
}

.flex-block {
  background-color: #fff6dd;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-block-2 {
  background-color: #ffcf86;
  margin-top: 20px;
  margin-bottom: 20px;
}

.flex-block-3 {
  background-color: #fdacb2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-4 {
  color: #fff;
  background-color: #ee7816;
  margin-right: 10px;
  padding: 10px;
  font-size: 50px;
  line-height: 60px;
}

.text-block-3-copy {
  background-color: #d8be3e;
  margin-right: 10px;
  padding: 10px;
  font-size: 50px;
  line-height: 60px;
}

.text-block-5 {
  color: #fff;
  background-color: #d50414;
  margin-right: 10px;
  padding: 10px;
  font-size: 50px;
  line-height: 60px;
}

.flex-block-4 {
  background-color: #fff3ff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-6 {
  color: #fff;
  background-color: #e8318a;
  margin-right: 10px;
  padding: 10px;
  font-size: 50px;
  line-height: 60px;
}

.flex-block-5 {
  justify-content: center;
}

.div-block-3, .div-block-4 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bold-text-2 {
  color: #008127;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.highlighted-text-3 {
  color: #000;
  text-align: center;
  background-color: #d8e8fd;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-7 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

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

.image-5 {
  margin: 10px;
}

.flex-block-6, .flex-block-7 {
  align-items: center;
}

.text-block-8 {
  background-image: linear-gradient(#676767, #fff 53%, #676767);
  border: 2px solid #000;
  border-radius: 10px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px;
  font-size: 60px;
  line-height: 70px;
  display: inline-block;
}

.div-block-6 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button {
  max-width: 500px;
  text-align: center;
  background-color: #e8318a;
  border-bottom: 5px solid #ad2567;
  margin: 20px auto;
  font-size: 20px;
  line-height: 30px;
  display: block;
}

.div-block-7 {
  background-color: #e3e3e3;
  border: 2px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.small-text {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
}

.rich-text-block {
  margin-top: 10px;
  font-size: 15px;
}

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

.button-3 {
  color: #e8318a;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.body {
  font-family: Montserrat, sans-serif;
}

.rating-wrapper {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.customer-rating {
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.rating-text {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
}

.price-wrapper {
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin: 10px auto;
  display: flex;
}

.price-text-4 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.new-price-3 {
  color: #009924;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

.discount-price {
  color: #fff;
  text-align: center;
  background-color: #71a100;
  border-radius: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.ssl-wrapper-2 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.ssl-text {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.text-block-58 {
  color: #333;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  font-weight: 700;
  display: block;
}

.section-3 {
  z-index: 1;
  background-color: #e8318a;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.container-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-69 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.s1-button {
  color: #e8318a;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.text-block-71 {
  font-weight: 700;
}

.image-81 {
  margin-left: 5px;
}

.button-4 {
  max-width: 500px;
  text-align: center;
  background-color: #e8318a;
  border-bottom: 5px solid #ad2567;
  margin: 20px auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

@media screen and (max-width: 767px) {
  .section-3 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container, .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-7, .rating-wrapper {
    flex-direction: column;
  }

  .price-wrapper {
    align-items: center;
  }

  .price-text-4 {
    font-size: 12px;
  }

  .new-price-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .discount-price {
    font-size: 14px;
    line-height: 16px;
  }
}
