:root {
  --corners: 3px;
  --stmg-black: #231916;
  --stmg-blue: #002163;
  --blue-1: #042058;
  --off-white-1: #fdfdfd;
  --stmg-red: #d0131c;
  --white: white;
  --black: black;
  --heading-3: "Public Sans", sans-serif;
  --grey-1: #b5b5b5;
  --row-gap: 22px;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: #1a1b1f;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

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

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  border-radius: var(--corners);
  background-color: #031d4f;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto Serif, sans-serif;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Roboto Serif, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.desktop.w--current {
  display: none;
}

.menu {
  z-index: 0;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 88;
  width: 100vw;
  background-color: #fff;
  align-items: center;
  padding: 20px 8% 16px;
  display: flex;
  position: fixed;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  width: 100%;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--stmg-black);
  color: var(--stmg-black);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.image {
  width: 100px;
  box-shadow: 0 11px 8px rgba(25, 25, 36, .15);
}

.lottie-animation-2 {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  width: 100%;
  color: #f5d78b;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.large-circle-anim {
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: static;
  top: 0;
}

.container-3 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-5 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #001a4d;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

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

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

.navbar-logo-left {
  z-index: 2;
  width: 100vw;
  max-width: 100vw;
  background-color: #f8f8f8;
  display: none;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0 120px;
  display: flex;
}

.navbar-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  width: 165px;
}

.nav-menu-wrapper {
  flex: 1;
}

.nav-menu-two {
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.lottie-animation-4 {
  width: 270%;
  object-fit: fill;
  position: relative;
  left: -500px;
}

.cell-1 {
  justify-content: center;
  align-items: center;
}

.chinese_character_wrapper {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.cell-3 {
  justify-content: center;
  align-items: center;
}

.side-anim-2 {
  width: 270%;
  position: relative;
  right: 0;
}

.body {
  background-image: none;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
  font-family: Public Sans, sans-serif;
  font-size: 25px;
}

.heading {
  font-family: Roboto Serif, sans-serif;
}

.heading-2 {
  color: var(--stmg-blue);
  text-transform: capitalize;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.animation_wrap {
  width: 100vw;
  max-width: 100%;
  background-color: #031d50;
  flex-direction: column;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
}

.soft-gradient-ellipse {
  width: 80vw;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: -30%;
  right: auto;
}

.bg_circles {
  position: absolute;
  top: 20%;
  left: 18%;
}

.bg_circles3 {
  width: 8px;
  position: absolute;
  top: 70%;
  left: 80%;
}

.bg_circles4 {
  width: 6px;
  position: absolute;
  top: 78%;
  left: 32%;
}

.bg_circles5 {
  width: 4px;
  position: absolute;
  top: 23%;
  left: 76%;
}

.bg_circles2 {
  width: 8px;
  position: absolute;
  top: 16%;
  left: 70%;
}

.image-3 {
  width: 100%;
  opacity: 1;
}

.soft-gradient-ellipse2 {
  width: 2000px;
  position: absolute;
  top: -95%;
  bottom: auto;
  left: auto;
  right: -700px;
}

.div-block-2 {
  position: absolute;
}

.div-block-3 {
  height: 100vh;
  position: static;
}

.section-3 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: -200px;
  display: flex;
  position: static;
  top: 0;
}

.orbit_anim {
  width: 180%;
  position: relative;
  left: -300px;
}

.orbitanim2 {
  width: 200%;
  position: relative;
  right: -100px;
}

.bg_circles6 {
  position: absolute;
  top: 82%;
  left: 26%;
}

.bg_circles7 {
  width: 8px;
  position: absolute;
  top: 131%;
  left: 14%;
}

.bg_circles8 {
  width: 6px;
  position: absolute;
  top: 138%;
  left: 43%;
}

.bg_circles9 {
  width: 8px;
  position: absolute;
  top: 150%;
  bottom: auto;
  left: 23%;
  right: auto;
}

.bg_circles10 {
  width: 4px;
  position: absolute;
  top: 786.5px;
  left: 1302px;
}

.soft-gradient-ellipse3 {
  z-index: 0;
  width: 2000px;
  position: absolute;
  top: 52%;
  bottom: auto;
  left: auto;
  right: -699px;
}

.container-6 {
  position: relative;
}

.sticky_trigger {
  height: 300vh;
  border: 1px solid #ff1b1b;
  justify-content: center;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title_animation_section {
  z-index: 1;
  background-color: #fff;
  border-radius: 15px;
}

.main_wrapper {
  width: 100%;
  height: 500vh;
  justify-content: center;
  overflow: visible;
}

.sticky_wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(#042057 28%, #0c2c79);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image_wrapper {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  justify-content: center;
  padding: 40vh 200px 200px;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
  position: absolute;
}

.image-4.z1 {
  z-index: 1;
  position: static;
}

.cursor_trigger {
  z-index: 2;
  width: 100%;
  height: 400vh;
  justify-content: center;
  display: flex;
  position: relative;
}

.cursor_trigger.display_none {
  display: none;
}

.intro_section {
  display: block;
}

.big_circle_anim {
  width: 580px;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}

.character_block {
  width: 450px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.character_block.daily {
  opacity: 1;
}

.character_block.daily.display_none {
  display: none;
}

.character_block.life {
  opacity: 0;
}

.character_block.life.display_none {
  display: none;
}

.character_block.star {
  opacity: 0;
}

.character_block.star.display_none {
  display: none;
}

.character_block.island {
  opacity: 0;
  top: 29.2vh;
}

.character_block.island.display_none {
  display: none;
}

.gradient_bg {
  position: absolute;
}

.gradient_bg._2 {
  top: -289px;
  right: -500px;
  overflow: visible;
}

.gradient_bg._1 {
  left: -477.5px;
}

.left_anim1, .lottie-animation-5 {
  height: 550px;
}

.container-7 {
  width: 100vw;
  height: 100vh;
  padding-top: 40vh;
}

.image-5 {
  width: 100%;
  height: 200px;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
}

.text-span {
  color: #fff;
}

.orbitsl {
  opacity: 0;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: -10%;
  right: auto;
  overflow: hidden;
}

.lottie-animation-6 {
  height: 300px;
}

.orbitsr {
  opacity: 0;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: auto;
  right: -10%;
  overflow: hidden;
}

.lottie-animation-7, .lottie-animation-8 {
  height: 350px;
}

.div-block-4, .div-block-5 {
  z-index: 0;
  width: 100%;
  height: 300vh;
  border: 1px solid #000;
  position: relative;
}

.section-4 {
  height: 550px;
  position: relative;
}

.title_cursor_trigger {
  height: 150vh;
}

.title_anim_sticky {
  width: 100%;
  height: 100vh;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: visible;
}

.title_anim_wrapper {
  height: 250vh;
}

.star_top_component {
  width: 125px;
  opacity: 0;
}

.star_bottom_component {
  width: 150px;
  opacity: 0;
  object-fit: contain;
  margin-top: -3px;
}

.character_spacer, .character_spacer.star {
  height: 100px;
}

.star_char_wrapper {
  height: 200px;
  opacity: 1;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -80px;
}

.star_char_wrapper.display_none {
  display: none;
}

.div-block-6 {
  width: 50px;
  height: 50px;
  background-color: #231916;
}

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

.div-block-8 {
  background-color: var(--stmg-black);
}

.div-block-9 {
  background-color: var(--blue-1);
}

.div-block-10 {
  background-color: var(--stmg-blue);
}

.div-block-11 {
  background-color: var(--off-white-1);
}

.div-block-12 {
  background-color: var(--stmg-red);
}

.big-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.heading-1 {
  color: var(--blue-1);
  text-align: center;
  font-family: Roboto Serif, sans-serif;
  font-size: 40px;
  line-height: 130%;
}

.heading-1.white {
  color: var(--white);
}

.colours {
  display: flex;
}

.body-1 {
  color: var(--stmg-black);
  text-align: center;
  font-family: Public Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-1.our-work {
  opacity: 0;
  color: var(--white);
  text-align: left;
  background-color: rgba(0, 0, 0, .68);
  align-items: flex-end;
  padding: 8px;
  font-weight: 300;
  transition: opacity .35s;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body-1.our-work:hover {
  opacity: 1;
  display: flex;
}

.heading-3 {
  font-family: var(--heading-3);
  color: var(--stmg-black);
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.heading-3.white {
  color: var(--white);
}

.body-2 {
  color: var(--stmg-black);
  text-indent: 0;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  display: block;
}

.body-2.white {
  color: var(--white);
  align-items: center;
  display: flex;
}

.body-2.blue-1 {
  color: var(--blue-1);
  align-self: center;
  font-weight: 200;
}

.text-block-3 {
  text-transform: uppercase;
  font-family: Public Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.subtext {
  color: var(--white);
  text-align: center;
  letter-spacing: .03rem;
  font-family: Public Sans, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 130%;
  display: inline;
}

.name-heading {
  color: var(--stmg-black);
  text-transform: uppercase;
  font-family: Roboto Serif, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 130%;
}

.section-170-margin {
  margin-top: 170px;
}

.section-170-margin.lightgray {
  background-color: #f8f8f8;
}

.platform-cell {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--off-white-1);
  border-radius: 3px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-13 {
  width: 100%;
  height: .5px;
  background-color: var(--stmg-black);
}

.platform-logo {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.platform-image {
  width: 229px;
  height: 109px;
  object-fit: fill;
}

.platform-content {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.divider-line {
  width: 100%;
  height: 1px;
  background-color: var(--grey-1);
}

.platforms-grid {
  width: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  margin-top: 170px;
}

.services-cell {
  align-items: center;
  padding: 9px;
}

.services-grid {
  width: 100%;
  grid-column-gap: 9px;
  grid-row-gap: 20px;
  margin-top: 12px;
  padding: 0;
}

.service-icon {
  width: 100%;
  height: 82px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.service-name {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon {
  transition: height .2s, width .2s;
}

.icon:hover {
  width: 82px;
  height: 82px;
}

.image-7 {
  width: 100%;
  height: 400px;
}

.people-grid {
  padding-left: 0;
  padding-right: 0;
}

.people-cell {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-radius: var(--corners);
  cursor: pointer;
  padding: 13px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-8 {
  width: 100%;
}

.people-title {
  color: var(--stmg-blue);
}

.container-8, .container-9, .container-10, .container-11 {
  grid-column-gap: var(--row-gap);
  grid-row-gap: var(--row-gap);
  flex-direction: column;
  display: flex;
}

.footer {
  background-color: var(--blue-1);
}

.footer-top {
  width: 100%;
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  text-align: center;
}

.footer-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-right {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.contact-us-line {
  text-decoration: none;
  display: flex;
}

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

.link {
  display: inline;
}

.link.subtext {
  text-decoration: none;
  transition: all .2s;
}

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

.link-2 {
  display: inline;
}

.link-1.subtext {
  text-decoration: none;
}

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

.title_content.z1 {
  z-index: 1;
  opacity: 1;
}

.title_content.z2 {
  z-index: 2;
  opacity: 1;
}

.image_wrapper-copy {
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 300px 200px 200px;
  display: flex;
  position: static;
  overflow: hidden;
}

.title_anim_image_wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.tagline_text {
  color: var(--stmg-black);
  margin-top: 32px;
  font-family: Roboto Serif, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

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

.tagline_anim {
  color: var(--stmg-black);
  text-align: center;
  font-family: Roboto Serif, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  position: static;
}

.tagline_mask {
  width: 20px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: none;
  position: static;
  overflow: hidden;
}

.lottie-animation-9 {
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stars_anim {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
}

.stars_anim.display_none {
  display: none;
}

.lottie-animation-10 {
  width: 1000px;
  position: absolute;
}

.stars_row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  display: flex;
}

.stars_anim_trigger {
  width: 100%;
  margin-top: 100vh;
}

.lottie-animation-11 {
  width: 800px;
}

.image-9 {
  object-fit: contain;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.waves_wrapper {
  width: 100vw;
  opacity: 0;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 20vh;
  overflow: visible;
}

.waves_wrapper.display_none {
  display: none;
}

.lottie-animation-12 {
  width: 1000px;
  margin-top: -23px;
}

.image-10 {
  width: 100%;
  padding: 14px 20px;
}

.container-12 {
  border-radius: var(--corners);
  background-color: #042058;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  box-shadow: 0 20px 40px 15px rgba(0, 0, 0, .18);
}

.heading-4 {
  color: var(--off-white-1);
  text-align: center;
  font-family: Roboto Serif, sans-serif;
}

.cell-5 {
  background-color: var(--off-white-1);
  display: block;
}

.cell-6 {
  background-color: var(--off-white-1);
}

.quick-stack-2 {
  grid-column-gap: 0px;
}

.div-block-14 {
  width: 1px;
}

.lottie-animation-13 {
  opacity: .4;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.title_bg_anim {
  width: 160px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title_bg_anim.right {
  margin-right: 150px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.title_bg_anim.left {
  margin-left: 150px;
  top: 0;
}

.title_bg_anim.bottom {
  width: 300px;
  opacity: .8;
  bottom: -15%;
  left: 17%;
  right: auto;
}

.lottie-animation-14 {
  width: 100%;
}

.div-block-15 {
  width: 100%;
  display: flex;
}

.brand-carousel-container {
  width: 100%;
  background-color: #f8f8f8;
  display: flex;
  overflow: hidden;
}

.brand-logo-container {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  display: flex;
}

.carousel-logo {
  width: auto;
  height: 72px;
  max-width: 136px;
  object-fit: contain;
  align-self: flex-end;
  transition: all .2s;
}

.carousel-logo:hover {
  flex: 0 auto;
  position: static;
  overflow: visible;
  transform: scale(1.2);
}

.brand-carousel-container-right {
  display: flex;
  overflow: hidden;
}

.brand-logo-container-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 27px;
  display: flex;
  position: static;
  left: -226%;
}

.people-pop-up {
  max-width: 856px;
  grid-column-gap: var(--row-gap);
  grid-row-gap: var(--row-gap);
  border-radius: var(--corners);
  background-color: var(--off-white-1);
  flex-direction: row;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.people-left {
  height: 45vh;
  min-width: 31%;
}

.name-title {
  color: var(--stmg-black);
  text-transform: uppercase;
  font-family: Roboto Serif, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

.body-2-italics {
  color: var(--blue-1);
  text-indent: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 130%;
}

.people-content {
  grid-column-gap: var(--row-gap);
  grid-row-gap: var(--row-gap);
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.image-11 {
  height: 100%;
  object-fit: cover;
}

.people-top {
  justify-content: space-between;
  display: flex;
}

.people-close-icon {
  cursor: pointer;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 8px;
}

.modal-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-wrapper.anson, .modal-wrapper.raphael, .modal-wrapper.tina, .modal-wrapper.leslie, .modal-wrapper.alice, .modal-wrapper.lelia {
  display: none;
}

.modal-background {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  cursor: pointer;
  background-color: rgba(0, 0, 0, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.people-close-button {
  width: 30px;
  height: 30px;
  display: block;
}

.contact-us {
  max-width: 1152px;
  grid-column-gap: var(--row-gap);
  grid-row-gap: var(--row-gap);
  border-radius: var(--corners);
  background-color: var(--off-white-1);
  flex-direction: column;
  padding: 36px;
  display: flex;
  position: relative;
  top: -124px;
  box-shadow: 0 5px 5px 3px rgba(35, 25, 22, .2);
}

.contact-us-top {
  padding-bottom: 10px;
}

.contact-us-content {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.contact-address {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  display: flex;
}

.contact-addresses {
  width: 270px;
  grid-column-gap: var(--row-gap);
  grid-row-gap: var(--row-gap);
  flex-direction: column;
  display: flex;
}

.form-top {
  grid-column-gap: var(--row-gap);
  grid-row-gap: var(--row-gap);
  grid-template: "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  justify-content: center;
  align-items: center;
  display: grid;
}

.form-bottom {
  grid-column-gap: var(--row-gap);
  grid-row-gap: var(--row-gap);
  flex-direction: column;
  display: flex;
}

.field-label {
  color: var(--stmg-blue);
  margin-bottom: 0;
}

.field-label-2 {
  margin-bottom: 0;
}

.text-field-wrapper {
  width: 100%;
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px;
  display: flex;
}

.form {
  grid-column-gap: var(--row-gap);
  grid-row-gap: var(--row-gap);
  flex-direction: column;
  display: flex;
}

.form-block {
  width: 708px;
  flex-direction: column;
  display: flex;
}

.image-12, .image-13 {
  object-fit: contain;
}

.submit-button {
  border-radius: var(--corners);
  background-color: var(--blue-1);
  letter-spacing: 2px;
  text-transform: uppercase;
  align-self: flex-end;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 14px;
}

.contact-us-section {
  background-color: var(--blue-1);
  margin-top: 274px;
  padding-top: 0;
  padding-bottom: 64px;
}

.buttontext {
  font-size: 14px;
}

.div-block-16 {
  position: relative;
}

.text-block-7 {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 32px;
}

.div-block-17 {
  width: 20px;
  overflow: visible;
}

.div-block-18, .div-block-19 {
  width: 600px;
}

.div-block-20 {
  width: 100%;
}

.lottie-animation-15, .lottie-animation-16 {
  width: 520px;
}

.div-block-21 {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.stats_icon {
  width: 82px;
  height: 74px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(276deg, #e7c480, #e9d38c 35%, #dca339 70%, #e8cc86 104%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-8 {
  color: #fff;
  text-align: center;
  line-height: 24px;
}

.stats_vertical_divider {
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
}

.flex-block {
  height: 280px;
  margin: 36px 4px;
}

.stats_hori_divider {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, .5);
  margin-left: auto;
  margin-right: auto;
}

.text-block-9 {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.div-block-22 {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 20px;
}

.div-block-23 {
  padding-left: 32px;
  padding-right: 32px;
}

.image-14 {
  min-width: 1600px;
}

.text-block-10 {
  font-family: var(--heading-3);
}

.textarea {
  min-height: 124px;
  background-color: #f1f1f1;
  border: 0 #000;
}

.big_circle_wrapper {
  position: absolute;
  top: 68px;
}

.r_anim_wrapper {
  position: absolute;
  top: 14%;
  bottom: 0%;
  left: auto;
  right: -130px;
}

.l_anim_wrapper {
  position: absolute;
  top: 16%;
  bottom: 0%;
  left: -120px;
}

.tagline_mask_mobile {
  width: 20px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  position: static;
  overflow: hidden;
}

.mobile_tagline {
  width: 600px;
  display: none;
}

.tagline_anim_mobile {
  color: var(--stmg-black);
  text-align: center;
  font-family: Roboto Serif, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  position: static;
}

.tagline_wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.lottie-animation-18 {
  width: 50%;
}

.lottie-animation-19, .image-17, .image-18 {
  width: 600px;
}

.scroll-down {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  opacity: .75;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 0%;
  right: 0%;
}

.text-block-11 {
  color: #fff;
  font-weight: 300;
}

.text-span-2 {
  color: var(--stmg-red);
}

.stdw {
  width: 100%;
  height: 200px;
  mix-blend-mode: normal;
  margin-left: auto;
  margin-right: auto;
}

.div-block-25 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 18vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.platform-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-20 {
  transition: width .2s, height .2s;
}

.image-20:hover {
  width: 105px;
}

.our-work-wrapper {
  grid-column-gap: var(--row-gap);
  grid-row-gap: var(--row-gap);
  justify-content: center;
  padding: 20px;
  display: flex;
}

.our-work-link {
  border-radius: var(--corners);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.image-21, .image-22, .image-23 {
  object-fit: cover;
}

.our-work-body {
  opacity: 0;
  color: var(--white);
  background-color: rgba(0, 0, 0, .54);
  align-items: flex-end;
  padding: 24px;
  text-decoration: none;
  transition: opacity .325s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.our-work-body:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, .64);
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  list-style-type: none;
  display: flex;
}

.marquee_list {
  list-style-type: none;
  display: flex;
  overflow: hidden;
}

.marquee_item {
  flex: none;
}

.carousel-logo-wrapper {
  width: auto;
  height: 65px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
    display: none;
  }

  .logo-link.desktop.w--current, .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    width: 100%;
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 16px;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    flex: 0 auto;
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .image_wrapper {
    padding-top: 32vh;
  }

  .big_circle_anim {
    width: 600px;
    min-height: 900px;
    justify-content: center;
    align-items: center;
    transform: translate(0);
  }

  .orbitsl, .orbitsr {
    display: none;
  }

  .title_anim_sticky {
    padding-top: 45%;
  }

  .body-1.our-work {
    opacity: 1;
    color: var(--black);
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    position: relative;
  }

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

  .icon:hover {
    width: 74px;
    height: 74px;
  }

  .title_content.z1 {
    opacity: 0;
  }

  .title_content.z2 {
    opacity: 1;
  }

  .logo_container.a {
    width: 720px;
  }

  .waves_wrapper {
    opacity: 0;
  }

  .lottie-animation-12 {
    width: 800px;
  }

  .title_bg_anim.right {
    margin-right: 0;
  }

  .title_bg_anim.left {
    margin-left: 0;
  }

  .title_bg_anim.bottom {
    width: 250px;
    left: -1%;
  }

  .brand-logo-container {
    min-width: 0%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .brand-logo-container-right {
    min-width: 0%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    left: -370%;
  }

  .people-pop-up {
    margin-left: 20px;
    margin-right: 20px;
  }

  .people-left {
    height: 30vh;
  }

  .image-11 {
    display: block;
  }

  .modal-wrapper, .modal-wrapper.anson, .modal-wrapper.raphael, .modal-wrapper.tina, .modal-wrapper.leslie, .modal-wrapper.alice, .modal-wrapper.lelia {
    display: none;
  }

  .contact-us {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-us-content {
    flex-direction: column;
  }

  .contact-addresses {
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: row;
  }

  .form-block {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .submit-button {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-5 {
    text-align: center;
    font-size: 16px;
  }

  .image-14 {
    width: 90%;
  }

  .image-15, .image-16 {
    display: none;
  }

  .big_circle_wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .r_anim_wrapper, .l_anim_wrapper {
    display: none;
  }

  .div-block-25 {
    width: 100%;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 39%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .our-work-link {
    text-decoration: none;
  }

  .image-21, .image-22, .image-23 {
    height: 220px;
    object-fit: cover;
  }

  .our-work-body {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    z-index: 80;
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .title_animation_section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image_wrapper {
    padding-top: 300px;
  }

  .big_circle_anim {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    top: 8%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .character_block.star {
    overflow: hidden;
  }

  .title_anim_sticky {
    padding-top: 60%;
  }

  .heading-1 {
    font-size: 30px;
  }

  .heading-1.white {
    font-size: 29px;
  }

  .body-1, .heading-3 {
    font-size: 19px;
  }

  .name-heading {
    text-align: left;
  }

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

  .platforms-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .people-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .people-cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image-8 {
    width: 40%;
  }

  .people-title {
    text-align: center;
  }

  .container-8, .container-10, .container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .footer-left {
    align-items: flex-start;
  }

  .footer-right {
    margin-top: 20px;
  }

  .footer-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tagline_text {
    margin-top: 10px;
    font-size: 24px;
  }

  .logo_container.a {
    width: 520px;
  }

  .logo_container.b {
    width: 500px;
  }

  .tagline_anim {
    font-size: 24px;
  }

  .tagline_mask {
    margin-top: 10px;
  }

  .waves_wrapper {
    width: 100vw;
    opacity: 1;
    display: none;
    top: 233px;
    overflow: hidden;
  }

  .div-block-15 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .brand-logo-container {
    min-width: 0;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .brand-logo-container-right {
    min-width: 0;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    left: -473%;
  }

  .people-pop-up {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .people-left {
    height: 30vh;
  }

  .people-close-icon {
    position: absolute;
    bottom: auto;
    left: auto;
  }

  .modal-wrapper {
    display: none;
  }

  .contact-us {
    padding: 20px;
  }

  .contact-address {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-addresses {
    flex-direction: column;
  }

  .submit-button {
    width: 100%;
  }

  .contact-us-section {
    margin-top: 225px;
    padding-bottom: 0;
  }

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

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

  .image-14 {
    width: 50%;
    position: relative;
    top: 32px;
    left: -14px;
    overflow: hidden;
  }

  .tagline_mask_mobile {
    margin-top: 10px;
  }

  .tagline_anim_mobile {
    font-size: 24px;
  }

  .div-block-25 {
    top: 40%;
  }

  .people-text {
    align-self: center;
  }

  .our-work-wrapper {
    flex-wrap: wrap;
  }

  .image-21, .image-22, .image-23 {
    object-fit: cover;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .heading-2 {
    margin-bottom: 8px;
  }

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

  .image_wrapper {
    padding-top: 29vh;
    padding-left: 0;
    padding-right: 0;
  }

  .big_circle_anim {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    top: 2%;
    left: -109%;
  }

  .character_block.daily {
    width: 100%;
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .character_block.life, .character_block.star {
    width: 100%;
    opacity: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .character_block.island {
    width: 100%;
    opacity: 0;
    top: 23.2vh;
  }

  .image-5 {
    width: auto;
    height: auto;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-4 {
    height: 900px;
  }

  .title_anim_sticky {
    padding-top: 80%;
  }

  .title_anim_wrapper {
    height: 200vh;
  }

  .heading-1 {
    text-align: center;
    font-size: 24px;
  }

  .heading-1.white {
    font-size: 24px;
  }

  .body-1 {
    text-align: center;
    margin-top: 21px;
    font-size: 17px;
    font-weight: 500;
  }

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

  .name-heading {
    text-align: left;
    font-size: 18px;
  }

  .section-170-margin {
    margin-top: 60px;
  }

  .platforms-grid {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    margin-top: 20px;
  }

  .service-name {
    margin-top: 8px;
  }

  .people-cell {
    flex-direction: row;
  }

  .image-8 {
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }

  .people-title {
    text-align: left;
    line-height: 20px;
  }

  .container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .footer-left {
    align-items: flex-start;
  }

  .footer-right {
    margin-top: 32px;
  }

  .footer-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title_content.z1 {
    width: 100%;
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
  }

  .title_content.z2 {
    width: 100%;
    opacity: 1;
    overflow: hidden;
  }

  .title_anim_image_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .tagline_text {
    text-align: center;
    font-size: 18px;
  }

  .logo_container.a {
    width: 100%;
    justify-content: center;
    display: flex;
  }

  .logo_container.b {
    width: 100%;
  }

  .tagline_anim {
    font-size: 18px;
    line-height: 22px;
  }

  .tagline_mask {
    width: 1px;
    height: 1px;
    justify-content: center;
    align-items: stretch;
    display: none;
    overflow: hidden;
  }

  .waves_wrapper {
    display: none;
  }

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

  .title_bg_anim.right, .title_bg_anim.left {
    width: 100px;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .brand-carousel-container {
    width: auto;
    overflow: hidden;
  }

  .brand-logo-container {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .carousel-logo {
    height: 46px;
  }

  .brand-logo-container-right {
    min-width: 0%;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-top: 11px;
    margin-bottom: 11px;
    left: -900%;
  }

  .people-pop-up {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .people-left {
    height: 20vh;
  }

  .name-title {
    font-size: 14px;
  }

  .modal-wrapper {
    display: none;
  }

  .contact-us {
    margin-left: 0;
    margin-right: 0;
    padding-top: 49px;
    padding-left: 12px;
    padding-right: 12px;
    top: -88px;
  }

  .contact-us-top {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .form-top {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    grid-auto-columns: 1fr;
  }

  .contact-us-section {
    margin-top: 136px;
  }

  .div-block-19 {
    width: 300px;
    display: block;
  }

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

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

  .stats_vertical_divider {
    display: none;
  }

  .flex-block {
    height: auto;
    flex-wrap: wrap;
  }

  .image-14 {
    display: none;
  }

  .mobile_tagline {
    width: 300px;
  }

  .tagline_anim_mobile {
    font-size: 18px;
    line-height: 20px;
  }

  .tagline_wrapper {
    width: 100%;
    margin-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .scroll-down {
    bottom: 6%;
  }

  .text-block-11 {
    font-size: 13px;
  }

  .stdw {
    width: auto;
    height: auto;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25 {
    width: auto;
    top: 18vh;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .platform-links {
    flex-direction: column;
  }

  .our-work-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .our-work-link {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .image-21, .image-22, .image-23 {
    width: 100%;
    height: auto;
  }
}

#w-node-d52e1dcf-39e6-2b3c-c05f-4c0a9a5b854a-e238364d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7d1e679a-7ae3-14fd-a5d9-3e487af21b9e-e238364d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0e1f63fb-20c4-425c-d364-e3ee76893ad9-e238364d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_62662a79-e0f5-00f8-f123-dc954387aece-e238364d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bedfa69c-3d0f-8488-5f90-e046fa41f2c2-e2383663, #w-node-b9646bc4-bbdc-d66f-22b5-92b89f86c10e-e2383663 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-d52e1dcf-39e6-2b3c-c05f-4c0a9a5b854a-e238364d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_7d1e679a-7ae3-14fd-a5d9-3e487af21b9e-e238364d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d52e1dcf-39e6-2b3c-c05f-4c0a9a5b854a-e238364d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_7d1e679a-7ae3-14fd-a5d9-3e487af21b9e-e238364d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_62662a79-e0f5-00f8-f123-dc954387aece-e238364d {
    grid-column: span 2 / span 2;
  }

  #w-node-_965926f8-fdd4-5879-f910-39278c942fb9-e238364d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


