.s1-wrapper {
  background-image: linear-gradient(rgba(238, 127, 0, .9), rgba(238, 127, 0, .9)), url('../images/bg-1_1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.s1-container {
  height: 100%;
  max-width: 1007px;
  flex-flow: column wrap;
  align-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.s0-wrapper {
  text-align: center;
  background-color: #bd0003;
  padding: 10px;
  display: block;
}

.s0-container {
  height: 100%;
  max-width: 1007px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.s1-headline {
  color: #fff;
  margin-top: 40px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 130px;
  line-height: 130px;
}

.s1-row1 {
  width: 100%;
  align-items: center;
  display: flex;
  gap:10px;
}

.s1-subheadline {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.s1-col1 {
  width: 50%;
  position: relative;
}

.s1-product {
  z-index: 0;
  display: block;
}

.s2-wrapper {
  background-image: linear-gradient(rgba(238, 127, 0, .9), rgba(238, 127, 0, .9)), url('../images/bg-2.jpg');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  display: block;
}

.s2-container {
  height: 100%;
  max-width: 1007px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: relative;
}

.s2-headline {
  color: #fff;
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.s2-product {
  z-index: 0;
  max-width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s2-text {
  color: #fff;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.s2-row1 {
  z-index: 1;
  width: 100%;
  flex-direction: row;
  display: flex;
  position: relative;
}

.s2-col1 {
  z-index: 1;
  width: 50%;
  align-self: center;
  padding: 20px;
}

.s2-col2 {
  width: 50%;
  padding: 40px 20px 20px;
}

.s2-text2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.s2-text3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.button {
  max-width: 400px;
  text-align: center;
  background-color: #00b01d;
  border-bottom: 5px solid #005a0f;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  display: block;
}

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

.s3-wrapper {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/man2.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
  display: block;
}

.s3-container {
  height: 100%;
  max-width: 1007px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.image-3 {
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.s3-text {
  color: #ee7f00;
  text-align: left;
  font-size: 30px;
  line-height: 50px;
}

.s3-text2 {
  color: #ee7f00;
  text-align: left;
  font-size: 40px;
  line-height: 50px;
}

.s3-row1 {
  width: 100%;
  height: 500px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.s3-col1 {
  z-index: 1;
  width: 70%;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}

.s3-col2 {
  z-index: 1;
  width: 40%;
  padding: 40px 20px 20px;
  position: relative;
}

.s3--text {
  color: #ee7f00;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.image-4 {
  float: right;
}

.image-5 {
  filter: blur(5px);
  display: none;
  position: absolute;
  top: 25%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.s2-overlay {
  z-index: 0;
  filter: blur(5px);
  position: absolute;
  top: 23%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.s4-wrapper {
  background-color: #ee7f00;
  display: block;
  position: static;
  overflow: hidden;
}

.s4-container {
  height: 100%;
  max-width: 1007px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.s4-row1 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.s4-col2 {
  z-index: 1;
  width: 50%;
  flex-wrap: wrap;
  padding: 40px 20px 20px;
  display: flex;
  position: relative;
}

.s4-col1 {
  z-index: 1;
  width: 50%;
  padding: 40px 20px 20px;
  position: relative;
}

.s4-text3 {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 20px;
}

.s4-text {
  color: #fff;
  text-align: left;
  font-size: 30px;
  line-height: 50px;
}

.s4-text2 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.s4-text4 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.image-6 {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -20%;
  right: auto;
  transform: rotate(18deg);
}

.image-6-copy {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: -13%;
  transform: rotate(-18deg);
}

.s4-overlay {
  z-index: 0;
  filter: blur(5px);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -32%;
  right: auto;
}

.s4-overlay-2 {
  z-index: 0;
  filter: blur(3px);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -13%;
}

.s5-wrapper {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('../images/bg-1.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  display: block;
  overflow: hidden;
}

.s5-container {
  height: 100%;
  max-width: 1007px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.s5-headline {
  color: #ee7f00;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.s5-text {
  color: #ee7f00;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 50px;
}

.s5-item-wrapper {
  width: 100%;
  flex-direction: row;
  margin-top: 20px;
  display: flex;
}

.s5-item {
  width: 25%;
}

.image-7 {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block {
  color: #ee7f00;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.s6-wrapper {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
  display: block;
  position: static;
  overflow: hidden;
}

.s6-container {
  height: 100%;
  max-width: 1007px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  display: flex;
  position: relative;
}

.s6-headline {
  color: #ee7f00;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.s6-text {
  color: #ee7f00;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 50px;
}

.s6-subheadline {
  color: #ee7f00;
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.image-6-s6 {
  z-index: 1;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -20%;
  right: auto;
}

.image-6-s6-copy {
  z-index: 0;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: -20%;
}

.testimonial-wrapper {
  width: 300px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(24deg);
}

.testimonial-top {
  border: 3px solid #ee7f00;
  border-bottom-width: 0;
  padding: 10px 20px;
}

.testimonial-mid {
  border: 3px solid #ee7f00;
  padding: 10px 20px;
}

.testimonial-bot {
  border: 3px solid #ee7f00;
  border-top-width: 0;
  padding: 10px 20px;
}

.image-8 {
  width: 20px;
  margin-right: 5px;
}

.testimonial-wrapper-2 {
  width: 300px;
  position: absolute;
  top: 17%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(-13deg);
}

.testimonial-wrapper-4 {
  width: 300px;
  position: absolute;
  top: 52%;
  bottom: auto;
  left: auto;
  right: 1%;
  transform: rotate(10deg);
}

.testimonial-wrapper-3 {
  width: 300px;
  position: absolute;
  top: 55%;
  bottom: auto;
  left: 2%;
  right: auto;
  transform: rotate(-10deg);
}

.s7-subheadline-copy {
  color: #ee7f00;
  text-align: center;
  margin-top: 0;
  font-family: Changa One, Impact, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.s7-wrapper {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9));
  display: block;
  position: static;
  overflow: hidden;
}

.s7-container {
  height: 100%;
  max-width: 1007px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  display: flex;
  position: relative;
  overflow: visible;
}

.s7-text {
  color: #ee7f00;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 50px;
}

.s8-wrapper {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('../images/man3.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  display: block;
}

.s8-container {
  height: 100%;
  max-width: 1007px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.s8-headline {
  width: 60%;
  color: #ee7f00;
  text-align: left;
  margin-top: 40px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.s8-row1 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.s8-col1 {
  z-index: 1;
  width: 50%;
  padding: 40px 20px 20px;
}

.s8-col2 {
  z-index: 1;
  width: 50%;
  padding: 40px 20px 20px;
  position: relative;
}

.s5-overlay {
  z-index: 0;
  opacity: .3;
  filter: blur(6px);
  position: absolute;
  top: auto;
  bottom: -39%;
  left: auto;
  right: -19%;
}

.button-copy {
  width: 100%;
  text-align: center;
  background-color: #00b01d;
  border-bottom: 5px solid #005a0f;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  display: block;
}

.s9-wrapper {
  background-image: linear-gradient(rgba(238, 127, 0, .9), rgba(238, 127, 0, .9)), url('../images/man5.png'), url('../images/man4.png');
  background-position: 0 0, 0 100%, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 500px, 500px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.s9-container {
  height: 100%;
  max-width: 1007px;
  flex-flow: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s9-subheadline-copy {
  color: #fff;
  text-align: left;
  white-space: nowrap;
  align-self: flex-start;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.submit-button {
  width: 100%;
  background-color: #00b01d;
  border-bottom: 5px solid #005a0f;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  display: block;
}

.form-block {
  width: 100%;
}

.s6-headline-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Changa One, Impact, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.text-field {
  border-radius: 10px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.s9-form-text {
  color: #efefef;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 20px;
}

.s9-form-wrapper {
  width: 50%;
}

.s9-price {
  color: #bd0003;
  text-align: center;
  margin-top: 0;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.text-span {
  color: #ee7f00;
  font-size: 30px;
  text-decoration: line-through;
}

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

.s9-top {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
  display: flex;
}

.image-11 {
  width: 50%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.marquee-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.s6-marquee2 {
  color: #ee7f00;
  text-align: left;
  white-space: nowrap;
  align-self: flex-end;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.s10-wrapper {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.s10-container {
  height: 100%;
  max-width: 1007px;
  flex-flow: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.s10-text {
  color: #ee7f00;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.s6-row1 {
  z-index: 1;
  position: relative;
}

.testimonial-container {
  display: flex;
}

.s3-headline-copy {
  width: 50%;
  color: #ee7f00;
  text-align: left;
  margin-top: 40px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 90px;
  line-height: 90px;
}

.s4-row2 {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.s4-col3 {
  z-index: 1;
  width: 100%;
  padding: 40px 20px 20px;
  position: relative;
}

.s4-main-item {
  width: 25%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.image-13 {
  border-radius: 100px;
  margin-bottom: 10px;
}

.text-block-3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.s9-top-copy {
  background-color: #fff;
  border-bottom: 5px solid #bd0003;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

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

.s1-col2 {
  width: 50%;
  position: relative;
}

.step-wrapper {
  background-color: #fff;
  border-bottom: 5px solid #ee7f00;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.image-17 {
  width: 100px;
  margin-right: 20px;
}

.s8-text-2 {
  color: #ee7f00;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.s1-headline-2 {
  color: #fff;
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.s1-pack-text {
  margin-bottom: 20px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.s1-pack-wrapper {
  width: 35%;
  background-color: rgba(255, 255, 255, .8);
  border-bottom: 10px solid #bd0003;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px;
  padding: 20px;
  display: flex;
}

.s1-pack-container {
  justify-content: center;
  display: flex;
}

.s1-subheadline-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.button-2-copy {
  max-width: 400px;
  text-align: center;
  background-color: #00b01d;
  border-bottom: 5px solid #005a0f;
  border-radius: 10px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.image-16 {
  margin-right: 10px;
}

.text-block-15 {
  margin-bottom: 0;
}

.s1-pack-price {
  text-align: center;
  align-self: center;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.s1-wrapper-2 {
  background-image: linear-gradient(rgba(238, 127, 0, .9), rgba(238, 127, 0, .9)), url('../images/man.png'), url('../images/man4.png');
  background-position: 0 0, 0 100%, 100% 100%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 500px, 500px;
  display: block;
}

.s1-container-2 {
  max-width: 1007px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 100px;
  display: flex;
}

.list-wrapper {
  flex-flow: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-15 {
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.text-span-3 {
  font-size: 20px;
  line-height: 20px;
}

.s1-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.s1-button {
  color: #e8318a;
  background-color: #fff;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
}

.bold-text {
  color: #bd0003;
}

.price-wrapper {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

.old-price-4 {
  color: red;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

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

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

.rating-wrapper {
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

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

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

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

.s9-top-copy-2 {
  background-color: #fff;
  border-bottom: 5px solid #bd0003;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
}

.button-copy-2 {
  text-align: center;
  background-color: #00b01d;
  border-bottom: 5px solid #005a0f;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  display: block;
}

@media screen and (min-width: 1920px) {
  .s1-row1, .s2-row1, .s3-row1, .s4-row1 {
    flex-direction: row;
    display: flex;
  }

  .image-6 {
    left: -25%;
    transform: rotateX(0)rotateY(7deg)rotateZ(18deg);
  }

  .image-6-copy {
    transform: rotate(-18deg);
  }

  .testimonial-top {
    border-bottom-width: 0;
  }

  .testimonial-bot {
    border-top-width: 0;
  }

  .testimonial-wrapper-4 {
    right: 3%;
  }

  .s8-row1 {
    flex-direction: row;
    display: flex;
  }

  .s9-wrapper {
    padding-top: 0;
  }

  .marquee-wrapper {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .s10-wrapper {
    padding-top: 0;
  }

  .s4-row2 {
    flex-direction: row;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .s1-wrapper {
    background-image: linear-gradient(to bottom, null, null), url('../images/bg-1_1.jpg');
    background-position: 0 0, 50% 0;
  }

  .s1-row1 {
    width: 100%;
    flex-direction: column;
  }

  .s1-col1 {
    width: 100%;
  }

  .s1-product {
    max-width: 70%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .s2-wrapper {
    background-image: linear-gradient(to bottom, null, null), url('../images/bg-2.jpg');
    background-position: 0 0, 50% 0;
  }

  .s2-product {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .s2-row1 {
    flex-direction: column;
  }

  .s2-col1, .s2-col2 {
    width: 100%;
  }

  .image-3 {
    display: none;
  }

  .s3-text, .s3-text2 {
    text-align: center;
  }

  .s3-row1 {
    height: auto;
    flex-direction: column;
  }

  .s3-col1 {
    width: 100%;
  }

  .s3-col2 {
    width: 100%;
    position: static;
  }

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

  .image-4 {
    display: none;
  }

  .s4-row1 {
    flex-direction: column;
  }

  .s4-col2 {
    width: 100%;
    justify-content: center;
  }

  .s4-col1 {
    width: 100%;
  }

  .image-6 {
    left: -37%;
  }

  .image-6-s6 {
    left: -30%;
  }

  .image-6-s6-copy {
    right: -30%;
  }

  .testimonial-wrapper, .testimonial-wrapper-2, .testimonial-wrapper-4, .testimonial-wrapper-3 {
    width: 90%;
    margin-bottom: 40px;
    position: static;
    transform: none;
  }

  .s8-headline {
    width: 100%;
    text-align: center;
  }

  .s8-row1 {
    flex-direction: column;
  }

  .s8-col1, .s8-col2 {
    width: 100%;
  }

  .s9-top {
    flex-direction: column;
  }

  .testimonial-container {
    width: 100%;
    flex-direction: column;
    order: 1;
    align-items: center;
  }

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

  .s3-headline-copy {
    width: 100%;
    text-align: center;
  }

  .s4-row2 {
    flex-direction: column;
  }

  .s4-col3 {
    width: 100%;
  }

  .s4-main-item {
    width: 25%;
  }

  .s9-top-copy {
    flex-direction: column;
  }

  .s1-col2 {
    width: 100%;
  }

  .s9-top-copy-2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .s1-row1 {
    flex-direction: column;
  }

  .s1-col1 {
    width: 100%;
  }

  .s1-product {
    display: block;
  }

  .image-4 {
    float: right;
  }

  .image-6 {
    left: -45%;
  }

  .s5-item-wrapper {
    flex-direction: column;
  }

  .s5-item {
    width: 100%;
  }

  .s6-headline {
    font-size: 50px;
    line-height: 50px;
  }

  .s6-subheadline {
    font-size: 30px;
    line-height: 40px;
  }

  .image-6-s6 {
    left: -57%;
  }

  .image-6-s6-copy {
    right: -51%;
  }

  .s9-container {
    flex-direction: column;
  }

  .s9-form-wrapper, .image-11 {
    width: 100%;
  }

  .s4-main-item {
    width: 25%;
  }

  .s1-pack-wrapper {
    width: 100%;
    margin: 20px 0;
  }

  .s1-container-2 {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .s1-headline {
    font-size: 75px;
    line-height: 75px;
  }

  .s2-col2 {
    padding-left: 0;
    padding-right: 0;
  }

  .s2-text2 {
    font-size: 30px;
    line-height: 40px;
  }

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

  .s3-col1 {
    padding: 0;
  }

  .s4-col2, .s4-col1 {
    padding-left: 0;
    padding-right: 0;
  }

  .s4-text2 {
    font-size: 30px;
    line-height: 40px;
  }

  .image-6, .image-6-copy {
    display: none;
  }

  .s5-headline {
    font-size: 50px;
    line-height: 50px;
  }

  .s6-headline {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 40px;
  }

  .s6-subheadline {
    font-size: 20px;
    line-height: 20px;
  }

  .image-6-s6, .image-6-s6-copy {
    display: none;
  }

  .s8-headline {
    font-size: 50px;
    line-height: 50px;
  }

  .s9-container {
    width: 100%;
    max-width: none;
  }

  .s6-headline-copy {
    font-size: 60px;
    line-height: 60px;
  }

  .s9-top {
    flex-direction: column;
  }

  .s3-headline-copy {
    font-size: 50px;
    line-height: 50px;
  }

  .s4-col3 {
    padding-left: 0;
    padding-right: 0;
  }

  .s4-main-item {
    width: 30%;
  }

  .s9-top-copy {
    flex-direction: column;
  }

  .text-block-4 {
    font-size: 14px;
  }

  .step-wrapper {
    flex-direction: column;
  }

  .image-17 {
    margin-bottom: 10px;
  }

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

  .s1-text {
    font-size: 14px;
  }

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

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

  .old-price-4 {
    font-size: 15px;
    line-height: 25px;
  }

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

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

  .rating-wrapper, .s9-top-copy-2 {
    flex-direction: column;
  }
}
