/* manrope-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/manrope-v20-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/manrope-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/manrope-v20-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/manrope-v20-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/manrope-v20-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* manrope-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Manrope";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/manrope-v20-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html,
body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin: 0;
  padding: 0;
  background: none;
}
html,
body {
  scrollbar-width: thin;
  scrollbar-color: #336699 transparent;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #336699;
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #6699ff;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  background-color: transparent;
  transition: none;
}
header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  opacity: 0;
  transition: opacity 0.22s ease;
  pointer-events: none;
  z-index: -1;
}
body.is-header-scrolled header::before {
  opacity: 1;
}
header a.gya-logo {
  margin: 0.9rem 1rem 0.4rem;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  position: relative;
}
header a.gya-logo .gya-logo-stage {
  position: relative;
  display: block;
  width: min(42vw, 240px);
  height: 44px;
}
header a.gya-logo img.logo-full,
header a.gya-logo img.logo-single {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  max-width: none;
}
header a.gya-logo img.logo-full {
  height: 44px;
  opacity: 1;
  visibility: visible;
}
header a.gya-logo img.logo-single {
  height: 30px;
  width: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
header img.donut {
  position: absolute;
  top: 1.5rem;
  right: 1.2rem;
  height: 15px;
  width: auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  pointer-events: auto;
  user-select: none;
  will-change: transform, opacity;
  transform-box: fill-box;
  transform-origin: 50% 50%;
}
header .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 5px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, calc(50% - 14px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.3s ease-in, opacity 0.24s ease-in, visibility 0.24s ease-in;
}
header .social .label {
  color: #6699ff;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  font-weight: 500;
}
header .social i {
  color: black;
  font-size: 1.2rem;
  transition: color 0.2s ease;
  margin-right: 0.3rem;
}
header .social i.fa-arrow-right {
  color: #6699ff;
  margin-right: 0.5rem;
}
header .social i.fa-arrow-right:hover {
  color: #6699ff;
}
header .social i:hover {
  color: #79bcff;
}
body.is-header-scrolled header .social {
  transform: translate(-50%, 50%);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header nav.main-menu {
  flex: 1;
}
header nav.main-menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
header nav.main-menu > ul > li {
  position: relative;
}
header nav.main-menu > ul > li > a {
  text-decoration: none;
  color: #333;
  padding: 25px 1rem 0;
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
header nav.main-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  right: -1px;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0;
  border-right: 1px solid #336699;
  background-color: #fff;
}
header nav.main-menu > ul > li > ul > li:hover > a {
  font-weight: 800;
  letter-spacing: 0.4px;
}
header nav.main-menu > ul > li > ul > li > a {
  text-decoration: none;
  color: #333;
  padding: 0.2rem 1rem;
  display: block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-align: right;
  white-space: nowrap;
}
header nav.main-menu > ul li.menu-item-separator {
  width: 1px;
  height: 50px;
  background-color: #336699;
}
.off-screen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #042c43;
  z-index: 9999;
  display: grid;
  grid-template-columns: auto 1fr auto;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.off-screen-menu.is-open {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.off-screen-menu .col.col1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 1rem;
}
.off-screen-menu .col.col1 .gya-logo {
  margin-bottom: 1rem;
}
.off-screen-menu .col.col1 .gya-logo img {
  height: 30px;
  width: auto;
}
.off-screen-menu .col.col1 .contact {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4;
}
.off-screen-menu .col.col1 .contact .line {
  margin-bottom: 0.3rem;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease;
}
.off-screen-menu .col.col1 .contact .line:hover {
  color: #79bcff;
}
.off-screen-menu .col.col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.off-screen-menu .col.col2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.off-screen-menu .col.col2 ul > li {
  margin-bottom: 0.5rem;
}
.off-screen-menu .col.col2 ul > li > a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  transition: color 0.2s ease;
}
.off-screen-menu .col.col2 ul > li > a:hover {
  color: #79bcff;
}
.off-screen-menu .col.col2 div.social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 5px;
}
.off-screen-menu .col.col2 div.social .label {
  color: #6699ff;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  font-weight: 500;
}
.off-screen-menu .col.col2 div.social i {
  color: #fff;
  font-size: 1.2rem;
  transition: color 0.2s ease;
  margin-right: 0.3rem;
}
.off-screen-menu .col.col2 div.social i.fa-arrow-right {
  color: #6699ff;
  margin-right: 0.5rem;
}
.off-screen-menu .col.col2 div.social i.fa-arrow-right:hover {
  color: #6699ff;
}
.off-screen-menu .col.col2 div.social i:hover {
  color: #79bcff;
}
.off-screen-menu .col.col3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 2rem;
  position: relative;
}
.off-screen-menu .col.col3 .medys-logo {
  display: block;
}
.off-screen-menu .col.col3 .medys-logo img {
  max-width: none;
  width: 170px;
  height: auto;
}
.off-screen-menu .col.col3 i.fa-xmark {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s ease;
}
.off-screen-menu .col.col3 i.fa-xmark:hover {
  color: #79bcff;
}
@media (max-width: 768px) {
  header img.donut {
    top: 1.5rem;
    right: 1.2rem;
    height: 15px;
  }
  header a.gya-logo {
    margin: 0.7rem 0.85rem 0.35rem;
  }
  header a.gya-logo .gya-logo-stage {
    width: min(56vw, 190px);
    height: 34px;
  }
  header a.gya-logo img.logo-full {
    height: 34px;
  }
  header a.gya-logo img.logo-single {
    height: 30px;
  }
}
main .home-article {
  width: 100%;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
main .home-article.home4 {
  align-items: flex-start;
}
main .home-article .social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  gap: 5px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
main .home-article .social .label {
  color: #6699ff;
  font-size: 0.8rem;
  margin-right: 0.5rem;
  font-weight: 500;
}
main .home-article .social i {
  color: black;
  font-size: 1.2rem;
  transition: color 0.2s ease;
  margin-right: 0.3rem;
}
main .home-article .social i.fa-arrow-right {
  color: #6699ff;
  margin-right: 0.5rem;
}
main .home-article .social i.fa-arrow-right:hover {
  color: #6699ff;
}
main .home-article .social i:hover {
  color: #79bcff;
}
main .home-article img.page-down {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: auto;
  margin-bottom: 1rem;
  cursor: pointer;
}
main .home-article .home-article-content {
  width: min(1200px, 92vw);
  margin-top: 3.2rem;
  text-align: left;
  position: relative;
  display: flow-root;
}
main .home-article .home-article-content .artifact {
  width: 450px;
  height: 450px;
  position: relative;
  margin: 0 auto 1.4rem;
}
main .home-article .home-article-content .artifact .outer-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: conic-gradient(from -90deg, #336699 0deg 270deg, transparent 270deg 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 calc(100% - 2px));
}
main .home-article .home-article-content .artifact video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}
main .home-article .home-article-content .artifact.artifact2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
main .home-article .home-article-content .artifact.artifact2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  object-fit: cover;
  object-position: left center;
  transform-origin: left center;
  will-change: width;
}
main .home-article .home-article-content .artifact.artifact2 > img:not(.down-block) {
  will-change: transform;
  animation: artifactBackgroundJitter 22s ease-in-out infinite alternate;
}
main .home-article .home-article-content .artifact.artifact2 img.down-block {
  position: absolute;
  top: 100%;
  left: 0;
  width: 51vw;
  height: auto;
  object-fit: contain;
  object-position: left top;
  max-width: none;
  transform: translate3d(0, -150px, 0);
}
main .home-article .home-article-content .artifact.artifact2 .title {
  position: absolute;
  top: 40px;
  left: 40px;
  transform: none;
  font-size: 14rem;
  font-weight: 800;
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  main .home-article .home-article-content .artifact.artifact2 {
    transition: none;
  }
  main .home-article .home-article-content .artifact.artifact2 img {
    width: 50vw;
  }
  main .home-article .home-article-content .artifact.artifact2 > img:not(.down-block) {
    animation: none;
    transform: none;
  }
  main .home-article .home-article-content .artifact.artifact2 img.down-block {
    transform: translate3d(0, -100px, 0);
  }
}
main .home-article .home-article-content .artifact.artifact31 {
  width: 20vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow: hidden;
}
main .home-article .home-article-content .artifact.artifact31 img {
  position: absolute;
  top: 0;
  left: -20vw;
  width: 40vw;
  height: 100vh;
  object-fit: cover;
  object-position: left center;
  max-width: none;
}
main .home-article .home-article-content .artifact.artifact32 {
  width: 20vw;
  height: 100vh;
  top: 0;
  right: 0;
  left: auto;
  overflow: hidden;
}
main .home-article .home-article-content .artifact.artifact32 img {
  position: absolute;
  top: 0;
  right: -20vw;
  width: 40vw;
  height: 100vh;
  object-fit: cover;
  object-position: right center;
  max-width: none;
}
main .home-article .home-article-content .artifact.artifact4 {
  width: 100%;
  overflow: hidden;
  height: auto;
}
main .home-article .home-article-content .artifact.artifact4 img.fleet-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: -1;
  opacity: 0;
  transform-origin: center center;
  will-change: transform, opacity;
  animation: artifactBackgroundJitter 22s ease-in-out infinite alternate;
}
main .home-article .home-article-content .artifact.artifact4 img.fleet-mask {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}
@media (prefers-reduced-motion: reduce) {
  main .home-article .home-article-content .artifact.artifact4 img.fleet-back {
    animation: none;
    transform: none;
  }
}
main .home-article .home-article-content .home-article-flow {
  line-height: 1.6;
}
main .home-article .home-article-content .home-article-flow .home-article-title {
  font-size: 5.2rem;
  font-weight: 400;
  margin: 0.25rem 0 1rem;
  letter-spacing: -1px;
  line-height: 1.02;
}
main .home-article .home-article-content .home-article-flow .home-article-title .title-accent {
  color: #336699;
}
main .home-article .home-article-content .home-article-flow .home-article-title.title1 {
  margin-left: 450px;
}
main .home-article .home-article-content .home-article-flow .home-article-title.home2-title {
  padding-left: calc(50% + 40px);
}
main .home-article .home-article-content .home-article-flow .home-article-title.home3-title {
  text-align: center;
}
main .home-article .home-article-content .home-article-flow .home-article-text {
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.6;
}
main .home-article .home-article-content .home-article-flow .home-article-text.text1 {
  margin-left: 450px;
}
main .home-article .home-article-content .home-article-flow .home-article-text.text4 {
  padding-left: 26%;
  margin-top: 24%;
}
main .home-article .home-article-content .home-article-flow a.more-plus {
  text-decoration: none;
  color: #cccccc;
  font-size: 6rem;
  transition: color 0.2s ease;
  font-weight: 300;
  line-height: 6rem;
}
main .home-article .home-article-content .home-article-flow a.more-plus:hover {
  color: #336699;
}
main .home-article .home-article-content .home-article-flow a.more-fleet {
  text-decoration: none;
  color: #b3b3b3;
  font-size: 1rem;
  letter-spacing: 1px;
  transition: color 0.2s ease;
  font-weight: 400;
  line-height: 1.2rem;
  margin-top: 1rem;
  margin-left: 26%;
  display: block;
  border: thin solid #b3b3b3;
  display: inline-block;
  padding: 15px 25px;
}
main .home-article .home-article-content .home-article-flow a.more-fleet:hover {
  color: #336699;
  border: thin solid #336699;
}
main .home-article .home-article-content .home-article-moto {
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 0.4rem;
}
main .home-article .home-article-content .home-article-moto.moto1 {
  margin-left: 425px;
}
main .home-article .home-article-content .home-article-moto.moto2 {
  color: #336699;
  margin-bottom: 20px;
}
main .home-article .home-article-content .home-article-moto.moto4 {
  padding-left: 26%;
  padding-top: 4%;
  color: #336699;
}
@media (min-width: 992px) {
  main .home-article .home-article-content .artifact {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    float: none;
    z-index: -1;
    will-change: transform;
  }
  main .home-article .home-article-content .artifact.artifact1 {
    top: 130px;
    left: 90px;
  }
  main .home-article .home-article-content .home-article-flow {
    display: block;
    min-height: 0;
  }
  main .home-article .home-article-content .home-article-flow .flow-content.flow2-content {
    padding-left: calc(50% + 40px);
  }
  main .home-article .home-article-content .home-article-flow .flow-content.flow2-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  main .home-article .home-article-content .home-article-flow .flow-content.flow2-content ul a {
    text-decoration: none;
    color: black;
    transition: color 0.2s ease;
    font-size: 1.1rem;
    font-weight: 300;
  }
  main .home-article .home-article-content .home-article-flow .flow-content.flow2-content ul a:hover {
    color: #336699;
  }
  main .home-article .home-article-content .home-article-flow .flow-content.flow3-content {
    text-align: center;
  }
  main .home-article .home-article-content .home-article-flow .flow-content.flow3-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  main .home-article .home-article-content .home-article-flow .flow-content.flow3-content ul a {
    text-decoration: none;
    color: black;
    transition: color 0.2s ease;
    font-size: 1.1rem;
    font-weight: 300;
  }
  main .home-article .home-article-content .home-article-flow .flow-content.flow3-content ul a:hover {
    color: #336699;
  }
  main .home-article .home-article-content .home-article-flow .flow-shape {
    display: block;
    float: left;
    width: 450px;
    height: 450px;
    margin: 0 1.2rem 1rem 0;
    -webkit-shape-outside: circle(50% at 50% 50%);
    shape-outside: circle(50% at 50% 50%);
    shape-margin: 0.35rem;
    shape-image-threshold: 0.01;
  }
  main .home-article .home-article-content .home-article-flow::after {
    content: "";
    display: block;
    clear: both;
  }
}
@keyframes artifactBackgroundJitter {
  0% {
    transform: scale(1) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.05) translate3d(0, -0.5%, 0);
  }
  100% {
    transform: scale(1.1) translate3d(0, -2%, 0);
  }
}
