#page-home .section-hero .flex-wrapper .card-block--cta_link, #page-home .section-hero .flex-wrapper .card-block--background img, #page-home .section-hero .flex-wrapper .card-block--background, #page-home .section-hero .flex-wrapper .card-block--video video, #page-home .section-hero .flex-wrapper .card-block--video, #page-home .section-hero .background img, #page-home .section-hero .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-home .section-hero .flex-wrapper a.card-block--cta_link, #page-home .section-hero .flex-wrapper a.card-block--background, #page-home .section-hero .flex-wrapper a.card-block--video, #page-home .section-hero a.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-home .section-hero .flex-wrapper button.card-block--cta_link, #page-home .section-hero .flex-wrapper button.card-block--background, #page-home .section-hero .flex-wrapper button.card-block--video, #page-home .section-hero button.background {
  text-indent: -999px;
  overflow: hidden;
}

#main-header {
  position: absolute;
  padding: 40rem 50rem !important;
}
@media (max-width: 1023px) {
  #main-header {
    padding: 30rem 20px !important;
  }
}
#main-header::before {
  display: none;
}
#main-header .flex-wrapper {
  justify-content: space-between;
}
#main-header .flex-wrapper .left {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#main-header .flex-wrapper .right-menu {
  display: none;
}

#page-home {
  background-color: #000618;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-home .section-hero {
  padding: 85rem 0 100rem;
  position: relative;
}
@media (max-width: 1023px) {
  #page-home .section-hero {
    padding: 25rem 0 150rem;
  }
}
#page-home .section-hero .background {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
#page-home .section-hero .background::after {
  content: "";
  background-image: linear-gradient(to top, #000618, rgba(0, 6, 24, 0));
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300rem;
  z-index: 2;
}
#page-home .section-hero .background img {
  z-index: 1;
}
#page-home .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-home .section-hero .wrapper {
  text-align: center;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper {
    text-align: left;
  }
}
#page-home .section-hero .wrapper-logo img {
  width: 200rem;
  height: unset;
}
#page-home .section-hero .wrapper-small {
  background: -webkit-linear-gradient(left, #ffb700, #fffb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 20rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-small {
    font-size: 14rem;
    line-height: 18rem;
    max-width: 150rem;
  }
}
#page-home .section-hero .flex-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 80rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 120rem;
  }
}
@media (max-width: 767px) {
  #page-home .section-hero .flex-wrapper {
    margin-top: 80rem;
  }
}
#page-home .section-hero .flex-wrapper .card {
  position: relative;
  text-align: center;
  width: calc(50% - 16rem);
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .card {
    width: 100%;
    max-width: 400rem;
  }
  #page-home .section-hero .flex-wrapper .card:not(:last-child) {
    margin-bottom: 75rem;
  }
}
#page-home .section-hero .flex-wrapper .card-block {
  position: relative;
  width: 100%;
  height: 365rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .card-block {
    height: 220rem;
  }
}
#page-home .section-hero .flex-wrapper .card-block--video {
  background: linear-gradient(115deg, rgba(9, 24, 69, 0.6) -22.69%, rgba(3, 10, 32, 0.6) 66%), linear-gradient(115deg, #091845 -22.69%, #030a20 66%);
  border-radius: 44px;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
#page-home .section-hero .flex-wrapper .card-block--video video {
  opacity: 0.3;
  mix-blend-mode: exclusion;
  transform: scale(1.01);
}
#page-home .section-hero .flex-wrapper .card-block--countries {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0 0 44px 44px;
  overflow: hidden;
  z-index: 2;
}
#page-home .section-hero .flex-wrapper .card-block--countries img {
  width: 100%;
}
#page-home .section-hero .flex-wrapper .card-block--background {
  border-radius: 44px;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
#page-home .section-hero .flex-wrapper .card-block--blur {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0 0 44px 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
#page-home .section-hero .flex-wrapper .card-block--blur img {
  width: 150%;
}
#page-home .section-hero .flex-wrapper .card-block--cards {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .card-block--cards {
    transform: scale(0.6) translateY(80rem);
  }
}
#page-home .section-hero .flex-wrapper .card-block--cards .item {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#page-home .section-hero .flex-wrapper .card-block--cards .item.appear {
  transform: translateX(-50%);
}
@keyframes hero_card {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
#page-home .section-hero .flex-wrapper .card-block--cards .item img {
  height: unset;
  animation-name: hero_card;
  animation-duration: 5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .flex-wrapper .card-block--cards .item:nth-child(1) {
  top: -270rem;
  left: calc(50% - 70rem);
  z-index: 3;
}
#page-home .section-hero .flex-wrapper .card-block--cards .item:nth-child(1) img {
  width: 383rem;
  transform-origin: 65% 100%;
}
#page-home .section-hero .flex-wrapper .card-block--cards .item:nth-child(2) {
  top: -275rem;
  left: calc(50% - 10rem);
  z-index: 2;
}
#page-home .section-hero .flex-wrapper .card-block--cards .item:nth-child(2) img {
  width: 370rem;
  transform-origin: 55% 100%;
  animation-delay: 0.5s;
}
#page-home .section-hero .flex-wrapper .card-block--cards .item:nth-child(3) {
  top: -345rem;
  left: calc(50% + 60rem);
  z-index: 1;
}
#page-home .section-hero .flex-wrapper .card-block--cards .item:nth-child(3) img {
  width: 520rem;
  transform-origin: 57% 100%;
  animation-delay: 1s;
}
#page-home .section-hero .flex-wrapper .card-block--logo {
  position: relative;
  margin-bottom: 20rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 4;
}
#page-home .section-hero .flex-wrapper .card-block--logo img {
  width: 244rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .card-block--logo img {
    width: 230rem;
  }
}
#page-home .section-hero .flex-wrapper .card-block--description {
  position: relative;
  margin-bottom: 40rem;
  z-index: 4;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .card-block--description {
    margin-bottom: 20rem;
  }
}
#page-home .section-hero .flex-wrapper .card-block--description p {
  color: white;
  font-size: 14rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .card-block--description p {
    font-size: 13rem;
  }
}
#page-home .section-hero .flex-wrapper .card-block--cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin-bottom: -40rem;
  height: 80rem;
  padding: 0 32rem;
  border-radius: 32px;
  background-image: linear-gradient(to left, rgba(0, 7, 72, 0.3) 0%, rgba(44, 157, 243, 0.3) 100%);
  backdrop-filter: blur(10px);
  z-index: 4;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .card-block--cta {
    width: 230rem;
    height: 52rem;
    padding: 0 20rem;
    border-radius: 16px;
    margin-bottom: -26rem;
  }
}
#page-home .section-hero .flex-wrapper .card-block--cta_link {
  z-index: 5;
}
#page-home .section-hero .flex-wrapper .card-block--cta_title {
  background: -webkit-linear-gradient(left, white, #a0b4e7, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 70rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .card-block--cta_title {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #page-home .section-hero .flex-wrapper .card-block--cta_title {
    font-size: 14rem;
  }
}
#page-home .section-hero .flex-wrapper .card-block--cta_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 28rem;
  border-radius: 50px;
  background-color: white;
}
#page-home .section-hero .flex-wrapper .card-compatibility {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75rem;
}
#page-home .section-hero .flex-wrapper .card-compatibility--small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 11rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-right: 28rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .card-compatibility--small {
    margin-right: 16rem;
  }
}
#page-home .section-hero .flex-wrapper .card-compatibility--icons {
  display: flex;
  align-items: center;
}
#page-home .section-hero .flex-wrapper .card-compatibility--icons .icon:not(:last-child) {
  margin-right: 16rem;
}
#page-home .section-hero .flex-wrapper .card-compatibility--icons .icon svg {
  width: 40rem;
  height: unset;
}

#main-footer .right-swap {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1023px) {
  #main-footer .right-swap {
    display: none !important;
  }
}
#main-footer .right-columns {
  opacity: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 1023px) {
  #main-footer .right-columns {
    display: none !important;
  }
}
/*# sourceMappingURL=home.min.css.map */
