#page-home .section-hero .wrapper-content--flags .flag-link, #page-home .section-hero .vectors {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-home .section-hero .wrapper-content--flags a.flag-link, #page-home .section-hero a.vectors {
  text-indent: -999px;
  overflow: hidden;
}

#page-home .section-hero .wrapper-content--flags button.flag-link, #page-home .section-hero button.vectors {
  text-indent: -999px;
  overflow: hidden;
}

#main-header {
  padding: 40rem 50rem;
}
@media (max-width: 1023px) {
  #main-header {
    padding: 30rem 20px;
  }
}
#main-header .flex-wrapper {
  justify-content: space-between;
}
#main-header .flex-wrapper .right-menu {
  display: none;
}
#main-header.sticky {
  padding: 20rem 50rem;
}
@media (max-width: 1023px) {
  #main-header.sticky {
    padding: 20rem 20px;
  }
}

#page-home {
  background-color: #000618;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-home .section-hero {
  position: relative;
  padding: 200rem 0 310rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero {
    padding: 160rem 0 200rem;
  }
}
#page-home .section-hero .background {
  position: absolute;
  top: -50rem;
  left: 50%;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: translateX(-50%) scale(1);
  transition-property: opacity, transform;
  transition-duration: 5s;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #page-home .section-hero .background {
    opacity: 0.5;
  }
}
#page-home .section-hero .background.appear {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
#page-home .section-hero .background-gradient {
  position: absolute;
  z-index: 2;
}
#page-home .section-hero .background-gradient:nth-child(1) {
  background-image: linear-gradient(to bottom, #000618, rgba(0, 6, 24, 0));
  top: -2px;
  right: 0;
  left: 0;
  height: 105rem;
}
#page-home .section-hero .background-gradient:nth-child(2) {
  background-image: linear-gradient(to left, #000618, rgba(0, 6, 24, 0));
  top: 0;
  right: -2px;
  bottom: 0;
  width: 105rem;
}
#page-home .section-hero .background-gradient:nth-child(3) {
  background-image: linear-gradient(to top, #000618, rgba(0, 6, 24, 0));
  right: 0;
  bottom: -2px;
  left: 0;
  height: 175rem;
}
#page-home .section-hero .background-gradient:nth-child(4) {
  background-image: linear-gradient(to right, #000618, rgba(0, 6, 24, 0));
  top: 0;
  bottom: 0;
  left: -2px;
  width: 105rem;
}
#page-home .section-hero .background-video {
  position: relative;
  transform: translateY(0) scale(1);
  z-index: 1;
}
#page-home .section-hero .background-video video {
  width: 1800rem;
  height: unset;
}
#page-home .section-hero .vectors {
  pointer-events: none;
  z-index: 5;
}
@media (max-width: 1023px) {
  #page-home .section-hero .vectors {
    display: none;
  }
}
#page-home .section-hero .vectors .vector {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
#page-home .section-hero .vectors .vector-1 {
  bottom: 437rem;
  left: 50%;
  transform: translateX(calc(-50% - 600rem));
}
#page-home .section-hero .vectors .vector-1 img {
  width: 99rem;
  height: unset;
}
#page-home .section-hero .vectors .vector-2 {
  bottom: 276rem;
  left: 50%;
  transform: translateX(calc(-50% - 500rem));
}
#page-home .section-hero .vectors .vector-2 img {
  width: 99rem;
  height: unset;
}
#page-home .section-hero .vectors .vector-3 {
  bottom: 195rem;
  left: 50%;
  transform: translateX(calc(-50% - 655rem));
}
#page-home .section-hero .vectors .vector-3 img {
  width: 99rem;
  height: unset;
}
#page-home .section-hero .vectors .vector-4 {
  bottom: 180rem;
  left: 50%;
  transform: translateX(calc(-50% - 180rem));
}
#page-home .section-hero .vectors .vector-4 img {
  width: 60rem;
  height: unset;
}
#page-home .section-hero .vectors .vector-5 {
  bottom: 143rem;
  left: 50%;
  transform: translateX(calc(-50% + 45rem));
}
#page-home .section-hero .vectors .vector-5 img {
  width: 99rem;
  height: unset;
}
#page-home .section-hero .vectors .vector-6 {
  bottom: 186rem;
  left: 50%;
  transform: translateX(calc(-50% + 275rem));
}
#page-home .section-hero .vectors .vector-6 img {
  width: 99rem;
  height: unset;
}
#page-home .section-hero .vectors .vector-7 {
  bottom: 257rem;
  left: 50%;
  transform: translateX(calc(-50% + 475rem));
}
#page-home .section-hero .vectors .vector-7 img {
  width: 60rem;
  height: unset;
}
#page-home .section-hero .vectors .vector-8 {
  bottom: 291rem;
  left: 50%;
  transform: translateX(calc(-50% + 635rem));
}
#page-home .section-hero .vectors .vector-8 img {
  width: 99rem;
  height: unset;
}
#page-home .section-hero .vectors .vector-9 {
  bottom: 449rem;
  left: 50%;
  transform: translateX(calc(-50% + 510rem));
}
#page-home .section-hero .vectors .vector-9 img {
  width: 99rem;
  height: unset;
}
#page-home .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-home .section-hero .wrapper {
  position: relative;
  text-align: center;
}
#page-home .section-hero .wrapper-small {
  color: #fef501;
  font-size: 14rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-small {
    font-size: 12rem;
  }
}
#page-home .section-hero .wrapper-title {
  color: white;
  font-size: 68rem;
  font-weight: 400;
  text-align: center;
  margin: 28rem auto 0;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-title {
    width: 100%;
    font-size: 32rem;
    line-height: 1.1;
  }
}
#page-home .section-hero .wrapper-subtitle {
  color: white;
  font-size: 28rem;
  font-weight: bold;
  text-align: center;
  margin: 28rem auto 0;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-subtitle {
    width: 100%;
    font-size: 18rem;
    line-height: 1.1;
  }
}
#page-home .section-hero .wrapper-location {
  position: relative;
  margin-top: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#page-home .section-hero .wrapper-location .field-group {
  position: relative;
}
@media (max-width: 767px) {
  #page-home .section-hero .wrapper-location .field-group {
    width: 100%;
  }
}
#page-home .section-hero .wrapper-location .field-group .open-dropdown {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  width: 385rem;
  display: flex;
  align-items: center;
  padding: 0 25rem;
  height: 72rem;
  border-radius: 8px;
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  #page-home .section-hero .wrapper-location .field-group .open-dropdown {
    width: 100%;
  }
}
#page-home .section-hero .wrapper-location .field-group .open-dropdown span {
  background: linear-gradient(to right, #999999, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20rem;
  font-weight: 500;
  margin-left: 10rem;
}
#page-home .section-hero .wrapper-location .field-group .open-dropdown img:nth-child(1) {
  width: 22rem;
  height: unset;
}
#page-home .section-hero .wrapper-location .field-group .open-dropdown svg:nth-child(3) {
  position: absolute;
  top: 50%;
  right: 25rem;
  transform: translateY(-50%);
  flex-shrink: 0;
  margin-left: 10rem;
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  width: 8rem;
  height: unset;
}
#page-home .section-hero .wrapper-location .field-group .dropdown {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: calc(100% + 10rem);
  left: 0;
  transform: translateX(-50%);
  min-width: 385rem;
  overflow: auto;
  max-height: 216rem;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  backdrop-filter: blur(10px);
  z-index: 6;
}
@media (max-width: 767px) {
  #page-home .section-hero .wrapper-location .field-group .dropdown {
    min-width: 100%;
  }
}
#page-home .section-hero .wrapper-location .field-group .dropdown::-webkit-scrollbar {
  width: 2px;
}
#page-home .section-hero .wrapper-location .field-group .dropdown::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}
#page-home .section-hero .wrapper-location .field-group .dropdown::-webkit-scrollbar-thumb {
  background-color: #8bd1ff;
}
#page-home .section-hero .wrapper-location .field-group .dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #8bd1ff;
}
#page-home .section-hero .wrapper-location .field-group .dropdown ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#page-home .section-hero .wrapper-location .field-group .dropdown ul li {
  width: 100%;
  white-space: nowrap;
  order: 2;
}
#page-home .section-hero .wrapper-location .field-group .dropdown ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-location .field-group .dropdown ul li {
    white-space: unset;
  }
}
#page-home .section-hero .wrapper-location .field-group .dropdown ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15rem 25rem;
}
#page-home .section-hero .wrapper-location .field-group .dropdown ul li a img {
  width: 22rem;
  height: unset;
}
#page-home .section-hero .wrapper-location .field-group .dropdown ul li a span {
  color: white;
  font-size: 20rem;
  font-weight: 500;
  margin-left: 10rem;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .wrapper-location .field-group .dropdown ul li a:hover span {
  color: #8bd1ff;
}
#page-home .section-hero .wrapper-location .field-group .dropdown ul li:hover button, #page-home .section-hero .wrapper-location .field-group .dropdown ul li.active button {
  background-color: rgba(53, 55, 63, 0.1);
  color: #35373f;
}
#page-home .section-hero .wrapper-location .field-group .dropdown ul li.active button {
  background-color: #35373f;
  color: white;
}
#page-home .section-hero .wrapper-location .field-group.not-empty .open-dropdown span {
  color: white;
}
#page-home .section-hero .wrapper-location .field-group.active .open-dropdown svg:nth-child(3) {
  transform: translateY(-50%) rotate(180deg);
}
#page-home .section-hero .wrapper-location .field-group.active .dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
#page-home .section-hero .wrapper-location--cta {
  margin-left: 20rem;
}
#page-home .section-hero .wrapper-location--cta a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 72rem;
  padding: 0 22rem;
  border-radius: 12px;
  background-image: linear-gradient(200deg, rgba(0, 7, 72, 0.3), rgba(44, 157, 243, 0.3));
  backdrop-filter: blur(4rem);
}
#page-home .section-hero .wrapper-location--cta a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(125deg, #0071bc 10%, #5cd3e9 20%, rgba(0, 0, 0, 0) 75%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
  display: none;
}
#page-home .section-hero .wrapper-location--cta a .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 28rem;
  border-radius: 50px;
  background-color: white;
  overflow: hidden;
}
#page-home .section-hero .wrapper-location--cta a .arrow svg {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .wrapper-location--cta a .arrow svg:first-child {
  position: relative;
}
#page-home .section-hero .wrapper-location--cta a .arrow svg:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-8rem, 8rem);
}
#page-home .section-hero .wrapper-location--cta a:hover .arrow svg:nth-child(1) {
  transform: translate(20rem, -20rem);
}
#page-home .section-hero .wrapper-location--cta a:hover .arrow svg:nth-child(2) {
  transform: translate(10rem, -10rem);
}
#page-home .section-hero .wrapper-description {
  margin-top: 145rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-description {
    margin-top: 50rem;
  }
}
#page-home .section-hero .wrapper-description p {
  background: linear-gradient(to right, white, #a0b4e7, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-description p {
    font-size: 18rem;
  }
}
#page-home .section-hero .wrapper-description p strong {
  background: linear-gradient(to right, #ffb700, #fffb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
#page-home .section-hero .wrapper-description p strong:nth-child(even) {
  background: linear-gradient(to right, #ffb700, #fffb00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#page-home .section-hero .wrapper-description p strong:not(:last-child) {
  margin-right: 7rem;
}
#page-home .section-hero .wrapper-content {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 41rem 53rem;
  border-radius: 40px;
  background-image: linear-gradient(230deg, rgba(9, 24, 69, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(20px);
  margin-top: 68rem;
  z-index: 1;
}
#page-home .section-hero .wrapper-content::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(170deg, #0071bc 10%, #5cd3e9 20%, rgba(0, 0, 0, 0) 38%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
#page-home .section-hero .wrapper-content--title {
  background: linear-gradient(to right, white, #a0b4e7, white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16rem;
  font-weight: 500;
}
#page-home .section-hero .wrapper-content--flags {
  display: flex;
  align-items: center;
  margin-top: 30rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-content--flags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 50rem;
    grid-column-gap: 50rem;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  #page-home .section-hero .wrapper-content--flags {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 30rem;
    grid-column-gap: 30rem;
  }
}
#page-home .section-hero .wrapper-content--flags .flag {
  position: relative;
}
#page-home .section-hero .wrapper-content--flags .flag:not(:last-child) {
  margin-right: 50rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-content--flags .flag:not(:last-child) {
    margin-right: 0;
  }
}
#page-home .section-hero .wrapper-content--flags .flag-link {
  z-index: 5;
}
#page-home .section-hero .wrapper-content--flags .flag-icon {
  display: block;
  text-align: center;
}
#page-home .section-hero .wrapper-content--flags .flag-icon img {
  width: 56rem;
  height: unset;
}
#page-home .section-hero .wrapper-content--flags .flag-title {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  display: inline-block;
  margin-top: 12rem;
}

#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 */
