@font-face {
  font-family: "WELLWAITFREE-REGULAR";
  src: url("../fonts/WELLWAITFREE-REGULAR.OTF");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "PT Sans";
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

main h1,
main h2,
main h3,
main h4,
main h5 {
  text-align: center;
  line-height: 67px;
  color: #499441;
  font-family: "WELLWAITFREE-REGULAR";
  font-weight: 400;
  font-size: 60px;
}
@media (max-width: 767.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 51px !important;
    line-height: 63px !important;
  }
}
@media (max-width: 575.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 38px !important;
    line-height: 46px !important;
  }
}
@media (max-width: 400px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 36px !important;
    line-height: 42px !important;
    letter-spacing: -1.4px !important;
  }
}
main h1 span,
main h2 span,
main h3 span,
main h4 span,
main h5 span {
  color: #f35361;
}

section {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 575.98px) {
  section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}

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

.codes > a.active,
.codes > a:hover {
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(360deg, #76157e 0%, #c975e7 100%);
}

.codes > a {
  margin-right: 15px;
  display: inline-block;
  width: 35px;
  height: 35px;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  background-color: #db97f3;
  border-radius: 20px;
  transition: background-color 0.4s;
}

#modal-upsells a.btn {
  width: 100% !important;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  list-style: none;
  padding-left: 30px;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) li {
  position: relative;
  margin-bottom: 9px;
}

ul:not(.list-unstyled):not(.list_bullet):not(.flip) li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0.7em;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #f35361;
  transform: translateY(-50%);
}

ul li {
  font-size: 18px;
  line-height: 24px;
}

#show-menu {
  height: 15px;
}

@media (max-width: 575.98px) {
  main .col-12 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
}
main .transition {
  height: 108px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main .transition-top {
  background-image: url(../images/transition/top.png);
}
main .transition-bottom {
  background-image: url(../images/transition/bottom.png);
}
main .webp .transition-top {
  background-image: url(../images/transition/webp.png);
}
main .webp .transition-bottom {
  background-image: url(../images/transition/webp.png);
}

.button,
button .why,
button .materials {
  border: unset;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 30px 30px;
  gap: 10px;
  background: #F06571;
  background: radial-gradient(at center, #F06571, #E55A66);
  border-bottom: 4px solid #e55965;
  box-shadow: inset 0px -2px 0px #F06571;
  border-radius: 80px;
  font-size: 21px;
  letter-spacing: -0.3px;
  color: #ffffff;
  text-transform: uppercase;
  width: 350px;
}
.button:hover,
button .why:hover,
button .materials:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  text-decoration: none;
  background-color: #f35361;
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
    font-size: 19px;
    padding: 20px 14px;
    line-height: 27px;
    width: 100%;
  }
}

button:focus {
  outline: unset;
}

.talks-widget-button {
  z-index: 1500;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 15px;
  right: 20px;
  font-size: 25px;
  text-align: center;
  border-radius: 50%;
  color: white;
  padding-top: 6px;
  background: #3a6686;
  cursor: pointer;
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.23);
}

.icon {
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px;
  transition: all 200ms;
}

.icon-whatsapp {
  width: 30px;
  height: 30px;
  background-color: #1cd742;
  background-image: url("../images/icons/icon-whatsapp.svg");
  background-size: 80%;
  border-radius: 100%;
  box-shadow: 0px 0px 10px #1cd742;
}
.icon-whatsapp:hover {
  box-shadow: 0px 0px 10px #fff;
}

#modal-example {
  background: rgba(0, 0, 0, 0.3);
}

.modal-content {
  min-height: 420px !important;
}
@media (max-width: 575.98px) {
  .modal-content {
    min-height: 465px !important;
  }
}

.modal-body {
  padding: 0;
  padding-top: 0 !important;
  display: flex;
  align-items: center;
}

.modal-close {
  font-size: 31px;
  background: #f35361;
  color: white;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  position: absolute;
  border-radius: 20px;
  right: 5px;
  top: 5px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.header {
  background-image: url(../images/header/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-height: 970px;
  padding-top: 50px;
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    max-height: unset;
    padding-bottom: 70px;
    background-image: url(../images/header/bg-mobile.jpg);
  }
}
.header-imgMobile {
  max-width: 75%;
}
@media (max-width: 575.98px) {
  .header-imgMobile {
    max-width: 100%;
  }
}
.header .sub {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: normal;
}
@media (min-width: 1199.98px) {
  .header .container {
    padding-left: 0px;
  }
}
.header h1 {
  font-size: 92px;
  line-height: 94px;
  text-align: left;
  text-transform: uppercase;
  color: #f35361;
}
@media (max-width: 1199.98px) {
  .header h1 {
    font-size: 84px;
    line-height: 85px;
  }
}
@media (max-width: 991.98px) {
  .header h1 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 70px !important;
    line-height: 72px !important;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 57px !important;
    line-height: 61px !important;
  }
}
@media (max-width: 400px) {
  .header h1 {
    font-size: 43px !important;
    line-height: 49px !important;
    margin-top: 20px;
  }
}
.header h1 span {
  font-size: 50px;
  margin-top: -10px;
  display: block;
  text-transform: capitalize;
  color: #499441;
}
@media (max-width: 1199.98px) {
  .header h1 span {
    font-size: 45px !important;
  }
}
@media (max-width: 767.98px) {
  .header h1 span {
    font-size: 40px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .header h1 span {
    font-size: 33px !important;
    line-height: 44px !important;
    display: block;
    margin-top: 23px;
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .header h1 span {
    font-size: 35px !important;
    line-height: 38px !important;
    margin-top: 18px;
  }
}
.header-text {
  font-size: 25px;
  max-width: 485px;
  line-height: normal;
  margin-bottom: 65px;
  margin-top: -5px;
}
@media (max-width: 991.98px) {
  .header-text {
    margin-bottom: 5px;
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .header-text {
    font-size: 22px;
    margin-top: -15px;
  }
}
.header-text span {
  color: #f35361;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .header-text span {
    display: block;
  }
}
.header .img-desc {
  position: absolute;
  max-width: 738px;
  top: -95px;
  left: -50px;
}
@media (max-width: 1610px) {
  .header .img-desc {
    left: -152px;
  }
}
@media (max-width: 1370px) {
  .header .img-desc {
    left: -224px;
  }
}
@media (max-width: 991.98px) {
  .header-arrow {
    display: none;
  }
}
.header-arrow img {
  position: absolute;
  max-width: 51px;
  left: 454px;
  top: -80px;
}
.header-bonus img {
  position: absolute;
  max-width: 334px;
  left: 381px;
  top: -25px;
}
@media (max-width: 991.98px) {
  .header-bonus img {
    position: unset;
  }
}
.header-butterfly {
  position: absolute;
  max-width: 110px;
  top: 30px;
  left: 471px;
}
@media (max-width: 991.98px) {
  .header-butterfly {
    top: 150px;
    left: 183px;
  }
}
@media (max-width: 767.98px) {
  .header-butterfly {
    left: 83px;
  }
}
@media (max-width: 575.98px) {
  .header-butterfly {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .header .lead-mob {
    max-width: 400px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .header .lead-mob {
    max-width: 285px;
  }
}
@media (max-width: 419.98px) {
  .header .lead-mob {
    max-width: 100%;
  }
}
.header .subscribe {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0px 10px 30px 10px;
  min-height: 355px;
  max-width: 391px;
  margin-top: -27px;
}
@media (max-width: 575.98px) {
  .header .subscribe {
    padding: 0px 0 20px 0;
    min-height: 327px;
  }
}
.header .row-bottom {
  z-index: 96;
  position: sticky;
}

.webp .header {
  background-image: url("../images/header/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .header {
    background-image: url(../images/header/bg-mobile.webp);
  }
}

@media (min-width: 1900px) {
  .header {
    background-image: url("../images/header/bg-2x-scale-2_00x.jpg");
  }
  .webp .header {
    background-image: url("../images/header/bg-2x-scale-2_00x.webp");
  }
}
.header-transition {
  margin-top: -58px;
  z-index: 95;
  position: sticky;
}

.marafon {
  padding-bottom: 80px;
  overflow: hidden;
  background-image: url(../images/marafon/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .marafon {
    padding-top: 35px;
  }
}
@media (max-width: 767.98px) {
  .marafon {
    margin-top: -10px;
    padding-top: 0 !important;
  }
}
@media (max-width: 400px) {
  .marafon {
    padding-top: 50px;
  }
}
.marafon h2 {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .marafon h2 {
    max-width: unset;
    margin-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  .marafon h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .marafon .item-text {
    z-index: 9;
  }
}
.marafon-img {
  max-width: 120%;
  margin-left: -150px;
}
.marafon-img-2 {
  margin-left: 20px;
}
.marafon-img-4 {
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  .marafon-img {
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    margin-top: -85px;
  }
}
@media (max-width: 575.98px) {
  .marafon-img {
    max-width: 100%;
  }
}
.marafon-number {
  font-family: "WELLWAITFREE-REGULAR";
  color: white;
  font-size: 24px;
  display: block;
  margin-bottom: 31px;
  padding-left: 40px;
  margin-top: -37px;
  margin-left: -30px;
}
@media (max-width: 1199.98px) {
  .marafon-number {
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .marafon-number {
    padding-left: 0;
  }
}
@media (max-width: 575.98px) {
  .marafon-number {
    background-image: url(../images/marafon/span.png);
    padding: 23px 10px 24px 9px;
    background-size: 170px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .marafon-number {
    text-align: center;
  }
}
.marafon-number span {
  z-index: 2;
  position: relative;
}
.marafon-number img {
  position: absolute;
  max-width: 161px;
  border-radius: 0;
  left: -16px;
  top: -45px;
}
@media (max-width: 1199.98px) {
  .marafon-number img {
    top: -12px;
  }
}
@media (max-width: 991.98px) {
  .marafon-number img {
    left: 267px;
  }
}
@media (max-width: 767.98px) {
  .marafon-number img {
    left: 182px;
  }
}
@media (max-width: 575.98px) {
  .marafon-number img {
    display: none;
  }
}
.marafon-title {
  font-family: "WELLWAITFREE-REGULAR";
  color: #499441;
  font-size: 35px;
  line-height: normal;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .marafon-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .marafon-title {
    font-size: 29px;
    line-height: 33px;
    margin-bottom: 30px;
    margin-top: 15px;
  }
}
.marafon-text {
  font-size: 22px;
  margin-bottom: 24px;
  line-height: normal;
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .marafon-text {
    font-size: 21px;
    margin-bottom: 18px;
  }
}
.marafon ul li {
  font-size: 21px;
  margin-bottom: 7px !important;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .marafon ul li {
    font-size: 20px;
  }
}
.marafon .item {
  justify-content: space-around;
  margin-bottom: 25px;
  align-items: center;
  z-index: 10;
  position: sticky;
}
@media (max-width: 575.98px) {
  .marafon .item {
    margin-bottom: 40px;
  }
}
@media (min-width: 991.98px) {
  .marafon .item-text {
    max-width: 525px;
  }
}
.marafon .button {
  z-index: 10;
}
.marafon-dec {
  position: absolute;
  max-width: 2000px;
  z-index: 5;
  left: -467px;
}
.marafon-dec-1 {
  top: -428px;
}
.marafon-dec-2 {
  top: -520px;
}
.marafon-dec-3 {
  top: -665px;
}
@media (max-width: 575.98px) {
  .marafon-dec-3 {
    top: -1149px;
  }
}

.webp .marafon {
  background-image: url("../images/marafon/bg.webp");
}

@media (min-width: 1900px) {
  .marafon {
    background-image: url("../images/marafon/bg-2x-scale-2_00x.jpg");
  }
  .webp .marafon {
    background-image: url("../images/marafon/bg-2x-scale-2_00x.webp");
  }
}
.greeting {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (max-width: 575.98px) {
  .greeting {
    padding-bottom: 0px !important;
  }
}
.greeting h2 {
  z-index: 10;
  max-width: 970px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .greeting h2 {
    font-size: 49px !important;
    line-height: 53px !important;
  }
}
@media (max-width: 767.98px) {
  .greeting h2 {
    font-size: 41px !important;
    line-height: 44px !important;
  }
}
@media (max-width: 575.98px) {
  .greeting h2 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
}
@media (max-width: 400px) {
  .greeting h2 {
    font-size: 31px !important;
    line-height: 39px !important;
    letter-spacing: -1.1px !important;
  }
}
.greeting-row {
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767.98px) {
  .greeting-row-desc {
    display: none;
  }
}
.greeting-row-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .greeting-row-mobile {
    display: flex;
  }
}

.greeting-transition {
  z-index: 10;
  position: sticky;
  margin-bottom: -50px;
}

.bonus {
  background-image: url(../images/bonus/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 95px;
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .bonus {
    padding-top: 110px;
    padding-bottom: 150px;
    background-image: url(../images/bonus/bg-mobile.jpg);
  }
}
@media (max-width: 575.98px) {
  .bonus {
    padding-top: 95px !important;
    padding-bottom: 125px !important;
  }
}
.bonus h2 {
  margin: 0 auto;
  margin-bottom: 50px;
  max-width: 1000px;
}
@media (max-width: 991.98px) {
  .bonus h2 {
    font-size: 49px !important;
    line-height: 53px !important;
  }
}
@media (max-width: 767.98px) {
  .bonus h2 {
    font-size: 41px !important;
    line-height: 44px !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .bonus h2 {
    font-size: 35px !important;
    line-height: 39px !important;
  }
}
@media (max-width: 400px) {
  .bonus h2 {
    font-size: 31px !important;
    line-height: 39px !important;
    letter-spacing: -1.1px !important;
  }
}
.bonus-img {
  margin-top: -30px;
  margin-left: 90px;
  max-width: 80%;
}
@media (max-width: 1199.98px) {
  .bonus-img {
    margin-left: 63px;
  }
}
@media (max-width: 991.98px) {
  .bonus-img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.bonus-firefly {
  position: absolute;
  max-width: 105px;
  left: 365px;
  top: -40px;
}
@media (max-width: 991.98px) {
  .bonus-firefly {
    display: none;
  }
}
.bonus-text {
  font-size: 22px;
  line-height: normal;
  max-width: 420px;
  margin-top: 25px;
}
@media (max-width: 991.98px) {
  .bonus-text {
    max-width: unset;
  }
}
@media (max-width: 575.98px) {
  .bonus-text {
    font-size: 21px;
  }
}
.bonus-text .sub {
  font-weight: 700;
  margin-top: 20px;
}
.bonus-text ul li {
  font-size: 22px;
  margin-bottom: 13px !important;
  line-height: normal;
}
@media (max-width: 575.98px) {
  .bonus-text ul li {
    font-size: 21px;
    line-height: normal;
    margin-bottom: 11px !important;
  }
}
.bonus .row-button {
  margin-top: -190px;
}
@media (max-width: 1199.98px) {
  .bonus .row-button {
    margin-top: -115px;
  }
}
@media (max-width: 991.98px) {
  .bonus .row-button {
    margin-top: -83px;
  }
}
@media (max-width: 575.98px) {
  .bonus .row-button {
    margin-top: -55px;
  }
}
.bonus .button {
  max-width: 100%;
  width: 396px;
}
@media (max-width: 1199.98px) {
  .bonus .button {
    position: sticky;
    z-index: 9;
  }
}
@media (max-width: 991.98px) {
  .bonus .button {
    width: 488px;
    margin-top: -27px !important;
  }
}
@media (max-width: 575.98px) {
  .bonus .button {
    width: 100% !important;
  }
}

.webp .bonus {
  background-image: url("../images/bonus/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .bonus {
    background-image: url(../images/bonus/bg-mobile.webp);
  }
}

@media (min-width: 1900px) {
  .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.jpg");
  }
  .webp .bonus {
    background-image: url("../images/bonus/bg-2x-scale-2_00x.webp");
  }
}
.bonus-transition {
  margin-top: -75px;
  z-index: 9;
  position: sticky;
}

.expert {
  background: white;
  padding-bottom: 80px;
  padding-top: 70px;
}
@media (max-width: 991.98px) {
  .expert {
    overflow: hidden;
    padding-top: 60px;
    background-image: url(../images/expert/bg-mobile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 1px;
  }
}
@media (max-width: 575.98px) {
  .expert {
    background-position: center center;
    padding-top: 0 !important;
    margin-top: -30px;
  }
}
.expert .fairy {
  display: none;
  position: absolute;
  max-width: 303px;
  margin-top: -76px;
  left: 51%;
}
@media (max-width: 1199.98px) {
  .expert .fairy {
    margin-top: -25px;
    left: 43%;
  }
}
@media (max-width: 991.98px) {
  .expert .fairy {
    display: none;
  }
}
.expert h3 {
  margin-bottom: 45px;
  text-align: left;
  margin-top: 38px;
}
@media (max-width: 991.98px) {
  .expert h3 {
    text-align: center;
  }
}
.expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
  padding-left: 65px;
}
@media (max-width: 575.98px) {
  .expert ul:not(.list-unstyled):not(.list_bullet):not(.flip) {
    padding-left: 20px;
  }
}
.expert-bg {
  background-image: url(../images/expert/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 730px;
  border-radius: 8px;
  background-position: center center;
}
@media (max-width: 991.98px) {
  .expert-bg {
    padding-top: 20px;
    padding-bottom: 0px;
    height: unset;
    background-image: unset;
  }
}
.expert-img {
  position: absolute;
  max-width: 120%;
  margin-top: -36px;
  margin-left: -79px;
}
@media (max-width: 1199.98px) {
  .expert-img {
    max-width: 128%;
    margin-top: 43px;
    margin-left: -95px;
  }
}
@media (max-width: 991.98px) {
  .expert-img {
    position: unset;
    max-width: 100%;
    z-index: 15;
    position: sticky;
  }
}
@media (max-width: 991.98px) {
  .expert-img {
    margin: 0 auto;
    max-width: 400px;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
  }
}
@media (max-width: 419.98px) {
  .expert-img {
    max-width: 100%;
  }
}
.expert ul li {
  margin-bottom: 13px !important;
  font-size: 20px;
  max-width: 510px;
}
.expert .button {
  margin-top: -50px;
}
@media (max-width: 991.98px) {
  .expert .button {
    margin: 0 auto;
    margin-top: -35px;
    z-index: 15;
    position: sticky;
  }
}

@media (max-width: 991.98px) {
  .webp .expert {
    overflow: hidden;
    background-image: url(../images/expert/bg-mobile.webp);
  }
}
.webp .expert-bg {
  background-image: url("../images/expert/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .expert-bg {
    background-image: unset;
  }
}

@media (min-width: 1900px) {
  .expert-bg {
    background-image: url("../images/expert/bg-2x-scale-2_00x.jpg");
  }
  .webp .expert-bg {
    background-image: url("../images/expert/bg-2x-scale-2_00x.webp");
  }
}
#example-expert {
  -position-x: revert;
  z-index: 9;
  position: sticky;
  padding-top: 0px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  #example-expert {
    padding-top: 20px;
    margin-top: 0;
    padding-bottom: 80px;
    margin-top: -65px;
  }
}
#example-expert .button {
  width: 350px;
}
#example-expert .example-expert-heading {
  max-width: 700px;
  margin: 0 auto;
  margin-top: 40px;
}
@media (max-width: 575.98px) {
  #example-expert .example-expert-heading {
    margin-bottom: 20px;
  }
}

#example-expert .container-bg {
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 5px 10px 5px rgba(90, 90, 90, 0.1);
}
#example-expert .main-carousel {
  box-shadow: unset !important;
}

@media (max-width: 575.98px) {
  .main-carousel #carouselExampleIndicators .carousel-indicators li {
    width: 8px !important;
    height: 8px !important;
  }
  .carousel-indicators {
    margin-right: 5%;
    margin-left: 5%;
  }
}
#example-expert .main-carousel #carouselExampleIndicators .carousel-icon-bg,
#example-expert .main-carousel #carouselExampleIndicators .carousel-indicators li {
  background: #f35361;
}

.main-carousel .carousel-item-img-1 {
  background-image: url(../images/expert-work/1.jpg);
}
.main-carousel .carousel-item-img-2 {
  background-image: url(../images/expert-work/2.jpg);
}
.main-carousel .carousel-item-img-3 {
  background-image: url(../images/expert-work/3.jpg);
}
.main-carousel .carousel-item-img-4 {
  background-image: url(../images/expert-work/4.jpg);
}
.main-carousel .carousel-item-img-5 {
  background-image: url(../images/expert-work/5.jpg);
}
.main-carousel .carousel-item-img-6 {
  background-image: url(../images/expert-work/6.jpg);
}
.main-carousel .carousel-item-img-7 {
  background-image: url(../images/expert-work/7.jpg);
}
.main-carousel .carousel-item-img-8 {
  background-image: url(../images/expert-work/8.jpg);
}
.main-carousel .carousel-item-img-9 {
  background-image: url(../images/expert-work/9.jpg);
}
.main-carousel .carousel-item-img-10 {
  background-image: url(../images/expert-work/10.jpg);
}
.main-carousel .carousel-item-img-11 {
  background-image: url(../images/expert-work/11.jpg);
}
.main-carousel .carousel-item-img-12 {
  background-image: url(../images/expert-work/12.jpg);
}
.main-carousel .carousel-item-img-13 {
  background-image: url(../images/expert-work/13.jpg);
}
.main-carousel .carousel-item-img-14 {
  background-image: url(../images/expert-work/14.jpg);
}
.main-carousel .carousel-item-img-15 {
  background-image: url(../images/expert-work/15.jpg);
}
.main-carousel .carousel-item-img-16 {
  background-image: url(../images/expert-work/16.jpg);
}
.main-carousel .carousel-item-img-17 {
  background-image: url(../images/expert-work/17.jpg);
}
.main-carousel .carousel-item-img-18 {
  background-image: url(../images/expert-work/18.jpg);
}
.main-carousel .carousel-item-img-19 {
  background-image: url(../images/expert-work/19.jpg);
}
.main-carousel .carousel-item-img-20 {
  background-image: url(../images/expert-work/20.jpg);
}
.main-carousel .carousel-item-img-21 {
  background-image: url(../images/expert-work/21.jpg);
}
.main-carousel .carousel-item-img-22 {
  background-image: url(../images/expert-work/22.jpg);
}
.main-carousel .carousel-item-img-23 {
  background-image: url(../images/expert-work/23.jpg);
}
.main-carousel .carousel-item-img-24 {
  background-image: url(../images/expert-work/24.jpg);
}
.main-carousel .carousel-item-img-25 {
  background-image: url(../images/expert-work/25.jpg);
}
.main-carousel .carousel-item-img-26 {
  background-image: url(../images/expert-work/26.jpg);
}
.main-carousel .carousel-item-img-27 {
  background-image: url(../images/expert-work/27.jpg);
}
.main-carousel .carousel-item-img-28 {
  background-image: url(../images/expert-work/28.jpg);
}
.main-carousel .carousel-item-img-29 {
  background-image: url(../images/expert-work/29.jpg);
}
.main-carousel .carousel-item-img-30 {
  background-image: url(../images/expert-work/30.jpg);
}
.main-carousel .carousel-item-img-31 {
  background-image: url(../images/expert-work/31.jpg);
}
.main-carousel .carousel-item-img-32 {
  background-image: url(../images/expert-work/32.jpg);
}
.main-carousel .carousel-item-img-33 {
  background-image: url(../images/expert-work/33.jpg);
}
.main-carousel .carousel-item-img-34 {
  background-image: url(../images/expert-work/34.jpg);
}
.main-carousel .carousel-item-img-35 {
  background-image: url(../images/expert-work/35.jpg);
}
.main-carousel .carousel-item-img-36 {
  background-image: url(../images/expert-work/36.jpg);
}
.main-carousel .carousel-item-img-37 {
  background-image: url(../images/expert-work/37.jpg);
}
.main-carousel .carousel-item-img-38 {
  background-image: url(../images/expert-work/38.jpg);
}
.main-carousel .carousel-item-img-39 {
  background-image: url(../images/expert-work/39.jpg);
}
.main-carousel .carousel-item-img-40 {
  background-image: url(../images/expert-work/40.jpg);
}
.main-carousel .carousel-item-img-41 {
  background-image: url(../images/expert-work/41.jpg);
}
.main-carousel .carousel-item-img-42 {
  background-image: url(../images/expert-work/42.jpg);
}
.main-carousel .carousel-item-img-43 {
  background-image: url(../images/expert-work/43.jpg);
}
.main-carousel .carousel-item-img-44 {
  background-image: url(../images/expert-work/44.jpg);
}
.main-carousel .carousel-item-img-45 {
  background-image: url(../images/expert-work/45.jpg);
}

.webp .main-carousel .carousel-item-img-1 {
  background-image: url(../images/expert-work/1.webp);
}
.webp .main-carousel .carousel-item-img-2 {
  background-image: url(../images/expert-work/2.webp);
}
.webp .main-carousel .carousel-item-img-3 {
  background-image: url(../images/expert-work/3.webp);
}
.webp .main-carousel .carousel-item-img-4 {
  background-image: url(../images/expert-work/4.webp);
}
.webp .main-carousel .carousel-item-img-5 {
  background-image: url(../images/expert-work/5.webp);
}
.webp .main-carousel .carousel-item-img-6 {
  background-image: url(../images/expert-work/6.webp);
}
.webp .main-carousel .carousel-item-img-7 {
  background-image: url(../images/expert-work/7.webp);
}
.webp .main-carousel .carousel-item-img-8 {
  background-image: url(../images/expert-work/8.webp);
}
.webp .main-carousel .carousel-item-img-9 {
  background-image: url(../images/expert-work/9.webp);
}
.webp .main-carousel .carousel-item-img-10 {
  background-image: url(../images/expert-work/10.webp);
}
.webp .main-carousel .carousel-item-img-11 {
  background-image: url(../images/expert-work/11.webp);
}
.webp .main-carousel .carousel-item-img-12 {
  background-image: url(../images/expert-work/12.webp);
}
.webp .main-carousel .carousel-item-img-13 {
  background-image: url(../images/expert-work/13.webp);
}
.webp .main-carousel .carousel-item-img-14 {
  background-image: url(../images/expert-work/14.webp);
}
.webp .main-carousel .carousel-item-img-15 {
  background-image: url(../images/expert-work/15.webp);
}
.webp .main-carousel .carousel-item-img-16 {
  background-image: url(../images/expert-work/16.webp);
}
.webp .main-carousel .carousel-item-img-17 {
  background-image: url(../images/expert-work/17.webp);
}
.webp .main-carousel .carousel-item-img-18 {
  background-image: url(../images/expert-work/18.webp);
}
.webp .main-carousel .carousel-item-img-19 {
  background-image: url(../images/expert-work/19.webp);
}
.webp .main-carousel .carousel-item-img-20 {
  background-image: url(../images/expert-work/20.webp);
}
.webp .main-carousel .carousel-item-img-21 {
  background-image: url(../images/expert-work/21.webp);
}
.webp .main-carousel .carousel-item-img-22 {
  background-image: url(../images/expert-work/22.webp);
}
.webp .main-carousel .carousel-item-img-23 {
  background-image: url(../images/expert-work/23.webp);
}
.webp .main-carousel .carousel-item-img-24 {
  background-image: url(../images/expert-work/24.webp);
}
.webp .main-carousel .carousel-item-img-25 {
  background-image: url(../images/expert-work/25.webp);
}
.webp .main-carousel .carousel-item-img-26 {
  background-image: url(../images/expert-work/26.webp);
}
.webp .main-carousel .carousel-item-img-27 {
  background-image: url(../images/expert-work/27.webp);
}
.webp .main-carousel .carousel-item-img-28 {
  background-image: url(../images/expert-work/28.webp);
}
.webp .main-carousel .carousel-item-img-29 {
  background-image: url(../images/expert-work/29.webp);
}
.webp .main-carousel .carousel-item-img-30 {
  background-image: url(../images/expert-work/30.webp);
}
.webp .main-carousel .carousel-item-img-31 {
  background-image: url(../images/expert-work/31.webp);
}
.webp .main-carousel .carousel-item-img-32 {
  background-image: url(../images/expert-work/32.webp);
}
.webp .main-carousel .carousel-item-img-33 {
  background-image: url(../images/expert-work/33.webp);
}
.webp .main-carousel .carousel-item-img-34 {
  background-image: url(../images/expert-work/34.webp);
}
.webp .main-carousel .carousel-item-img-35 {
  background-image: url(../images/expert-work/35.webp);
}
.webp .main-carousel .carousel-item-img-36 {
  background-image: url(../images/expert-work/36.webp);
}
.webp .main-carousel .carousel-item-img-37 {
  background-image: url(../images/expert-work/37.webp);
}
.webp .main-carousel .carousel-item-img-38 {
  background-image: url(../images/expert-work/38.webp);
}
.webp .main-carousel .carousel-item-img-39 {
  background-image: url(../images/expert-work/39.webp);
}
.webp .main-carousel .carousel-item-img-40 {
  background-image: url(../images/expert-work/40.webp);
}
.webp .main-carousel .carousel-item-img-41 {
  background-image: url(../images/expert-work/41.webp);
}
.webp .main-carousel .carousel-item-img-42 {
  background-image: url(../images/expert-work/42.webp);
}
.webp .main-carousel .carousel-item-img-43 {
  background-image: url(../images/expert-work/43.webp);
}
.webp .main-carousel .carousel-item-img-44 {
  background-image: url(../images/expert-work/44.webp);
}
.webp .main-carousel .carousel-item-img-45 {
  background-image: url(../images/expert-work/45.webp);
}

@media (min-width: 1900px) {
  .main-carousel .carousel-item-img-1 {
    background-image: url(../images/expert-work/1-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-2 {
    background-image: url(../images/expert-work/2-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-3 {
    background-image: url(../images/expert-work/3-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-4 {
    background-image: url(../images/expert-work/4-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-5 {
    background-image: url(../images/expert-work/5-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-6 {
    background-image: url(../images/expert-work/6-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-7 {
    background-image: url(../images/expert-work/7-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-8 {
    background-image: url(../images/expert-work/8-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-9 {
    background-image: url(../images/expert-work/9-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-10 {
    background-image: url(../images/expert-work/10-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-11 {
    background-image: url(../images/expert-work/11-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-12 {
    background-image: url(../images/expert-work/12-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-13 {
    background-image: url(../images/expert-work/13-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-14 {
    background-image: url(../images/expert-work/14-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-15 {
    background-image: url(../images/expert-work/15-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-16 {
    background-image: url(../images/expert-work/16-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-17 {
    background-image: url(../images/expert-work/17-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-18 {
    background-image: url(../images/expert-work/18-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-19 {
    background-image: url(../images/expert-work/19-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-20 {
    background-image: url(../images/expert-work/20-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-21 {
    background-image: url(../images/expert-work/21-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-22 {
    background-image: url(../images/expert-work/22-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-23 {
    background-image: url(../images/expert-work/23-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-24 {
    background-image: url(../images/expert-work/24-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-25 {
    background-image: url(../images/expert-work/25-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-26 {
    background-image: url(../images/expert-work/26-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-27 {
    background-image: url(../images/expert-work/27-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-28 {
    background-image: url(../images/expert-work/28-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-29 {
    background-image: url(../images/expert-work/29-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-30 {
    background-image: url(../images/expert-work/30-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-31 {
    background-image: url(../images/expert-work/31-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-32 {
    background-image: url(../images/expert-work/32-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-33 {
    background-image: url(../images/expert-work/33-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-34 {
    background-image: url(../images/expert-work/34-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-35 {
    background-image: url(../images/expert-work/35-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-36 {
    background-image: url(../images/expert-work/36-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-37 {
    background-image: url(../images/expert-work/37-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-38 {
    background-image: url(../images/expert-work/38-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-39 {
    background-image: url(../images/expert-work/39-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-40 {
    background-image: url(../images/expert-work/40-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-41 {
    background-image: url(../images/expert-work/41-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-42 {
    background-image: url(../images/expert-work/42-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-43 {
    background-image: url(../images/expert-work/43-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-44 {
    background-image: url(../images/expert-work/44-2x-scale-2_00x.jpg);
  }
  .main-carousel .carousel-item-img-45 {
    background-image: url(../images/expert-work/45-2x-scale-2_00x.jpg);
  }
  .webp .main-carousel .carousel-item-img-1 {
    background-image: url(../images/expert-work/1-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-2 {
    background-image: url(../images/expert-work/2-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-3 {
    background-image: url(../images/expert-work/3-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-4 {
    background-image: url(../images/expert-work/4-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-5 {
    background-image: url(../images/expert-work/5-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-6 {
    background-image: url(../images/expert-work/6-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-7 {
    background-image: url(../images/expert-work/7-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-8 {
    background-image: url(../images/expert-work/8-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-9 {
    background-image: url(../images/expert-work/9-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-10 {
    background-image: url(../images/expert-work/10-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-11 {
    background-image: url(../images/expert-work/11-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-12 {
    background-image: url(../images/expert-work/12-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-13 {
    background-image: url(../images/expert-work/13-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-14 {
    background-image: url(../images/expert-work/14-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-15 {
    background-image: url(../images/expert-work/15-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-16 {
    background-image: url(../images/expert-work/16-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-17 {
    background-image: url(../images/expert-work/17-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-18 {
    background-image: url(../images/expert-work/18-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-19 {
    background-image: url(../images/expert-work/19-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-20 {
    background-image: url(../images/expert-work/20-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-21 {
    background-image: url(../images/expert-work/21-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-22 {
    background-image: url(../images/expert-work/22-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-23 {
    background-image: url(../images/expert-work/23-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-24 {
    background-image: url(../images/expert-work/24-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-25 {
    background-image: url(../images/expert-work/25-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-26 {
    background-image: url(../images/expert-work/26-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-27 {
    background-image: url(../images/expert-work/27-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-28 {
    background-image: url(../images/expert-work/28-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-29 {
    background-image: url(../images/expert-work/29-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-30 {
    background-image: url(../images/expert-work/30-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-31 {
    background-image: url(../images/expert-work/31-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-32 {
    background-image: url(../images/expert-work/32-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-33 {
    background-image: url(../images/expert-work/33-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-34 {
    background-image: url(../images/expert-work/34-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-35 {
    background-image: url(../images/expert-work/35-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-36 {
    background-image: url(../images/expert-work/36-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-37 {
    background-image: url(../images/expert-work/37-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-38 {
    background-image: url(../images/expert-work/38-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-39 {
    background-image: url(../images/expert-work/39-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-40 {
    background-image: url(../images/expert-work/40-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-41 {
    background-image: url(../images/expert-work/41-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-42 {
    background-image: url(../images/expert-work/42-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-43 {
    background-image: url(../images/expert-work/43-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-44 {
    background-image: url(../images/expert-work/44-2x-scale-2_00x.webp);
  }
  .webp .main-carousel .carousel-item-img-45 {
    background-image: url(../images/expert-work/45-2x-scale-2_00x.webp);
  }
}
.marafon-work {
  padding-top: 115px;
  padding-bottom: 80px;
}
@media (max-width: 575.98px) {
  .marafon-work {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.marafon-work .row {
  align-items: center;
}
.marafon-work h3 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .marafon-work h3 {
    font-size: 44px;
  }
}

.marafon-work-top {
  display: flex;
  margin-bottom: 40px;
}

.marafon-work {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
.marafon-work h2 {
  max-width: 870px;
  margin: 0 auto;
  line-height: 63px;
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .marafon-work h2 {
    line-height: 42px !important;
    margin-bottom: 30px;
  }
}
.marafon-work-row {
  align-items: center;
}
@media (max-width: 575.98px) {
  .marafon-work-row {
    justify-content: space-around;
  }
}
.marafon-work-item {
  margin-bottom: 25px;
}

.materials {
  background-image: url(../images/materials/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 235px;
}
@media (max-width: 991.98px) {
  .materials {
    padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .materials {
    padding-top: 50px !important;
    padding-bottom: 260px !important;
  }
}
.materials h2 {
  padding-bottom: 135px;
  max-width: 998px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .materials h2 {
    text-align: center;
    padding-bottom: 20px;
  }
}
.materials-text {
  margin-top: 50px;
  font-size: 23px;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  .materials-text {
    margin-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .materials-text {
    font-size: 22px;
    line-height: 28px;
  }
}
.materials-text p {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .materials-text p {
    margin-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .materials-text p {
    font-size: 22px;
  }
}
.materials-row {
  justify-content: space-between;
}
.materials img {
  max-width: 136%;
  margin-top: -160px;
  margin-left: -120px;
}
@media (max-width: 1199.98px) {
  .materials img {
    max-width: 140%;
    margin-left: -118px;
    margin-top: -152px;
  }
}
@media (max-width: 991.98px) {
  .materials img {
    margin-top: -60px !important;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .materials img {
    margin-top: -25px !important;
  }
}
.materials .row-z {
  z-index: 10;
  position: sticky;
}
.materials-bg {
  position: absolute;
  max-width: 1388px !important;
  z-index: 5;
  left: -467px;
  top: -210px;
  margin: 0 !important;
  display: none;
}
@media (max-width: 991.98px) {
  .materials .button {
    margin: 0 auto;
  }
}

.webp .materials {
  background-image: url("../images/materials/bg.webp");
}

@media (min-width: 1900px) {
  .materials {
    background-image: url("../images/materials/bg-2x-scale-2_00x.jpg");
  }
  .webp .materials {
    background-image: url("../images/materials/bg-2x-scale-2_00x.webp");
  }
}
.materials-transition {
  z-index: 9;
  position: sticky;
  margin-top: -308px;
  margin-bottom: -165px;
  height: 174px !important;
}

.subscribe-screen {
  background-image: url(../images/subscribe-screen/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 850px;
  padding-top: 240px;
  z-index: 7;
  position: sticky;
}
@media (max-width: 991.98px) {
  .subscribe-screen {
    background-image: url(../images/subscribe-screen/bg-mobile.jpg);
    text-align: center;
    min-height: unset;
    padding-bottom: 100px !important;
    padding-top: 209px !important;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen {
    padding-top: 185px !important;
  }
}
.subscribe-screen .sub {
  margin-bottom: 55px;
  font-size: 22px;
  line-height: normal;
  max-width: unset !important;
}
.subscribe-screen h2 {
  font-size: 92px;
  line-height: 94px;
  text-align: left;
  text-transform: uppercase;
  color: #f35361;
}
@media (max-width: 1199.98px) {
  .subscribe-screen h2 {
    font-size: 84px;
    line-height: 85px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen h2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen h2 {
    font-size: 70px !important;
    line-height: 72px !important;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen h2 {
    font-size: 57px !important;
    line-height: 61px !important;
  }
}
@media (max-width: 400px) {
  .subscribe-screen h2 {
    font-size: 43px !important;
    line-height: 49px !important;
    margin-top: 20px;
  }
}
.subscribe-screen h2 span {
  font-size: 50px;
  margin-top: -10px;
  display: block;
  text-transform: capitalize;
  color: #499441;
}
@media (max-width: 1199.98px) {
  .subscribe-screen h2 span {
    font-size: 45px !important;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen h2 span {
    font-size: 40px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen h2 span {
    font-size: 33px !important;
    line-height: 44px !important;
    display: block;
    margin-top: 23px;
    margin-bottom: 40px;
  }
}
@media (max-width: 400px) {
  .subscribe-screen h2 span {
    font-size: 35px !important;
    line-height: 38px !important;
    margin-top: 18px;
  }
}
.subscribe-screen-butterfly {
  position: absolute;
  max-width: 110px;
  top: 96px;
  left: 596px;
}
@media (max-width: 1199.98px) {
  .subscribe-screen-butterfly {
    top: 79px;
    left: 462px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen-butterfly {
    top: 743px;
    left: 135px;
    z-index: 15;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen-butterfly {
    top: 717px;
    left: 20px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen-butterfly {
    display: none;
  }
}
.subscribe-screen p {
  font-size: 25px;
  line-height: normal;
  max-width: 400px;
  margin-top: 35px;
}
@media (max-width: 991.98px) {
  .subscribe-screen p {
    text-align: center;
    max-width: unset;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen p {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen p {
    font-size: 22px;
    line-height: 30px;
  }
}
.subscribe-screen p span {
  color: #85009a;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .subscribe-screen p span {
    display: block;
  }
}
.subscribe-screen-row {
  justify-content: space-between;
}
.subscribe-screen .subscribe {
  position: relative;
  background-color: #ffffff;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 0px 10px 30px 10px;
  min-height: 355px;
  max-width: 391px;
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .subscribe-screen .subscribe {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen .subscribe {
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen .subscribe {
    padding: 0px 0 20px 0;
    min-height: 327px;
  }
}
.subscribe-screen-mobile img {
  max-width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .subscribe-screen-mobile img {
    max-width: 60%;
    margin-top: -10px;
    margin-bottom: 27px;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen-mobile img {
    max-width: 85%;
    margin-top: -20px;
    margin-bottom: -10px;
  }
}
@media (max-width: 419.98px) {
  .subscribe-screen-mobile img {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen-arrow {
    display: none;
  }
}
.subscribe-screen-arrow img {
  position: absolute;
  max-width: 83px;
  left: 319px;
  top: 18px;
}
@media (max-width: 1199.98px) {
  .subscribe-screen-arrow img {
    left: 295px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen-bonus {
    display: none;
  }
}
.subscribe-screen-bonus img {
  position: absolute;
  max-width: 324px;
  left: 388px;
  top: -135px;
}
@media (max-width: 1199.98px) {
  .subscribe-screen-bonus img {
    left: 348px;
  }
}

.webp .subscribe-screen {
  background-image: url("../images/subscribe-screen/bg.webp");
}
@media (max-width: 991.98px) {
  .webp .subscribe-screen {
    background-image: url(../images/subscribe-screen/bg-mobile.webp);
  }
}

@media (min-width: 1900px) {
  .subscribe-screen {
    background-image: url("../images/subscribe-screen/bg-2x-scale-2_00x.jpg");
  }
  .webp .subscribe-screen {
    background-image: url("../images/subscribe-screen/bg-2x-scale-2_00x.webp");
  }
}
footer {
  background-color: #2a4128 !important;
  font-size: 16px;
  padding: 40px 0;
}
footer a {
  color: white !important;
}
footer p {
  color: white !important;
}
footer a:hover {
  text-decoration: none;
  color: white !important;
}/*# sourceMappingURL=style.css.map */