@font-face {
  font-family: Georgiaballparkscript;
  src: url('../fonts/Georgiaballparkscript.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Morganite;
  src: url('../fonts/Morganite-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganite;
  src: url('../fonts/Morganite-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Morganite Book;
  src: url('../fonts/Morganite-Book.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --transparent: #fff0;
  --dark: #211f1f;
  --full-black: black;
  --light: #fafafa;
  --dark-gray: #707070;
  --brand: #aa182c;
  --white: white;
  --ha-hihlight: #ce9e5e;
  --sn-green-text: #007305;
  --pm-blue: #1d40b2;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  border: 1px solid var(--transparent);
  color: var(--dark);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 7em;
  font-weight: 300;
  line-height: .86em;
}

h3 {
  color: var(--full-black);
  margin-top: -2px;
  margin-bottom: 10px;
  font-family: Georgiaballparkscript, Arial, sans-serif;
  font-size: 6em;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
}

h6 {
  color: var(--light);
  letter-spacing: .044em;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: 1em;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, Arial, sans-serif;
}

a {
  color: var(--dark);
  font-family: Poppins, Arial, sans-serif;
  font-size: .6em;
  font-weight: 300;
  text-decoration: none;
}

.text-block {
  width: 80%;
  color: var(--full-black);
  letter-spacing: 2px;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-family: Roboto Slab;
  font-size: .8em;
  display: block;
}

.text-block.section-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  width: auto;
  margin-bottom: 1em;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.text-block.section-title.menu-title {
  margin-bottom: .5em;
}

.text-block.section-title.subtitle {
  margin-bottom: 0;
}

.text-block.source {
  width: auto;
  color: var(--dark-gray);
  letter-spacing: .01rem;
  margin-top: 1em;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: .875em;
  font-weight: 300;
}

.paragraph {
  color: var(--brand);
  letter-spacing: 1px;
  white-space: pre-wrap;
  margin: 0 auto 0 0;
  font-family: Roboto Slab;
  font-size: 1.5vw;
  font-weight: 400;
}

.paragraph.text-slider {
  height: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.text-span-2 {
  color: var(--full-black);
  letter-spacing: .02rem;
  object-fit: contain;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section_warper {
  box-sizing: border-box;
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  aspect-ratio: auto;
  background-color: var(--light);
  object-fit: scale-down;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin: 0;
  padding: 3.359em;
  font-size: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_warper.hero {
  border-bottom-style: solid;
  border-bottom-width: .5em;
  border-bottom-color: var(--brand);
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: clip;
}

.section_warper.full-height-mobile {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  background-color: var(--light);
  margin-bottom: 0;
  position: relative;
}

.section_warper.full-height-mobile.case-studies.is-desktop {
  min-height: 100vh;
}

.section_warper.full-height-mobile.case-studies.is-mobile {
  display: none;
}

.section_warper.full-height-mobile.services.is-desktop {
  min-height: 100svh;
}

.section_warper.full-height-mobile.services.is-mobile {
  display: none;
}

.section_warper.spn-hero {
  background-color: var(--light);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  position: relative;
}

.section_warper.is_gray {
  background-color: #f4f4f4;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  overflow: visible;
}

.section_warper.is-sn-timeline {
  height: auto;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 8em;
}

.section_warper.snv1 {
  grid-column-gap: 3.359em;
  grid-row-gap: 3.359em;
  background-color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  max-height: 100vh;
  margin-bottom: 0;
  padding-top: 3.359em;
  padding-bottom: 3.359em;
  position: relative;
}

.section_warper.snv1.horizontal {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  flex-flow: row;
  min-height: 100vh;
  max-height: 100vh;
}

.section_warper.sn-rebranding {
  height: auto;
  max-height: none;
  margin-top: 8em;
  margin-bottom: 8em;
  padding-top: 0;
  padding-bottom: 0;
}

.section_warper.hero-cube {
  background-color: var(--brand);
  flex-flow: column;
  height: 100vh;
  max-height: 100vh;
  margin-bottom: 0;
  position: relative;
}

.section_warper.hero-cube.hero-section {
  padding: 3.359em;
}

.section_warper.hero-cube.hero-section.is-desktop {
  min-height: 100vh;
}

.section_warper.hero-cube.hero-section.is-mobile {
  display: none;
}

.section_warper.way-of-working {
  background-color: var(--brand);
  margin-bottom: 0;
  position: relative;
}

.section_warper.way-of-working.is-desktop {
  min-height: 100vh;
}

.section_warper.way-of-working.is-mobile {
  display: none;
}

.section_warper.about-me {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--brand);
  min-height: 100vh;
  margin-bottom: 0;
  position: relative;
}

.section_warper.about-me.is-mobile {
  display: none;
}

.section_warper.numbers-section {
  position: relative;
}

.section_warper.numbers-section.is-mobile {
  display: none;
}

.section_warper.numbers-section.is-desktop {
  min-height: 100vh;
}

.section_warper.testimonial {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  position: relative;
}

.section_warper.testimonial.is-desktop {
  min-height: 100vh;
}

.section_warper.testimonial.is-mobile, .section_warper.is-mobile {
  display: none;
}

.section_warper.sn-audit {
  background-color: var(--light);
  min-height: 100vh;
  position: relative;
}

.section_warper.eveolve-the-brand {
  background-color: #295cff;
  position: relative;
}

.section_warper.eveolve-the-brand.spn {
  background-color: #155d35;
  min-height: 100vh;
}

.section_warper.eveolve-the-brand.ha {
  background-color: #0d2d2d;
}

.section_warper.eveolve-the-brand.pm {
  background-color: #1d40b2;
}

.section_warper.timeline {
  background-color: var(--light);
  min-height: 100vh;
  position: relative;
}

.section_warper._404-page {
  background-color: var(--brand);
  overflow: hidden;
}

.section_warper.footer {
  background-color: var(--brand);
  background-image: url('../images/gm-footer.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.section_warper.footer.is-desktop {
  background-image: url('../images/gm-footer-2px.svg');
  min-height: 100vh;
}

.section_warper.footer.is-desktop.is-green {
  background-color: #155d35;
}

.section_warper.footer.is-desktop.is-ha {
  background-color: #0d2d2d;
}

.section_warper.footer.is-desktop.is-sn-footer {
  background-color: #155d35;
}

.section_warper.footer.is-desktop.is-pro {
  background-color: #1d40b2;
}

.section_warper.footer.is-mobile {
  display: none;
}

.section_warper.sn-v1 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-image: none;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  padding-bottom: 3.359em;
  position: relative;
}

.section_warper.packaging {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  position: relative;
}

.section_warper.contact {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.section_warper.menu-wrapper-2 {
  background-color: #211f1f;
  background-image: url('../images/gm-outlines-menu-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  margin-bottom: 0;
}

.section_warper.menu-wrapper-2.is-desktop {
  z-index: 100;
  background-color: #fff0;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section_warper.menu-wrapper {
  background-color: #211f1f;
  background-image: url('../images/gm-outlines-menu-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100vh;
  margin-bottom: 0;
}

.section_warper.menu-wrapper.is-desktop {
  z-index: 100;
  background-color: #fff0;
  background-size: cover;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.section_warper.branding-hero {
  background-color: var(--brand);
}

.section_warper.service-2 {
  background-color: var(--light);
}

.section_warper.service-3 {
  background-color: var(--brand);
}

.section_warper.service-4 {
  background-color: var(--light);
}

.section_warper.service-5 {
  background-color: var(--brand);
}

.section_warper.service-fix {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: var(--light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.section_warper.no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.section_warper.legal-page {
  height: auto;
  max-height: none;
}

.main_div_warper {
  z-index: 2;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: auto;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main_div_warper.full-height {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.main_div_warper.full-height.case-study {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  position: static;
}

.main_div_warper.full-height.services {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  overflow: visible;
}

.main_div_warper.full-height.services.is-mobile {
  display: none;
}

.main_div_warper.sn-hero {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
}

.main_div_warper.sn-old {
  justify-content: space-between;
  align-items: center;
  height: auto;
}

.main_div_warper.sn-timeline {
  background-image: url('../images/sn-timeline.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 17.7em;
}

.main_div_warper.hero {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.main_div_warper._2-col {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-top: 0;
  overflow: visible;
}

.main_div_warper.about-section {
  flex-flow: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 4em;
  display: flex;
  overflow: visible;
}

.main_div_warper.about-section.mobile {
  display: none;
}

.main_div_warper.numbers {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.main_div_warper.testimonial-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
}

.main_div_warper.logo-marque {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
}

.main_div_warper.main-hero {
  z-index: 1;
  padding-top: 0;
}

.main_div_warper.sn-audit {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main_div_warper.snv1desing {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.main_div_warper._404 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  overflow: visible;
}

.main_div_warper.footer, .main_div_warper.secondary-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.main_div_warper.contact-info-wrapper {
  height: 100%;
}

.main_div_warper.contact-form {
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.main_div_warper.service-hero-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  overflow: visible;
}

.main_div_warper.srvice-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.main_div_warper.srvice-5.v2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
}

.main_div_warper.service-6 {
  background-image: url('../images/branding-cube-diagram.svg'), url('../images/hectagon-grid.svg');
  background-position: 51%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 52%, contain;
  height: 100%;
}

.main_div_warper.service-6.is-mobile {
  display: none;
}

.main_div_warper.service-6.is-desktop.horizontal-fix {
  background-image: url('../images/branding-cube-breakdown.svg'), url('../images/hectagon-grid.svg');
  justify-content: flex-end;
  align-items: flex-start;
}

.main_div_warper.service-6.is-desktop.horizontal-fix.is-ux {
  background-image: url('../images/ux-cube-breakdown.svg'), url('../images/hectagon-grid.svg');
}

.main_div_warper.service-6.is-desktop.horizontal-fix.motion {
  background-image: url('../images/motion-cube-breakdown.svg'), url('../images/hectagon-grid.svg');
}

.main_div_warper._2col-service-fix {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.main_div_warper._2col-service-fix.v1 {
  display: none;
}

.main_div_warper._2col-service-fix.v2 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.main_div_warper.fix {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
}

.leftside_warper {
  z-index: 0;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  aspect-ratio: auto;
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  min-width: 9em;
  max-width: 9em;
  height: 100%;
  max-height: none;
  margin: 0;
  line-height: .86;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.leftside_warper.is-right {
  z-index: 2147483647;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  overflow: visible;
}

.leftside_warper.spn-hero {
  position: relative;
}

.leftside_warper.is-hidden, .leftside_warper.about-me, .leftside_warper.is-hideen {
  display: none;
}

.div-block-7 {
  background-color: var(--brand);
  background-image: url('../images/GM-Logo-White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
  width: 9em;
  height: 13em;
}

.div-block-7.simple-logo {
  background-color: var(--transparent);
  background-image: url('../images/text-logo-black.svg');
  background-position: 50% 0;
  background-size: 50%;
  height: 9em;
  position: fixed;
}

.text-slider {
  width: auto;
  margin-top: 0;
  padding-top: 4em;
  overflow: hidden;
}

.hero-section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 80px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.menu {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 22px;
  text-decoration: none;
  display: flex;
}

.body-2 {
  background-color: #fafafa;
  height: auto;
  margin: 0 0 0 0;
  overflow: visible;
}

.pattern-wrapper {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 100%;
  will-change: transform;
  border: 0 solid #000;
  border-radius: 0;
  width: 9em;
  height: 100vh;
  display: block;
  overflow: hidden;
}

.pattern-wrapper.menu {
  height: 100%;
}

.pattern-fill {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: content-box;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.pattern-fill.v1 {
  display: none;
}

.image-2 {
  z-index: 1;
  aspect-ratio: 16 / 9;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: content-box;
  width: auto;
  min-width: 3840px;
  max-width: 213px;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  inset: auto 0 0% auto;
  overflow: hidden;
}

.black-pattern-fill {
  background-image: url('../images/gm-pattern-black.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: 6000px;
  height: 6000px;
  position: relative;
  top: -719px;
  left: -56px;
  overflow: visible;
}

.black-pattern-fill.menu {
  background-position: 0 0;
}

.divider-black-1px {
  background-color: #000;
  width: 100%;
  height: 1px;
  margin-top: -.1rem;
  display: none;
  overflow: visible;
}

.divider-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-top: 1.5rem;
  display: flex;
}

.divider-red-3px {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #aa182c;
  background-clip: border-box;
  border: 0 solid #fff;
  width: 100%;
  height: 3px;
  position: relative;
}

.slider-controls {
  letter-spacing: 2px;
  width: auto;
  padding-top: 1.5rem;
  display: flex;
}

.slide-number {
  width: auto;
  padding-right: 2px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;
}

.slide-number.slides {
  font-weight: 300;
}

.slider-arrow {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.1em;
  height: auto;
  margin-left: 12px;
}

.paragraph-slider-wrapper {
  background-color: #fafafa;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
  overflow: hidden;
}

.p-slide-container {
  width: auto;
  height: auto;
}

.slide-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  display: flex;
  overflow: hidden;
}

.slide-container {
  width: auto;
  display: block;
  overflow: hidden;
}

.text-logo-white {
  background-image: url('../images/text-logo-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  width: 9em;
  height: 13rem;
  display: none;
}

.text-logo-white.is-black {
  background-image: url('../images/text-logo-black.svg');
  background-size: 40%;
}

.paragraph-3 {
  width: 51%;
  color: var(--white);
  letter-spacing: .025em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.63em;
  position: static;
  bottom: 521px;
}

.paragraph-3.is-desktop {
  letter-spacing: .03rem;
  -webkit-text-stroke-color: var(--transparent);
  width: 75%;
  margin-top: 3em;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.618;
  position: static;
  bottom: 0;
}

.paragraph-3.is-desktop.is-black {
  width: 60%;
  color: var(--dark);
  letter-spacing: .01em;
  margin-top: 0;
  font-size: .8em;
  line-height: 1.5;
}

.paragraph-3.is-desktop.is-black.padding, .paragraph-3.is-desktop.is-black.padding1 {
  padding-left: 1em;
}

.paragraph-3.is-desktop.is-black.intro {
  width: auto;
}

.paragraph-3.is-desktop.is-black.intro.animate-div-fade-scroll.is-tablet {
  display: none;
}

.paragraph-3.is-desktop.is-black.intro.animate-div-fade-scroll.is-hiden {
  display: block;
}

.paragraph-3.is-desktop.is-black.animate-div-fade-hero.spn-hero-text {
  width: 80%;
}

.paragraph-3.is-desktop.is-black.animate-div-fade-hero.spn-hero-text.is-tablet {
  display: none;
}

.paragraph-3.is-desktop.is-black.contact {
  width: 73%;
  color: var(--light);
}

.paragraph-3.is-desktop.is-black.contact.is-mobile {
  display: none;
}

.paragraph-3.is-desktop.is-black.slider {
  text-align: center;
  width: 90%;
}

.paragraph-3.is-desktop.is-black.slider.exception {
  width: 120%;
}

.paragraph-3.is-desktop.is-black.animate-div-fade-scroll.is-tablet {
  display: none;
}

.heading-3 {
  max-width: 40ch;
  color: var(--full-black);
  letter-spacing: -.03rem;
  text-transform: uppercase;
  overflow-wrap: normal;
}

.heading-3.h1 {
  overflow-wrap: normal;
  width: auto;
  font-weight: 200;
  line-height: .8;
}

.text-span-6 {
  border: .07em solid var(--brand);
  color: var(--brand);
  padding-left: .2em;
  padding-right: .2em;
  font-size: .6em;
  font-weight: 300;
  line-height: 1em;
  position: relative;
  bottom: .25em;
}

.section-3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #0e0e0e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 8vw;
  font-size: 1vw;
  display: flex;
  overflow: visible;
}

.typo-style-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.content-wrapper {
  font-size: 1vw;
  overflow: hidden;
}

.is-white {
  width: auto;
  color: var(--light);
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  object-fit: fill;
  font-weight: 200;
}

.reel-wrapper {
  aspect-ratio: 16 / 9;
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/playbtn.svg'), url('../images/gm-reel-placeholder.png');
  background-position: 50%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 6em;
  display: flex;
  overflow: visible;
}

.menu-container {
  grid-column-gap: 3.359em;
  grid-row-gap: 3.359em;
  background-color: var(--light);
  flex-flow: row;
  width: 100%;
  height: 100%;
  padding: 3.359em;
  display: flex;
}

.menu-container.is-desktop {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
}

.menu-container.is-tablet, .menu-container.is-mobile {
  display: none;
}

.menu-items-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.menu-items {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

._1st-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

._1st-row.menu {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  width: auto;
  height: auto;
}

._2nd-row {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

._2nd-row.menu {
  height: auto;
}

.menu-content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.social-icons-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons-wrapper.is-tablet {
  display: none;
}

.lega-links-wrapper {
  border-top: 3px solid var(--dark);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 5em;
  padding-right: 0;
  display: flex;
}

.lega-links-wrapper.footer {
  border-top-color: var(--light);
  color: var(--light);
}

.menu-item {
  position: relative;
  overflow: visible;
}

._3rd-row {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.legal-links-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px none var(--dark);
  flex-flow: row;
  padding-top: 1em;
  display: flex;
}

.social-icon {
  width: 2.5em;
  height: 2.5em;
}

.social-icon.dribble:hover {
  background-color: var(--transparent);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.social-icon.linkedin {
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  width: 1.5em;
  height: 1.5em;
}

.social-icon.insta {
  background-image: url('../images/instagram.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
}

.social-icon.behance {
  background-image: url('../images/behance.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 1.5em;
  height: 1.5em;
}

.social-icon.x {
  background-image: url('../images/x.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 1.5em;
  height: 1.5em;
}

.social-icon.dribble {
  background-image: url('../images/dribbble.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
}

.social-icon.dribble:hover {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
}

.link {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 500;
  text-decoration: none;
}

.link:hover {
  -webkit-text-stroke-color: var(--transparent);
  text-indent: 0;
  overflow-wrap: normal;
  text-decoration: underline;
}

.link:active {
  color: var(--brand);
}

.link.menu {
  width: auto;
}

.link.menu.footer, .link.footer {
  color: var(--light);
}

.gm-container {
  padding-top: 1em;
}

.red-fill-hover {
  background-color: var(--brand);
  width: 100%;
  height: .2em;
  position: absolute;
  left: -105%;
}

.red-underline-wrapper {
  width: 100%;
  height: .2em;
  position: relative;
  overflow: hidden;
}

.menu-wrapper {
  z-index: 100;
  background-color: var(--dark);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.hamburger-icon {
  z-index: 999;
  justify-content: center;
  align-items: flex-start;
  width: 9em;
  height: 9em;
  display: flex;
  position: relative;
  inset: auto auto 0%;
}

.lottie-animation {
  background-color: var(--transparent);
  mix-blend-mode: multiply;
  width: 4em;
  height: 4em;
  position: fixed;
}

.scroll-ui {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 75%;
  display: none;
}

.section-ui {
  background-color: var(--dark-gray);
  width: .3em;
  height: .3em;
}

.scroll-line {
  background-color: var(--dark-gray);
  width: .1em;
  height: 10%;
}

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

.sn-hero-img {
  background-image: url('../images/supernatural-hero-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  margin-bottom: 6em;
}

._2-col-text {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

._2-col-text.vertical, ._2-col-text.contact {
  flex-flow: column;
}

._1st-col-text {
  flex-flow: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

._1st-col-text.sn-hero {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  width: 70%;
}

._1st-col-text.supernaturals.vertical, ._1st-col-text.contact {
  width: 100%;
}

._2nd-col-text {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: .5vh;
  padding-left: 0%;
  display: flex;
}

._2nd-col-text.spn-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding-top: 0;
}

._2nd-col-text.spn-1.vertical {
  width: 87%;
}

._2nd-col-text.spn-1.vertical.branding {
  width: 70%;
}

._2nd-col-text.spn-1.ha-height-fix, ._2nd-col-text.spn-1.fix {
  justify-content: flex-start;
  align-items: flex-start;
}

._2nd-col-text.labels {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

._2nd-col-text.labels.is-mobile {
  display: none;
}

.role-container-wrapper {
  border: 0 #000;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  display: flex;
}

._1st-line-role {
  border: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

._1st-line-role._2nd-line {
  border-top-width: 2px;
  border-bottom-width: 0;
  width: auto;
  padding-left: .5em;
  padding-right: .5em;
}

._1st-line-role._2nd-line._3rd {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  flex: 0 auto;
  width: auto;
}

._1st-line-role._2nd-line._3rd.ha {
  border-top-width: 0;
  border-bottom-width: 2px;
}

._1st-line-role._2nd-line._2nd {
  border-left-width: 0;
}

._1st-line-role._2nd-line._2nd.agency {
  border-bottom-width: 2px;
}

._1st-line-role._2nd-line._4th {
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 0;
}

._1st-line-role._2nd-line._4th.ha {
  border-top-width: 0;
  border-left-width: 0;
}

._1st-line-role._2nd-line.ha, ._1st-line-role._2nd-line.role, ._1st-line-role._2nd-line.fix {
  border-bottom-width: 2px;
}

._1-5em-horizontal {
  width: 1em;
}

.text-block-3 {
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: .6em;
  font-weight: 500;
  line-height: 1;
}

.text-block-3.is-role {
  font-size: .8em;
  line-height: 1;
}

._2nd-line {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.sn-title-container.vertical, .sn-title-container.contact {
  width: 100%;
}

._3col-text-left-stroke {
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 12em;
  display: flex;
}

._3col-text-left-stroke.is-old {
  height: auto;
  margin-top: 0;
}

._3-col {
  border-left: 3px solid #007305;
  width: 33.3333%;
  height: auto;
  padding: 2em 4em;
}

._3-col-text-img {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 33.3333%;
  height: 100%;
  display: flex;
}

._3-col-text-img.is-3rd {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: center;
}

._3-col-text-img._1st {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

._3-col-text-img._2nd {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  align-items: center;
}

.sn-old-img-wrapper {
  width: 12em;
  height: 12em;
}

.sn-old-img-wrapper.img1 {
  background-image: url('../images/sn-logo-old-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  width: 12em;
}

.sn-old-img-wrapper.img2 {
  background-image: url('../images/superme-old-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sn-old-img-wrapper.img5 {
  background-image: url('../images/sn-package-small-old.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sn-old-img-wrapper.img4 {
  background-image: url('../images/sn-package-big-old.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sn-old-img-wrapper.img3 {
  background-image: url('../images/sn-old-website.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 30em;
}

._3col-text-wrapper {
  padding-top: 0;
  padding-left: 4em;
  padding-right: 4em;
}

._2image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 30em;
  display: flex;
}

.sn-wireframes {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.wireframe-img {
  background-image: url('../images/wireframe-bg-7.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.4271vw;
  height: 13.5em;
}

.wireframe-img._1 {
  height: 13.7em;
}

.wireframe-img._1.v2 {
  background-image: url('../images/wireframe-bg-7_1.png');
}

.wireframe-img._2 {
  background-image: url('../images/wireframe-bg-8.png');
  height: 13.7em;
}

.wireframe-img._2.v2 {
  background-image: url('../images/wireframe-bg-8_1.png');
}

.wireframe-img._3 {
  background-image: url('../images/wireframe-bg-9.png');
  height: 13.7em;
}

.wireframe-img._3.v2 {
  background-image: url('../images/wireframe-bg-9_1.png');
}

.wireframe-img._4 {
  background-image: url('../images/wireframe-bg-10.png');
  height: 13.7em;
}

.wireframe-img._4.v2 {
  background-image: url('../images/wireframe-bg-11_1.png');
}

.wireframe-img._5 {
  background-image: url('../images/wireframe-bg-11.png');
  height: 13.7em;
}

.wireframe-img._5.v2 {
  background-image: url('../images/wireframe-bg-10_1.png');
}

.wireframe-img._6 {
  background-image: url('../images/wireframe-bg-12.png');
  height: 13.7em;
}

.wireframe-img._6.v2 {
  background-image: url('../images/wireframe-bg-12_1.png');
}

.sn-v1-custom-illustrations {
  width: 100%;
  margin-top: 1em;
  padding-top: 0;
  padding-right: 0;
}

.sn-illustration-square {
  border: 2px solid #e7402d;
  border-right-width: 0;
  width: 10.1563vw;
  height: 10.1563vw;
}

.sn-illustration-square.is-last {
  border-right-width: 2px;
}

.sn-illustration-square.is-last._6 {
  background-image: url('../images/german.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
  border-width: 1px;
}

.sn-illustration-square._1 {
  background-image: url('../images/vegan.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
  border-width: 1px 0 1px 1px;
}

.sn-illustration-square._2 {
  background-image: url('../images/natural.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
  border-width: 1px 0 1px 1px;
}

.sn-illustration-square._3 {
  background-image: url('../images/gmo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
  border-width: 1px 0 1px 1px;
}

.sn-illustration-square._4 {
  background-image: url('../images/gluten.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
  border-width: 1px 0 1px 1px;
}

.sn-illustration-square._5 {
  background-image: url('../images/laktose.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
  border-width: 1px 0 1px 1px;
}

.sn-illustration-square._2ndrow {
  border-width: 0 0 1px 1px;
}

.sn-illustration-square._2ndrow.last {
  border-right-width: 1px;
}

.sn-illustration-square._2ndrow.last.f {
  background-image: url('../images/Frame-4379-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
}

.sn-illustration-square._2ndrow.a {
  background-image: url('../images/Clip-path-group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
}

.sn-illustration-square._2ndrow.b {
  background-image: url('../images/Frame-4379.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
}

.sn-illustration-square._2ndrow.c {
  background-image: url('../images/Frame-4379-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
}

.sn-illustration-square._2ndrow.d {
  background-image: url('../images/Frame-4379-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
}

.sn-illustration-square._2ndrow.e {
  background-image: url('../images/Frame-4379-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4em;
}

.illustrations-1st-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.sn-illustrations-wrapper {
  width: 100%;
  margin-top: 8em;
}

.sn-illustrations-wrapper.v2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  display: flex;
}

.illustrations-2nd-row {
  flex-flow: row;
  display: flex;
}

.v1-color-pallete {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  margin-top: 8em;
  display: flex;
}

.v1-color {
  background-image: url('../images/color-pallete.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 3.4em;
  padding-bottom: 0;
}

.sn-v1-ux-ui {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  margin-top: 8em;
  padding-bottom: 0;
  display: flex;
}

.sn-v1 {
  background-image: url('../images/sn-v1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 60.8em;
}

.sn-v1.v2 {
  background-image: url('../images/ui-v2.png');
}

._2col-img-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  width: 100%;
  margin-top: 8em;
  padding-right: 0;
  display: flex;
}

._2col-img-grid.packaging {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: minmax(auto, 1fr) auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  height: 100%;
  display: grid;
}

.sn-logo {
  width: 50%;
  padding-right: 0;
}

.img-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.sn-logo-img {
  background-image: url('../images/sn-logo-new.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 110%;
  width: 29.7vw;
  height: 29.7vw;
}

.grid-1st-row {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: row;
  display: flex;
}

.grid-1 {
  background-image: url('../images/sn-logo-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14vw;
  height: 14vw;
}

.grid-2 {
  background-image: url('../images/sn-ampule.png');
  background-position: 50%;
  background-size: contain;
  width: 14.2vw;
  height: 14vw;
}

.grid-2nd-row {
  background-image: url('../images/sn-logo-horizontal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}

.v2-color-pallete {
  width: 100%;
  margin-top: 8em;
  padding-right: 0;
}

.v2-color {
  background-image: url('../images/sn-v2-color-pallete.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 3.4em;
}

.sn-pattern {
  width: 100%;
  margin-top: 8em;
  padding-right: 0;
}

.sn-pattern-img {
  background-image: url('../images/sn-pattern.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 13.3em;
}

.packaging-img {
  background-image: url('../images/4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 29.7vw;
  height: 29.7vw;
}

.packaging-img._1 {
  background-image: url('../images/1.jpg');
  background-size: cover;
  width: 29.7vw;
  height: 29.7vw;
}

.packaging-img._2 {
  background-image: url('../images/2.jpg');
  width: 29.7vw;
  height: 29.7vw;
}

.packaging-img._3 {
  background-image: url('../images/3.jpg');
}

.packaging-img._4 {
  background-image: url('../images/4_1.jpg');
}

.packaging-img._5 {
  background-image: url('../images/5.jpg');
}

.packaging-img._6 {
  background-image: url('../images/6.jpg');
}

.sn-llustrations-v2 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
}

.sn-llustrations-v2.mobile {
  display: none;
}

.sm-illustrations-v2-1st-row {
  width: 100%;
  height: auto;
  display: flex;
}

.sm-illustrations-v2-1st-row._2nd-row {
  flex-flow: row;
}

.v2-illustration {
  background-image: url('../images/illustration-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 33.333%;
  height: 17em;
}

.v2-illustration._2 {
  background-image: url('../images/illustration-2.png');
}

.v2-illustration._3 {
  background-image: url('../images/illustration-3.png');
}

.v2-illustration._4 {
  background-image: url('../images/illustration-4.png');
}

.v2-illustration._5 {
  background-image: url('../images/illustration-5.png');
}

.v2-illustration._6 {
  background-image: url('../images/illustration-6.png');
}

.canvas-wrapper {
  z-index: -2;
  background-color: var(--transparent);
  pointer-events: none;
  letter-spacing: 1.9em;
  mix-blend-mode: normal;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.canvas-wrapper.section3 {
  pointer-events: none;
}

.canvas-wrapper.testimonial {
  height: 35vh;
}

.canvas-wrapper.testimonial.red {
  height: 75vh;
}

.canvas-wrapper.logos {
  height: 35vh;
  inset: auto 0% 0%;
}

.canvas-wrapper.half {
  width: 50vw;
}

.hero-line {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

.hero-line.hero-state-1 {
  width: 100%;
  position: relative;
}

.hero-line.hero-state-1.is-mobile, .hero-line.hero-state-1.is-tablet {
  display: none;
}

.hero-line.hero-state-2 {
  width: 100%;
  position: absolute;
  top: 1.62em;
}

.hero-text-1 {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  order: -9999;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.hero-text-1.animate-div-hero.wipe-dark {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  object-fit: fill;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
}

.hero-text-1.animate-div-scroll.wipe-red.cs {
  order: 0;
}

.hero-text-pattern {
  z-index: 0;
  border-style: solid;
  border-width: .5em 0;
  border-color: var(--brand);
  background-image: url('../images/gm-pattern-tile.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-text-pattern.div-content {
  object-fit: contain;
  border-bottom-width: .76em;
  width: auto;
  height: 5.9em;
  position: static;
}

.hero-text-pattern.no-stroke {
  background-position: 1% 1%;
  border-style: none;
  border-width: 1px;
}

.hero-text-pattern.service {
  border-top: .7em none var(--light);
  border-bottom-style: none;
  border-bottom-color: var(--light);
}

.hero-text-pattern.service._2nd {
  background-position: 50% 92%;
}

.hero-text-pattern._2nd {
  background-position: 50% 100%;
}

.hero-text-pattern.menu {
  border-top-style: none;
  border-bottom-style: none;
}

.hero-secondary-content {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.hero-secondary-content.cube-el {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.hero-secondary-content.cube-el.animate-div-fade-hero {
  overflow: visible;
}

.hero-secondary-content.animate-div-fade-hero {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
}

.heading-13 {
  z-index: 1;
  -webkit-text-stroke-color: var(--transparent);
  white-space: nowrap;
  word-break: normal;
  font-size: .7em;
  position: static;
}

.heading-13.reel {
  text-align: right;
  letter-spacing: .18em;
  margin-top: 1em;
  margin-bottom: 0;
  font-size: .7em;
}

.cube-container {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0%;
  display: block;
  position: absolute;
}

.cube-container.animate-div-fade-hero {
  width: 100%;
  padding-bottom: 0;
  bottom: 50vh;
}

.cube {
  z-index: 1001;
  justify-content: center;
  align-items: center;
  width: 55vw;
  height: 55vw;
  display: block;
  position: absolute;
  inset: 0% 0% 36%;
}

.cube.cube-el.cube-closed {
  width: 100%;
  height: auto;
  position: absolute;
}

.pattern-container {
  z-index: 0;
  flex: auto;
  width: auto;
  height: auto;
  position: relative;
  overflow: visible;
}

.pattern-container._1st-line {
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.pattern-container._1st-line.stroke-fix, .pattern-container.stroke-fix {
  border-top: .7em solid var(--light);
  border-bottom: .8em solid var(--light);
}

.section-content {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-logo-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: auto;
  display: flex;
  position: relative;
}

.logo-mascot {
  background-image: url('../images/GM-Logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.7em;
  height: 3.7em;
  position: absolute;
}

.logo-wordmark-light {
  z-index: 999;
  opacity: 0;
  background-image: url('../images/gm-logo-light.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 9em;
  height: 3.7em;
  display: block;
  position: absolute;
}

.menu-btn {
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  display: flex;
  position: relative;
}

.nav-main-nav {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 3.359em;
  padding-right: 3.359em;
  display: flex;
  position: fixed;
  top: 0;
}

.menu-icon-light {
  background-image: url('../images/menu-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  display: block;
  position: absolute;
}

.logo-wordmark-dark {
  z-index: 99999;
  opacity: 0;
  background-image: url('../images/gm-logo-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 9em;
  height: 3.7em;
  position: absolute;
}

.menu-icon-dark {
  opacity: 0;
  background-image: url('../images/menu-black.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
}

.nav-dot-wrapoper {
  z-index: 9999;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 100%;
  margin-right: 3.359em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-dot {
  border: 2px solid var(--light);
  border-radius: 20px;
  width: .375em;
  height: .375em;
}

.nav-dot.nav-dot-active {
  background-color: var(--light);
  border-radius: 20px;
}

.hero-content-wrapper {
  width: 100%;
  position: relative;
}

.hero-content-wrapper.is-mobile {
  display: none;
}

.case-study-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.case-study-wrapper.animate-div-scroll.wipe-dark {
  height: 26%;
}

.case-study-wrapper.animate-div-scroll.wipe-red {
  position: relative;
}

.case-study-wrapper.animate-div-scroll.wipe-red.gm-glitch-hover.is-hiden {
  display: none;
}

.case-title-wrapper.exception {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.case-image-big {
  aspect-ratio: auto;
  background-color: var(--dark);
  background-image: url('../images/sn-v1_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: auto;
  width: 50%;
  height: auto;
}

.case-image-big.animate-div-scroll.wipe-red.sn {
  background-image: url('../images/sn-case-study-cover.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
}

.case-image-big.sn {
  background-color: var(--transparent);
  background-image: url('../images/sn-case-study-cover.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.case-image-big.sn.fix {
  width: 60%;
}

.case-image-big.ha {
  background-color: var(--transparent);
  background-image: url('../images/hai-acasa-project.png');
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.case-image-big.pm {
  background-color: var(--transparent);
  background-image: url('../images/pm-cs-cover.png');
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.case-image-small {
  aspect-ratio: 1;
  background-color: var(--dark);
  width: 12%;
}

.cs-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.cs-container.is-mobile {
  display: none;
}

.secondary-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.secondary-content.animate-div-fade-scroll {
  justify-content: space-between;
  align-items: center;
}

.secondary-content.animate-div-fade-scroll.service-fix {
  padding-bottom: 7.7em;
}

.secondary-content.animate-div-scroll.wipe-green {
  justify-content: space-between;
  align-items: center;
}

.main-cta {
  z-index: 90;
  width: 8em;
  height: 8em;
  position: fixed;
  bottom: 12.9em;
  left: 53.9em;
  right: auto;
}

.main-cta.footer {
  width: 9em;
  height: 9em;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.main-content-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
  position: static;
  overflow: visible;
}

.main-cta-wrapper {
  z-index: 90;
  width: 100%;
  height: 0%;
  position: relative;
}

.title-wrapper {
  width: 100%;
  height: auto;
}

.title-wrapper.design {
  width: auto;
}

.title-wrapper.about {
  width: 100%;
  display: block;
}

.title-wrapper.about.mobile {
  display: none;
}

.secondary-content-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 40%;
  height: 100%;
  display: flex;
}

.system {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 70%;
  display: flex;
}

.system.animate-div-fade-scroll.sn, .system._2.animate-div-fade-scroll.sn, .system._3.animate-div-fade-scroll.sn {
  width: 100%;
}

.cd-wraper {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: visible;
}

.cd-wraper.is-mobile {
  display: none;
}

.cd-low-poly {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/CD-7.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 42vw;
  height: auto;
  position: absolute;
  inset: 0% 0% -11% -93%;
}

.cd-low-poly.model-canvas-s6 {
  z-index: 0;
  background-image: none;
  width: 100%;
  height: 100vh;
  inset: auto auto auto 0;
  overflow: visible;
}

._3d-model-wrapper {
  flex: 0 0 50%;
  width: auto;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.type-display {
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--transparent);
  text-transform: uppercase;
  word-break: break-all;
  border-style: none;
  border-width: 0;
  font-family: Morganite, Impact, sans-serif;
  font-size: 7em;
  font-weight: 300;
  line-height: .8;
  position: static;
}

.type-display.animate-text-scroll.wipe-white {
  color: var(--full-black);
  line-height: .8;
}

.type-display.animate-text-scroll.wipe-white.is-white {
  color: var(--light);
  line-height: .8;
}

.type-display.animate-text-scroll.wipe-white.is-white.is-hiden {
  word-break: keep-all;
}

.type-display.animate-text-scroll.wipe-white.is-white.mobile {
  display: none;
}

.type-display.animate-text-scroll.wipe-green {
  line-height: .8;
}

.type-display.animate-text-scroll.wipe-dark.is-tablet, .type-display.animate-text-scroll.wipe-dark.is-mobile, .type-display.animate-text-scroll.wipe-gold.mobile, .type-display.animate-text-scroll.wipe-cobalt.ismobile {
  display: none;
}

.type-display.about-name {
  width: 100%;
  color: var(--full-black);
  white-space: nowrap;
  font-size: 7em;
}

.type-display.numbers-first-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.type-display.is-white.fix-height.is-mobile {
  display: none;
}

.type-display.is-white.ux {
  white-space: normal;
  word-break: break-all;
}

.type-display.is-white.animate-text-scroll.wipe-white {
  white-space: pre-wrap;
}

.type-display.is-white.animate-text-scroll.wipe-white.is-mobile, .type-display.is-white.animate-text-scroll.wipe-white.is-mobile-1st-line, .type-display.is-white.animate-text-scroll.wipe-white.is-mobile-2nd-line, .type-display.is-white.animate-text-scroll.wipe-white.is-tablet {
  display: none;
}

.type-display.white {
  color: var(--light);
  font-weight: 200;
}

.type-display.type-display-dark {
  font-weight: 200;
}

.type-display.wipe-dark.is-black.fixed-height.full-testimonial {
  word-break: keep-all;
}

.type-display.wipe-dark.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh {
  color: var(--light);
  white-space: normal;
  word-break: keep-all;
}

.type-display.wipe-dark.is-black.fixed-height.is-hiden {
  display: none;
}

.type-display.service {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  width: 60%;
}

.type-display.cs-hero.animate-text-hero.wipe-gold.is-mobile, .type-display.cs-hero.animate-text-hero.wipe-green.is-mobile, .type-display.cs-hero.animate-text-hero.wipe-green.is-tablet {
  display: none;
}

.type-display._404-page {
  color: var(--light);
  font-size: 5em;
  line-height: .7;
}

.type-display._404-text {
  color: var(--light);
  font-size: 34em;
}

.type-display.is-black {
  color: var(--full-black);
}

.type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh {
  color: var(--light);
}

.type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white.is-tablet {
  display: none;
}

.type-display.is-black.wipe-dark.is-desktop-tablet.is-white.ha {
  color: var(--ha-hihlight);
}

.type-display.vertical {
  width: 100%;
}

.type-display.vertical.animate-text-scroll.wipe-green {
  line-height: .8;
}

.type-display.vertical.animate-text-scroll.wipe-green.is-tablet, .type-display.vertical.animate-text-scroll.wipe-green.is-mobile {
  display: none;
}

.type-display.service-hero-text {
  color: var(--white);
  padding-left: 0;
  font-size: 24.5em;
  line-height: .8;
  position: relative;
  left: -.02em;
}

.type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.ui-hero {
  font-size: 20.9em;
}

.type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.ux {
  font-size: 32em;
}

.type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.motion {
  font-size: 29.1em;
}

.type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding.ux {
  font-size: 30.2em;
}

.type-display.is-right-aliggneed {
  text-align: right;
}

.type-display.service-title {
  color: var(--light);
  word-break: break-all;
  font-size: 5.5em;
}

.type-display.service-title.is-centered {
  text-align: left;
}

.type-display.is-mobile {
  display: none;
}

.type-display.wipe-red.legal-heading {
  margin-bottom: 4rem;
}

.type-headline {
  letter-spacing: -.01em;
  font-size: clamp(2.5rem, 6vw, 7rem);
  line-height: .92;
}

.type-subhead {
  letter-spacing: 0;
  font-family: GeorgiaBallpark Script DEMO, cursive;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1;
}

.type-subhead.deliverables {
  z-index: 10;
  color: var(--light);
  margin-top: -11px;
  font-size: 6em;
  line-height: .6;
  position: relative;
  top: -.2em;
  left: .1em;
}

.type-subhead.deliverables.is-dark {
  color: var(--full-black);
}

.type-subhead.deliverables.is-dark.animate-div-fade-scroll {
  margin-top: -.2em;
  margin-bottom: 0;
  position: static;
}

.type-subhead.art-director {
  z-index: 25;
  color: var(--light);
  margin-top: -.4em;
  margin-bottom: 0;
  font-size: 6em;
  line-height: .7;
  position: relative;
}

.type-subhead.art-director.animate-div-fade-scroll {
  margin-top: -.3em;
  position: static;
}

.type-subhead.testimonial-name {
  margin-top: -65px;
}

.type-subhead.testimonial-name.is-white {
  margin-top: -.2em;
  padding-left: 5px;
  line-height: .4;
  position: relative;
}

.type-subhead.testimonial-name.is-white.is-red {
  color: var(--brand);
  font-size: 6em;
}

.type-subhead.sp-me {
  z-index: 10;
  background-color: var(--transparent);
  color: var(--sn-green-text);
  margin-top: -.5em;
  margin-bottom: 0;
  padding-left: 5px;
  position: relative;
}

.type-subhead.sp-me.is-white {
  color: var(--light);
}

.type-subhead.sp-me.is-white.brand {
  margin-top: -.6em;
  padding-left: 12px;
}

.type-subhead.sp-me.ha {
  color: var(--ha-hihlight);
}

.type-subhead.sp-me.pm {
  color: var(--pm-blue);
  -webkit-text-stroke-color: var(--transparent);
}

.type-subhead.sp-me.animate-div-fade-scroll {
  -webkit-text-stroke-color: var(--transparent);
}

.type-subhead.sp-me.animate-div-fade-scroll._2-lines {
  color: var(--sn-green-text);
}

.type-subhead.sp-me.animate-div-fade-scroll._2-lines.is-orange {
  color: #e43f2c;
}

.type-subhead.sp-me.animate-div-fade-scroll._2-lines.ha {
  color: var(--ha-hihlight);
  padding-left: 15px;
}

.type-subhead.sp-me.animate-div-fade-scroll._2-lines.pm {
  color: var(--pm-blue);
}

.type-subhead.system {
  z-index: 10;
  margin-top: -62px;
  position: relative;
}

.type-subhead.system.ha {
  color: var(--ha-hihlight);
}

.type-subhead.system.animate-div-fade-scroll {
  margin-top: -.56em;
  margin-bottom: 0;
}

.type-subhead.system.animate-div-fade-scroll.pm {
  width: 80%;
}

.type-subhead.build {
  color: var(--light);
  margin-top: -3vw;
  margin-bottom: 0;
  margin-left: .5vw;
}

.type-subhead.service-3 {
  margin-top: -.6em;
}

.type-subhead.srvice-4 {
  color: var(--brand);
  -webkit-text-stroke-color: var(--transparent);
  margin-top: -.6em;
  margin-bottom: 0;
  padding-left: .1em;
}

.type-subhead.cta {
  color: var(--light);
  position: relative;
  top: -.5em;
  left: .1em;
}

.type-subhead.cta.animate-div-fade-scroll {
  font-size: 6em;
}

.type-subhead.cta.animate-div-fade-scroll.ha {
  color: var(--ha-hihlight);
}

.type-subhead.cta.animate-div-fade-scroll.footer {
  line-height: 1;
}

.type-feature {
  width: auto;
  color: var(--light);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3;
}

.type-feature.fact {
  color: var(--full-black);
}

.type-feature.fact.wipe-dark {
  font-weight: 300;
}

.type-feature.fact.light, .type-feature.fact.is-light {
  display: none;
}

.type-feature.is-black {
  color: var(--dark);
}

.type-feature.is-black.is-centered {
  text-align: center;
}

.type-feature.is-black.is-centered.is-tablet {
  display: none;
}

.type-feature.bigger {
  margin-bottom: .5em;
  font-size: 2em;
  line-height: 1;
}

.type-feature.is-centered {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.type-feature.is-dark {
  color: var(--dark);
}

.type-feature.is-dark.is-legal {
  margin-bottom: 1rem;
}

.type-eyebrow {
  color: var(--dark);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
  position: static;
}

.type-eyebrow.is-white {
  color: var(--light);
  margin-bottom: 1em;
}

.type-eyebrow.is-white.animate-div-fade-scroll {
  margin-bottom: 1em;
}

.type-eyebrow.is-white.smaller {
  letter-spacing: .2em;
  margin-bottom: .5em;
  font-size: .6em;
}

.type-eyebrow.is-white.smaller.stroke {
  border: .1em solid var(--light);
  text-align: center;
  letter-spacing: .8em;
  white-space: normal;
  word-break: keep-all;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 54%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1em 2em;
  font-size: .4em;
  font-weight: 500;
  display: flex;
}

.type-eyebrow.is-white.smaller.stroke.v2 {
  justify-content: center;
  align-items: stretch;
  width: auto;
}

.type-eyebrow.clients {
  margin-bottom: 2em;
}

.type-eyebrow._404-page {
  color: var(--light);
  margin-bottom: 1em;
}

.type-eyebrow.is-black {
  color: var(--full-black);
}

.type-eyebrow.animate-div-fade-scroll.is-black.is-mobile {
  display: none;
}

.type-eyebrow.branding {
  color: var(--full-black);
}

.type-body {
  width: 100%;
  color: var(--light);
  letter-spacing: .025em;
  margin-bottom: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.6;
}

.type-body.is-dark {
  color: var(--dark);
}

.type-body.is-dark.is-desktop {
  display: none;
}

.type-body.is-dark.is-tablet {
  display: block;
}

.type-body.is-dark.is-centered {
  text-align: center;
}

.type-body.reference {
  width: 100%;
  color: var(--dark-gray);
  margin-top: 2em;
  font-size: .6em;
}

.type-body.reference.slider-controls {
  width: auto;
  color: var(--dark);
  padding-top: 0;
  font-size: .8em;
  font-weight: 500;
  display: block;
}

.type-body.reference.slider-controls.is-white {
  color: var(--light);
}

.type-body.reference.total-slider {
  width: auto;
  color: var(--dark);
  font-size: .8em;
}

.type-body.reference.total-slider.is-white {
  color: var(--light);
}

.type-body.reference.side-text {
  width: auto;
  color: var(--dark);
  text-align: center;
  letter-spacing: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-top: 0;
  font-size: .4em;
  transform: rotate(-90deg);
}

.type-body.reference.side-text.is-white {
  color: var(--light);
  letter-spacing: 1.5em;
  font-size: .4em;
  line-height: 1;
}

.type-body.reference.is-tablet, .type-body.reference.is-mobile {
  display: none;
}

.type-body.about-me {
  width: 81%;
  margin-top: 2em;
}

.type-body.about-me.animate-div-fade-scroll.is-tablet {
  display: none;
}

.type-body.testimonial {
  white-space: normal;
  margin-top: 1.7em;
}

.type-body.testimonial.is-mobile {
  display: none;
}

.type-body.possition {
  margin-top: 1em;
}

.type-body.evolve {
  width: 57%;
}

.type-body.system {
  width: 82%;
}

.type-body.padding {
  margin-top: 2em;
}

.type-body.padding._1 {
  width: 85%;
}

.type-body.is-centered {
  text-align: center;
}

.sg-header {
  border-bottom: 1px solid #333;
  margin-bottom: 6rem;
  padding-bottom: 3rem;
}

.sg-title {
  color: #555;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-size: .7rem;
}

.sg-type-row {
  border-bottom: 1px solid #1a1a1a;
  grid-template-columns: 200px 1fr;
  align-items: baseline;
  gap: 2rem;
  padding: 2.5rem 0;
  display: grid;
}

.sg-meta {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.sg-role {
  color: #aa182c;
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: monospace;
  font-size: .65rem;
}

.sg-usage {
  color: #444;
  letter-spacing: .05em;
  font-family: monospace;
  font-size: .6rem;
  line-height: 1.5;
}

.sg-sample {
  color: #fff;
  -webkit-text-stroke-color: var(--transparent);
  font-size: 1rem;
  font-weight: 300;
  overflow: hidden;
}

.heading-31 {
  color: var(--dark);
  font-size: 5em;
  font-weight: 300;
  line-height: .5;
}

.heading-31.is-desktop {
  margin-top: 0;
  margin-bottom: 0;
  line-height: .8;
}

.heading-31.is-desktop.cs {
  color: var(--sn-green-text);
  position: relative;
  top: 0;
  left: 0;
}

.heading-31.is-desktop.cs.sn.animate-div-fade-hero.left-align {
  color: var(--sn-green-text);
}

.heading-31.is-desktop.cs.sn.animate-div-fade-hero.left-align.hero.is-gold {
  color: var(--ha-hihlight);
}

.heading-31.is-desktop.cs.sn.animate-div-fade-hero.left-align.hero.pm {
  color: var(--pm-blue);
}

.heading-31.is-desktop.cs.height-fix, .heading-31.is-desktop.cs.is-hiden {
  display: none;
}

.heading-31.is-desktop.cs.is-orange {
  -webkit-text-stroke-color: var(--transparent);
  color: #e43f2c;
}

.heading-31.is-desktop.pm {
  color: var(--pm-blue);
  -webkit-text-stroke-color: var(--transparent);
  display: block;
}

.heading-31.is-desktop.is-red {
  color: var(--brand);
}

.heading-31.is-desktop.animate-div-fade-scroll, .heading-31.is-desktop.services {
  font-size: 4em;
}

.heading-31.is-mobile {
  color: var(--sn-green-text);
  line-height: 1;
  display: block;
}

.heading-31.is-mobile.product-stoot {
  padding-right: .1em;
}

.heading-31.is-mobile.ha {
  color: var(--ha-hihlight);
}

.heading-31.is-mobile.pm {
  color: var(--pm-blue);
}

.is-right-aliggneed.type-eyebrow {
  text-align: right;
}

.hero-text-wrappper {
  width: 30%;
}

.hero-text-wrappper.animate-div-fade-scroll.hero {
  width: 26%;
}

.hero-text-wrappper.animate-div-fade-scroll.hero.tablet-fix.is-mobile {
  display: none;
}

.case-study-text-wrapper {
  width: 40%;
  color: var(--dark);
}

.case-study-text-wrapper.sn-long-texxt {
  width: 60%;
}

.case-study-text-wrapper.sn-long-texxt.sn-v2 {
  width: 70%;
}

.case-study-text-wrapper.timeline {
  width: 50%;
}

.case-study-text-wrapper.service-fix {
  width: 23%;
}

.case-study-text-wrapper.animate-div-fade-scroll.case-study {
  width: 30%;
}

.numbers-pattern-wrapper {
  width: 100%;
  height: 6em;
  overflow: hidden;
}

.numbers-pattern-wrapper.numbers.no-stroke.animate-div-fade-scroll.padding {
  margin-bottom: 4em;
}

._0-17-seconds {
  border: .1em solid var(--brand);
  color: var(--brand);
  letter-spacing: .04em;
  border-radius: 1px;
  padding: .5rem 1rem;
  font-size: .6em;
  font-weight: 600;
  position: relative;
  top: 0;
}

.numbers-facts-slider.sn-audit {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.numbers-facts-slider.motion {
  margin-top: 2em;
}

.numbers-facts-slider.animate-div-fade-scroll.is-mobile {
  display: none;
}

.fact._1, .fact._2, .fact._3 {
  flex-flow: column;
  display: flex;
}

.fact.sn {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.fact-loader {
  background-color: var(--sn-green-text);
  width: 100%;
  height: .2em;
  margin-top: 1.5rem;
}

.fact-loader.red {
  background-color: var(--brand);
  margin-top: 1em;
}

.fact-loader.red.cobalt {
  background-color: #1d40b2;
}

.fact-loader.red.gold {
  background-color: var(--ha-hihlight);
}

.fact-loader.red.green {
  background-color: #155d35;
}

.slider-controls-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.slide-number-wrapper {
  display: flex;
}

.slider-controler-arrow {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1em;
  height: 1em;
}

.secondary-content-numbers {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-numbers {
  background-image: url('../images/gm-main-cta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9em;
  height: 9em;
}

.cta-numbers.desktop {
  aspect-ratio: auto;
  width: 9em;
  height: 9em;
  position: static;
  top: 0;
  left: 0;
}

.cta-numbers.mobile {
  display: none;
}

.services-wrapper {
  justify-content: space-around;
  width: 100%;
  height: auto;
  display: flex;
}

.service-container {
  border-left: .3em solid var(--brand);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33.3%;
  height: auto;
  padding-top: 6em;
  padding-bottom: 3em;
  padding-left: 3em;
  display: flex;
  position: relative;
  overflow: visible;
}

.service-container.animate-div-scroll.wipe-red {
  border-left-width: 0;
  justify-content: flex-end;
  width: 33.3%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

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

.cd-badge {
  width: 9em;
  height: 9em;
}

.cd-badge.experience {
  z-index: 9999999;
  background-image: url('../images/Experience.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11em;
  height: 11em;
  position: absolute;
  top: 10vh;
  left: 29.5vw;
  right: auto;
}

.cd-badge.experience.animate-div-fade-scroll {
  z-index: 999;
}

.cd-badge.background {
  z-index: 9999999;
  background-image: url('../images/Industry-Background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11em;
  height: 11em;
  position: absolute;
  top: 23.2vh;
  left: 6.9vw;
}

.cd-badge.background.animate-div-fade-scroll {
  z-index: 999;
}

.cd-badge.skill {
  z-index: 9999999;
  background-image: url('../images/Holistic-Design.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11em;
  height: 11em;
  position: absolute;
  top: 33.9vh;
  left: 29.6vw;
}

.cd-badge.skill.animate-div-fade-scroll {
  z-index: 999;
}

.service-content {
  border-left: .2em solid var(--brand);
  width: 100%;
  height: 100%;
  padding-top: 6em;
  padding-bottom: 3em;
  padding-left: 3em;
}

.service-content.is-hiden {
  display: none;
}

.div-block-8 {
  width: 100vw;
}

.texstimonial-wrapper {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  background-color: var(--brand);
  flex-flow: row;
  width: 100vw;
  height: 75vh;
  padding-top: 3.359em;
  padding-left: 3.359em;
  padding-right: 3.359em;
  display: flex;
  overflow: hidden;
}

.texstimonial-wrapper.is-mobile {
  display: none;
}

.texstimonial-wrapper.is-desktop {
  background-color: var(--dark);
}

.testimonial-slider-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.slide {
  flex-flow: row;
  gap: 4em;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.slide.is-hiden {
  display: none;
}

.slide-col-left {
  flex: 0 0 50%;
}

.slide-col-right {
  flex: auto;
  display: flex;
}

.slider-footer {
  flex-direction: column;
  gap: 1em;
  width: 100%;
  padding-top: 1em;
  display: flex;
  position: relative;
}

.slider-bar-track {
  background-color: #ffffff4d;
  width: 100%;
  height: .2em;
  position: relative;
  overflow: hidden;
}

.slider-bar-fill {
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-nav {
  justify-content: flex-start;
  align-items: center;
  gap: .5em;
  display: flex;
}

.slider-nav.facts-slider {
  padding-top: 2em;
}

.slider-nav.sn {
  justify-content: center;
  align-items: center;
}

.slider-nav.sn.fix {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.slider-counter {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  font-variant-numeric: tabular-nums;
  flex: none;
  width: auto;
  min-width: 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8em;
  font-weight: 300;
  display: inline-block;
}

.slider-counter.is-active {
  width: 27px;
  font-weight: 500;
}

.slider-counter.is-active.is-dark {
  width: 26px;
  color: #211f1f;
  width: 26px;
}

.slider-counter.is-dark {
  color: #211f1f;
}

.slider-prev-btn {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-image: url('../images/white-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 3em;
  height: 2em;
  margin-left: 1em;
  font-size: .6rem;
  line-height: 0;
  display: block;
}

.slider-prev-btn.is-hiden {
  display: none;
}

.slider-prev-btn.black {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  transform: rotate(-180deg);
}

.slider-prev-btn.black.padding {
  margin-right: 4em;
}

.slider-prev-btn.black.is-next {
  transform: none;
}

.slides-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 50%;
  display: flex;
  overflow: hidden;
}

.slides-container.sn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  width: 100%;
  height: 35vh;
}

.logo-marque-wrapper {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 35vh;
  padding: 3.359em;
  display: flex;
}

.logo-marque-wrapper.is-mobile {
  display: none;
}

.logo-marque {
  width: 100%;
  height: 7em;
  overflow: hidden;
}

.marquee-track {
  width: max-content;
  animation: 30s linear infinite marquee-scroll;
  display: flex;
  overflow: visible;
}

.marquee-row {
  flex-flow: row;
  flex-shrink: 0;
  align-items: center;
  gap: 4em;
  padding-right: 4em;
  display: flex;
}

.marquee-logo {
  filter: grayscale();
  object-fit: contain;
  flex-shrink: 0;
  width: auto;
  height: 2em;
}

.logo {
  background-image: url('../images/mo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 7em;
  height: 3em;
  display: block;
}

.logo.vertical {
  background-image: url('../images/wf.svg');
  width: 3em;
  height: 3em;
  display: block;
}

.logo.vertical.ap {
  background-image: url('../images/ap.svg');
  width: 4.8em;
  display: block;
}

.logo.vertical.mi {
  background-image: url('../images/mi.svg');
  width: 5em;
  display: block;
}

.logo.vertical.baga {
  background-image: url('../images/bg.svg');
  width: 6em;
  display: block;
}

.logo.vertical.d1 {
  background-image: url('../images/d1.svg');
  width: 4em;
  display: block;
}

.logo.vertical.ey {
  background-image: url('../images/ey.svg');
  width: 5em;
  display: block;
}

.logo.vertical.ha {
  background-image: url('../images/ha.svg');
  width: 6em;
  display: block;
}

.logo.co {
  background-image: url('../images/tc.svg');
  display: block;
}

.logo.bu {
  background-image: url('../images/bu.svg');
  width: 6em;
  display: block;
}

.logo.is-hiden {
  display: none;
}

.logo.swm {
  background-image: url('../images/sw.svg');
  width: 4em;
  display: block;
}

.logo.su {
  background-image: url('../images/sn.svg');
  width: 10em;
  display: block;
}

.logo.nwow {
  background-image: url('../images/nw.svg');
}

.logo.lo {
  background-image: url('../images/ll.svg');
  width: 8em;
  display: block;
}

.logo.pa {
  background-image: url('../images/pc.svg');
  width: 7em;
  display: block;
}

.logo.ro {
  background-image: url('../images/ri.svg');
  width: 7em;
  display: block;
}

.logo.no {
  background-image: url('../images/nw.svg');
  width: 5em;
  display: block;
}

.logo.ra {
  background-image: url('../images/rw.svg');
  width: 8em;
  display: block;
}

.logo.nx {
  background-image: url('../images/nx.svg');
  width: 5em;
  display: block;
}

.logo.sa {
  background-image: url('../images/bs.svg');
  width: 6em;
  display: block;
}

.logo.fw {
  background-image: url('../images/fz.svg');
  width: 6em;
  display: block;
}

.mobile-hero-layout {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5vw;
  display: flex;
}

.heading-35, .heading-36, .cd-wrapper-mobile-image {
  display: none;
}

.mob-cube-sticky {
  z-index: 100;
  pointer-events: none;
  flex-shrink: 0;
  width: 100%;
  height: 0;
  position: sticky;
  top: 0;
  overflow: visible;
}

.mob-hero-content {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100svh;
  padding: 5vw;
  display: flex;
  position: relative;
}

._1st-row-tags {
  width: auto;
  display: flex;
}

.tags-h3 {
  flex-flow: row;
  width: auto;
  display: flex;
}

.nav-dot-2 {
  border: 2px solid #fafafa;
  border-radius: 20px;
  width: .375em;
  height: .375em;
}

.nav-dot-2.nav-dot-active {
  background-color: #fafafa;
  border-radius: 20px;
}

.supper-me-img {
  background-image: url('../images/super-me-hero.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 20em;
  position: static;
  bottom: auto;
}

.supper-me-img.ha {
  background-image: url('../images/ha-intro-img.png');
}

.supper-me-img.promod {
  background-image: url('../images/pm-intro-img-b.png');
}

.supper-me-img.animate-div-fade-scroll {
  display: none;
}

.cs-full-hero {
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.cs-hero-interaction {
  width: 100vw;
  height: 75vh;
}

.cs-hero-interaction.gallery-mask {
  height: 65vh;
}

.gallery-section {
  overflow: hidden;
}

.card {
  background-image: url('../images/sn-illustrations.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.card.cs-img1 {
  background-image: url('../images/sn-typography.png');
}

.card.cs-img1.ha-1 {
  background-image: url('../images/ha-03.png');
}

.card.cs-img1.ha-1a {
  background-image: url('../images/ha-11.png');
}

.card.cs-img1.pm-1 {
  background-image: url('../images/pm-1.png');
}

.card.cs-img2 {
  background-image: url('../images/sn-illustrations.png');
}

.card.cs-img2.ha-2 {
  background-image: url('../images/ha-02.png');
}

.card.cs-img2.ha-2a {
  background-image: url('../images/ha-13.png');
}

.card.cs-img2.pm-2 {
  background-image: url('../images/pm-2.png');
}

.card.cs-img3 {
  background-image: url('../images/sn-logo.png');
}

.card.cs-img3.ha-3 {
  background-image: url('../images/ha-05.png');
}

.card.cs-img3.ha-3a {
  background-image: url('../images/ha-08.png');
}

.card.cs-img3.pm-3 {
  background-image: url('../images/pm-3.png');
}

.card.cs-img4 {
  background-image: url('../images/sn-icons.png');
}

.card.cs-img4.ha-4 {
  background-image: url('../images/ha-01.png');
}

.card.cs-img4.ha-4a {
  background-image: url('../images/ha-09.png');
}

.card.cs-img4.pm-4 {
  background-image: url('../images/pm-4.png');
}

.card.cs-img5 {
  background-image: url('../images/sn-pattern.png');
}

.card.cs-img5.ha-5 {
  background-image: url('../images/ha-04.png');
}

.card.cs-img5.ha-5a {
  background-image: url('../images/ha-08.png');
}

.card.cs-img5.pm-5 {
  background-image: url('../images/pm-5.png');
}

.card.cs-img6 {
  background-image: url('../images/sn-color.png');
}

.card.cs-img6.ha-6 {
  background-image: url('../images/ha-07.png');
}

.card.cs-img6.ha-6a {
  background-image: url('../images/ha-10.png');
}

.card.cs-img6.pm-6 {
  background-image: url('../images/pm-6.png');
}

.canvas-wrapperr {
  z-index: -2;
  pointer-events: auto;
  letter-spacing: 1.9em;
  mix-blend-mode: normal;
  background-color: #fff0;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.sn-audit-text {
  width: 50%;
}

.sn-audit-text.is-tablet {
  display: none;
}

.audit-slider, ._2-col-text-wrapper.vertical {
  width: 50%;
}

.timeline-div {
  background-image: url('../images/sn-timeline_1.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 17em;
}

.timeline-div.animate-div-fade-scroll {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.case-study-text-wrapper-2 {
  color: #211f1f;
  width: 40%;
}

.type-body-2 {
  color: #fafafa;
  letter-spacing: .025em;
  width: 100%;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.type-body-2.is-dark {
  color: #211f1f;
}

.heading-37 {
  color: #211f1f;
  font-size: 5em;
  font-weight: 300;
  line-height: .5;
}

.heading-37.is-mobile {
  display: none;
}

.sn-v1-title-wrapper {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  flex-flow: row;
  display: flex;
}

.sn-v1-title-wrapper.is-tablet {
  display: none;
}

.full-screen-image {
  width: 100%;
  height: 75vh;
  padding-right: 0;
  overflow: hidden;
}

.full-screen-image.sn-v2 {
  height: 75vh;
}

.sn-v1-subtitle-content {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  width: 100%;
  height: auto;
  display: flex;
}

.gallery-mask-1 {
  border-radius: 0;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gallery-section-1 {
  background-color: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4dea\>);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.grid-wrapper-1 {
  grid-column-gap: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4dee\>);
  grid-row-gap: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4dee\>);
  width: calc(120vw + 4.8em);
  transform: translate(-50%, -50%) rotate(var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4def\>));
  flex-direction: row;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
}

.col-1 {
  width: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4dec\>);
  flex-shrink: 0;
}

.track-1 {
  grid-column-gap: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4dee\>);
  grid-row-gap: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4dee\>);
  will-change: transform;
  flex-direction: column;
  display: flex;
}

.card-1 {
  aspect-ratio: 3 / 2;
  border-top-left-radius: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4ded\>);
  border-top-right-radius: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4ded\>);
  border-bottom-left-radius: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4ded\>);
  border-bottom-right-radius: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4ded\>);
  background-color: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4deb\>);
  cursor: pointer;
  background-size: cover;
  flex-shrink: 0;
  width: 100%;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #00000026;
}

.lightbox-overlay {
  z-index: 9999;
  opacity: 0;
  background-color: #000000f2;
  width: 100vw;
  height: 100vh;
  transition: opacity .3s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.lightbox-overlay.active {
  opacity: 1;
  display: flex;
}

.lightbox-content {
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 1200px;
  height: 80vh;
  margin: auto;
  display: flex;
  position: relative;
}

.lightbox-image {
  object-fit: contain;
  border-radius: 8px;
  max-width: 100%;
  max-height: 100%;
}

.lightbox-nav {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff3;
  border-style: none;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-size: 2rem;
  transition: background .2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: 1rem;
}

.lightbox-next {
  right: 1rem;
}

.lightbox-close {
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-style: none;
  padding: .5rem;
  font-size: 3rem;
  line-height: 1;
  transition: opacity .2s;
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.lightbox-counter {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
}

.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;
}

.pattern-container-404 {
  z-index: 8;
  width: 100%;
  height: 30svh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.heading-38 {
  position: absolute;
}

.black-box-text {
  background-color: var(--full-black);
  padding: 2em;
}

._404-text-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: static;
  bottom: auto;
}

.pattern-404 {
  width: 100%;
  height: 35svh;
  display: none;
  position: relative;
  overflow: hidden;
}

._404 {
  background-image: url('../images/side-bar-div.png');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 19svw;
  display: flex;
  position: static;
}

.canvas-wrapper-2 {
  z-index: -2;
  pointer-events: auto;
  letter-spacing: 1.9em;
  mix-blend-mode: normal;
  background-color: #fff0;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.canvas-wrapper-2.section3 {
  pointer-events: auto;
}

.heading-39 {
  line-height: 1;
}

.main-text-content-footer {
  height: 8.2em;
}

.social-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: center;
  align-items: center;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.social-icon-footer {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 4em;
  height: 4em;
}

.social-icon-footer.dr {
  background-image: url('../images/dribbble_white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.6em;
  height: 1.6em;
}

.social-icon-footer.in {
  background-image: url('../images/linkedin_white.svg');
  background-size: contain;
  width: 1.5em;
  height: 1.3em;
}

.social-icon-footer.ig {
  background-image: url('../images/instagram_white.svg');
  width: 1.6em;
  height: 1.6em;
}

.social-icon-footer.be {
  background-image: url('../images/behance_white.svg');
  width: 1.9em;
  height: 1.3em;
}

.social-icon-footer.x {
  background-image: url('../images/x_white.svg');
  width: 1.3em;
  height: 1.5em;
}

.desktop-parent.desktop {
  aspect-ratio: 3 / 2;
}

.mobile-parent.mobile {
  aspect-ratio: 9 / 16;
}

.mobile-group-parent.mobile-group {
  grid-column-gap: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4dee\>);
  grid-row-gap: var(--\<unknown\|variable-690871df-c37d-1882-78ca-35c8fe7b4dee\>);
  aspect-ratio: 3 / 2;
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.gm-gallery {
  background-color: var(--\<unknown\|variable-5466a47a-dde0-443d-2bad-f6e7d0f92e26\>);
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gm-lightbox {
  z-index: 9999;
  opacity: 0;
  background-color: #000000f2;
  width: 100vw;
  height: 100vh;
  transition: opacity .3s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.gm-lightbox.active {
  opacity: 1;
  display: flex;
}

.gm-mgroup {
  z-index: 10;
  transform: scale(1.08);
  box-shadow: 0 25px 70px #0000004d;
}

.gm-gallery-1 {
  background-color: var(--\<unknown\|variable-46223686-449f-14d3-85b3-af185f44f51e\>);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-12 {
  background-image: url('../images/sn-logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.foundation-video {
  background-color: var(--transparent);
  background-image: linear-gradient(#e8402d, #e8402d);
  width: 50%;
  height: 50vh;
}

.foundation-video.animate-div-fade-scroll {
  background-image: url('../images/5-ha.png');
  background-position: 0 0;
  background-size: cover;
}

.gm-wrap {
  background-color: #1d40b2;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gm-wrap.sn-v2 {
  background-color: #155d35;
  height: 100%;
}

.gm-wrap.ha {
  background-color: #0d2d2d;
}

.gm-wrap.branding {
  background-color: var(--brand);
}

.gm-wrap.animate-div-fade-scroll {
  height: 90vh;
}

.gm-wrap.animate-div-fade-scroll.sn-1, .gm-wrap.sn-1 {
  background-color: #e8402d;
}

.gm-inner {
  will-change: transform;
  background-image: url('../images/sn-v1-gallery-v4.png');
  background-position: 50% -100%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  width: 120%;
  height: 130%;
  position: absolute;
  top: -10%;
  left: -10%;
}

.gm-inner.sn-v2 {
  background-image: url('../images/sn-v2-gallery-v3.png');
  background-position: 50% 0;
  background-size: auto;
  height: 170%;
}

.gm-inner.sn-v2.sn-branding {
  background-image: url('../images/sn-branding-cover-2x.png');
  background-position: 50% 0;
  background-size: 100%;
}

.gm-inner.sn-v2.sn-branding.is-hiden {
  background-position: 50% 0;
  background-size: auto;
}

.gm-inner.ha {
  background-image: url('../images/ha-main-display.png');
}

.gm-inner.branding {
  background-image: url('../images/branding-logos.png');
  background-position: 50% 10%;
  background-size: contain;
}

.gm-inner.branding.branding-showcase {
  background-position: 50% 0;
  background-size: 120%;
}

.gm-inner.pm {
  background-image: url('../images/pm-ux-img-x2.png');
  background-position: 50% 0;
  background-size: 110%;
}

.gm-inner.pm.branding {
  background-image: url('../images/sn-branding-cover.png');
}

.packaging-title {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  width: 100%;
  display: flex;
}

.packaging-images {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
}

.packaging-image {
  background-color: var(--brand);
  width: 14em;
  height: 14em;
}

.packaging-image.pack-1 {
  background-color: var(--transparent);
  background-image: url('../images/4_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.packaging-image.pack-1.ha1 {
  background-image: url('../images/7-ha.png');
}

.packaging-image.pack-2 {
  background-color: var(--transparent);
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.packaging-image.pack-2.ha2 {
  background-image: url('../images/6-ha.png');
}

.packaging-image.pack-3 {
  background-color: var(--transparent);
  background-image: url('../images/3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.packaging-image.pack-3.ha3 {
  background-image: url('../images/5-ha.png');
  background-size: cover;
}

.packaging-image.pack-4 {
  background-color: var(--transparent);
  background-image: url('../images/6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.packaging-image.pack-4.ha4 {
  background-image: url('../images/3-ha.png');
}

.packaging-image.pack-5 {
  background-color: var(--transparent);
  background-image: url('../images/5.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.packaging-image.pack-5.ha5 {
  background-image: url('../images/1-ha.png');
}

.packaging-image.pack-6 {
  background-color: var(--transparent);
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.packaging-image.pack-6.ha6 {
  background-image: url('../images/4-ha.png');
}

.packaging-secondary {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  flex-flow: row;
  width: 100%;
  display: flex;
}

.contact-1st-col {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  background-color: var(--brand);
  flex-flow: row;
  width: 50vw;
  height: 100vh;
  padding: 3.359em;
  display: flex;
}

.nav-dot-3 {
  border: 2px solid #fafafa;
  border-radius: 20px;
  width: .375em;
  height: .375em;
}

.nav-dot-3.nav-dot-active {
  background-color: #fafafa;
  border-radius: 20px;
}

.type-display-2 {
  letter-spacing: 0;
  -webkit-text-stroke-color: #fff0;
  text-transform: uppercase;
  word-break: break-all;
  border-style: none;
  border-width: 0;
  font-size: 7em;
  font-weight: 300;
  line-height: .9;
  position: static;
}

.lega-links-wrapper-2 {
  border-top: 3px solid #211f1f;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 5em;
  padding-right: 0;
  display: flex;
}

.text-block-4 {
  color: #000;
  letter-spacing: 2px;
  flex-direction: column;
  width: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: .8em;
  display: block;
}

.text-block-4.section-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  width: auto;
  margin-bottom: 1em;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.text-block-4.section-title.menu-title {
  margin-bottom: .5em;
}

.canvas-wrapper-3 {
  z-index: -2;
  pointer-events: auto;
  letter-spacing: 1.9em;
  mix-blend-mode: normal;
  background-color: #fff0;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 500;
  text-decoration: none;
}

.link-2:hover {
  -webkit-text-stroke-color: #fff0;
  text-indent: 0;
  overflow-wrap: normal;
  text-decoration: underline;
}

.link-2:active {
  color: #aa182c;
}

.link-2.menu {
  width: auto;
}

.legal-links-wrapper-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px #211f1f;
  flex-flow: row;
  padding-top: 1em;
  display: flex;
}

.menu-wrapper-2 {
  z-index: 100;
  background-color: #211f1f;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.menu-container-2 {
  grid-column-gap: 3.359em;
  grid-row-gap: 3.359em;
  background-color: #fafafa;
  flex-flow: row;
  width: 100%;
  height: 100%;
  padding: 3.359em;
  display: flex;
}

.menu-container-2.is-desktop {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
}

.menu-container-2.is-mobile {
  display: none;
}

.red-fill-hover-2 {
  background-color: #aa182c;
  width: 100%;
  height: .2em;
  position: absolute;
  left: -105%;
}

.type-body-3 {
  color: #fafafa;
  letter-spacing: .025em;
  width: 100%;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.type-body-3.reference {
  color: #707070;
  width: 100%;
  margin-top: 2em;
  font-size: .6em;
}

.type-body-3.reference.side-text {
  color: #211f1f;
  text-align: center;
  letter-spacing: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  width: auto;
  margin-top: 0;
  font-size: .4em;
  transform: rotate(-90deg);
}

.type-body-3.reference.side-text.is-white {
  color: #fafafa;
  letter-spacing: 1.5em;
  font-size: .4em;
  line-height: 1;
}

.contact-2nd-col {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  background-color: var(--light);
  width: 50vw;
  height: 100vh;
  padding: 3.359em 7.159em;
  display: flex;
}

.field-label {
  text-transform: uppercase;
  font-family: Poppins, Arial, sans-serif;
  font-size: .5em;
  font-weight: 500;
  line-height: 1;
}

.text-field {
  border: .2em solid var(--dark);
  background-color: var(--light);
  height: 3em;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.gm-field {
  color: #211f1f;
  flex-direction: column;
  align-self: stretch;
  width: 100%;
  font-family: inherit;
  display: flex;
  position: relative;
}

.gm-field.is-disabled {
  pointer-events: none;
}

.gm-field__label {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  color: var(--dark);
  letter-spacing: .1em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: .5em;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
}

.gm-field__required {
  color: var(--dark);
  margin-left: .15em;
}

.gm-field__inputwrap {
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.gm-field__input {
  box-sizing: border-box;
  border: 0 solid var(--transparent);
  width: 100%;
  height: auto;
  min-height: calc(1.4em + 2 * clamp(8px, .7vw, 12px));
  color: var(--dark-gray);
  appearance: none;
  background-color: #0000;
  border-radius: 0;
  align-self: stretch;
  margin-bottom: .5em;
  padding: clamp(8px, .7vw, 12px) 36px clamp(8px, .7vw, 12px) 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.4;
}

.gm-field__underline {
  background-color: var(--dark);
  pointer-events: none;
  transform-origin: 0;
  height: 1px;
  color: var(--dark);
  -webkit-text-stroke-color: var(--dark);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.gm-field__icon {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  color: #211f1f;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition: opacity .3s, color .3s;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.gm-field__icon.is-check {
  background-image: url('../images/checkmark-icon.svg');
  background-position: 50%;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.gm-field__icon.is-warning {
  background-image: url('../images/error-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.gm-field__icon.is-chevron {
  background-image: url('../images/dropdown-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.gm-field__icon.is-resize {
  width: 12px;
  height: 12px;
  top: auto;
  bottom: .75em;
  right: .75em;
  transform: translateY(0);
}

.gm-field__error {
  opacity: 0;
  height: auto;
  max-height: none;
  color: var(--brand);
  letter-spacing: .18rem;
  text-transform: uppercase;
  margin-top: clamp(6px, .5vw, 8px);
  font-family: Poppins, Arial, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: block;
  overflow: hidden;
}

.gm-field__error.gm-field__label {
  letter-spacing: .18rem;
  text-transform: uppercase;
  font-size: .75rem;
}

.svg {
  background-image: url('../images/error-icon.svg');
  background-position: 50%;
  background-size: contain;
}

.form {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 70%;
  min-width: 0;
  height: 100%;
  display: flex;
}

.form-block {
  width: 100%;
  height: auto;
}

.gm-field__trigger {
  box-sizing: border-box;
  cursor: pointer;
  background-color: #0000;
  flex: auto;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  margin-bottom: .5em;
  padding: clamp(8px, .7vw, 12px) 36px clamp(8px, .7vw, 12px) 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.4;
  display: flex;
}

.gm-field__trigger-text {
  color: var(--dark-gray);
  font-family: Poppins, Arial, sans-serif;
  line-height: inherit;
  font-weight: 300;
  font-size: inherit;
  display: block;
}

.gm-field__menu {
  margin-top: 0;
  display: none;
}

.gm-field__option {
  cursor: pointer;
  padding: .6em;
  font-family: Poppins, Arial, sans-serif;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.4;
}

.form-1st-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.gm-field__textarea {
  box-sizing: border-box;
  color: #211f1f;
  text-overflow: ellipsis;
  white-space: nowrap;
  appearance: none;
  resize: none;
  background-color: #0000;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  height: auto;
  min-height: calc(1.4em + 2 * clamp(8px, .7vw, 12px));
  max-height: calc(1.4em + 2 * clamp(8px, .7vw, 12px));
  margin-bottom: .5em;
  padding: clamp(8px, .7vw, 12px) 36px clamp(8px, .7vw, 12px) 0;
  font-family: Poppins, Arial, sans-serif;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.4;
  overflow: hidden;
}

.gm-field__textarea.is-focus {
  border: 1px solid #211f1f;
  min-height: 8em;
  padding: 1.25em 1.25em 2.5em;
}

.gm-field__counter {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  color: #211f1f;
  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  transition: opacity .3s;
  position: absolute;
  bottom: 1em;
  right: 2.5em;
}

.canvas-wrapper-4 {
  z-index: -2;
  pointer-events: auto;
  letter-spacing: 1.9em;
  mix-blend-mode: normal;
  background-color: #fff0;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.link-block {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
}

.link-block-2 {
  z-index: 999999999;
  width: 100%;
  height: 100%;
  position: relative;
}

.submit-button {
  background-color: var(--brand);
  width: auto;
  color: var(--light);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 16px 32px;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8em;
  font-weight: 500;
}

.field-label-2 {
  font-family: Poppins, Arial, sans-serif;
}

.text-span-7 {
  color: var(--dark);
  font-family: Poppins, Arial, sans-serif;
  font-size: .6em;
  font-weight: 300;
  line-height: 1.4;
}

.checkbox {
  width: 1em;
  height: 1em;
}

.checkbox-label {
  display: none;
}

.field-label-3 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-3 {
  font-size: .9em;
}

.nav-dot-4 {
  border: 2px solid #fafafa;
  border-radius: 20px;
  width: .375em;
  height: .375em;
}

.nav-dot-4.nav-dot-active {
  background-color: #fafafa;
  border-radius: 20px;
}

.type-display-3 {
  letter-spacing: 0;
  -webkit-text-stroke-color: #fff0;
  text-transform: uppercase;
  word-break: break-all;
  border-style: none;
  border-width: 0;
  font-size: 7em;
  font-weight: 300;
  line-height: .9;
  position: static;
}

.type-display-3.services-fix {
  line-height: .8;
}

.lega-links-wrapper-3 {
  border-top: 3px solid #211f1f;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 5em;
  padding-right: 0;
  display: flex;
}

.canvas-wrapper-5 {
  z-index: -2;
  pointer-events: auto;
  letter-spacing: 1.9em;
  mix-blend-mode: normal;
  background-color: #fff0;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  color: #000;
  letter-spacing: 2px;
  flex-direction: column;
  width: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: .8em;
  display: block;
}

.text-block-5.section-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  width: auto;
  margin-bottom: 1em;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.text-block-5.section-title.menu-title {
  margin-bottom: .5em;
}

.text-block-6 {
  color: #000;
  letter-spacing: 2px;
  flex-direction: column;
  width: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  font-size: .8em;
  display: block;
}

.text-block-6.section-title {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  width: auto;
  margin-bottom: 1em;
  font-family: Poppins, Arial, sans-serif;
  font-size: .8em;
  font-weight: 500;
  line-height: 1;
}

.text-block-6.section-title.menu-title {
  margin-bottom: .5em;
}

.type-body-4 {
  color: #fafafa;
  letter-spacing: .025em;
  width: 100%;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.type-body-4.reference {
  color: #707070;
  width: 100%;
  margin-top: 2em;
  font-size: .6em;
}

.type-body-4.reference.side-text {
  color: #211f1f;
  text-align: center;
  letter-spacing: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  width: auto;
  margin-top: 0;
  font-size: .4em;
  transform: rotate(-90deg);
}

.type-body-4.reference.side-text.is-white {
  color: #fafafa;
  letter-spacing: 1.5em;
  font-size: .4em;
  line-height: 1;
}

.script-service {
  white-space: nowrap;
  word-break: keep-all;
  width: 100%;
  font-size: 26em;
  position: relative;
  top: -.4em;
}

.script-service.animate-div-fade-hero.ui-hero {
  font-size: 19.7em;
  top: -.4em;
  left: -15px;
}

.script-service.animate-div-fade-hero.ui-hero.centered {
  text-align: center;
}

.script-service.animate-div-fade-hero.ux {
  font-size: 25.9em;
}

.script-service.animate-div-fade-hero.motion {
  top: -.3em;
}

.script-service.animate-div-fade-hero.motion.centered {
  text-align: center;
  top: -.27em;
}

.script-service.animate-div-fade-hero.mo {
  font-size: 28em;
  top: -.35em;
}

.service-hero-aditional-text {
  width: 50%;
}

.service-hero-aditional-text.animate-div-fade-hero.services.mo {
  width: 53%;
}

.hero-text-pattern-2 {
  z-index: 0;
  background-image: url('../images/gm-pattern-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 600%;
  border: 0 solid #aa182c;
  border-width: .5em 0 1em;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-text-pattern-2.service {
  border-top-color: var(--light);
  border-bottom-color: var(--light);
}

.hero-text-pattern-2.service.service-3 {
  border-style: none;
  height: 7em;
  display: none;
}

.type-eyebrow-2 {
  color: #211f1f;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .2em;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.4;
  position: static;
}

.type-body-5 {
  color: #fafafa;
  letter-spacing: .025em;
  width: 100%;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.type-body-5.reference {
  color: #707070;
  width: 100%;
  margin-top: 2em;
  font-size: .6em;
}

.type-body-5.reference.side-text {
  color: #211f1f;
  text-align: center;
  letter-spacing: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  width: auto;
  margin-top: 0;
  font-size: .4em;
  transform: rotate(-90deg);
}

.type-feature-2 {
  color: #fafafa;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 1.3;
}

.type-feature-2.fact {
  color: #000;
  font-family: Poppins, Arial, sans-serif;
}

.fact-loader-2 {
  background-color: #aa182c;
  height: .2em;
  margin-top: 1.5rem;
}

.type-body-6 {
  color: #fafafa;
  letter-spacing: .025em;
  width: 100%;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 300;
  line-height: 1.5;
}

.type-body-6.reference {
  color: #707070;
  width: 100%;
  margin-top: 2em;
  font-size: .6em;
}

.type-body-6.reference.slider-controls {
  color: #211f1f;
  width: auto;
  padding-top: 0;
  font-weight: 500;
  display: block;
}

.type-body-6.reference.total-slider {
  color: #211f1f;
  width: auto;
}

.service-3-text {
  width: 27%;
}

.service-3-text.ux {
  width: 30%;
}

.service-3-image {
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 35em;
  display: flex;
  position: relative;
  overflow: visible;
}

._2-col-title {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.text-right {
  width: 26%;
  padding-top: 1em;
}

.text-right.no-padding {
  padding-top: 0;
}

.text-right.branding {
  width: 100%;
  padding-top: 0;
}

.servive-4-3-col {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.servive-4-3-col.v2 {
  display: none;
}

.servive-4-3-col.v1 {
  display: flex;
}

._1-col-service {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 26%;
  display: flex;
}

._1-col-service.animate-div-fade-scroll {
  background-image: linear-gradient(to bottom, #fafafa80, #fafafa80), linear-gradient(59deg, var(--light) 24%, var(--transparent)), url('../images/black-grid-patterm-vertical.svg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 120%;
  width: 33%;
  padding: 2em;
}

._1-col-service.animate-div-fade-scroll.v1 {
  background-color: var(--brand);
  background-image: linear-gradient(0deg, var(--brand), var(--transparent)), url('../images/gm-grid.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 30%;
  padding: 3em;
}

.heading-40 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.3em;
}

._2col-2rows {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
}

._2col-2rows.v2 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

._2col-2rows.fix {
  flex-flow: row;
  width: 60%;
}

._2col-2rows.fix.v2 {
  flex-flow: row;
  width: 100%;
}

._1st-row-2col {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

._1st-row-2col.fix {
  justify-content: space-between;
}

.solution-block {
  border: 2em solid var(--brand);
  background-image: linear-gradient(45deg, var(--brand) 18%, var(--transparent)), url('../images/gm-grid.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 50%;
  height: auto;
  padding: 0;
  display: flex;
}

.solution-block.animate-div-fade-scroll {
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
}

.solution-block.animate-div-fade-scroll.service-fix {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-size: auto, cover;
  border-top-width: 1em;
  border-left-width: 1em;
  border-right-width: 1em;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  width: 33.3%;
}

.solution-icon {
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: 30%;
  padding-top: 2em;
  padding-right: 2em;
  display: flex;
}

.solution-icon.fix {
  height: auto;
  padding-top: 1em;
  padding-right: 1em;
}

.solution-icon.fix.tablet {
  display: none;
}

.solution-icon.fix.is-desktop {
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-right: 0;
  display: flex;
}

.solution-icon.is-tablet {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 1em;
  padding-right: 1em;
}

.solution-icon.is-desktop {
  display: none;
}

.solution-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  display: flex;
}

.solution-text.fix {
  padding-right: 0;
}

.solution-text.is-hiden {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  padding-bottom: 0;
}

.service-icon {
  background-image: url('../images/03-scale.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 5em;
  height: 5em;
}

.service-icon.brain {
  background-image: url('../images/brain.png');
  background-position: 50%;
  background-size: 130%;
}

.service-icon.compas {
  background-image: url('../images/compas.png');
  background-position: 50%;
  background-size: 120%;
}

.service-icon.animate {
  background-image: url('../images/animate.png');
  background-position: 50%;
  background-size: 120%;
}

.service-icon.consistency {
  background-image: url('../images/consistency.png');
  background-position: 50%;
  background-size: 120%;
  width: 5em;
  height: 5em;
}

.service-icon.identity {
  background-image: url('../images/identity.png');
  background-position: 50%;
  background-size: 120%;
  width: 5em;
  height: 5em;
}

.service-icon.system {
  background-image: url('../images/system.png');
  background-position: 50%;
  background-size: 120%;
  width: 5em;
  height: 5em;
}

.service-icon.solutions {
  background-image: url('../images/solution.png');
  background-position: 50%;
  background-size: 120%;
  width: 5em;
  height: 5em;
}

.service-icon.design {
  background-image: url('../images/ui-design.png');
  background-position: 50%;
  background-size: 110%;
}

.service-icon.design.gm-glitch-hover.animate {
  background-image: url('../images/animate.png');
}

._2-col-text-img {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.main-text {
  width: 100%;
}

.branding-cube-diagram {
  width: 30em;
  height: auto;
  position: relative;
}

.workflow-points {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-image: linear-gradient(315deg, var(--brand), var(--transparent)), url('../images/gm-grid.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  position: relative;
}

.workflow-points.animate-div-fade-scroll {
  background-image: linear-gradient(335deg, var(--brand) 18%, var(--transparent)), url('../images/white-grid-patterm-horizontal.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 115%;
  padding-left: 1em;
}

.workflow-points.animate-div-fade-scroll.sn {
  background-image: linear-gradient(45deg, #155d35, #155d35 57%, #fff0), url('../images/gm-grid.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
}

.workflow-image {
  background-image: url('../images/identify-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 6em;
  height: 6em;
}

.workflow-image.gm-glitch-hover {
  background-image: url('../images/01-system-icon.png');
  position: relative;
}

.workflow-image.gm-glitch-hover.clarity {
  filter: none;
  background-image: url('../images/02-Clarity.png');
}

.workflow-image.gm-glitch-hover.scale {
  background-image: url('../images/03-scale.png');
}

.reel {
  z-index: 25;
  color: var(--light);
  -webkit-text-stroke-color: var(--transparent);
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  line-height: .8;
  display: flex;
  position: relative;
  top: -.4em;
}

.service-hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.service-hover.is-hiden {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--brand);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 1em 3em 3em;
  display: flex;
}

.service-hover.is-red {
  background-color: var(--brand);
  padding: 1em 3em 3em;
  display: none;
}

.service-hover.is-red.is-desktop, .service-hover.is-red.is-tablet-mobile {
  display: none;
}

.cube-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  top: 0;
}

.cube-image-container {
  width: 100%;
  height: 30vw;
  position: static;
  overflow: hidden;
}

.cube-image-container.gm-glitch-hover {
  background-image: none;
  display: block;
}

.cube-image-container.brand-cube {
  aspect-ratio: 1;
  width: 100%;
  height: 12em;
  padding: 1em 3em 3em;
}

.cube-image-container.ux-cube, .cube-image-container.motion-cube {
  width: 100%;
  height: 12em;
}

.hover-service {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
  top: 0;
}

.service-title-wrapper {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  height: auto;
  display: flex;
}

.h3-service {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5em;
  position: relative;
  top: -.4em;
}

.h3-service.service-hover.is-centered {
  text-align: center;
}

.service-button {
  border: 1px solid var(--light);
  background-color: var(--transparent);
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: .1em;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 1em;
  font-size: .8rem;
  font-weight: 500;
  display: flex;
}

.service-button:hover {
  background-color: var(--light);
  color: var(--dark);
}

.service-button.branding {
  width: 96%;
}

.service-button.branding.gm-glitch-click {
  width: 100%;
}

.service-button.branding.gm-glitch-hover {
  width: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.service-button.ux {
  width: 81%;
}

.service-button.ux.gm-glitch-click {
  width: 100%;
}

.service-button.ux.gm-glitch-hover {
  width: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.service-button.motion {
  width: 80%;
}

.service-button.motion.gm-glitch-click {
  width: 100%;
}

.service-button.motion.gm-glitch-hover {
  width: auto;
  padding-left: 2em;
  padding-right: 2em;
}

.secondary-btn {
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  color: var(--light);
  letter-spacing: .1em;
  text-transform: uppercase;
  text-shadow: 2px 8px 11px var(--full-black);
  background-image: linear-gradient(315deg, #104728, #fff0);
  justify-content: center;
  align-items: center;
  padding: 1em 3em 0 2em;
  display: flex;
}

.secondary-btn.left {
  letter-spacing: .1em;
  background-image: linear-gradient(-315deg, #af8650, #fff0);
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 3em;
}

.secondary-btn.promesh {
  background-image: linear-gradient(315deg, #295cff, #fff0);
}

.button {
  background-color: var(--transparent);
}

.button.contact {
  width: 100%;
  height: 100%;
  color: var(--transparent);
}

.cd-mobile-image {
  display: none;
}

._2col-text-container {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.audit-image {
  background-image: url('../images/sn-logo-old.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9em;
  height: 6.8em;
}

.audit-image.packaging {
  background-image: url('../images/sn-package-big-old_1.png');
}

.audit-image.ux {
  background-image: url('../images/sn-ux-old.png');
}

.fact-loader-3 {
  background-color: #aa182c;
  height: .2em;
  margin-top: 1.5rem;
}

.audit-text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fact-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fact-content.is-hiden {
  display: none;
}

.slider-next-btn.black {
  background-image: url('../images/arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3em;
  height: 2em;
  font-size: .6rem;
}

.slider-next-btn.black.padding {
  margin-left: 4em;
}

.div-block-13 {
  width: 12em;
  height: 12em;
}

.div-block-13.solution-img._1, .div-block-13.solution-img._2, .div-block-13.solution-img._3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8em;
  display: flex;
}

._2-col-footer {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

._1st-col-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-cta {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.text-contain-service {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-14, .service-hero-text.is-tablet, .service-hero-text.is-mobile {
  display: none;
}

.content-wrapper-service {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 62%;
  display: flex;
}

.content-wrapper-service.is-mobile {
  display: none;
}

.red-fill-section {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  background-color: var(--brand);
  flex-flow: row;
  width: 100%;
  height: 100%;
  padding: 3.359em;
  display: flex;
}

.white-fill-section {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  width: 100%;
  height: 35%;
  padding: 3.359em;
  display: flex;
}

.text-wrapper {
  width: 50%;
}

.text-wrapper.fix {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 38%;
  display: flex;
}

.case-study-service {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  width: 100%;
  display: flex;
}

.tablet-text-wrapper {
  display: none;
}

.menu-page-link, .link-block-3 {
  font-size: 1vw;
}

.reel-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.reel-container.animate-div-fade-scroll {
  overflow: hidden;
}

.reel-container.animate-div-fade-scroll.is-mobile {
  display: none;
}

.text-block-7 {
  text-transform: uppercase;
  font-family: Morganite, Impact, sans-serif;
  font-size: 7em;
  font-weight: 300;
  line-height: 1;
}

.service-paralax-wrapper {
  width: 50%;
  height: 50vh;
}

.service-paralax-wrapper.is-tablet {
  display: none;
}

.service-paralax-wrapper.ha-hero {
  width: 100%;
  height: 20em;
  display: none;
}

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

.service-paralax-container.ha {
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.paralax-bg {
  z-index: -10;
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paralax-bg.branding {
  background-color: var(--transparent);
  background-image: url('../images/sn-branding-pattern.svg');
  background-position: 0 0;
  background-size: contain;
  height: 100%;
}

.paralax-bg.is-website {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  transform: rotate(0);
}

.paralax-bg.animate-div-fade-scroll.ha {
  background-color: var(--ha-hihlight);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 70%;
}

.paralax-bg.animate-div-fade-scroll.ha2 {
  height: 100%;
}

.paralax-left-wrapper {
  width: 0%;
  height: 100%;
  position: relative;
}

.parlalax-left-img {
  background-image: url('../images/phone-left-screen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 11em;
  height: 100%;
  transition: opacity .2s;
  position: relative;
  top: -1.7em;
  left: -21.3em;
}

.parlalax-left-img.is-branding {
  background-image: url('../images/left-illustration.png');
  width: 13em;
  top: -6.6em;
  left: -22.1em;
}

.parlalax-left-img.is-branding.animate-div-fade-scroll {
  background-image: url('../images/left-illustration.png');
  top: -5.6em;
}

.parlalax-left-img.is-website {
  background-image: url('../images/laptop-left-screen.png');
  width: 16em;
  top: -.2em;
  left: -26.7em;
}

.parlalax-left-img.is-website.animate-div-fade-scroll {
  background-image: url('../images/laptop-left-screen.png');
  height: 50%;
  top: 7.6em;
  left: -24.4em;
}

.parlalax-left-img.animate-div-fade-scroll {
  background-image: url('../images/phone-left-screen_1.png');
}

.parlalax-left-img.animate-div-fade-scroll.ha1 {
  z-index: 45;
  background-image: url('../images/ha-1.png');
  width: 21em;
  transition-property: none;
  top: .5em;
  left: -58em;
}

.parlalax-left-img.animate-div-fade-scroll.ha6 {
  background-image: url('../images/ha-pin.png');
  width: 14em;
  height: 40%;
  transition-property: none;
  top: 6.2em;
  left: -19em;
  transform: rotate(-28deg);
}

.parlalax-left-img.animate-div-fade-scroll.pm {
  background-image: url('../images/left-tablet-screen.png');
  height: 55%;
  top: 4.3em;
}

.parlalax-left-img.animate-div-fade-scroll.pm-hiden {
  display: none;
}

.paralax-center-wrapper {
  width: 0%;
  height: 100%;
  position: relative;
}

.paralax-center-image {
  z-index: 9999;
  background-image: url('../images/phone.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16em;
  height: 100%;
  transition: opacity .2s;
  position: relative;
  left: -18.1em;
}

.paralax-center-image.is-branding {
  background-image: url('../images/sn-ampule_1.png');
  width: 19em;
  left: -18.5em;
}

.paralax-center-image.is-branding.animate-div-fade-scroll {
  background-image: url('../images/sn-ampule_1.png');
  top: 7em;
}

.paralax-center-image.is-website {
  background-image: url('../images/laptop.png');
  left: -17.4em;
}

.paralax-center-image.is-website.animate-div-fade-scroll {
  background-image: url('../images/laptop.png');
}

.paralax-center-image.animate-div-fade-scroll {
  background-image: url('../images/sn-phone.png');
  background-size: contain;
  height: 55%;
  top: 6.9em;
}

.paralax-center-image.animate-div-fade-scroll.ha2 {
  z-index: 2;
  background-image: url('../images/ha-2.png');
  width: 30em;
  height: 120%;
  top: 0;
  left: -44.7em;
}

.paralax-center-image.animate-div-fade-scroll.ha-5 {
  background-image: url('../images/ha-key0.5x.png');
  width: 13em;
  transition-property: none;
  top: 79px;
  left: -9.3em;
  transform: rotate(28deg);
}

.paralax-center-image.animate-div-fade-scroll.pm {
  background-image: url('../images/tablet-middle.png');
}

.paralax-center-image.animate-div-fade-scroll.pm-desktop {
  background-image: url('../images/pm-desktop.png');
  width: 19em;
}

.paralax-right-wrapper {
  width: 0%;
  height: 100%;
  position: relative;
}

.paralax-right-wrapper.is-hiden {
  display: none;
}

.paralax-right-img {
  z-index: 0;
  background-image: url('../images/phone-right-screen.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13em;
  height: 100%;
  transition: opacity .2s;
  position: relative;
  top: 4.1em;
  left: -9.7em;
}

.paralax-right-img.is-branding {
  background-image: url('../images/right-packaging.png');
  width: 15em;
  top: 6.5em;
}

.paralax-right-img.is-branding.animate-div-fade-scroll {
  background-image: url('../images/right-packaging.png');
  top: 7.8em;
}

.paralax-right-img.is-website {
  background-image: url('../images/laptop-right-screen.png');
  top: .9em;
  left: -8em;
}

.paralax-right-img.is-website.animate-div-fade-scroll {
  background-image: url('../images/laptop-right-screen.png');
}

.paralax-right-img.is-website.animate-div-fade-scroll.sn3 {
  height: 50%;
  top: 7.6em;
}

.paralax-right-img.animate-div-fade-scroll {
  background-image: url('../images/phone-right-screen_1.png');
  width: 13em;
}

.paralax-right-img.animate-div-fade-scroll.ha3 {
  background-image: url('../images/ha-3.png');
  width: 23em;
  top: 2.9em;
  left: -24.4em;
}

.paralax-right-img.animate-div-fade-scroll.pm {
  background-image: url('../images/right-tablet-screen.png');
  width: 9em;
  height: 55%;
  top: 9.5em;
  left: -7.8em;
}

.paralax-right-img.animate-div-fade-scroll.pm-hiden {
  display: none;
}

.phone-block {
  background-color: #e8402d;
  width: 30%;
  height: 100%;
  transition: flex-grow .2s;
}

.phone-block.ha {
  background-color: var(--ha-hihlight);
}

.phone-block.pm {
  background-color: #1d40b2;
}

.horizontal-fill {
  background-color: #155d35;
  width: 30%;
  height: 100%;
}

.section-with-paralax-wrapper {
  grid-column-gap: 7.223em;
  grid-row-gap: 7.223em;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-with-paralax-wrapper.is-tablet, .phase-div.animate-div-fade-scroll._1, .phase-div.animate-div-fade-scroll._2, .phase-div.animate-div-fade-scroll._3, .phase-div.animate-div-fade-scroll._4 {
  display: none;
}

.hero-paralax-wrapper {
  width: 100%;
  height: 20em;
  display: block;
  overflow: hidden;
}

.hero-paralax-container {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-parralax-bg {
  background-color: #297d4c;
  width: 100%;
  height: 77%;
}

.hero-parralax-bg.animate-div-fade-scroll.ha {
  background-color: #be955a;
}

.hero-parralax-bg.animate-div-fade-scroll.pm {
  background-color: #1d40b2;
}

.hero-paralax-image-container {
  width: 0%;
  height: 100%;
  position: relative;
}

.hero-paralax-image {
  background-image: url('../images/sn-hero-product.png');
  background-position: 50% 0;
  background-size: cover;
  width: 44em;
  height: 27em;
  position: relative;
  left: -52.7em;
}

.hero-paralax-image.animate-div-fade-scroll.ha {
  background-image: url('../images/ha-intro-img-v2.png');
  width: 58em;
  left: -58.5em;
}

.hero-paralax-image.animate-div-fade-scroll.pm {
  background-image: url('../images/pm-intro.png');
  width: 55em;
  left: -58em;
}

.illustration-img {
  width: 8em;
  height: 8em;
}

.illustration-img._1 {
  background-image: url('../images/3.png');
  background-position: 50%;
  background-size: contain;
}

.illustration-img._2 {
  background-image: url('../images/2.png');
  background-position: 0 0;
  background-size: contain;
}

.illustration-img._3 {
  background-image: url('../images/1.png');
  background-position: 0 0;
  background-size: cover;
}

.mobile-title, .mobile-timeline, .tablet-timeline {
  display: none;
}

.desktop-timeline {
  width: 100%;
  height: 17em;
  display: flex;
}

.desktop-time {
  width: 25%;
  height: 17em;
  padding-bottom: 0;
}

.desktop-time.animate-div-fade-scroll._1 {
  background-image: url('../images/phase-1-desktop.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.desktop-time.animate-div-fade-scroll._1.ha {
  background-image: url('../images/ha-phase-1-desktop.svg');
}

.desktop-time.animate-div-fade-scroll._1.pm {
  background-image: url('../images/pm-phase-1-desktop.svg');
}

.desktop-time.animate-div-fade-scroll._2 {
  background-image: url('../images/phase-2-desktop.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.desktop-time.animate-div-fade-scroll._2.ha {
  background-image: url('../images/ha-phase-2-desktop.svg');
}

.desktop-time.animate-div-fade-scroll._2.pm {
  background-image: url('../images/pm-phase-2-desktop.svg');
}

.desktop-time.animate-div-fade-scroll._3 {
  background-image: url('../images/phase-3-desktop.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.desktop-time.animate-div-fade-scroll._3.ha {
  background-image: url('../images/ha-phase-3-desktop.svg');
}

.desktop-time.animate-div-fade-scroll._3.pm {
  background-image: url('../images/pm-phase-3-desktop.svg');
}

.desktop-time.animate-div-fade-scroll._4 {
  background-image: url('../images/phase-4-desktop.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.desktop-time.animate-div-fade-scroll._4.ha {
  background-image: url('../images/ha-phase-4-desktop.svg');
}

.desktop-time.animate-div-fade-scroll._4.pm {
  background-image: url('../images/pm-phase-4-desktop.svg');
}

.cube-image-mobile._1, .cube-image-mobile._2, .cube-image-mobile._3, .cube-image-mobile.ux.animate-div-fade-scroll, .cube-image-mobile.motion.animate-div-fade-scroll, .cube-image-mobile.animate-div-fade-scroll {
  display: none;
}

.code-embed {
  width: auto;
  height: auto;
}

.link-block-4, .link-block-5, .link-block-6, .be, .link-block-7, .link-block-8, .link-block-9, .link-block-10, .link-block-11, .link-block-12 {
  font-size: 1em;
}

.legal-paragraph {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  display: flex;
}

.pattern {
  width: 100%;
  height: 6em;
  display: flex;
}

.footer-container-2-col {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.social-wrapper {
  border: 3px solid var(--light);
  justify-content: flex-start;
  align-items: center;
  height: 5em;
  display: flex;
}

.link-4 {
  font-size: 1em;
}

.success-message {
  background-color: var(--transparent);
  height: 100%;
  padding: 2em;
  font-family: Poppins, Arial, sans-serif;
}

.text-block-8 {
  text-transform: none;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.text-block-8._1 {
  letter-spacing: .01em;
  margin-bottom: 1em;
  font-size: 2em;
}

.text-block-8._2 {
  letter-spacing: .01em;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .text-block {
    padding-left: 177px;
  }

  .text-block.section-title {
    padding-left: 0;
  }

  .text-block.section-title.menu-title, .text-block.section-title.menu-title.type-eyebrow {
    font-size: .8rem;
  }

  .text-block.source {
    padding-left: 0;
  }

  .paragraph {
    padding-left: 177px;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph.text-slider {
    padding-left: 0;
  }

  .text-span-2 {
    font-size: .5em;
    line-height: .5em;
  }

  .section_warper, .section_warper.full-height-mobile.case-studies.is-desktop {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .section_warper.full-height-mobile.services.is-desktop {
    height: 100svh;
    max-height: 100svh;
  }

  .section_warper.spn-hero {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .section_warper.snv1 {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .section_warper.hero-cube.hero-section.is-desktop {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    padding: 0;
  }

  .section_warper.way-of-working.is-desktop {
    justify-content: center;
    align-items: center;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .section_warper.about-me {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    padding: 0 0 6.718em;
  }

  .section_warper.about-me.is-mobile {
    grid-column-gap: 7.223em;
    grid-row-gap: 7.223em;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 100svh;
    max-height: 100svh;
    display: flex;
  }

  .section_warper.about-me.is-desktop {
    flex-flow: column;
    height: 100svh;
    max-height: 100svh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section_warper.numbers-section.is-desktop {
    justify-content: center;
    align-items: center;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .section_warper.testimonial.is-desktop, .section_warper.eveolve-the-brand.spn {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .section_warper.timeline {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svw;
  }

  .section_warper.footer.is-desktop {
    background-image: url('../images/gm-footer-2px.svg');
    background-position: 50% 100%;
    background-size: contain;
    justify-content: center;
    align-items: center;
  }

  .section_warper.sn-v1 {
    flex-flow: column;
    justify-content: space-around;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .section_warper.sn-v1.tablet-fix {
    justify-content: space-around;
  }

  .section_warper.contact {
    flex-flow: column;
    height: auto;
    min-height: 0;
    max-height: none;
    display: flex;
  }

  .section_warper.service-4 {
    height: 100svh;
  }

  .section_warper.service-fix {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section_warper.no-gap {
    flex-flow: column;
  }

  .main_div_warper.full-height.case-study {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: space-around;
    height: 75%;
  }

  .main_div_warper.full-height.services {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: space-between;
    height: 75%;
  }

  .main_div_warper.full-height.services.is-desktop {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    justify-content: space-between;
    height: auto;
  }

  .main_div_warper._2-col {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main_div_warper._2-col.objectives {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }

  .main_div_warper.about-section {
    grid-column-gap: 7.223em;
    grid-row-gap: 7.223em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-left: 3.359em;
    padding-right: 3.359em;
    position: relative;
  }

  .main_div_warper.about-section.mobile {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main_div_warper.numbers {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    height: auto;
  }

  .main_div_warper.main-hero {
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
  }

  .main_div_warper.sn-audit {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .main_div_warper.snv1desing {
    flex-flow: column;
  }

  .main_div_warper.footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    height: 100%;
  }

  .main_div_warper.contact-form {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .main_div_warper.service-3._2-col {
    justify-content: space-between;
    align-items: center;
  }

  .main_div_warper.service-3._2-col._3d-cube {
    height: auto;
  }

  .main_div_warper.service-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    height: 100%;
  }

  .main_div_warper.srvice-5 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .main_div_warper.service-6 {
    background-position: 50%, 50%;
  }

  .main_div_warper.service-6.is-mobile {
    background-image: none;
    display: flex;
  }

  .main_div_warper.service-6.is-desktop {
    display: none;
  }

  .main_div_warper._2col-service-fix {
    flex-flow: column;
  }

  .main_div_warper._2col-service-fix.v1 {
    display: block;
  }

  .main_div_warper._2col-service-fix.v2 {
    display: none;
  }

  .main_div_warper.fix {
    height: auto;
  }

  .main_div_warper.wrong-fix {
    justify-content: space-around;
    height: 70%;
  }

  .leftside_warper {
    justify-content: center;
    align-items: center;
    width: 9em;
    min-width: 0;
    max-width: none;
    display: flex;
    overflow: hidden;
  }

  .leftside_warper.is-right {
    width: 9em;
    min-width: 0;
    max-width: none;
    display: block;
  }

  .leftside_warper.spn-hero {
    width: 9em;
    min-width: 0;
    max-width: none;
  }

  .leftside_warper.is-hidden {
    display: block;
  }

  .leftside_warper.about-me {
    height: 100%;
    display: flex;
  }

  .leftside_warper.desktop {
    display: none;
  }

  .leftside_warper.is-hideen {
    display: block;
  }

  .div-block-7 {
    width: 13em;
  }

  .div-block-7.simple-logo {
    width: 9.7em;
  }

  .pattern-wrapper {
    width: 13em;
  }

  .pattern-wrapper.menu.tablet {
    width: 25em;
  }

  .black-pattern-fill {
    background-size: contain;
  }

  .paragraph-3.is-desktop.is-black {
    width: 100%;
    font-size: 1rem;
  }

  .paragraph-3.is-desktop.is-black.intro.animate-div-fade-scroll {
    display: block;
  }

  .paragraph-3.is-desktop.is-black.intro.animate-div-fade-scroll.is-tablet {
    width: 100%;
    display: block;
  }

  .paragraph-3.is-desktop.is-black.intro.animate-div-fade-scroll.is-hiden {
    display: none;
  }

  .paragraph-3.is-desktop.is-black.animate-div-fade-hero.spn-hero-text {
    width: 100%;
    font-size: 1rem;
  }

  .paragraph-3.is-desktop.is-black.animate-div-fade-hero.spn-hero-text.is-hiden {
    display: none;
  }

  .paragraph-3.is-desktop.is-black.animate-div-fade-hero.spn-hero-text.is-tablet {
    display: block;
  }

  .paragraph-3.is-desktop.is-black.contact {
    width: auto;
    display: none;
  }

  .paragraph-3.is-desktop.is-black.contact.is-mobile {
    display: block;
  }

  .paragraph-3.is-desktop.is-black.slider {
    text-align: left;
    width: 100%;
    line-height: 1.2;
  }

  .paragraph-3.is-desktop.is-black.slider.exception {
    width: 120%;
  }

  .paragraph-3.is-desktop.is-black.slider.identity-fix {
    width: 79%;
  }

  .paragraph-3.is-desktop.is-black.animate-div-fade-scroll.is-hiden {
    display: none;
  }

  .paragraph-3.is-desktop.is-black.animate-div-fade-scroll.is-tablet {
    width: 50%;
    display: none;
  }

  .heading-3 {
    font-size: 7em;
  }

  .heading-3.h1 {
    max-width: none;
    font-size: 7em;
  }

  .content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .is-white {
    font-size: 1rem;
  }

  .is-white.type-display {
    padding-top: .12em;
    line-height: 1;
    overflow: visible;
  }

  .reel-wrapper {
    width: 30%;
    height: 14em;
  }

  .menu-container.is-desktop {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-right: 6.718em;
    display: flex;
  }

  .menu-container.is-tablet {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    padding-right: 10em;
    display: flex;
  }

  .menu-container.is-mobile {
    flex: 0 auto;
    display: none;
  }

  .menu-items-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .menu-items {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  ._1st-row.menu, ._2nd-row.menu {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
  }

  .menu-content-wrapper {
    flex-flow: column;
  }

  .social-icons-wrapper.tablet {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .social-icons-wrapper.is-desktop {
    justify-content: space-between;
    height: 50%;
    display: none;
  }

  .social-icons-wrapper.is-tablet {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    margin-top: 5em;
    display: flex;
  }

  .lega-links-wrapper {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  ._3rd-row {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
  }

  .legal-links-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-top: 1rem;
  }

  .social-icon.dribble {
    width: 6em;
    height: 6em;
  }

  .social-icon.dribble.is-tablet {
    width: 5em;
    height: 5em;
  }

  .social-icon.linkedin {
    width: 6em;
    height: 6em;
  }

  .social-icon.linkedin.is-tablet {
    width: 5em;
    height: 5em;
  }

  .social-icon.insta {
    width: 6em;
    height: 6em;
  }

  .social-icon.insta.is-tablet {
    background-repeat: no-repeat;
    width: 5em;
    height: 5em;
  }

  .social-icon.behance {
    width: 6em;
    height: 6em;
  }

  .social-icon.behance.is-tablet {
    width: 5em;
    height: 5em;
  }

  .social-icon.x {
    width: 6em;
    height: 6em;
  }

  .social-icon.x.is-tablet {
    width: 5em;
    height: 5em;
  }

  .link {
    font-size: .8rem;
  }

  .gm-container {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .gm-container.is-hiden {
    display: none;
  }

  .menu-items-wrapper-tablet {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .menu-content-wrapper-tablet {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
    height: auto;
    display: flex;
  }

  .menu-items-tablet {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  ._1st-col-tablet, ._2nd-col-tablet {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    display: flex;
  }

  .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11 {
    font-size: 10em;
  }

  ._2-col-text {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  ._1st-col-text.sn-hero {
    width: 100%;
  }

  ._1st-col-text.supernaturals {
    width: auto;
  }

  ._2nd-col-text {
    padding-top: 2em;
  }

  ._2nd-col-text.spn-1 {
    width: 100%;
    margin-top: 0;
  }

  ._2nd-col-text.spn-1.vertical, ._2nd-col-text.spn-1.vertical.branding {
    width: 100%;
  }

  ._2nd-col-text.spn-1.margin-fix {
    margin-top: -7em;
  }

  ._2nd-col-text.labels {
    width: 100%;
  }

  ._1st-line-role._2nd-line {
    word-break: keep-all;
    border-bottom-width: 2px;
    justify-content: center;
    align-items: center;
    padding: 1em;
    display: flex;
  }

  ._1st-line-role._2nd-line._3rd {
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 0;
    width: 100%;
  }

  ._1st-line-role._2nd-line._3rd.ha.line-fix {
    border-top-width: 2px;
  }

  ._1st-line-role._2nd-line._2nd {
    border-bottom-width: 2px;
  }

  ._1st-line-role._2nd-line._4th {
    display: none;
  }

  .text-block-3 {
    font-size: .7rem;
  }

  ._2nd-line {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .sn-title-container {
    height: auto;
  }

  .sn-title-container.fixed-height {
    height: 17em;
  }

  .canvas-wrapper.testimonial.red {
    height: 75vh;
  }

  .canvas-wrapper.logos {
    height: 25vh;
  }

  .hero-line.hero-state-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .hero-line.hero-state-1.is-desktop, .hero-line.hero-state-1.is-mobile {
    display: none;
  }

  .hero-line.hero-state-1.is-tablet {
    display: block;
  }

  .hero-line.hero-state-2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    padding-top: 2.14vw;
  }

  .hero-text-1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .hero-text-1.animate-div-hero.wipe-dark {
    width: 100%;
  }

  .hero-text-1.animate-div-hero.wipe-dark.gm-glitch, .hero-text-1.animate-div-hero.wipe-dark.gm-glitch.is-subtle {
    height: 100%;
  }

  .hero-text-1.animate-div-hero.wipe-dark.gm-glitch._2nd {
    position: relative;
    top: -2.5em;
  }

  .hero-text-1.animate-div-scroll.wipe-dark {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-text-1.animate-div-scroll.wipe-dark._2nd {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    top: -2.7vw;
  }

  .hero-text-1.animate-div-scroll.wipe-dark.service-fix {
    flex-flow: column;
  }

  .hero-text-1.animate-div-scroll.wipe-red.cs {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .hero-text-1.animate-div-scroll.service-fix {
    flex-flow: column;
  }

  .hero-text-pattern {
    background-size: 1510%;
    border-top-style: none;
    border-top-width: .6em;
    border-bottom-style: none;
    border-bottom-width: 2em;
    height: 100%;
  }

  .hero-text-pattern.service {
    background-size: 100%;
    border-top-width: 1.7em;
    border-bottom-width: 1.7em;
  }

  .hero-text-pattern._2nd {
    border-bottom-width: 2em;
  }

  .hero-secondary-content.cube-el {
    width: 100%;
  }

  .hero-secondary-content.cube-el.animate-div-fade-hero {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .hero-secondary-content.animate-div-fade-hero {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    margin-top: 0;
  }

  .heading-13 {
    font-size: 1em;
  }

  .cube-container.animate-div-fade-hero.gm-glitch-hover {
    height: 0;
    position: relative;
    bottom: auto;
  }

  .cube.cube-el.cube-closed.gm-glitch-hover {
    inset: -30em auto auto;
  }

  .pattern-container {
    border-top: 0em solid var(--brand);
    border-bottom: 0px none var(--brand);
  }

  .pattern-container._1st-line {
    object-fit: fill;
    border-bottom-width: 0;
    flex: 1;
    justify-content: center;
    align-items: stretch;
    width: auto;
    display: block;
    overflow: hidden;
  }

  .pattern-container._1st-line.is-hiden {
    display: none;
  }

  .pattern-container._1st-line.tablet-stroke-fix {
    border-top-width: .8em;
    border-bottom-style: solid;
    border-bottom-width: 3em;
  }

  .pattern-container._1st-line.stroke-fix {
    border-bottom: 3em solid var(--light);
    border-top-width: .8em;
    border-top-color: var(--light);
  }

  .pattern-container._1st-line.stroke-fix.is-hiden, .pattern-container._1st-line.stroke-fix.is-hiden.ux {
    display: block;
  }

  .section-content {
    grid-column-gap: 7.223em;
    grid-row-gap: 7.223em;
    justify-content: center;
    align-items: flex-end;
    padding: 3.359em 3.359em 6.718em;
  }

  .logo-wordmark-dark {
    background-position: 50%;
    height: 9em;
  }

  .nav-dot-wrapoper {
    justify-content: center;
    align-items: flex-end;
  }

  .case-image-big.sn {
    width: auto;
  }

  .case-image-big.sn.fix {
    width: 100%;
    height: 18em;
  }

  .cs-container {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }

  .secondary-content.animate-div-fade-scroll.service-fix {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .secondary-content.animate-div-fade-scroll.service-fix.is-tablet.tabblet-padding {
    margin-top: -4em;
  }

  .secondary-content.animate-div-fade-scroll.service-fix.is-desktop {
    display: none;
  }

  .secondary-content.animate-div-scroll.wipe-green {
    justify-content: space-between;
    align-items: center;
  }

  .secondary-content.animate-div-scroll.wipe-green.system-in-action {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .secondary-content.animate-div-scroll.wipe-gold.is-hiden {
    display: none;
  }

  .main-cta {
    width: 24em;
    height: 24em;
    position: fixed;
    bottom: 47vh;
  }

  .main-content-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-end;
    align-items: center;
  }

  .title-wrapper.design {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .secondary-content-wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
  }

  .system {
    width: 100%;
  }

  .cd-wraper.is-desktop {
    justify-content: center;
    align-items: flex-end;
    height: auto;
    display: flex;
    position: static;
  }

  .cd-low-poly.model-canvas-s6.animate-div-fade-scroll {
    display: none;
  }

  ._3d-model-wrapper {
    flex: auto;
    width: 100%;
    height: 50%;
    display: flex;
    position: static;
  }

  .type-display {
    font-size: 13em;
    line-height: 1;
  }

  .type-display.animate-text-scroll.wipe-white.is-white {
    padding-top: 0;
    line-height: 1;
  }

  .type-display.animate-text-scroll.wipe-white.is-white.is-hiden.tablet-spacing-fix {
    margin-top: -.16em;
  }

  .type-display.animate-text-scroll.wipe-green {
    line-height: 1;
  }

  .type-display.animate-text-scroll.wipe-dark {
    word-break: keep-all;
    line-height: 1;
  }

  .type-display.animate-text-scroll.wipe-dark.is-tablet {
    line-height: 1;
    display: block;
    overflow: visible;
  }

  .type-display.animate-text-scroll.wipe-dark.is-tablet.mobile-numbers.backup {
    display: none;
  }

  .type-display.animate-text-scroll.wipe-dark.is-tablet.mobile-numbers.tablet-spacing-fix {
    margin-top: -.16em;
  }

  .type-display.animate-text-scroll.wipe-dark.is-desktop, .type-display.animate-text-scroll.wipe-dark.is-desktop.is-hiden, .type-display.animate-text-scroll.wipe-gold.mobile {
    display: none;
  }

  .type-display.animate-text-scroll.wipe-red {
    line-height: 1;
  }

  .type-display.animate-text-scroll.wipe-red.is-desktop.is-hiden, .type-display.animate-text-scroll.wipe-red.is-desktop.numbers-hiden, .type-display.animate-text-scroll.wipe-cobalt.ismobile {
    display: none;
  }

  .type-display.is-white {
    font-size: 13em;
  }

  .type-display.is-white.fix-height {
    padding-top: 0;
    line-height: .9;
  }

  .type-display.is-white.fix-height.is-desktop {
    line-height: 1;
  }

  .type-display.is-white.animate-text-scroll.wipe-white {
    word-break: break-all;
    line-height: 1;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.no-break {
    white-space: nowrap;
    word-break: keep-all;
    line-height: 1;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.is-desktop {
    display: none;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.is-mobile {
    display: block;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.is-mobile-1st-line, .type-display.is-white.animate-text-scroll.wipe-white.is-mobile-2nd-line {
    display: none;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.is-tablet {
    display: block;
  }

  .type-display.wipe-dark.is-black.fixed-height {
    line-height: .8;
  }

  .type-display.wipe-dark.is-black.fixed-height.full-testimonial.animate-text-scroll {
    color: var(--full-black);
  }

  .type-display.wipe-dark.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh {
    color: var(--light);
  }

  .type-display.service {
    line-height: .9;
  }

  .type-display.cs-hero.animate-text-hero.wipe-gold {
    word-break: normal;
  }

  .type-display.cs-hero.animate-text-hero.wipe-gold.is-desktop {
    display: none;
  }

  .type-display.cs-hero.animate-text-hero.wipe-gold.is-mobile {
    font-family: Morganite, Impact, sans-serif;
    font-weight: 300;
    line-height: 1;
    display: block;
  }

  .type-display.cs-hero.animate-text-hero.is-desktop.wipe-green, .type-display.cs-hero.animate-text-hero.is-desktop.wipe-cobalt {
    display: none;
  }

  .type-display.cs-hero.animate-text-hero.wipe-green.is-mobile {
    line-height: 1;
    display: none;
  }

  .type-display.cs-hero.animate-text-hero.wipe-green.is-tablet {
    line-height: 1;
    display: block;
  }

  .type-display.is-black.animate-text-scroll.wipe-dark {
    line-height: .9;
  }

  .type-display.is-black.animate-text-scroll.wipe-dark.smaller.name.is-desktop.tablet {
    line-height: 1;
    display: block;
  }

  .type-display.is-black.animate-text-scroll.wipe-dark.smaller.name.is-mobile {
    display: none;
  }

  .type-display.is-black.contact {
    font-size: 24em;
  }

  .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white {
    white-space: normal;
    word-break: break-all;
    line-height: 1;
  }

  .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white.is-mobile, .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white.is-desktop {
    display: none;
  }

  .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white.is-tablet {
    display: block;
  }

  .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white.is-tablet.tablet-spacing-fix {
    margin-top: -.16em;
  }

  .type-display.vertical.animate-text-scroll.wipe-green {
    word-break: break-all;
    line-height: 1;
  }

  .type-display.vertical.animate-text-scroll.wipe-green.is-desktop {
    display: none;
  }

  .type-display.vertical.animate-text-scroll.wipe-green.is-tablet {
    display: block;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover {
    line-height: 1;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding._1 {
    font-size: 42.3em;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding._1.ux {
    font-size: 32.8em;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding._1.mo {
    font-size: 56.5em;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding._2 {
    font-size: 80em;
    line-height: 1;
    top: -.25em;
  }

  .type-display.is-right-aliggneed {
    line-height: 1;
  }

  .type-display.service-title {
    font-size: 13em;
  }

  .type-display.fix-height {
    line-height: .8;
  }

  .type-subhead.deliverables.is-dark.animate-div-fade-scroll {
    margin-top: -.4em;
    padding-left: .1em;
    font-size: 13em;
    line-height: .8;
    top: -.3em;
    left: 0;
  }

  .type-subhead.art-director {
    font-size: 13em;
  }

  .type-subhead.testimonial-name.is-white {
    font-size: 13em;
    line-height: .4;
  }

  .type-subhead.testimonial-name.is-white.is-red {
    color: var(--brand);
    margin-top: -.5em;
    margin-bottom: 0;
    font-size: 13em;
    line-height: 1;
  }

  .type-subhead.sp-me {
    font-size: 5rem;
  }

  .type-subhead.sp-me.is-white.brand.contact {
    font-size: 13.1rem;
    line-height: .8;
    top: .2em;
  }

  .type-subhead.sp-me.animate-div-fade-scroll {
    margin-top: -.6em;
    font-size: 13em;
  }

  .type-subhead.sp-me.animate-div-fade-scroll.is-orange {
    color: #e7402d;
  }

  .type-subhead.system {
    margin-top: -.6em;
    font-size: 5rem;
  }

  .type-subhead.system.animate-div-fade-scroll {
    font-size: 13em;
  }

  .type-subhead.build {
    margin-top: -6vw;
    margin-left: 1vw;
    font-family: GeorgiaBallpark Script DEM;
    font-size: 13em;
  }

  .type-subhead.service-3.animate-div-fade-scroll {
    margin-top: -.5em;
    margin-bottom: 0;
    font-size: 13em;
    line-height: .8;
  }

  .type-subhead.srvice-4.animate-div-fade-scroll {
    margin-top: -.5em;
    font-size: 13em;
    line-height: .9;
  }

  .type-subhead.srvice-4.animate-div-fade-scroll.motion-fix {
    margin-top: -.5em;
  }

  .type-subhead.cta {
    color: var(--light);
    margin-top: -42px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 13px;
    font-size: 13em;
    line-height: 1;
    top: -.2em;
    left: 0;
  }

  .type-subhead.cta.animate-div-fade-scroll.footer {
    font-size: 13em;
  }

  .type-feature {
    font-size: 3em;
  }

  .type-feature.fact.wipe-dark {
    font-size: 1rem;
  }

  .type-feature.fact.wipe-dark.title {
    font-size: 3em;
  }

  .type-feature.fact.light, .type-feature.fact.is-light {
    color: var(--light);
    display: block;
  }

  .type-feature.is-black.is-centered.is-tablet {
    order: -9999;
    font-size: 6em;
    display: block;
  }

  .type-feature.is-black.is-centered.is-hiden {
    display: none;
  }

  .type-eyebrow {
    font-size: 1rem;
    line-height: 1;
  }

  .type-eyebrow.is-white {
    font-size: 1rem;
  }

  .type-eyebrow.is-white.smaller {
    font-size: .6rem;
  }

  .type-eyebrow.is-white.smaller.stroke {
    justify-content: center;
    align-items: stretch;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    font-size: .4rem;
  }

  .type-eyebrow.is-black.is-hiden {
    display: none;
  }

  .type-eyebrow.animate-div-fade-scroll {
    margin-bottom: 1em;
  }

  .type-eyebrow.animate-div-fade-scroll.is-black {
    font-size: 1rem;
  }

  .type-eyebrow.branding.animate-div-fade-hero {
    margin-bottom: 0;
  }

  .type-body {
    width: 100%;
    font-size: 1rem;
  }

  .type-body.is-dark {
    font-size: 1rem;
    display: block;
  }

  .type-body.is-dark.sn-long-text {
    font-size: .8rem;
  }

  .type-body.is-dark.is-hiden, .type-body.is-dark.is-desktop {
    display: none;
  }

  .type-body.is-dark.is-centered {
    text-align: left;
  }

  .type-body.reference {
    width: 90%;
    font-size: .8rem;
  }

  .type-body.reference.side-text {
    font-size: .5rem;
    display: none;
  }

  .type-body.reference.side-text.is-white {
    font-size: .5rem;
  }

  .type-body.reference.is-desktop {
    display: none;
  }

  .type-body.reference.is-tablet {
    width: 100%;
    margin-top: 1em;
    display: block;
  }

  .type-body.reference.is-mobile {
    display: none;
  }

  .type-body.about-me {
    width: 100%;
  }

  .type-body.about-me.animate-div-fade-scroll.is-desktop {
    display: none;
  }

  .type-body.about-me.animate-div-fade-scroll.is-tablet {
    display: block;
  }

  .type-body.testimonial {
    margin-top: 0;
  }

  .type-body.testimonial.is-desktop {
    display: none;
  }

  .type-body.evolve {
    width: 100%;
  }

  .type-body.system {
    width: 100%;
    font-size: 1rem;
  }

  .type-body.padding.padding-fix {
    width: 90%;
  }

  .type-body.padding.pading-fix-2 {
    width: 85%;
  }

  .type-body.padding._1 {
    width: 90%;
  }

  .type-body.fix {
    width: auto;
  }

  .type-body.fix.is-hiden {
    display: none;
  }

  .heading-31.is-desktop {
    text-align: right;
    width: 100%;
    font-size: 13em;
  }

  .heading-31.is-desktop.cs, .heading-31.is-desktop.cs.sn.animate-div-fade-hero.is-hiden {
    display: none;
  }

  .heading-31.is-desktop.cs.sn.animate-div-fade-hero.left-align {
    text-align: left;
  }

  .heading-31.is-desktop.cs.sn.animate-div-fade-hero.left-align.hero {
    top: -.1em;
  }

  .heading-31.is-desktop.cs.sn.animate-div-fade-hero.left-align.hero.is-gold {
    display: none;
  }

  .heading-31.is-desktop.cs.height-fix {
    text-align: left;
    line-height: 1;
    display: block;
    top: -.5em;
  }

  .heading-31.is-desktop.cs.height-fix.ha {
    color: var(--ha-hihlight);
  }

  .heading-31.is-desktop.cs.is-orange, .heading-31.is-desktop.pm {
    display: none;
  }

  .heading-31.is-desktop.is-red.fix {
    font-size: 13em;
  }

  .heading-31.is-desktop.is-red.fix.deliverables-fix {
    padding-left: .2em;
    font-size: 17.7em;
    position: relative;
    top: -.3em;
  }

  .heading-31.is-desktop.is-red.fix.deliverables-fix.animate-div-fade-scroll {
    text-align: center;
    font-size: 16em;
    line-height: 1;
    top: -.5em;
  }

  .heading-31.is-desktop.is-red.fix.deliverables-fix.animate-div-fade-scroll.ux-fix, .heading-31.is-desktop.is-red.fix.deliverables-fix.animate-div-fade-scroll.centered {
    text-align: center;
    line-height: 1;
    top: -.5em;
  }

  .heading-31.is-desktop.animate-div-fade-scroll {
    font-size: 10em;
    line-height: 1;
  }

  .heading-31.is-desktop.animate-div-fade-scroll.ha {
    color: var(--ha-hihlight);
  }

  .heading-31.is-desktop.services {
    width: auto;
    font-size: 10em;
  }

  .heading-31.is-mobile {
    display: none;
  }

  .heading-31.is-mobile.ha {
    font-size: 9em;
    display: block;
  }

  .heading-31.is-mobile.ha.bigger {
    display: none;
  }

  .hero-text-wrappper, .hero-text-wrappper.animate-div-fade-scroll.hero.tablet-fix {
    width: 100%;
  }

  .case-study-text-wrapper {
    width: 180%;
  }

  .case-study-text-wrapper.sn-long-texxt {
    width: 100%;
  }

  .case-study-text-wrapper.sn-long-texxt.sn-v2 {
    width: 62%;
  }

  .case-study-text-wrapper.sn-long-texxt.sn-v2.system {
    width: 100%;
  }

  .case-study-text-wrapper.sn-long-texxt.v1-design {
    width: 180%;
  }

  .case-study-text-wrapper.sn-long-texxt.tablet-fix {
    width: 140%;
  }

  .case-study-text-wrapper.timeline {
    width: 80%;
  }

  .case-study-text-wrapper.timeline.is-hiden {
    display: none;
  }

  .case-study-text-wrapper.service-fix {
    width: 100%;
  }

  .case-study-text-wrapper.animate-div-fade-scroll.case-study.tablet-fix {
    width: 90%;
  }

  .case-study-text-wrapper.is-service {
    width: 50%;
  }

  .case-study-text-wrapper.ha-fix {
    width: 100%;
  }

  .numbers-pattern-wrapper {
    height: 12em;
  }

  .numbers-pattern-wrapper.numbers {
    height: 9em;
  }

  .numbers-pattern-wrapper.numbers.no-stroke.animate-div-fade-scroll.padding {
    margin-bottom: 4em;
  }

  .numbers-facts-slider, .numbers-facts-slider.sn-audit {
    width: 100%;
  }

  .fact._1, .fact._2, .fact._3 {
    flex-flow: column;
    display: flex;
  }

  .fact.sn {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fact-loader {
    margin-top: 1.5em;
  }

  .fact-loader.red {
    height: .4em;
    margin-top: 2rem;
  }

  .secondary-content-numbers.home-page {
    flex-flow: column;
  }

  .cta-numbers {
    width: 20em;
    height: 20em;
    position: absolute;
    top: 53em;
    left: 45.4em;
  }

  .cta-numbers.desktop {
    display: none;
  }

  .cta-numbers.mobile {
    display: block;
  }

  .services-wrapper {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: space-between;
  }

  .service-container.animate-div-scroll.wipe-red {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .cd-badge.experience.mob {
    width: 25em;
    height: 25em;
    top: -.8vh;
    left: 45.7vw;
  }

  .cd-badge.experience.animate-div-fade-scroll {
    width: 25em;
    height: 25em;
    top: 3.8vh;
    left: 53.6vw;
  }

  .cd-badge.background.mob {
    width: 25em;
    height: 25em;
    top: 8.4vh;
    left: -2.1vw;
  }

  .cd-badge.background.animate-div-fade-scroll {
    width: 25em;
    height: 25em;
    top: 17vh;
    left: 8.8vw;
  }

  .cd-badge.skill.mob {
    width: 25em;
    height: 25em;
    top: 16.1vh;
    left: 46.9vw;
  }

  .cd-badge.skill.animate-div-fade-scroll {
    width: 25em;
    height: 25em;
    top: 27vh;
    left: 66.3vw;
  }

  .service-content.is-active {
    border-bottom: .4em solid var(--brand);
    border-left-style: none;
    padding-top: 0;
    padding-left: 0;
  }

  .texstimonial-wrapper {
    background-color: var(--brand);
    height: 75svh;
  }

  .texstimonial-wrapper.is-desktop {
    background-color: var(--dark);
  }

  .slide {
    flex-flow: column;
    display: flex;
  }

  .slide.is-hiden {
    display: none;
  }

  .slider-footer {
    padding-top: 0;
  }

  .slider-bar-track {
    height: .4em;
  }

  .slider-nav {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: 4em;
  }

  .slider-nav.sn {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .slider-counter {
    font-size: 1rem;
  }

  .slider-counter.is-active {
    text-align: left;
    width: 26px;
    font-size: 1rem;
  }

  .slider-counter.is-active.is-dark {
    text-align: left;
    text-align: left;
  }

  .slider-prev-btn {
    background-image: url('../images/white-arrow.svg');
    width: 2em;
    font-size: .8rem;
  }

  .slider-prev-btn.black {
    background-image: url('../images/arrow.svg');
  }

  .slides-container {
    flex-flow: column;
  }

  .logo-marque-wrapper {
    height: 25svh;
  }

  .marquee-row {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    padding-right: 8em;
  }

  .logo {
    width: 18em;
    height: 4em;
  }

  .logo.vertical {
    width: 6em;
    height: 6em;
    display: block;
  }

  .logo.vertical.ap {
    width: 8em;
    height: 8em;
    display: block;
  }

  .logo.vertical.mi {
    width: 8em;
    display: block;
  }

  .logo.vertical.baga {
    width: 12em;
    display: block;
  }

  .logo.vertical.d1 {
    width: 8em;
    height: 6em;
    display: block;
  }

  .logo.vertical.ey {
    width: 9em;
    height: 8em;
    display: block;
  }

  .logo.vertical.ha {
    width: 13em;
    display: block;
  }

  .logo.co {
    display: block;
  }

  .logo.bu {
    width: 13em;
    height: 6em;
    display: block;
  }

  .logo.swm {
    width: 9em;
    height: 8em;
    display: block;
  }

  .logo.su {
    width: 20em;
    height: 6em;
    display: block;
  }

  .logo.lo {
    width: 18em;
    height: 8em;
    display: block;
  }

  .logo.pa {
    width: 16em;
    height: 8em;
    display: block;
  }

  .logo.ro {
    width: 18em;
    height: 8em;
    display: block;
  }

  .logo.no {
    width: 12em;
    height: 8em;
    display: block;
  }

  .logo.ra {
    width: 21em;
    height: 8em;
    display: block;
  }

  .logo.nx {
    width: 12em;
    height: 8em;
    display: block;
  }

  .logo.sa {
    width: 13em;
    height: 8em;
    display: block;
  }

  .logo.fw {
    width: 16em;
    display: block;
  }

  .heading-36.deliverables {
    display: none;
  }

  .cd-wrapper-mobile-image {
    width: 100%;
    height: 50vh;
  }

  .cd-low-polly {
    background-image: linear-gradient(180deg, var(--transparent) 44%, var(--brand)), url('../images/cd-low-poly.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    width: 100%;
    height: 50vh;
  }

  ._1st-row-tags {
    justify-content: center;
    align-items: center;
  }

  .tags-h3 {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .supper-me-img {
    height: 22em;
  }

  .cs-hero-interaction.gallery-mask {
    height: 55vh;
  }

  .sn-audit-text {
    width: 100%;
  }

  .sn-audit-text.is-desktop {
    display: none;
  }

  .sn-audit-text.is-tablet {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  ._2-col-text-wrapper.vertical {
    order: 9999;
    width: 100%;
  }

  .timeline-div {
    background-image: url('../images/sn-timeline-tablet.svg');
    height: 77em;
  }

  .timeline-div.animate-div-fade-scroll {
    background-image: none;
    background-position: 0 0;
    height: 49.9em;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .sn-v1-title-wrapper.is-tablet {
    display: flex;
  }

  .sn-v1-title-wrapper.is-desktop-mobile {
    display: none;
  }

  .full-screen-image.sn-v2, .full-screen-image.sn-v2.animate-div-fade-scroll {
    height: 75vh;
  }

  .main-text-content-footer {
    height: auto;
  }

  .social-container {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .social-icon-footer.dr, .social-icon-footer.in, .social-icon-footer.ig, .social-icon-footer.be, .social-icon-footer.x {
    width: 4em;
    height: 4em;
  }

  .foundation-video {
    width: 100%;
  }

  .gm-wrap {
    background-image: url('../images/pm-branding-tablet.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .gm-wrap.sn-v2 {
    background-image: url('../images/SN-Branding-Tablet.png');
    background-position: 50%;
    background-size: cover;
  }

  .gm-wrap.sn-v2.animate-div-fade-scroll.website-v2 {
    background-image: url('../images/SN-v2-Tablet.png');
    background-size: cover;
    height: 100%;
  }

  .gm-wrap.ha {
    background-image: url('../images/ha-branding-tablet.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .gm-wrap.branding.branding-showcase {
    background-image: none;
  }

  .gm-wrap.animate-div-fade-scroll.sn-1 {
    background-image: url('../images/SN-v1-Tablet.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .gm-wrap.landing-page {
    background-image: url('../images/pm-v1-tablet.png');
  }

  .gm-wrap.sn-1 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .gm-inner {
    background-image: url('../images/SN-v1-Tablet.png');
    background-position: 50%;
  }

  .gm-inner.sn-v2.sn-branding.is-hiden, .gm-inner.sn-v2.is-hiden {
    display: none;
  }

  .gm-inner.ha {
    background-image: none;
  }

  .gm-inner.branding {
    background-position: 50% 0;
    background-size: 330%;
  }

  .gm-inner.branding.branding-showcase {
    background-image: url('../images/GM-Branding-Tablet.png');
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .gm-inner.pm, .gm-inner.pm.branding {
    background-image: none;
  }

  .gm-inner.animate-div-fade-scro-ll {
    background-image: url('../images/SN-v1-Tablet.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .gm-inner.animate-div-fade-scro-ll.is-hiden {
    display: none;
  }

  .packaging-images {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .packaging-image.pack-1 {
    width: 28em;
    height: 28em;
  }

  .packaging-image.pack-1.animate-div-fade-scroll {
    display: none;
  }

  .packaging-image.pack-2, .packaging-image.pack-3, .packaging-image.pack-4, .packaging-image.pack-5 {
    width: 28em;
    height: 28em;
  }

  .packaging-image.pack-5.animate-div-fade-scroll {
    display: none;
  }

  .packaging-image.pack-6 {
    width: 28em;
    height: 28em;
  }

  .packaging-image.pack-6.animate-div-fade-scroll {
    display: none;
  }

  .contact-1st-col {
    width: 100vw;
    height: auto;
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .type-display-2 {
    font-size: 7em;
  }

  .text-block-4 {
    padding-left: 177px;
  }

  .text-block-4.section-title {
    padding-left: 0;
  }

  .link-2 {
    font-size: .8rem;
  }

  .legal-links-wrapper-2 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .menu-container-2.is-desktop {
    display: none;
  }

  .menu-container-2.is-mobile {
    flex: 0 auto;
    display: none;
  }

  .contact-2nd-col {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding-top: 12em;
    padding-bottom: 12em;
  }

  .gm-field__input, .gm-field__error {
    font-size: 12px;
  }

  .form {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    width: 100%;
  }

  .gm-field__trigger {
    font-size: .6rem;
  }

  .gm-field__trigger-text, .gm-field__option {
    font-size: 12px;
  }

  .form-1st-row {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .form-1st-row.animate-div-hero.wipe-red {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .gm-field__textarea {
    font-size: 12px;
  }

  .submit-button {
    font-size: 1rem;
  }

  .text-span-7 {
    font-size: 12px;
  }

  .checkbox {
    width: 2em;
    height: 2em;
  }

  .badge-wrapper {
    width: 100%;
  }

  .type-display-3 {
    text-align: right;
    font-size: 13em;
    line-height: 1;
  }

  .type-display-3.services-fix {
    font-size: 13em;
    line-height: 1;
  }

  .type-display-3._2nd {
    width: auto;
  }

  .type-display-3._3d {
    width: 100%;
  }

  .text-block-5 {
    padding-left: 177px;
  }

  .text-block-5.section-title {
    padding-left: 0;
  }

  .text-block-6 {
    padding-left: 177px;
  }

  .text-block-6.section-title {
    padding-left: 0;
  }

  .type-body-4.reference.side-text.is-white {
    font-size: .6rem;
    display: none;
  }

  .script-service.animate-div-fade-hero.service._1 {
    text-align: right;
    font-size: 36em;
    display: none;
    top: -1.9em;
  }

  .script-service.animate-div-fade-hero.service.s {
    text-align: center;
    font-size: 22.5em;
    line-height: .8;
    top: -.7em;
  }

  .script-service.animate-div-fade-hero.service.s.a {
    top: -3.5em;
  }

  .script-service.animate-div-fade-hero.service.s.ux {
    font-size: 21em;
    line-height: 1;
  }

  .script-service.animate-div-fade-hero.service.s.mo {
    font-size: 30em;
    top: -1.1em;
  }

  .service-hero-aditional-text.animate-div-fade-hero.services {
    width: 100%;
    position: relative;
    top: -12.9em;
  }

  .service-hero-aditional-text.animate-div-fade-hero.services.mo {
    width: 100%;
    top: -24em;
  }

  .service-hero-aditional-text.ux {
    width: 100%;
  }

  .hero-text-pattern-2 {
    height: auto;
  }

  .type-eyebrow-2.animate-div-fade-scroll.is-black {
    font-size: 1rem;
  }

  .type-eyebrow-2.animate-div-fade-scroll.is-black.is-desktop {
    display: none;
  }

  .type-body-5.reference.side-text {
    font-size: .6rem;
    display: none;
  }

  .type-feature-2.fact {
    font-size: 1rem;
  }

  .service-3-text, .service-3-text.ux, .section-3-heading {
    width: 100%;
  }

  .service-3-image {
    display: none;
  }

  .service-3-image.animate-div-fade-scroll {
    order: -9999;
    width: 100%;
    height: 30vh;
  }

  .service-3-image.ux {
    display: none;
  }

  .text-right.branding {
    padding-top: 0;
  }

  .servive-4-3-col {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
  }

  .servive-4-3-col.v1 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  ._1-col-service.animate-div-fade-scroll {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    background-image: linear-gradient(114deg, var(--light) 29%, var(--transparent)), url('../images/hectagon-grid.svg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 0;
  }

  ._2col-2rows {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  ._2col-2rows.fix {
    flex-flow: column;
    width: 100%;
  }

  ._1st-row-2col {
    flex-flow: row;
  }

  ._1st-row-2col.fix {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: row;
  }

  .solution-block.animate-div-fade-scroll {
    background-position: 0 0, 50%;
  }

  .solution-block.animate-div-fade-scroll.service-fix {
    background-size: auto, cover;
    border-left-width: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .solution-block.animate-div-fade-scroll.left {
    border-left-width: 0;
  }

  .solution-block.animate-div-fade-scroll.right {
    border-right-width: 0;
  }

  .solution-icon {
    position: relative;
  }

  .solution-icon.fix.tablet {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding-right: 0;
    display: block;
  }

  .solution-icon.fix.is-desktop {
    display: none;
  }

  .solution-icon.is-tablet {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 2em;
  }

  .solution-icon.is-desktop {
    display: none;
  }

  .solution-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .solution-text.pading-fix {
    padding-right: 0;
  }

  .solution-text.is-hiden {
    display: none;
  }

  .service-icon {
    width: 6em;
    height: 6em;
  }

  .service-icon.brain, .service-icon.compas, .service-icon.consistency, .service-icon.identity, .service-icon.system, .service-icon.solutions, .service-icon.scale, .service-icon.design {
    width: 9em;
    height: 9em;
  }

  ._2-col-text-img {
    flex-flow: column;
  }

  ._2-col-text-img.is-desktop {
    display: none;
  }

  ._2-col-text-img.is-tablet {
    justify-content: center;
  }

  .workflow-points.animate-div-fade-scroll {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    background-image: linear-gradient(315deg, var(--brand) 20%, var(--transparent)), url('../images/white-grid-patterm-horizontal.svg');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 82%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .workflow-image.gm-glitch-hover {
    width: 12em;
    height: 12em;
  }

  .reel {
    font-size: 4rem;
    top: .9em;
  }

  .service-hover.is-hiden {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: row;
    display: flex;
  }

  .service-hover.is-red {
    flex-flow: row;
    display: none;
  }

  .service-hover.is-red.is-desktop {
    display: none;
  }

  .service-hover.is-red.is-tablet-mobile {
    justify-content: space-between;
    align-items: center;
    padding-top: 3em;
    padding-left: 4em;
    display: flex;
  }

  .cube-image-container.brand-cube {
    background-image: url('../images/branding-cube.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    width: 44%;
    height: 20vw;
    display: block;
  }

  .cube-image-container.ux-cube {
    background-image: url('../images/cube-face-uxui.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    width: 35%;
    height: 20em;
  }

  .cube-image-container.motion-cube {
    background-image: url('../images/cube-face-motion.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: 9999;
    width: 44%;
    height: 20vw;
  }

  .hover-service {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
  }

  .service-title-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .h3-service.service-hover {
    width: auto;
    font-size: 13em;
    top: -.2em;
  }

  .service-button {
    width: 100%;
    font-size: .6rem;
  }

  .service-button.branding.gm-glitch-hover {
    width: 100%;
  }

  .service-button.ux {
    width: 85%;
  }

  .service-button.ux.gm-glitch-hover, .service-button.motion.gm-glitch-hover {
    width: 100%;
  }

  .secondary-btn {
    height: 100%;
    font-size: 1rem;
  }

  .secondary-btn.left {
    font-size: 1rem;
  }

  .cd-mobile-image {
    aspect-ratio: 3 / 2;
    background-image: linear-gradient(360deg, var(--brand) 10%, var(--transparent) 50%), url('../images/CD-7.png');
    background-position: 0 0, 35% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    flex: auto;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 4em;
    left: auto;
  }

  .image-3 {
    width: 100%;
    height: auto;
  }

  .audit-image {
    background-position: 50%;
    order: 9999;
    width: 24em;
    height: 24em;
  }

  .audit-image.packaging {
    background-image: url('../images/sn-package-big-old_1.png');
    order: 0;
  }

  .audit-image.ux {
    background-image: url('../images/sn-ux-old.png');
    order: -9999;
  }

  .audit-image.identity {
    order: 0;
    width: 24em;
  }

  .fact-loader-3 {
    margin-top: 1.5em;
  }

  .audit-text {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .fact-content {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .fact-content.exception {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .slider-next-btn.black.padding {
    width: 2em;
  }

  .div-block-13.solution-img._1, .div-block-13.solution-img._2, .div-block-13.solution-img._3 {
    order: 9999;
    width: 16em;
    height: 16em;
  }

  ._2-col-footer {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .text-contain-service {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 65%;
    display: flex;
  }

  .cube-img {
    background-image: url('../images/branding-cube-diagram.svg'), url('../images/hectagon-grid.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 75%, 100%;
    width: 100%;
    height: 40vh;
  }

  .cube-img.branding {
    background-image: url('../images/branding-cube-breakdown.svg'), url('../images/hectagon-grid.svg');
    background-position: 50%, 50%;
    background-size: contain, 190%;
  }

  .cube-img.ux {
    background-image: url('../images/ux-cube-breakdown.svg'), url('../images/hectagon-grid.svg');
    background-size: contain, 190%;
  }

  .cube-img.motion {
    background-image: url('../images/motion-cube-breakdown.svg'), url('../images/hectagon-grid.svg');
    background-size: contain, 190%;
  }

  .services-1st-line {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    display: flex;
  }

  .services-1st-line.animate-div-scroll.wipe-red.tablet-possition-fixed {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: -2em;
  }

  .services-1st-line.service-fix.animate-div-scroll.wipe-red {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .services-2nd-line {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    display: flex;
  }

  .services-2nd-line.animate-div-scroll.wipe-red.tablet-possition-fixed {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    margin-top: -2em;
  }

  .div-block-14, .service-hero-text.is-desktop {
    display: none;
  }

  .service-hero-text.is-tablet {
    display: block;
  }

  .service-hero-text.is-mobile, .content-wrapper-service.is-desktop {
    display: none;
  }

  .content-wrapper-service.is-mobile {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    height: auto;
    display: flex;
  }

  .red-fill-section {
    justify-content: flex-start;
    align-items: stretch;
    height: 100svh;
    padding-top: 16em;
    padding-bottom: 8em;
  }

  .left-text-fix {
    width: 100%;
  }

  .white-fill-section {
    height: 30svh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-wrapper.fix {
    width: 100%;
  }

  .text-wrapper.fix.is-hiden {
    display: none;
  }

  .case-study-service {
    flex-flow: row;
  }

  .tablet-text-wrapper.tablet {
    display: block;
  }

  .icon-container {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  ._1st-line-tablet-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    display: flex;
  }

  ._1st-line-tablet-container.animate-div-scroll.wipe-red {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  ._1st-line-tablet-container.animate-div-scroll.wipe-red.ux-fix {
    flex-flow: row;
    display: flex;
  }

  ._2nd-line-tablet-continer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: row;
    display: flex;
  }

  ._2nd-line-tablet-continer.animate-div-scroll.wipe-red {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  ._2nd-line-tablet-continer.animate-div-scroll.wipe-red.margin-fix {
    margin-top: -2.16em;
  }

  .reel-container {
    display: none;
  }

  .text-block-7 {
    font-family: Morganite Book, Impact, sans-serif;
    font-weight: 300;
  }

  .service-paralax-wrapper {
    width: 100%;
  }

  .service-paralax-wrapper.website-v2 {
    height: 35vh;
  }

  .service-paralax-wrapper.is-tablet {
    display: flex;
  }

  .service-paralax-wrapper.is-tablet.branding {
    height: 35vh;
  }

  .service-paralax-container {
    width: 100%;
  }

  .paralax-bg {
    z-index: 0;
    width: 80%;
    height: 50%;
  }

  .paralax-bg.branding {
    background-repeat: no-repeat;
    background-size: cover;
    width: 80%;
    height: 70%;
  }

  .paralax-bg.is-website {
    height: 70%;
  }

  .parlalax-left-img {
    background-image: url('../images/phone-left-screen.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 36em;
    height: 100%;
    top: -1.9em;
    left: -82.2em;
  }

  .parlalax-left-img.is-branding {
    background-image: url('../images/left-illustration.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 35em;
    top: -6.9em;
    left: -84em;
  }

  .parlalax-left-img.is-website {
    background-image: url('../images/laptop-left-screen.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 51em;
    height: 100%;
    top: 2.5em;
    left: -97em;
  }

  .parlalax-left-img.ha--tablet {
    background-image: url('../images/ha-pin.png');
    width: 37em;
    transition-property: none;
    left: -72.4em;
    transform: rotate(-28deg);
  }

  .parlalax-left-img.pm {
    background-image: url('../images/left-tablet-screen.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .paralax-center-image {
    background-image: url('../images/pm-desktop.png');
    width: 66em;
    height: 100%;
    top: 2em;
    left: -72.6em;
  }

  .paralax-center-image.is-branding {
    width: 54em;
    top: 2.3em;
    left: -66.1em;
  }

  .paralax-center-image.is-website {
    width: 65em;
    left: -68.8em;
  }

  .paralax-center-image.ha-tablet {
    -webkit-backdrop-filter: drop-shadow(0 -7px 9px #000);
    backdrop-filter: drop-shadow(0 -7px 9px #000);
    background-image: url('../images/ha-key0.5x.png');
    width: 48em;
    transition-property: none;
    left: -43.9em;
    transform: rotate(26deg);
  }

  .paralax-center-image.pm {
    background-image: url('../images/tablet-middle.png');
    width: 61em;
    left: -68.5em;
  }

  .paralax-center-image.sn1 {
    background-image: url('../images/sn-phone.png');
    width: 41em;
    left: -59.6em;
  }

  .paralax-right-img {
    background-image: url('../images/phone-right-screen.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 41em;
    top: 11.8em;
    left: -32.1em;
  }

  .paralax-right-img.is-branding {
    background-image: url('../images/right-packaging.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 36em;
    top: 15.3em;
    left: -32.6em;
  }

  .paralax-right-img.is-website {
    background-image: url('../images/laptop-right-screen.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 42em;
    top: 3.4em;
    left: -27.3em;
  }

  .paralax-right-img.pm {
    background-image: url('../images/right-tablet-screen.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 28em;
    top: 6.6em;
    left: -24.4em;
  }

  .slider-image-container {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-with-paralax-wrapper.is-desktop {
    display: none;
  }

  .section-with-paralax-wrapper.is-tablet {
    height: auto;
    display: flex;
  }

  .illustration-img._1 {
    background-repeat: no-repeat;
    width: 12em;
    height: 12em;
  }

  .illustration-img._1.gm-glitch-hover {
    width: 16em;
    height: 16em;
  }

  .illustration-img._2 {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 12em;
    height: 12em;
  }

  .illustration-img._2.gm-glitch-hover.is-hiden {
    width: 16em;
    height: 16em;
  }

  .illustration-img._3 {
    background-position: 50%;
    background-repeat: no-repeat;
    width: 12em;
    height: 12em;
  }

  .illustration-img._3.gm-glitch-hover {
    width: 16em;
    height: 16em;
  }

  .tablet-timeline {
    flex-flow: column;
    width: 100%;
    height: auto;
    display: flex;
  }

  .timeline-1st-row {
    width: 100%;
    display: flex;
  }

  .timeline-1st-row._2nd {
    z-index: -2;
    margin-top: -1em;
    position: relative;
  }

  .tablet-phase {
    width: 50%;
    height: 24.95em;
  }

  .tablet-phase.animate-div-fade-scroll._1 {
    background-image: url('../images/phase-1-tablet.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 52%;
  }

  .tablet-phase.animate-div-fade-scroll._1.ha {
    background-image: url('../images/ha-phase-1-mobile.svg');
  }

  .tablet-phase.animate-div-fade-scroll._1.pm {
    background-image: url('../images/pm-phase-1-tablet.svg');
  }

  .tablet-phase.animate-div-fade-scroll._2 {
    background-image: url('../images/phase-2-tablet.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 48%;
    display: flex;
  }

  .tablet-phase.animate-div-fade-scroll._2.ha {
    background-image: url('../images/ha-phase-2-tablet.svg');
  }

  .tablet-phase.animate-div-fade-scroll._2.pm {
    background-image: url('../images/pm-phase-2-tablet.svg');
  }

  .tablet-phase.animate-div-fade-scroll._3 {
    background-image: url('../images/phase-3-tablet.svg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 49.5%;
    margin-left: .2em;
  }

  .tablet-phase.animate-div-fade-scroll._3.ha {
    background-image: url('../images/ha-phase-3-tablet.svg');
  }

  .tablet-phase.animate-div-fade-scroll._3.pm {
    background-image: url('../images/pm-phase-3-tablet.svg');
  }

  .tablet-phase.animate-div-fade-scroll._4 {
    background-image: url('../images/phase-4-tablet.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    margin-right: .2em;
    position: relative;
  }

  .tablet-phase.animate-div-fade-scroll._4.ha {
    background-image: url('../images/ha-phase-4-tablet.svg');
  }

  .tablet-phase.animate-div-fade-scroll._4.pm {
    background-image: url('../images/pm-phase-4-tablet.svg');
  }

  .desktop-timeline {
    display: none;
  }

  .cube-image-mobile._1 {
    background-image: url('../images/branding-cube.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 20em;
    display: block;
  }

  .cube-image-mobile._2 {
    background-image: url('../images/cube-face-uxui.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35%;
    height: 20em;
    display: flex;
  }

  .cube-image-mobile._3 {
    background-image: url('../images/cube-face-motion.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35%;
    height: 20em;
    display: block;
  }

  .cube-image-mobile.ux.animate-div-fade-scroll, .cube-image-mobile.motion.animate-div-fade-scroll {
    display: none;
  }

  .cube-image-mobile.animate-div-fade-scroll {
    width: 100%;
    display: block;
  }

  .link-block-13, .link-block-14, .link-block-15, .link-block-16, .link-block-17 {
    font-size: 1em;
  }

  .footer-container-2-col {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .social-wrapper {
    height: auto;
    padding: 2em;
  }
}

@media screen and (max-width: 767px) {
  .text-block.section-title {
    font-size: 1rem;
  }

  .text-block.section-title.menu-title {
    font-size: 2em;
    display: none;
  }

  .text-block.source {
    width: 250%;
    font-size: 1rem;
    line-height: 1.6em;
    overflow: hidden;
  }

  .paragraph.text-slider {
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1;
  }

  .text-span-2 {
    font-size: 4em;
    line-height: 1.1;
  }

  .section_warper {
    flex-flow: column;
    height: auto;
    max-height: none;
    margin-bottom: 0;
    padding: 32em 6em;
  }

  .section_warper.hero {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: none;
    padding: 0 0 7em;
  }

  .section_warper.full-height-mobile {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 32em;
    padding-bottom: 32em;
  }

  .section_warper.full-height-mobile.case-studies.is-desktop {
    height: auto;
    max-height: none;
    display: block;
  }

  .section_warper.full-height-mobile.case-studies.is-desktop.hai-acasa {
    padding-bottom: 0;
  }

  .section_warper.full-height-mobile.case-studies.is-mobile {
    display: block;
    position: relative;
  }

  .section_warper.full-height-mobile.services.is-desktop, .section_warper.full-height-mobile.services.is-mobile {
    height: auto;
    max-height: none;
    display: block;
  }

  .section_warper.menu-wrapper {
    height: 100vh;
  }

  .section_warper.menu-wrapper.is-desktop {
    height: 100svh;
    max-height: 100svh;
  }

  .section_warper.spn-hero {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 16em 6em;
  }

  .section_warper.is_gray {
    margin-top: 8rem;
    padding: 8rem 0;
  }

  .section_warper.is-sn-timeline {
    padding-left: 0;
    padding-right: 0;
  }

  .section_warper.snv1 {
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 16em 6em;
  }

  .section_warper.snv1.horizontal {
    min-height: 0;
    max-height: none;
    padding-top: 16em;
    padding-bottom: 16em;
  }

  .section_warper.sn-rebranding {
    padding-left: 0;
    padding-right: 0;
  }

  .section_warper.hero-cube.hero-section {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    min-width: 100vw;
    min-height: 100vh;
    padding: 6em 6em 32em;
  }

  .section_warper.hero-cube.hero-section.is-desktop {
    height: auto;
    min-height: auto;
    max-height: none;
    display: block;
  }

  .section_warper.hero-cube.hero-section.is-mobile {
    height: 165vh;
    min-height: 165vh;
    max-height: 165vh;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section_warper.way-of-working {
    min-height: 0;
    padding-top: 32em;
    padding-bottom: 32em;
  }

  .section_warper.way-of-working.is-desktop {
    height: auto;
    max-height: none;
    display: block;
  }

  .section_warper.way-of-working.is-mobile {
    display: block;
  }

  .section_warper.about-me {
    flex-flow: column;
    height: auto;
    max-height: none;
    padding-top: 32em;
    padding-bottom: 32em;
    display: flex;
  }

  .section_warper.about-me.is-mobile {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    padding-bottom: 32em;
    display: flex;
  }

  .section_warper.about-me.is-desktop {
    display: none;
  }

  .section_warper.numbers-section.is-mobile {
    display: block;
  }

  .section_warper.numbers-section.is-desktop {
    justify-content: center;
    align-items: center;
    height: auto;
    max-height: none;
    padding-top: 0;
    display: flex;
  }

  .section_warper.testimonial {
    padding-left: 6em;
    padding-right: 6em;
  }

  .section_warper.testimonial.is-desktop {
    height: auto;
    max-height: none;
    display: flex;
  }

  .section_warper.testimonial.is-mobile {
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .section_warper.is-mobile {
    display: flex;
  }

  .section_warper.is-mobile.secondary-hero-content {
    background-color: var(--brand);
    min-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 32em;
  }

  .section_warper.sn-audit {
    margin-bottom: 0;
    padding-top: 16em;
    padding-bottom: 32em;
  }

  .section_warper.eveolve-the-brand {
    flex-flow: column;
    margin-bottom: 0;
    padding-top: 32em;
    padding-bottom: 32em;
    display: flex;
  }

  .section_warper.eveolve-the-brand.spn {
    height: auto;
    min-height: 0;
    max-height: none;
  }

  .section_warper.timeline {
    flex-flow: column;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-bottom: 0;
    padding-top: 32em;
    padding-bottom: 16em;
  }

  .section_warper._404-page {
    height: 100svh;
    max-height: 100svh;
  }

  .section_warper.footer.is-desktop {
    background-image: url('../images/gm-footer-2px.svg');
    height: 100svh;
    max-height: 100svh;
    display: block;
  }

  .section_warper.footer.is-mobile {
    height: 100vh;
    margin-bottom: 0;
    display: block;
  }

  .section_warper.sn-v1 {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin-bottom: 0;
    padding-top: 32em;
    padding-bottom: 32em;
    left: 0;
  }

  .section_warper.contact {
    flex-flow: column;
    margin-bottom: 0;
  }

  .section_warper.menu-wrapper-2, .section_warper.menu-wrapper, .section_warper.menu-wrapper {
    height: 100vh;
  }

  .section_warper.branding-hero {
    justify-content: flex-end;
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 48em;
  }

  .section_warper.service-2 {
    height: auto;
  }

  .section_warper.service-3 {
    height: auto;
    min-height: auto;
    padding-bottom: 32em;
  }

  .section_warper.service-4 {
    height: auto;
    padding-top: 32em;
    padding-bottom: 32em;
    position: relative;
  }

  .section_warper.service-5.v2 {
    padding-top: 32em;
    padding-bottom: 32em;
  }

  .section_warper.no-gap {
    min-height: 0;
  }

  .main_div_warper {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-top: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .main_div_warper.full-height {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .main_div_warper.full-height.case-study, .main_div_warper.full-height.case-study.mobile {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
  }

  .main_div_warper.full-height.services.is-desktop {
    display: flex;
  }

  .main_div_warper.full-height.services.is-mobile {
    display: block;
  }

  .main_div_warper.sn-old {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: 0;
  }

  .main_div_warper._2-col {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .main_div_warper.about-section {
    width: 100%;
    padding-left: 6em;
    padding-right: 6em;
  }

  .main_div_warper.about-section.mobile {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    display: block;
  }

  .main_div_warper.numbers {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    height: 100%;
    display: flex;
  }

  .main_div_warper.main-hero.is-mobile {
    justify-content: flex-start;
    align-items: flex-start;
    height: 165vh;
    min-height: 165vh;
    max-height: 165vh;
    padding-top: 0;
    position: relative;
  }

  .main_div_warper._2nd-content {
    height: auto;
  }

  .main_div_warper.sn-audit {
    flex-flow: column;
  }

  .main_div_warper.snv1desing {
    flex-flow: column;
    height: auto;
  }

  .main_div_warper.footer {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .main_div_warper.secondary-content {
    justify-content: space-between;
    align-items: flex-start;
  }

  .main_div_warper.contact-info-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .main_div_warper.service-hero-wrapper {
    grid-column-gap: 12em;
    grid-row-gap: 12em;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
  }

  .main_div_warper.service-3._2-col._3d-cube {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .main_div_warper.service-4 {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
    justify-content: flex-start;
    height: 100%;
  }

  .main_div_warper.srvice-5 {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
  }

  .main_div_warper.gap-fix {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: flex-start;
    height: auto;
  }

  .leftside_warper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    width: 100%;
    min-width: 0;
    max-width: none;
    height: auto;
    display: none;
  }

  .leftside_warper.hero {
    display: block;
  }

  .leftside_warper.is-right, .leftside_warper.spn-hero, .leftside_warper.is-hidden, .leftside_warper.about-me {
    display: none;
  }

  .div-block-7 {
    background-image: url('../images/text-logo-white.svg');
    background-position: 15%;
    background-size: 20%;
    width: 75%;
    height: 10vh;
    padding-left: 6em;
  }

  .hero-section {
    height: 165svh;
    overflow: visible;
  }

  .pattern-wrapper {
    width: 100%;
    height: 50vh;
    margin-top: 6em;
    padding-left: 6em;
    padding-right: 6em;
  }

  .pattern-wrapper.menu {
    order: -9999;
    width: 30%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .pattern-wrapper.menu.tablet {
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .black-pattern-fill {
    background-image: url('../images/gm-pattern-black.svg');
    background-position: 20% 20%;
    background-size: 5000px;
    width: 100%;
    height: 50vh;
  }

  .black-pattern-fill.menu {
    background-position: -5px -15px;
    background-size: 7200px;
    height: 100%;
    top: 0;
    left: 0;
  }

  .slide-number, .slide-number.slides {
    font-size: 1rem;
  }

  .slider-arrow {
    width: 3em;
  }

  .slide-container {
    margin-top: 6em;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 1rem;
    position: static;
  }

  .paragraph-3.is-desktop.is-black {
    width: 100%;
    font-size: 1rem;
  }

  .paragraph-3.is-desktop.is-black.padding, .paragraph-3.is-desktop.is-black.padding1 {
    padding-left: 0;
  }

  .paragraph-3.is-desktop.is-black.intro, .paragraph-3.is-desktop.is-black.contact {
    width: 100%;
  }

  .paragraph-3.is-desktop.is-black.slider {
    text-align: center;
    line-height: 1.5;
  }

  .paragraph-3.is-desktop.is-black.slider.exception {
    text-align: center;
    width: 100%;
  }

  .paragraph-3.is-desktop.is-black.slider.identity-fix {
    text-align: center;
  }

  .heading-3 {
    letter-spacing: .03rem;
    font-size: 23em;
  }

  .heading-3.h1 {
    font-size: 26em;
  }

  .section-3 {
    padding: 2.5em;
  }

  .content-wrapper {
    overflow: hidden;
  }

  .is-white.type-display {
    padding-top: .12em;
    font-size: 11vw;
    line-height: 1;
    overflow: visible;
  }

  .reel-wrapper {
    width: 100%;
    height: 50em;
  }

  .menu-container.is-desktop {
    flex-flow: column;
    display: none;
  }

  .menu-container.is-tablet {
    display: none;
  }

  .menu-container.is-mobile {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 6em;
    display: flex;
  }

  .menu-items-wrapper {
    flex-flow: column;
  }

  .menu-items {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  ._1st-row {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-flow: column;
  }

  ._1st-row.menu, ._2nd-row.menu {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .menu-content-wrapper {
    flex-flow: column;
  }

  .social-icons-wrapper {
    flex-flow: row;
    order: 0;
    justify-content: space-between;
  }

  .lega-links-wrapper {
    flex-flow: column;
  }

  ._3rd-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .legal-links-wrapper {
    justify-content: space-between;
    width: 100%;
    padding-top: 4em;
  }

  .social-icon.dribble.is-mobile {
    width: 10em;
    height: 10em;
  }

  .social-icon.linkedin {
    width: 8em;
    height: 8em;
  }

  .social-icon.linkedin.is-mobile {
    width: 10em;
    height: 10em;
  }

  .social-icon.insta {
    width: 8em;
    height: 8em;
  }

  .social-icon.insta.is-mobile {
    background-repeat: no-repeat;
    width: 10em;
    height: 10em;
  }

  .social-icon.behance {
    width: 8em;
    height: 8em;
  }

  .social-icon.behance.is-mobile {
    width: 10em;
    height: 10em;
  }

  .social-icon.x {
    width: 8em;
    height: 8em;
  }

  .social-icon.x.is-mobile {
    width: 10em;
    height: 10em;
  }

  .social-icon.dribble {
    width: 8em;
    height: 8em;
  }

  .gm-container {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    padding-top: 4em;
  }

  .menu-items-wrapper-tablet {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .heading-6 {
    font-size: 15em;
  }

  .heading-6.menu-mobile-text, .heading-7, .heading-8, .heading-8.menu-mobile-text {
    font-size: 20vw;
  }

  .top-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    height: auto;
    margin-top: 7em;
    display: flex;
  }

  .menu-wrapper {
    height: 100svh;
    display: block;
  }

  .menu-contain-wrapper {
    display: block;
  }

  ._2-col-text {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
  }

  ._2-col-text.vertical.fix, ._2-col-text.contact, ._2-col-text.gap-fix, ._2-col-text.fix {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  ._2-col-text.spacing-fix {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  ._2-col-text.no-gap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  ._1st-col-text, ._1st-col-text.sn-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    width: 100%;
  }

  ._1st-col-text.supernaturals {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  ._2nd-col-text {
    width: 100%;
  }

  ._2nd-col-text.spn-1 {
    width: 100%;
    margin-top: 4rem;
  }

  ._2nd-col-text.spn-1.vertical.branding {
    width: 100%;
  }

  ._2nd-col-text.spn-1.vertical.height-mobile-fix, ._2nd-col-text.spn-1.ha-height-fix, ._2nd-col-text.spn-1.margin-fix, ._2nd-col-text.spn-1.mobile-height-fix {
    margin-top: 4rem;
  }

  ._2nd-col-text.labels {
    flex-flow: column;
  }

  ._2nd-col-text.labels.animate-div-fade-hero.is-desktop-tablet {
    display: none;
  }

  ._2nd-col-text.labels.is-mobile {
    display: block;
  }

  .role-container-wrapper {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  ._1st-line-role {
    white-space: nowrap;
    flex-flow: row;
    width: 100%;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  ._1st-line-role._2nd-line {
    border-bottom-width: 2px;
    padding: 2em 4em;
  }

  ._1st-line-role._2nd-line._3rd {
    border-top-width: 0;
    border-left-width: 2px;
  }

  ._1-5em-horizontal {
    width: 3em;
  }

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

  .text-block-3.is-role {
    word-break: normal;
    overflow-wrap: normal;
    width: 100%;
    font-size: 1rem;
  }

  ._1st-line {
    width: auto;
  }

  ._2nd-line {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .sn-title-container {
    height: auto;
    line-height: 1;
  }

  .sn-title-container.vertical, .sn-title-container.vertical.vertical-fix {
    height: auto;
  }

  .sn-title-container._1-row-height-fix {
    height: 39em;
  }

  .sn-title-container._2-row-height-fix {
    height: 68em;
  }

  .sn-title-container.fixed-height {
    height: auto;
  }

  ._3col-text-left-stroke {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    margin-top: 6rem;
  }

  ._3col-text-left-stroke.is-old {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  ._3-col {
    border-bottom: 3px solid #007305;
    border-left-width: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 4em;
    padding-left: 0;
  }

  ._3-col-text-img.is-3rd, ._3-col-text-img._1st, ._3-col-text-img._2nd {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
  }

  .sn-old-img-wrapper.img1 {
    width: 100%;
    height: 60em;
  }

  .sn-old-img-wrapper.img2 {
    width: 40%;
    height: 60em;
    display: block;
    overflow: hidden;
  }

  .sn-old-img-wrapper.img5 {
    width: 100%;
    height: 50em;
    display: block;
  }

  .sn-old-img-wrapper.img4 {
    width: 100%;
    height: 50em;
  }

  .sn-old-img-wrapper.img3 {
    height: 156em;
  }

  ._2image-wrapper {
    flex-flow: row;
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  ._2image-wrapper.flex {
    flex-flow: column;
  }

  .sn-wireframes {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    order: 9999;
    margin-top: 4rem;
  }

  .wireframe-img._1 {
    width: 100%;
    height: 62.6em;
  }

  .wireframe-img._2 {
    width: 100%;
    height: 54em;
    display: none;
  }

  .wireframe-img._3 {
    width: 100%;
    height: 62.6em;
  }

  .wireframe-img._4 {
    width: 100%;
    height: 54em;
    display: none;
  }

  .wireframe-img._5 {
    width: 100%;
    height: 62.6em;
  }

  .wireframe-img._6 {
    width: 100%;
    height: 54em;
    display: none;
  }

  .sn-v1-custom-illustrations {
    margin-top: 2rem;
  }

  .sn-illustration-square.is-last._6 {
    background-size: 20em;
    border-top-width: 0;
    width: 44vw;
    height: 44vw;
  }

  .sn-illustration-square._1 {
    background-size: 20em;
    width: 44vw;
    height: 44vw;
  }

  .sn-illustration-square._2 {
    background-size: 20em;
    border-right-width: 1px;
    width: 44vw;
    height: 44vw;
  }

  .sn-illustration-square._3 {
    background-size: 20em;
    border-top-width: 0;
    width: 44vw;
    height: 44vw;
  }

  .sn-illustration-square._4 {
    background-size: 20em;
    border-top-width: 0;
    border-right-width: 1px;
    width: 44vw;
    height: 44vw;
  }

  .sn-illustration-square._5 {
    background-size: 20em;
    border-top-width: 0;
    width: 44vw;
    height: 44vw;
  }

  .illustrations-1st-row {
    flex-flow: wrap;
  }

  .sn-illustrations-wrapper {
    margin-top: 8rem;
  }

  .sn-illustrations-wrapper.v2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .illustrations-2nd-row {
    display: none;
  }

  .v1-color-pallete {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 8rem;
  }

  .v1-color {
    height: 4.2em;
  }

  .sn-v1-ux-ui {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-top: 8rem;
  }

  .sn-v1 {
    background-position: 50%;
    background-size: cover;
    width: 105vw;
    height: 121em;
    position: relative;
    left: -8.4vw;
  }

  ._2col-img-grid {
    flex-flow: column;
    height: auto;
  }

  ._2col-img-grid.packaging {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    grid-template-columns: 1fr;
  }

  .sn-logo {
    width: 100%;
  }

  .img-grid {
    width: 100%;
    height: 530px;
  }

  .sn-logo-img {
    width: 88vw;
    height: 88vw;
  }

  .grid-1 {
    width: 44vw;
    height: 44vw;
  }

  .grid-2 {
    background-repeat: no-repeat;
    width: 44vw;
    height: 44vw;
  }

  .v2-color-pallete {
    margin-top: 8rem;
  }

  .sn-pattern-img {
    height: 59em;
  }

  .packaging-img._1, .packaging-img._2, .packaging-img._3, .packaging-img._4, .packaging-img._5, .packaging-img._6 {
    width: 100%;
    height: 90vw;
  }

  .sn-llustrations-v2 {
    flex-flow: wrap;
  }

  .sn-llustrations-v2.mobile {
    display: block;
  }

  .sn-llustrations-v2.desktop {
    display: none;
  }

  .sm-illustrations-v2-1st-row {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
  }

  .v2-illustration {
    width: 100%;
    height: 70vw;
  }

  .v2-illustration._5, .v2-illustration._6, .v2-illustration._1 {
    display: none;
  }

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

  .canvas-wrapper {
    padding-bottom: 33px;
    display: block;
  }

  .canvas-wrapper.section3 {
    height: auto;
  }

  .canvas-wrapper.logos {
    height: 40vh;
  }

  .canvas-wrapper._200vg {
    height: 200vh;
  }

  .canvas-wrapper._2nd-dots {
    height: 100%;
  }

  .hero-line.hero-state-1 {
    justify-content: flex-end;
    align-items: flex-start;
    height: 100svh;
    padding-bottom: 0;
  }

  .hero-line.hero-state-1.mobile-row-1 {
    position: static;
  }

  .hero-line.hero-state-1.is-mobile {
    flex-flow: column;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .hero-line.hero-state-1.is-tablet {
    display: none;
  }

  .hero-line.hero-state-2 {
    justify-content: flex-end;
    align-items: flex-start;
    height: 375svh;
    position: relative;
  }

  .hero-line.hero-state-2.mobile-2 {
    position: static;
  }

  .hero-text-1.animate-div-hero.wipe-dark.gm-glitch {
    height: auto;
    position: relative;
  }

  .hero-text-1.animate-div-hero.wipe-dark.gm-glitch.is-subtle {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    align-items: stretch;
    height: auto;
  }

  .hero-text-1.animate-div-hero.wipe-dark.gm-glitch._2nd {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: center;
    top: -7.5em;
  }

  .hero-text-1.animate-div-scroll.wipe-dark {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    order: 0;
  }

  .hero-text-1.animate-div-scroll.wipe-dark._2nd {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: center;
    position: relative;
    top: -7em;
  }

  .hero-text-1.animate-div-scroll.wipe-dark.mobile-fix {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: row;
    justify-content: center;
  }

  .hero-text-1.animate-div-scroll.wipe-dark.fix-flex {
    order: 0;
  }

  .hero-text-1.animate-div-scroll.wipe-red.cs.is-mobile {
    margin-top: -16.66em;
  }

  .hero-text-pattern {
    background-size: 3000%;
    border-top-width: 4.6em;
    border-bottom-width: 6em;
    height: 89%;
  }

  .hero-text-pattern.no-stroke {
    height: 100%;
  }

  .hero-text-pattern.service {
    border-top-width: 3.6em;
    border-bottom-width: 4.4em;
    height: 100%;
  }

  .hero-text-pattern.service-hero {
    width: auto;
    height: 100%;
  }

  .hero-text-pattern.service-hero._2nd-block-white {
    border-top-width: 8em;
    border-bottom-width: 8em;
  }

  .hero-secondary-content {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
  }

  .hero-secondary-content.animate-div-fade-hero {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
  }

  .cube-container {
    z-index: 1;
    pointer-events: none;
    height: auto;
    display: block;
    position: static;
    top: 0;
  }

  .cube-container.animate-div-fade-hero {
    height: 100%;
    padding-bottom: 0;
    inset: 0%;
  }

  .cube-container.animate-div-fade-hero.is-mobile {
    height: 100vh;
    position: absolute;
    inset: 0%;
  }

  .cube.cube-el.cube-closed {
    height: 75vh;
    position: fixed;
    inset: 0%;
  }

  .pattern-container._1st-line {
    border-bottom: 6em solid var(--light);
    border-top-width: 2em;
    border-top-color: var(--light);
    height: auto;
  }

  .pattern-container._1st-line.tablet-stroke-fix {
    border-bottom-width: 4em;
  }

  .pattern-container._1st-line.tablet-stroke-fix.is-red-stroke {
    border-top-width: 1em;
    border-top-color: var(--brand);
    border-bottom-color: var(--brand);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .pattern-container._1st-line.stroke-fix.is-hiden {
    display: none;
  }

  .pattern-container.service-hero-fix {
    height: auto;
  }

  .section-content {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-bottom: 32em;
    padding-left: 6em;
    padding-right: 6em;
    position: relative;
    overflow: visible;
  }

  .nav-logo-wrap, .logo-mascot, .menu-btn {
    width: 16em;
    height: 16em;
  }

  .nav-main-nav {
    top: 6em;
  }

  .menu-icon-light, .menu-icon-dark {
    width: 8em;
    height: 8em;
  }

  .nav-dot-wrapoper {
    display: none;
  }

  .hero-content-wrapper.is-desktop {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 100%;
    display: flex;
  }

  .hero-content-wrapper.is-desktop.service-problem {
    justify-content: space-between;
  }

  .hero-content-wrapper.is-mobile {
    height: 100%;
    padding: 0 0 0;
    display: block;
  }

  .case-study-wrapper.animate-div-scroll.wipe-dark {
    height: auto;
  }

  .case-study-wrapper.animate-div-scroll.wipe-red {
    flex-flow: column;
  }

  .case-study-wrapper.animate-div-scroll.wipe-red.mobile, .case-study-wrapper.animate-div-scroll.wipe-red.gm-glitch-hover, .case-study-wrapper.exception.animate-div-scroll.wipe-red.gm-glitch-hover, .case-study-wrapper.promesh.animate-div-scroll.wipe-red.gm-glitch-hover {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .case-study-wrapper.gm-glitch-hover {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-flow: column;
    display: flex;
  }

  .case-title-wrapper {
    order: 9999;
  }

  .case-image-big {
    width: 100%;
    height: 10vh;
  }

  .case-image-big.mobile-cs-image {
    height: 15vh;
  }

  .case-image-big.sn {
    height: 25vh;
  }

  .case-image-big.sn.fix {
    order: -9999;
    height: 24em;
  }

  .case-image-big.sn.animate-div-scroll.wipe-red {
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
  }

  .case-image-big.ha, .case-image-big.pm {
    height: 25vh;
  }

  .case-image-small {
    display: none;
  }

  .cs-container {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
  }

  .cs-container.mobile {
    grid-column-gap: 12em;
    grid-row-gap: 12em;
  }

  .cs-container.is-desktop {
    display: none;
  }

  .cs-container.is-mobile {
    display: flex;
  }

  .secondary-content {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .secondary-content.animate-div-fade-scroll {
    flex-flow: column;
    margin-top: 12em;
  }

  .secondary-content.animate-div-fade-scroll.is-service {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .secondary-content.animate-div-scroll.wipe-green {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .secondary-content.animate-div-scroll.wipe-green.system-in-action {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .secondary-content.animate-div-scroll.wipe-gold {
    flex-flow: column;
  }

  .main-cta {
    z-index: 110;
    width: 48em;
    height: 48em;
    margin-bottom: 18px;
    bottom: 105.6em;
    left: 45.5em;
  }

  .main-content-wrapper {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
    position: relative;
  }

  .main-cta-wrapper {
    height: auto;
  }

  .title-wrapper.design {
    width: 100%;
  }

  .title-wrapper.about {
    width: 100%;
    position: static;
  }

  .secondary-content-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    width: 100%;
    margin-top: 4rem;
  }

  .system {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 100%;
  }

  .cd-wraper.is-desktop {
    display: block;
  }

  .cd-low-poly.model-canvas-s6 {
    display: none;
  }

  .type-display {
    white-space: nowrap;
    word-break: break-all;
    font-size: 30vw;
  }

  .type-display.animate-text-scroll.wipe-white {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: normal;
    line-height: .8;
  }

  .type-display.animate-text-scroll.wipe-white.is-white {
    padding-top: 0;
  }

  .type-display.animate-text-scroll.wipe-white.is-white._1st-margin {
    margin-top: -.16em;
  }

  .type-display.animate-text-scroll.wipe-white.is-white._2nd-line {
    margin-top: -.15em;
  }

  .type-display.animate-text-scroll.wipe-white.is-white.is-desktop-tablet {
    display: none;
  }

  .type-display.animate-text-scroll.wipe-white.is-white.mobile {
    display: block;
  }

  .type-display.animate-text-scroll.wipe-white.is-white.mobile.pading-fix {
    margin-top: -.16em;
  }

  .type-display.animate-text-scroll.wipe-green {
    line-height: 1;
  }

  .type-display.animate-text-scroll.wipe-dark.is-tablet {
    font-size: 30vw;
    display: block;
  }

  .type-display.animate-text-scroll.wipe-dark.is-tablet.mobile {
    display: block;
  }

  .type-display.animate-text-scroll.wipe-dark.is-tablet.is-hiden {
    display: none;
  }

  .type-display.animate-text-scroll.wipe-dark.is-tablet.mobile-numbers {
    font-size: 27vw;
  }

  .type-display.animate-text-scroll.wipe-dark.is-tablet.mobile-numbers.backup {
    display: none;
  }

  .type-display.animate-text-scroll.wipe-dark.is-tablet.mobile-numbers._1 {
    margin-top: -.16em;
  }

  .type-display.animate-text-scroll.wipe-dark.is-desktop {
    display: none;
  }

  .type-display.animate-text-scroll.wipe-dark.is-mobile {
    font-size: 30vw;
    display: block;
  }

  .type-display.animate-text-scroll.wipe-dark.is-mobile.is-mobile-2nd-line {
    position: relative;
    top: -.16em;
  }

  .type-display.animate-text-scroll.wipe-gold.desktop-tablet {
    display: none;
  }

  .type-display.animate-text-scroll.wipe-gold.mobile {
    line-height: 1;
    display: block;
  }

  .type-display.animate-text-scroll.wipe-gold.mobile.mobile-padding-fix {
    margin-top: -.16em;
  }

  .type-display.animate-text-scroll.wipe-red.is-desktop, .type-display.animate-text-scroll.wipe-cobalt.is-desktop-tablet {
    display: none;
  }

  .type-display.animate-text-scroll.wipe-cobalt.ismobile {
    display: block;
  }

  .type-display.animate-text-scroll.wipe-cobalt.ismobile._2nd-line-fix {
    margin-top: -.16em;
  }

  .type-display.is-white {
    font-size: 20vw;
  }

  .type-display.is-white.fix-height.is-desktop {
    display: none;
  }

  .type-display.is-white.fix-height.is-mobile {
    display: block;
  }

  .type-display.is-white.fix-height.is-mobile.hero {
    font-size: 40vw;
    line-height: 1;
  }

  .type-display.is-white.animate-text-scroll.wipe-white {
    white-space: normal;
    font-size: 30vw;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.is-desktop, .type-display.is-white.animate-text-scroll.wipe-white.is-mobile {
    display: none;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.is-mobile-1st-line {
    display: block;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.is-mobile-2nd-line {
    display: block;
    position: relative;
    top: -.16em;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.is-mobile-2nd-line._3rd-line {
    top: -.32em;
  }

  .type-display.is-white.animate-text-scroll.wipe-white.is-tablet {
    display: none;
  }

  .type-display.wipe-dark {
    color: var(--full-black);
    white-space: pre-wrap;
    word-break: normal;
  }

  .type-display.service.mobile {
    width: 100%;
  }

  .type-display.service.is-desktop-tablet {
    display: none;
  }

  .type-display.service.is-mobile._2nd {
    margin-top: -.16em;
  }

  .type-display.cs-hero {
    white-space: normal;
    word-break: normal;
  }

  .type-display.cs-hero.animate-text-hero.wipe-gold.is-desktop {
    line-height: .8;
    display: block;
  }

  .type-display.cs-hero.animate-text-hero.wipe-gold.is-mobile, .type-display.cs-hero.animate-text-hero.is-desktop.wipe-green, .type-display.cs-hero.animate-text-hero.is-desktop.wipe-gold.is-hiden {
    display: none;
  }

  .type-display.cs-hero.animate-text-hero.wipe-green.is-mobile {
    display: block;
  }

  .type-display.cs-hero.animate-text-hero.wipe-green.is-mobile.mobile-2nd-line-fix {
    position: relative;
    top: -.16em;
  }

  .type-display.cs-hero.animate-text-hero.wipe-green.is-tablet {
    display: none;
  }

  .type-display._404-page {
    font-size: 30vw;
  }

  .type-display._404-text {
    order: -9999;
    font-size: 90vw;
  }

  .type-display.is-black {
    word-break: normal;
    width: 100%;
  }

  .type-display.is-black.animate-text-scroll.wipe-dark.smaller {
    font-size: 27vw;
  }

  .type-display.is-black.animate-text-scroll.wipe-dark.smaller.name.is-desktop.tablet {
    display: none;
  }

  .type-display.is-black.animate-text-scroll.wipe-dark.smaller.name.is-mobile {
    font-size: 30vw;
    display: block;
  }

  .type-display.is-black.contact {
    font-size: 30vw;
  }

  .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white {
    font-size: 28vw;
  }

  .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white.is-mobile {
    margin-top: -.16em;
    font-size: 27vw;
    display: block;
  }

  .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white.is-desktop-tablet, .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white.is-tablet, .type-display.is-black.wipe-dark.is-desktop-tablet {
    display: none;
  }

  .type-display.is-black.wipe-dark.is-mobile.height-fix {
    margin-top: -.16em;
  }

  .type-display.is-black.wipe-dark.is-mobile.height-fix.ha, .type-display.is-black.wipe-dark.is-mobile.ha {
    color: var(--ha-hihlight);
  }

  .type-display.menu-item {
    font-size: 7rem;
  }

  .type-display.vertical.animate-text-scroll.wipe-green {
    white-space: nowrap;
  }

  .type-display.vertical.animate-text-scroll.wipe-green.is-desktop, .type-display.vertical.animate-text-scroll.wipe-green.is-desktop.is-hiden {
    display: none;
  }

  .type-display.vertical.animate-text-scroll.wipe-green.is-desktop.is-hiden.is-mobile {
    display: block;
  }

  .type-display.vertical.animate-text-scroll.wipe-green.is-desktop.is-hiden.is-mobile.mobile-2nd-line-fix {
    position: relative;
    top: -.16em;
  }

  .type-display.vertical.animate-text-scroll.wipe-green.is-tablet {
    display: none;
  }

  .type-display.vertical.animate-text-scroll.wipe-green.is-mobile {
    display: block;
  }

  .type-display.vertical.animate-text-scroll.wipe-green.is-mobile.mobile-2nd-line-fix {
    position: relative;
    top: -.16em;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding {
    font-size: 36vw;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding._1 {
    font-size: 57em;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding._1._2 {
    top: auto;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding._1.ux2 {
    font-size: 48.7em;
  }

  .type-display.is-right-aliggneed.pading-fix {
    margin-top: -.1em;
  }

  .type-display.service-title {
    font-size: 30vw;
  }

  .type-display.fix-height, .type-display.fix-height.animate-text-scroll.wipe-red {
    line-height: 1;
  }

  .type-display.is-mobile {
    line-height: 1;
    display: block;
  }

  .type-display.is-mobile.mobile-2nd-line-fix {
    line-height: 1;
    position: relative;
    top: -.16em;
  }

  .type-display.is-hiden {
    display: none;
  }

  .type-subhead.deliverables {
    font-size: 19em;
    left: 0;
  }

  .type-subhead.art-director {
    font-size: 19em;
    display: none;
  }

  .type-subhead.testimonial-name.is-white {
    font-size: 19em;
  }

  .type-subhead.testimonial-name.is-white.is-red {
    margin-top: -.6em;
    font-size: 23em;
    line-height: 1;
  }

  .type-subhead.sp-me {
    font-size: 19em;
  }

  .type-subhead.sp-me.is-white.brand.contact {
    font-size: 34.8em;
  }

  .type-subhead.sp-me.ha {
    margin-top: -.5em;
    font-size: 19em;
  }

  .type-subhead.sp-me.ha.animate-div-fade-scroll {
    margin-top: -.5em;
  }

  .type-subhead.sp-me.animate-div-fade-scroll {
    margin-top: -.4em;
    font-size: 28em;
    line-height: .9;
    top: 0;
  }

  .type-subhead.sp-me.animate-div-fade-scroll.fix {
    margin-top: -.5em;
  }

  .type-subhead.sp-me.animate-div-fade-scroll._2-lines {
    margin-top: -.7em;
  }

  .type-subhead.sp-me.animate-div-fade-scroll._2-lines.ha.mob {
    font-size: 25em;
  }

  .type-subhead.system {
    width: auto;
    margin-top: -.6em;
    margin-bottom: 0;
    font-size: 19em;
  }

  .type-subhead.system.ha {
    font-size: 19em;
    top: 26px;
  }

  .type-subhead.system.animate-div-fade-scroll {
    font-size: 23.7em;
  }

  .type-subhead.system.animate-div-fade-scroll.pm {
    width: 100%;
  }

  .type-subhead.service-3.animate-div-fade-scroll {
    margin-top: -.7em;
    font-size: 28em;
    position: relative;
  }

  .type-subhead.service-3.animate-div-fade-scroll.ux-fix {
    font-size: 24.3em;
  }

  .type-subhead.srvice-4.animate-div-fade-scroll {
    margin-top: -.7em;
    font-size: 24.6em;
  }

  .type-subhead.srvice-4.animate-div-fade-scroll.ux-fix {
    font-size: 21em;
  }

  .type-subhead.srvice-4.animate-div-fade-scroll.motion-fix {
    margin-top: -.8em;
    font-size: 21em;
  }

  .type-subhead.cta.animate-div-fade-scroll.footer {
    font-size: 25.9em;
  }

  .type-feature {
    font-size: 9em;
  }

  .type-feature.fact, .type-feature.fact.wipe-dark.title {
    font-size: 6em;
  }

  .type-feature.fact.is-light.is-tablet {
    display: none;
  }

  .type-feature.is-black {
    font-size: 6em;
  }

  .type-feature.is-black.is-centered.is-tablet {
    display: none;
  }

  .type-feature.is-black.is-centered.is-hiden {
    display: block;
  }

  .type-feature.is-black.mobile {
    width: 80%;
    font-size: 9em;
    line-height: 1;
  }

  .type-feature.mobile {
    font-size: 9em;
  }

  .type-feature.is-dark.is-legal.animate-div-fade-scroll {
    white-space: normal;
    word-break: break-all;
    width: 100%;
  }

  .type-eyebrow, .type-eyebrow.is-white {
    margin-bottom: 1em;
    font-size: 1rem;
  }

  .type-eyebrow.is-white.smaller {
    font-size: 1rem;
  }

  .type-eyebrow.is-white.smaller.stroke {
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 2em;
    font-size: .8rem;
  }

  .type-eyebrow.animate-div-fade-hero {
    margin-bottom: 1em;
  }

  .type-eyebrow.is-black.is-hiden, .type-eyebrow.animate-div-fade-scroll.is-black.is-mobile {
    display: block;
  }

  .type-eyebrow.animate-div-fade-scroll.is-black.is-mobile.no-padding {
    order: -9999;
    margin-bottom: 0;
  }

  .type-eyebrow.animate-div-fade-scroll.is-black.is-desktop {
    display: none;
  }

  .type-eyebrow.animate-div-fade-scroll.testimonial {
    margin-bottom: 2em;
  }

  .type-body, .type-body.is-dark, .type-body.is-dark.sn-long-text {
    font-size: 1rem;
  }

  .type-body.is-dark.is-hiden {
    width: 100%;
    display: block;
  }

  .type-body.is-dark.is-centered {
    width: 70%;
  }

  .type-body.reference.is-tablet {
    display: none;
  }

  .type-body.reference.is-mobile {
    width: auto;
    font-size: 1rem;
    display: block;
  }

  .type-body.about-me {
    width: 100%;
    margin-top: 4em;
  }

  .type-body.testimonial {
    display: none;
  }

  .type-body.evolve {
    margin-top: 2em;
  }

  .type-body.system {
    width: auto;
  }

  .type-body.fix.is-hiden {
    display: none;
  }

  .heading-31 {
    text-align: right;
    word-break: keep-all;
    width: 240px;
    font-size: 22em;
  }

  .heading-31.is-desktop {
    display: none;
  }

  .heading-31.is-desktop.cs {
    width: 100%;
    color: var(--sn-green-text);
    font-size: 28em;
    display: block;
  }

  .heading-31.is-desktop.cs.sn {
    color: var(--sn-green-text);
  }

  .heading-31.is-desktop.cs.sn.animate-div-fade-hero.left-align {
    font-size: 28em;
    top: -.1em;
  }

  .heading-31.is-desktop.cs.sn.animate-div-fade-hero.left-align.hero.is-gold {
    display: block;
  }

  .heading-31.is-desktop.cs.height-fix {
    line-height: 1;
  }

  .heading-31.is-desktop.cs.height-fix.pm.mobile-pm {
    color: var(--pm-blue);
  }

  .heading-31.is-desktop.cs.is-hiden {
    display: none;
  }

  .heading-31.is-desktop.pm {
    text-align: left;
    font-size: 26.9em;
    display: block;
  }

  .heading-31.is-desktop.is-red.fix {
    text-align: left;
    width: auto;
    font-size: 25.3em;
    display: block;
  }

  .heading-31.is-desktop.is-red.fix.deliverables-fix.animate-div-fade-scroll {
    font-size: 21.3em;
  }

  .heading-31.is-desktop.is-red.fix.deliverables-fix.animate-div-fade-scroll.ux-fix {
    text-align: left;
    padding-left: .1em;
    font-size: 23.9em;
  }

  .heading-31.is-desktop.is-red.fix.deliverables-fix.animate-div-fade-scroll.centered {
    text-align: left;
  }

  .heading-31.is-desktop.animate-div-fade-scroll {
    text-align: left;
    font-size: 23em;
    display: block;
  }

  .heading-31.is-desktop.animate-div-fade-scroll.sn {
    color: var(--sn-green-text);
  }

  .heading-31.is-desktop.animate-div-fade-scroll.ha.pm {
    color: var(--pm-blue);
  }

  .heading-31.is-desktop.services {
    text-align: left;
    font-size: 23em;
    display: block;
  }

  .heading-31.is-mobile {
    width: 100%;
    color: var(--ha-hihlight);
    text-align: left;
    margin-top: .6em;
    font-size: 19em;
    line-height: .4;
    display: none;
  }

  .heading-31.is-mobile.dark, .heading-31.is-mobile.is-dark {
    color: var(--dark);
    display: block;
  }

  .heading-31.is-mobile.ha.bigger {
    font-size: 25em;
    display: block;
  }

  .is-right-aliggneed.type-eyebrow.overwrite {
    text-align: left;
  }

  .hero-text-wrappper, .hero-text-wrappper.animate-div-fade-scroll.hero {
    width: 100%;
  }

  .hero-text-wrappper.animate-div-fade-scroll.hero.tablet-fix.is-tablet {
    display: none;
  }

  .hero-text-wrappper.animate-div-fade-scroll.hero.tablet-fix.is-mobile.visibility-fix {
    display: block;
  }

  .case-study-text-wrapper, .case-study-text-wrapper.sn-long-texxt, .case-study-text-wrapper.sn-long-texxt.v1-design, .case-study-text-wrapper.sn-long-texxt.tablet-fix, .case-study-text-wrapper.timeline, .case-study-text-wrapper.animate-div-fade-scroll.case-study, .case-study-text-wrapper.animate-div-fade-scroll.case-study.tablet-fix, .case-study-text-wrapper.is-service, .case-study-text-wrapper.ha-fix {
    width: 100%;
  }

  .numbers-pattern-wrapper.numbers {
    height: 25em;
  }

  .numbers-facts-slider.animate-div-fade-scroll.is-desktop-tablet, .numbers-facts-slider.animate-div-fade-scroll.is-desktop-tablet.ux-slider {
    display: none;
  }

  .numbers-facts-slider.animate-div-fade-scroll.is-desktop-tablet.ux-slider.is-mobile, .numbers-facts-slider.animate-div-fade-scroll.is-mobile {
    display: block;
  }

  .numbers-facts-slider.animate-div-fade-scroll.is-mobile.is-hiden {
    display: none;
  }

  .fact.sn {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fact-loader {
    height: .8em;
  }

  .fact-loader.red {
    margin-top: 2rem;
  }

  .fact-loader.orange {
    background-color: #e43f2c;
  }

  .secondary-content-numbers.home-page.animate-div-fade-scroll {
    margin-top: 0;
    margin-bottom: 32em;
  }

  .cta-numbers {
    background-image: none;
    width: 45em;
    height: 45em;
    top: 186.1em;
    left: 41.6em;
  }

  .cta-numbers.desktop {
    display: none;
  }

  .cta-numbers.mobile {
    display: block;
    top: 328.4em;
  }

  .services-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
  }

  .service-container.animate-div-scroll.wipe-red {
    width: 100%;
  }

  .cd-badge.experience.mob {
    width: 45em;
    height: 45em;
    position: relative;
    top: -36.3vh;
    left: 32.6vw;
  }

  .cd-badge.experience.animate-div-fade-scroll {
    z-index: 99;
    width: 48em;
    height: 48em;
    top: 4.9vh;
    left: 47.3vw;
  }

  .cd-badge.background.mob {
    width: 45em;
    height: 45em;
    position: relative;
    top: 28.3vh;
    left: -8vw;
  }

  .cd-badge.background.animate-div-fade-scroll {
    z-index: 99;
    width: 48em;
    height: 48em;
    top: 13vh;
    left: -2.2vw;
  }

  .cd-badge.skill.mob {
    width: 45em;
    height: 45em;
    position: relative;
    top: 10.2vh;
    left: 54vw;
    right: 0;
  }

  .cd-badge.skill.animate-div-fade-scroll {
    z-index: 99;
    width: 48em;
    height: 48em;
    top: 27vh;
    left: 54.3vw;
  }

  .service-content {
    border-bottom: .9em solid var(--brand);
    border-left-style: none;
    padding-left: 0;
  }

  .service-content.is-active {
    border-bottom-width: .8em;
    height: auto;
  }

  .texstimonial-wrapper {
    height: auto;
    padding: 32em 6em;
  }

  .texstimonial-wrapper.is-mobile {
    display: block;
  }

  .texstimonial-wrapper.is-desktop {
    display: flex;
  }

  .slider-footer {
    padding-top: 0;
  }

  .slider-bar-track {
    height: .4em;
  }

  .slider-nav {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
  }

  .slider-nav.sn.fix {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-counter {
    font-size: 1rem;
  }

  .slider-counter.is-active {
    width: 23px;
    font-size: 1rem;
  }

  .slider-counter.is-active.is-dark, .slider-counter.is-dark {
    font-size: 1rem;
  }

  .slider-prev-btn {
    font-size: 1.5em;
  }

  .slider-prev-btn.black.padding {
    margin-left: 0;
    font-size: 1rem;
  }

  .slider-prev-btn.black.is-next {
    width: 1.5rem;
  }

  .logo-marque-wrapper {
    height: auto;
  }

  .logo-marque-wrapper.is-mobile {
    height: 40vh;
    display: flex;
  }

  .logo-marque-wrapper.is-desktop {
    display: none;
  }

  .marquee-row {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    padding-right: 10em;
  }

  .logo {
    width: 40em;
    height: 11em;
  }

  .logo.vertical, .logo.vertical.ap {
    width: 12em;
    height: 12em;
    display: block;
  }

  .logo.vertical.mi {
    width: 12em;
  }

  .logo.vertical.baga {
    width: 35em;
    display: block;
  }

  .logo.vertical.d1 {
    width: 12em;
  }

  .logo.vertical.ha {
    width: 32em;
    display: block;
  }

  .logo.co {
    display: block;
  }

  .logo.bu {
    width: 28em;
    display: block;
  }

  .logo.swm {
    width: 18em;
    height: 12em;
    display: block;
  }

  .logo.su, .logo.lo {
    width: 40em;
    display: block;
  }

  .logo.pa {
    width: 32em;
    display: block;
  }

  .logo.ro {
    width: 40em;
    display: block;
  }

  .logo.no {
    width: 32em;
    display: block;
  }

  .logo.ra {
    width: 40em;
    display: block;
  }

  .logo.nx {
    width: 32em;
    display: block;
  }

  .logo.sa {
    width: 26em;
    display: block;
  }

  .logo.fw {
    width: 32em;
  }

  .heading-33, .heading-34 {
    font-size: 7rem;
  }

  .div-block-10, .div-block-11 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    display: flex;
  }

  .deliverables {
    color: var(--light);
    font-size: 19em;
    line-height: 21px;
    display: none;
  }

  .heading-35 {
    color: var(--light);
    -webkit-text-stroke-color: var(--transparent);
    margin-top: -.1em;
    font-size: 19em;
    display: block;
  }

  .heading-35.role {
    font-size: 22.2em;
  }

  .heading-35.role.animate-div-fade-scroll {
    margin-top: -.2em;
  }

  .heading-36, .heading-36.deliverables {
    display: block;
  }

  .heading-36.deliverables.is-dark {
    color: var(--full-black);
    margin-top: -.6em;
    margin-bottom: 2em;
    padding-left: .06em;
    font-size: 22.4em;
    line-height: 1;
  }

  .heading-36.deliverables.is-dark.animate-div-fade-scroll {
    margin-bottom: 0;
  }

  .heading-36.deliverables.is-hiden {
    display: none;
  }

  .cd-wrapper-mobile-image {
    order: -9999;
    height: auto;
    position: static;
  }

  .cd-low-polly {
    background-image: linear-gradient(0deg, var(--brand), var(--transparent) 22%), url('../images/CD-7.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    width: 90vw;
    height: 70vh;
  }

  .hero-mobile-1 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 60vh;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .hero-mobile-1._2nd-contetnt {
    height: auto;
    min-height: 0;
    max-height: none;
    padding-top: 0;
  }

  .hero-mobile-2 {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 12em;
    display: flex;
    position: relative;
  }

  ._1st-row-tags {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .supper-me-img {
    order: -9999;
    height: 44em;
  }

  .supper-me-img.ha {
    background-size: cover;
  }

  .cs-full-hero {
    height: auto;
  }

  .cs-hero-interaction.gallery-mask {
    height: 75vh;
  }

  .canvas-wrapperr {
    padding-bottom: 33px;
  }

  .sn-audit-text, ._2-col-text-wrapper.vertical {
    width: 100%;
  }

  .timeline-div {
    background-image: url('../images/sn-timeline-mobile.svg');
    background-size: contain;
    height: 411em;
  }

  .timeline-div.animate-div-fade-scroll {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-flow: column;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .case-study-text-wrapper-2 {
    width: 100%;
  }

  .type-body-2, .type-body-2.is-dark {
    font-size: 1rem;
  }

  .heading-37 {
    text-align: right;
    word-break: keep-all;
    width: 240px;
    font-size: 22em;
  }

  .heading-37.is-desktop {
    display: none;
  }

  .heading-37.is-mobile {
    text-align: left;
    width: 100%;
    margin-top: .6em;
    font-size: 19em;
    line-height: .4;
    display: block;
  }

  .sn-v1-title-wrapper {
    width: 100%;
  }

  .sn-v1-title-wrapper.is-tablet {
    display: none;
  }

  .sn-v1-title-wrapper.is-desktop-mobile {
    display: block;
  }

  .full-screen-image {
    height: 75vh;
  }

  .sn-v1-subtitle-content {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .black-box-text {
    padding: 2rem;
  }

  ._404-text-wrapper {
    flex-flow: column;
    padding-bottom: 12em;
  }

  ._404 {
    height: auto;
  }

  .canvas-wrapper-2 {
    padding-bottom: 33px;
  }

  .canvas-wrapper-2.section3 {
    height: auto;
  }

  .social-container {
    justify-content: space-between;
    align-items: center;
  }

  .social-container.is-mobile {
    width: 100%;
  }

  .social-icon-footer.dr, .social-icon-footer.in, .social-icon-footer.ig, .social-icon-footer.be, .social-icon-footer.x {
    width: 8em;
    height: 8em;
  }

  .pattern-menu {
    grid-column-gap: 7em;
    grid-row-gap: 7em;
    flex-flow: row;
    justify-content: space-between;
    display: flex;
  }

  .foundation-video {
    width: 100%;
  }

  .gm-wrap {
    background-image: url('../images/pm-branding-mobile.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .gm-wrap.sn-v2 {
    background-image: url('../images/SN-Branding-Mobile.png');
  }

  .gm-wrap.sn-v2.animate-div-fade-scroll.website-v2 {
    background-image: url('../images/SN-v2-Mobile.png');
  }

  .gm-wrap.ha {
    background-image: url('../images/ha-branding-mobile.png');
  }

  .gm-wrap.animate-div-fade-scroll.sn-1 {
    background-image: url('../images/SN-v1-mobile.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .gm-wrap.landing-page {
    background-image: url('../images/pm-v1-mobile.png');
    background-repeat: no-repeat;
  }

  .gm-wrap.sn-1 {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .gm-inner {
    background-image: url('../images/sn-v1-gallery-v4.png');
    background-repeat: no-repeat;
    background-size: auto 90%;
    width: 120%;
    height: 138%;
  }

  .gm-inner.sn-v2.sn-branding {
    background-image: url('../images/SN-Branding-Mobile.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .gm-inner.ha {
    width: 100%;
    height: 100%;
  }

  .gm-inner.branding.branding-showcase {
    background-image: url('../images/GM-Branding-Mobile.png');
    background-size: cover;
  }

  .gm-inner.pm {
    background-image: url('../images/pm-branding-mobile.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .gm-inner.pm.landing-page {
    background-image: url('../images/pm-v1-mobile.png');
  }

  .gm-inner.animate-div-fade-scro-ll {
    background-image: url('../images/SN-v1-mobile.png');
    background-position: 50%;
    background-size: cover;
    inset: 0%;
  }

  .packaging-images {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    width: 100%;
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .packaging-image.pack-1 {
    width: 40em;
    height: 40em;
  }

  .packaging-image.pack-1.animate-div-fade-scroll {
    display: block;
  }

  .packaging-image.pack-2, .packaging-image.pack-3, .packaging-image.pack-4, .packaging-image.pack-5 {
    width: 40em;
    height: 40em;
  }

  .packaging-image.pack-5.animate-div-fade-scroll {
    display: block;
  }

  .packaging-image.pack-6 {
    width: 40em;
    height: 40em;
  }

  .packaging-image.pack-6.animate-div-fade-scroll {
    display: block;
  }

  .contact-1st-col {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 32em 6em 16em;
  }

  .type-display-2 {
    white-space: nowrap;
    word-break: break-all;
    font-size: 20vw;
  }

  .type-display-2.menu-item {
    font-size: 7svh;
  }

  .lega-links-wrapper-2 {
    flex-flow: column;
  }

  .text-block-4.section-title {
    font-size: 1rem;
  }

  .text-block-4.section-title.menu-title {
    font-size: 2em;
    display: none;
  }

  .canvas-wrapper-3 {
    padding-bottom: 33px;
  }

  .legal-links-wrapper-2 {
    justify-content: space-between;
    width: 100%;
    padding-top: 4em;
  }

  .menu-wrapper-2 {
    height: 100svh;
    display: none;
  }

  .menu-container-2.is-desktop {
    flex-flow: column;
    display: none;
  }

  .menu-container-2.is-mobile {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 6em;
    display: flex;
  }

  .type-body-3 {
    font-size: 1rem;
  }

  .contact-2nd-col {
    width: 100%;
    height: auto;
    padding: 16em 6em;
  }

  .gm-field__label {
    font-size: 14px;
  }

  .gm-field__input {
    font-size: 1rem;
  }

  .form {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    width: 100%;
  }

  .gm-field__trigger {
    font-size: 1rem;
  }

  .gm-field__trigger-text {
    font-size: inherit;
  }

  .gm-field__option {
    font-size: 1rem;
  }

  .form-1st-row {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .form-1st-row.animate-div-hero.wipe-red {
    flex-flow: column;
  }

  .gm-field__textarea {
    font-size: 1rem;
  }

  .canvas-wrapper-4 {
    padding-bottom: 33px;
  }

  .submit-button {
    font-size: .8rem;
  }

  .text-span-7 {
    font-size: 1rem;
  }

  .checkbox {
    width: 4em;
    height: 4em;
  }

  .field-label-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .badge-wrapper {
    width: auto;
    height: 0;
  }

  .type-display-3 {
    white-space: nowrap;
    word-break: break-all;
    font-size: 20vw;
  }

  .type-display-3.menu-item {
    font-size: 7svh;
  }

  .type-display-3.is-white {
    font-size: 20vw;
  }

  .type-display-3.services-fix {
    font-size: 30vw;
    line-height: 1;
  }

  .lega-links-wrapper-3 {
    flex-flow: column;
  }

  .canvas-wrapper-5 {
    padding-bottom: 33px;
    display: block;
  }

  .text-block-5.section-title {
    font-size: 1rem;
  }

  .text-block-5.section-title.menu-title {
    font-size: 2em;
    display: none;
  }

  .text-block-6.section-title {
    font-size: 1rem;
  }

  .text-block-6.section-title.menu-title {
    font-size: 2em;
    display: none;
  }

  .type-body-4 {
    font-size: 1rem;
  }

  .branding-hero-text {
    justify-content: flex-start;
    align-items: flex-end;
    height: 100%;
    display: flex;
  }

  .service-text.mo {
    width: 100%;
  }

  .script-service.animate-div-fade-hero {
    font-size: 40em;
    top: -.4em;
  }

  .script-service.animate-div-fade-hero.service.s {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28.5em;
    top: -.8em;
  }

  .script-service.animate-div-fade-hero.service.s.motion {
    font-size: 39em;
  }

  .script-service.animate-div-fade-hero.service.s.branding {
    font-size: 38em;
  }

  .service-hero-aditional-text.animate-div-fade-hero.services {
    margin-top: auto;
    top: auto;
  }

  .hero-text-pattern-2 {
    background-size: 3000%;
    border-top-width: 2em;
    height: 89%;
  }

  .type-eyebrow-2 {
    margin-bottom: 1em;
    font-size: 1rem;
  }

  .type-eyebrow-2.animate-div-fade-scroll.is-black {
    order: 0;
  }

  .type-eyebrow-2.animate-div-fade-scroll.is-black.is-desktop {
    display: none;
  }

  .type-body-5 {
    font-size: 1rem;
  }

  .type-feature-2, .type-feature-2.fact {
    font-size: 5em;
  }

  .type-body-6 {
    font-size: 1rem;
  }

  .service-3-image {
    display: none;
  }

  .servive-4-3-col.v1 {
    grid-column-gap: 12em;
    grid-row-gap: 12em;
  }

  ._1-col-service.animate-div-fade-scroll {
    background-image: linear-gradient(45deg, var(--light) 40%, #fcfcfc87 82%, var(--transparent)), url('../images/hectagon-grid.svg');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-end;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  ._2col-2rows {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
  }

  ._2col-2rows.fix {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
    padding-top: 16em;
    padding-bottom: 0;
  }

  ._1st-row-2col, ._1st-row-2col.fix {
    grid-column-gap: 16em;
    grid-row-gap: 16em;
    flex-flow: column;
  }

  .solution-block.animate-div-fade-scroll {
    background-image: linear-gradient(45deg, var(--brand) 18%, var(--transparent)), url('../images/grid-pattern-white.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .solution-block.animate-div-fade-scroll.service-fix {
    background-size: auto, auto;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .solution-icon.fix {
    padding-right: 2em;
  }

  .solution-icon.fix.tablet {
    display: block;
  }

  .solution-text {
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-icon {
    width: 32em;
    height: 32em;
  }

  .service-icon.brain, .service-icon.compas, .service-icon.consistency, .service-icon.identity, .service-icon.system, .service-icon.solutions, .service-icon.scale, .service-icon.design {
    width: 24em;
    height: 24em;
  }

  .workflow-points.animate-div-fade-scroll {
    background-image: linear-gradient(-315deg, var(--brand) 20%, var(--transparent)), url('../images/white-grid-patterm-horizontal.svg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 0;
  }

  .workflow-image.gm-glitch-hover {
    background-position: 100% 100%;
    background-size: contain;
    width: 32em;
    height: 32em;
  }

  .workflow-image.gm-glitch-hover.clarity.animate-div-fade-scroll, .workflow-image.gm-glitch-hover.scale.animate-div-fade-scroll, .workflow-image.gm-glitch-hover.animate-div-fade-scroll {
    width: 48em;
    height: 48em;
  }

  .reel {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 19em;
    display: block;
    top: -.2em;
  }

  .service-hover.is-hiden {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
    height: 50vh;
    padding: 6em;
    display: flex;
  }

  .service-hover.is-red {
    grid-column-gap: 8em;
    grid-row-gap: 8em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 12em;
    padding-bottom: 12em;
    display: none;
  }

  .service-hover.is-red.is-tablet-mobile {
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 12em;
    padding-left: 8em;
    padding-right: 8em;
    display: none;
  }

  .cube-image-container.brand-cube, .cube-image-container.ux-cube, .cube-image-container.motion-cube {
    order: -9999;
    width: 100%;
    height: 50%;
    display: none;
  }

  .hover-service {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

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

  .h3-service.service-hover {
    font-size: 22.4em;
  }

  .service-button {
    font-size: 1rem;
  }

  .service-button.branding, .service-button.ux, .service-button.motion {
    width: 100%;
  }

  .secondary-btn {
    padding-bottom: 1em;
    padding-right: 2em;
    font-size: 5em;
  }

  .cd-mobile-image {
    aspect-ratio: 1;
    background-position: 0 0, 50% 100%;
    height: 70%;
    left: 0;
  }

  .cd-mobile-image.animate-div-fade-scroll {
    height: 100%;
  }

  .audit-image.packaging, .audit-image.ux, .audit-image.identity {
    width: 48em;
    height: 48em;
  }

  .audit-text {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .fact-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .slider-next-btn.black.padding {
    font-size: 1rem;
  }

  .div-block-13.solution-img._1, .div-block-13.solution-img._2, .div-block-13.solution-img._3 {
    background-image: none;
    order: -9999;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 32em;
  }

  .text-contain-service {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    width: 100%;
  }

  .cube-img {
    background-size: contain, cover;
  }

  .services-1st-line.animate-div-scroll.wipe-red {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    position: relative;
  }

  .services-1st-line.animate-div-scroll.wipe-red.relative3 {
    top: -14.5em;
  }

  .services-1st-line.animate-div-scroll.wipe-red.relative4 {
    top: -19.5em;
  }

  .services-2nd-line.animate-div-scroll.wipe-red {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    position: relative;
    top: -4.8em;
  }

  .services-2nd-line.animate-div-scroll.wipe-red.relativefix {
    top: -9.6em;
  }

  .div-block-14 {
    min-height: 100svh;
    max-height: 100svh;
    display: none;
  }

  .service-hero-text.is-tablet {
    display: none;
  }

  .service-hero-text.is-mobile {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    top: 15em;
  }

  .service-2nd-text-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    top: -9.4em;
  }

  .service-cube-image {
    background-image: url('../images/branding-cube.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    position: relative;
    top: -32px;
  }

  .service-cube-image.ux-cube {
    background-image: url('../images/cube-face-uxui.png');
    width: 60%;
  }

  .service-cube-image.motion {
    background-image: url('../images/cube-face-motion.png');
    width: 38em;
  }

  .red-fill-section {
    height: auto;
    padding: 32em 6em;
  }

  .white-fill-section {
    height: auto;
    padding-top: 32em;
    padding-bottom: 32em;
  }

  .text-wrapper.fix.is-hiden {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    display: flex;
  }

  .case-study-service.animate-div-scroll.wipe-red {
    flex-flow: column;
  }

  .reel-container.animate-div-fade-scroll {
    display: block;
  }

  .service-paralax-wrapper {
    width: 100%;
    height: 50vh;
  }

  .service-paralax-wrapper.website-v2 {
    height: 50vh;
  }

  .service-paralax-wrapper.is-tablet {
    display: none;
  }

  .service-paralax-container {
    flex-flow: row;
  }

  .service-paralax-container.branding {
    height: 90%;
  }

  .paralax-bg {
    width: 100%;
    height: 100%;
  }

  .paralax-bg.branding {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .paralax-bg.is-website.animate-div-fade-scroll {
    height: 100%;
  }

  .parlalax-left-img {
    width: 40em;
    top: -9em;
    left: -94.9em;
  }

  .parlalax-left-img.is-branding {
    width: 43em;
    height: 40%;
    top: 22.3em;
    left: -96em;
  }

  .parlalax-left-img.is-branding.animate-div-fade-scroll.sn2 {
    background-image: url('../images/left-illustration.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
  }

  .parlalax-left-img.is-website {
    width: 75em;
    left: -118.7em;
  }

  .parlalax-left-img.is-website.animate-div-fade-scroll {
    width: 48em;
    height: 100%;
    top: -.2em;
    left: -103.7em;
  }

  .parlalax-left-img.is-website.animate-div-fade-scroll.sn3 {
    background-image: url('../images/laptop-left-screen.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70em;
    top: 0;
    left: -121.2em;
  }

  .parlalax-left-img.animate-div-fade-scroll {
    height: 100%;
  }

  .parlalax-left-img.animate-div-fade-scroll.ha6 {
    width: 50em;
    top: 15.7em;
    left: -90.2em;
  }

  .parlalax-left-img.animate-div-fade-scroll.pm {
    background-position: 0 0;
    height: 100%;
  }

  .parlalax-left-img.animate-div-fade-scroll.sn {
    background-image: url('../images/phone-left-screen_1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 44em;
    height: 70%;
    top: 8.1em;
    left: -96.1em;
  }

  .paralax-center-image {
    width: 71em;
    left: -83.2em;
  }

  .paralax-center-image.is-branding {
    width: 65em;
    top: 2em;
    left: -78em;
  }

  .paralax-center-image.is-branding.animate-div-fade-scroll {
    height: 100%;
    top: 0;
  }

  .paralax-center-image.is-website {
    top: 7em;
    left: -76.5em;
  }

  .paralax-center-image.is-website.animate-div-fade-scroll {
    background-position: 50%;
    height: 100%;
    top: 0;
  }

  .paralax-center-image.animate-div-fade-scroll {
    width: 90em;
    height: 60%;
    top: 16.3em;
    left: -90.6em;
  }

  .paralax-center-image.animate-div-fade-scroll.ha-5 {
    width: 66em;
    top: 36px;
    left: -59.3em;
  }

  .paralax-center-image.animate-div-fade-scroll.pm {
    height: 100%;
    top: 0;
  }

  .paralax-center-image.animate-div-fade-scroll.pm-desktop {
    width: 93em;
    height: 100%;
    top: 0;
    left: -91.8em;
  }

  .paralax-right-img {
    width: 52em;
    top: 15.1em;
    left: -44.2em;
  }

  .paralax-right-img.is-branding {
    width: 45em;
    height: 50%;
    top: 48.4em;
    left: -36.9em;
  }

  .paralax-right-img.is-branding.animate-div-fade-scroll {
    top: 31.2em;
  }

  .paralax-right-img.is-branding.animate-div-fade-scroll.sn2 {
    background-image: url('../images/right-packaging.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    top: 0;
    left: -41.6em;
  }

  .paralax-right-img.is-website {
    width: 44em;
    top: 7.6em;
    left: -33.6em;
  }

  .paralax-right-img.is-website.animate-div-fade-scroll {
    width: 44em;
    top: 12.2em;
    left: -39.3em;
  }

  .paralax-right-img.is-website.animate-div-fade-scroll.sn3 {
    background-image: url('../images/laptop-right-screen.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70em;
    top: 0;
  }

  .paralax-right-img.animate-div-fade-scroll {
    width: 53em;
  }

  .paralax-right-img.animate-div-fade-scroll.pm {
    background-position: 100% 100%;
    width: 40em;
    height: 100%;
    top: 0;
    left: -36.6em;
  }

  .paralax-right-img.animate-div-fade-scroll.sn {
    background-image: url('../images/phone-right-screen_1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70%;
    top: 31.3em;
  }

  .slider-image-container {
    justify-content: center;
    align-items: center;
  }

  .section-with-paralax-wrapper.is-desktop {
    display: block;
  }

  .section-with-paralax-wrapper.is-tablet {
    display: none;
  }

  .phase-div {
    background-image: url('../images/phase-1.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 64em;
  }

  .phase-div.animate-div-fade-scroll {
    background-image: none;
    height: 65.7em;
  }

  .phase-div.animate-div-fade-scroll._1 {
    background-image: url('../images/phase-1.svg');
    background-position: 0 0;
    background-size: contain;
    height: 65.7em;
    display: block;
  }

  .phase-div.animate-div-fade-scroll._1.ha {
    background-image: url('../images/ha-phase-1-mobile.svg');
  }

  .phase-div.animate-div-fade-scroll._1.pm {
    background-image: url('../images/pm-phase-1-mobile.svg');
  }

  .phase-div.animate-div-fade-scroll._2 {
    background-image: url('../images/phase-2.svg');
    background-position: 0 0;
    background-size: cover;
    height: 65.7em;
    display: block;
  }

  .phase-div.animate-div-fade-scroll._2.ha {
    background-image: url('../images/ha-phase-2-mobile.svg');
  }

  .phase-div.animate-div-fade-scroll._2.pm {
    background-image: url('../images/pm-phase-2-mobile.svg');
  }

  .phase-div.animate-div-fade-scroll._3 {
    background-image: url('../images/phase-3.svg');
    background-position: 0 0;
    background-size: contain;
    display: block;
  }

  .phase-div.animate-div-fade-scroll._3.ha {
    background-image: url('../images/ha-phase-3-mobile.svg');
  }

  .phase-div.animate-div-fade-scroll._3.pm {
    background-image: url('../images/pm-phase-3-mobile.svg');
  }

  .phase-div.animate-div-fade-scroll._4 {
    background-image: url('../images/phase-4.svg');
    background-position: 0 0;
    background-size: contain;
    display: block;
  }

  .phase-div.animate-div-fade-scroll._4.ha {
    background-image: url('../images/ha-phase-4-mobile.svg');
  }

  .phase-div.animate-div-fade-scroll._4.pm {
    background-image: url('../images/pm-phase-4-tablet.svg');
  }

  .hero-paralax-wrapper {
    height: 50em;
  }

  .hero-paralax-container {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .hero-parralax-bg {
    height: 63%;
  }

  .hero-paralax-image {
    width: 74em;
    height: 43em;
    bottom: -47px;
    left: -81.4em;
  }

  .hero-paralax-image.animate-div-fade-scroll.ha {
    width: 94em;
    bottom: -13.1em;
    left: -89.5em;
  }

  .hero-paralax-image.animate-div-fade-scroll.pm {
    width: 89em;
    left: -87.9em;
  }

  .illustration-img._1 {
    width: 32em;
    height: 32em;
  }

  .illustration-img._1.gm-glitch-hover {
    background-position: 100% 0;
    background-repeat: no-repeat;
    width: 24em;
    height: 24em;
  }

  .illustration-img._2 {
    width: 32em;
    height: 32em;
  }

  .illustration-img._2.gm-glitch-hover.is-hiden {
    background-position: 100% 0;
    background-repeat: no-repeat;
    width: 24em;
    height: 24em;
  }

  .illustration-img._3 {
    width: 32em;
    height: 32em;
  }

  .illustration-img._3.gm-glitch-hover {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24em;
    height: 24em;
  }

  .mobile-title {
    display: block;
  }

  .mobile-timeline {
    flex-flow: column;
    display: flex;
  }

  .tablet-timeline {
    display: none;
  }

  .cube-image-mobile {
    background-image: url('../images/branding-cube.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 50vh;
  }

  .cube-image-mobile._1 {
    background-image: url('../images/branding-cube.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    order: -9999;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 48em;
    display: flex;
  }

  .cube-image-mobile._2 {
    background-image: url('../images/cube-face-uxui.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: -9999;
    width: 100%;
    height: 64em;
    display: block;
  }

  .cube-image-mobile._3 {
    background-image: url('../images/cube-face-motion.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    order: -9999;
    width: 100%;
    height: 64em;
    display: block;
  }

  .cube-image-mobile.ux {
    background-image: url('../images/cube-face-uxui.png');
  }

  .cube-image-mobile.ux.animate-div-fade-scroll {
    display: block;
  }

  .cube-image-mobile.motion {
    background-image: url('../images/cube-face-motion.png');
  }

  .cube-image-mobile.motion.animate-div-fade-scroll {
    display: block;
  }

  .cube-image-mobile.animate-div-fade-scroll {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: auto;
  }

  .tablet-title {
    display: none;
  }

  .legal-paragraph {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    width: 100%;
  }

  .social-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 4em;
  }

  .div-block-15 {
    width: 100%;
    height: 100em;
  }
}

@media screen and (max-width: 479px) {
  .text-block.section-title {
    -webkit-text-stroke-color: var(--transparent);
    font-size: 1rem;
  }

  .text-block.source {
    -webkit-text-stroke-color: var(--transparent);
    width: 360%;
    font-size: 1rem;
    line-height: 1.6em;
  }

  .text-span-2 {
    -webkit-text-stroke-color: var(--transparent);
    font-size: 4.8em;
  }

  .section_warper {
    min-height: 0;
  }

  .section_warper.full-height-mobile.case-studies.is-desktop.hai-acasa {
    min-height: 0;
    padding-bottom: 0;
  }

  .section_warper.full-height-mobile.case-studies.is-mobile {
    height: auto;
  }

  .section_warper.menu-wrapper {
    background-size: auto 100vh;
  }

  .section_warper.menu-wrapper.is-desktop {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .section_warper.spn-hero {
    padding-top: 12em;
  }

  .section_warper.snv1 {
    overflow: visible;
  }

  .section_warper.about-me.is-mobile {
    flex-flow: column;
  }

  .section_warper.testimonial.is-mobile {
    padding-right: 0;
  }

  .section_warper.eveolve-the-brand {
    display: flex;
  }

  .section_warper._404-page {
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
  }

  .section_warper.sn-v1 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 16em;
    padding-bottom: 16em;
  }

  .section_warper.menu-wrapper-2, .section_warper.menu-wrapper, .section_warper.menu-wrapper {
    background-size: auto 100vh;
  }

  .section_warper.branding-hero {
    justify-content: flex-end;
    align-items: center;
    min-height: 0;
    max-height: none;
  }

  .section_warper.service-2, .section_warper.service-3 {
    height: auto;
  }

  .main_div_warper {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .main_div_warper._2-col {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .main_div_warper.about-section.mobile, .main_div_warper.numbers, .main_div_warper.testimonial-wrapper {
    height: auto;
  }

  .main_div_warper.service-hero-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .leftside_warper.hero {
    display: block;
  }

  .hero-section {
    height: 165svh;
    overflow: visible;
  }

  .pattern-wrapper.menu {
    order: -9999;
  }

  .pattern-wrapper.menu.tablet {
    width: 25em;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .black-pattern-fill {
    background-size: 3000px;
  }

  .black-pattern-fill.menu {
    width: 100%;
  }

  .slide-number, .slide-number.slides {
    font-size: 2em;
  }

  .paragraph-3 {
    width: 100%;
    font-size: 1rem;
  }

  .paragraph-3.is-desktop.is-black.slider {
    text-align: center;
    width: 80%;
  }

  .paragraph-3.is-desktop.is-black.slider.exception {
    width: 80%;
  }

  .paragraph-3.is-desktop.is-black.slider.identity-fix {
    text-align: center;
    width: 70%;
  }

  .heading-3 {
    background-color: var(--transparent);
    -webkit-text-stroke-color: var(--transparent);
    object-fit: contain;
    width: auto;
    max-width: none;
    font-size: 23em;
    display: block;
    position: static;
  }

  .text-span-6 {
    vertical-align: middle;
    justify-content: flex-start;
    align-items: center;
    display: inline;
    position: relative;
    bottom: .25em;
  }

  .content-wrapper {
    overflow: hidden;
  }

  .is-white.type-display {
    padding-top: .12em;
    font-size: 11vw;
    line-height: 1;
    overflow: visible;
  }

  .menu-container.is-desktop {
    display: none;
  }

  .menu-container.is-mobile {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    justify-content: center;
    align-items: center;
  }

  .menu-items, ._1st-row.menu, ._2nd-row.menu {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .social-icons-wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    justify-content: space-between;
    align-items: center;
  }

  ._3rd-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  ._1st-col-tablet {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .heading-6.menu-mobile-text, .heading-7 {
    font-size: 15vw;
  }

  .heading-8 {
    font-size: 10vw;
  }

  .heading-8.menu-mobile-text {
    font-size: 15vw;
  }

  .menu-wrapper {
    display: none;
  }

  ._2-col-text.vertical.fix, ._2-col-text.gap-fix, ._2-col-text.fix, ._2-col-text.no-gap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  ._1st-col-text.sn-hero {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  ._1st-col-text.supernaturals.vertical {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  ._2nd-col-text.spn-1, ._2nd-col-text.spn-1.vertical.height-mobile-fix {
    margin-top: 2rem;
  }

  ._2nd-col-text.spn-1.margin-fix {
    margin-top: 0;
  }

  ._2nd-col-text.spn-1.mobile-height-fix {
    margin-top: 2rem;
  }

  ._1st-line-role {
    width: auto;
  }

  .text-block-3 {
    font-size: .6rem;
  }

  .text-block-3.is-role {
    white-space: normal;
    width: auto;
    font-size: .9rem;
  }

  ._2nd-line {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sn-title-container.vertical, .sn-title-container.vertical.vertical-fix, .sn-title-container._1-row-height-fix {
    height: auto;
  }

  .sn-title-container._2-row-height-fix {
    height: 68em;
  }

  .sn-title-container.fixed-height {
    height: auto;
  }

  .sn-old-img-wrapper.img2 {
    display: block;
  }

  .sn-wireframes {
    margin-top: 2rem;
  }

  .sn-v1 {
    width: 105vw;
    height: 139em;
    position: relative;
    inset: 0% 0% 0% -13%;
  }

  .sn-v1.v2 {
    position: relative;
  }

  ._2col-img-grid {
    flex-flow: column;
    display: flex;
  }

  .sn-logo {
    width: auto;
    height: auto;
  }

  .img-grid {
    flex-flow: column;
    width: 100%;
  }

  .sn-logo-img {
    width: 90vw;
    height: 120vw;
  }

  .hero-line.hero-state-1 {
    padding-bottom: 0;
  }

  .hero-line.hero-state-2 {
    height: 400svh;
  }

  .hero-text-1.animate-div-hero.wipe-dark.gm-glitch {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .hero-text-1.animate-div-hero.wipe-dark.gm-glitch.is-subtle {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .hero-text-1.animate-div-scroll.wipe-dark {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .hero-text-1.animate-div-scroll.wipe-dark.fix-flex {
    order: 0;
  }

  .hero-text-pattern.service {
    height: 89%;
  }

  .hero-text-pattern._2nd {
    border-top-width: 3.1em;
    border-bottom-width: 1em;
  }

  .cube-container {
    z-index: 1;
    pointer-events: none;
    height: 100svh;
    position: sticky;
    top: 0;
  }

  .cube-container.animate-div-fade-hero {
    padding-bottom: 0;
    top: 30vh;
  }

  .pattern-container._1st-line.tablet-stroke-fix {
    border-bottom-width: 9.7em;
  }

  .section-content {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    height: auto;
    overflow: visible;
  }

  .hero-content-wrapper.is-mobile {
    padding: 0 0 0;
  }

  .case-study-wrapper.animate-div-scroll.wipe-red {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .case-study-wrapper.animate-div-scroll.wipe-red.gm-glitch-hover, .case-study-wrapper.exception.animate-div-scroll.wipe-red.gm-glitch-hover {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .secondary-content-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .system {
    width: 100%;
  }

  .type-display {
    font-size: 30vw;
  }

  .type-display.animate-text-scroll.wipe-white {
    white-space: pre-wrap;
    word-break: break-all;
    width: 100%;
  }

  .type-display.animate-text-scroll.wipe-white.is-white, .type-display.animate-text-scroll.wipe-green, .type-display.animate-text-scroll.wipe-gold, .type-display.animate-text-scroll.wipe-red, .type-display.animate-text-scroll.wipe-cobalt {
    font-size: 30vw;
  }

  .type-display.animate-text-scroll.wipe-cobalt.ismobile, .type-display.animate-text-scroll.wipe-cobalt.ismobile._2nd-line-fix {
    display: block;
  }

  .type-display.is-white {
    font-size: 20vw;
  }

  .type-display.is-white.fix-height.is-mobile.hero {
    line-height: 1;
  }

  .type-display.service {
    font-size: 30vw;
  }

  .type-display.cs-hero.animate-text-hero.is-desktop.wipe-green {
    font-size: 30vw;
    display: none;
  }

  .type-display.cs-hero.animate-text-hero.wipe-green.is-mobile {
    font-size: 30vw;
  }

  .type-display.is-black {
    width: auto;
  }

  .type-display.is-black.fixed-height.full-testimonial.animate-text-scroll.is-wh.wipe-white, .type-display.is-black.wipe-dark {
    font-size: 30vw;
  }

  .type-display.menu-item {
    font-size: 5rem;
  }

  .type-display.service-hero-text.animate-text-hero.wipe-white.gm-glitch-hover.branding {
    font-size: 36vw;
  }

  .type-display.is-right-aliggneed.pading-fix {
    margin-top: -.1em;
  }

  .type-display.fix-height, .type-display.is-mobile {
    font-size: 30vw;
  }

  .type-subhead.sp-me.ha.animate-div-fade-scroll {
    margin-top: 0;
    top: -.16em;
  }

  .type-subhead.sp-me.animate-div-fade-scroll {
    margin-top: -.6em;
  }

  .type-subhead.sp-me.animate-div-fade-scroll._2-lines.ha.mob {
    top: -.26em;
  }

  .type-subhead.sp-me.animate-div-fade-scroll.ha, .type-subhead.sp-me.animate-div-fade-scroll.pm {
    margin-top: -.4em;
  }

  .type-subhead.system.animate-div-fade-scroll.ha {
    margin-top: -.86em;
  }

  .type-subhead.srvice-4.animate-div-fade-scroll.motion-fix {
    margin-top: -.7em;
  }

  .type-feature.is-black.is-centered.is-tablet {
    order: 9999;
  }

  .type-eyebrow.is-white {
    margin-bottom: 1em;
    font-size: 1rem;
  }

  .type-eyebrow.animate-div-fade-scroll.is-black.is-mobile.no-padding.is-hiden {
    display: none;
  }

  .type-body.system.mobile {
    width: 80%;
  }

  .heading-31.is-desktop.cs.height-fix {
    line-height: 1;
  }

  .heading-31.is-mobile {
    display: none;
  }

  .heading-31.is-mobile.dark {
    display: block;
  }

  .heading-31.is-mobile.is-dark {
    color: var(--dark);
  }

  .fact-loader {
    height: 1em;
  }

  .fact-loader.red {
    height: .8em;
  }

  .cta-numbers.mobile {
    top: 265em;
  }

  .cd-badge.skill.mob {
    top: 28.4vh;
  }

  .texstimonial-wrapper {
    height: auto;
    padding-left: 6em;
    padding-right: 6em;
  }

  .testimonial-slider-wrapper, .slider-wrapper {
    height: auto;
  }

  .slide-col-left {
    width: 100%;
  }

  .slider-nav.sn.fix {
    justify-content: center;
    align-items: center;
  }

  .deliverables {
    font-size: 22em;
  }

  .cd-wrapper-mobile-image {
    position: relative;
  }

  .mob-cube-sticky {
    height: 0;
    position: sticky;
    top: 0;
    overflow: visible;
  }

  .cs-hero-interaction.gallery-mask {
    height: 65vh;
  }

  .sn-v1-title-wrapper.is-tablet {
    display: none;
  }

  .pattern-menu {
    flex-flow: row;
    display: flex;
  }

  .gm-inner {
    background-image: url('../images/SN-v1-mobile.png');
    background-position: 50%;
    background-size: cover;
  }

  .type-display-2 {
    font-size: 20vw;
  }

  .type-display-2.menu-item {
    font-size: 5svh;
  }

  .text-block-4.section-title {
    -webkit-text-stroke-color: #fff0;
    font-size: 1rem;
  }

  .menu-wrapper-2 {
    display: none;
  }

  .type-display-3 {
    font-size: 20vw;
  }

  .type-display-3.menu-item {
    font-size: 5svh;
  }

  .type-display-3.is-white {
    font-size: 20vw;
  }

  .text-block-5.section-title, .text-block-6.section-title {
    -webkit-text-stroke-color: #fff0;
    font-size: 1rem;
  }

  .script-service.animate-div-fade-hero.service.s {
    text-align: center;
  }

  .type-eyebrow-2.animate-div-fade-scroll.is-black {
    order: 0;
  }

  .workflow-image.gm-glitch-hover {
    height: 32em;
  }

  .service-hover.is-red.is-tablet-mobile {
    display: none;
  }

  .service-hover.is-red.is-tablet-mobile.padding-fix {
    padding-right: 4em;
  }

  .service-button.branding, .service-button.ux {
    width: 100%;
    font-size: .8rem;
  }

  .service-button.ux.gm-glitch-hover {
    width: 100%;
  }

  .service-button.motion {
    width: 90%;
    font-size: .8rem;
  }

  .cd-mobile-image {
    height: 100%;
  }

  .audit-image.ux {
    order: -9999;
  }

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

  .div-block-13.solution-img._1 {
    justify-content: flex-start;
    align-items: center;
    height: 32em;
  }

  .div-block-13.solution-img._2 {
    background-image: none;
  }

  .service-hero-text.is-mobile {
    top: 15em;
  }

  .white-fill-section {
    padding-left: 6em;
    padding-right: 6em;
  }

  .reel-container.animate-div-fade-scroll.is-desktop {
    display: none;
  }

  .reel-container.animate-div-fade-scroll.is-mobile {
    display: block;
  }

  .service-paralax-wrapper, .service-paralax-wrapper.website-v2 {
    height: 50svh;
  }

  .service-paralax-wrapper.is-tablet {
    display: none;
  }

  .paralax-bg.is-website.animate-div-fade-scroll {
    height: 100%;
  }

  .parlalax-left-img.is-branding {
    top: 34.5em;
  }

  .parlalax-left-img.is-branding.animate-div-fade-scroll.sn2 {
    background-position: 50% 0;
    top: 0;
  }

  .parlalax-left-img.is-website {
    width: 56em;
    top: 10.3em;
    left: -111.5em;
  }

  .parlalax-left-img.is-website.animate-div-fade-scroll {
    width: 54em;
    left: -106.9em;
  }

  .parlalax-left-img.is-website.animate-div-fade-scroll.sn3 {
    background-position: 0 0;
    width: 72em;
    height: 100%;
    top: 0;
    left: -116.2em;
  }

  .parlalax-left-img.animate-div-fade-scroll {
    height: 100%;
  }

  .parlalax-left-img.animate-div-fade-scroll.ha6 {
    width: 50em;
    height: 100%;
    top: .7em;
    left: -89em;
  }

  .parlalax-left-img.animate-div-fade-scroll.sn {
    background-position: 0 0;
    width: 45em;
    height: 100%;
    top: 0;
    left: -96.2em;
  }

  .paralax-center-image.is-branding.animate-div-fade-scroll {
    width: 60em;
    height: 100%;
    top: 0;
  }

  .paralax-center-image.is-website.animate-div-fade-scroll {
    width: 83em;
    height: 100%;
    top: 0;
    left: -85.7em;
  }

  .paralax-center-image.animate-div-fade-scroll {
    width: 52em;
    height: 100%;
    top: 0;
    left: -73.5em;
  }

  .paralax-center-image.animate-div-fade-scroll.ha-5 {
    width: 59em;
    top: 5px;
    left: -46.9em;
  }

  .paralax-center-image.animate-div-fade-scroll.pm-desktop {
    left: -356px;
  }

  .paralax-right-img.is-branding.animate-div-fade-scroll.sn2 {
    background-position: 100% 100%;
    height: 100%;
    top: 0;
  }

  .paralax-right-img.is-website.animate-div-fade-scroll {
    width: 48em;
    left: -43.1em;
  }

  .paralax-right-img.is-website.animate-div-fade-scroll.sn3 {
    background-position: 100% 100%;
    height: 100%;
    top: 0;
    left: -30.9em;
  }

  .paralax-right-img.animate-div-fade-scroll.sn {
    background-position: 100% 100%;
    width: 53em;
    height: 100%;
    top: 0;
    left: -44em;
  }

  .slider-image-container {
    flex-flow: column;
  }

  .illustration-img._1 {
    width: 32em;
    height: 32em;
  }

  .illustration-img._1.gm-glitch-hover, .illustration-img._2.gm-glitch-hover.is-hiden, .illustration-img._3.gm-glitch-hover {
    height: 32em;
  }
}


@font-face {
  font-family: 'Georgiaballparkscript';
  src: url('../fonts/Georgiaballparkscript.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite';
  src: url('../fonts/Morganite-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Morganite Book';
  src: url('../fonts/Morganite-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}