body {
  background-color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 400;
  color: #000;
  overflow-x: hidden;
  background-image: -webkit-image-set(url("./images/background.webp?v1.0.0") 1x);
  background-image: url("./images/background.jpg?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  body {
    background-image: -webkit-image-set(url("./images/background-m.webp?v1.0.0") 1x);
    background-image: url("./images/background-m.jpg?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
body::before {
  content: " ";
  position: absolute;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(0, 0, 0, 0.9) 100%);
  width: 100%;
  height: 100%;
  position: fixed;
}
@media screen and (max-width: 575px) {
  body::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0, 0.9) 100%);
  }
}
body a, body button {
  text-decoration: none;
  transition: all 0.5s ease-in-out !important;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-weight: 500;
}
body img {
  -o-object-fit: cover;
     object-fit: cover;
}
body section {
  overflow-x: hidden;
}

.page-landing .page-text {
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .page-landing .page-text {
    height: 50vh;
  }
}
.page-landing .page-text .cta {
  background: transparent;
  outline: none;
  border: none;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.page-landing .page-text .cta:hover {
  opacity: 0.65;
}
.page-landing .payment {
  bottom: 0;
}
.page-landing .page-ambassador {
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page-landing .page-ambassador {
    overflow-x: hidden;
    height: 50vh;
  }
}
.page-landing .page-ambassador .signature {
  right: 5%;
  bottom: 5%;
  animation: flash 8s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .page-ambassador .signature {
    right: -10%;
    bottom: 10%;
  }
}
@media screen and (max-width: 575px) {
  .page-landing .page-ambassador .signature img {
    width: 220px;
  }
}
@keyframes flash {
  50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.page-landing .element-1 {
  bottom: 15%;
  left: -7%;
  animation: element-1 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .element-1 {
    left: -5%;
  }
  .page-landing .element-1 img {
    width: 70px;
  }
}
@keyframes element-1 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(-25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.page-landing .element-2 {
  top: 30%;
  left: 0%;
  animation: element-2 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .element-2 {
    position: fixed !important;
    top: 50%;
  }
  .page-landing .element-2 img {
    width: 180px;
  }
}
@keyframes element-2 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(-25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.page-landing .element-3 {
  top: 10%;
  right: 5%;
  animation: element-3 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .element-3 {
    position: fixed !important;
    top: unset;
    bottom: 45%;
  }
  .page-landing .element-3 img {
    width: 110px;
  }
}
@keyframes element-3 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(25px, 25px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.page-landing .element-4 {
  top: 3%;
  right: 30%;
  animation: element-4 4s ease-in-out infinite;
}
@media screen and (max-width: 575px) {
  .page-landing .element-4 {
    position: fixed !important;
    top: 38%;
    right: 5%;
  }
  .page-landing .element-4 img {
    width: 50px;
  }
}
@keyframes element-4 {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(5px, 5px);
  }
  100% {
    transform: translate(0, 0px);
  }
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}/*# sourceMappingURL=style.css.map */