#page-home .section-about .wrapper-flex .right-image img, #page-home .section-about .wrapper-background img, #page-home .section-about .wrapper-background, #page-home .section-content .wrapper-tabs .tab-flex .left-image img, #page-home .section-content .wrapper-navigation ul li button::before, #page-home .section-hero .wrapper-video--link, #page-home .section-hero .wrapper-video--block_image, #page-home .section-hero .wrapper-video--block_image img, #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-about a.wrapper-background, #page-home .section-hero a.wrapper-video--link, #page-home .section-hero a.wrapper-video--block_image, #page-home .section-hero a.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-home .section-about button.wrapper-background, #page-home .section-content .wrapper-navigation ul li button::before, #page-home .section-hero button.wrapper-video--link, #page-home .section-hero button.wrapper-video--block_image, #page-home .section-hero button.background {
  text-indent: -999px;
  overflow: hidden;
}

#page-home {
  overflow: hidden;
}
#page-home .section-hero {
  position: relative;
  padding: 235rem 0 0;
}
@media (max-width: 1023px) {
  #page-home .section-hero {
    padding: 180rem 0 0;
  }
}
#page-home .section-hero::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 190rem;
  background-color: #010215;
  z-index: 2;
}
#page-home .section-hero .background {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  z-index: 1;
}
#page-home .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-home .section-hero .wrapper {
  text-align: center;
}
#page-home .section-hero .wrapper-small {
  color: #70fff8;
  font-size: 30rem;
  font-weight: 400;
  margin-bottom: 20rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-small {
    font-size: 20rem;
  }
}
#page-home .section-hero .wrapper-title {
  color: white;
  font-size: 70rem;
  font-weight: 600;
  margin-bottom: 55rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-title {
    font-size: 40rem;
    margin-bottom: 30rem;
  }
}
#page-home .section-hero .wrapper-subtitle {
  width: 365rem;
  margin: 0 auto 120rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-subtitle {
    width: 100%;
  }
}
#page-home .section-hero .wrapper-subtitle p {
  color: white;
  font-size: 25rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-subtitle p {
    font-size: 20rem;
  }
}
#page-home .section-hero .wrapper-video {
  position: relative;
  width: 955rem;
  margin: 0 auto 90rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-video {
    width: 100%;
  }
}
#page-home .section-hero .wrapper-video--block {
  position: relative;
  background-color: black;
  width: 100%;
  height: 540rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  border-radius: 50px;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-video--block {
    height: 320rem;
  }
}
@media (max-width: 767px) {
  #page-home .section-hero .wrapper-video--block {
    height: 200rem;
  }
}
#page-home .section-hero .wrapper-video--block_image {
  transform: scale(1.01);
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .wrapper-video--blur {
  position: absolute;
  bottom: -150rem;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
#page-home .section-hero .wrapper-video--blur img {
  width: 1108rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-video--blur img {
    display: none;
  }
}
#page-home .section-hero .wrapper-video--content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64rem;
  height: 64rem;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-video--content {
    width: 44rem;
    height: 44rem;
  }
}
#page-home .section-hero .wrapper-video--content svg {
  position: relative;
  right: -2rem;
  width: 16rem;
  height: unset;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-video--content svg {
    width: 12rem;
  }
}
#page-home .section-hero .wrapper-video--link {
  z-index: 5;
}
#page-home .section-hero .wrapper-video:hover .wrapper-video--block_image {
  transform: scale(1.05);
}
#page-home .section-hero .wrapper-description {
  width: 600rem;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-description {
    width: 100%;
  }
}
#page-home .section-hero .wrapper-description p {
  color: white;
  font-size: 22rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  #page-home .section-hero .wrapper-description p {
    font-size: 18rem;
  }
}
#page-home .section-content {
  position: relative;
  padding-top: 150rem;
  margin-top: -1rem;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-content {
    padding-top: 80rem;
  }
}
#page-home .section-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 510rem;
  background-color: #010215;
  z-index: 1;
}
#page-home .section-content .container {
  position: relative;
  z-index: 2;
}
#page-home .section-content .wrapper {
  text-align: center;
  padding: 0 45rem;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper {
    padding: 0;
  }
}
#page-home .section-content .wrapper-title {
  color: white;
  font-size: 50rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 43rem;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-title {
    font-size: 30rem;
    margin-bottom: 70rem;
  }
}
#page-home .section-content .wrapper-title strong {
  background: -webkit-linear-gradient(#70fff8, #28c0b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
#page-home .section-content .wrapper-navigation {
  position: relative;
  margin-bottom: 68rem;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-navigation {
    margin-bottom: 50rem;
  }
}
#page-home .section-content .wrapper-navigation ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 18rem;
  grid-row-gap: 18rem;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-navigation ul {
    position: relative;
    display: flex;
    width: 100vw;
    left: -25rem;
    padding: 0 20rem;
    flex-wrap: nowrap;
    overflow: auto;
  }
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-navigation ul li {
    flex-shrink: 0;
  }
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-navigation ul li:not(:last-child) {
    margin-right: 10rem;
  }
}
#page-home .section-content .wrapper-navigation ul li button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45rem;
  padding: 0 20rem;
  background-color: white;
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  z-index: 2;
}
#page-home .section-content .wrapper-navigation ul li button::before {
  content: "";
  background-image: linear-gradient(to right, #70fff8, #28c0b8);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#page-home .section-content .wrapper-navigation ul li button span {
  position: relative;
  color: #656565;
  font-size: 18rem;
  font-weight: 600;
  font-family: "Pogonia";
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  text-align: center;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-navigation ul li button span {
    font-size: 16rem;
  }
}
#page-home .section-content .wrapper-navigation ul li button.active::before, #page-home .section-content .wrapper-navigation ul li button:hover::before {
  opacity: 1;
}
#page-home .section-content .wrapper-navigation ul li button.active span, #page-home .section-content .wrapper-navigation ul li button:hover span {
  color: #010317;
}
#page-home .section-content .wrapper-navigation--information {
  display: none;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-navigation--information {
    position: absolute;
    display: block;
    top: -35rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    z-index: 2;
  }
  #page-home .section-content .wrapper-navigation--information span {
    color: white;
    font-size: 14rem;
    font-weight: normal;
    margin-right: 10rem;
  }
  #page-home .section-content .wrapper-navigation--information svg path {
    fill: white;
  }
}
#page-home .section-content .wrapper-tabs {
  position: relative;
  overflow: hidden;
  text-align: left;
  transition-property: height;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-content .wrapper-tabs .tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  padding: 0 60rem;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab {
    padding: 0;
  }
}
#page-home .section-content .wrapper-tabs .tab.active {
  opacity: 1;
  transition-delay: 0.1s;
  z-index: 2;
}
#page-home .section-content .wrapper-tabs .tab-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab-flex {
    flex-direction: column;
  }
}
#page-home .section-content .wrapper-tabs .tab-flex .left {
  width: 440rem;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab-flex .left {
    width: 100%;
    margin-bottom: 40rem;
  }
}
#page-home .section-content .wrapper-tabs .tab-flex .left-image {
  position: relative;
  width: 100%;
  height: 656rem;
  border-radius: 42px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab-flex .left-image {
    height: 520rem;
  }
}
#page-home .section-content .wrapper-tabs .tab-flex .right {
  width: 557rem;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab-flex .right {
    width: 100%;
  }
}
#page-home .section-content .wrapper-tabs .tab-flex .right-title {
  background: -webkit-linear-gradient(left, #70fff8, #28c0b8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50rem;
  font-weight: 900;
  margin-bottom: 88rem;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab-flex .right-title {
    font-size: 30rem;
    text-align: center;
    margin-bottom: 40rem;
  }
}
#page-home .section-content .wrapper-tabs .tab-flex .right-content {
  margin-bottom: 37rem;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab-flex .right-content {
    margin-bottom: 40rem;
  }
}
#page-home .section-content .wrapper-tabs .tab-flex .right-content p {
  color: #010317;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab-flex .right-content p {
    font-size: 16rem;
  }
}
#page-home .section-content .wrapper-tabs .tab-flex .right-content p strong {
  font-weight: 600;
}
#page-home .section-content .wrapper-tabs .tab-flex .right-content ul {
  margin-bottom: 30rem;
}
#page-home .section-content .wrapper-tabs .tab-flex .right-content ul li {
  position: relative;
  color: #010317;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 25rem;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab-flex .right-content ul li {
    font-size: 16rem;
  }
}
#page-home .section-content .wrapper-tabs .tab-flex .right-content ul li::before {
  content: "";
  position: absolute;
  top: 12rem;
  left: 12rem;
  width: 3rem;
  height: 3rem;
  background-color: #010317;
  border-radius: 50px;
}
@media (max-width: 1023px) {
  #page-home .section-content .wrapper-tabs .tab-flex .right-cta {
    text-align: center;
  }
}
#page-home .section-learn {
  padding: 185rem 0;
}
@media (max-width: 1023px) {
  #page-home .section-learn {
    padding: 140rem 0;
  }
}
#page-home .section-learn .wrapper-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 42rem;
}
@media (max-width: 1023px) {
  #page-home .section-learn .wrapper-header {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-home .section-learn .wrapper-header--title {
  width: 420rem;
  text-align: right;
  margin-right: 50rem;
}
@media (max-width: 1023px) {
  #page-home .section-learn .wrapper-header--title {
    width: 100%;
    text-align: center;
    margin: 0 0 30rem;
  }
}
#page-home .section-learn .wrapper-header--title p {
  background: -webkit-linear-gradient(left, #010317, #333765);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50rem;
  font-weight: 900;
  line-height: 1.1;
  padding-bottom: 5rem;
}
@media (max-width: 1023px) {
  #page-home .section-learn .wrapper-header--title p {
    font-size: 30rem;
  }
}
#page-home .section-learn .wrapper-header--description {
  width: 400rem;
}
@media (max-width: 1023px) {
  #page-home .section-learn .wrapper-header--description {
    width: 100%;
    text-align: center;
  }
}
#page-home .section-learn .wrapper-header--description p {
  color: #010317;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  #page-home .section-learn .wrapper-header--description p {
    font-size: 18rem;
  }
}
#page-home .section-learn .wrapper-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25rem;
  grid-row-gap: 25rem;
  margin-bottom: 60rem;
}
@media (max-width: 1023px) {
  #page-home .section-learn .wrapper-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #page-home .section-learn .wrapper-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-home .section-learn .wrapper-items .item {
  position: relative;
  padding: 55rem 35rem 35rem 40rem;
  min-height: 350rem;
  background-image: linear-gradient(to top left, #333765, #010317);
  border-radius: 45px;
}
#page-home .section-learn .wrapper-items .item-icon {
  margin-bottom: 25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
#page-home .section-learn .wrapper-items .item-title {
  color: #4cfff6;
  font-size: 19rem;
  font-weight: bold;
  margin-bottom: 17rem;
  line-height: 1.3;
}
#page-home .section-learn .wrapper-items .item-description p {
  color: white;
  font-size: 20rem;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  #page-home .section-learn .wrapper-items .item-description p {
    font-size: 18rem;
  }
}
#page-home .section-learn .wrapper-cta {
  text-align: center;
}
#page-home .section-about {
  position: relative;
  z-index: 2;
}
#page-home .section-about .wrapper {
  position: relative;
  padding: 80rem 165rem 50rem 145rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper {
    padding: 50rem;
  }
}
#page-home .section-about .wrapper-background {
  border-radius: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
#page-home .section-about .wrapper-blur {
  position: absolute;
  bottom: -150rem;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-blur {
    display: none;
  }
}
#page-home .section-about .wrapper-blur img {
  width: 1360rem;
  height: unset;
}
#page-home .section-about .wrapper-flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-flex {
    flex-direction: column;
    align-items: center;
  }
}
#page-home .section-about .wrapper-flex .left {
  width: 570rem;
  text-align: right;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-flex .left {
    width: 100%;
    text-align: center;
    margin-bottom: 40rem;
  }
}
#page-home .section-about .wrapper-flex .left-title {
  color: #4cfff6;
  font-size: 50rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 30rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-flex .left-title {
    font-size: 30rem;
  }
}
#page-home .section-about .wrapper-flex .left-description p {
  color: white;
  font-size: 20rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-flex .left-description p {
    font-size: 18rem;
  }
}
#page-home .section-about .wrapper-flex .right {
  width: 326rem;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-flex .right {
    width: 200rem;
  }
}
#page-home .section-about .wrapper-flex .right-image {
  position: relative;
  width: 100%;
  height: 326rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1023px) {
  #page-home .section-about .wrapper-flex .right-image {
    height: 200rem;
  }
}
/*# sourceMappingURL=home-LP.min.css.map */
