:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  float: none;
  letter-spacing: -9px;
  object-fit: fill;
  width: 150vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 17em;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 500;
  line-height: 1;
}

strong {
  font-weight: 600;
}

.body {
  color: #272626;
  background-color: #f4f4f4;
  flex-direction: column;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.preloader {
  z-index: 1000000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.loading-animation-up {
  z-index: 1;
  color: #070e0f;
  background-color: #272626;
  width: 100%;
  height: 50vh;
  position: fixed;
  inset: 0% 0% auto;
}

.loading-animation-down {
  z-index: 1;
  background-color: #272626;
  border: 1px #272626;
  width: 100%;
  height: 50vh;
  position: fixed;
  inset: auto 0% 0%;
}

.loading-bar {
  z-index: 2;
  background-color: #f4f4f4;
  width: 100%;
  height: 1px;
  display: none;
  position: relative;
}

.section {
  width: 100%;
}

.section.hero {
  height: auto;
  padding-top: 6em;
  padding-bottom: 0;
}

.section.about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  height: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.section.margins {
  margin-top: 5em;
  margin-bottom: 5em;
}

.section.margins:where(.w-variant-0c948565-ac34-e3cf-38a8-bccf2abe8672) {
  margin-top: 1.9em;
  margin-bottom: 1.9em;
}

.section.margins:where(.w-variant-1268ac9c-9175-97c1-ddc7-7d222fe6fdb7) {
  margin-top: 0;
  margin-bottom: 0;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.container.statment {
  padding-top: 6em;
}

.container.case-cover {
  cursor: auto;
  margin-top: 2em;
}

.container.full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.grid {
  grid-column-gap: 0em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 5em 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.grid.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  height: auto;
  margin-top: 0;
  display: grid;
}

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

.grid._3col {
  grid-template-columns: 1fr 1fr 1fr 5em 1fr 1fr 1fr 5em 1fr 1fr 1fr;
}

.content {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.content.horizontal {
  display: flex;
}

.content.horizontal.hide {
  display: none;
}

.content.fixed {
  width: 100%;
}

.content.less-margin {
  margin-bottom: -30px;
}

.heading {
  letter-spacing: -.065em;
  width: auto;
  font-family: Manrope, sans-serif;
  font-size: 15em;
  font-weight: 400;
}

.heading.serif {
  letter-spacing: -.09em;
  margin-top: 0;
  font-family: Arapey, sans-serif;
  font-size: 16em;
  font-style: italic;
  font-weight: 400;
}

.heading.case {
  font-size: 8em;
  display: inline;
}

.heading.case.italic.inline {
  display: inline;
}

.hero-image {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 0;
  width: 100%;
  min-width: 400px;
  max-width: none;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.nav {
  z-index: 50;
  cursor: none;
  background-color: #fff0;
  border-bottom: 1px solid #e2e2e2;
  border-left: 1px #e2e2e2;
  border-right: 1px #e2e2e2;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 88%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1em;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.hero-link {
  color: #272626;
  border: 1px #272626;
  border-radius: 255px;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 2px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button {
  color: #272626;
  -webkit-text-fill-color: inherit;
  background-color: #f65d2c00;
  background-clip: border-box;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4em;
  padding: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: #f65d2c00;
}

.button.small {
  width: auto;
  height: 4em;
}

.button.button-solid {
  color: #fff;
  background-color: #333;
  border-radius: 0%;
  justify-content: flex-start;
  height: 6em;
  margin-top: 15em;
  padding: 2em 4em;
  transition: background-color .2s;
}

.button.button-solid:hover {
  background-color: #f65d2c;
}

.button-text {
  z-index: 2;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 1.4em;
  position: relative;
}

.text {
  opacity: 1;
  border: 1px #272626;
  max-width: 30ch;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4;
  display: inline;
}

.text.marging-top {
  margin-top: 1em;
}

.text.long {
  max-width: 50ch;
}

.text.long.nomax {
  max-width: none;
  display: block;
}

.text.force_lowercase {
  text-transform: lowercase;
}

.text.title {
  max-width: none;
  font-family: Arapey, sans-serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.mode {
  z-index: 49;
  background-color: #f4f4f440;
  border-radius: 255px;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 4em;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: .5em;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.toggle {
  border: 1.5px solid #272626;
  border-radius: 150px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
  position: relative;
}

.ball {
  background-color: #272626;
  border: 1px #272626;
  border-radius: 50%;
  width: 2em;
  height: 2em;
}

.circle-logo {
  border: 1px solid #272626;
  border-radius: 200px;
  width: 98%;
  height: 98%;
  position: absolute;
  inset: auto;
}

.cursor {
  object-fit: scale-down;
  background-color: #cfcfcf00;
  border: 1px solid #272626;
  border-radius: 200px;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  position: absolute;
}

.cursor-wrapper {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  z-index: 2;
  background-color: #27262600;
  border: 1px #272626;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.h3 {
  letter-spacing: -.05em;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1;
}

.h3.force_lowecase {
  text-transform: lowercase;
}

.h3.force_lowecase:where(.w-variant-f0594b4b-2726-51c9-1529-6dbb57c495df) {
  font-size: 2.4em;
}

.case-item {
  color: #272626;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top: 1px #272626;
  border-bottom: 1px #272626;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.case-item_text {
  z-index: 5;
  color: #fff;
  background-color: #0000;
  border-top: 1px #ffffff61;
  border-bottom: 1px #272626;
  flex-direction: column;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.case-image-wrap {
  z-index: 2;
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 62vh;
  min-height: 440px;
  max-height: none;
  margin-top: 0%;
  padding: 0;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.case-image-wrap:where(.w-variant-d1f49c49-a8a7-c471-d7f0-ee8395f3368d), .case-image-wrap:where(.w-variant-f0594b4b-2726-51c9-1529-6dbb57c495df) {
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: auto;
}

.case-image-wrap.words {
  height: 46vh;
  min-height: auto;
}

.case-image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  position: relative;
  inset: 0%;
}

.case-image:where(.w-variant-f0594b4b-2726-51c9-1529-6dbb57c495df) {
  object-position: 50% 50%;
}

.case-image.blog {
  object-position: 50% 40%;
}

.cursor-explore {
  z-index: 2;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  font-size: 1em;
  font-weight: 600;
  display: none;
  position: relative;
  left: auto;
}

.cross {
  -webkit-backdrop-filter: invert();
  backdrop-filter: invert();
  background-color: #272626;
  width: 16px;
  height: 1px;
  position: relative;
}

.cross.vert {
  position: absolute;
  transform: rotate(90deg);
}

.after-click {
  z-index: 100;
  color: #070e0f;
  background-color: #272626;
  display: none;
  position: fixed;
  inset: 0%;
}

.arrow {
  opacity: 0;
  width: 3em;
  min-width: 3em;
  height: 3em;
  margin-top: 1em;
}

.case-item-title {
  color: #272626;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.italic {
  font-family: Arapey, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.italic.bigger {
  font-size: 1.9em;
}

.cursor-bg {
  z-index: 1;
  object-fit: scale-down;
  background-color: #f65d2c;
  border: 1px #272626;
  border-radius: 200px;
  width: 8em;
  height: 8em;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  display: none;
  position: absolute;
}

.face {
  width: 2.3em;
  height: 2.3em;
}

.footer {
  z-index: 1;
  border: 1px solid #e2e2e2;
  border-style: solid none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 88%;
  height: 20em;
  margin-top: 6em;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.copyright {
  color: #272626;
  border: 1px #272626;
  border-radius: 255px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: 2px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.copyright.w--current {
  justify-content: flex-start;
  width: auto;
  height: auto;
}

.arrow-top {
  width: 2em;
  height: 2em;
  margin-left: .5em;
}

.case-vid {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  min-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto;
}

.case-vid.wide {
  position: relative;
}

.text-wrap {
  color: #272626;
}

.showcase-grid {
  grid-column-gap: 5em;
  grid-row-gap: 6em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.showcase-grid.words {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.showcase-grid.media-selects {
  grid-row-gap: 5em;
}

.h2 {
  letter-spacing: -.05em;
  font-size: 4.5em;
  font-weight: 400;
  line-height: 1;
}

.animation-h2 {
  padding-bottom: .5em;
  overflow: hidden;
}

.animation-h2.mins-margin {
  margin-bottom: -35px;
}

.available {
  background-color: #f65d2c;
  border-radius: 50%;
  width: .8em;
  height: .8em;
  margin-top: .5em;
  margin-right: .5em;
}

.navbar {
  z-index: 50;
  cursor: none;
  border-bottom: 1px #e2e2e2;
  border-left: 1px #e2e2e2;
  border-right: 1px #e2e2e2;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.hero-image-wrap {
  border-radius: 8px;
  overflow: hidden;
}

.divider {
  align-items: center;
  height: 5em;
  margin-top: 0;
  padding-left: 6vw;
  padding-right: 6vw;
  display: flex;
}

.divider-line {
  background-color: #272626;
  width: 100%;
  height: 1px;
}

.case-cover {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-top: 1px #272626;
  border-bottom: 1px #272626;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.case-hero {
  z-index: 2;
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 480px;
  max-height: none;
  margin-top: 4%;
  margin-bottom: 2em;
  padding: 0;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.case-image-study {
  width: 100%;
  min-width: 500px;
  max-width: none;
  height: auto;
  position: relative;
  inset: 0%;
}

.casestudy-image {
  z-index: 2;
  aspect-ratio: 16 / 9;
  background-color: #fff0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  inset: auto;
  overflow: hidden;
}

.casestudy-image.stroke {
  border: 1px solid #cfcfff;
  height: auto;
  min-height: auto;
}

.casestudy-image.stroke.zar {
  border-color: #c0bdb8;
}

.casestudy-image.stroke.zar.taller {
  height: 587px;
}

.casestudy-image.full-width {
  border-radius: 0;
}

.casestudy-image.motion {
  flex-direction: column;
}

.casestudy-50 {
  object-fit: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  overflow: hidden;
}

.casestudy-50.square {
  height: 40em;
}

.casestudy-50.blog {
  height: auto;
}

.casestudy-50.blog.height-aligh {
  height: 470px;
}

.casestudy-image-small {
  object-fit: cover;
  width: 100%;
  min-width: 400px;
  height: 100%;
}

.casestudy-image-small.margin {
  margin-top: 106px;
  margin-bottom: 0;
}

.casestudy-image-small.blog.team {
  object-position: 0% 50%;
}

.casestudy-image-small.blog.dev {
  object-position: 50% 0%;
}

.video-bg {
  width: 100%;
  min-width: 400px;
  height: 100%;
}

.button-2nd {
  color: #272626;
  -webkit-text-fill-color: inherit;
  background-color: #f65d2c00;
  background-clip: border-box;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 4em;
  padding: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-2nd:hover {
  background-color: #f65d2c00;
}

.button-2nd.live {
  z-index: 3;
  color: #fff;
  background-color: #ffffff26;
  border: 2px solid #ffffff45;
  border-radius: 8px;
  margin-bottom: 2em;
  margin-left: 2em;
  margin-right: 2em;
  padding-left: 2em;
  padding-right: 2em;
  transition: all .2s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
}

.button-2nd.live:hover {
  border-color: #ffffffbf;
}

.tricks-stickers {
  display: none;
}

.tricks-sticker {
  width: 8em;
}

.footer__moving-contain {
  height: 4.5vw;
  margin-top: 2em;
}

.footer__moving-text {
  color: #2726262e;
  position: relative;
}

.is--footer-text {
  white-space: nowrap;
  font-size: 3.4vw;
}

.overflow {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.marque {
  width: 100%;
  overflow: hidden;
}

._404-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 8em;
  padding-bottom: 5em;
  padding-left: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-body {
  cursor: none;
  background-color: #f4f4f4;
}

._404-ray {
  z-index: 1;
  width: 80vw;
  margin-top: 0;
  position: absolute;
  inset: 0% -10% auto auto;
}

._404-title {
  z-index: 2;
  display: flex;
  position: relative;
}

._404-item {
  font-size: 24em;
  font-weight: 500;
  line-height: 1;
}

._404 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50%;
  display: flex;
  position: absolute;
  bottom: 10%;
  right: 5%;
}

._404-h1 {
  text-align: left;
  letter-spacing: -.05em;
  max-width: 20ch;
  font-size: 5em;
  line-height: 1;
}

._404-h1.hmm {
  opacity: 1;
  color: #c4c4c4;
  margin-bottom: .25em;
  font-size: 4em;
}

._404-text-wrap {
  z-index: 3;
  flex-direction: column;
  align-items: flex-start;
  width: 45em;
  margin-top: 0;
  display: flex;
  position: relative;
}

.anim-wrap {
  padding-bottom: .8em;
  padding-right: .5em;
  overflow: hidden;
}

.case-title-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  position: relative;
  inset: 0%;
}

.case-image-study_mobile {
  width: 100%;
  min-width: 500px;
  max-width: none;
  height: auto;
  display: none;
  position: relative;
  inset: 0%;
}

.background-video {
  flex: 1;
  width: 100%;
  min-width: 500px;
}

.case-video {
  object-position: 50% 0%;
  flex: 1;
  width: 100%;
  min-width: 500px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.case-video.taller {
  height: 100%;
}

.youtube {
  width: 100%;
  height: 100%;
  margin-right: auto;
}

._123 {
  border-radius: 8px;
  width: 40em;
  height: 40em;
  margin-right: 2%;
  overflow: hidden;
}

.motion-item {
  cursor: none;
  border-radius: 8px;
  width: 43em;
  min-width: 400px;
  height: 43em;
  margin-right: 0;
  overflow: hidden;
}

.motion-wrap {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.motion-wrap.margin-top {
  height: auto;
  margin-top: 4em;
}

.div-block {
  perspective: 1000px;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 2000px;
  margin-top: 100px;
  display: none;
  position: relative;
  overflow: visible;
}

.card {
  width: 400px;
  position: static;
  top: 5%;
}

.card-wrap {
  transform-style: preserve-3d;
  border: 1px #000;
  border-radius: 18px;
  margin-top: 100px;
  position: sticky;
  top: 0;
  overflow: hidden;
  transform: rotateX(15deg)rotateY(0)rotateZ(30deg);
  box-shadow: 3px 3px #6a8dff;
}

.card-2 {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.card-wrap-2 {
  z-index: 1;
  width: 500px;
  height: auto;
  transform-style: preserve-3d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  overflow: visible;
}

.card-wrap-2:hover {
  transform: translate3d(0, 0, 35px);
}

.card-ligh {
  z-index: 2;
  opacity: .35;
  filter: blur(70px);
  background-color: #fff;
  border-radius: 2555px;
  width: 300px;
  height: 300px;
  transition: all .2s;
  position: absolute;
  inset: 0% auto auto -10%;
}

.card-main {
  z-index: 1;
  border-radius: 20px;
  width: 99%;
  transition: all .2s;
  position: relative;
}

.card-volume {
  z-index: 0;
  background-color: #f99f1b;
  border-radius: 20px;
  width: 99%;
  height: 99%;
  transition: all .2s;
  position: absolute;
}

.h-1 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  line-height: 1.5;
  transition: all .2s;
}

.h-1:hover {
  font-weight: 300;
}

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

.div-block-2 {
  background-color: #ff2b2b;
  width: 50px;
  height: 50px;
}

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

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

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

.html-embed-2 {
  width: 500px;
  height: 500px;
}

.html-embed-3 {
  width: 100vw;
  height: 100vh;
}

.wrap-animatio {
  perspective: 2000px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 5000px;
  padding-top: 140px;
  display: flex;
}

.ui {
  width: 800px;
  height: 460px;
  margin-top: 100px;
  margin-left: 0;
  margin-right: 0;
  position: sticky;
  top: 60px;
  left: 0;
}

.ui-screen {
  width: 700px;
  margin: 0 auto auto;
  position: sticky;
  top: 40px;
}

.tiva-uppercase {
  color: #bbbaff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
}

.address__contacts {
  color: #a6a6a6;
  font-weight: 500;
}

.contaier {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1440px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.contaier.hide {
  display: none;
}

.address_name {
  flex-direction: column;
  margin-left: 8px;
  display: flex;
}

.user__acount {
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  width: 56px;
  height: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: auto;
  display: flex;
  position: relative;
}

.tiva-feature__headline {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.fauter__item {
  background-color: #fff0;
  background-image: linear-gradient(#fff 85%, #ffffffa3);
  border: 3px solid #dbdcf9;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 32px;
  margin-bottom: -3px;
  padding: 24px 16px;
  display: flex;
  position: relative;
}

.switch__ball {
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.mail__address {
  display: flex;
  position: absolute;
  left: -266px;
}

.fade {
  background-image: linear-gradient(#fff0 40%, #fff);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% -1%;
}

.mail-logo {
  width: 48px;
  height: 48px;
}

.tiva-feature {
  width: auto;
  box-shadow: none;
  text-align: center;
  background-color: #f6f6fc;
  border: 2px #f2f2f2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 32px 24px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.switch {
  background-color: #57d98b;
  border-radius: 25555px;
  justify-content: flex-end;
  width: 56px;
  height: 32px;
  margin-left: auto;
  padding: 4px;
  display: flex;
  position: relative;
  right: 0;
}

.headline {
  width: 50ch;
}

.live {
  z-index: 8;
  color: #5953d7;
  background-color: #cfd7f2;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  position: relative;
  right: auto;
}

.tiva-features {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  justify-items: center;
  width: auto;
  max-width: 1380px;
  margin-top: 80px;
  display: grid;
}

.tiva-headline {
  font-size: 36px;
}

.tiva-h3 {
  color: #787e97;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.2;
}

.tiva-video {
  z-index: 1;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tiva-text {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
}

.tiva-fade {
  z-index: 2;
  background-image: linear-gradient(#fff0 43%, #fff 98%);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% -5%;
}

.bold-text {
  color: #1b1b1b;
  font-weight: 600;
}

.tiva-icon {
  border: 1px #4862e400;
  border-radius: 14px;
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
  box-shadow: 0 15px 15px -15px #181149;
}

.globalcss {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.osmo {
  background-color: #231d4b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 360px;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

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

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.section-21 {
  z-index: 1001;
  object-fit: none;
  background-color: #fff0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 38vh auto auto -20vw;
  display: none;
  position: fixed;
  top: auto;
  overflow: visible;
}

.hamburger {
  z-index: 9;
  clear: none;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #303030;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: auto;
  margin-left: auto;
  padding-bottom: 4px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.paragraph {
  color: #fff;
  font-size: 16em;
  font-weight: 700;
  text-decoration: none;
}

.circle {
  z-index: 3;
  opacity: 1;
  background-color: #0000;
  border: 2px solid #4a25aa;
  border-radius: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 60px;
  margin-left: 436px;
  padding-bottom: 4px;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% 50%;
  overflow: visible;
}

.circle.menu-div {
  z-index: 5;
  background-color: #303030;
  border-color: #303030;
  margin: -100% auto auto;
  position: relative;
  left: auto;
}

.div-block-33 {
  opacity: 1;
  background-color: #fff;
  border: 1px solid #fff;
  width: 100%;
  height: 9px;
  margin-top: 60px;
  margin-right: 95px;
  position: relative;
}

.men {
  z-index: 7;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr 1.5fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 95%;
  max-width: 1440px;
  padding-top: 48px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
  position: fixed;
}

.men.mobile {
  z-index: 1000;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none;
  position: fixed;
  overflow: visible;
}

.menu {
  clear: none;
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: auto;
  margin-right: 0;
}

.block-link {
  margin-left: 25px;
  margin-right: 24px;
  text-decoration: none;
}

.div-block-30 {
  z-index: 99;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 140vw;
  height: 190px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-35 {
  border: 1px solid #303030;
  width: 22px;
  height: 2px;
  margin-top: 4px;
  display: block;
}

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

.play-pause-button {
  margin-bottom: 2em;
  margin-right: 2em;
}

.email {
  color: #272626;
  border: 1px #272626;
  border-radius: 255px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: 2px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.email.w--current {
  justify-content: flex-start;
  width: auto;
  height: auto;
  display: block;
}

.link {
  color: #272626;
}

.navlink {
  color: #272626;
  border: 1px #272626;
  border-radius: 255px;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 2px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link {
  opacity: .6;
  color: #1f1f1f;
  font-size: 1.3em;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-link:hover, .nav-link.w--current {
  opacity: 1;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #1f1f1f;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.portfolio-intro {
  width: 70%;
}

.add-blocks-below-here, .add-blocks-above-here {
  display: none;
}

.media-grid {
  grid-column-gap: 5em;
  grid-row-gap: 6em;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.media-grid.words {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  .grid {
    grid-template-rows: auto;
  }

  .heading {
    font-size: 12em;
  }

  .hero-image {
    min-width: 530px;
  }

  .button-text {
    font-size: 1.25em;
  }

  .text {
    font-size: 1.3em;
  }

  .nav-grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-rows: auto;
  }

  .case-vid {
    min-width: 540px;
  }

  .h2 {
    font-size: 4em;
  }

  .case-hero {
    height: auto;
    min-height: 500px;
  }

  .casestudy-image {
    height: 45em;
    min-height: 540px;
  }

  .casestudy-image.motion {
    height: auto;
    min-height: auto;
  }

  ._404-ray {
    width: 75vw;
    right: -10%;
  }

  ._404-item {
    margin-bottom: 50px;
    font-size: 20em;
  }

  .tiva-features {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 1100px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    padding-bottom: 0;
  }

  .grid {
    grid-template-rows: auto;
  }

  .heading {
    font-size: 10em;
  }

  .heading.serif {
    font-size: 12em;
    overflow: visible;
  }

  .hero-image {
    filter: blur();
    width: 100%;
    min-width: 600px;
  }

  .button.button-solid {
    height: 5em;
    margin-top: 10em;
    padding: 1.5em 3em;
  }

  .button-text {
    font-size: 1.05em;
  }

  .text {
    font-size: 1.2em;
  }

  .toggle {
    cursor: none;
  }

  .cursor {
    width: 5em;
    height: 5em;
    margin-left: auto;
    margin-right: auto;
  }

  .case-item {
    flex-direction: column;
    display: flex;
  }

  .case-image-wrap.words {
    height: 50vh;
    min-height: auto;
  }

  .case-image {
    min-width: 620px;
  }

  .cursor-explore {
    font-size: .95em;
  }

  .after-click {
    z-index: 99;
    background-color: #272626;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .nav-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr .5fr .5fr .5fr .5fr .25fr;
    grid-auto-columns: .25fr;
  }

  .cursor-bg {
    width: 5em;
    height: 5em;
    margin-left: auto;
    margin-right: auto;
  }

  .case-vid {
    width: 102%;
    min-width: 620px;
  }

  .case-vid.wide {
    min-width: 890px;
  }

  .showcase-grid {
    grid-column-gap: 5em;
  }

  .showcase-grid.words {
    grid-template-rows: auto auto;
  }

  .case-hero {
    height: 40vh;
  }

  .case-image-study {
    min-width: 670px;
    min-height: auto;
  }

  .casestudy-image {
    height: 60vh;
    min-height: 700px;
  }

  .casestudy-image.motion {
    height: auto;
    min-height: auto;
  }

  .video-bg {
    min-width: 540px;
  }

  ._404-wrap {
    padding-top: 10em;
  }

  ._404-body {
    overflow: hidden;
  }

  ._404-ray {
    width: 50vw;
    right: 5%;
  }

  ._404-item {
    font-size: 16em;
  }

  ._404-h1 {
    font-size: 4.2em;
  }

  ._404-h1.hmm {
    font-size: 3em;
  }

  .case-title-image {
    min-width: 800px;
    min-height: auto;
  }

  .case-image-study_mobile {
    min-width: 670px;
    min-height: auto;
  }

  .case-video {
    flex: none;
    width: 100%;
    min-width: auto;
    height: 100%;
  }

  .div-block-2 {
    width: 10em;
    height: 10em;
    font-size: 40px;
  }

  .text-block {
    width: 20ch;
  }

  .div-block-3 {
    -webkit-backdrop-filter: blur(55px);
    backdrop-filter: blur(55px);
    background-color: #fff3;
    border: 1px #000;
    border-radius: 2555px;
    width: 200px;
    height: 200px;
    margin-left: -102px;
    transition: all .2s;
    box-shadow: inset 10px 10px 20px #ffc8c8;
  }

  .div-block-3:hover {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .submit-button {
    background-color: #da23ff;
  }

  .tiva-feature {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tiva-features {
    max-width: 1160px;
  }

  .navlink {
    width: auto;
    display: none;
  }

  .media-grid {
    grid-column-gap: 5em;
  }

  .media-grid.words {
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    padding-bottom: 0;
  }

  .grid {
    grid-row-gap: 4em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 6em 1fr 1fr 1fr;
  }

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

  .grid._3col {
    grid-template-columns: 1fr 1fr 1fr 6em 1fr 1fr 1fr;
  }

  .content {
    margin-bottom: 0;
  }

  .content.less-margin {
    width: 100%;
  }

  .heading {
    font-size: 14em;
  }

  .heading.serif {
    font-size: 15em;
  }

  .heading.case {
    color: #020101;
  }

  .hero-image {
    min-width: 200px;
  }

  .hero-link, .hero-link.w--current {
    width: 5em;
    height: 5em;
  }

  .button {
    height: 6em;
  }

  .button-text {
    font-size: 1.3em;
  }

  .text {
    font-size: 2em;
  }

  .text.marging-top {
    font-size: 1.8em;
  }

  .text.title {
    font-size: 2.2em;
  }

  .mode {
    width: 72px;
    height: 50px;
    padding: 8px;
  }

  .ball {
    width: 24px;
    height: 24px;
  }

  .cursor-wrapper {
    display: none;
  }

  .h3.force_lowecase {
    font-size: 4.3em;
  }

  .h3.force_lowecase.italic {
    font-size: 3.9em;
  }

  .case-image-wrap {
    height: auto;
    min-height: auto;
    display: flex;
  }

  .arrow {
    opacity: 1;
  }

  .face {
    width: 2.7em;
    height: 2.7em;
  }

  .showcase-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 5em 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .h2 {
    font-size: 4em;
  }

  .hero-image-wrap {
    height: 60em;
    min-height: 420px;
  }

  .case-hero, .case-image-study {
    min-height: auto;
  }

  .casestudy-50.blog.height-aligh {
    height: 310px;
  }

  .casestudy-image-small, .video-bg {
    min-width: 330px;
  }

  .button-2nd {
    height: 6em;
  }

  .button-2nd.live {
    height: 3.9em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .tricks-sticker {
    width: 21em;
  }

  .footer__moving-contain {
    height: 5.5vw;
  }

  .is--footer-text {
    font-size: 4vw;
  }

  ._404-ray {
    width: 95vw;
    right: -20%;
  }

  ._404-title {
    z-index: 2;
    display: flex;
    position: absolute;
    bottom: 31%;
  }

  ._404-item {
    font-size: 20em;
    line-height: 1;
  }

  ._404 {
    z-index: 2;
    display: flex;
    position: absolute;
  }

  .case-title-image {
    min-height: 480px;
  }

  .case-image-study_mobile {
    min-height: auto;
    display: none;
  }

  .case-video {
    height: 100%;
  }

  .headline {
    width: 300px;
  }

  .tiva-features {
    grid-template-columns: 1fr;
    max-width: 380px;
  }

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

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

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }

  .section-21 {
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-left: auto;
  }

  .paragraph {
    font-size: 7.2em;
  }

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

  .block-link {
    margin-bottom: 32px;
  }

  .div-block-30 {
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 87px;
  }

  .play-pause-button {
    margin-bottom: 7.1em;
    margin-right: 2.6em;
  }

  .navlink, .navlink.w--current {
    width: 5em;
    height: 5em;
  }

  .nav-link {
    font-size: 2.1em;
  }

  .portfolio-intro {
    width: 100%;
  }

  .media-grid {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 5em 1fr 1fr 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .section.margins {
    margin-top: 4em;
    margin-bottom: 4em;
  }

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

  .grid {
    grid-template-columns: 1fr 1fr 1fr 5em 1fr 1fr 1fr;
  }

  .nav {
    width: 92%;
  }

  .hero-link, .hero-link.w--current {
    width: 6em;
    height: 6em;
  }

  .button.button-solid {
    height: 8em;
    margin-top: 5em;
  }

  .button-text {
    line-height: 1;
  }

  .text, .text.marging-top {
    font-size: 2.2em;
  }

  .text.title {
    font-size: 2.6em;
  }

  .mode {
    width: 60px;
    height: 40px;
    padding: 4px;
  }

  .ball {
    width: 24px;
    height: 24px;
  }

  .circle-logo {
    width: 100%;
    min-width: 5em;
    height: 100%;
    min-height: 5em;
  }

  .h3 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 3.5em;
  }

  .case-image {
    min-width: 300px;
  }

  .arrow {
    width: 4em;
    min-width: 4em;
    height: 4em;
    margin-top: 2em;
  }

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

  .face {
    width: 3.8em;
    height: 3.8em;
  }

  .footer {
    height: 40em;
  }

  .arrow-top {
    width: 4em;
    min-width: 4px;
    height: 4em;
  }

  .showcase-grid {
    grid-template-columns: 1fr 1fr 1fr 4em 1fr 1fr 1fr;
  }

  .h2 {
    font-size: 4.4em;
    line-height: 1.1;
  }

  .case-hero {
    min-height: auto;
  }

  .case-image-study {
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .case-image-study.margin-left {
    min-height: auto;
  }

  .casestudy-image {
    height: auto;
  }

  .casestudy-50 {
    height: 65em;
  }

  .casestudy-50.blog.height-aligh {
    height: 270px;
  }

  .casestudy-image-small, .video-bg {
    min-width: 260px;
  }

  .tricks-sticker {
    width: 15em;
  }

  .overflow._404-page {
    overflow: visible;
  }

  ._404-wrap {
    height: auto;
    overflow: visible;
  }

  ._404-ray {
    width: 70vw;
    right: -7%;
  }

  ._404-title {
    bottom: -9%;
  }

  ._404-item {
    font-size: 13em;
  }

  .case-title-image {
    min-height: 480px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .case-image-study_mobile {
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .case-image-study_mobile.margin-left {
    min-height: auto;
  }

  .motion-item {
    width: 100%;
    margin-bottom: 5em;
  }

  .motion-wrap {
    flex-direction: column;
  }

  .motion-wrap.margin-top {
    margin-top: 0;
  }

  .headline {
    width: auto;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }

  .navlink, .navlink.w--current {
    width: 6em;
    height: 6em;
  }

  .nav-link {
    font-size: 2.6em;
  }

  .media-grid {
    grid-template-columns: 1fr 1fr 1fr 4em 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .preloader {
    display: none;
  }

  .section.margins {
    margin-top: 11em;
    margin-bottom: 11em;
  }

  .section.margins.hide-mob {
    display: none;
  }

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

  .grid {
    grid-column-gap: 3.5em;
    grid-row-gap: 4em;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid.fsm {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content.less-margin {
    margin-bottom: 0;
  }

  .heading {
    font-size: 15em;
  }

  .heading.serif {
    font-size: 17em;
    line-height: 1.2;
  }

  .heading.case {
    font-size: 13em;
    line-height: 1;
  }

  .nav {
    width: 92%;
    padding-top: 10.1em;
    padding-bottom: 10.1em;
  }

  .hero-link {
    width: 8em;
    min-width: 24px;
    height: 8em;
    min-height: 24px;
  }

  .hero-link.w--current {
    width: 8em;
    min-width: 26px;
    height: 8em;
    min-height: 26px;
  }

  .button.button-solid {
    height: 14em;
    margin-top: 20em;
    padding: 5em 8em;
  }

  .button-text {
    font-size: 5em;
  }

  .text, .text.marging-top {
    font-size: 4em;
  }

  .text.title {
    font-size: 5em;
  }

  .mode {
    width: 22em;
    height: 15em;
    margin-bottom: 2em;
    margin-left: 2em;
    padding: 2em;
  }

  .toggle {
    padding: 4px;
  }

  .ball {
    width: 8em;
    height: 8em;
  }

  .circle-logo {
    min-width: 26px;
    min-height: 26px;
  }

  .h3 {
    margin-top: 5px;
    margin-bottom: .25em;
    font-size: 7em;
  }

  .h3.force_lowecase {
    font-size: 5.9em;
  }

  .h3.force_lowecase.italic {
    font-size: 7.3em;
  }

  .case-image-wrap.adidas {
    min-height: 470px;
  }

  .arrow {
    width: 8em;
    min-width: 8em;
    height: 8em;
  }

  .nav-grid {
    grid-template-columns: .25fr 1fr;
  }

  .face {
    width: 5em;
    height: 5em;
  }

  .footer {
    height: 40vh;
  }

  .arrow-top {
    width: 5em;
    min-width: 5px;
    height: 5em;
    margin-left: 2em;
  }

  .case-vid {
    align-self: center;
    min-width: 200px;
  }

  .showcase-grid {
    grid-row-gap: 10em;
    grid-template-columns: 1fr 1fr;
  }

  .h2 {
    font-size: 9em;
  }

  .hero-image-wrap {
    height: auto;
    min-height: auto;
  }

  .divider {
    margin-top: 4em;
    margin-bottom: 4em;
  }

  .case-hero {
    justify-content: center;
    align-items: center;
    height: 55vh;
    min-height: 240px;
  }

  .case-hero.blog {
    height: 10vh;
  }

  .case-image-study {
    width: auto;
    min-width: auto;
    max-width: 620px;
    height: 100%;
    display: none;
  }

  .case-image-study.margin-left {
    margin-left: 250px;
  }

  .casestudy-image {
    justify-content: center;
    height: auto;
  }

  .casestudy-image.stroke.zar {
    justify-content: flex-start;
    height: 160px;
  }

  .casestudy-image.stroke.zar.taller {
    height: 160px;
  }

  .casestudy-50 {
    height: 40vh;
  }

  .casestudy-50.square {
    height: 88em;
  }

  .casestudy-50.blog.height-aligh {
    height: auto;
  }

  .casestudy-image-small {
    width: 100%;
    min-width: 280px;
    max-width: none;
    height: auto;
  }

  .video-bg {
    min-width: 280px;
  }

  .button-2nd.live {
    margin: 1em 4em 1em 1em;
    padding: 1.4em 2.1em;
  }

  .tricks-sticker {
    width: 17em;
  }

  .footer__moving-contain {
    height: 8vw;
  }

  .is--footer-text {
    font-size: 6vw;
  }

  ._404-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  ._404-ray {
    width: 100vw;
    max-width: 100%;
    position: absolute;
    left: auto;
    right: auto;
  }

  ._404-title {
    bottom: auto;
  }

  ._404-item {
    font-size: 20em;
  }

  ._404 {
    height: 45em;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  ._404-h1 {
    font-size: 10em;
  }

  ._404-h1.hmm {
    font-size: 6em;
    font-weight: 400;
  }

  ._404-text-wrap {
    align-items: center;
    width: auto;
    margin-top: 5%;
  }

  .anim-wrap {
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .case-title-image {
    width: auto;
    height: 100%;
    min-height: 240px;
  }

  .case-image-study_mobile {
    width: 100%;
    min-width: 280px;
    max-width: none;
    height: auto;
    display: block;
  }

  .case-image-study_mobile.margin-left {
    margin-left: 250px;
  }

  .case-video {
    min-width: auto;
    height: 100%;
  }

  .motion-item {
    min-width: 200px;
  }

  .tiva-feature {
    padding-left: 12px;
    padding-right: 12px;
  }

  .headline {
    width: auto;
  }

  .tiva-fade {
    background-image: linear-gradient(#fff0 49%, #fff 98%);
  }

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

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

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

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .section-21 {
    flex-direction: column;
    height: 62vh;
    margin-top: auto;
    display: none;
    inset: 0%;
  }

  .hamburger {
    display: flex;
  }

  .paragraph {
    font-size: 14em;
  }

  .circle {
    border-color: #4a25aa;
  }

  .div-block-33 {
    width: 100%;
    height: 7px;
    margin-top: 19px;
    margin-right: 0;
  }

  .men {
    grid-template-columns: 3.75fr 1.5fr .25fr;
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .men.mobile {
    margin-bottom: 19px;
    padding-left: 0;
    padding-right: 0;
  }

  .menu {
    margin-right: 0;
    display: block;
  }

  .block-link {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .div-block-30 {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-35 {
    width: 21px;
  }

  .play-pause-button {
    margin-bottom: 2.4em;
  }

  .navlink {
    width: 8em;
    min-width: 24px;
    height: 8em;
    min-height: 24px;
  }

  .navlink.w--current {
    width: 8em;
    min-width: 26px;
    height: 8em;
    min-height: 26px;
  }

  .nav-link {
    color: #272626;
    font-size: 4.6em;
  }

  .div-block-36 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .media-grid {
    grid-row-gap: 10em;
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-aae950c9-9d42-3e39-79cd-fd9ecbb29226-9731dde9 {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-dca73963-1bb2-ab19-54f5-465ad3600c80-9731dde9 {
  grid-area: 1 / 7 / 4 / 12;
}

#w-node-_82252439-b5a3-d0cc-7aa2-943aefcc05a0-9731dde9 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_1fdb4b3e-d6e9-aa89-100c-03e6cadca8ef-9731dde9 {
  grid-area: 3 / 1 / 4 / 6;
  align-self: end;
}

#w-node-_12e49b5e-58a8-71db-453d-26ff21e193d6-9731dde9, #w-node-a6266669-f28a-6ad7-06be-75e68bb8a06e-9731dde9, #w-node-_50ddedc9-6b40-b686-adf8-5be94d8d3809-9731dde9 {
  order: -9999;
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_50ddedc9-6b40-b686-adf8-5be94d8d3827-9731dde9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e06a0a05-a370-1825-b7aa-a791817cf1d7-817cf1d5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e06a0a05-a370-1825-b7aa-a791817cf1da-817cf1d5 {
  grid-area: 1 / 7 / 2 / 8;
}

#w-node-c76b3213-ada3-b1c7-5936-5b5e950a971f-817cf1d5 {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-bc69614a-1002-2910-32ae-a636532ca88a-532ca88a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c40ffbab-1cd7-cbd0-5a49-8b0f15a4dec7-15a4dec7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84a404dd-7f9b-ff07-8663-9c45a9cf1df9-a9cf1df6 {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-e66be379-bfe0-4822-afb1-69cc422cce97-422cce94 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_305aad16-d9a3-89c1-c757-24b621187190-422cce94 {
  grid-area: 1 / 6 / 2 / 8;
  justify-self: end;
}

#w-node-c402db27-b460-0480-c6a7-2c8057e85d01-422cce94 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-_98a7a1a6-8172-95ae-6303-b077d04ba311-422cce94 {
  grid-area: 1 / 7 / 2 / 8;
  justify-self: end;
}

#w-node-_4e077d3a-e02f-7644-9e5f-8ecf6edc9168-8631ddee {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-aa88c612-d4a4-2c28-e588-ec0497379b7c-8631ddee {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-8631ddee {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_66dac10d-94fa-4bb6-c4c3-e0e484faacb1-8631ddee {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-bd5a1a1f-bd18-baf6-f146-cec53d0a08d9-8631ddee {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_4e077d3a-e02f-7644-9e5f-8ecf6edc9168-ff31ddef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_83cdf758-82bc-70b5-13c5-647760d16e74-ff31ddef {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-aa88c612-d4a4-2c28-e588-ec0497379b7c-ff31ddef {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-ff31ddef {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-cce56f97-4ac3-beee-afc0-31997907b894-ff31ddef {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_7abd2444-88a7-1d15-caa5-a7636b2d645b-ff31ddef {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-ff31ddef {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_9091e7e5-df09-5616-9d4d-3438eeeb56bd-ff31ddef {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_4898e373-163e-6186-ea20-36fe47db439b-ff31ddef {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-e4e64a03-951e-6960-e80c-9addffa9fd63-ff31ddef {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_79ff7ec5-9ed2-5b4f-3214-adcb7ea8d433-ff31ddef {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-_4e077d3a-e02f-7644-9e5f-8ecf6edc9168-2c31ddf0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-aa88c612-d4a4-2c28-e588-ec0497379b7c-2c31ddf0 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-2c31ddf0 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_4898e373-163e-6186-ea20-36fe47db439b-2c31ddf0 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_4e077d3a-e02f-7644-9e5f-8ecf6edc9168-8666d26f {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_83cdf758-82bc-70b5-13c5-647760d16e74-8666d26f {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-aa88c612-d4a4-2c28-e588-ec0497379b7c-8666d26f {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-8666d26f {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-cce56f97-4ac3-beee-afc0-31997907b894-8666d26f {
  grid-area: 1 / 1 / 2 / 8;
}

#w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-8666d26f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_9091e7e5-df09-5616-9d4d-3438eeeb56bd-8666d26f {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-e4e64a03-951e-6960-e80c-9addffa9fd63-8666d26f {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-df331fa4-fd63-5630-0773-006cff49b686-8666d26f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-df331fa4-fd63-5630-0773-006cff49b688-8666d26f {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-aae950c9-9d42-3e39-79cd-fd9ecbb29226-e759896c {
  grid-area: 1 / 1 / 2 / 12;
}

#w-node-_12e49b5e-58a8-71db-453d-26ff21e193d6-e759896c {
  grid-area: span 1 / span 10 / span 1 / span 10;
  align-self: center;
}

#w-node-_461d58df-8aec-0e6f-4de5-cebe20dd6cca-e759896c {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cce56f97-4ac3-beee-afc0-31997907b894-ba7ca32f, #w-node-_53210357-bb18-bdf4-c1d5-c68f9977cb18-ba7ca32f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_79ff7ec5-9ed2-5b4f-3214-adcb7ea8d433-ba7ca32f, #w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-ba7ca32f {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-b1b2bada-5723-0f01-99e6-5e100f5e949a-ba7ca32f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_8d194782-9d69-220e-831f-f0d68f20a1d2-ba7ca32f {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-cf32b67e-ad9b-088c-59db-1f987385a0d2-ba7ca32f {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_95d16e58-8b30-5fae-3689-283dc2790a56-ba7ca32f {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-d88a5987-3493-bfbe-df20-577b3b66a84a-3b66a83b {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-d88a5987-3493-bfbe-df20-577b3b66a851-3b66a83b {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-d88a5987-3493-bfbe-df20-577b3b66a858-3b66a83b {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f44-2cbf1f34 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f4b-2cbf1f34 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f52-2cbf1f34 {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f5a-2cbf1f34 {
  grid-area: 1 / 7 / 2 / 12;
}

#w-node-_204314e0-ca64-4aae-e5e3-96ac847664e1-847664de {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-b955e4a4-feaa-f277-1743-77292affb7a1-2affb79e {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-b955e4a4-feaa-f277-1743-77292affb7a3-2affb79e {
  grid-area: 1 / 7 / 2 / 12;
}

@media screen and (min-width: 1440px) {
  #w-node-aae950c9-9d42-3e39-79cd-fd9ecbb29226-9731dde9 {
    grid-column-end: 12;
  }

  #w-node-e06a0a05-a370-1825-b7aa-a791817cf1da-817cf1d5 {
    grid-area: 1 / 6 / 2 / 8;
    justify-self: end;
  }

  #w-node-c402db27-b460-0480-c6a7-2c8057e85d01-422cce94 {
    grid-area: 1 / 8 / 2 / 9;
    justify-self: end;
  }

  #w-node-_98a7a1a6-8172-95ae-6303-b077d04ba311-422cce94 {
    grid-area: 1 / 7 / 2 / 8;
    justify-self: end;
  }

  #w-node-aae950c9-9d42-3e39-79cd-fd9ecbb29226-e759896c {
    grid-column-end: 12;
  }

  #w-node-_461d58df-8aec-0e6f-4de5-cebe20dd6cca-e759896c {
    grid-area: 2 / 1 / 3 / 6;
  }
}

@media screen and (max-width: 991px) {
  #w-node-aae950c9-9d42-3e39-79cd-fd9ecbb29226-9731dde9 {
    grid-column-end: 9;
  }

  #w-node-dca73963-1bb2-ab19-54f5-465ad3600c80-9731dde9 {
    grid-column: 4 / 8;
    grid-row-end: 2;
  }

  #w-node-_82252439-b5a3-d0cc-7aa2-943aefcc05a0-9731dde9 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1fdb4b3e-d6e9-aa89-100c-03e6cadca8ef-9731dde9 {
    grid-row: 1 / 2;
    grid-column-end: 5;
  }

  #w-node-_12e49b5e-58a8-71db-453d-26ff21e193d6-9731dde9, #w-node-a6266669-f28a-6ad7-06be-75e68bb8a06e-9731dde9, #w-node-_50ddedc9-6b40-b686-adf8-5be94d8d3809-9731dde9 {
    grid-column-end: 5;
  }

  #w-node-_50ddedc9-6b40-b686-adf8-5be94d8d3827-9731dde9 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-bc69614a-1002-2910-32ae-a636532ca88a-532ca88a {
    grid-area: 3 / 1 / 4 / 8;
  }

  #w-node-c40ffbab-1cd7-cbd0-5a49-8b0f15a4dec7-15a4dec7 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-aa88c612-d4a4-2c28-e588-ec0497379b7c-8631ddee {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-8631ddee {
    grid-column: 4 / 8;
    grid-row-end: 3;
  }

  #w-node-bd5a1a1f-bd18-baf6-f146-cec53d0a08d9-8631ddee {
    grid-column: 5 / 8;
  }

  #w-node-aa88c612-d4a4-2c28-e588-ec0497379b7c-ff31ddef {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-ff31ddef {
    grid-column: 4 / 8;
    grid-row-end: 3;
  }

  #w-node-_7abd2444-88a7-1d15-caa5-a7636b2d645b-ff31ddef {
    grid-column: 5 / 8;
  }

  #w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-ff31ddef {
    grid-column-end: 4;
  }

  #w-node-_9091e7e5-df09-5616-9d4d-3438eeeb56bd-ff31ddef {
    grid-column: 5 / 8;
  }

  #w-node-_79ff7ec5-9ed2-5b4f-3214-adcb7ea8d433-ff31ddef {
    grid-area: 3 / 1 / 3 / 4;
  }

  #w-node-aa88c612-d4a4-2c28-e588-ec0497379b7c-2c31ddf0 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-2c31ddf0 {
    grid-column: 4 / 8;
    grid-row-end: 3;
  }

  #w-node-_83cdf758-82bc-70b5-13c5-647760d16e74-8666d26f {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-aa88c612-d4a4-2c28-e588-ec0497379b7c-8666d26f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-8666d26f {
    grid-area: 1 / 6 / 3 / 10;
  }

  #w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-8666d26f {
    grid-column-end: 4;
  }

  #w-node-_9091e7e5-df09-5616-9d4d-3438eeeb56bd-8666d26f {
    grid-column: 5 / 8;
  }

  #w-node-e4e64a03-951e-6960-e80c-9addffa9fd63-8666d26f {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-df331fa4-fd63-5630-0773-006cff49b686-8666d26f {
    grid-column-end: 4;
  }

  #w-node-df331fa4-fd63-5630-0773-006cff49b688-8666d26f {
    grid-column: 5 / 8;
  }

  #w-node-aae950c9-9d42-3e39-79cd-fd9ecbb29226-e759896c {
    grid-column-end: 9;
  }

  #w-node-_12e49b5e-58a8-71db-453d-26ff21e193d6-e759896c {
    grid-column-end: 5;
  }

  #w-node-_461d58df-8aec-0e6f-4de5-cebe20dd6cca-e759896c {
    grid-area: 4 / 5 / 5 / 8;
  }

  #w-node-_53210357-bb18-bdf4-c1d5-c68f9977cb18-ba7ca32f {
    grid-column-end: 6;
  }

  #w-node-_79ff7ec5-9ed2-5b4f-3214-adcb7ea8d433-ba7ca32f {
    grid-area: 1 / 3 / 2 / 8;
  }

  #w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-ba7ca32f {
    grid-column: 3 / 8;
  }

  #w-node-b1b2bada-5723-0f01-99e6-5e100f5e949a-ba7ca32f {
    grid-area: 1 / 3 / 2 / 8;
  }

  #w-node-_8d194782-9d69-220e-831f-f0d68f20a1d2-ba7ca32f {
    grid-column: 5 / 8;
  }

  #w-node-cf32b67e-ad9b-088c-59db-1f987385a0d2-ba7ca32f {
    grid-column-end: 4;
  }

  #w-node-_95d16e58-8b30-5fae-3689-283dc2790a56-ba7ca32f {
    grid-area: 1 / 1 / 1 / 5;
  }

  #w-node-d88a5987-3493-bfbe-df20-577b3b66a84a-3b66a83b {
    grid-column: 4 / 8;
    grid-row-end: 3;
  }

  #w-node-d88a5987-3493-bfbe-df20-577b3b66a851-3b66a83b {
    grid-column: 1 / 3;
    grid-row-end: 2;
  }

  #w-node-d88a5987-3493-bfbe-df20-577b3b66a858-3b66a83b {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f4b-2cbf1f34 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f52-2cbf1f34 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f5a-2cbf1f34 {
    grid-area: 1 / 6 / 3 / 10;
  }

  #w-node-_204314e0-ca64-4aae-e5e3-96ac847664e1-847664de {
    grid-column: 1 / 8;
  }

  #w-node-b955e4a4-feaa-f277-1743-77292affb7a1-2affb79e {
    grid-column-end: 4;
  }

  #w-node-b955e4a4-feaa-f277-1743-77292affb7a3-2affb79e {
    grid-column: 5 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e06a0a05-a370-1825-b7aa-a791817cf1da-817cf1d5 {
    grid-column: 4 / 5;
  }

  #w-node-_305aad16-d9a3-89c1-c757-24b621187190-422cce94 {
    grid-column: 3 / 5;
  }

  #w-node-_7abd2444-88a7-1d15-caa5-a7636b2d645b-ff31ddef {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_83cdf758-82bc-70b5-13c5-647760d16e74-8666d26f {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-8666d26f {
    grid-area: 1 / 4 / 4 / 8;
  }

  #w-node-e4e64a03-951e-6960-e80c-9addffa9fd63-8666d26f {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-cce56f97-4ac3-beee-afc0-31997907b894-ba7ca32f, #w-node-_53210357-bb18-bdf4-c1d5-c68f9977cb18-ba7ca32f {
    grid-column-end: 8;
  }

  #w-node-_79ff7ec5-9ed2-5b4f-3214-adcb7ea8d433-ba7ca32f, #w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-ba7ca32f, #w-node-b1b2bada-5723-0f01-99e6-5e100f5e949a-ba7ca32f {
    grid-column-start: 1;
  }

  #w-node-_95d16e58-8b30-5fae-3689-283dc2790a56-ba7ca32f {
    grid-column-end: 8;
  }

  #w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f4b-2cbf1f34 {
    grid-area: 3 / 1 / 3 / 3;
  }

  #w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f5a-2cbf1f34 {
    grid-area: 1 / 4 / 4 / 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-aae950c9-9d42-3e39-79cd-fd9ecbb29226-9731dde9 {
    grid-column-end: 3;
  }

  #w-node-dca73963-1bb2-ab19-54f5-465ad3600c80-9731dde9 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1fdb4b3e-d6e9-aa89-100c-03e6cadca8ef-9731dde9 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_12e49b5e-58a8-71db-453d-26ff21e193d6-9731dde9, #w-node-a6266669-f28a-6ad7-06be-75e68bb8a06e-9731dde9, #w-node-_50ddedc9-6b40-b686-adf8-5be94d8d3809-9731dde9 {
    grid-column-end: 3;
  }

  #w-node-_50ddedc9-6b40-b686-adf8-5be94d8d3827-9731dde9 {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-e06a0a05-a370-1825-b7aa-a791817cf1d7-817cf1d5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-e06a0a05-a370-1825-b7aa-a791817cf1da-817cf1d5 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: end;
  }

  #w-node-c76b3213-ada3-b1c7-5936-5b5e950a971f-817cf1d5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bc69614a-1002-2910-32ae-a636532ca88a-532ca88a {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c40ffbab-1cd7-cbd0-5a49-8b0f15a4dec7-15a4dec7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_84a404dd-7f9b-ff07-8663-9c45a9cf1df9-a9cf1df6 {
    grid-column-end: 3;
  }

  #w-node-_305aad16-d9a3-89c1-c757-24b621187190-422cce94 {
    grid-column: 2 / 3;
  }

  #w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-8631ddee {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_66dac10d-94fa-4bb6-c4c3-e0e484faacb1-8631ddee {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-bd5a1a1f-bd18-baf6-f146-cec53d0a08d9-8631ddee {
    grid-column: 1 / 3;
  }

  #w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-ff31ddef {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-cce56f97-4ac3-beee-afc0-31997907b894-ff31ddef {
    grid-column-end: 3;
  }

  #w-node-_7abd2444-88a7-1d15-caa5-a7636b2d645b-ff31ddef {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-ff31ddef {
    grid-column-end: 3;
  }

  #w-node-_9091e7e5-df09-5616-9d4d-3438eeeb56bd-ff31ddef, #w-node-_4898e373-163e-6186-ea20-36fe47db439b-ff31ddef {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e4e64a03-951e-6960-e80c-9addffa9fd63-ff31ddef {
    grid-column-end: 3;
  }

  #w-node-_79ff7ec5-9ed2-5b4f-3214-adcb7ea8d433-ff31ddef {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-2c31ddf0 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_4898e373-163e-6186-ea20-36fe47db439b-2c31ddf0 {
    grid-column-end: 3;
  }

  #w-node-_4e077d3a-e02f-7644-9e5f-8ecf6edc9168-8666d26f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_83cdf758-82bc-70b5-13c5-647760d16e74-8666d26f {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-aa88c612-d4a4-2c28-e588-ec0497379b7c-8666d26f {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5cd98bf8-46d5-5e5b-5c20-6ea227c37057-8666d26f {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-cce56f97-4ac3-beee-afc0-31997907b894-8666d26f, #w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-8666d26f {
    grid-column-end: 3;
  }

  #w-node-_9091e7e5-df09-5616-9d4d-3438eeeb56bd-8666d26f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e4e64a03-951e-6960-e80c-9addffa9fd63-8666d26f, #w-node-df331fa4-fd63-5630-0773-006cff49b686-8666d26f {
    grid-column-end: 3;
  }

  #w-node-df331fa4-fd63-5630-0773-006cff49b688-8666d26f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-aae950c9-9d42-3e39-79cd-fd9ecbb29226-e759896c, #w-node-_12e49b5e-58a8-71db-453d-26ff21e193d6-e759896c {
    grid-column-end: 3;
  }

  #w-node-_461d58df-8aec-0e6f-4de5-cebe20dd6cca-e759896c {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-cce56f97-4ac3-beee-afc0-31997907b894-ba7ca32f, #w-node-_53210357-bb18-bdf4-c1d5-c68f9977cb18-ba7ca32f {
    grid-column-end: 3;
  }

  #w-node-_79ff7ec5-9ed2-5b4f-3214-adcb7ea8d433-ba7ca32f {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_27c5190b-79e0-a436-e956-15766f7f20ca-ba7ca32f {
    grid-column-end: 3;
  }

  #w-node-b1b2bada-5723-0f01-99e6-5e100f5e949a-ba7ca32f {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-_8d194782-9d69-220e-831f-f0d68f20a1d2-ba7ca32f {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-cf32b67e-ad9b-088c-59db-1f987385a0d2-ba7ca32f {
    grid-column-end: 3;
  }

  #w-node-_95d16e58-8b30-5fae-3689-283dc2790a56-ba7ca32f {
    grid-row: 1 / 2;
    grid-column-end: 3;
  }

  #w-node-d88a5987-3493-bfbe-df20-577b3b66a84a-3b66a83b {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d88a5987-3493-bfbe-df20-577b3b66a851-3b66a83b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d88a5987-3493-bfbe-df20-577b3b66a858-3b66a83b {
    grid-area: 2 / 1 / 2 / 3;
  }

  #w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f44-2cbf1f34 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f4b-2cbf1f34 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f52-2cbf1f34 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_50e0c290-a854-39c4-2cd9-be252cbf1f5a-2cbf1f34 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-_204314e0-ca64-4aae-e5e3-96ac847664e1-847664de, #w-node-b955e4a4-feaa-f277-1743-77292affb7a1-2affb79e {
    grid-column-end: 3;
  }

  #w-node-b955e4a4-feaa-f277-1743-77292affb7a3-2affb79e {
    grid-area: 2 / 1 / 3 / 3;
  }
}


