.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.navigation-items {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.navigation-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: center;
  display: flex;
}

.logo-box {
  align-items: center;
  display: flex;
}

.navigation-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.nav-link {
  color: #fff;
  align-items: center;
  font-family: Bytesans, sans-serif;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.wen-image {
  max-width: 150%;
  min-width: 150%;
}

.button-box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 999px;
  align-items: center;
  padding: 6px 12px;
  display: flex;
}

.button-box.line {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, .6);
  text-decoration: none;
}

.button-text {
  color: #000;
  font-family: Sanfranciscotext, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.button-text.line {
  color: #fff;
}

.nav {
  z-index: 18;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, .08);
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.intro {
  height: 700px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20%;
  padding-right: 20%;
}

.intro-spline-box {
  height: 100%;
  align-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.intro-text-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.intro-text {
  color: #fff;
  font-family: Bytesans, sans-serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
}

.image {
  display: none;
}

.intro-box {
  height: 100%;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon-box {
  display: none;
}

.list-wrrapper {
  width: 100%;
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.line-box {
  padding-left: 10%;
  padding-right: 10%;
}

.div-block {
  width: 100vw;
  height: 1px;
  background-color: rgba(255, 255, 255, .4);
}

.title-box {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .4);
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.title-box.aboutme {
  border: 1px #000;
  padding-top: 40px;
}

.title-text-box {
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: #fff;
  font-family: Bytesans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.tab-box {
  width: 100%;
  margin-top: -90px;
}

.tab-link-tab-1 {
  border-radius: 0;
}

.tab-link-tab-1.w--current {
  background-color: #fff;
  border-radius: 20px;
  padding: 6px 24px;
}

.tab-link {
  width: 64px;
  color: rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .2);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
  font-family: Sanfranciscotext, sans-serif;
  display: flex;
}

.tab-link.w--current, .tab-link.w--current:focus {
  color: #000;
  background-color: #fff;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Sanfranciscotext, sans-serif;
  display: flex;
  position: relative;
  top: auto;
}

.text-block-3 {
  font-weight: 500;
}

.wokr-list-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: start;
  justify-items: stretch;
  padding-bottom: 10px;
  display: grid;
}

.work-list-box {
  width: 100%;
  height: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.cover-box {
  width: 100%;
  overflow: hidden;
}

.cover-text-box {
  height: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cover-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title-text {
  color: #fff;
  align-items: center;
  font-family: Sanfranciscotext, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text {
  color: rgba(255, 255, 255, .4);
  font-family: Sanfranciscotext, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.tabs {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.spline-scene {
  width: 400px;
  height: 400px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.spline-scene-3 {
  height: 100%;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spline-scene-4 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-text, .text-block-5, .text-block-6, .text-block-7 {
  line-height: 14px;
}

.footer-wrapper {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.text-block-8 {
  font-size: 64px;
  line-height: 64px;
}

.text-block-9 {
  font-family: Bytesans, sans-serif;
  font-size: 64px;
  line-height: 64px;
}

.footer-text {
  min-width: 340px;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
}

.footer-text-box {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-right-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.text-block-10 {
  max-width: 300px;
  color: rgba(255, 255, 255, .5);
  text-align: right;
  font-family: Bytesans, sans-serif;
  font-weight: 300;
}

.footer-icon-items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.logo-wall-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
  position: relative;
}

.logo-wall-wrapper.other {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  position: relative;
  left: -92px;
}

.brand-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.exploration-wrapper {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  text-decoration: none;
  display: grid;
}

.posterbox {
  border: 1px rgba(255, 255, 255, .6);
  border-radius: 20px;
  position: relative;
  top: -146px;
  left: -37px;
  overflow: hidden;
}

.posterbox._1 {
  border-style: none;
  top: -158px;
  left: 154px;
}

.posterbox._2 {
  border-style: none;
  left: -179px;
}

.posterbox._3 {
  border-style: none;
  position: relative;
  top: 161px;
  left: 46px;
}

.posterbox._4 {
  border-style: none;
  position: relative;
  top: 160px;
}

.main-poster-box {
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.flex-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flex-block-2 {
  flex-direction: row;
}

.exploration-left-box {
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  text-decoration: none;
  transition: border-color .5s cubic-bezier(.215, .61, .355, 1), background-color .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.exploration-left-box:hover {
  background-color: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .8);
}

.exploration-left-box.w--current {
  text-decoration: none;
}

.exploration-right-box {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 20px;
  align-items: center;
  transition: border-color .5s cubic-bezier(.215, .61, .355, 1);
  overflow: hidden;
}

.exploration-right-box:hover {
  border-color: rgba(255, 255, 255, .8);
}

.exploration-title-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.exploration-title-text {
  color: #fff;
  font-family: Bytesans, sans-serif;
  font-size: 32px;
  line-height: 32px;
  text-decoration: none;
}

.text-block-11 {
  color: rgba(255, 255, 255, .5);
  font-family: Bytesans, sans-serif;
  text-decoration: none;
}

.image-3 {
  width: 100%;
}

.flex-block-3 {
  padding-left: 20%;
  padding-right: 20%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.avatar-wrap {
  padding: 40px 20% 60px;
}

.avatar-box {
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-title-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  max-height: 360px;
}

.aavatar-title-texr {
  color: #fff;
  font-family: Bytesans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
}

.avatar-text {
  color: rgba(255, 255, 255, .4);
  text-align: center;
  font-family: Sanfranciscotext, sans-serif;
}

.avatar-text-box {
  justify-content: center;
  align-items: center;
}

.information-card-wrapper {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.information-card-box {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 20px;
  transition: background-color .6s cubic-bezier(.215, .61, .355, 1), border-color .6s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  overflow: hidden;
}

.information-card-box:hover {
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .8);
}

.information-title-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
}

.information-logo-box {
  opacity: .4;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.text-block-12 {
  color: #fff;
  font-family: Sanfranciscotext, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.information-text-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.information-text {
  color: rgba(255, 255, 255, .4);
  font-family: Bytesans, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.information-year-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: row;
}

.image-5 {
  max-height: 24px;
}

.list-container {
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.exploration-wrapper-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer {
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image-6 {
  width: 100%;
  border-radius: 0;
}

.cover-box-size {
  width: 100%;
  height: 300%;
  border-radius: 20px;
  overflow: hidden;
}

.card {
  width: 100%;
  height: 40vw;
  cursor: pointer;
  text-decoration: none;
}

.tab-pane-all, .tabs-content {
  width: 100%;
}

.border-bar {
  height: 1px;
  background-color: #fff;
}

.border-bar-box {
  z-index: 9;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2 {
  position: absolute;
  top: -60px;
  right: 0%;
}

.flex-block-4 {
  align-items: stretch;
  padding-left: 40px;
  padding-right: 40px;
}

.flex-block-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.body-3 {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner-container {
  justify-content: center;
  padding: 20px 40px;
  display: flex;
}

.banner-box {
  width: 100%;
  max-width: 1200px;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.image-7 {
  min-width: 100%;
}

.landing-page-tile-container {
  align-items: flex-start;
  padding: 20px 40px;
}

.landing-page-title-box {
  width: 100%;
  max-width: 1200px;
}

.landing-page-title {
  color: #fff;
  font-family: Bytesans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.landing-page-text {
  color: rgba(255, 255, 255, .75);
  font-family: Bytesans, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.intro-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 40px;
  display: flex;
}

.intro-tile-box {
  width: 100%;
}

.intro-title-text {
  color: #fff;
  font-family: Sanfranciscotext, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 46px;
}

.pic-container {
  padding: 20px 40px;
}

.pic-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  min-width: 100%;
}

.landing-page-text-container {
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.landing-page-text-box {
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.landing-page-link-container {
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.flex-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
}

.link {
  color: #fff;
  font-family: Sanfranciscotext, sans-serif;
}

.video-container {
  padding: 20px 40px;
}

.background-video {
  width: 100%;
}

.lottie-animation {
  z-index: 10;
  max-height: 160px;
  max-width: 160px;
  background-color: #000;
}

.loading-container {
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.contact-text {
  color: #fff;
  font-family: Bytesans, sans-serif;
}

.lottie-animation-2 {
  width: 160px;
  height: 160px;
}

.div-block-3 {
  display: none;
}

.contact-modal-container {
  z-index: 12;
  width: 200px;
  height: 200px;
  max-width: 200px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow: hidden;
}

.image-9 {
  width: 100%;
}

.div-block-4 {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}

.contact {
  z-index: 11;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.null-container {
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  width: 100%;
}

.div-block-5, .div-block-6, .div-block-7 {
  width: 100%;
  max-width: 1200px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) {
  .title-box.aboutme, .exploration-wrapper, .information-card-wrapper {
    max-width: 1200px;
  }

  .card {
    height: 510px;
  }

  .flex-block-4, .flex-block-5 {
    align-items: center;
  }

  .landing-page-tile-container {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .intro-tile-box {
    max-width: 1200px;
  }

  .pic-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pic-box {
    width: 100%;
    max-width: 1200px;
  }

  .landing-page-link-container {
    flex-direction: column;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .landing-page-link-box {
    width: 100%;
    max-width: 1200px;
  }

  .flex-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    align-items: center;
  }

  .link {
    color: #fff;
    font-family: Sanfranciscotext, sans-serif;
    font-size: 16px;
    text-decoration: none;
  }

  .video-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video {
    max-width: 1200px;
  }

  .contact-text {
    color: #fff;
    font-family: Bytesans, sans-serif;
  }

  .html-embed {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .intro {
    height: 600px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .intro-spline-box {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .intro-text {
    font-size: 80px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer-text {
    min-width: 340px;
  }

  .text-block-10 {
    font-size: 12px;
  }

  .logo-wall-wrapper {
    flex-direction: row;
    grid-auto-columns: 1fr;
  }

  .exploration-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .flex-block {
    min-width: 768px;
  }

  .exploration-left-box {
    min-width: 180px;
  }

  .exploration-right-box {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .exploration-title-text {
    font-size: 24px;
  }

  .avatar-wrap {
    padding-left: 15%;
    padding-right: 15%;
  }

  .card {
    height: 44vw;
  }
}

@media screen and (max-width: 767px) {
  .navigation-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .navigation-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-box.line {
    display: none;
  }

  .nav {
    padding-left: 40px;
    padding-right: 40px;
  }

  .intro {
    padding: 40px 60px;
  }

  .intro-spline-box {
    min-width: 140px;
  }

  .intro-text {
    font-size: 60px;
  }

  .title-box {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .title-box.aboutme {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-box {
    margin-top: 0;
  }

  .tabs-menu {
    justify-content: flex-start;
  }

  .wokr-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-right-box {
    align-items: flex-start;
  }

  .text-block-10 {
    text-align: left;
  }

  .exploration-left-box {
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .exploration-right-box {
    height: 100%;
  }

  .exploration-title-text {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-11 {
    font-size: 12px;
    line-height: 16px;
  }

  .avatar-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .aavatar-title-texr {
    font-size: 32px;
  }

  .information-title-box {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card {
    height: 60vw;
  }
}

@media screen and (max-width: 479px) {
  .navigation-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .navigation-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
  }

  .button-box {
    background-color: #fff;
    padding: 6px;
  }

  .button-box.line, .button-text {
    display: none;
  }

  .nav, .intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-icon-box {
    align-items: center;
    display: flex;
  }

  .wokr-list-wrapper {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .footer-text {
    font-size: 32px;
  }

  .exploration-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 5fr;
  }

  .exploration-left-box {
    border-style: none;
    border-radius: 0;
  }

  .exploration-title-text {
    font-size: 24px;
    line-height: 26px;
  }

  .avatar-wrap {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .aavatar-title-texr {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .avatar-text {
    font-size: 12px;
  }

  .information-card-box {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .card {
    height: 110vw;
  }

  .banner-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-box {
    border-radius: 10px;
  }
}


@font-face {
  font-family: 'Bytesans';
  src: url('../fonts/ByteSans-SemiLight.ttf') format('truetype'), url('../fonts/ByteSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bytesans';
  src: url('../fonts/ByteSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bytesans';
  src: url('../fonts/ByteSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bytesans';
  src: url('../fonts/ByteSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Heavy.otf') format('opentype'), url('../fonts/SanFranciscoDisplay-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Thin.otf') format('opentype'), url('../fonts/SanFranciscoDisplay-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscotext';
  src: url('../fonts/SanFranciscoText-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sanfranciscodisplay';
  src: url('../fonts/SanFranciscoDisplay-Ultralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}