html {
  overflow-x: hidden;
}

body {
  background-color: #001193;
  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: contain;
  background-position: right center;
  position: relative;
}
@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.png?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
body::before {
  content: " ";
  position: absolute;
  background-image: -webkit-image-set(url("./images/b-top-left.webp?v1.0.0") 1x);
  background-image: url("./images/b-top-left.png?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  top: 0;
  z-index: 2;
  height: 20vh;
  left: 0;
}
@media screen and (max-width: 768px) {
  body::before {
    background-image: -webkit-image-set(url("./images/b-top-left-m.webp?v1.0.0") 1x);
    background-image: url("./images/b-top-left-m.png?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
  }
}
body::after {
  content: " ";
  position: absolute;
  background-image: -webkit-image-set(url("./images/b-bottom-right.webp?v1.0.0") 1x);
  background-image: url("./images/b-bottom-right.png?v1.0.0");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  bottom: 0;
  z-index: 2;
  height: 50vh;
  right: 0;
}
@media screen and (max-width: 768px) {
  body::after {
    background-image: -webkit-image-set(url("./images/b-bottom-right-m.webp?v1.0.0") 1x);
    background-image: url("./images/b-bottom-right-m.png?v1.0.0");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 150px;
    height: 200px;
  }
}
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 a.cta {
  background-color: #ff7000;
  border-radius: 5px;
  cursor: pointer;
  width: 45%;
  z-index: 9;
}
@media screen and (max-width: 575px) {
  .page-landing a.cta {
    width: 60%;
  }
}
.page-landing a.cta span {
  color: #ffffff;
  font-size: 1.6rem;
  animation: spanAnimation 3s infinite;
}
@media screen and (max-width: 575px) {
  .page-landing a.cta span {
    font-size: 1.1rem;
  }
}
.page-landing a.cta span:before {
  content: "\f061";
  font-size: 1rem;
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  top: 24px;
  color: #ffffff;
  right: 0;
  transition: all 0.1s ease 0s;
  animation: beforeAnimation 3s infinite;
}
@media screen and (max-width: 575px) {
  .page-landing a.cta span:before {
    top: 16px;
  }
}
.page-landing a.cta:hover {
  box-shadow: 0px 0px 55px 0px #ff7000;
  transform: scale(1.1);
}
@keyframes spanAnimation {
  0%, 100% {
    padding-right: 1rem;
  }
  50% {
    padding-right: 2.5rem;
  }
}
@keyframes beforeAnimation {
  0%, 100% {
    right: 1rem;
  }
  50% {
    right: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .page-landing .ambassador::before {
    content: " ";
    position: absolute;
    background: linear-gradient(45deg, rgb(0, 17, 147) 0%, rgba(238, 130, 238, 0) 15%, rgba(238, 130, 238, 0) 100%);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .page-landing .ambassador::after {
    content: " ";
    position: absolute;
    background: linear-gradient(0deg, rgb(0, 17, 147) 70%, rgba(238, 130, 238, 0) 100%);
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
.page-landing .ambassador .model {
  bottom: 0;
  width: 52%;
  right: 7%;
  animation: animateShadow 5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .page-landing .ambassador .model {
    position: relative !important;
    width: 100%;
    right: 0;
    transform: scale(1.1);
  }
}
@keyframes animateShadow {
  0% {
    filter: drop-shadow(1px 1px 15px #af4896);
    will-change: filter;
  }
  50% {
    filter: drop-shadow(1px 1px 15px transparent);
    will-change: filter;
  }
  100% {
    filter: drop-shadow(1px 1px 15px #af4896);
    will-change: filter;
  }
}
.page-landing .ambassador .footer-m {
  z-index: 2;
}/*# sourceMappingURL=style.css.map */