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

body {
  color: #fff;
  background-color: #2c0a35;
  font-family: Red hat display, sans-serif;
  font-size: 1vw;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9em;
  font-weight: 700;
  line-height: .9;
}

h2 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  font-weight: 700;
  line-height: .9;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
}

h4 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5em;
  font-weight: 700;
  line-height: .9;
}

h5 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 700;
  line-height: .9;
}

h6 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 700;
  line-height: .9;
}

p {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.6;
}

a {
  color: #fff;
  text-decoration: none;
}

ul, ol {
  margin-bottom: 0;
  padding-left: 20px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 0;
  padding: 0;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.wrapper {
  position: relative;
}

.section {
  padding-top: 9em;
  padding-bottom: 9em;
}

.section.padding-bottom-0 {
  padding-top: 9em;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.section.padding-bottom-0.padding-top-0 {
  padding-top: 2em;
}

.section.padding-bottom-0.hidden {
  display: block;
}

.section.story {
  padding-bottom: 9em;
}

.section.footer {
  padding-top: 2em;
  padding-bottom: .5em;
}

.section.hero {
  padding-top: 4em;
  padding-bottom: 0;
}

.section.hidden {
  display: none;
}

.container {
  width: 100%;
  cursor: default;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
}

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

.column-xsmall {
  width: 100%;
  max-width: 290px;
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: rgba(49, 49, 49, .6);
  line-height: 1.4px;
}

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

.grid.about {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.blog, .grid.licenses {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-columns: 1fr 1fr 1fr;
}

.padding-bottom-0 {
  padding-bottom: 0;
}

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

.text-display-1 {
  font-size: 8em;
}

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

.button {
  text-transform: uppercase;
  background-color: #d42121;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  padding: 1.125em 3em;
  font-size: 14px;
  font-weight: 500;
}

.rich-text {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.rich-text h1 {
  margin-bottom: 32px;
  font-size: 2.5em;
}

.rich-text h2 {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 1.75em;
}

.rich-text h4 {
  margin-bottom: 24px;
  font-size: 1.5em;
}

.rich-text h5 {
  margin-bottom: 20px;
  font-size: 1.25em;
}

.rich-text h6 {
  margin-bottom: 20px;
  font-size: 1em;
}

.rich-text p {
  color: #999;
  margin-bottom: 32px;
  font-size: 1.125em;
  line-height: 1.5;
}

.rich-text li {
  margin-bottom: 12px;
}

.rich-text ul {
  color: #999;
  margin-bottom: 32px;
  padding-left: 20px;
}

.rich-text ol {
  color: #999;
  overflow: visible;
}

.rich-text figcaption {
  color: #999;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.rich-text blockquote {
  margin-bottom: 32px;
  font-size: 2em;
}

.rich-text figure {
  margin-top: 56px;
  margin-bottom: 56px;
}

.style-guide-color {
  height: 150px;
  margin-bottom: 12px;
}

.style-guide-color.accent-01 {
  background-color: #d42121;
}

.style-guide-color.black-01 {
  background-color: #0d0d0d;
  border: 1px solid #1c1c1c;
}

.style-guide-color.black-02 {
  background-color: #121212;
}

.style-guide-color.black-03 {
  background-color: #1c1c1c;
}

.style-guide-color.grey-01 {
  background-color: #999;
}

.style-guide-color.white-01 {
  background-color: #fff;
}

.style-guide-color.grey-02 {
  background-color: #3d3d3d;
}

.nav-link {
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-left: 1.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

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

.text-display-2 {
  font-size: 6em;
}

.text-display-3 {
  font-size: 4em;
}

.text-display-4 {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(352deg, #9d10d9, #e600d7);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 3.5em;
}

.text-display-5 {
  font-size: 2.5em;
  font-weight: 700;
}

.text-display-5.metrics {
  font-weight: 400;
}

.text-display-6 {
  font-size: 2em;
  line-height: 1.2;
}

.text-display-7 {
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 700;
}

.text-body-1 {
  letter-spacing: .03em;
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}

.text-body-2 {
  letter-spacing: -.01em;
  font-size: 1.125em;
  line-height: 1.6;
}

.text-body-2.weight-light {
  margin-top: .5em;
  font-weight: 300;
}

.text-body-2.weight-light.hide {
  display: none;
}

.text-body-2.weight-light.top-margin-1-5em {
  margin-top: 1em;
}

.text-body-2.testimonial {
  color: #4f4f4f;
  text-align: center;
  font-size: 1.5em;
}

.paragraph {
  letter-spacing: -.01em;
}

.text-micro-1 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.text-micro-1.spaced {
  letter-spacing: .7em;
}

.text-micro-2 {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.text-micro-2.grey-01.hidden, .nav-btn {
  display: none;
}

.logo-img {
  height: 2em;
  filter: brightness(500%);
}

.header-nav {
  perspective: 6px;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

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

.nav-btn-lottie {
  width: 32px;
  height: 32px;
}

.header {
  z-index: 99;
  width: 100%;
  height: 4.5em;
  justify-content: space-between;
  align-items: center;
  margin-top: 1em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.reel-contain {
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  position: relative;
  overflow: hidden;
}

.reel-contain.home-hero {
  height: 42em;
  text-align: center;
}

.reel-contain.home-hero.margin-top {
  margin-top: 1em;
}

.reel-contain.cta {
  height: 38em;
  text-align: center;
}

.reel-contain.blog {
  height: 42em;
  text-align: center;
  margin-top: 5em;
}

.reel-contain.slide-wrap {
  height: 42em;
  text-align: center;
}

.reel {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.reel.home-hero {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel.work {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel.cta {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.reel-title {
  perspective: 2000px;
  margin-bottom: 2em;
}

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

.spacer-icon {
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 50%;
  flex: none;
}

.spacer-icon.rec {
  background-color: #d42121;
}

.spacer-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  flex: 1;
  margin-left: 1em;
  margin-right: 1em;
}

.col {
  width: 100%;
}

.col._11-20 {
  max-width: 55%;
}

.col._10-20 {
  max-width: 60%;
}

.col._6-20 {
  max-width: 30%;
}

.col._8-20 {
  max-width: 40%;
}

.col._3-20 {
  max-width: 15%;
}

.col._9-20 {
  max-width: 45%;
}

.col._5-20 {
  max-width: 25%;
}

.col._2-20 {
  max-width: 10%;
}

.col._12-20 {
  max-width: 60%;
}

.col._7-20 {
  max-width: 35%;
}

.col._1-20 {
  max-width: 5%;
}

.col._4-20 {
  max-width: 20%;
}

.col._13-20 {
  max-width: 65%;
}

.col._14-20 {
  max-width: 70%;
}

.col._15-20 {
  max-width: 75%;
}

.col._16-20 {
  max-width: 80%;
}

.col._17-20 {
  max-width: 85%;
}

.col._18-20 {
  max-width: 90%;
}

.col._19-20 {
  max-width: 95%;
}

.col._20-20 {
  max-width: 100%;
}

.style-guide-block {
  height: 4em;
  background-color: #999;
}

.o-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.row {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  padding-left: 8em;
  padding-right: 8em;
  display: flex;
}

.row.company {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2em;
  margin-bottom: 2em;
}

.row.slider-wrap {
  flex-direction: column;
  position: relative;
}

.row.story-content {
  border-bottom: .55px solid #480859;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.row.story-title {
  margin-bottom: 5em;
}

.row.work {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5em;
  display: grid;
}

.row.hero-title, .row.template {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.row.row-padding-bottom-4em {
  margin-bottom: 1em;
  padding-bottom: 4em;
}

.company-title {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.grey-01 {
  color: #999;
}

.company-text {
  width: 100%;
  max-width: 296px;
}

.about-card {
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-card.content {
  text-align: center;
  border: 1px solid #480859;
  padding-top: 0%;
  padding-left: 4em;
  padding-right: 4em;
}

.about-card-title {
  margin-bottom: 1.5em;
}

.track {
  width: 100%;
  height: 6.25em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2em;
  display: flex;
  overflow: hidden;
}

.track.top, .track.hidden {
  display: none;
}

.track-holder {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.track-icon {
  width: 2em;
  border-radius: 50%;
  margin-left: 1.5em;
  margin-right: 1.5em;
}

.slider {
  height: 42em;
  border-radius: 1.5em;
  margin-top: 5em;
  position: relative;
}

.slide {
  border-radius: 1.5em;
  overflow: hidden;
}

.story-text {
  width: 100%;
  max-width: 350px;
}

.work-title {
  max-width: 47.75em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.work-title.left-allign {
  text-align: left;
  margin-left: 0;
}

.work-item {
  width: 100%;
  height: 0;
  border-radius: 1.5em;
  padding-top: 56.25%;
  padding-left: 2.5em;
  position: relative;
  overflow: hidden;
}

.work-text {
  width: 100%;
  max-width: 26.1em;
  overflow: hidden;
}

.clients-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  mix-blend-mode: luminosity;
  border: 0 solid #480859;
  border-radius: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.clients-wrap._2nd {
  mix-blend-mode: normal;
  border-color: rgba(72, 8, 89, 0);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.clients-item {
  height: 11.25em;
  border: 0 solid #480859;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.clients-item.last {
  opacity: .7;
  border-bottom-style: none;
  padding-left: 0;
  padding-right: 0;
}

.clients-item._2nd {
  border-color: rgba(72, 8, 89, 0);
  padding: 2em;
}

.blog-card {
  height: 25em;
  background-color: #1c1c1c;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5em 2em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-card-bottom {
  z-index: 10;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-card-icon {
  width: 2em;
  display: none;
  transform: rotate(180deg);
}

.blog-card-top {
  z-index: 10;
  position: relative;
}

.blog-card-bg {
  z-index: 5;
  width: 12.5em;
  height: 12.5em;
  opacity: .7;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-title {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.social-wrap {
  display: flex;
}

.cta-button {
  width: 18em;
  height: 2.5em;
  text-transform: uppercase;
  background-image: linear-gradient(133deg, #540a5f, #ad11a3);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 2em;
  margin-right: 2em;
  transition: background-color .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.logo-footer {
  width: 100%;
  opacity: .05;
}

.footer-wrap {
  height: 5em;
  border: 1px solid #480859;
  border-radius: 1.5em;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-left: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.text-link {
  letter-spacing: .01em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  transition: color .4s cubic-bezier(.23, 1, .32, 1);
}

.text-link:hover {
  color: #999;
}

.text-link.no-hover:hover {
  color: #fff;
}

.footer-links {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.slider-left-arrow {
  width: 2.5em;
  height: 2.5em;
  font-size: 1vw;
  top: -8.1em;
  bottom: auto;
  left: auto;
  right: 3.2em;
}

.slider-right-arrow {
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  font-size: 1vw;
  display: flex;
  top: -8.1em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.slide-nav {
  display: none;
}

.slider-arrow-icon.right {
  width: 2.5em;
  height: 2.5em;
  transform: rotate(180deg);
}

.slider-arrow-icon.left {
  width: 2.5em;
  height: 2.5em;
}

.reel-title-mask {
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
}

.template-text {
  max-width: 37.5em;
  margin-bottom: 5em;
}

.top-bar {
  width: 100%;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #d42121;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.licenses-item {
  width: 100%;
  max-width: 56.25em;
  background-color: #1c1c1c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.licenses-text {
  margin-top: .7em;
}

.work-para {
  font-size: .6em;
  font-weight: 400;
  line-height: 1.6;
}

.work-description {
  line-height: 1.2;
  display: none;
}

.description-text {
  overflow: hidden;
}

.clip {
  position: relative;
}

.list-image-height {
  max-width: 100%;
  border-radius: .875rem;
  padding-top: 60%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-fill-2 {
  width: 100%;
  height: 1px;
  background-color: #480859;
}

.video-section {
  margin-top: 5em;
  margin-left: auto;
  margin-right: auto;
}

.work-list-title {
  padding-top: .35rem;
}

.image-fill {
  z-index: 90;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.description-wrapper {
  width: 60%;
}

.video {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.work-list-grid {
  z-index: 25;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr .55fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.heading-style-h3 {
  letter-spacing: -.09rem;
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 1;
}

.list-image-item {
  width: 100%;
  perspective: 200vw;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.list-image {
  position: relative;
}

.hover-text.bottom-hover-text {
  position: absolute;
  top: auto;
  bottom: -100%;
  left: 0%;
  right: 0%;
}

.line {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-size-tiny-2 {
  font-size: 1.4rem;
  font-weight: 500;
}

.para-white {
  color: #fff;
}

.grid-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.blog-card-2 {
  height: 25em;
  background-color: #1c1c1c;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5em 2em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-display-8 {
  font-size: 2em;
}

.blog-card-3 {
  height: 25em;
  background-color: #1c1c1c;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5em 2em 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-display-9 {
  font-size: 2em;
}

.text-display-9.process {
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  line-height: 1.2;
}

.text-display-9.margin-top-5-em {
  margin-top: .5em;
  line-height: 1.2;
}

.blog-card-4 {
  height: 25em;
  background-image: none;
  border: 1px solid #480859;
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.build-something-content-grid {
  width: 100%;
  min-width: 55%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.build-something-text-holder {
  grid-row-gap: 12px;
  border-bottom: 2px #f2f2f2;
  flex-direction: column;
  padding-bottom: 30px;
  display: flex;
}

.build-something-text-holder.last {
  border-bottom-style: none;
  display: none;
}

.build-something-title {
  margin-top: 0;
  margin-bottom: 12px;
}

._16-px-text {
  font-size: 16px;
  font-weight: 600;
}

.padding-horizontal {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-large {
  font-size: 1.2rem;
  line-height: 1.45;
}

.text-size-large.text-align-center {
  color: #000;
}

.text-size-small {
  font-size: .975rem;
  line-height: 1.35;
}

.home-banner_credit {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  align-items: center;
  display: flex;
}

.home-banner_nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e7eeee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.slider-arrow {
  grid-column-gap: .35rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.slider-arrow.swiper-prev {
  border-right: 1px solid #e7eeee;
}

.home-banner_content {
  z-index: 3;
  width: 100%;
  max-width: 35rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  border-radius: .625rem;
  flex-direction: column;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner_content.slider-component {
  max-width: 40rem;
}

.hover-arrow.left {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
  right: auto;
}

.hover-arrow.right {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -100%;
}

.home-banner_slide {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.home-banner_slider {
  cursor: grab;
  display: flex;
}

.icon-1x1-tiny {
  width: .9rem;
  height: .9rem;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-banner_bkg {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.home-banner_avatar {
  width: 3rem;
  height: 3rem;
  border-radius: .4rem;
  position: relative;
  overflow: hidden;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(11, 12, 15, .15);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light-overlay {
  background-color: rgba(11, 12, 15, .1);
}

.slider-arrow_text {
  padding-bottom: .25rem;
}

.home-banner_com {
  min-height: 80vh;
  border-radius: .625rem;
  justify-content: center;
  align-items: flex-end;
  padding-top: 16rem;
  padding-bottom: 16rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  width: 800px;
}

.card-bg-video {
  z-index: -1;
  height: 150%;
  position: absolute;
  top: -25%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.home-faq-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: .5rem 2rem;
  display: flex;
  overflow: hidden;
}

.home-faq-block {
  min-height: 35rem;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.home-faq-content {
  height: 100%;
  border: 1px #e7eeee;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 2.5rem;
  padding: 1rem 2rem 1rem 6rem;
  display: flex;
  overflow: hidden;
}

.home-faq-top {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px #e7eeee;
  border-left: 1px #e7eeee;
  border-right: 1px #e7eeee;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 5rem 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.icon-1x1-small {
  width: 1.25rem;
  height: 1.25rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.home-faq-text {
  max-width: 30rem;
}

.home-faq-item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0);
  border-top: 1px solid #e7eeee;
  border-bottom: 1px #e7eeee;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  justify-items: stretch;
  padding: 0;
  transition: all .8s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.home-faq-item.w--current {
  background-color: rgba(221, 221, 221, 0);
  overflow: hidden;
}

.home-faq-item.no-border {
  border-top-style: none;
  position: relative;
}

.home-faq-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-size-regular {
  font-size: 1.2rem;
  line-height: 1.4;
}

.text-size-regular.margin-top-1em {
  margin-top: 1em;
}

.home-faq-number {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  display: flex;
}

.hame-faq-bottom {
  width: 100%;
  flex-direction: column;
  flex: 0 auto;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-bg-gradient {
  width: 100%;
  height: 100%;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: linear-gradient(160deg, #41144b, rgba(46, 13, 69, .18) 23%, rgba(46, 14, 72, 0) 59%, #2d0a35);
  background-clip: border-box;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  margin-left: 2em;
  padding: .5em 1.2em;
}

.grid-4 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(to right, #5e0b67, #be3aba);
  border-radius: 100rem;
  padding: .75rem 3.95rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
}

.button-2.is-form-submit {
  border-style: none;
  margin-top: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.form-dual-input {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: space-between;
  display: flex;
}

.form-input {
  min-height: 3.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .7);
  margin-bottom: .5rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.form-input.radius-regular {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .875rem;
}

.form-block {
  max-width: 25em;
  background-color: #fff;
  background-image: radial-gradient(circle, #f4e2f6, #f0ecff 48%, #ddd8f0);
  border-radius: 25px;
  flex-direction: column;
  flex: 1;
  margin-bottom: 0;
  padding: 4rem 3rem;
  display: flex;
  position: relative;
}

.form-block.radius-regular {
  position: relative;
}

.contact-intro {
  width: 100%;
  margin-bottom: 4em;
}

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

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

.form_message-success {
  padding: 1.25rem;
}

.form-label {
  color: #000;
  font-size: .875rem;
  font-weight: 400;
}

.pop-up {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-gradient {
  z-index: 95;
  height: 6em;
  background-image: linear-gradient(#2c0a35 90%, rgba(44, 10, 53, 0));
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button-wrapper-sticky {
  perspective: 6rem;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  background-image: linear-gradient(#313131, #000);
  border: .125rem solid #000;
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: box-shadow .1s;
}

.button-3:hover {
  box-shadow: 0 0 2rem .5rem rgba(0, 0, 0, .1);
}

.faq-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-4 {
  margin-top: 1em;
}

.custom-cursor {
  z-index: -10;
  width: 300px;
  height: 300px;
  opacity: .27;
  filter: blur(20px);
  -webkit-backdrop-filter: hue-rotate(135deg);
  backdrop-filter: hue-rotate(135deg);
  object-fit: fill;
  background-image: radial-gradient(circle closest-side, #dd00d7, rgba(51, 13, 62, 0));
  border-radius: 100%;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: -12%;
  right: auto;
}

.cursor-track {
  z-index: 1000;
  width: 100%;
  height: 100vh;
  mix-blend-mode: color-dodge;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pointer-small {
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
}

.padding-section-large {
  justify-content: center;
  padding-bottom: 7rem;
  display: flex;
}

.testimonial1_logo {
  max-height: 3.5rem;
  filter: brightness(2000%);
  margin-bottom: 1em;
}

.testimonial1_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial1_client-image-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.testimonial1_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  object-fit: cover;
  border-radius: 100%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

.text-weight-semibold {
  font-weight: 600;
}

.slider-2 {
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.icon {
  opacity: .15;
}

.left-arrow {
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right-arrow {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-button-2 {
  width: 11em;
  text-transform: uppercase;
  background-image: linear-gradient(133deg, #540a5f, #ad11a3);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 2em;
  margin-right: 2em;
  font-size: 1em;
  transition: background-color .8s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.cta-button-2.big {
  font-size: 1.4em;
}

.button-4 {
  color: #000;
  text-align: left;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/noun-close-x-3647864.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .7em;
  font-size: 2em;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 2%;
}

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

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

.text-span {
  font-size: 2rem;
}

.partners-logo {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-right: 2em;
}

.logo-container {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.image-4 {
  opacity: .8;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.image-5 {
  max-width: 100%;
  opacity: .74;
}

.text-size-large-2 {
  font-size: 1.4rem;
  line-height: 1.45;
}

.text-size-large-2.text-align-center.testimonial {
  color: #3d3d3d;
}

.image-fill-2 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-2 {
  background-color: rgba(11, 12, 15, .15);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-2.light-overlay {
  background-color: rgba(11, 12, 15, .1);
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: 0%;
  right: 0%;
}

.social {
  width: 12em;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.link-block-3 {
  color: #fff;
  padding-top: 0;
  text-decoration: none;
}

.checkbox-label {
  color: #fff;
  margin-bottom: 0;
  padding-left: 2em;
  font-size: 16px;
  font-weight: 300;
  display: none;
}

.checkbox-label.open {
  font-weight: 400;
  display: block;
}

.span-text.footer-2 {
  font-weight: 300;
}

.grid-6 {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.grid-6.is--footer {
  z-index: 3;
}

.grid-6.is--final-coypright {
  z-index: 1;
  align-items: center;
  padding-top: 7em;
}

.text-block-6 {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.image-footer {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid_item {
  z-index: 1;
  width: 100%;
  padding: 1.04em;
  display: block;
  position: relative;
}

.grid_item.footer-text-mobile {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: none;
}

.grid_item.footer-social {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5em;
  padding-bottom: .5em;
  display: flex;
}

.grid_item.footer-text {
  width: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5em;
  display: flex;
}

.grid_item.footer-social-mobile {
  width: 20%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
}

.grid_item.footer-logo {
  width: 20%;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 1.04em;
  display: flex;
}

.grid_item.is--50 {
  width: 50%;
  justify-content: center;
  display: flex;
  position: relative;
}

.grid_item.is--50.footer-2 {
  white-space: nowrap;
  justify-content: center;
  align-items: flex-end;
}

.grid_item.is--50.footer-1 {
  width: 60%;
  justify-content: flex-start;
}

.logo-footer-2 {
  width: 13em;
}

.section-2 {
  z-index: 10;
  max-width: 100%;
  position: relative;
}

.section-2.is--footer {
  z-index: 1;
  position: relative;
  bottom: 0;
}

.text-span-15 {
  font-weight: 500;
}

.text-span-16 {
  text-transform: uppercase;
  font-weight: 400;
}

.is--white {
  color: #fff;
}

.is--white.is--69px {
  white-space: nowrap;
  flex-direction: column;
  font-size: 69px;
  line-height: 1.4;
  display: flex;
}

.social-icons {
  width: 2.5em;
  padding-left: .5em;
  padding-right: .5em;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.line-terms {
  height: 1px;
  background-color: #fff;
}

.footer-terms {
  color: #fff;
  letter-spacing: .5px;
  font-size: 13px;
  font-weight: 300;
}

.find-us {
  color: #fff;
  letter-spacing: .5px;
  padding-bottom: 1em;
  font-size: 13px;
  font-weight: 300;
}

.text-field {
  color: #fff;
  background-color: #2c0a35;
  border: 1px #000;
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 0;
  padding: 1.5em 0;
}

.text-field:active {
  letter-spacing: 2px;
  font-weight: 300;
  transform: translate(0);
}

.text-field:focus {
  background-color: #2c0a35;
  font-size: 16px;
  font-weight: 300;
}

.text-field::-ms-input-placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.text-field::placeholder {
  color: #fff;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 300;
}

.contact-text-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}

.div-block-12 {
  padding-bottom: 4em;
  display: none;
  position: relative;
}

.checkbox {
  width: 25px;
  height: 25px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #5581da;
}

.gradient-top {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-block-2 {
  position: relative;
}

.container-2 {
  z-index: 1;
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15em 6.25em;
}

.container-2.footer {
  padding: 4em 12em 0;
}

.submit-button {
  z-index: 10;
  width: 260px;
  height: 42px;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: auto;
  bottom: -30%;
  left: auto;
  right: 0%;
}

.footer-terms-span {
  color: #fff;
  text-decoration: none;
}

.text-span-8 {
  border-bottom: 1px solid #f8f8f8;
}

.paragraph-2 {
  color: #fff;
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

.form-cta-wrapper {
  justify-content: center;
  padding-top: 4em;
  padding-bottom: 1em;
  display: flex;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
}

.error-message {
  text-align: center;
  background-color: rgba(255, 222, 222, 0);
}

.name-holder {
  margin-top: 2em;
}

.video-type {
  color: #fff;
  background-color: #2d0a35;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #c4c4c4;
  border-radius: 0;
  padding-left: 0;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, .08);
}

.dropdown-list.w--open {
  background-color: rgba(221, 221, 221, 0);
}

.dropdown-link {
  color: #fff;
}

.highlight-text {
  font-weight: 500;
}

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

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

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

.form-2 {
  display: block;
}

.div-block-13 {
  width: 10em;
  justify-content: space-around;
  margin-top: .8em;
  display: flex;
}

.content-holder {
  height: 60vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2em;
  }

  h6 {
    font-size: 1.5em;
  }

  p {
    font-size: 1em;
  }

  blockquote {
    font-size: 2em;
  }

  .section {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .section.padding-bottom-0 {
    padding-bottom: 0;
  }

  .section.padding-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.story {
    padding-bottom: 0;
  }

  .container {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .grid-quarters {
    grid-column-gap: 24px;
  }

  .grid-quarters.style-guide, .grid.about {
    grid-template-columns: 1fr;
  }

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

  .text-display-1 {
    font-size: 4em;
  }

  .grid-thirds {
    grid-column-gap: 24px;
  }

  .nav-link {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #1c1c1c;
    margin-left: 0;
    padding: 1.25em 1.5em;
    display: none;
  }

  .text-display-2 {
    font-size: 3.5em;
  }

  .text-display-3 {
    font-size: 3em;
  }

  .text-display-4 {
    font-size: 2.5em;
  }

  .text-display-5 {
    font-size: 2em;
  }

  .text-display-6 {
    font-size: 1.5em;
  }

  .text-display-7 {
    font-size: 1.25em;
  }

  .text-body-1 {
    font-size: 2em;
  }

  .nav-btn {
    cursor: pointer;
    display: flex;
  }

  .header-nav {
    z-index: 1;
    background-color: #2c0a35;
    position: relative;
  }

  .nav-btn-lottie {
    width: 1.5em;
    height: 1.5em;
  }

  .header {
    z-index: 2000;
    height: 4em;
  }

  .reel-contain.home-hero {
    height: 0;
    padding-top: 56.25%;
  }

  .reel-contain.blog {
    height: 0;
    margin-top: 3em;
    padding-top: 56.25%;
  }

  .reel-contain.slide-wrap {
    height: 28em;
  }

  .reel.work.reltive {
    position: relative;
  }

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

  .row.story-title {
    margin-bottom: 3em;
  }

  .row.work {
    grid-template-columns: 1fr;
    margin-top: 3em;
  }

  .about-card.content {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .slider {
    height: 28em;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .slider-mask {
    height: 28em;
  }

  .story-text {
    max-width: 260px;
  }

  .clients-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .clients-wrap._2nd {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-card-bg {
    width: 10em;
    height: 10em;
  }

  .cta-button {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .footer-wrap {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-links {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .slider-left-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -56px;
    left: 0%;
    right: auto;
  }

  .slider-right-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -56px;
    left: 56px;
    right: auto;
  }

  .slider-arrow-icon.right, .slider-arrow-icon.left {
    width: 40px;
    height: 40px;
  }

  .list-image-height {
    height: 100%;
    padding-top: 0%;
  }

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

  .image-fill {
    position: relative;
    top: 0%;
    left: 0%;
  }

  .description-wrapper {
    width: 90%;
  }

  .work-list-grid {
    grid-template-columns: .5fr .75fr .55fr;
  }

  .list-image-item {
    height: 100%;
    position: relative;
  }

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

  .text-display-8, .text-display-9 {
    font-size: 1.5em;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-banner_content {
    max-width: 70vw;
  }

  .home-banner_com {
    align-items: center;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .home-faq-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
  }

  .home-faq-content.radius-regular {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-faq-top {
    grid-template-columns: 2rem 1fr auto;
  }

  .text-size-regular {
    font-size: 1.1rem;
  }

  .form-block {
    padding: 1.5rem 1.5rem 2.5rem;
  }

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

  .top-gradient {
    height: 5em;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .cta-button-2 {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
  }

  .grid_item {
    height: 100%;
    display: block;
  }

  .grid_item.footer-text-mobile {
    width: 70%;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social {
    padding-top: 3em;
    padding-bottom: 2em;
  }

  .grid_item.footer-text {
    width: 70%;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 1.04em;
  }

  .grid_item.footer-social-mobile {
    width: 30%;
    align-items: flex-start;
    padding-top: 3em;
    padding-left: 4.04em;
  }

  .grid_item.footer-logo {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3em;
  }

  .logo-footer-2 {
    width: 17em;
  }

  .is--white.is--69px {
    font-size: 50px;
  }

  .social-icons {
    width: 3.3em;
  }

  .text-field {
    border-radius: 0;
  }

  .container-2 {
    padding: 0 3em 10em;
  }

  .submit-button {
    bottom: -63%;
    left: 0%;
    right: auto;
  }

  .name-holder {
    margin-top: 2em;
  }

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

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

  .container {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

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

  .text-display-1 {
    font-size: 3em;
  }

  .grid-thirds.style-guide {
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .text-display-2 {
    font-size: 2.5em;
  }

  .text-display-3 {
    font-size: 2em;
  }

  .text-display-4 {
    font-size: 1.75em;
  }

  .text-display-5 {
    font-size: 1.5em;
  }

  .text-display-6 {
    font-size: 1.25em;
  }

  .text-display-7 {
    font-size: 1.125em;
  }

  .header-inner {
    justify-content: space-between;
  }

  .reel-contain.slide-wrap {
    height: 20em;
  }

  .reel.work {
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .reel.work.reltive {
    padding: 6em;
  }

  .col._10-20 {
    max-width: 100%;
  }

  .row.story-content {
    flex-direction: column;
  }

  .row.story-title {
    margin-bottom: 3em;
  }

  .slider {
    height: 20em;
    margin-top: 3em;
  }

  .slider-mask {
    height: 20em;
  }

  .story-text {
    max-width: 100%;
    margin-bottom: 1em;
  }

  .clients-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .blog-card {
    padding-top: 2em;
  }

  .work-list-title {
    width: 100%;
  }

  .description-wrapper {
    width: 70%;
  }

  .work-list-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: center;
    display: flex;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .list-image-item {
    width: 80%;
  }

  .blog-card-2 {
    padding-top: 2em;
  }

  .text-display-8 {
    font-size: 1.25em;
  }

  .blog-card-3 {
    padding-top: 2em;
  }

  .text-display-9 {
    font-size: 1.25em;
  }

  .blog-card-4 {
    padding-top: 2em;
  }

  .build-something-content-grid {
    width: 100%;
    min-width: 100%;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .slider-arrow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home-banner_content {
    max-width: 80vw;
  }

  .home-banner_slide.swiper-slide {
    padding: 1rem;
  }

  .home-banner_com {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

  .home-faq-list {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-faq-list.radius-regular {
    padding: 0 1rem;
  }

  .home-faq-content {
    margin-bottom: 1.75rem;
    padding: 1.75rem 1.5rem;
  }

  .home-faq-content.radius-regular {
    padding-left: 0;
    padding-right: 1.2rem;
  }

  .home-faq-top {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-columns: 1fr auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-size-regular {
    font-size: 1rem;
  }

  .form-dual-input {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-direction: column;
    justify-content: flex-start;
  }

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

  .form-label {
    margin-bottom: .4rem;
  }

  .padding-section-large {
    padding-bottom: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .cta-button-2 {
    margin-right: 0;
  }

  .text-size-large-2 {
    font-size: 1.25rem;
  }

  .grid-6.is--final-coypright {
    padding-top: 15em;
  }

  .grid_item.footer-text-mobile {
    width: 100%;
  }

  .grid_item.footer-social {
    flex-direction: column;
  }

  .grid_item.footer-text {
    width: 100%;
  }

  .grid_item.footer-social-mobile {
    flex-direction: column;
    padding-left: 1.04em;
  }

  .grid_item.footer-logo {
    padding-top: 9.7em;
  }

  .grid_item.is--50.footer-2 {
    width: 100%;
    justify-content: flex-end;
  }

  .social-icons {
    width: 4em;
    margin-right: 2em;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5em;
  }

  h2 {
    font-size: 2.25em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.75em;
  }

  h5 {
    font-size: 1.5em;
  }

  h6 {
    font-size: 1.25em;
  }

  .section {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }

  .section.padding-bottom-0 {
    padding-top: 4em;
  }

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

  .text-display-1 {
    font-size: 2.5em;
  }

  .grid-thirds, .grid-thirds.style-guide {
    grid-template-columns: 1fr;
  }

  .rich-text h1 {
    font-size: 2em;
  }

  .rich-text h2 {
    font-size: 1.75em;
  }

  .rich-text h3 {
    font-size: 1.5em;
  }

  .rich-text h4 {
    font-size: 1.25em;
  }

  .rich-text h5 {
    font-size: 1em;
  }

  .rich-text h6 {
    font-size: .75em;
  }

  .rich-text p, .rich-text ul {
    font-size: 1em;
  }

  .rich-text blockquote {
    font-size: 1.5em;
  }

  .text-display-2, .text-display-4 {
    font-size: 2em;
  }

  .text-display-6 {
    margin-bottom: 11px;
  }

  .text-body-1 {
    font-size: 1.3em;
    line-height: 1.4;
  }

  .text-body-2.weight-light {
    font-size: 1em;
  }

  .text-micro-1.spaced {
    letter-spacing: 0;
  }

  .logo-link {
    border-top: 1px #c4c4c4;
  }

  .logo-link.w--current {
    border-top-style: none;
  }

  .header {
    padding: 0;
  }

  .reel-contain.home-hero {
    padding-top: 150%;
  }

  .reel-contain.cta {
    height: 28em;
  }

  .reel-contain.slide-wrap {
    height: 14em;
  }

  .reel.home-hero {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .col._11-20, .col._6-20, .col._8-20, .col._3-20, .col._9-20, .col._5-20, .col._2-20, .col._12-20, .col._7-20, .col._1-20, .col._4-20, .col._13-20, .col._14-20, .col._15-20, .col._16-20, .col._17-20, .col._18-20, .col._19-20 {
    max-width: 100%;
  }

  .about-card.content {
    padding: 6em 1.25em;
  }

  .slider, .slider-mask {
    height: 14em;
  }

  .clients-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .clients-wrap._2nd {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .clients-item {
    height: 6em;
    margin-top: 0;
  }

  .clients-item._2nd {
    height: 5em;
    padding: 1em;
  }

  .blog-card {
    height: 20em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .blog-card-bg {
    width: 8em;
    height: 8em;
  }

  .cta-button {
    width: 16em;
  }

  .footer-wrap {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .footer-links {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .reel-title-mask {
    padding-left: .4em;
    padding-right: .4em;
  }

  .top-bar {
    font-size: 14px;
    line-height: 1.2;
  }

  .licenses-item {
    padding: 24px;
  }

  .work-list-title {
    padding-top: .75rem;
  }

  .description-wrapper {
    width: 90%;
  }

  .work-list-grid {
    grid-template-columns: 1fr;
    align-content: stretch;
  }

  .list-image {
    width: 100%;
  }

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

  .blog-card-2, .blog-card-3, .blog-card-4 {
    height: 20em;
    padding-bottom: 1.25em;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .build-something-content-grid {
    grid-template-columns: 1fr 1fr;
  }

  .build-something-text-holder {
    padding-bottom: 13px;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-banner_content {
    max-width: 85vw;
  }

  .home-faq-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-faq-list.radius-regular {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-regular {
    font-weight: 300;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-button-2 {
    font-size: 14px;
  }

  .checkbox-field {
    bottom: -15%;
  }

  .social-footer-link {
    align-items: center;
    display: flex;
  }

  .link-block-3 {
    display: inline-block;
  }

  .social-footer-lin-mobile {
    width: 6em;
    color: #fff;
    align-items: center;
    margin-right: 3em;
    text-decoration: none;
    display: flex;
  }

  .checkbox-label {
    color: #acabab;
    padding-left: .8em;
    font-size: 10px;
    display: none;
  }

  .checkbox-label.open {
    display: block;
  }

  .grid-6.is--final-coypright {
    padding-top: 30em;
  }

  .text-block-6 {
    font-weight: 300;
  }

  .image-footer {
    object-fit: cover;
  }

  .grid_item.footer-text-mobile {
    padding-top: 5em;
    display: block;
  }

  .grid_item.footer-text {
    display: none;
  }

  .grid_item.footer-social-mobile {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
    display: block;
  }

  .grid_item.footer-logo {
    padding-bottom: 7em;
  }

  .grid_item.is--50.footer-2 {
    width: 100%;
    justify-content: flex-start;
    padding-top: 7em;
    padding-left: 1.04em;
  }

  .grid_item.is--50.footer-1 {
    width: 100%;
  }

  .logo-footer-2 {
    width: 32em;
  }

  .is--white {
    font-size: 9em;
  }

  .is--white.is--69px {
    font-size: 10.4em;
  }

  .social-icons {
    width: 6em;
  }

  .line-terms {
    height: .5px;
  }

  .footer-terms {
    padding-bottom: 2em;
  }

  .checkbox {
    width: 20px;
    height: 20px;
  }

  .container-2.footer {
    padding-top: 15em;
    padding-bottom: 10em;
  }

  .submit-button {
    bottom: -35%;
  }

  .text-span-8 {
    border-bottom-width: .5px;
  }

  .paragraph-2 {
    font-size: 14.5px;
  }
}

#w-node-_39fdca48-8a8c-ff02-a7f5-82506b0e6bdc-3f174cde, #w-node-fd56ca6e-7934-c775-6b0e-193297c1c6d4-3f174cde, #w-node-_5063f33e-c9cd-a2e4-bd1a-2fca4e8aeb27-3f174cde, #w-node-a0473834-6e6f-282f-b70c-15cec276a27a-3f174cde, #w-node-_058d3a3f-af44-42f8-0f75-d1f87eeaee6f-3f174cde, #w-node-abe71499-7bc6-7eea-94ae-fe8339ebd757-3f174cde, #w-node-c6ef8996-ba6e-090a-c305-238357b84588-3f174cde, #w-node-c9eefad4-8ef0-7c6b-bcc5-5a6b970bcead-3f174cde, #w-node-_58823a00-6f71-d57b-d5ce-b3d9110bebd8-3f174cde, #w-node-_12a798a0-f5fc-e75a-494d-76b7f2116c27-3f174cde, #w-node-_056a3266-f162-de90-104f-cb0a48c6e759-3f174cde, #w-node-_056a3266-f162-de90-104f-cb0a48c6e75b-3f174cde, #w-node-_056a3266-f162-de90-104f-cb0a48c6e75d-3f174cde, #w-node-_056a3266-f162-de90-104f-cb0a48c6e75f-3f174cde, #w-node-_056a3266-f162-de90-104f-cb0a48c6e761-3f174cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c5fb2864-ebab-b0f6-4547-3975dbce3caf-3f174cde {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#nowThis.w-node-d7cfe7cc-7107-9e06-8d7d-b5b38e4fe498-3f174cde, #w-node-d7cfe7cc-7107-9e06-8d7d-b5b38e4fe49c-3f174cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7cfe7cc-7107-9e06-8d7d-b5b38e4fe4a6-3f174cde {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd486486-3f174cde, #w-node-_5f3332f4-37e6-7bc1-f259-4022bd48648a-3f174cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3332f4-37e6-7bc1-f259-4022bd486498-3f174cde {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864a2-3f174cde, #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864a6-3f174cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864b4-3f174cde {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864be-3f174cde, #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864c2-3f174cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864d0-3f174cde {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864da-3f174cde, #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864de-3f174cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864ed-3f174cde {
  align-self: stretch;
  justify-self: stretch;
}

#nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864f7-3f174cde, #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864fb-3f174cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3332f4-37e6-7bc1-f259-4022bd486509-3f174cde {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-e9b50993-8880-c1c1-9d5a-2d5cb08f22fe-3f174cde, #w-node-_9c4e3bfa-b8ef-d3cf-3f35-bb9bafa13ee1-3f174cde, #w-node-_7f90bf18-484e-6c77-b756-dff1f1e7149d-3f174cde, #w-node-d69096f6-1eb0-67ae-8433-042b2873d078-3f174cde, #w-node-_61c4657a-7774-78d2-f6b6-28387cda47d0-3f174cde, #w-node-_7fef2f1b-1a5a-f604-fbcf-5d2054191063-3f174cde, #w-node-d699604d-2e11-6f01-943d-887da7c45185-3f174cde, #w-node-_6411b594-b8bb-2c03-2ee4-4aa8fecc31d2-3f174cde, #w-node-_8d40fcce-d1f9-2da2-fbb5-ebe759045b50-3f174cde, #w-node-_0a989adf-d57c-4b73-c106-6bdfa8f72db9-3f174cde, #w-node-_0a989adf-d57c-4b73-c106-6bdfa8f72dc7-3f174cde, #w-node-_0a989adf-d57c-4b73-c106-6bdfa8f72dc0-3f174cde, #w-node-_0a989adf-d57c-4b73-c106-6bdfa8f72dce-3f174cde, #w-node-_78de226b-2592-a5d1-1634-17ce320b6fa3-3f174cde, #w-node-_78de226b-2592-a5d1-1634-17ce320b6fb1-3f174cde, #w-node-_78de226b-2592-a5d1-1634-17ce320b6faa-3f174cde, #w-node-_78de226b-2592-a5d1-1634-17ce320b6fb8-3f174cde, #w-node-ea333ab1-7862-5cbe-a4ba-877da9fb25c7-3f174cde, #w-node-ea333ab1-7862-5cbe-a4ba-877da9fb25d5-3f174cde, #w-node-ea333ab1-7862-5cbe-a4ba-877da9fb25ce-3f174cde, #w-node-ea333ab1-7862-5cbe-a4ba-877da9fb25dc-3f174cde, #w-node-_614b5d82-7670-fe9e-1dc8-019ea6570c1d-3f174cde, #w-node-_614b5d82-7670-fe9e-1dc8-019ea6570c2b-3f174cde, #w-node-_614b5d82-7670-fe9e-1dc8-019ea6570c24-3f174cde, #w-node-_614b5d82-7670-fe9e-1dc8-019ea6570c32-3f174cde, #w-node-_75a7bb57-ba8c-d63c-00a7-93f3b868e4eb-3f174cde, #w-node-_75a7bb57-ba8c-d63c-00a7-93f3b868e4f9-3f174cde, #w-node-_75a7bb57-ba8c-d63c-00a7-93f3b868e4f2-3f174cde, #w-node-_75a7bb57-ba8c-d63c-00a7-93f3b868e500-3f174cde, #w-node-_61596f10-2f86-dd9c-7624-a1cd98eb62bc-3f174cde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f211ccc-5d74-dd78-2daf-6f4c867abbc4-3f174cde {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-3f174ce5, #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-3f174ce5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_555938e2-1530-5faa-0b3c-645b9d516057-3f174ce5, #w-node-b6dcff6f-c454-effa-66ca-5cdd4ec33c05-3f174ce5, #w-node-a4801e37-71dd-362e-d78b-54ca493cd522-3f174ce5, #w-node-a029a75a-60a2-b997-f29d-22de39135e08-3f174ce5, #w-node-f7227ae0-3604-c604-eb23-237187d9ef91-3f174ce5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b512093b-625b-ea32-8835-eecc1d55929b-3f174ce5, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-3f174ce5, #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-3f174ce5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-c5fb2864-ebab-b0f6-4547-3975dbce3caf-3f174cde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ce95a03-1098-6add-2fca-26e4623a0e0b-3f174ce5, #w-node-_113298a9-5c0d-3088-4998-9d182b9af0ef-3f174ce5, #w-node-b512093b-625b-ea32-8835-eecc1d55929b-3f174ce5, #w-node-e5e32c2d-6788-b701-d7e1-d1a34bc061a5-3f174ce5, #w-node-_38b93e66-eef6-f94d-8249-c878569e8db9-3f174ce5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #nowThis.w-node-d7cfe7cc-7107-9e06-8d7d-b5b38e4fe498-3f174cde {
    align-self: end;
  }

  #w-node-d7cfe7cc-7107-9e06-8d7d-b5b38e4fe49c-3f174cde {
    align-self: start;
  }

  #w-node-d7cfe7cc-7107-9e06-8d7d-b5b38e4fe4a6-3f174cde {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd486486-3f174cde {
    align-self: end;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd48648a-3f174cde {
    align-self: start;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd486498-3f174cde {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864a2-3f174cde {
    align-self: end;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864a6-3f174cde {
    align-self: start;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864b4-3f174cde {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864be-3f174cde {
    align-self: end;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864c2-3f174cde {
    align-self: start;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864d0-3f174cde {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864da-3f174cde {
    align-self: end;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864de-3f174cde {
    align-self: start;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864ed-3f174cde {
    grid-area: 1 / 1 / 3 / 2;
  }

  #nowThis.w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864f7-3f174cde {
    align-self: end;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd4864fb-3f174cde {
    align-self: start;
  }

  #w-node-_5f3332f4-37e6-7bc1-f259-4022bd486509-3f174cde {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_61596f10-2f86-dd9c-7624-a1cd98eb62c0-3f174cde, #w-node-_61596f10-2f86-dd9c-7624-a1cd98eb62ce-3f174cde, #w-node-_61596f10-2f86-dd9c-7624-a1cd98eb62dc-3f174cde, #w-node-_61596f10-2f86-dd9c-7624-a1cd98eb62ea-3f174cde, #w-node-_61596f10-2f86-dd9c-7624-a1cd98eb62f8-3f174cde, #w-node-_0bbd06c0-5298-01d1-db29-d67c272ffdb2-3f174cde, #w-node-_519b2ef2-eda6-0d08-532f-b9770a9cd2aa-3f174cde, #w-node-c931fffc-7bb6-7fa4-031c-0f6443183934-3f174cde {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5063f33e-c9cd-a2e4-bd1a-2fca4e8aeb27-3f174cde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a989adf-d57c-4b73-c106-6bdfa8f72dc0-3f174cde, #w-node-ea333ab1-7862-5cbe-a4ba-877da9fb25ce-3f174cde, #w-node-_614b5d82-7670-fe9e-1dc8-019ea6570c24-3f174cde, #w-node-_75a7bb57-ba8c-d63c-00a7-93f3b868e4f2-3f174cde, #w-node-_6165f7af-9bf3-e84c-278a-3b14d201b6df-3f174cde, #w-node-_6165f7af-9bf3-e84c-278a-3b14d201b6e1-3f174cde, #w-node-_6165f7af-9bf3-e84c-278a-3b14d201b6e3-3f174cde, #w-node-_6165f7af-9bf3-e84c-278a-3b14d201b6e5-3f174cde, #w-node-_020264d1-9890-3d9e-dd09-fce4bc67eb78-3f174cde, #w-node-_87318134-dbd1-f6c6-525e-237be463679c-3f174cde {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Red hat display';
  src: url('../fonts/red-hat-display-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}