@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MTS B;
  src: url('../fonts/Montserrat-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MTS Bi;
  src: url('../fonts/Montserrat-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: MTS BBB;
  src: url('../fonts/Montserrat-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MTS m;
  src: url('../fonts/Montserrat-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: MTS mi;
  src: url('../fonts/Montserrat-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --black: black;
  --a-bit-grey: #9d9d9d;
  --xanthous: #ffae12;
  --slight-off-white: #e6e6e6;
  --off-white: #ccc;
  --white: white;
  --cyan: #35ffdb;
  --off-off-white: #b3b3b3;
  --pretty-grey: grey;
  --bg: #222a35;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: MTS m, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

.header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  max-height: none;
  display: flex;
  position: relative;
}

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar.nav-home {
  z-index: 999;
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.nav-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 80%;
  max-width: none;
  display: flex;
}

.nav-container.home-nav {
  width: 80%;
}

.nav {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-item {
  color: var(--a-bit-grey);
  cursor: pointer;
  font-family: MTS BBB, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 184.5%;
}

.nav-item:hover {
  color: var(--xanthous);
}

.nav-item.nav-link-home {
  color: var(--slight-off-white);
  font-family: MTS BBB, sans-serif;
}

.nav-item.nav-link-home:hover {
  color: var(--xanthous);
}

.header-content {
  z-index: 99;
  grid-column-gap: 108px;
  grid-row-gap: 108px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin-top: 0%;
  padding-top: 5vh;
  display: flex;
}

.globe {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  max-width: none;
  padding-left: 0%;
}

.globe.art-ball {
  object-fit: contain;
  min-width: 800px;
  max-width: none;
  height: auto;
}

.globe.nation-sm {
  object-fit: contain;
  object-position: 50% 50%;
  width: auto;
}

.h2 {
  grid-column-gap: 13.3333px;
  grid-row-gap: 13.3333px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 13.3333px;
  display: flex;
}

.text-2 {
  color: #ffae12;
  text-transform: uppercase;
  text-shadow: 0 2px 10.2857px #000;
  padding-left: 0%;
  font-family: MTS B, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

.cta-bar {
  grid-column-gap: 53.3333px;
  grid-row-gap: 53.3333px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 20px;
  display: flex;
}

.p {
  color: var(--off-white);
  text-transform: undefined;
  text-shadow: 0 2px 5.71429px #0009;
  font-family: MTS m, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.intersection {
  grid-column-gap: 9.17782px;
  grid-row-gap: 9.17782px;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 40px 0;
  display: flex;
}

.numbers {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: stretch space-between;
  align-items: center;
  width: 80%;
  display: flex;
}

.num-item {
  grid-column-gap: 10.0956px;
  grid-row-gap: 10.0956px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.num-h {
  border-style: none;
  border-width: undefinedpx;
  color: #499da1;
  text-transform: uppercase;
  border-color: #000;
  font-family: MTS Bi, sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.num-icon {
  grid-column-gap: 7.34226px;
  grid-row-gap: 7.34226px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.num-icon-vec {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  display: flex;
}

.num-h2 {
  color: #7a8888;
  font-family: MTS Bi, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

.number-sm {
  color: #7a8888;
  font-family: MTS mi, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 150%;
}

.number-sm.number-text {
  text-align: right;
  align-self: auto;
  max-width: 400px;
  font-family: MTS mi, sans-serif;
  font-size: 12px;
}

.icon-2 {
  grid-column-gap: 6.42447px;
  grid-row-gap: 6.42447px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-3 {
  grid-column-gap: 8.26004px;
  grid-row-gap: 8.26004px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product-mgmt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flag-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 46vh;
  min-height: 400px;
  display: flex;
}

.titles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/mtn-min.png'), linear-gradient(#10284b, #8793a5);
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: 100vh;
  min-height: 800px;
  display: flex;
}

.monster {
  object-fit: cover;
  object-position: 100% 50%;
  height: 100%;
}

.credits {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 100%;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.h3 {
  grid-column-gap: .917782px;
  grid-row-gap: .917782px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1084.82px;
  display: flex;
}

.credit-h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-left: .5rem;
  font-family: MTS B, sans-serif;
  font-size: 41px;
  font-style: normal;
  font-weight: 800;
  line-height: 167.5%;
}

.credit-h2.aaa-credit {
  color: var(--xanthous);
  margin-left: 0;
  font-style: normal;
}

.credit-h2.aaa-credit-h-cn {
  margin-left: .25rem;
}

.credit-text {
  color: var(--a-bit-grey);
  text-align: center;
  text-transform: undefined;
  font-family: MTS mi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 167.5%;
}

.title-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.title-img {
  object-fit: cover;
  border: 2px solid #fff;
  width: 70px;
  height: auto;
  box-shadow: 0 0 9.09049px #00000080;
}

.title-img.credit-img.display-max {
  display: none;
}

.utility-page-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.tabs-content-wrapper {
  margin-top: 0;
  overflow: visible;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  align-self: flex-end;
  max-width: none;
}

.section-tabs {
  background-color: #fff0;
  width: 100%;
  min-height: 0;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 0;
  display: flex;
}

.tabs-menu-underline-wrapper {
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 0 2.5em;
  display: flex;
  top: 0;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #525252;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.outer-loop {
  width: 100%;
  overflow: hidden;
}

.inner-loop {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inner-loop.reverse-loop {
  justify-content: flex-end;
}

.fs-sliderdots_slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
}

.fs-sliderdots-nav {
  z-index: 1;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  margin-top: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.fs-sliderdots_arrow-right {
  background-color: #00000080;
  border-radius: 500px;
  width: 4rem;
  height: 4rem;
  margin-bottom: auto;
  font-size: 1.5rem;
  display: block;
  inset: 0% 2rem 0% auto;
}

.fs-sliderdots_arrow-right.no-dot {
  display: none;
}

.fs-sliderdots_content {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--black);
  text-shadow: 0 0 10px #0000004d;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem 1rem;
  font-family: MTS Bi, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: inline-block;
  position: relative;
}

.fs-sliderdots_content.fs-sliderdots_active {
  color: var(--xanthous);
  -webkit-text-stroke-width: 0px;
  cursor: pointer;
  background-color: #fff0;
  font-family: MTS Bi, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.fs-sliderdots_content.fs-sliderdots_active.no-dot {
  font-family: MTS Bi, sans-serif;
  display: none;
}

.fs-sliderdots_content.no-dot {
  font-family: MTS Bi, sans-serif;
  font-weight: 700;
  display: none;
}

.fs-sliderdots_arrow-left {
  background-color: #1a1a1a80;
  border-radius: 500px;
  width: 4rem;
  height: 4rem;
  margin-bottom: auto;
  font-size: 1.5rem;
  display: block;
  inset: 0% auto 0% 2rem;
}

.fs-sliderdots_arrow-left.no-dot {
  display: none;
}

.fs-sliderdots_slide {
  text-align: center;
  background-color: #111;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-hide {
  color: var(--xanthous);
  font-weight: 500;
  display: none;
}

.main-slider-img {
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.port-tab {
  color: var(--slight-off-white);
  background-color: #ddd0;
  padding: 20px 40px;
  font-family: MTS B, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.port-tab.w--current {
  background-color: var(--xanthous);
  color: var(--black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 20px 40px;
  font-family: MTS B, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.port-tab.jp-port-tab, .port-tab.jp-port-tab.w--current {
  padding-left: 20px;
  padding-right: 20px;
}

.slide, .mask {
  height: auto;
}

.tab-pane-tab-1 {
  background-color: var(--black);
  min-height: 0;
}

.featured-model {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  height: 90%;
  max-height: none;
  display: flex;
}

.btn {
  border: 4px solid var(--white);
  background-color: var(--cyan);
  width: auto;
  color: var(--black);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 99px;
  align-self: flex-start;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  display: block;
  box-shadow: 0 2px 5px #0000004d;
}

.btn.btn-mid {
  text-align: center;
  align-self: center;
  margin-top: 13px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: MTS Bi, sans-serif;
  font-style: italic;
}

.btn.btn-mid:hover {
  background-color: var(--xanthous);
}

.btn.btn-mid.cn-formsubmit, .btn.btn-mid.form-jp {
  font-style: normal;
}

.section-heading-2 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: MTS B, sans-serif;
  font-size: 32px;
  font-weight: 500;
  display: inline-block;
}

.section-heading-2.intro-non-break-hding {
  font-family: MTS B, sans-serif;
  font-weight: 700;
}

.section-heading-2.intro-non-break-hding.job-opening-txt {
  color: var(--white);
}

.section-heading-1 {
  color: var(--xanthous);
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: .5rem;
  font-family: MTS B, sans-serif;
  font-size: 32px;
  display: inline-block;
}

.section-heading-1.intro-non-break-hding {
  margin-left: .5rem;
  font-family: MTS B, sans-serif;
}

.section-heading-1.intro-non-break-hding.intro-heading-cn {
  margin-right: .2rem;
}

.section-heading-1.intro-non-break-hding.intro-native-mgmt-kr-h1 {
  margin-right: 1rem;
}

.intro-heading {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 90%;
  margin-bottom: 0;
  display: flex;
}

.intro-heading.intro-h-region {
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  width: 80%;
  max-width: 1200px;
  color: var(--a-bit-grey);
  text-align: center;
  align-self: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: MTS m, sans-serif;
  line-height: 130%;
  display: block;
}

.paragraph.jp-para {
  font-size: 12px;
}

.big-globe {
  max-width: 80%;
}

.loop-studio {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 3vw;
  display: inline-block;
}

.studio {
  max-width: 5vw;
}

.studio-block {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.outer-loop-r {
  width: 100%;
  overflow: hidden;
}

.studio-loop {
  background-color: #fff;
  margin-top: 20px;
  margin-bottom: 80px;
}

.anmation-video {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  max-height: none;
  margin-top: 0;
  display: block;
}

.youtube {
  object-fit: fill;
  justify-content: center;
  align-self: flex-end;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  inset: 0%;
}

.tab-pane-tab-3, .tab-pane-tab-2, .tab-pane-tab-4, .tab-pane-tab-5 {
  background-color: var(--black);
}

.youtube-container {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50%;
  position: relative;
  top: auto;
}

.team-of-enthusiasts {
  background-color: var(--black);
  background-image: url('../images/group-team-bg-min.jpg');
  background-position: 100%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  height: 50vh;
  min-height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.team-h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 55px;
  font-style: italic;
  font-weight: 700;
  display: block;
}

.team-h1.team-h1-kr-b, .team-h1.team-h1-jp {
  color: var(--xanthous);
}

.team-h1-a {
  color: var(--xanthous);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 55px;
  font-style: italic;
  display: inline-block;
}

.team-h1-a.team-h1-kr-a, .team-h1-a.team-h1-a-jp {
  color: var(--white);
}

.para {
  color: var(--off-off-white);
  -webkit-text-stroke-color: var(--pretty-grey);
  text-shadow: 0 1px 5px #000000b3;
  margin-bottom: 5vh;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.para.team-p-mid {
  color: var(--off-white);
  margin-bottom: 30px;
}

.para.contact-para {
  color: var(--slight-off-white);
  text-shadow: 0 1px 5px #000;
}

.para.contact-para.contact-para-kr {
  color: var(--slight-off-white);
}

.team-title {
  text-shadow: 0 2px 5px #00000080;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.team-title.team-title-cn {
  flex-direction: row;
}

.team-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 50%;
  max-width: 750px;
  margin-left: 10%;
  display: flex;
}

.outer-loop-2, .outer-loop-r2 {
  width: 100%;
  overflow: hidden;
}

.footer-contact-i {
  color: var(--cyan);
  margin-left: 0;
  margin-right: 0;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 16px;
  font-weight: 900;
  display: inline-block;
}

.footer-contact-i.footer-contact-h {
  margin-left: 0;
  margin-right: 7px;
  padding-left: 7px;
  font-family: MTS B, sans-serif;
  font-weight: 700;
}

.footer-contact-i.footer-address-icon {
  margin-left: 2px;
  margin-right: 2px;
}

.footer-contact-p {
  color: var(--a-bit-grey);
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.footer-contact-bar {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.footer-contact-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.logo-footer {
  object-fit: contain;
  width: 300px;
  max-width: none;
  display: block;
}

.footer-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  height: 340.172px;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: 10%;
  display: flex;
}

.footer-content.footer-content-jp {
  margin-left: 5%;
}

.form-container {
  width: 40%;
  margin-bottom: 80px;
  margin-right: 5%;
  position: relative;
}

.form-container.form-contact {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0%;
}

.social-media-icon {
  flex: 0 auto;
  align-self: center;
  max-width: 40px;
}

.social-media-icon.wechat-qr-code-imng {
  border-radius: 9px;
  max-width: 100px;
}

.social-media-icon-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-talk {
  background-color: #3899dd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
  top: 0;
}

.form-talk.form-talk-top {
  top: auto;
}

.form-title {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 4px #0006;
  margin-bottom: 20px;
  font-family: MTS Bi, sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
}

.textarea {
  min-height: 150px;
  color: var(--a-bit-grey);
  border-radius: 20px;
  padding-top: 8px;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.email-field {
  color: var(--a-bit-grey);
  border-radius: 20px;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
}

.name-field {
  color: var(--a-bit-grey);
  border-radius: 30px;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
}

.term-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.rights {
  color: var(--pretty-grey);
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footer-term {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.term-wrapper {
  justify-content: space-between;
  width: 100%;
  padding-left: 10%;
  padding-right: 6%;
  display: flex;
}

.cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 4px solid var(--white);
  background-color: var(--cyan);
  -webkit-text-stroke-color: var(--white);
  border-radius: 99px;
  justify-content: space-around;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.cta:hover {
  background-color: var(--xanthous);
}

.cta.team-cta {
  align-self: flex-start;
}

.cta.cta-top {
  border-style: solid;
  border-color: #f2f2f2;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-self: flex-start;
  margin-top: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cta.cta-top.cta-contact {
  display: none;
}

.cta-text {
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border: 4px #000;
  border-radius: 0;
  padding: 10px 0;
  font-family: MTS Bi, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  display: inline-block;
}

.cta-text.fa-icon {
  text-transform: none;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}

.logo-sm {
  max-width: 180px;
  display: block;
}

.logo-stacked {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.logo-stacking {
  max-width: 70%;
}

.navbar-mobile {
  display: none;
}

.text-block-6 {
  font-family: MTS B, sans-serif;
}

.intro-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.intro-section.nanjing-section {
  margin-top: 60px;
  margin-bottom: -120px;
}

.intro-section.job-list-intro {
  margin-bottom: 20px;
}

.header-about {
  background-image: url('../images/service-home-bg-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  min-height: 90vh;
  display: flex;
}

.header-about.header-service {
  background-image: url('../images/service-bg-min.jpg');
  background-position: 100% 0;
}

.header-about.header-career {
  background-color: var(--black);
  background-image: url('../images/Working-Space_04-min.jpg');
  background-position: 100%;
}

.header-about.header-contact-main {
  background-image: url('../images/contact-home-bg-min-1-min.jpg');
  background-position: 0%;
}

.body-regular {
  background-color: var(--white);
  color: var(--black);
  font-family: MTS m, sans-serif;
  font-weight: 500;
}

.header-title {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h2-header {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 0 2px 5px #0000004d;
  font-family: MTS B, sans-serif;
  font-size: 60px;
  line-height: 120%;
}

.header-content-r {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.header-content-r.header-content-r-contact.header-content-contact-cn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.holo-story {
  object-fit: fill;
  width: 75%;
  max-width: none;
  display: block;
}

.holo-story.holo-team {
  width: 70%;
}

.holo-story.holo-contact {
  width: 80%;
  margin-top: -20px;
}

.header-left {
  width: 40%;
  margin-left: 10%;
  display: flex;
}

.header-left.header-content-service {
  width: 60%;
}

.header-left.header-left-contact {
  width: 40%;
}

.header-group-img {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  max-width: none;
  margin-left: 3%;
  display: flex;
}

.header-group-img.header-contact-form {
  align-self: center;
  width: 40%;
  max-width: 100%;
  margin-right: 5%;
}

.link-block.w--current {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.link-block-2, .link-block-3, .link-block-4, .link-block-5 {
  text-decoration: none;
}

.group-about {
  object-fit: fill;
  align-self: flex-end;
  width: 100%;
  max-width: none;
  max-height: 80vh;
  margin-left: auto;
  position: static;
  bottom: 0;
  right: 0;
}

.home-block-nav {
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.about-block-nav, .service-block-nav {
  text-decoration: none;
}

.service-block-nav.w--current {
  color: var(--xanthous);
}

.career-block-nav, .contact-block-nav {
  text-decoration: none;
}

.frame-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.timeline-item {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.frame-imgblock {
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.timeline-slider {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.timeline-frame {
  margin-bottom: 50px;
}

.slider-text {
  color: #fff;
  align-self: center;
  width: 60%;
  padding-left: 5%;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.slider-text.slider-text-nanjing {
  width: 35%;
}

.slider-text.slider-bullets {
  z-index: 99;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.slider-text.just-slider-title {
  justify-content: flex-start;
  align-items: flex-end;
  width: 80%;
  padding: 20px 0 20px 0%;
  display: flex;
}

.main-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.frame-item {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 0%;
  position: relative;
}

.timeline-nav {
  width: 100%;
  max-width: none;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
}

.timeline-text {
  color: #a9a9a9;
  text-align: center;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 50px;
  font-family: MTS BBB, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.timeline-text.time-line-text-hide {
  color: var(--a-bit-grey);
  font-size: 22px;
}

.logo-old {
  object-fit: contain;
  max-width: 100px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}

.mgmt-section {
  background-color: var(--white);
  margin-top: 80px;
  margin-bottom: 80px;
}

.mgmt-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: minmax(auto, auto) auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.mgmt-img {
  width: 100%;
  max-width: none;
}

.mgmt-name {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  font-family: MTS B, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.mgmt-title {
  color: var(--a-bit-grey);
  text-align: center;
  font-family: MTS m, sans-serif;
  font-size: 10px;
  line-height: 150%;
}

.boss-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: 0%;
  padding: 0%;
  display: flex;
}

.boss-title {
  color: #4b4b4b;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MTS m, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.boss-title.title-boss-h2-cn {
  color: #999;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.boss-title.boss-title-h3-cn {
  color: var(--pretty-grey);
  text-align: center;
  font-size: 17.5px;
  font-weight: 500;
}

.image-84 {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: auto;
}

.boss-image {
  width: 50%;
  min-height: 0;
  max-height: none;
}

.boss-para {
  color: #555;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 0;
  font-family: MTS m, sans-serif;
  font-size: 11px;
  line-height: 160%;
}

.boss-para.boss-para-mobile {
  display: none;
}

.boss-para.boss-para-cn {
  font-size: 13px;
  line-height: 220%;
}

.boss-name {
  color: #666;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MTS B, sans-serif;
  font-size: 26px;
}

.boss-info {
  background-color: #eee;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.just-slider {
  color: #8b6d42;
  background-color: #804028;
  width: 80%;
  height: auto;
}

.just-slider.nanjing-slider {
  background-color: #5c1f16;
  width: 65%;
}

.slider-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
}

.slider-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

.slider-p {
  color: var(--off-off-white);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.slider-p.slider-port-p {
  max-width: none;
  color: var(--a-bit-grey);
  margin-left: 20px;
}

.slider-p.slider-port-p.slider-ani, .slider-p.slider-port-p.slider-3d-port-p {
  max-width: none;
}

.slider-r {
  background-color: #5c1f16;
  display: flex;
}

.slider-r.slider-port {
  background-color: #8b6d42;
}

.slider-r.slider-port.slider-am-port {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  position: relative;
}

.slider-r.slider-port.slider-am-port.slider-3d-service {
  justify-content: space-around;
}

.slider-r.slider-port.slider-am-port.slider-anim {
  justify-content: space-around;
  min-height: 0;
  margin-top: 0;
  padding-top: 60px;
}

.nanjing-section {
  background-color: #fff;
  border: 1px #0000;
}

.heading-lg-slider {
  width: auto;
  color: var(--xanthous);
  margin-top: 0;
  margin-bottom: 0;
  font-family: MTS BBB, sans-serif;
  font-size: 76px;
  font-weight: 800;
  line-height: 80%;
}

.heading-lg-slider.nanjing-large-heading {
  font-size: 55px;
}

.heading-lg-slider.nanjing-large-heading.nanjing-text {
  color: var(--xanthous);
  font-family: MTS BBB, sans-serif;
}

.heading-lg-slider.slider-3d-lg {
  color: var(--xanthous);
}

.heading-lg-slider.slider-anim-lg {
  color: var(--xanthous);
  font-size: 35px;
  line-height: 80%;
}

.heading-lg-slider.slider-anim-lg.vfx-slider-ani {
  color: #585858;
}

.heading-lg-slider.slider-level-text-1 {
  color: var(--xanthous);
  font-size: 60px;
}

.heading-sm-slider {
  color: #585858;
  -webkit-text-stroke-color: #1f3550;
  margin-top: 0;
  margin-bottom: 0;
  font-family: MTS BBB, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 100%;
}

.heading-sm-slider.nanjing-sm-heading {
  font-size: 30px;
}

.heading-sm-slider.nanjing-sm-heading.nanjing-text {
  color: #fff;
  font-family: MTS BBB, sans-serif;
}

.heading-sm-slider.nanjing-sm-heading.nanjing-text.nanjing-text-jp {
  font-size: 20px;
}

.heading-sm-slider.slider-3d-sm {
  color: #585858;
}

.heading-sm-slider.slider-text-level-3 {
  color: #585858;
  font-size: 32px;
}

.nanjing-draw {
  flex: 0 auto;
  height: 150px;
  position: static;
  bottom: auto;
}

.service-tag-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.service-tag-link {
  color: var(--cyan);
  white-space: normal;
  background-color: #00000080;
  border-radius: 20px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: MTS B, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
  display: inline-block;
}

.service-tag-link:hover {
  background-color: var(--black);
  color: var(--xanthous);
}

.slider-port-heading {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: flex-end;
  min-width: 190px;
  display: flex;
}

.slider-port-heading.slider-text-3d {
  min-width: 240px;
}

.slider-port-heading.slider-text-3d.slider-text-3d-cn {
  min-width: 220px;
}

.slider-port-heading.slider-text-3d.heading-3d-jp {
  min-width: 290px;
}

.slider-port-heading.slider-anim.slider-anim-heading {
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 320px;
}

.slider-port-heading.slider-anim.slider-anim-heading.animation-heading-cn {
  min-width: 180px;
}

.slider-port-heading.slider-text-level {
  min-width: 290px;
}

.slider-port-heading.slider-text-level.level-title-cn {
  min-width: 210px;
}

.slider-port-heading._2d-heading-cn {
  min-width: 220px;
}

.slider-port-heading.heading-2d-jp {
  min-width: 250px;
}

.slider-port-list-item {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: .4rem;
  margin-bottom: .4rem;
  display: flex;
}

.slider-port-list-item.slider-single {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}

.slider-check {
  color: var(--xanthous);
  margin-right: .3rem;
  font-family: "Fa Solid 900", Arial, sans-serif;
  line-height: 120%;
  display: inline-block;
}

.slider-list-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
}

.slider-list-text.slider-port-p {
  font-family: MTS m, sans-serif;
  font-weight: 500;
}

.service-slider {
  background-color: #fff;
}

.what-we-do {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.video-slider-ani {
  background-color: var(--black);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.service-slider-bottom {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--xanthous);
  justify-content: center;
  padding: 1rem 5%;
  display: flex;
}

.port-sub {
  width: auto;
  display: flex;
}

.text-field-2 {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
  height: auto;
  margin-bottom: 0;
  padding-left: 20px;
}

.text-field-2.news-text {
  padding-left: 20px;
}

.submit-btn-port {
  background-color: var(--cyan);
  height: 100%;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  border-top-right-radius: 99px;
  border-bottom-right-radius: 99px;
  padding-right: 20px;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
}

.port-sub-service {
  align-self: center;
  width: 250px;
  margin-bottom: 0;
}

.port-sub-service.port-hub-news {
  width: 100%;
}

.port-sub-h {
  align-self: center;
  font-family: MTS B, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.port-sub-h.port-sub-h-cn {
  font-size: 20px;
  font-weight: 700;
}

.logo-block-nav {
  margin-right: 15px;
}

.logo-stacked-m {
  display: block;
}

.client-static {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.dropdown-nav-bar {
  color: #fff;
  margin-right: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.dropdown-nav-bar.dropdown-nav {
  z-index: 999;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.globe-icon-lang {
  color: var(--xanthous);
  margin-right: .5rem;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 300%;
}

.globe-icon-lang.lang-text {
  width: auto;
  height: auto;
  margin-right: 0;
  font-family: MTS B, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 300%;
}

.globe-icon-lang.lang-text.globe-iocn-lang-nav {
  font-family: MTS B, sans-serif;
}

.globe-icon-lang.lang-text.globe-iocn-lang-nav:hover {
  color: #fdd077;
}

.globe-icon-lang.globe-iocn-lang-nav {
  line-height: 150%;
}

.dropdown-toggle {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: static;
}

.dropdown-toggle.dropdown-nav-toggle {
  padding: 0;
}

.dropdown-toggle.dropdown-nav-toggle.w--open {
  position: relative;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  margin-top: -30px;
}

.dropdown-list.dropdown-nav-list.drop-down-nav-lang {
  z-index: 999;
  display: none;
}

.dropdown-list.dropdown-nav-list.drop-down-nav-lang.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 45px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto -4px;
}

.accordion {
  z-index: 1;
  width: 100%;
  height: 30vh;
  min-height: 0;
  max-height: 90vh;
  box-shadow: none;
  border-bottom: 1px solid #d3d4d4;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  transition: box-shadow .75s, border-color .75s;
  display: flex;
  position: relative;
  overflow: scroll;
}

.accordion:hover {
  z-index: 2;
  box-shadow: 0 10px 40px 30px #d3d4d466;
}

.nav-item-2 {
  color: #d3d4d4;
  letter-spacing: -.4px;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.nav-item-2:hover {
  color: #8f00ff;
}

.nav-item-2.w--current {
  color: #000;
}

.job-section {
  text-align: center;
  background-color: #000;
  background-image: url('../images/office-img-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 60px 24px;
  position: relative;
  overflow: hidden;
}

.accordion-2 {
  width: 66.66%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.accordion-2.js-accordion {
  width: 75%;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.js-accordion-icon.active {
  transform: rotate(90deg);
}

.accordion-header-2 {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header-2.js-accordion-header {
  cursor: pointer;
}

.accordion_item-image {
  width: 40px;
}

.question-text {
  color: #3d8fca;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-family: MTS B, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
}

.job-list-wrapper {
  background-color: #0000;
  max-width: 1200px;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  padding-bottom: 20px;
}

.accordion__item.js-accordion-item.active {
  cursor: default;
}

.accordion-body {
  color: #9096a4;
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  color: #9096a4;
  padding-bottom: 20px;
}

.accordion-body__contents {
  opacity: 1;
  color: #9096a4;
  margin-top: 8px;
  font-family: MTS m, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.bold-text {
  color: #41454e;
  font-family: MTS B, sans-serif;
}

.italic-text {
  color: #9096a4;
  -webkit-text-stroke-color: #9096a4;
  font-family: MTS mi, sans-serif;
  font-weight: 500;
}

.cta-job {
  background-color: var(--cyan);
  color: var(--black);
  text-transform: uppercase;
  border-radius: 99px;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: MTS B, sans-serif;
  font-weight: 700;
}

.cta-job:hover {
  background-color: var(--xanthous);
}

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

.regions-section {
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px 40px;
  position: relative;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.nation-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-family: MTS B, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-member-position {
  color: var(--pretty-grey);
  margin-bottom: 24px;
  font-weight: 500;
}

.title-section {
  max-height: none;
}

.bg-home-slider {
  z-index: 0;
  align-self: stretch;
  width: 100%;
  height: 100%;
  max-height: none;
  position: absolute;
}

.bg-home-slider.home-slider-mobile, .left-arrow-2, .right-arrow-2, .slide-nav-2 {
  display: none;
}

.slider-bg {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slider-bg.slider-apex {
  object-position: 100% 50%;
}

.div-block-6 {
  width: 100%;
  position: relative;
}

.just-slider-bg {
  z-index: 0;
  background-color: #3b6495;
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.just-slider-bg.slider-3d-just {
  background-color: #8b6d42;
}

.just-slider-bg.slider-just-bg-ani {
  background-color: #5d8156;
}

.just-slider-bg.slider-just-level {
  background-color: #236e83;
}

.left-arrow-3, .right-arrow-3, .slide-nav-3 {
  display: none;
}

.newsletter-container {
  width: 70%;
  margin-top: 10px;
  display: none;
}

.text-block-7 {
  color: var(--slight-off-white);
  text-align: center;
  font-size: 14px;
  line-height: 200%;
}

.media-block-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.youtube-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.story-text {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  margin: 20px auto 0;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.story-text-block {
  min-width: 0;
  max-width: none;
  color: var(--a-bit-grey);
  text-align: center;
  font-family: MTS m, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.lang-flag {
  max-width: 30px;
}

.div-block-7 {
  display: flex;
}

.to-top-btn {
  width: 50px;
  height: 50px;
  color: var(--xanthous);
  -webkit-text-stroke-width: 1px;
  background-color: #000;
  border: 4px solid #ffffff80;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 23px;
  font-weight: 900;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.to-top-btn:hover {
  background-color: var(--cyan);
  color: var(--black);
  border-color: #fff;
}

.form-field-wrapper {
  width: 100%;
  position: relative;
}

.required-star {
  z-index: 99;
  height: auto;
  color: var(--xanthous);
  font-family: MTS B, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  inset: 0% auto auto 12px;
}

.boss-image-wrapper {
  width: 100%;
  display: flex;
}

.lang-globe-icon {
  width: 22px;
  margin-right: .5rem;
}

.social-media-badge {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-media-badge.wechat-qr-code {
  color: #a8a8a8;
  flex-direction: column;
  text-decoration: none;
}

.boss-text-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.what-we-do-img-container {
  width: 80%;
}

.what-we-do-image-service {
  object-fit: contain;
}

.what-we-do-image-service.wwd-img-m {
  display: none;
}

.paragraph-4 {
  color: var(--a-bit-grey);
  margin-bottom: 0;
  margin-left: 1rem;
  font-family: MTS m, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.apply-text-container {
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.slider-1 {
  background-color: var(--black);
}

.mask-2 {
  background-color: #2c665f;
}

.mask-3 {
  background-color: #8b6d42;
}

.mask-4 {
  background-color: #3b6495;
}

.success-message {
  color: #fff;
  background-color: #3899dd;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.success-message-2 {
  background-color: var(--xanthous);
  border-radius: 999px;
}

.mask-5 {
  background-color: #804028;
}

.mask-6, .mask-7 {
  background-color: var(--black);
}

.bold-text-7 {
  font-weight: 500;
}

.bold-text-8, .bold-text-9 {
  font-family: MTS m, sans-serif;
  font-weight: 500;
}

.bold-text-10, .italic-text-6, .italic-text-7, .italic-text-8 {
  font-weight: 500;
}

.bold-text-11 {
  text-decoration: none;
}

.bold-text-12 {
  font-weight: 400;
}

.bold-text-13 {
  font-family: MTS B, sans-serif;
}

.italic-text-9, .italic-text-10, .italic-text-11 {
  font-family: MTS Bi, sans-serif;
}

.bold-text-14, .bold-text-15, .bold-text-16, .text-block-8, .text-block-9, .text-block-10, .text-block-11 {
  font-family: MTS B, sans-serif;
}

.bold-text-17 {
  font-family: MTS B, sans-serif;
  font-weight: 700;
}

.bold-text-18, .bold-text-19, .bold-text-20, .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
  font-family: MTS B, sans-serif;
}

.bilibili, .html-embed, .html-embed-2 {
  width: 100%;
  height: 100%;
}

.body-pdf {
  height: 100%;
}

.heading {
  font-family: MTS B, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-block-16 {
  font-size: 8px;
}

.white-cn-team-text {
  color: #fff;
}

.rights-term-block {
  text-decoration: none;
}

.section {
  padding: 5%;
}

.text-block-17 {
  color: var(--pretty-grey);
  text-align: center;
  margin-top: .5rem;
  font-size: 12px;
}

.bold-text-21 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.bold-text-22 {
  font-family: MTS B, sans-serif;
  font-weight: 700;
}

.bold-text-23, .bold-text-24 {
  font-family: MTS B, sans-serif;
}

.hero-heading-right {
  background-color: var(--bg);
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-3.holiday-hero-jp-1 {
  max-width: 83%;
}

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

.hero-split-2.hero-1-leeter {
  max-width: 42%;
}

.hero-split-2.hero-1-leeter-jp-2 {
  max-width: 52%;
}

.shadow-two {
  max-width: 100%;
  box-shadow: 0 4px 24px #96a3b514;
}

.shadow-two.main-shadown-img {
  border-style: solid;
  border-width: 3px;
}

.margin-bottom-24px {
  color: #b8b8b8;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 140%;
}

.margin-bottom-24px.holiday-jp-text {
  letter-spacing: 0;
  line-height: 180%;
}

.button-primary {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffaf01;
  padding: 12px 25px;
  font-family: MTS BBB, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.pricing-overview {
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

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

.pricing-description {
  color: #8d8d8d;
  text-align: center;
  letter-spacing: 1px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.pricing-description.jplettertext {
  letter-spacing: 0;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

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

.pricing-image {
  border: 2px solid var(--off-white);
  object-fit: cover;
  border-radius: 10px;
  width: 120px;
  height: 160px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

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

.gallery-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-block.hilight {
  justify-content: center;
  align-items: center;
  max-width: 40%;
  margin-right: 60px;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.gallery-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.centered-subheading {
  color: #8d8d8d;
  text-align: center;
  letter-spacing: 1px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 0;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.team-member-name-two {
  color: #3d3d3d;
  text-align: left;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 600;
}

.team-member-text {
  color: #8d8d8d;
  text-align: left;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.footer-subscribe {
  background-color: #000;
  border-bottom: 1px solid #000;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.footer-wrapper-three {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: none;
  overflow: hidden;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #424242;
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #bdbdbd;
}

.footer-legal-block {
  color: #bdbdbd;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #bdbdbd;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.image-85 {
  max-width: 100px;
}

.heading-2 {
  color: #ffaf01;
  margin-bottom: 20px;
}

.heading-3 {
  font-size: 20px;
  font-weight: 500;
}

.heading-3.wowow.h3sp1 {
  font-size: 17px;
}

.heading-3.h3-sp-ff7re {
  text-align: left;
  align-self: flex-start;
  width: 200%;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 17px;
}

.heading-4 {
  font-size: 20px;
  font-weight: 500;
}

.heading-4.wowow {
  font-size: 17px;
}

.heading-5 {
  font-size: 20px;
  font-weight: 500;
}

.heading-5.wowow {
  font-size: 17px;
}

.hero-without-image {
  background-color: var(--bg);
  border: 0 solid #000;
  padding: 60px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #d3d3d3;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 150%;
}

.button-primary-2 {
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffaf01;
  padding: 12px 25px;
  font-family: MTS BBB, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-6 {
  color: #ffaf01;
  font-size: 32px;
  line-height: 120%;
}

.heading-6.heading-kr-6 {
  font-size: 24px;
}

.heading-7 {
  color: #ffaf01;
  margin-top: 0;
  margin-bottom: 20px;
}

.list-item {
  color: #646464;
}

.div-block-88-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  color: #8d8d8d;
  letter-spacing: 1px;
  font-size: 16px;
}

.paragraph-5.leftalign {
  margin-right: auto;
}

.paragraph-5.page2 {
  width: 70%;
}

.bold-text-25 {
  color: #ffaf01;
}

.bold-text-jp-holidays {
  font-size: 30px;
}

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

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

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-86 {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 33px;
}

.heading-8 {
  margin-top: 100px;
}

.heading-9 {
  margin-top: 140px;
  margin-bottom: 40px;
}

.heading-10 {
  margin-bottom: 40px;
}

.heading-11 {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-11.ff7re-sp {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 8px;
}

.link-block-6 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.letterpreview {
  border: 2px solid var(--off-white);
  object-fit: cover;
  border-radius: 10px;
  width: 300px;
  margin-bottom: 16px;
}

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

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

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

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

.hero-split-2.highlight_r {
  max-width: 60%;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 24px;
}

.team-member-image-2.highlight-avatar {
  max-width: 180px;
  max-height: 180px;
  margin-top: 20px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position-2 {
  margin-bottom: 24px;
}

.artist-highlight-name {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .slider-port-heading.slider-text-level {
    min-width: 290px;
  }

  .title-section {
    max-height: none;
  }

  .to-top-btn {
    bottom: 20px;
    right: 1vw;
  }

  .heading-3.h3-sp-ff7re, .heading-5.wowow {
    margin-top: 0;
  }
}

@media screen and (min-width: 1440px) {
  .header {
    min-height: 700px;
  }

  .navbar {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar.nav-home {
    z-index: 999;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .nav-container {
    width: 80%;
  }

  .nav {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-item {
    font-size: 23px;
    font-weight: 800;
    text-decoration: none;
  }

  .nav-item.nav-link-home {
    font-size: 23px;
  }

  .header-content {
    max-width: none;
    margin-bottom: 0;
  }

  .content {
    justify-content: space-around;
    margin-top: 0%;
    padding-top: 5vh;
  }

  .globe.art-ball {
    max-width: 1200px;
  }

  .text-2 {
    font-size: 32px;
    line-height: 50px;
  }

  .intersection {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .product-mgmt {
    padding-top: 60px;
  }

  .footer {
    min-height: 450px;
  }

  .title-container {
    max-width: 850px;
  }

  .title-img {
    border-width: 3px;
    width: 70px;
  }

  .title-img.credit-img.display-max {
    display: block;
  }

  .section-tabs {
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .featured-model {
    width: 45%;
  }

  .btn.btn-mid {
    text-align: center;
  }

  .section-heading-2, .section-heading-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .intro-heading {
    margin-bottom: 20px;
  }

  .paragraph {
    font-size: 20px;
    line-height: 150%;
  }

  .studio-loop {
    margin-bottom: 100px;
  }

  .para {
    color: var(--slight-off-white);
    margin-bottom: 5vh;
    font-size: 20px;
    line-height: 150%;
  }

  .team-title {
    flex-direction: row;
  }

  .team-content {
    width: 70%;
    max-width: none;
  }

  .footer-content.footer-content-jp {
    margin-left: 10%;
  }

  .textarea {
    height: 25vh;
  }

  .name-field {
    padding-left: 25px;
  }

  .term-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cta.cta-top {
    margin-top: 0;
  }

  .cta.cta-top.cta-contact {
    display: none;
  }

  .intro-section {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .intro-section.job-list-intro {
    margin-top: 100px;
  }

  .body-regular {
    background-color: var(--white);
  }

  .header-title {
    margin-bottom: 20px;
  }

  .h2-header.h2-cn-about {
    font-size: 100px;
  }

  .header-content-r.header-content-r-contact.header-content-contact-cn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .holo-story {
    width: 75%;
  }

  .holo-story.holo-team {
    width: 60%;
  }

  .header-left, .header-left.header-left-contact {
    width: 45%;
  }

  .header-group-img.header-contact-form {
    width: 35%;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5 {
    text-decoration: none;
  }

  .slider-text {
    width: 50%;
  }

  .frame-item {
    margin-left: 30px;
  }

  .timeline-nav {
    max-width: none;
  }

  .timeline-text {
    margin-top: 50px;
    margin-right: 0;
    font-size: 30px;
  }

  .timeline-text.time-line-text-hide {
    font-size: 30px;
  }

  .mgmt-section {
    margin-top: 120px;
    margin-bottom: 80px;
  }

  .grid {
    grid-row-gap: 25px;
  }

  .boss-text {
    background-color: #0000;
  }

  .boss-para {
    font-size: 13px;
  }

  .slider-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 0%;
  }

  .slider-text-wrapper.slider-text-wrapper-nanjing {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-p {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .slider-p.slider-port-p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .slider-r.slider-port.slider-am-port {
    justify-content: space-around;
    height: auto;
    min-height: 0;
    max-height: 1600px;
    margin-top: 0;
    padding-top: 60px;
  }

  .slider-r.slider-port.slider-am-port.slider-3d-service {
    height: auto;
    min-height: 0;
    max-height: 1600px;
  }

  .heading-lg-slider {
    font-size: 100px;
    line-height: 75px;
  }

  .heading-lg-slider.nanjing-large-heading {
    font-size: 70px;
  }

  .heading-lg-slider.slider-anim-lg {
    font-size: 45px;
  }

  .heading-lg-slider.slider-anim-lg.vfx-slider-ani {
    color: #585858;
  }

  .heading-sm-slider {
    color: #585858;
    font-size: 45px;
    line-height: 35px;
  }

  .heading-sm-slider.nanjing-sm-heading {
    font-size: 42px;
  }

  .heading-sm-slider.slider-3d-sm, .heading-sm-slider.slider-text-level-3 {
    color: #585858;
  }

  .service-tag-link {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
  }

  .slider-port-heading {
    min-width: 240px;
    margin-bottom: 4px;
  }

  .slider-port-heading.slider-text-3d {
    min-width: 290px;
  }

  .slider-port-heading.slider-anim.slider-anim-heading {
    min-width: 410px;
  }

  .slider-port-heading.slider-anim.slider-anim-heading.animation-heading-cn {
    min-width: 230px;
  }

  .slider-port-heading.slider-text-level {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider-port-heading.slider-text-level.level-title-cn {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-width: 200px;
  }

  .slider-port-list-item {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 18px;
  }

  .slider-list-text {
    font-size: 18px;
  }

  .slider-list-text.slider-port-p {
    font-size: 16px;
  }

  .what-we-do {
    width: 100%;
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-field-2 {
    height: auto;
    font-size: 20px;
    line-height: 120%;
  }

  .text-field-2.news-text {
    font-size: 16px;
  }

  .submit-btn-port {
    font-size: 20px;
    line-height: 120%;
  }

  .port-sub-service {
    width: 350px;
  }

  .port-sub-h {
    font-size: 36px;
  }

  .port-sub-h.port-sub-h-cn, .globe-icon-lang.lang-text.globe-iocn-lang-nav, .globe-icon-lang.globe-iocn-lang-nav {
    font-size: 24px;
  }

  .dropdown-toggle {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-list.dropdown-nav-list.drop-down-nav-lang.w--open {
    margin-top: 40px;
  }

  .accordion-2.js-accordion {
    width: 80%;
  }

  .job-list-wrapper {
    max-width: 1440px;
  }

  .regions-section {
    padding-top: 80px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .title-section {
    max-height: none;
  }

  .text-block-7 {
    color: var(--slight-off-white);
    text-align: center;
    font-size: 14px;
  }

  .lang-flag {
    max-width: 30px;
  }

  .to-top-btn {
    bottom: 30px;
    right: 30px;
  }

  .required-star {
    inset: 0% auto auto 12px;
  }

  .what-we-do-img-container {
    width: 80%;
  }

  .container-3 {
    max-width: 100%;
  }

  .container-3.holiday-hero-jp-1, .container-3.sp-1 {
    max-width: 80%;
  }

  .hero-split-2.hero-1-leeter-jp-2 {
    width: 50%;
    max-width: 100%;
  }

  .margin-bottom-24px.holiday-jp-text {
    font-size: 15px;
  }

  .pricing-grid {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-grid.newsletter-grid {
    grid-row-gap: 40px;
  }

  .gallery-block.hilight {
    margin-left: 40px;
  }

  .team-member-image-two.sp-art {
    max-height: 300px;
  }

  .heading-3.wowow {
    margin-top: 0;
    font-size: 17px;
  }

  .heading-3.h3-sp-ff7re {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 16px;
  }

  .heading-4.wowow {
    margin-top: 0;
  }

  .heading-5.wowow {
    margin-top: 0;
    font-size: 16px;
  }

  .team-member-image-2 {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (min-width: 1920px) {
  .header {
    min-height: 900px;
    max-height: none;
    position: relative;
  }

  .navbar.nav-home {
    z-index: 999;
    position: relative;
  }

  .nav {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .nav-item {
    font-size: 26px;
  }

  .nav-item.nav-link-home {
    font-size: 24px;
  }

  .header-content {
    z-index: 1;
    position: relative;
  }

  .content {
    z-index: 1;
    padding-top: 5vh;
    position: relative;
  }

  .text-2 {
    font-size: 45px;
    line-height: 120%;
  }

  .p {
    font-size: 32px;
  }

  .intersection {
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .num-h {
    font-size: 100px;
  }

  .num-icon-vec {
    width: 60px;
  }

  .num-h2 {
    font-size: 60px;
  }

  .number-sm.number-text {
    font-size: 16px;
  }

  .product-mgmt {
    width: 100%;
    padding-top: 60px;
  }

  .footer {
    text-shadow: 2px 0 3px #0003;
    max-width: none;
    min-height: 500px;
  }

  .titles {
    background-position: 0 0, 0 0;
    background-size: cover, auto;
    min-height: 1000px;
    max-height: none;
  }

  .monster {
    object-fit: contain;
    object-position: 0% 100%;
    width: 100%;
  }

  .credits {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .credit-h2 {
    margin-left: 1rem;
    font-size: 60px;
    font-weight: 700;
  }

  .credit-h2.aaa-credit {
    font-size: 60px;
  }

  .credit-text {
    font-size: 26px;
  }

  .title-container {
    max-width: 1150px;
  }

  .title-img {
    border-style: solid;
    border-width: 3px;
    width: 100px;
  }

  .title-img.credit-img.display-max {
    display: block;
  }

  .tabs-content-wrapper {
    margin-top: 0;
  }

  .tabs-nav-item-underline2._01.w--current {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
  }

  .container-w3.gutter-outside {
    max-width: none;
  }

  .section-tabs {
    background-color: #0000;
    min-height: 0;
    margin-bottom: 100px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tabs {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .tabs-menu-underline-wrapper {
    background-color: #000;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    padding: 0;
  }

  .outer-loop {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .inner-loop {
    flex-wrap: nowrap;
    align-items: center;
    display: flex;
  }

  .fs-sliderdots_slider {
    min-height: 800px;
  }

  .fs-sliderdots_arrow-right {
    display: block;
    top: 0%;
  }

  .fs-sliderdots_content, .fs-sliderdots_content.fs-sliderdots_active {
    font-size: 1.5rem;
  }

  .fs-sliderdots_arrow-left {
    display: block;
    top: 0%;
    overflow: hidden;
  }

  .main-slider-img {
    object-fit: fill;
    max-width: 100%;
  }

  .port-tab {
    color: var(--slight-off-white);
    background-color: #0000;
    border-left: 1px #fff;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
  }

  .port-tab.w--current {
    background-color: var(--xanthous);
    color: #000;
    padding: 20px 60px;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
  }

  .featured-model {
    align-self: flex-end;
    width: 60%;
  }

  .btn.btn-mid {
    font-size: 36px;
    line-height: 40px;
  }

  .section-heading-2 {
    font-size: 60px;
  }

  .section-heading-1 {
    margin-right: 1rem;
    font-size: 60px;
  }

  .paragraph {
    max-width: none;
    margin-bottom: 60px;
    font-size: 22px;
    display: block;
  }

  .paragraph.jp-para {
    font-size: 16px;
  }

  .studio-loop {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .anmation-video {
    margin-top: 0;
  }

  .youtube {
    width: 100%;
    inset: 0%;
  }

  .youtube-container {
    top: 0;
  }

  .team-h1, .team-h1-a {
    font-size: 70px;
  }

  .para {
    color: #ccc;
    margin-bottom: 5vh;
    font-size: 24px;
  }

  .para.team-p-mid {
    color: var(--off-white);
    margin-bottom: 30px;
    font-size: 24px;
  }

  .team-content {
    width: 70%;
  }

  .footer-contact-i, .footer-contact-i.footer-contact-h, .footer-contact-p {
    font-size: 20px;
    line-height: 30px;
  }

  .logo-footer {
    max-width: 300px;
  }

  .footer-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
  }

  .footer-content.footer-content-jp {
    margin-left: 10%;
  }

  .form-container {
    width: 35%;
    margin-bottom: 15vh;
    margin-right: 10%;
  }

  .social-media-icon {
    max-width: 65px;
  }

  .social-media-icon.wechat-qr-code-imng {
    max-width: 150px;
  }

  .social-media-icon-list {
    margin-top: 0;
  }

  .form-talk {
    background-image: none;
    padding-left: 60px;
    padding-right: 60px;
  }

  .form-title {
    margin-bottom: 20px;
    font-family: MTS Bi, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
  }

  .textarea {
    min-height: 20vh;
    max-height: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 150%;
  }

  .email-field, .name-field {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 150%;
  }

  .term-links {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rights {
    font-size: 18px;
  }

  .footer-term {
    padding-bottom: 2rem;
    position: relative;
  }

  .term-wrapper {
    padding-right: 10%;
  }

  .cta.cta-top {
    margin-top: 20px;
  }

  .cta-text {
    font-size: 36px;
    line-height: 40px;
  }

  .cta-text.fa-icon {
    font-size: 30px;
    font-weight: 900;
  }

  .logo-stacked {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .logo-stacking {
    width: 75%;
    max-width: 1600px;
  }

  .text-block-6 {
    font-size: 29px;
  }

  .intro-section {
    margin-top: 80px;
  }

  .intro-section.job-list-intro {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .header-about.header-service {
    background-position: 100% 0;
  }

  .header-title {
    margin-bottom: 20px;
  }

  .h2-header {
    font-size: 80px;
  }

  .h2-header.h2-cn-about {
    font-size: 120px;
  }

  .header-content-r {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .holo-story {
    width: 75%;
  }

  .holo-story.holo-team, .holo-story.holo-contact {
    width: 60%;
  }

  .header-left {
    width: 40%;
  }

  .header-left.header-content-service {
    width: 50%;
  }

  .header-left.header-content-service.header-service-jp {
    width: 60%;
  }

  .header-group-img {
    justify-content: flex-end;
    align-items: flex-end;
    width: 60%;
    max-width: none;
    height: 100%;
    display: flex;
    position: relative;
  }

  .header-group-img.header-contact-form {
    width: 30%;
    margin-right: 10%;
  }

  .group-about {
    object-fit: fill;
    width: 100%;
    max-width: none;
    position: relative;
    inset: auto 0% 0% auto;
  }

  .frame-img {
    border-radius: 30px;
  }

  .timeline-slider {
    margin-bottom: 20px;
  }

  .slider-text.slider-bullets {
    justify-content: center;
    width: 100%;
    padding-left: 20px;
  }

  .slider-text.slider-bullets.slider-bullets-3d {
    width: 100%;
  }

  .slider-text.just-slider-title {
    width: 85%;
  }

  .timeline-text {
    font-size: 30px;
  }

  .mgmt-section {
    margin-bottom: 120px;
  }

  .grid {
    grid-template-rows: minmax(auto, auto) minmax(auto, auto);
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .boss-title {
    color: #383838;
    font-size: 26px;
    line-height: 30px;
  }

  .boss-image {
    width: 40%;
  }

  .boss-para {
    font-size: 12px;
    line-height: 160%;
  }

  .boss-name {
    color: #727272;
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
  }

  .boss-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #f2f2f2;
    justify-content: center;
    width: 60%;
  }

  .boss-info.boss-info-cn {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .just-slider {
    width: 85%;
  }

  .slider-img {
    width: 100%;
  }

  .slider-text-wrapper.slider-text-wrapper-nanjing {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .slider-p {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 22px;
  }

  .slider-p.slider-port-p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
  }

  .slider-p.slider-port-p.slider-3d-port-p {
    font-size: 22px;
  }

  .slider-r.slider-port.slider-am-port {
    min-height: 1100px;
    max-height: 1600px;
  }

  .slider-r.slider-port.slider-am-port.slider-3d-service {
    height: auto;
    min-height: 1100px;
    max-height: 1600px;
  }

  .slider-r.slider-port.slider-am-port.slider-anim {
    min-height: 1100px;
  }

  .heading-lg-slider {
    margin-bottom: 0;
    font-size: 120px;
    line-height: 100px;
  }

  .heading-lg-slider.slider-anim-lg {
    font-size: 45px;
  }

  .heading-lg-slider.slider-level-text-1 {
    min-width: 0;
    padding-right: .5rem;
    line-height: 100%;
  }

  .heading-lg-slider.slider-level-text-1.slider-3d-lg-cn {
    font-size: 80px;
  }

  .heading-sm-slider {
    font-size: 70px;
    line-height: 60px;
  }

  .heading-sm-slider.nanjing-sm-heading.nanjing-text.nanjing-text-jp {
    font-size: 32px;
  }

  .heading-sm-slider.slider-text-level-3 {
    line-height: 100%;
  }

  .heading-sm-slider.slider-text-level-3.slider-text-level-3cn {
    font-size: 45px;
  }

  .slider-port-heading {
    min-width: 310px;
  }

  .slider-port-heading.slider-text-3d {
    flex-wrap: nowrap;
    min-width: 400px;
  }

  .slider-port-heading.slider-text-3d.heading-3d-jp {
    min-width: 470px;
  }

  .slider-port-heading.slider-anim.slider-anim-heading {
    min-width: 420px;
  }

  .slider-port-heading.slider-anim.slider-anim-heading.animation-heading-cn {
    min-width: 200px;
  }

  .slider-port-heading.slider-anim.slider-anim-heading.slider-anim-jp {
    min-width: 350px;
  }

  .slider-port-heading.slider-text-level {
    flex-direction: row;
    width: 320px;
    min-width: 320px;
  }

  .slider-port-heading.slider-text-level.level-title-cn {
    width: 270px;
    min-width: 0;
  }

  .slider-port-heading.heading-2d-jp {
    min-width: 400px;
  }

  .slider-port-list-item {
    font-size: 24px;
  }

  .slider-port-list-item.slider-single {
    margin-right: 0;
  }

  .slider-check {
    margin-right: .5rem;
    font-size: 18px;
  }

  .slider-list-text {
    font-size: 22px;
  }

  .slider-list-text.slider-port-p {
    font-size: 18px;
  }

  .what-we-do {
    padding-top: 100px;
  }

  .video-slider-ani {
    padding-top: 50%;
  }

  .video-slider-ani.video-slider-ani-cn {
    padding-top: 0%;
  }

  .text-field-2.news-text {
    font-size: 20px;
  }

  .submit-btn-port.news-btn {
    font-size: 25px;
  }

  .port-sub-h.port-sub-h-cn {
    font-family: MTS B, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .globe-icon-lang.lang-text.globe-iocn-lang-nav {
    font-size: 32px;
  }

  .dropdown-toggle {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .dropdown-list.dropdown-nav-list.drop-down-nav-lang {
    position: absolute;
  }

  .dropdown-list.dropdown-nav-list.drop-down-nav-lang.w--open {
    align-items: center;
    margin-top: 60px;
  }

  .job-section {
    background-color: var(--slight-off-white);
  }

  .job-list-wrapper {
    max-width: 1600px;
  }

  .regions-section {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .title-section {
    max-height: none;
  }

  .bg-home-slider {
    z-index: 0;
    object-fit: cover;
    align-self: stretch;
    width: 100%;
    height: 100%;
    max-height: none;
    position: absolute;
  }

  .left-arrow-2, .right-arrow-2, .slide-nav-2 {
    display: none;
  }

  .slider-bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .just-slider-bg.slider-just-bg-ani {
    background-color: #5d8156;
  }

  .just-slider-bg.slider-just-level {
    background-color: #236e83;
  }

  .newsletter-container {
    display: block;
  }

  .text-block-7 {
    font-size: 20px;
    line-height: 200%;
  }

  .story-text {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    inset: 0 0%;
  }

  .story-text-block {
    margin-bottom: 40px;
    font-size: 13px;
    position: relative;
  }

  .lang-flag {
    max-width: 60px;
  }

  .div-block-7 {
    display: flex;
  }

  .to-top-btn {
    width: 65px;
    height: 65px;
    color: var(--xanthous);
    background-color: #000;
    border-color: #ffffff80;
    border-radius: 99px;
    font-size: 35px;
    position: absolute;
    inset: auto 50px 50px auto;
  }

  .to-top-btn:hover {
    color: #000;
    border-color: #fff;
  }

  .required-star {
    top: 2%;
  }

  .boss-image-wrapper {
    height: auto;
    min-height: 0;
  }

  .video {
    position: absolute;
    inset: auto 0% 0%;
  }

  .lang-globe-icon {
    width: 30px;
  }

  .bilibili {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: auto 0 0;
  }

  .text-block-17 {
    margin-top: 1rem;
    font-size: 18px;
  }

  .container-3 {
    width: 80%;
  }

  .container-3.holiday-hero-jp-1 {
    max-width: 1400px;
  }

  .hero-split-2.hero-1-leeter {
    max-width: 35%;
  }

  .hero-split-2.hero-1-leeter-jp-2 {
    width: 50%;
    max-width: 100%;
  }

  .margin-bottom-24px {
    line-height: 150%;
  }

  .margin-bottom-24px.holiday-jp-text {
    font-size: 20px;
  }

  .pricing-grid {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-grid.newsletter-grid {
    width: 90%;
  }

  .team-member-name-two {
    font-size: 22px;
  }

  .heading-2.black {
    color: var(--black);
  }

  .heading-3.wowow.h3sp1 {
    font-size: 18px;
  }

  .heading-3.h3-sp-ff7re {
    align-self: flex-start;
    width: 100%;
    margin-bottom: 5px;
    font-size: 22px;
  }

  .heading-3.sp-title1 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-5.wowow {
    font-size: 22px;
  }

  .bold-text-jp-holidays {
    font-size: 36px;
  }

  .heading-11 {
    align-self: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-11.ff7re-sp {
    font-size: 10px;
  }

  .letterpreview {
    width: 400px;
  }

  .hero-split-2.highlight_r {
    max-width: none;
  }

  .artist-highlight-name {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    min-height: 500px;
  }

  .nav-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
  }

  .nav-container.home-nav {
    align-items: center;
  }

  .nav {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-self: center;
  }

  .nav-item {
    font-size: 16px;
  }

  .header-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: auto;
  }

  .content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: auto;
  }

  .globe {
    object-fit: none;
    width: 100%;
  }

  .globe.art-ball {
    min-width: 0;
  }

  .h2 {
    justify-content: flex-start;
    padding: 10px 0;
  }

  .text-2 {
    text-align: left;
    font-size: 22px;
    line-height: 150%;
  }

  .cta-bar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    margin-top: 5%;
    margin-bottom: auto;
  }

  .p {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
  }

  .intersection {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-end;
  }

  .numbers {
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    flex-wrap: wrap;
    place-content: space-between space-around;
    align-items: center;
  }

  .num-item {
    align-self: flex-start;
    align-items: center;
    width: 40%;
  }

  .num-h {
    font-size: 60px;
  }

  .num-icon-vec {
    width: 30px;
  }

  .num-h2 {
    font-size: 32px;
  }

  .number-sm.number-text {
    text-align: center;
    font-size: 10px;
  }

  .footer {
    flex-direction: column;
    height: auto;
  }

  .titles {
    background-position: 85%, 0 0;
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .credits {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-img.credit-img.display-max {
    display: block;
  }

  .fs-sliderdots_arrow-right {
    top: 0%;
    right: .5rem;
  }

  .fs-sliderdots_content {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .8rem;
  }

  .fs-sliderdots_content.fs-sliderdots_active {
    font-size: .8rem;
  }

  .fs-sliderdots_arrow-left {
    top: 0%;
    left: .5rem;
  }

  .port-tab, .port-tab.w--current {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .featured-model {
    display: none;
  }

  .btn.btn-mid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-heading-2, .section-heading-1 {
    font-size: 30px;
  }

  .intro-heading {
    margin-bottom: 0;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .team-of-enthusiasts {
    background-position: 75%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .team-h1, .team-h1-a {
    font-size: 45px;
  }

  .para.contact-para {
    text-align: center;
    display: none;
  }

  .team-content {
    width: 80%;
  }

  .footer-content {
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0%;
  }

  .form-container {
    order: -1;
    width: 80%;
    max-width: 500px;
    margin-top: -35px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form-container.form-contact {
    max-width: none;
    margin-top: auto;
  }

  .social-media-icon-list {
    justify-content: center;
    align-items: center;
  }

  .form-talk {
    top: auto;
  }

  .term-links {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .term-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cta.cta-top {
    margin-top: 0;
  }

  .logo-stacked {
    align-items: center;
  }

  .logo-stacking {
    align-self: flex-start;
    max-width: 70%;
  }

  .intro-section.nanjing-section {
    margin-top: 40px;
    margin-bottom: -60px;
  }

  .header-about {
    min-height: 80vh;
  }

  .header-about.header-career {
    background-position: 50%;
  }

  .header-about.header-contact-main {
    flex-direction: column;
    justify-content: space-around;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .header-title.heaeder-contact {
    align-items: center;
    margin-bottom: 0;
  }

  .holo-story {
    width: 75%;
  }

  .holo-story.holo-team, .header-left {
    width: 80%;
  }

  .header-left.header-left-contact {
    width: 80%;
    margin-left: 0%;
  }

  .header-group-img.header-contact-form {
    width: 80%;
    margin-right: 0;
  }

  .group-about {
    display: none;
  }

  .slider-text {
    width: 80%;
    margin-bottom: 40px;
    padding-top: 10px;
  }

  .slider-text.slider-text-nanjing {
    order: 1;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .slider-text.slider-bullets {
    margin-bottom: 0;
  }

  .slider-text.just-slider-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .slider-text.just-slider-title.slider-anim-text {
    align-items: flex-start;
  }

  .frame-item {
    margin-left: 10px;
    margin-right: 10px;
  }

  .timeline-nav {
    padding-left: 50px;
    padding-right: 50px;
  }

  .timeline-text {
    margin-right: 0;
  }

  .logo-old {
    left: -2px;
  }

  .mgmt-section {
    margin-bottom: 0;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: minmax(auto, .8fr) auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .mgmt-name {
    margin-top: 5px;
    font-size: 10px;
  }

  .mgmt-title {
    font-size: 7px;
  }

  .boss-text {
    width: 100%;
  }

  .boss-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 160%;
  }

  .image-84 {
    object-fit: cover;
    height: 100%;
  }

  .boss-image {
    width: 40%;
  }

  .boss-para {
    font-size: 10px;
    line-height: 14px;
    display: none;
  }

  .boss-para.boss-para-mobile {
    text-align: left;
    margin-top: 0%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 8px;
    line-height: 140%;
    display: block;
  }

  .boss-para.boss-para-mobile.boss-para-thrid {
    display: none;
  }

  .boss-name {
    font-size: 30px;
    line-height: 150%;
  }

  .boss-info {
    width: 60%;
    padding: 1rem;
  }

  .just-slider {
    order: 0;
  }

  .just-slider.nanjing-slider {
    width: 100%;
  }

  .slider-text-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .slider-p.slider-port-p {
    margin-top: 10px;
    margin-left: 0;
  }

  .slider-r {
    flex-direction: column;
  }

  .slider-r.slider-port.slider-am-port.slider-anim {
    min-height: 0;
  }

  .heading-lg-slider.slider-anim-lg {
    font-size: 30px;
  }

  .heading-lg-slider.slider-level-text-1 {
    font-size: 40px;
  }

  .heading-sm-slider.slider-text-level-3 {
    font-size: 26px;
  }

  .nanjing-draw {
    max-width: 25%;
    height: auto;
  }

  .slider-port-heading.slider-anim.slider-anim-heading {
    align-self: flex-start;
    min-width: 280px;
  }

  .slider-port-heading.slider-text-level {
    min-width: 240px;
  }

  .what-we-do {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .video-slider-ani {
    padding-top: 0;
    padding-bottom: 0;
  }

  .service-slider-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .job-section {
    padding: 100px 8px;
  }

  .accordion-2 {
    width: 83.33%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-body.js-accordion-body {
    padding-bottom: 0;
  }

  .container-2 {
    max-width: 728px;
  }

  .regions-section {
    padding-bottom: 10px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .bg-home-slider.home-slider-mobile {
    display: block;
  }

  .slider-bg.mobile-diablop {
    object-position: 70% 50%;
  }

  .slider-bg.mobile-apex {
    object-position: 60% 50%;
  }

  .slider-bg.mobile-warhammer {
    object-position: 100% 50%;
  }

  .div-block-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .newsletter-container {
    width: 100%;
  }

  .media-block-footer {
    align-items: center;
  }

  .to-top-btn {
    bottom: 80px;
    right: 20px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .hero-split-2.hero-1-leeter, .hero-split-2.hero-1-leeter-jp-2 {
    max-width: 100%;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

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

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-slider-arrow {
    display: none;
  }

  .team-slider-nav {
    display: block;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .heading-3.wowow, .heading-4.wowow, .heading-5.wowow {
    font-size: 12px;
  }

  .container-4 {
    max-width: 728px;
  }

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

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

  .container-5 {
    max-width: 728px;
  }

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

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

  .team-grid-2 {
    grid-column-gap: 40px;
  }

  .team-member-image-2 {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 80vh;
    min-height: 500px;
    max-height: none;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .nav {
    display: none;
  }

  .header-content {
    margin-top: 0;
  }

  .content {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: space-between;
    height: 100%;
    margin-top: 0;
    padding-top: 5%;
  }

  .globe.art-ball {
    object-fit: contain;
  }

  .globe.nation-sm {
    max-width: 40px;
  }

  .h2 {
    padding-left: .5rem;
  }

  .text-2 {
    text-align: left;
  }

  .cta-bar {
    margin-top: auto;
    margin-bottom: auto;
  }

  .p {
    margin-left: .5rem;
    font-size: 16px;
  }

  .intersection {
    padding-bottom: 40px;
  }

  .numbers {
    width: 95%;
  }

  .num-item {
    width: 42%;
  }

  .flag-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .titles {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .credits {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .credit-h2 {
    font-size: 25px;
  }

  .credit-h2.aaa-credit {
    margin-left: 0;
  }

  .credit-text {
    font-size: 12px;
    line-height: 130%;
  }

  .title-img {
    border-width: 2px;
    width: 80px;
  }

  .tabs-menu-underline-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .outer-loop {
    display: none;
  }

  .fs-sliderdots_arrow-right {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    right: .5rem;
  }

  .fs-sliderdots_content {
    margin-bottom: 0;
    padding: 0;
    font-family: MTS Bi, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
  }

  .fs-sliderdots_content.fs-sliderdots_active {
    margin-bottom: 0;
    font-size: 10px;
  }

  .fs-sliderdots_arrow-left {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
    left: .5rem;
  }

  .port-tab, .port-tab.w--current {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }

  .section-heading-2 {
    margin-top: auto;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .section-heading-2.intro-non-break-hding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-heading-1 {
    margin-right: 0;
    line-height: 30px;
  }

  .section-heading-1.intro-non-break-hding {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-heading {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    display: flex;
  }

  .intro-heading.intro-non-break {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: row;
    margin-bottom: 15px;
  }

  .intro-heading.intro-non-break.intro-h-cn {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .paragraph {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .outer-loop-r {
    display: none;
  }

  .studio-loop {
    margin-bottom: 60px;
  }

  .anmation-video {
    background-color: var(--black);
  }

  .youtube {
    align-self: center;
  }

  .youtube-container {
    background-color: var(--black);
  }

  .team-of-enthusiasts {
    padding-top: 140px;
    padding-bottom: 180px;
  }

  .team-h1-a {
    margin-bottom: 40px;
  }

  .para {
    margin-bottom: 20px;
  }

  .team-content {
    width: 80%;
  }

  .outer-loop-2, .outer-loop-r2 {
    display: none;
  }

  .footer-content {
    height: auto;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .term-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    width: 100%;
  }

  .rights {
    font-size: 12px;
  }

  .footer-term {
    height: auto;
    padding-bottom: 1rem;
    position: relative;
  }

  .cta-text {
    font-size: 20px;
    line-height: 20px;
  }

  .cta-text.fa-icon {
    font-size: 16px;
    line-height: 16px;
  }

  .logo-stacked {
    margin-top: auto;
    margin-bottom: auto;
  }

  .logo-stacking {
    max-width: 100%;
  }

  .navbar-mobile {
    background-color: var(--black);
    width: 100%;
    color: var(--black);
    align-self: flex-start;
    margin-top: 0;
    margin-right: 0;
    display: block;
    position: sticky;
    inset: 0% 0% auto auto;
  }

  .brand {
    width: auto;
    height: auto;
    margin-left: 10%;
    padding-left: 0;
    display: block;
  }

  .brand.w--current {
    color: var(--cyan);
  }

  .icon-4 {
    color: var(--black);
  }

  .menu-button-2, .menu-button-2:active, .menu-button-2.w--open {
    background-color: var(--cyan);
  }

  .nav-link-2 {
    border: 1px none var(--a-bit-grey);
    color: #fff;
    text-align: center;
    background-color: #222;
    font-family: MTS B, sans-serif;
    font-weight: 700;
  }

  .nav-link-2.w--current {
    color: var(--cyan);
  }

  .nav-link-3 {
    border: 1px none var(--a-bit-grey);
    color: #fff;
    text-align: center;
    background-color: #222;
    font-weight: 700;
  }

  .nav-link-3.w--current {
    color: var(--cyan);
  }

  .nav-link-4 {
    border: 1px none var(--a-bit-grey);
    color: #fff;
    text-align: center;
    background-color: #222;
    font-weight: 700;
  }

  .nav-link-4.w--current {
    color: var(--cyan);
  }

  .container {
    text-align: center;
    background-color: #0000;
  }

  .nav-menu-2 {
    z-index: 999;
    background-color: var(--black);
    margin-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .intro-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .intro-section.nanjing-section {
    margin-top: 50px;
    margin-bottom: -20px;
  }

  .header-about {
    height: 80vh;
    min-height: 500px;
  }

  .header-about.header-service {
    background-position: 80%;
  }

  .header-about.header-contact-main {
    height: auto;
    min-height: 90vh;
  }

  .holo-story {
    width: 80%;
  }

  .holo-story.holo-team {
    width: 100%;
  }

  .header-left {
    width: 80%;
  }

  .timeline-slider {
    margin-bottom: 20px;
  }

  .slider-text {
    width: 80%;
    font-size: 16px;
    line-height: 25px;
  }

  .slider-text.slider-text-nanjing {
    padding-right: 5%;
  }

  .timeline-nav {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .timeline-text, .timeline-text.time-line-text-hide {
    font-size: 14px;
  }

  .logo-old {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .mgmt-section {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .mgmt-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    grid-template-rows: minmax(auto, .8fr) auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .boss-title {
    line-height: 160%;
  }

  .image-84 {
    height: 100%;
  }

  .boss-para {
    font-size: 9px;
    line-height: 10px;
  }

  .boss-para.boss-para-mobile {
    font-size: 8px;
    line-height: 11px;
  }

  .boss-para.boss-para-mobile.boss-para-thrid {
    display: none;
  }

  .boss-name {
    font-size: 25px;
    line-height: 160%;
  }

  .just-slider {
    width: 100%;
  }

  .slider-img {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .slider-r {
    flex-direction: column;
  }

  .slider-r.slider-port.slider-am-port {
    margin-top: 20px;
  }

  .slider-r.slider-port.slider-am-port.slider-anim {
    margin-top: 20px;
    padding-top: 0;
  }

  .heading-lg-slider {
    font-size: 55px;
  }

  .heading-sm-slider {
    font-size: 30px;
    line-height: 70%;
  }

  .mobile-logo {
    max-width: 120px;
    margin-top: 15px;
    margin-left: 0%;
  }

  .slider-port-list-item.slider-single {
    padding-left: 5px;
    padding-right: 5px;
  }

  .slider-check, .slider-list-text.slider-port-p {
    font-size: 8px;
  }

  .port-sub-service {
    width: 70%;
  }

  .port-sub-h {
    text-align: center;
    font-size: 16px;
  }

  .client-static {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
  }

  .dropdown-nav-bar {
    margin-right: 0;
    top: 50px;
  }

  .dropdown-nav-bar.dropdown-nav {
    margin-right: 80px;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .globe-icon-lang.lang-text {
    display: none;
  }

  .dropdown-list.w--open {
    right: 0;
  }

  .dropdown-list.dropdown-nav-list.drop-down-nav-lang.w--open {
    margin-top: 60px;
  }

  .accordion {
    height: 25vh;
    max-height: 80vh;
  }

  .accordion:hover {
    box-shadow: none;
  }

  .job-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .accordion-2 {
    width: 100%;
    margin-bottom: -16px;
  }

  .accordion-2.js-accordion {
    width: 85%;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    margin-top: 8px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .accordion-body.js-accordion-body {
    padding-top: 10px;
    padding-left: 0;
  }

  .italic-text {
    font-size: 12px;
    line-height: 20px;
  }

  .regions-section {
    padding: 60px 15px 0;
  }

  .team-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .bg-home-slider {
    max-height: none;
  }

  .slider-bg.mobile-diablop {
    object-position: 80% 50%;
  }

  .slider-bg.mobile-apex {
    object-position: 100% 50%;
  }

  .youtube-wrapper {
    background-color: var(--black);
  }

  .to-top-btn {
    bottom: 60px;
    right: auto;
  }

  .social-media-badge {
    display: block;
  }

  .social-media-badge.wechat-qr-code {
    padding-bottom: 40px;
    display: block;
  }

  .what-we-do-image-service {
    display: none;
  }

  .what-we-do-image-service.wwd-img-m {
    display: block;
  }

  .mask-6, .mask-7 {
    background-color: var(--black);
  }

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

  .margin-bottom-24px {
    font-size: 14px;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .centered-heading {
    font-size: 26px;
  }

  .gallery-overview, .team-slider {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .heading-6 {
    font-size: 26px;
  }

  .hero-heading-right-2, .hero-without-image-2, .hero-heading-right-3, .hero-heading-left, .team-circles {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-image: none;
    justify-content: flex-end;
    height: auto;
    min-height: 90vh;
    max-height: none;
  }

  .header-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    height: 75vh;
    min-height: 0;
    margin-top: 0;
    padding-top: 0%;
  }

  .content {
    grid-column-gap: 0%;
    grid-row-gap: 0%;
    justify-content: space-around;
    align-self: center;
    width: 90%;
    height: 100%;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0%;
  }

  .globe.nation-sm {
    object-fit: contain;
    max-width: 40px;
    height: auto;
    padding-left: 0;
  }

  .text-2 {
    font-size: 18px;
    line-height: 150%;
  }

  .text-2.chine-h2 {
    font-size: 15px;
  }

  .cta-bar {
    margin-top: 3vh;
  }

  .p {
    font-size: 11px;
    line-height: 18px;
  }

  .intersection {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .numbers {
    width: 95%;
  }

  .num-item {
    width: 42%;
  }

  .num-h {
    font-size: 40px;
  }

  .num-icon-vec {
    width: 25px;
  }

  .num-h2 {
    font-size: 20px;
  }

  .flag-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-bottom: 20px;
  }

  .titles {
    background-position: 67%, 0 0;
  }

  .credits {
    padding-left: 20px;
    padding-right: 20px;
  }

  .credit-text {
    line-height: 140%;
  }

  .title-img {
    width: 60px;
  }

  .tabs-nav-item-underline, .tabs-nav-item-underline2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .container-w3.gutter-outside {
    margin-bottom: -40px;
  }

  .tabs-menu-underline-wrapper {
    flex-wrap: wrap;
    padding: 0;
    line-height: 14px;
  }

  .fs-sliderdots_arrow-right {
    width: 1.5rem;
    height: 1.5rem;
    top: 0%;
  }

  .fs-sliderdots_content {
    font-family: MTS Bi, sans-serif;
    display: none;
  }

  .fs-sliderdots_content.fs-sliderdots_active {
    font-size: 10px;
  }

  .fs-sliderdots_arrow-left {
    width: 1.5rem;
    height: 1.5rem;
    top: 0%;
  }

  .fs-sliderdots_slide {
    min-height: 0;
  }

  .port-tab, .port-tab.w--current {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 100%;
  }

  .btn.btn-mid {
    padding-left: .7rem;
    padding-right: .7rem;
    font-size: 14px;
    line-height: 14px;
  }

  .section-heading-2 {
    text-align: center;
    font-size: 26px;
    line-height: 120%;
  }

  .section-heading-2.intro-non-break-hding, .section-heading-2.intro-heading-cn-22 {
    font-weight: 700;
  }

  .section-heading-1 {
    margin-bottom: 2px;
    font-size: 26px;
    line-height: 120%;
  }

  .intro-heading.nanjing-heading {
    margin-bottom: 30px;
  }

  .intro-heading.intro-non-break.intro-h-cn {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .paragraph {
    line-height: 140%;
  }

  .studio-loop {
    margin-top: 80px;
    margin-bottom: 45px;
  }

  .youtube-container {
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .team-of-enthusiasts {
    background-position: 82%;
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .team-h1 {
    text-align: center;
    margin-bottom: auto;
    padding-right: 0;
    font-size: 36px;
    line-height: 30px;
  }

  .team-h1-a {
    text-align: center;
    padding-top: 10px;
    font-size: 36px;
    line-height: 30px;
  }

  .para {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .para.team-p-mid {
    text-align: center;
  }

  .team-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .team-title.team-title-cn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .team-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .footer-contact-i, .footer-contact-p {
    font-size: 12px;
  }

  .footer-contact-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .logo-footer {
    max-width: 200px;
  }

  .footer-content {
    margin: 40px 20px 100px;
  }

  .form-container {
    width: 90%;
    max-width: none;
    margin-bottom: 0;
  }

  .social-media-icon {
    max-width: 40px;
  }

  .social-media-icon-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .form-talk {
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form-talk.form-talk-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-title {
    font-size: 20px;
  }

  .textarea, .email-field, .name-field {
    font-size: 12px;
    line-height: 16px;
  }

  .term-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .rights {
    justify-content: center;
    align-self: center;
    font-size: 8px;
    display: block;
  }

  .footer-term {
    flex-wrap: wrap;
    padding-bottom: .5rem;
  }

  .term-wrapper {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-direction: column;
    margin-bottom: .5rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-width: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta.team-cta {
    align-self: center;
  }

  .cta-text {
    border-width: 3px;
    font-size: 16px;
    line-height: 10px;
  }

  .cta-text.fa-icon {
    font-size: 14px;
  }

  .logo-stacked {
    margin-top: auto;
    padding-top: 0%;
  }

  .logo-stacking {
    max-width: 100%;
  }

  .navbar-mobile {
    align-self: auto;
    position: sticky;
    inset: 0% 0% auto auto;
  }

  .nav-link-2, .nav-link-3 {
    font-weight: 700;
  }

  .nav-link-3.w--current {
    text-decoration: none;
  }

  .nav-link-4 {
    font-weight: 700;
  }

  .nav-menu-2 {
    text-align: right;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-6 {
    font-size: 10px;
    line-height: 100%;
  }

  .icon-5, .icon-6 {
    font-size: .7rem;
  }

  .intro-section.nanjing-section {
    margin-top: 50px;
    margin-bottom: -40px;
  }

  .header-about {
    background-position: 30%;
    height: auto;
    min-height: 90vh;
  }

  .header-about.header-career {
    background-position: 40%;
  }

  .header-about.header-contact-main {
    background-position: 100%;
    justify-content: space-around;
    min-height: 90vh;
  }

  .h2-header {
    font-size: 40px;
  }

  .holo-story {
    width: 90%;
  }

  .holo-story.holo-team {
    width: 100%;
  }

  .header-left.header-content-service {
    width: 80%;
  }

  .header-group-img.header-contact-form {
    width: 90%;
    margin-left: 0%;
  }

  .timeline-slider {
    margin-bottom: 0;
  }

  .slider-text {
    width: 90%;
  }

  .slider-text.just-slider-title.slider-anim-text {
    flex-wrap: wrap;
  }

  .logo-old {
    max-width: 50px;
  }

  .mgmt-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mgmt-wrapper {
    width: 90%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    grid-template-rows: minmax(auto, .8fr) auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .mgmt-name {
    font-size: 14px;
  }

  .mgmt-title {
    font-size: 8px;
  }

  .boss-text {
    background-color: #0000;
    padding: 0%;
  }

  .boss-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-84 {
    object-fit: cover;
  }

  .boss-image {
    width: 100%;
  }

  .boss-para {
    font-size: 8px;
    line-height: 130%;
  }

  .boss-para.boss-para-mobile {
    font-size: 8px;
    font-weight: 500;
    line-height: 140%;
  }

  .boss-para.boss-para-mobile.boss-para-thrid {
    display: block;
  }

  .boss-para.boss-para-mobile.boss-para-cn {
    font-size: 8px;
  }

  .boss-name {
    margin-top: 5px;
  }

  .boss-info {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    height: auto;
  }

  .boss-info.boss-info-cn {
    padding-left: .9rem;
    padding-right: .9rem;
  }

  .just-slider {
    order: 0;
  }

  .just-slider.nanjing-slider {
    background-color: #872d21;
    position: relative;
    top: auto;
  }

  .slider-img {
    object-fit: cover;
  }

  .slider-text-wrapper.slider-text-wrapper-nanjing {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .slider-p {
    font-size: 10px;
  }

  .slider-p.slider-port-p.cn-art-title {
    margin-top: 20px;
  }

  .slider-r {
    position: static;
  }

  .heading-lg-slider.nanjing-large-heading {
    font-size: 42px;
  }

  .heading-lg-slider.nanjing-large-heading.nanjing-text {
    font-size: 35px;
  }

  .heading-sm-slider.nanjing-sm-heading {
    font-size: 25px;
  }

  .heading-sm-slider.nanjing-sm-heading.nanjing-text {
    font-size: 20px;
  }

  .nanjing-draw {
    max-width: 50%;
  }

  .service-tag-header {
    grid-row-gap: 5px;
  }

  .slider-port-heading.slider-anim.slider-anim-heading {
    flex-flow: wrap;
    align-items: flex-start;
    min-width: 0;
  }

  .slider-check {
    font-size: 12px;
  }

  .slider-list-text.slider-port-p {
    font-size: 10px;
  }

  .accordion-2.js-accordion {
    width: 90%;
  }

  .accordion_item-image {
    width: 30px;
  }

  .question-text {
    flex: 0 100%;
    margin-bottom: 8px;
    margin-left: 12px;
    padding-right: 0;
    font-size: 14px;
  }

  .accordion__item.js-accordion-item, .accordion__item.js-accordion-item.active {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding: 10px 0 6px;
  }

  .container-2 {
    max-width: none;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 150%;
  }

  .team-member-position {
    font-size: 12px;
    line-height: 150%;
  }

  .bg-home-slider {
    justify-content: center;
    align-items: center;
  }

  .slider-bg.mobile-diablop {
    object-position: 80% 50%;
  }

  .slider-bg.mobile-apex {
    object-position: 95% 50%;
  }

  .just-slider-bg {
    height: 45%;
  }

  .just-slider-bg.slider-just-level {
    height: 30%;
  }

  .media-block-footer {
    align-self: center;
    align-items: center;
  }

  .to-top-btn {
    bottom: 55px;
  }

  .boss-image-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .social-media-badge {
    display: block;
  }

  .social-media-badge.badge-cn {
    display: none;
  }

  .what-we-do-img-container {
    width: 90%;
  }

  .paragraph-4 {
    margin-top: .5rem;
    margin-left: 0;
  }

  .apply-text-container {
    flex-direction: column;
  }

  .mask-7 {
    margin-left: -175%;
  }

  .html-embed-2 {
    height: auto;
  }

  .wechat-qr-code.social-media-badge {
    padding-bottom: 0;
  }

  .hero-heading-right {
    padding-top: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .hero-split-2 {
    align-items: center;
  }

  .hero-split-2.hero-1-leeter {
    max-width: 100%;
  }

  .margin-bottom-24px {
    text-align: center;
    margin-bottom: 60px;
  }

  .button-primary {
    text-align: center;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .pricing-description {
    max-width: 100%;
  }

  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .gallery-block {
    align-items: center;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-wrapper-three {
    align-items: center;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-3 {
    font-size: 1px;
  }

  .heading-3.wowow, .heading-4.wowow, .heading-5.wowow {
    margin-top: 10px;
    font-size: 12px;
  }

  .hero-without-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-6 {
    text-align: center;
  }

  .div-block-88-8 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .paragraph-5 {
    text-align: center;
  }

  .container-4, .container-5 {
    max-width: none;
  }

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

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .banner-m {
    z-index: 100;
    max-width: none;
    max-height: 100%;
    display: block;
    position: absolute;
    inset: 0 0 0 auto;
  }
}

#w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4396 {
  grid-area: span 3 / span 4 / span 3 / span 4;
  place-self: center start;
}

#w-node-_9b48f537-f730-e294-f929-56e1c825428d-5adc4396, #w-node-_1118019c-ac6e-07bd-2ef8-5218fd1901b3-5adc4396, #w-node-_0e6efd83-2662-138b-be45-d94ccaafb3e8-5adc4396, #w-node-_2dfdb44e-dabd-2012-dc93-81ef4edb8a7f-5adc4396, #w-node-_64c59ab4-d907-ca2e-f044-5d36de4d5dcc-5adc4396, #w-node-_8c1f78ee-6743-6ea8-5d06-f5dc2af70191-5adc4396, #w-node-_251653cb-2327-d7c5-f38c-f6c3020b0654-5adc4396, #w-node-_6c7aafaa-718f-8f17-d50a-c8ab931898a3-5adc4396, #w-node-_9ed8ff30-2845-f8b6-58b1-1c6153f60bbe-5adc4396, #w-node-_6dbd4189-17d5-a45c-a933-f6eaee2c2148-5adc4396, #w-node-_6bf57b8a-d9bb-b2fc-d980-c2c7f430e665-5adc4396, #w-node-_25afc4b7-0c61-88c7-6d1d-13b0d8c85240-5adc4396 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4397 {
  grid-area: span 3 / span 4 / span 3 / span 4;
  place-self: center start;
}

#w-node-_9b48f537-f730-e294-f929-56e1c825428d-5adc4397, #w-node-_1118019c-ac6e-07bd-2ef8-5218fd1901b3-5adc4397, #w-node-_0e6efd83-2662-138b-be45-d94ccaafb3e8-5adc4397, #w-node-_2dfdb44e-dabd-2012-dc93-81ef4edb8a7f-5adc4397, #w-node-_64c59ab4-d907-ca2e-f044-5d36de4d5dcc-5adc4397, #w-node-_8c1f78ee-6743-6ea8-5d06-f5dc2af70191-5adc4397, #w-node-_251653cb-2327-d7c5-f38c-f6c3020b0654-5adc4397, #w-node-_6c7aafaa-718f-8f17-d50a-c8ab931898a3-5adc4397, #w-node-_9ed8ff30-2845-f8b6-58b1-1c6153f60bbe-5adc4397, #w-node-_6dbd4189-17d5-a45c-a933-f6eaee2c2148-5adc4397, #w-node-_6bf57b8a-d9bb-b2fc-d980-c2c7f430e665-5adc4397, #w-node-_6c885e3c-f76b-bddf-5118-4f98015845db-5adc4397 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4399 {
  grid-area: span 3 / span 4 / span 3 / span 4;
  place-self: center start;
}

#w-node-_9b48f537-f730-e294-f929-56e1c825428d-5adc4399, #w-node-_1118019c-ac6e-07bd-2ef8-5218fd1901b3-5adc4399, #w-node-_0e6efd83-2662-138b-be45-d94ccaafb3e8-5adc4399, #w-node-_2dfdb44e-dabd-2012-dc93-81ef4edb8a7f-5adc4399, #w-node-_64c59ab4-d907-ca2e-f044-5d36de4d5dcc-5adc4399, #w-node-_8c1f78ee-6743-6ea8-5d06-f5dc2af70191-5adc4399, #w-node-_251653cb-2327-d7c5-f38c-f6c3020b0654-5adc4399, #w-node-_6c7aafaa-718f-8f17-d50a-c8ab931898a3-5adc4399, #w-node-_9ed8ff30-2845-f8b6-58b1-1c6153f60bbe-5adc4399, #w-node-_6dbd4189-17d5-a45c-a933-f6eaee2c2148-5adc4399, #w-node-_6bf57b8a-d9bb-b2fc-d980-c2c7f430e665-5adc4399, #w-node-_25afc4b7-0c61-88c7-6d1d-13b0d8c85240-5adc4399 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc439a {
  grid-area: span 3 / span 4 / span 3 / span 4;
  place-self: center start;
}

#w-node-_9b48f537-f730-e294-f929-56e1c825428d-5adc439a, #w-node-_1118019c-ac6e-07bd-2ef8-5218fd1901b3-5adc439a, #w-node-_0e6efd83-2662-138b-be45-d94ccaafb3e8-5adc439a, #w-node-_2dfdb44e-dabd-2012-dc93-81ef4edb8a7f-5adc439a, #w-node-_64c59ab4-d907-ca2e-f044-5d36de4d5dcc-5adc439a, #w-node-_8c1f78ee-6743-6ea8-5d06-f5dc2af70191-5adc439a, #w-node-_251653cb-2327-d7c5-f38c-f6c3020b0654-5adc439a, #w-node-_6c7aafaa-718f-8f17-d50a-c8ab931898a3-5adc439a, #w-node-_9ed8ff30-2845-f8b6-58b1-1c6153f60bbe-5adc439a, #w-node-_6dbd4189-17d5-a45c-a933-f6eaee2c2148-5adc439a, #w-node-_6bf57b8a-d9bb-b2fc-d980-c2c7f430e665-5adc439a, #w-node-de841156-b779-9935-3b2a-b74fdca22563-5adc439a, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690df7-5adc43a5, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e02-5adc43a5, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e20-5adc43a5, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e2a-5adc43a5, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e16-5adc43a5, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e0c-5adc43a5, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e16-5adc43a6, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690df7-5adc43a6, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e02-5adc43a6, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e20-5adc43a6, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e2a-5adc43a6, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e0c-5adc43a6, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e2a-5adc43a7, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690df7-5adc43a7, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e02-5adc43a7, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e20-5adc43a7, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e16-5adc43a7, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e0c-5adc43a7, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e20-5adc43a8, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690df7-5adc43a8, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e02-5adc43a8, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e16-5adc43a8, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e2a-5adc43a8, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e0c-5adc43a8, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68af-5adc43a9, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68b9-5adc43a9, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d92-5adc43a9, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d96-5adc43a9, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68c3-5adc43a9, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d8e-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe070-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe071-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe072-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe074-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe075-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe076-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe078-5adc43a9, #w-node-_0e911e19-a6be-962e-0358-ff5ad7694140-5adc43a9, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68af-2791b585, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68b9-2791b585, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d92-2791b585, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d96-2791b585, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68c3-2791b585, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d8e-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe070-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe071-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe072-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe074-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe075-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe076-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe078-2791b585, #w-node-_0e911e19-a6be-962e-0358-ff5ad7694140-2791b585, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68af-fc2af011, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68b9-fc2af011, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d92-fc2af011, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d96-fc2af011, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68c3-fc2af011, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d8e-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe070-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe071-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe072-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe074-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe075-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe076-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe078-fc2af011, #w-node-_0e911e19-a6be-962e-0358-ff5ad7694140-fc2af011, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68af-e3c94e1a, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68b9-e3c94e1a, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d92-e3c94e1a, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d96-e3c94e1a, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68c3-e3c94e1a, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d8e-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe070-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe071-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe072-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe074-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe075-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe076-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe078-e3c94e1a, #w-node-_0e911e19-a6be-962e-0358-ff5ad7694140-e3c94e1a, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68af-383a34bd, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68b9-383a34bd, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d92-383a34bd, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d96-383a34bd, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68c3-383a34bd, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d8e-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe070-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe071-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe072-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe074-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe075-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe076-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe078-383a34bd, #w-node-_0e911e19-a6be-962e-0358-ff5ad7694140-383a34bd, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68af-7abbccd1, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d92-7abbccd1, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68b9-7abbccd1, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d96-7abbccd1, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68c3-7abbccd1, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d8e-7abbccd1, #w-node-_00db9f24-ac7a-d824-b28c-2e3b118d9bd8-7abbccd1, #w-node-_8a7a3a65-9b75-7884-a93a-60a824ac23c9-7abbccd1, #w-node-_540050de-6921-6937-caae-8263820c9b46-7abbccd1, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-7abbccd1, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe078-7abbccd1, #w-node-_0e911e19-a6be-962e-0358-ff5ad7694140-7abbccd1, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe071-7abbccd1, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe072-7abbccd1, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe074-7abbccd1, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe076-7abbccd1, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68af-d6b8c666, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d92-d6b8c666, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68b9-d6b8c666, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d96-d6b8c666, #w-node-f119a28e-87de-52ad-86b9-2ce5787d68c3-d6b8c666, #w-node-dad0cdf8-5d9f-9b65-e497-163681ce5d8e-d6b8c666, #w-node-_00db9f24-ac7a-d824-b28c-2e3b118d9bd8-d6b8c666, #w-node-_8a7a3a65-9b75-7884-a93a-60a824ac23c9-d6b8c666, #w-node-_540050de-6921-6937-caae-8263820c9b46-d6b8c666, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-d6b8c666, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe078-d6b8c666, #w-node-_0e911e19-a6be-962e-0358-ff5ad7694140-d6b8c666, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe071-d6b8c666, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe072-d6b8c666, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe074-d6b8c666, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe076-d6b8c666 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4396, #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4397, #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4399, #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc439a {
    grid-row: span 2 / span 2;
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e02-5adc43a5, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e0c-5adc43a5, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e02-5adc43a6, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e0c-5adc43a6, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e02-5adc43a7, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e0c-5adc43a7, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e02-5adc43a8, #w-node-_6f6aecf2-0368-07c0-9b64-897c69690e0c-5adc43a8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4396 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-_9b48f537-f730-e294-f929-56e1c825428d-5adc4396, #w-node-_1118019c-ac6e-07bd-2ef8-5218fd1901b3-5adc4396, #w-node-_0e6efd83-2662-138b-be45-d94ccaafb3e8-5adc4396, #w-node-_2dfdb44e-dabd-2012-dc93-81ef4edb8a7f-5adc4396, #w-node-_64c59ab4-d907-ca2e-f044-5d36de4d5dcc-5adc4396 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c1f78ee-6743-6ea8-5d06-f5dc2af70191-5adc4396, #w-node-_251653cb-2327-d7c5-f38c-f6c3020b0654-5adc4396, #w-node-_6c7aafaa-718f-8f17-d50a-c8ab931898a3-5adc4396, #w-node-_9ed8ff30-2845-f8b6-58b1-1c6153f60bbe-5adc4396, #w-node-_6dbd4189-17d5-a45c-a933-f6eaee2c2148-5adc4396, #w-node-_6bf57b8a-d9bb-b2fc-d980-c2c7f430e665-5adc4396, #w-node-_25afc4b7-0c61-88c7-6d1d-13b0d8c85240-5adc4396 {
    grid-column: span 1 / span 1;
  }

  #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4397 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-_9b48f537-f730-e294-f929-56e1c825428d-5adc4397, #w-node-_1118019c-ac6e-07bd-2ef8-5218fd1901b3-5adc4397, #w-node-_0e6efd83-2662-138b-be45-d94ccaafb3e8-5adc4397, #w-node-_2dfdb44e-dabd-2012-dc93-81ef4edb8a7f-5adc4397, #w-node-_64c59ab4-d907-ca2e-f044-5d36de4d5dcc-5adc4397 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c1f78ee-6743-6ea8-5d06-f5dc2af70191-5adc4397, #w-node-_251653cb-2327-d7c5-f38c-f6c3020b0654-5adc4397, #w-node-_6c7aafaa-718f-8f17-d50a-c8ab931898a3-5adc4397, #w-node-_9ed8ff30-2845-f8b6-58b1-1c6153f60bbe-5adc4397, #w-node-_6dbd4189-17d5-a45c-a933-f6eaee2c2148-5adc4397, #w-node-_6bf57b8a-d9bb-b2fc-d980-c2c7f430e665-5adc4397, #w-node-_6c885e3c-f76b-bddf-5118-4f98015845db-5adc4397 {
    grid-column: span 1 / span 1;
  }

  #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4399 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-_9b48f537-f730-e294-f929-56e1c825428d-5adc4399, #w-node-_1118019c-ac6e-07bd-2ef8-5218fd1901b3-5adc4399, #w-node-_0e6efd83-2662-138b-be45-d94ccaafb3e8-5adc4399, #w-node-_2dfdb44e-dabd-2012-dc93-81ef4edb8a7f-5adc4399, #w-node-_64c59ab4-d907-ca2e-f044-5d36de4d5dcc-5adc4399 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c1f78ee-6743-6ea8-5d06-f5dc2af70191-5adc4399, #w-node-_251653cb-2327-d7c5-f38c-f6c3020b0654-5adc4399, #w-node-_6c7aafaa-718f-8f17-d50a-c8ab931898a3-5adc4399, #w-node-_9ed8ff30-2845-f8b6-58b1-1c6153f60bbe-5adc4399, #w-node-_6dbd4189-17d5-a45c-a933-f6eaee2c2148-5adc4399, #w-node-_6bf57b8a-d9bb-b2fc-d980-c2c7f430e665-5adc4399, #w-node-_25afc4b7-0c61-88c7-6d1d-13b0d8c85240-5adc4399 {
    grid-column: span 1 / span 1;
  }

  #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc439a {
    grid-area: span 1 / span 6 / span 1 / span 6;
    place-self: center start;
  }

  #w-node-_9b48f537-f730-e294-f929-56e1c825428d-5adc439a, #w-node-_1118019c-ac6e-07bd-2ef8-5218fd1901b3-5adc439a, #w-node-_0e6efd83-2662-138b-be45-d94ccaafb3e8-5adc439a, #w-node-_2dfdb44e-dabd-2012-dc93-81ef4edb8a7f-5adc439a, #w-node-_64c59ab4-d907-ca2e-f044-5d36de4d5dcc-5adc439a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8c1f78ee-6743-6ea8-5d06-f5dc2af70191-5adc439a, #w-node-_251653cb-2327-d7c5-f38c-f6c3020b0654-5adc439a, #w-node-_6c7aafaa-718f-8f17-d50a-c8ab931898a3-5adc439a, #w-node-_9ed8ff30-2845-f8b6-58b1-1c6153f60bbe-5adc439a, #w-node-_6dbd4189-17d5-a45c-a933-f6eaee2c2148-5adc439a, #w-node-_6bf57b8a-d9bb-b2fc-d980-c2c7f430e665-5adc439a, #w-node-de841156-b779-9935-3b2a-b74fdca22563-5adc439a {
    grid-column: span 1 / span 1;
  }

  #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-7abbccd1, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-d6b8c666 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4396, #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4397, #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4399, #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc439a {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4396, #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4397, #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc4399, #w-node-d3308970-473c-f26b-d4ca-b0715aff8edc-5adc439a {
    grid-column: span 3 / span 3;
  }

  #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-5adc43a9, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-2791b585, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-fc2af011, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-e3c94e1a, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-383a34bd, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-7abbccd1, #w-node-_73cb5acb-f6fe-af31-3b71-38b891cfe05e-d6b8c666 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MTS B';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MTS Bi';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'MTS BBB';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MTS m';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MTS mi';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}