#main-footer .wrapper-content--background img, #main-footer .wrapper-content--background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#main-footer a.wrapper-content--background {
  text-indent: -999px;
  overflow: hidden;
}

#main-footer button.wrapper-content--background {
  text-indent: -999px;
  overflow: hidden;
}

/**
* Base.
*/
html {
  font-size: 0.0694444444vw;
}
@media (min-width: 1700px) {
  html {
    font-size: 0.0520833333vw;
  }
}
@media (max-width: 1023px) {
  html {
    font-size: 0.1428571429vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 0.25vw;
  }
}

body {
  position: relative;
  font-family: "Metropolis";
  font-size: 1rem;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::before {
  content: "";
  background-color: black;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms;
}
body.shadow {
  width: 100%;
  overflow: hidden;
}
body.shadow::before {
  opacity: 0.6;
  pointer-events: initial;
}

.container {
  width: 100%;
  max-width: 1255rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
}

* {
  font-family: "Metropolis";
  font-display: swap;
  line-height: 100%;
  text-decoration: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
  list-style-type: none;
}

s {
  text-decoration: none;
  display: inline-block;
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

form {
  font-family: "Metropolis";
}
form input {
  line-height: initial;
}
form input,
form textarea,
form select {
  outline: none !important;
}
form input:active, form input:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  outline: none !important;
}

a,
a:link,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none !important;
  outline: none !important;
}

button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

button,
button:active,
button:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 100%;
  margin: 0;
}

ul,
ol {
  margin: 0;
  list-style-type: none;
}

label {
  font-weight: normal;
}

@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/Metropolis-Bold.woff2") format("woff2"), url("../../assets/fonts/Metropolis-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/Metropolis-Black.woff2") format("woff2"), url("../../assets/fonts/Metropolis-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/Metropolis-Medium.woff2") format("woff2"), url("../../assets/fonts/Metropolis-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/Metropolis-ExtraLight.woff2") format("woff2"), url("../../assets/fonts/Metropolis-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/Metropolis-ExtraBold.woff2") format("woff2"), url("../../assets/fonts/Metropolis-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/Metropolis-Light.woff2") format("woff2"), url("../../assets/fonts/Metropolis-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/Metropolis-SemiBold.woff2") format("woff2"), url("../../assets/fonts/Metropolis-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/Metropolis-Regular.woff2") format("woff2"), url("../../assets/fonts/Metropolis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../../assets/fonts/Metropolis-Thin.woff2") format("woff2"), url("../../assets/fonts/Metropolis-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Next Southerland Script DEMO";
  src: url("../../assets/fonts/NextSoutherlandScriptDEMO.woff2") format("woff2"), url("../../assets/fonts/NextSoutherlandScriptDEMO.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 44rem;
  padding: 0 20rem;
  border-radius: 50px;
}
.button::before {
  content: "";
  position: absolute;
  top: 8rem;
  right: 8rem;
  bottom: 8rem;
  width: 40rem;
  border-radius: 50px;
  z-index: 1;
}
.button span {
  font-size: 16rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.button svg {
  position: relative;
  margin-left: 26rem;
  margin-right: -4rem;
  z-index: 2;
}
.button-red {
  background-color: #e4515d;
}
.button-red::before {
  background-color: white;
}
.button-red span {
  color: white;
}
.button-blue {
  background-color: #5f73b4;
}
.button-blue::before {
  background-color: white;
}
.button-blue span {
  color: white;
}
.button-orange {
  background-color: #d26e42;
}
.button-orange::before {
  background-color: white;
}
.button-orange span {
  color: white;
}

.appear-fade,
.appear-fade-horizontal,
.appear-fade-vertical {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 2.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.appear-fade.appear,
.appear-fade-horizontal.appear,
.appear-fade-vertical.appear {
  opacity: 1;
  transform: translate(0, 0);
}

.appear-fade-vertical {
  transform: translate(0, 15px);
}

.appear-fade-horizontal {
  transform: translate(15px, 0);
}

[rel=lazy_load] {
  overflow: hidden;
}
@keyframes lazy_load {
  0% {
    transform: scaleX(0);
    transform-origin: 0% 50%;
  }
  50% {
    transform: scaleX(1);
    transform-origin: 0% 50%;
  }
  50.1% {
    transform: scaleX(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}
[rel=lazy_load]:not(.no-animate) img {
  z-index: 1;
  transform-origin: 25% 25%;
  opacity: 0;
  transform: scale(1.08);
  transition-property: opacity, transform;
  transition-duration: 2s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
[rel=lazy_load].no-animate img {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}
[rel=lazy_load].loaded:not(.no-animate) img {
  opacity: 1;
  transform: scale(1);
}
[rel=lazy_load].loaded.no-animate img {
  opacity: 1;
}

.screen-progress {
  background-color: #610081;
  text-align: center;
  border-radius: 4px;
  min-width: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 210;
  margin-top: 15px;
  padding: 30px;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: background-color 0.5s cubic-bezier(0, 0, 0.3, 1), margin-top 0.7s cubic-bezier(0.5, 0, 0, 1), opacity 0.7s cubic-bezier(0, 0, 0.3, 1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .screen-progress {
    padding: 30px 10px;
  }
}
.screen-progress.open {
  margin-top: 0;
  opacity: 1;
}
.screen-progress .screen-message,
.screen-progress .progress-message {
  color: white;
  font-size: 16px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  transition: color 0.5s cubic-bezier(0, 0, 0.3, 1);
}
.screen-progress .spinner,
.screen-progress .progress-spinner {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.screen-progress .spinner span,
.screen-progress .progress-spinner span {
  background-color: white;
  border-radius: 50%;
  display: block;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
  opacity: 0;
  transform: scale(0);
  animation: spinner_progress 1.5s infinite;
}
@keyframes spinner_progress {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.screen-progress .spinner span:nth-child(2),
.screen-progress .progress-spinner span:nth-child(2) {
  animation-delay: 0.5s;
}

/** Transition slide. */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  animation-name: fade-in;
  animation-fill-mode: forwards;
  animation-duration: 1000ms;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  animation-name: fade-out;
  animation-fill-mode: forwards;
  animation-duration: 1000ms;
}

/**
* Globals.
*/
#main-header {
  position: absolute;
  top: 40rem;
  left: 0;
  right: 45rem;
  z-index: 50;
}
#main-header .wrapper {
  display: flex;
  justify-content: flex-end;
}
#main-header .wrapper-cta a {
  color: white;
  font-size: 14rem;
  font-weight: normal;
}

#main-footer {
  position: relative;
  padding: 85rem 0 50rem;
  background-color: #42005e;
}
#main-footer .wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#main-footer .wrapper-content {
  position: relative;
  padding: 25rem 25rem 0;
  width: 370rem;
}
@media (max-width: 767px) {
  #main-footer .wrapper-content {
    width: 100%;
  }
}
#main-footer .wrapper-content--background {
  overflow: hidden;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
#main-footer .wrapper-content--flex {
  position: relative;
  display: inline-flex;
  align-items: flex-end;
  z-index: 2;
}
#main-footer .wrapper-content--flex .left {
  margin-right: 25rem;
  padding-bottom: 25rem;
}
#main-footer .wrapper-content--flex .left-title {
  color: black;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}
#main-footer .wrapper-content--flex .left-title strong {
  font-weight: 900;
}
#main-footer .wrapper-content--flex .left-description {
  margin: 10rem 0 20rem;
}
#main-footer .wrapper-content--flex .left-description p {
  font-size: 18rem;
  font-weight: 900;
  background: -webkit-linear-gradient(left, #5b0083, #9600d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}
#main-footer .wrapper-content--flex .left-description p strong {
  font-weight: normal;
}
#main-footer .wrapper-content--flex .left-social ul {
  display: flex;
  align-items: center;
}
#main-footer .wrapper-content--flex .left-social ul li:not(:last-child) {
  margin-right: 20rem;
}
#main-footer .wrapper-content--flex .right-image {
  position: relative;
  margin-bottom: -1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#main-footer .wrapper-content--flex .right-image img {
  display: block;
}
#main-footer .wrapper-copyright {
  margin-top: 70rem;
}
#main-footer .wrapper-copyright p {
  color: white;
  font-size: 12rem;
  font-weight: normal;
}

/**
* Modals.
*/
/*# sourceMappingURL=main.min.css.map */
