@font-face {
  font-family: "OBELIX";
  src: url("../fonts/OBELIX.TTF");
  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: 73px;
  color: #5c5c5c;
  font-family: "OBELIX";
  font-weight: 400;
  font-size: 50px;
}
@media (max-width: 991.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 42px !important;
    line-height: 61px !important;
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 34px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 575.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
}
@media (max-width: 419.98px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5 {
    font-size: 26px !important;
    line-height: 41px !important;
    letter-spacing: -1.1px !important;
  }
}
main h1 span,
main h2 span,
main h3 span,
main h4 span,
main h5 span {
  font-family: "OBELIX";
  font-weight: 400;
  color: #e8a80d;
}

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: #f19e3c;
  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: #F19E3D;
  background: radial-gradient(at right center, #F19E3D, #FCC774);
  border-bottom: 4px solid #e6a33b;
  box-shadow: inset 0px -2px 0px #e6a33b;
  border-radius: 80px;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #99671d;
  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: #99671d;
  text-decoration: none;
  background: #F19E3D;
  background: radial-gradient(at center, #F19E3D, #FCC774);
}
@media (max-width: 575.98px) {
  .button,
  button .why,
  button .materials {
    margin: 0 auto;
    font-size: 19px;
    padding: 26px 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-body {
  padding: 0 !important;
  display: flex;
  align-items: center;
  padding-bottom: 25px !important;
}

@media (max-width: 575.98px) {
  .modal-dialog {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.modal-content {
  height: 375px;
}
@media (max-width: 436px) {
  .modal-content {
    height: 400px;
  }
}

.modal-close {
  font-size: 31px;
  background: 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: 1199.98px) {
  .header {
    background-position: 39.1% center;
  }
}
@media (max-width: 991.98px) {
  .header {
    text-align: center;
    max-height: unset;
    padding-bottom: 70px;
    background-position: center center;
    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: 20px;
  font-size: 22px;
  line-height: normal;
}
@media (min-width: 1199.98px) {
  .header .container {
    padding-left: 0px;
  }
}
.header h1 {
  font-size: 75px;
  line-height: 103px;
  text-align: left;
  text-transform: uppercase;
  color: #e8a80d;
  margin-bottom: 35px;
  background: url("../images/typography/bg__text.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199.98px) {
  .header h1 {
    font-size: 63px;
    line-height: 94px;
  }
}
@media (max-width: 991.98px) {
  .header h1 {
    text-align: center;
    font-size: 50px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 767.98px) {
  .header h1 {
    font-size: 49px !important;
    line-height: 72px !important;
  }
}
@media (max-width: 575.98px) {
  .header h1 {
    font-size: 42px !important;
    line-height: 61px !important;
  }
}
@media (max-width: 419.98px) {
  .header h1 {
    font-size: 33px !important;
    line-height: 49px !important;
    margin-top: 20px;
  }
}
.header #sub_span {
  font-family: "OBELIX";
  font-weight: 400;
  color: #e8a80d;
  font-size: 35px;
  margin-top: -10px;
  margin-bottom: 30px;
  display: block;
  text-transform: capitalize;
  color: #e8a80d;
}
@media (max-width: 767.98px) {
  .header #sub_span {
    font-size: 36px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .header #sub_span {
    font-size: 30px !important;
    line-height: 44px !important;
    display: block;
    margin-top: 23px;
    margin-bottom: 40px;
  }
}
@media (max-width: 419.98px) {
  .header #sub_span {
    font-size: 25px !important;
    line-height: 38px !important;
    margin-top: -10px;
  }
}
.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: #e8a80d;
  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: 75px;
  left: 438px;
  top: -80px;
}
.header-bonus img {
  position: absolute;
  max-width: 396px;
  left: 355px;
  top: -9px;
}
@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 30px 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;
}
@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: 40px;
}
@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-number {
  font-family: "OBELIX";
  color: #e8a80d;
  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: 27px 0px 24px 0px;
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
    font-size: 22px;
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .marafon-number {
    text-align: center;
  }
}
.marafon-number span {
  z-index: 2;
  position: relative;
  margin-left: -13px;
}
@media (max-width: 575.98px) {
  .marafon-number span {
    margin: 0 auto;
  }
}
.marafon-number img {
  position: absolute;
  max-width: 161px;
  border-radius: 0;
  left: -20px;
  top: -54px;
}
@media (max-width: 1199.98px) {
  .marafon-number img {
    top: -16px;
  }
}
@media (max-width: 991.98px) {
  .marafon-number img {
    left: 267px;
  }
}
@media (max-width: 767.98px) {
  .marafon-number img {
    left: 176px;
  }
}
@media (max-width: 575.98px) {
  .marafon-number img {
    display: none;
  }
}
.marafon-title {
  font-family: "OBELIX";
  color: #5c5c5c;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 35px;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .marafon-title {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .marafon-title {
    font-size: 25px;
    line-height: 36px;
    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: 50px;
  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;
  }
}

.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: 38px !important;
    line-height: 59px !important;
  }
}
@media (max-width: 767.98px) {
  .greeting h2 {
    font-size: 34px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 575.98px) {
  .greeting h2 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
}
@media (max-width: 419.98px) {
  .greeting h2 {
    font-size: 26px !important;
    line-height: 41px !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: 50px;
}
@media (max-width: 1199.98px) {
  .bonus {
    padding-bottom: 110px;
  }
}
@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 .row {
  align-items: center;
}
.bonus h2 {
  z-index: 10;
  max-width: 1026px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .bonus h2 {
    font-size: 38px !important;
    line-height: 59px !important;
  }
}
@media (max-width: 767.98px) {
  .bonus h2 {
    font-size: 34px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 575.98px) {
  .bonus h2 {
    font-size: 30px !important;
    line-height: 46px !important;
  }
}
@media (max-width: 419.98px) {
  .bonus h2 {
    font-size: 26px !important;
    line-height: 41px !important;
    letter-spacing: -1.1px !important;
  }
}
.bonus-img {
  margin-top: 18px;
  margin-left: 90px;
  max-width: 102%;
}
@media (max-width: 1199.98px) {
  .bonus-img {
    margin-left: 52px;
    max-width: 102%;
    margin-top: 81px;
  }
}
@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 {
    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: 1199.98px) {
  .expert {
    padding-top: 55px;
  }
}
@media (max-width: 991.98px) {
  .expert {
    overflow: hidden;
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .expert {
    padding-top: 10px;
  }
}
@media (max-width: 575.98px) {
  .expert {
    background-position: center center;
    padding-top: 0 !important;
    margin-top: -30px;
  }
}
.expert h3 {
  margin-bottom: 45px;
  text-align: left;
  margin-top: 38px;
}
@media (max-width: 991.98px) {
  .expert h3 {
    text-align: center;
  }
}
.expert-img {
  max-width: 546px;
  margin-top: -92px;
  margin-left: -44px;
}
@media (max-width: 1199.98px) {
  .expert-img {
    max-width: 498px;
    margin-top: -40px;
    margin-left: -75px;
  }
}
@media (max-width: 991.98px) {
  .expert-img {
    max-width: 65%;
    display: flex;
    margin: 0 auto;
  }
}
@media (max-width: 575.98px) {
  .expert-img {
    max-width: 100%;
  }
}
.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 ul li {
  margin-bottom: 13px !important;
  font-size: 20px;
  max-width: 510px;
}
.expert .button {
  margin-top: -170px;
}
@media (max-width: 1199.98px) {
  .expert .button {
    margin-top: -132px;
  }
}
@media (max-width: 991.98px) {
  .expert .button {
    margin: 0 auto;
    margin-top: -35px;
    z-index: 15;
    position: sticky;
  }
}

#example-expert {
  -position-x: revert;
  margin-top: -85px;
  z-index: 9;
  position: sticky;
  padding-top: 0px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  #example-expert {
    padding-top: 60px;
    margin-top: 0;
    padding-bottom: 80px;
  }
}
#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: #e8a80d;
}

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

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

@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);
  }
  .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);
  }
}
.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 {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 235px;
}
@media (max-width: 991.98px) {
  .materials {
    padding-top: 50px;
  }
}
@media (max-width: 575.98px) {
  .materials {
    padding-top: 50px !important;
    padding-bottom: 260px !important;
  }
}
.materials h2 {
  margin-bottom: 75px !important;
  max-width: 998px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .materials h2 {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 575.98px) {
  .materials h2 {
    margin-bottom: 20px !important;
  }
}
.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: -10px;
  }
}
@media (max-width: 575.98px) {
  .materials-text p {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.materials-img {
  max-width: 620px;
  margin-top: -68px;
  margin-left: 43px;
}
@media (max-width: 991.98px) {
  .materials-img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.materials .materials__mobile-img {
  border: 15px solid white;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  max-width: 410px;
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 450px) {
  .materials .materials__mobile-img {
    max-width: 90%;
  }
}
.materials-row {
  justify-content: space-between;
}
.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;
  }
}

.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: 69px;
  line-height: 99px;
  text-align: left;
  text-transform: uppercase;
  color: #e8a80d;
  margin-bottom: 35px;
  background: url("../images/typography/bg__text.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1199.98px) {
  .subscribe-screen h2 {
    font-size: 58px;
    line-height: 86px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-screen h2 {
    text-align: center;
    font-size: 50px !important;
    line-height: 70px !important;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen h2 {
    font-size: 49px !important;
    line-height: 72px !important;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen h2 {
    font-size: 42px !important;
    line-height: 61px !important;
  }
}
@media (max-width: 419.98px) {
  .subscribe-screen h2 {
    font-size: 33px !important;
    line-height: 49px !important;
    margin-top: 20px;
  }
}
.subscribe-screen #sub_span {
  font-family: "OBELIX";
  font-weight: 400;
  color: #e8a80d;
  font-size: 35px;
  margin-top: -10px;
  margin-bottom: 30px;
  display: block;
  text-transform: capitalize;
  color: #e8a80d;
}
@media (max-width: 1199.98px) {
  .subscribe-screen #sub_span {
    font-size: 35px;
    z-index: 9;
    position: sticky;
  }
}
@media (max-width: 767.98px) {
  .subscribe-screen #sub_span {
    font-size: 36px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-screen #sub_span {
    font-size: 30px !important;
    line-height: 44px !important;
    display: block;
    margin-top: 23px;
    margin-bottom: 40px;
  }
}
@media (max-width: 419.98px) {
  .subscribe-screen #sub_span {
    font-size: 25px !important;
    line-height: 38px !important;
    margin-top: -10px;
  }
}
.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 30px 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 .streak {
    display: none;
  }
}
.subscribe-screen .streak img {
  position: absolute;
  max-width: 260px;
  margin-top: 103px;
  margin-left: -216px;
  rotate: -52deg;
}
@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: 340px;
  left: 368px;
  top: -167px;
}
@media (max-width: 1199.98px) {
  .subscribe-screen-bonus img {
    left: 320px;
  }
}

.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: #5c5c5c !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 */