:root {
  --dim-grey: #696969;
  --dodger-blue: #cf0d70;
  --white: white;
  --gray: #909090;
}

.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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.image {
  width: 140px;
  padding-top: 15px;
  font-size: 14px;
}

.column {
  padding-top: 160px;
  padding-left: 10px;
}

.container {
  flex: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.container.brands {
  flex: none;
}

.container.relative {
  z-index: 2;
  position: relative;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar {
  background-color: #ddd0;
  padding-top: 15px;
  padding-left: 0;
  display: none;
  position: static;
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #171616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1.1vw;
  display: block;
}

.container-2 {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.columns {
  padding-right: 0;
}

.heading-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: left;
  font-size: 56px;
  line-height: 53px;
  display: inline-block;
}

.paragraph {
  color: #fff;
  text-align: left;
  max-width: 596px;
  margin-top: 20px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.subscript {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 79px;
}

.subscript.purplecolor {
  color: #aa1463;
  text-align: left;
}

.column-2 {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  position: static;
}

.nav-link {
  opacity: 1;
  outline-offset: 0px;
  color: #fff;
  outline: 3px #fff;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  transition: opacity .2s;
}

.nav-link:hover {
  color: #dba4c0;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #dba4c0;
}

.nav-link.active {
  color: #fff;
  background-color: #0000;
  border-radius: 50px;
  margin-right: 0;
  padding: 10px 0;
  top: auto;
}

.nav-link.active:hover {
  color: #dba4c0;
}

.nav-link.active.w--current {
  margin-right: 0;
  padding: 10px 0;
}

.nav-link.active.w--current:hover {
  background-color: var(--dim-grey);
  color: #dba4c0;
}

.nav-link.contact {
  background-color: var(--dodger-blue);
  border-radius: 50px;
  padding: 10px 20px;
}

.nav-link.contact:hover {
  opacity: 1;
  color: var(--dodger-blue);
  mix-blend-mode: normal;
  background-color: #fff;
  transform: translate(0, -2px);
}

.button {
  background-color: #ca528f;
  background-image: linear-gradient(95deg, #cf0d70, #6e204f 51%, #2a2d38);
  margin-top: 32px;
  padding: 15px 60px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.button.rounded {
  text-align: center;
  background-color: #cf0d70;
  background-image: none;
  border-radius: 50px;
  align-self: auto;
  align-items: center;
  max-width: 200px;
  min-height: 60px;
  max-height: 60px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button.rounded:hover {
  color: var(--dodger-blue);
  background-color: #fff;
  transform: translate(0, -2px);
}

.text-span {
  color: var(--dodger-blue);
  text-align: right;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 0;
}

.container-3 {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px #333;
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.image-6 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.heading-4 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.section {
  align-items: center;
  min-height: 100vh;
  padding-top: 3.75em;
  padding-bottom: 3.75em;
  display: flex;
  overflow: hidden;
}

.section.marquee {
  min-height: 50vh;
}

.section.marquee.about {
  min-height: 30vh;
}

.section.marquee.contact {
  min-height: 40vh;
}

.section.features {
  min-height: 80vh;
  position: relative;
  overflow: hidden;
}

.section.features.cgi {
  overflow: visible;
}

.section.features._3d-animation-section {
  margin-top: 100px;
  overflow: visible;
}

.section.features._3d-animation-content-section {
  min-height: 70vh;
  padding-top: 0;
}

.section.features.character-building {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  padding-top: 2em;
  overflow: hidden;
}

.section.features.panamorphic {
  justify-content: center;
  align-items: flex-start;
}

.section.features.character-building-content, .section.features._3d-product-cgi-content {
  min-height: 50vh;
  padding-top: 2em;
  padding-bottom: 2em;
}

.section.features.our-services {
  justify-content: center;
  align-items: center;
}

.section.brands {
  flex-direction: column;
  justify-content: center;
  min-height: 50vh;
}

.section.cta {
  min-height: 60vh;
  margin-top: 4rem;
  overflow: visible;
}

.section.total-client {
  min-height: 40vh;
}

.section.exception {
  overflow: visible;
}

.section.exception.relative {
  margin-top: 0;
  position: relative;
}

.container-4 {
  max-width: 100%;
  margin-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: end center;
  margin-top: 40px;
  display: grid;
  position: relative;
}

.heading-5 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.paragraph-2 {
  color: #dbdbdb;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: none;
}

.container-5 {
  max-width: 100%;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.heading-6 {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.paragraph-3 {
  color: #dbdbdb;
  font-family: Poppins, sans-serif;
  display: none;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  height: 380px;
  max-height: 380px;
  display: flex;
  overflow: hidden;
}

.heading-7 {
  color: #fff;
  text-align: center;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin: 160px auto auto;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: block;
}

.section-2 {
  background-color: #1c263f;
  height: 320px;
  margin-top: 100px;
  padding-top: 98px;
  padding-bottom: 60px;
}

.container-6 {
  max-width: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.div-block-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.paragraph-4 {
  color: #dbdbdb;
  font-family: Poppins, sans-serif;
}

.bg-circle {
  opacity: .48;
  filter: blur(100px);
  background-color: #2af6ff;
  border-radius: 62%;
  width: 15vw;
  height: 15vw;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: -92px auto auto -4%;
}

.image-14 {
  z-index: 2;
  max-width: 42%;
  margin-top: 40px;
  margin-right: 5%;
  display: block;
  position: absolute;
  inset: 16% 4% 0% auto;
}

.section-3 {
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.section-4 {
  margin-top: 220px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.bg-blur {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.bg-circle-2 {
  opacity: .68;
  filter: blur(140px);
  background-color: #ff0080;
  border-radius: 62%;
  width: 20vw;
  height: 20vw;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: 276px auto auto 65%;
}

.bg-circle-3 {
  opacity: .26;
  filter: blur(50px);
  background-color: #fffb10;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  font-size: 400vw;
  line-height: 400vw;
  display: none;
  position: absolute;
  inset: 126px auto auto 74%;
}

.icon {
  background-color: #fff7f7;
}

.image-15 {
  width: 180px;
  max-width: 80%;
}

.paragraph-5 {
  color: #dbdbdbcc;
  width: 250px;
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.column-3 {
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.flex-box {
  justify-content: space-around;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.flex-box.justify-start-center {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
}

.paragraph-6 {
  margin-left: 10px;
  padding-right: 0;
}

.paragraph-6.opacity-80 {
  opacity: .8;
  align-self: flex-start;
  padding-top: 0;
}

.paragraph-7 {
  margin-bottom: 0;
  font-weight: 700;
}

.mt-15 {
  margin-top: 15px;
}

.mt-15.opacity-80 {
  opacity: .8;
  display: none;
}

.paragraph-8 {
  margin-bottom: 38px;
}

.paragraph-8.text-white {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: none;
}

.adress {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: block;
}

.adress.texdt-light {
  margin-top: 5px;
  font-weight: 300;
}

.column-4 {
  padding: 60px 60px 60px 0;
}

.section-5 {
  border-bottom: 1px solid #707070;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.flex-box-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 45px;
  display: flex;
}

.paragraph-9 {
  color: #b3b5ba;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 18px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.column-5 {
  padding-top: 0;
}

.columns-2 {
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: visible;
}

.flex-box-3 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 60px;
  display: none;
}

.nav-menu {
  padding-bottom: 5px;
  display: flex;
}

.div-block-7 {
  align-self: center;
  margin-right: 40px;
  position: relative;
}

.div-block-26 {
  background-color: #cf0d70;
  border-radius: 5px;
  width: 100px;
  max-width: 100%;
  height: 4px;
  padding-left: 0;
  line-height: 17px;
  position: absolute;
  left: auto;
}

.div-block-9 {
  align-self: center;
  margin-right: 40px;
  position: relative;
}

.utility-page-wrap {
  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;
}

.image-16 {
  min-width: 65%;
  margin-left: 5px;
  position: absolute;
  inset: 61px 0% 0% 70px;
}

.bg-circle-8 {
  opacity: .12;
  filter: blur(50px);
  background-color: #fffb10b3;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: 264% auto auto 5%;
}

.columns-3 {
  margin: 180px 20px 40px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.div-block-11 {
  padding-left: 20px;
}

.column-6 {
  border-right: 2px #fff;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-7 {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.bg-circle-7 {
  opacity: .49;
  filter: blur(140px);
  background-color: #3cff00b3;
  border-radius: 62%;
  width: 15vw;
  height: 15vw;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: 240% auto auto 18%;
}

.bg-circle-4 {
  z-index: 0;
  opacity: .74;
  filter: blur(50px);
  background-color: #2af6ff21;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: 1000px auto auto 67%;
}

.bg-circle-5 {
  opacity: .26;
  filter: blur(50px);
  background-color: #ab1464;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: 1040px auto auto -11%;
}

.bg-circle-9 {
  opacity: .26;
  filter: blur(50px);
  background-color: #ab1464;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  margin-top: 1020px;
  margin-right: 200px;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: 2370px -14% 0% auto;
}

.bg-circle-11 {
  opacity: .26;
  filter: blur(50px);
  background-color: #ab1464;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: 1050px 0 0% auto;
}

.bg-circle-12 {
  opacity: .14;
  filter: blur(50px);
  background-color: #2af6ff;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: auto auto 5% 0%;
  overflow: hidden;
}

.section-6 {
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.div-block-12 {
  z-index: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.section-7 {
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  overflow: visible;
}

.div-block-13 {
  overflow: visible;
}

.div-block-14 {
  height: 175px;
  display: none;
}

.column-8 {
  padding-top: 60px;
  padding-right: 10%;
}

.submit-button {
  float: right;
  text-align: center;
  background-color: #cf0d70;
  border-radius: 50px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.submit-button:hover {
  color: #000;
  background-color: #75f7fe;
}

.text-field-2 {
  clear: none;
  direction: ltr;
  color: #dbdbdb4d;
  text-align: left;
  mix-blend-mode: normal;
  background-color: #0000;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  margin-bottom: 35px;
  padding-top: 20px;
  padding-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-style: normal;
  line-height: 50px;
  display: block;
  overflow: hidden;
}

.column-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-left: 160px;
  font-family: Poppins, sans-serif;
  display: flex;
  position: relative;
}

.form {
  font-size: 20px;
}

.heading-3-copy {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: right;
  font-size: 56px;
  line-height: 53px;
  display: inline-block;
}

.paragraph-copy {
  color: #fff;
  text-align: right;
  margin-top: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.bg-circle-9-copy {
  opacity: .26;
  filter: blur(50px);
  background-color: #ab1464;
  border-radius: 100%;
  width: 20vw;
  height: 20vw;
  font-size: 400vw;
  line-height: 400vw;
  position: absolute;
  inset: 234px 0% 0% auto;
}

.div-block-15 {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 10px;
}

.select-field-2 {
  color: #dbdbdbb3;
  background-color: #f3f3f300;
  border-top: 1px #000;
  border-left: 1px #000;
  border-right: 1px #000;
  height: 50px;
  margin-top: 25px;
  margin-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  display: none;
}

.image-18 {
  object-fit: fill;
  min-width: 55%;
  margin-left: 60px;
  position: absolute;
  inset: 36px 0% 0% 10px;
}

.div-block-17 {
  min-height: 220px;
  max-height: 220px;
  display: none;
}

.subscript-2 {
  line-height: 79px;
  display: none;
}

.grid-child {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.grid-child:hover {
  transform: translate(0, -2px);
  box-shadow: 0 11px 19px -5px #0d1423;
}

.image-19 {
  z-index: -1;
  margin-top: -314px;
  margin-left: -208px;
  padding-left: 0;
  display: none;
  position: absolute;
  overflow: visible;
}

.image-22 {
  margin: 823px auto auto 85%;
  padding-top: 0;
  display: none;
  position: absolute;
}

.image-23 {
  max-width: 80%;
}

.grid-3 {
  position: static;
  overflow: visible;
}

.image-24 {
  align-self: flex-start;
}

.image-25 {
  align-self: flex-start;
  padding-left: 0;
}

.image-26 {
  align-self: flex-start;
}

.image-27 {
  margin-left: -2px;
  padding-left: 0;
}

.image-28, .image-29 {
  margin-left: -2px;
}

.column-10 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.div-block-19 {
  align-self: center;
  margin-right: 40px;
}

.section-8 {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.section-9 {
  padding-left: 20px;
  padding-right: 20px;
}

.glow {
  max-width: 70%;
  margin: -1px auto auto 0%;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-20 {
  align-self: center;
}

.grid-4, .grid-mobile {
  display: none;
}

.section-10 {
  margin-left: 20px;
  margin-right: 20px;
}

.button-cta {
  background-color: #ca528f;
  background-image: linear-gradient(95deg, #cf0d70, #6e204f 51%, #2a2d38);
  margin-top: 32px;
  padding: 15px 60px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.button-cta.rounded {
  text-align: center;
  background-color: #cf0d70;
  background-image: none;
  border-radius: 50px;
  align-self: auto;
  align-items: center;
  max-width: 200px;
  min-height: 60px;
  max-height: 60px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.button-cta.rounded.cta {
  justify-content: center;
  margin-top: 40px;
  display: none;
}

.button-cta.rounded.cta:hover {
  color: #000;
  background-color: #75f7fe;
}

.link-ig {
  color: #fff;
  align-items: center;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.div-block-21 {
  background-image: url('../images/3D-Animation.png');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  transition: all .5s ease-in-out;
  overflow: visible;
}

.div-block-21:hover {
  transform: scale(1.1);
}

.div-block-21._3d-animation {
  background-image: url('../images/true-to-skin-2.gif');
}

.div-block-21.character-design {
  background-image: url('../images/astro-character-1.gif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-21.product-photo-animation {
  background-image: url('../images/azarine-sunscreen-GIF.gif');
}

.div-block-21.environtment {
  background-image: url('../images/Everwhite_Environtment_GIF.gif');
}

.overlay-wrapper {
  z-index: 10;
  display: none;
  position: fixed;
  inset: 0%;
}

.overlay-1 {
  z-index: 1;
  background-color: #dbe5ff80;
  position: absolute;
  inset: 0%;
}

.overlay-2 {
  z-index: 2;
  background-color: #a7b9eb80;
  position: absolute;
  inset: 0%;
}

.overlay-3 {
  z-index: 3;
  background-color: #151f38b3;
  position: absolute;
  inset: 0%;
}

.overlay-4 {
  z-index: 4;
  background-color: #151f38cc;
  position: absolute;
  inset: 0%;
}

.overlay-5 {
  z-index: 5;
  background-color: #151f38;
  position: absolute;
}

.nav-menu-2 {
  display: flex;
}

.navbar-menu {
  background-color: #0000;
  padding-top: 15px;
  display: block;
  position: relative;
}

.container-7 {
  max-width: 100vw;
  margin-left: auto;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.button-interact {
  z-index: 2;
  background-color: var(--dodger-blue);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 60px;
  margin-top: 0;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.text-button-main {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.text-button-main.top {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto 0% -10px;
}

.text-button-main.bot {
  text-align: center;
  position: absolute;
  inset: -10px 0% auto;
}

.text-wraptop {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.text-wrapbot {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 200px;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.button-pulse {
  z-index: 1;
  background-color: #cf0d7080;
  border-radius: 50px;
  width: 200px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: auto;
}

.circle-wrap {
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 280px;
  display: flex;
  position: absolute;
  top: 78vh;
  left: -108px;
}

.circle-one {
  border: 2px dashed #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: flex-end;
  width: 280px;
  height: 280px;
  display: flex;
  position: absolute;
}

.planet-one {
  background-color: #e7e7e7;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}

.circle-two {
  border: 2px dashed #ffffff80;
  border-radius: 100%;
  align-items: center;
  width: 180px;
  height: 180px;
  display: flex;
}

.planet-two {
  background-color: #77f7fe;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
}

.circle-wrapbot {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: 178% 0% 0% auto;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 200vh;
  display: flex;
}

.hero-section.about {
  height: 80vh;
}

.hero-section.contact {
  height: 100vh;
  position: relative;
}

.wrapper {
  position: relative;
}

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

.wrapper.center.relative {
  position: relative;
}

.wrapper.center.relative.vide-features {
  z-index: 2;
  margin-bottom: -5%;
  position: absolute;
  overflow: hidden;
}

.wrapper.center.relative.hide {
  display: none;
}

.wrapper.center.vertical {
  flex-direction: column;
}

.wrapper.center.vertical.cta {
  background-image: linear-gradient(#17161645 35%, #c242ff80);
  border-radius: 2em;
  align-items: flex-start;
  min-height: 30vh;
  max-height: 400px;
  padding-top: 2.5rem;
  padding-bottom: 3.5rem;
  padding-left: 2rem;
}

.wrapper.center.vertical.relative {
  z-index: 2;
}

.wrapper.center.whitelabel-section {
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.wrapper.center.bottle {
  z-index: 2;
  margin-bottom: 10%;
  position: absolute;
}

.wrapper.center.bottle.hide {
  display: block;
}

.wrapper.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.vertical.footer {
  justify-content: flex-start;
  align-items: flex-start;
}

.wrapper.vertical.panamorphic {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.wrapper.brands {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.wrapper.relative._3d-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.relative._3d-center.special-bottom {
  justify-content: space-between;
  align-items: center;
}

.wrapper.relative._3d-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrapper.relative.panamorphic {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.relative.responsive {
  margin-bottom: 1.5em;
  display: none;
}

.wrapper.hero-main {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.wrapper.vertical-footer {
  flex-flow: column;
  display: flex;
}

.wrapper.special-center, .wrapper.content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper._3d-animation-right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper._3d-animation-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper.special-bottom {
  flex-flow: column;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: flex;
}

.wrapper.special-bottom.character-building {
  position: static;
}

.wrapper.panamorphic {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.image-zoom {
  position: relative;
  overflow: hidden;
  overflow-block: hidden !important;
}

.wrapper.overflow-hidden {
  overflow: hidden;
}

.wrapper.character-building-text {
  height: auto;
  position: absolute;
  inset: 8vh auto 0% 0%;
}

.wrapper.character-building-text.responsive {
  position: static;
}

.wrapper.list-services {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.wrapper.hide {
  display: none;
}

.wrapper.character-building {
  border-radius: 1.5rem;
  overflow: hidden;
}

.wrapper.footer-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #000);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Krona One, sans-serif;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.6em;
}

.hero-heading.center {
  z-index: 2;
  opacity: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  background-image: none;
  font-family: Krona One, sans-serif;
  font-weight: 700;
  position: relative;
}

.hero-heading.center.glow-white {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: absolute;
}

.hero-heading.center.outline-text {
  z-index: 2;
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1px;
  position: relative;
}

._3dimage-tv {
  width: 95%;
  padding-bottom: 25vh;
  position: relative;
  bottom: 15%;
}

.grid-about {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-items: center;
  width: 70%;
}

.text-block-split {
  color: var(--white);
  text-wrap: stable;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2em;
  line-height: 1.2em;
}

.marquee-text_component {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #1d1d1d30;
  border-top: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  width: 100%;
}

.marquee-text_component.is-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 2em;
  display: flex;
}

.marquee-text_wrapper {
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee-text_wrapper.is-2 {
  justify-content: flex-end;
}

.marquee-text_panel {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-text_text {
  color: var(--white);
  letter-spacing: .1em;
  font-family: Gotham, sans-serif;
  font-size: 6em;
  font-weight: 900;
  line-height: 1.6em;
}

.marquee-text_icon {
  flex: none;
  width: 4em;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.arrow-icon.contact {
  width: 80px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.arrow-icon.services {
  width: 1.5em;
}

.header-section {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Krona One, sans-serif;
  font-size: 5em;
  line-height: 1.4em;
}

.header-section.cta {
  text-align: left;
  font-size: 2em;
}

.header-section.teams {
  text-align: left;
  letter-spacing: .1em;
  margin-bottom: .25rem;
  font-family: "Helvetica Neue Lt Std 65", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
}

.header-section.center.brands {
  text-transform: capitalize;
  font-family: Gotham, sans-serif;
  font-size: 3em;
}

.header-section.center.brands.glow-text {
  z-index: 1;
  opacity: .53;
  filter: blur(2px) blur(2px);
  font-size: 3em;
  position: absolute;
}

.header-section.center.brands.outline-text {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.header-section.outline {
  letter-spacing: 1rem;
  -webkit-text-stroke-color: #fff;
  background-image: none;
  font-size: 4em;
}

.header-section.outline.cta {
  z-index: 1;
  filter: blur(5px) blur(2px);
  letter-spacing: .5rem;
  font-family: Gotham, sans-serif;
  line-height: 1.1em;
  position: absolute;
}

.header-section.outline.cta.glow-white {
  z-index: 2;
  filter: none;
  background-color: #ffffff4d;
  position: relative;
}

.header-section.outline.cta.glow-white.hero {
  text-align: center;
  background-color: #fff0;
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.header-section.outline.cta.hero {
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 6em;
  font-weight: 900;
}

.header-section._3d-animation-text {
  font-family: Gotham, sans-serif;
  font-size: 7em;
}

.header-section._3d-animation-text.filled-text {
  z-index: 1;
  filter: blur(1px) blur(2px);
  letter-spacing: .5rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Gotham, sans-serif;
  font-weight: 900;
  position: relative;
}

.header-section._3d-animation-text.outline-text {
  z-index: 3;
  color: #fff0;
  letter-spacing: .5rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  background-color: #fff0;
  font-family: Gotham, sans-serif;
  font-weight: 900;
  position: absolute;
}

.header-section._3d-product-cgi {
  font-size: 7em;
  line-height: 1.4em;
}

.header-section._3d-product-cgi.filled-text {
  z-index: 1;
  filter: blur(1px) blur(2px);
  letter-spacing: 1rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fffffff7, #fffffff7);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Gotham, sans-serif;
  font-size: 7em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}

.header-section._3d-product-cgi.outline-text {
  z-index: 3;
  color: #fff0;
  letter-spacing: 1rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-family: Gotham, sans-serif;
  font-size: 7em;
  font-weight: 900;
  line-height: 1.2em;
  position: absolute;
}

.header-section._3d-plus-animation {
  z-index: 2;
  color: #fff0;
  letter-spacing: 1rem;
  font-family: Gotham, sans-serif;
  font-size: 5em;
  line-height: 1.1em;
  position: relative;
}

.header-section._3d-plus-animation.glow-white {
  z-index: 1;
  filter: blur(1px) blur(2px);
  color: #ffffff4d;
  position: absolute;
}

.header-section._3d-plus-animation.outline-text {
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 1px;
}

.header-section.character-building {
  line-height: 1.2em;
}

.header-section.character-building.filled-text {
  z-index: 1;
  filter: blur(1px) blur(2px);
  letter-spacing: .5rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 15vh;
  margin-bottom: 1rem;
  font-family: Gotham, sans-serif;
  font-size: 6em;
  font-weight: 900;
  position: relative;
}

.header-section.character-building.outline-text {
  z-index: 3;
  color: #fff0;
  letter-spacing: .5rem;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-family: Gotham, sans-serif;
  font-size: 6em;
  font-weight: 900;
  position: absolute;
}

.header-section.panamorphic {
  filter: none;
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.header-section.panamorphic.glow-white {
  z-index: 1;
  filter: blur(1px) blur(2px);
  color: #ffffff4d;
  letter-spacing: 1rem;
  font-family: Gotham, sans-serif;
  position: absolute;
}

.header-section.panamorphic.glow-white.outline-text {
  z-index: 2;
  filter: none;
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.header-section.our-story {
  text-align: left;
  letter-spacing: .1em;
  font-family: "Helvetica Neue Lt Std 75", sans-serif;
  font-size: 3em;
}

.header-section.our-story.glow-text {
  z-index: 1;
  filter: blur(5px);
  position: absolute;
}

.header-section.our-story.outline-text {
  color: #fff0;
  -webkit-text-stroke-color: white;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  background-image: linear-gradient(270deg, #fff, #696969);
  -webkit-background-clip: text;
  background-clip: text;
}

.header-section.numbers {
  text-align: left;
  letter-spacing: .1em;
  font-family: "Helvetica Neue Lt Std 75", sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.header-section.our-best-team {
  font-size: 2em;
}

.header-section.our-best-team.glow-text {
  z-index: 1;
  filter: blur(5px);
  position: absolute;
}

.header-section.our-best-team.outline-text {
  z-index: 2;
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

.header-section.contact-us {
  text-align: left;
  font-size: 2em;
}

.header-section.our-services {
  font-family: Gotham, sans-serif;
  position: static;
}

.header-section.our-services.filled-text {
  z-index: 1;
  filter: blur(1px) blur(2px);
  position: absolute;
}

.header-section.our-services.outline-text {
  z-index: 2;
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  position: relative;
}

.header-section.contact {
  text-align: left;
  font-family: Gotham, sans-serif;
  font-weight: 900;
}

.header-section.contact.glow-text {
  z-index: 1;
  filter: blur(5px);
  font-family: Gotham, sans-serif;
  font-size: 4em;
  font-weight: 700;
  position: absolute;
}

.header-section.contact.outline-text {
  color: #fff0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  font-family: Gotham, sans-serif;
  font-size: 4em;
}

.text-block {
  color: var(--gray);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
}

.text-block.desc {
  max-width: 65ch;
  font-size: 14px;
}

.text-block.desc.center {
  text-align: center;
}

.text-block.desc.brands {
  color: var(--gray);
  text-align: center;
  font-size: 18px;
}

.text-block.desc.teams {
  text-align: center;
}

.text-block.desc.character-building {
  max-width: 24ch;
  font-size: 18px;
}

.text-block.desc.character-building.responsive {
  max-width: 100%;
}

.text-block.desc.cta {
  color: var(--white);
}

.text-block.desc-footer {
  color: var(--gray);
  max-width: 21ch;
  margin-top: 1rem;
}

.text-block.title-footer {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 500;
}

.text-block.site-footer {
  color: var(--gray);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 14px;
  text-decoration: none;
}

.text-block.site-footer:hover {
  color: #c242ff;
  text-decoration: underline;
}

.text-block.whitelabel-section {
  color: var(--gray);
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.text-block.center {
  text-align: center;
  margin-top: 2.5em;
}

.text-block.center._3d-desc {
  color: var(--white);
  max-width: 70%;
  margin-top: 15%;
  font-size: 18px;
  line-height: 1.6em;
}

.text-block.center._3d-desc.cgi {
  color: var(--white);
  max-width: 28ch;
  margin-top: 10%;
  font-size: 22px;
}

.text-block.center._3d-desc.animation {
  max-width: 50ch;
  font-size: 22px;
}

.text-block._3d-desc {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.6em;
}

.text-block.right {
  text-align: right;
}

.text-block.right.panamorphic-desc {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}

.text-block.right.panamorphic-desc.description {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
}

.text-block.services {
  font-size: 1.125rem;
}

.image-features {
  min-height: 70vh;
}

.image-features.tv {
  height: 560px;
  min-height: 40vh;
  position: relative;
}

.marquee-logos_component {
  width: 100%;
}

.marquee-logos_component.is-2 {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.marquee-logos_wrapper {
  align-items: center;
  display: flex;
}

.marquee-logos_wrapper.is-2 {
  justify-content: flex-end;
}

.marquee-logos_panel {
  flex: none;
  align-items: center;
  display: flex;
}

.marquee-logos_item {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.image-logo {
  filter: invert(79%);
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100px;
  height: 2.5em;
  overflow: visible;
}

.image-logo.exception {
  min-width: 150px;
}

.purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#c242ff 44%, #171616);
  -webkit-background-clip: text;
  background-clip: text;
}

.purple.outline-text {
  -webkit-text-stroke-color: #c242ff;
  background-image: none;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 56.25vw;
  max-height: 64vh;
}

.glow-pink {
  z-index: 1;
  filter: blur(280px);
  background-color: #c72569;
  border-radius: 100%;
  width: 440px;
  height: 360px;
  position: absolute;
  inset: -30% auto auto -10%;
}

.glow-pink.contact {
  width: 360px;
}

.wrapper-text {
  margin-bottom: 1.5rem;
}

.btn-gradient {
  box-shadow: none;
  background-color: #c242ff;
  background-image: linear-gradient(#ffffff4d, #fff0);
  border-radius: 4rem;
  padding: .75rem 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
}

.btn-gradient.submit {
  margin-top: .75rem;
}

.footer-section {
  min-height: 56vh;
  padding-top: 3em;
  padding-bottom: 4em;
}

.grid-footer {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.grid-socialmedia {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center start;
  margin-top: 1rem;
}

.wrapper-roundsosmed {
  border: 1px solid #949494;
  border-radius: 100%;
  padding: .75rem;
  transition: all .3s;
}

.wrapper-roundsosmed:hover {
  background-color: #c242ff;
  background-image: linear-gradient(#ffffff4d, #fff0);
  border-style: none;
}

.icon-sosmed {
  height: 1.5em;
}

.lottie-statue {
  height: 60vh;
  display: inline-block;
  position: absolute;
  inset: auto 10% 0% auto;
}

.paragraph-text {
  color: var(--gray);
  max-width: 60ch;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.grid-totalclient {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
  width: 80%;
}

.wrapper-image {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-41 {
  position: absolute;
}

.grid-teams {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 1rem;
}

.wrapper-team {
  border: 1px solid var(--gray);
  border-radius: .5rem;
  padding: .75rem;
}

.nav-bar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #dddddd26;
  width: 100%;
  position: fixed;
}

.nav-bar.contact {
  position: sticky;
}

.navlink {
  color: #fff;
  margin-left: .5rem;
  padding: 12px 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
}

.navlink.w--current {
  color: #fff;
  background-color: #c242ff;
  background-image: linear-gradient(#ffffff4d, #fff0);
  border: .5px solid #dcdcdc2b;
  border-radius: 2rem;
}

.logo {
  padding-top: 8px;
}

.img-teams {
  width: 100%;
}

.whitelabel {
  border-top: .5px solid #afafaf;
}

.grid-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.field-label {
  color: var(--white);
  margin-bottom: .6rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.text-field {
  color: #fff;
  background-color: #222;
  border-radius: .5rem;
  min-height: 48px;
  margin-bottom: .75rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
}

.text-field:focus-visible {
  color: #fff;
  border: 1px solid #c242ff;
}

.text-field[data-wf-focus-visible] {
  color: #fff;
  border: 1px solid #c242ff;
}

.text-field.area {
  min-height: 80px;
}

.navigation-menu {
  margin-top: 8px;
}

.link-block, .link-block.w--current {
  text-decoration: none;
}

.link-block.btn {
  border: 3px solid #707070;
  margin-top: 2rem;
  position: relative;
}

.text-block-btn {
  color: var(--white);
  padding: .75rem 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  display: inline-block;
}

.skew {
  background-color: #171616;
  width: 50%;
  height: 4px;
}

.skew.upper {
  margin-top: -4px;
  position: absolute;
  inset: 0% 25% auto;
}

.skew.bottom {
  margin-bottom: -4px;
  position: absolute;
  inset: auto 25% 1%;
}

.skew.right {
  width: 4px;
  height: 50%;
  margin-left: -4px;
  position: absolute;
  inset: 25% auto 25% 1%;
}

.skew.left {
  width: 4px;
  height: 50%;
  margin-right: -4px;
  position: absolute;
  inset: 25% 0% 25% auto;
}

.chara-lottie {
  z-index: 999;
  height: 50vh;
  position: static;
  inset: auto auto -5.1rem 0%;
}

.wrapper-lottie {
  position: absolute;
  inset: 0%;
}

.wrapper-hero {
  height: 250vh;
  position: relative;
}

.video {
  transform-style: preserve-3d;
  width: 72%;
  height: 44%;
  position: absolute;
  top: 38%;
  right: 22%;
  transform: rotateX(0)rotateY(-20deg)rotateZ(0);
}

._3d-text-pict {
  height: 11rem;
  margin-bottom: 1rem;
}

._3d-text-pict.project {
  height: 9rem;
  display: none;
}

.wrapper-icon {
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.icon-footer {
  margin-right: .5rem;
}

.live-chat-text {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.live-chat-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 16px;
}

.icon-btn {
  margin-right: 8px;
}

.text-block-top {
  color: #080809;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.text-block-top.gray {
  color: #b0b0b0;
  margin-bottom: 8px;
  line-height: 1.4em;
}

.text-block-bot {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 10px;
}

.text-block-bot.chat {
  line-height: 1.5em;
}

.live-chat-btn {
  background-color: #080809;
  border-radius: 200px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #00b94a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  position: relative;
  bottom: 0%;
  right: 0%;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-flow: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.whatsapp-block {
  z-index: 30;
  flex-flow: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.icon-wa {
  width: 40px;
  height: 40px;
}

.bottle-img {
  height: 50vh;
}

.grid-3d-animation-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.header-content {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 500;
}

.background-video-content {
  width: 100%;
}

.background-video-content._30vh {
  max-height: 30vh;
  overflow: hidden;
  transform: scale(1.1);
}

.background-video-content.korean {
  position: absolute;
  bottom: -2rem;
}

._3d-product-cgi-video {
  width: 100%;
  height: 56.25vw;
  max-height: 64vh;
  margin-top: 2em;
}

.character-building-statue {
  z-index: 2;
  height: 60vh;
  position: absolute;
  bottom: 0%;
}

.lines {
  z-index: 4;
  background-color: #414141;
  max-width: 1440px;
  height: 2px;
  margin-left: 5vw;
  margin-right: 5vw;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-panamorphic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-self: center;
  width: 80%;
  margin-top: 80px;
  display: grid;
}

.panamorphic-video {
  aspect-ratio: 9 / 16;
  width: 100%;
  height: 100%;
}

.panamorphic-video.hide {
  display: none;
}

.grid-character-building-content {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .75fr;
  width: 100%;
  position: relative;
}

.slide-nav {
  justify-content: flex-end;
  align-items: center;
  padding-right: 1em;
  display: flex;
}

.slider {
  height: 100%;
}

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

.image-slide {
  object-fit: cover;
  height: 100%;
  max-height: 56.25vw;
}

.image-zoom {
  object-fit: contain;
  height: 100%;
}

.wrapper-header-cta {
  position: relative;
}

.wrapper-header-cta.hero {
  opacity: 0;
  position: relative;
}

.link-whitelabel {
  color: var(--white);
  text-decoration: underline;
}

.white-text {
  color: var(--white);
}

.grid-services {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 80%;
  margin-top: 1.5rem;
}

.wrapper-service-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.purple-outline {
  -webkit-text-stroke-color: #c242ff;
}

.character-building-images {
  z-index: 2;
  height: 90vh;
  position: absolute;
  bottom: -39%;
}

._3d-animation-image {
  object-fit: contain;
  width: 100%;
}

.wrapper-panning {
  width: 78%;
  overflow: hidden;
}

.slick-slider {
  aspect-ratio: 9 / 16;
  object-fit: fill;
  border-radius: 1.5rem;
  width: 80%;
  height: 100%;
  padding-bottom: 0;
  overflow: hidden;
}

.slick-slider.responsive {
  display: none;
}

.slick-slide {
  border-radius: 1.5rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.wrapper-video {
  aspect-ratio: 3 / 2;
  width: 100%;
  max-height: 56.25%;
  position: relative;
  overflow: hidden;
}

.wrapper-video-panda {
  width: 78%;
  overflow: hidden;
}

.character-building-video {
  aspect-ratio: 9 / 16;
  height: 100%;
}

.error-message {
  background-color: #e0ffde;
  border-radius: .5rem;
  margin-top: 1.5rem;
}

.text-success {
  color: #08351b;
  font-size: .9rem;
}

.wrapper-swipeup {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.wrapper-swipeup.responsive {
  display: none;
}

.swipeup-textblock {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.wrapper-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.lottie-arrow {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 991px) {
  .column {
    padding-top: 20px;
  }

  .navbar {
    display: block;
  }

  .body {
    font-size: 1.6vw;
  }

  .paragraph {
    max-width: 28ch;
    margin-top: 20px;
    font-size: 16px;
  }

  .subscript {
    font-size: 32px;
  }

  .column-2 {
    padding-left: 56px;
  }

  .nav-link, .nav-link.active {
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.contact {
    max-width: 100%;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-4 {
    font-size: 32px;
  }

  .section.features._3d-product-cgi-content {
    min-height: 50vh;
  }

  .container-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    font-size: 32px;
  }

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

  .heading-6, .heading-7 {
    font-size: 32px;
  }

  .container-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-8 {
    font-size: 32px;
  }

  .paragraph-4 {
    max-width: 35ch;
  }

  .bg-circle {
    opacity: 1;
    top: -116%;
  }

  .section-4 {
    margin-top: 140px;
  }

  .icon {
    color: #fff;
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    margin-top: 10px;
  }

  .div-block-26 {
    width: 45px;
    margin-top: -10px;
  }

  .div-block-26.active-about {
    width: 63px;
    margin-top: 0;
  }

  .div-block-9 {
    margin-top: 20px;
  }

  .bg-circle-9 {
    margin-top: 900px;
    margin-right: 100px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .div-block-20 {
    max-width: 100px;
    margin-top: 20px;
  }

  .navbar-menu {
    display: block;
  }

  .menu-button-4 {
    color: #fff;
  }

  .button-wrap {
    margin-top: 60px;
  }

  .circle-wrap {
    width: 220px;
    height: 220px;
    top: 392px;
  }

  .circle-one {
    width: 220px;
    height: 220px;
  }

  .circle-two {
    width: 120px;
    height: 120px;
  }

  .circle-wrapbot {
    inset: 23% 0% 0% auto;
  }

  .wrapper.center.vertical.cta {
    z-index: 3;
    padding-right: 2rem;
    position: relative;
  }

  .wrapper.character-building-text {
    z-index: 999;
    left: 0%;
    right: auto;
  }

  .hero-heading.center {
    font-size: 4em;
  }

  ._3dimage-tv {
    width: 80%;
    bottom: 0%;
  }

  .grid-about {
    width: 90%;
  }

  .text-block-split {
    font-size: 1.75em;
  }

  .arrow-icon.contact {
    width: 40px;
  }

  .header-section {
    font-size: 2em;
  }

  .header-section.center.brands.glow-text, .header-section.center.brands.outline-text {
    font-size: 2.5em;
  }

  .header-section.outline.cta {
    font-size: 3em;
  }

  .header-section.outline.cta.glow-white {
    background-color: #464646;
  }

  .header-section.outline.cta.hero {
    font-size: 4em;
  }

  .header-section._3d-animation-text.filled-text, .header-section._3d-animation-text.outline-text, .header-section._3d-product-cgi.filled-text, .header-section._3d-product-cgi.outline-text, .header-section._3d-plus-animation {
    font-size: 6em;
  }

  .header-section.character-building.filled-text {
    margin-top: 20vh;
    font-size: 6em;
  }

  .header-section.character-building.outline-text {
    font-size: 6em;
  }

  .header-section.panamorphic.glow-white, .header-section.panamorphic.glow-white.outline-text {
    letter-spacing: .3rem;
    font-size: 6em;
  }

  .header-section.our-services.filled-text, .header-section.our-services.outline-text {
    font-size: 4em;
  }

  .header-section.contact.glow-text, .header-section.contact.outline-text {
    font-size: 3em;
  }

  .text-block.desc.character-building, .text-block.whitelabel-section {
    font-size: 14px;
  }

  .text-block.center._3d-desc {
    max-width: 90%;
  }

  .text-block.center._3d-desc.cgi, .text-block.center._3d-desc.animation {
    font-size: 18px;
  }

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

  .image-features.tv {
    height: 400px;
  }

  .purple {
    background-image: linear-gradient(#c242ff, #c242ff);
  }

  .glow-pink {
    width: 360px;
    height: 320px;
  }

  .grid-totalclient {
    width: 100%;
  }

  .navlink {
    align-items: center;
    margin-bottom: .5rem;
    margin-left: 0;
    display: flex;
  }

  .hamburger-lottie {
    width: 24px;
    height: 24px;
  }

  .icon-hamburger.hide {
    display: none;
  }

  .menu-button-5, .menu-button-5.w--open {
    background-color: #c8c8c800;
  }

  .navigation-menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #171616;
    align-items: center;
    margin-top: 0;
    padding: .5rem 5vw .75rem;
  }

  .chara-lottie {
    height: 70vh;
  }

  .wrapper-lottie {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  ._3d-text-pict.project {
    height: 7rem;
  }

  .bottle-img {
    height: 50vh;
  }

  .header-content {
    font-size: 20px;
  }

  .background-video-content._30vh {
    transform: scale(1.25);
  }

  .background-video-content.korean {
    max-height: 30vh;
  }

  .grid-panamorphic, .grid-services {
    width: 100%;
  }

  .character-building-images {
    height: 70vh;
    bottom: -18%;
  }

  .wrapper-panning, .wrapper-video-panda {
    width: 100%;
  }

  .wrapper-swipeup.responsive {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .container.story {
    padding-top: 5vh;
  }

  .body {
    font-size: 2.4vw;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-top: 440px;
  }

  .subscript {
    font-size: 36px;
  }

  .column-2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.contact {
    margin-top: 20px;
  }

  .button.rounded {
    max-width: 56%;
  }

  .container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-6 {
    max-width: 100%;
  }

  .heading-4 {
    font-size: 24px;
  }

  .section {
    padding-left: 0;
    padding-right: 0;
  }

  .section.marquee.contact {
    min-height: 50vh;
    margin-top: 4rem;
  }

  .section.features, .section.features.cgi, .section.features._3d-animation-section {
    margin-top: 0;
  }

  .section.features.character-building {
    min-height: 60vh;
  }

  .section.features.panamorphic {
    margin-top: 0;
  }

  .section.brands {
    min-height: 40vh;
  }

  .section.bts-video {
    min-height: 50vh;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-5 {
    font-size: 24px;
  }

  .container-5 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-3 {
    margin-bottom: 40px;
  }

  .heading-7 {
    overflow: hidden;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-6 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .paragraph-4 {
    margin-bottom: 20px;
  }

  .image-14 {
    width: auto;
    max-width: 75%;
    max-height: 75%;
    margin-top: 20px;
    margin-right: 0%;
    top: 20%;
    left: 40px;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-4 {
    margin-top: 100px;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-box {
    justify-content: flex-start;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .flex-box-2 {
    padding-left: 0;
  }

  .flex-box-3 {
    padding-right: 200px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    margin-top: 10px;
  }

  .div-block-26 {
    width: 45px;
    margin-top: -10px;
  }

  .div-block-26.active-about {
    width: 63px;
    margin-top: 0;
  }

  .columns-3 {
    display: block;
  }

  .column-6 {
    margin-bottom: 20px;
  }

  .column-7 {
    border-left-style: none;
    border-right-style: none;
    justify-content: flex-start;
    margin-bottom: 20px;
  }

  .section-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-9 {
    padding-left: 40px;
  }

  .image-23 {
    max-width: 100%;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    display: block;
  }

  .column-10 {
    justify-content: flex-start;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .section-8, .section-9 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .glow {
    max-width: 100%;
    margin-top: 20px;
    margin-left: -14%;
    padding-top: 0;
    inset: 11% 0% auto auto;
  }

  .column-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-cta.rounded {
    max-width: 56%;
  }

  .circle-wrap, .circle-wrapbot {
    display: none;
  }

  .hero-section.contact {
    height: 100vh;
    padding-top: 25vh;
  }

  .wrapper.center.relative.vide-features {
    margin-bottom: 104px;
  }

  .wrapper.center.vertical.cta {
    z-index: 2;
    background-image: linear-gradient(#1716161a 35%, #c242ff80);
    padding-left: 1rem;
    position: relative;
  }

  .wrapper.center.bottle {
    margin-bottom: -10%;
  }

  .wrapper.brands {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper.relative {
    position: static;
  }

  .wrapper.relative.responsive {
    display: block;
  }

  .wrapper.relative.desktop {
    display: none;
  }

  .hero-heading.center {
    text-align: center;
    font-size: 3em;
  }

  ._3dimage-tv {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    padding-bottom: 0;
  }

  .grid-about {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .text-block-split {
    font-size: 1.5em;
  }

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

  .header-section, .header-section.cta {
    font-size: 1.75em;
  }

  .header-section.center {
    text-align: center;
  }

  .header-section.center.brands.glow-text, .header-section.center.brands.outline-text, .header-section.outline.cta, .header-section.outline.cta.glow-white {
    font-size: 4em;
  }

  .header-section.outline.cta.hero, .header-section._3d-animation-text.filled-text, .header-section._3d-animation-text.outline-text {
    font-size: 3em;
  }

  .header-section._3d-product-cgi.filled-text, .header-section._3d-product-cgi.outline-text {
    font-size: 5em;
  }

  .header-section._3d-plus-animation {
    letter-spacing: .3rem;
    font-size: 5em;
  }

  .header-section.character-building.filled-text {
    letter-spacing: .3rem;
    margin-top: 15vh;
    font-size: 5em;
  }

  .header-section.character-building.outline-text {
    letter-spacing: .3rem;
    font-size: 5em;
  }

  .header-section.panamorphic.glow-white, .header-section.panamorphic.glow-white.outline-text {
    letter-spacing: .3rem;
    font-size: 4em;
  }

  .header-section.our-services.filled-text, .header-section.our-services.outline-text {
    font-size: 3em;
  }

  .header-section.contact.glow-text, .header-section.contact.outline-text {
    font-size: 2.5em;
  }

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

  .text-block.desc.character-building {
    max-width: 50ch;
  }

  .text-block.center._3d-desc, .text-block.center._3d-desc.cgi, .text-block.center._3d-desc.animation, .text-block._3d-desc, .text-block.right.panamorphic-desc {
    font-size: 16px;
  }

  .text-block.services {
    font-size: 1rem;
  }

  .image-features.tv {
    height: 240px;
    min-height: 30vh;
  }

  .marquee-logos_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-logo {
    object-fit: cover;
    height: 100px;
  }

  .glow-pink {
    width: 320px;
    height: 280px;
  }

  .grid-footer {
    grid-template-columns: 2fr;
  }

  .lottie-statue.hide {
    height: 50vh;
    display: none;
  }

  .grid-totalclient {
    grid-template-columns: 1fr;
  }

  .grid-teams {
    grid-template-columns: 1fr 1fr;
  }

  .grid-contact {
    grid-template-columns: 1fr;
  }

  .gems-image {
    height: 40vh;
  }

  .chara-lottie {
    height: 50vh;
  }

  ._3d-text-pict.project {
    height: 5rem;
  }

  .bottle-img {
    height: 36vh;
  }

  .grid-3d-animation-content {
    grid-template-columns: 1fr;
  }

  .header-content {
    font-size: 20px;
  }

  .background-video-content._30vh {
    transform: scale(1.1);
  }

  .background-video-content.korean {
    height: 56.25vw;
    bottom: auto;
    transform: scale(1.3);
  }

  .character-building-statue {
    height: 50vh;
  }

  .grid-panamorphic {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .grid-character-building-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
  }

  .image-zoom {
    object-fit: contain;
  }

  .grid-services {
    grid-template-columns: 1fr 1fr;
    margin-top: 1rem;
  }

  .character-building-images {
    height: 70vh;
    bottom: -40%;
  }

  .wrapper-panning {
    width: 100%;
  }

  .slick-slider {
    width: 100%;
    min-height: 80vh;
  }

  .slick-slider.responsive, .slick-slider.dekstop {
    display: block;
  }

  .wrapper-layout {
    overflow: clip;
  }

  .character-building-video {
    min-width: 100%;
    max-height: 90vh;
  }

  .wrapper-swipeup.dekstop, .wrapper-swipeup.responsive {
    display: flex;
  }

  .wrapper-flex {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: inline-flex;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 70%;
    padding-top: 10px;
    padding-left: 0;
  }

  .column {
    padding-top: 160px;
    padding-left: 0;
  }

  .container {
    text-align: left;
    padding-left: 5vw;
    padding-right: 5vw;
    display: block;
  }

  .container.story {
    padding-top: 10vh;
  }

  .navbar:active {
    background-color: #0000;
  }

  .body {
    font-size: 4vw;
  }

  .container-2 {
    order: 1;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .heading-3 {
    text-transform: none;
    margin-top: 140px;
    margin-bottom: 0;
    font-weight: 700;
  }

  .paragraph {
    font-size: 16px;
  }

  .subscript {
    font-size: 32px;
  }

  .subscript.purplecolor, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    color: #000;
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.active {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-link.contact {
    margin-top: 0;
  }

  .button.rounded {
    justify-content: center;
    max-width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    max-width: 80%;
    max-height: 80%;
    display: none;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .image-6 {
    max-width: 60%;
  }

  .heading-4 {
    text-align: left;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 40px;
    font-size: 24px;
    display: block;
  }

  .section {
    margin-top: 40px;
  }

  .section.marquee.contact {
    justify-content: flex-start;
    align-items: center;
  }

  .section.features.character-building {
    margin-top: -20%;
  }

  .section.brands {
    margin-top: 0;
  }

  .section.bts-video {
    min-height: 60vh;
    margin-top: 0;
  }

  .container-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 20px;
    display: none;
    left: -24px;
  }

  .heading-5 {
    font-size: 24px;
  }

  .container-5 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-6 {
    margin-top: 40px;
    font-size: 24px;
  }

  .div-block-3 {
    max-height: 240px;
  }

  .heading-7 {
    max-width: 180px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    position: relative;
  }

  .section-2 {
    height: auto;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container-6 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-6 {
    display: block;
  }

  .heading-8 {
    font-size: 24px;
    display: block;
  }

  .image-14 {
    max-width: 80%;
    max-height: 70%;
    margin: -20px 27% 40px 13px;
    padding-bottom: 100px;
    inset: 20% auto auto 0%;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-5 {
    width: auto;
  }

  .column-3 {
    padding: 40px 0;
  }

  .paragraph-6.opacity-80 {
    font-size: 12px;
  }

  .adress {
    padding-left: 0;
  }

  .column-4 {
    padding: 40px 0;
  }

  .section-5 {
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-box-2, .columns-2 {
    padding-left: 0;
  }

  .flex-box-3 {
    padding-right: 0;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    margin-top: 10px;
  }

  .div-block-26 {
    width: 45px;
  }

  .div-block-26.active-about {
    width: 63px;
  }

  .div-block-9 {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .image-16 {
    margin-left: -60px;
  }

  .columns-3 {
    margin-top: 100px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-11 {
    padding-left: 20px;
  }

  .column-6 {
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-7 {
    border-left-style: none;
    border-right-style: none;
    justify-content: flex-start;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .bg-circle-4 {
    z-index: auto;
    display: block;
    top: 896px;
    left: 70%;
  }

  .section-6 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .column-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-18 {
    margin-left: 0;
  }

  .div-block-17 {
    min-height: auto;
    max-height: none;
    display: none;
  }

  .image-23 {
    max-width: 60%;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    max-width: 150px;
    padding-left: 0;
  }

  .menu-button {
    margin-top: 10px;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .image-26 {
    margin-left: 0;
  }

  .column-10 {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-19 {
    margin-top: 20px;
  }

  .section-8 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-9 {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .glow {
    float: none;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: 600%;
    margin-top: 84px;
    margin-left: -4%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .div-block-20 {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: auto;
    display: grid;
  }

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

  .image-30 {
    max-width: 60%;
    margin-left: 0;
  }

  .image-31 {
    max-width: 80%;
    margin-left: 0;
  }

  .image-32 {
    max-width: 70%;
    margin-left: 0;
  }

  .image-33 {
    max-width: 80%;
    margin-left: 0;
  }

  .image-34 {
    max-width: 70%;
    margin-left: 0;
  }

  .image-35, .image-36 {
    max-width: 90%;
  }

  .image-37, .image-38 {
    margin-top: 0;
  }

  .image-39 {
    max-width: 90%;
    margin-top: 0;
  }

  .image-40 {
    max-height: 100px;
  }

  .column-11, .section-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-11 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-cta.rounded {
    justify-content: center;
    max-width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .wrapper.center.vertical.cta {
    padding-right: 1rem;
  }

  .wrapper.brands {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper.hero-main {
    overflow: hidden;
  }

  ._3dimage-tv {
    height: 100vh;
  }

  .text-block-split, .header-section, .header-section.cta, .header-section.center.brands {
    font-size: 1.5em;
  }

  .header-section.center.brands.glow-text, .header-section.center.brands.outline-text, .header-section.outline.cta, .header-section.outline.cta.glow-white, .header-section.outline.cta.glow-white.hero, .header-section.outline.cta.hero {
    font-size: 2.5em;
  }

  .header-section._3d-animation-text.filled-text, .header-section._3d-animation-text.outline-text {
    font-size: 3em;
  }

  .header-section._3d-product-cgi.filled-text, .header-section._3d-product-cgi.outline-text {
    letter-spacing: .3rem;
    font-size: 4em;
    line-height: 1.2em;
  }

  .header-section._3d-plus-animation {
    letter-spacing: .7rem;
    font-size: 2.5em;
    line-height: 1.4em;
  }

  .header-section.character-building.filled-text {
    margin-top: 20vh;
    font-size: 3em;
  }

  .header-section.character-building.outline-text {
    font-size: 3em;
  }

  .header-section.panamorphic.glow-white {
    letter-spacing: .3rem;
    font-size: 2.5em;
  }

  .header-section.panamorphic.glow-white.outline-text, .header-section.our-services.filled-text, .header-section.our-services.outline-text {
    font-size: 2.5em;
  }

  .text-block.desc.center {
    text-align: center;
  }

  .text-block.desc.brands, .text-block.center._3d-desc, .text-block.center._3d-desc.cgi, .text-block.center._3d-desc.animation, .text-block._3d-desc, .text-block.right.panamorphic-desc {
    font-size: 14px;
  }

  .image-features.tv {
    min-height: 30vh;
  }

  .marquee-logos_component.is-2.padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .marquee-logos_wrapper.is-2.padding {
    padding-top: 0;
    padding-bottom: 0;
  }

  .marquee-logos_wrapper.padding, .marquee-logos_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .image-logo {
    height: 72px;
  }

  .glow-pink {
    width: 200px;
    height: 240px;
  }

  .lottie-statue.hide {
    display: none;
  }

  .grid-teams {
    grid-template-columns: 1fr;
  }

  .wrapper-hero {
    height: 250vh;
  }

  ._3d-text-pict.project {
    height: 4rem;
  }

  .bottle-img {
    height: 30vh;
    max-height: 30vh;
  }

  .background-video-content._30vh {
    bottom: 3vh;
    transform: scale(1.5);
  }

  .background-video-content.korean {
    transform: scale(1.4);
  }

  .panamorphic-video {
    object-fit: fill;
    min-height: 70vh;
  }

  .character-building-images {
    height: 50vh;
    bottom: -21%;
  }

  ._3d-animation-image {
    object-position: 30% 50%;
  }

  .slick-slider {
    width: 100%;
    min-height: 70vh;
  }

  .slick-slide {
    min-height: auto;
  }

  .wrapper-video-panda {
    max-height: 56.25%;
  }

  .wrapper-layout {
    overflow: hidden;
  }

  .wrapper-swipeup.dekstop {
    display: flex;
  }

  .wrapper-swipeup.responsive {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wrapper-flex {
    display: flex;
  }
}

#w-node-e5f10baa-48b7-84d5-ea77-bdcd88dcac05-2c2714d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1738da0-3bfa-3bc9-2575-20927d421935-2c2714d0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff05f1bb-5642-6730-a515-d04bc3691590-2c2714d0, #w-node-e3d5faa4-2a62-a148-d2ff-278707483707-2c2714d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c20786fe-d2ec-a62f-bfad-b0adbd558f95-2c2714d0 {
  align-self: auto;
}

#w-node-d27f6969-c64e-ff5d-4604-529814e67f01-2c2714d0, #w-node-_89ecaf11-12cf-7fce-f703-74baa3548fe2-2c2714d0, #w-node-_945f6682-a916-83a8-a05e-e9ec828194c0-2c2714d0, #w-node-_3c01c8f0-b83e-514f-5d58-a4317b9bf426-2c2714d0, #w-node-e3f57e6b-a366-183c-9890-471b0af8a66f-2c2714d0, #w-node-_9934588a-7ae2-3059-f715-885ef90a65f8-2c2714d0, #w-node-cf178d46-b680-e757-00bd-7500da1997ab-2c2714d0, #w-node-_593b8ec7-4e9a-0dd0-6f37-5f1d430edde9-2c2714d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6d8212c3-0c77-0e10-33e1-206096a30a18-2c2714d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e2c076bb-9476-0b8c-1705-8f081683d211-2c2714d0, #w-node-a5682515-6fc1-2760-206e-276143eacc88-2c2714d0, #w-node-_414d0e76-77c8-00f6-591a-22ce89630dfb-2c2714d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b60fd997-cfea-3263-65cc-9cd8ed9695a2-2c2714d0, #w-node-_95b76b20-f8ec-5e6f-faee-bd236e400fdc-2c2714d0, #w-node-_23557b66-4f2e-2a8d-76d8-71263843603d-2c2714d0, #w-node-_792d66bb-dfff-2b34-2d64-77b6892b7d13-2c2714d0, #w-node-b06776a5-4add-d57e-d54f-84d5267539c9-2c2714d0, #w-node-c95a5f97-1937-8efe-2619-bd98f13ca227-2c2714d0, #w-node-c95a5f97-1937-8efe-2619-bd98f13ca228-2c2714d0, #w-node-c95a5f97-1937-8efe-2619-bd98f13ca229-2c2714d0, #w-node-c95a5f97-1937-8efe-2619-bd98f13ca22a-2c2714d0, #w-node-c95a5f97-1937-8efe-2619-bd98f13ca22b-2c2714d0, #w-node-_1ce0fd6a-b912-1d3f-bbea-3cd0eea3baed-2c2714d0, #w-node-_1ce0fd6a-b912-1d3f-bbea-3cd0eea3baee-2c2714d0, #w-node-_1ce0fd6a-b912-1d3f-bbea-3cd0eea3baef-2c2714d0, #w-node-_1ce0fd6a-b912-1d3f-bbea-3cd0eea3baf0-2c2714d0, #w-node-_1ce0fd6a-b912-1d3f-bbea-3cd0eea3baf1-2c2714d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_556edd49-af95-dd2a-d9d4-8f4351e66d68-015ab7e1, #w-node-_69ddc0db-0e9d-c330-588b-c34fea3e0047-015ab7e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37d5afe9-493f-6fda-1826-beb6e39c429b-015ab7e1 {
  place-self: center;
}

#w-node-_1b0f89cd-fb76-d358-9233-142636f9ffba-015ab7e1 {
  justify-self: auto;
}

#w-node-_94052b39-1d9c-dd62-26f5-a122bbe92fcf-bbe92fcb, #w-node-_94052b39-1d9c-dd62-26f5-a122bbe92fd4-bbe92fcb, #w-node-_94052b39-1d9c-dd62-26f5-a122bbe92fd6-bbe92fcb, #w-node-_94052b39-1d9c-dd62-26f5-a122bbe92fd8-bbe92fcb, #w-node-_94052b39-1d9c-dd62-26f5-a122bbe92fda-bbe92fcb, #w-node-_94052b39-1d9c-dd62-26f5-a122bbe92fdc-bbe92fcb, #w-node-_94052b39-1d9c-dd62-26f5-a122bbe92fe7-bbe92fcb, #w-node-_94052b39-1d9c-dd62-26f5-a122bbe92fee-bbe92fcb, #w-node-_4f90f82b-cc29-824e-2b0e-4619d2df21ef-5b131257, #w-node-_3d43f5b5-1ace-139e-1515-03fc8a658511-5b131257, #w-node-ab18aced-16ee-d5b6-1c6f-01d2ac7956b2-5b131257, #w-node-_2df35e07-bbe4-91f8-817e-8cd2876565d9-5b131257, #w-node-ec07aaae-b021-6486-392a-74b7b24852fd-5b131257, #w-node-_38f52392-08d7-9ae3-ed7d-b28e85fe8384-5b131257, #w-node-_3a177ff8-d71f-e701-c8dc-21d9fc7b78a2-5b131257, #w-node-_56e40f6f-d5ec-569f-73a1-eecdd661b7d8-5b131257, #w-node-_22f00122-84c5-bc63-d5b8-444c974bd895-5b131257, #w-node-d26058da-3813-2625-1cbc-4a2dcb126775-5b131257, #w-node-_47c6b5d1-61b3-06fb-99c4-756b778492e1-5b131257, #w-node-_025f7fb1-9f0c-ae26-f143-5cda9448149c-5d40cbbc, #w-node-d17f295e-e67f-b7c5-5846-e0caa335ce94-5d40cbbc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e30646c0-51c1-0a10-7bc9-cd8cabb062c9-015ab7e1 {
    order: -9999;
  }

  #w-node-_1b0f89cd-fb76-d358-9233-142636f9ffba-015ab7e1 {
    justify-self: auto;
  }

  #w-node-_446bcec1-0cff-f104-6b80-a538703b2839-015ab7e1 {
    place-self: center;
  }

  #w-node-_3d43f5b5-1ace-139e-1515-03fc8a658511-5b131257, #w-node-d17f295e-e67f-b7c5-5846-e0caa335ce94-5d40cbbc {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ca820187-e90d-cf0a-10c1-a8efb35895a8-2c2714d0, #w-node-_957981d8-8a3f-26c9-5e1f-07cf6fa17177-2c2714d0, #w-node-af308cef-5717-8cf1-265c-473945202d24-2c2714d0, #w-node-_76a4e986-62f6-4754-e6df-b5a40be03380-2c2714d0, #w-node-_882940e7-b8e4-042c-088b-5ea25816fe1e-2c2714d0, #w-node-f69606ce-5790-170c-7ead-4fdcb4d20514-2c2714d0, #w-node-_40ec340f-2d32-2dc9-600b-4234709d61f5-2c2714d0, #w-node-f7699800-54b2-8bde-12ee-4531ed04e031-2c2714d0, #w-node-_49e389e4-2277-046d-396f-a2debad160cc-2c2714d0, #w-node-_5600a96f-35a7-bd52-8956-845de6dcfe15-2c2714d0, #w-node-_8bffae3e-b6d4-cd39-d11f-e99ab94facd9-2c2714d0, #w-node-_1d4954d9-4d06-5343-b859-dac0d133b3a3-2c2714d0, #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7e4-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7e5-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7e6-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7e7-2c2714d0, #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7e8-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7e9-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7ea-2c2714d0, #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7eb-2c2714d0, #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7ec-2c2714d0, #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7ed-2c2714d0, #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7ee-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_77fdb849-521d-1eac-ae56-5161b8d3f7ef-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f0182b6-1121-4d7f-2e23-556807a927b8-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-c9a22bfa-08e5-d16f-c07e-c98d12745c72-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-fab08758-4589-65b1-4f6c-21a5b7960622-2c2714d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_446bcec1-0cff-f104-6b80-a538703b2839-015ab7e1 {
    justify-self: center;
  }

  #w-node-e9f7428f-f243-368a-f2ba-7fc13c4ee3dd-bbe92fcb, #w-node-_3f8b6a0e-137f-c0e8-a051-160229ad0433-bbe92fcb, #w-node-_2a7f257a-d4a0-a65d-47da-0cb111342665-bbe92fcb, #w-node-f4efe532-dc6a-0c8f-439e-acaabee7ba70-bbe92fcb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Helvetica Neue Lt Std 75';
  src: url('../fonts/Helvetica-Neue-LT-Std-75-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Lt Std 65';
  src: url('../fonts/Helvetica-Neue-LT-Std-65-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Lt Std 55 Roman';
  src: url('../fonts/Helvetica-Neue-LT-Std-55-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}