:root {
  --body-display: #626d86;
  --pinstripe: rgba(136, 158, 168, .2);
  --grey: #eef0f6;
  --black: #111729;
  --deep-sky-blue: #00bee6;
  --coral: #ff6f44;
  --shaddow: rgba(41, 43, 78, .07);
  --orange-red: #ff4b27;
  --purple: #111729;
  --orange: #111729;
}

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

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  color: var(--body-display);
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6em;
}

a {
  text-decoration: underline;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 3px;
  border-color: var(--pinstripe);
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 24px;
  font-size: 17px;
  line-height: 1.6em;
}

.body {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

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

.section.grey {
  background-color: var(--grey);
}

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

.section.no-top-padding.dark {
  background-color: var(--black);
}

.section.small-padding {
  padding-top: 60px;
  padding-bottom: 0;
}

.section.blur {
  background-color: var(--grey);
  background-image: url('../images/Blur-Bg.svg');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: 300%;
  background-attachment: fixed;
}

.section.less-top-padding {
  padding-top: 100px;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.grid-wrapper.top-padding {
  margin-top: 120px;
  position: static;
}

.home-hero {
  justify-content: center;
  min-height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.background {
  background-image: url('../images/DivoBG01.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background.instagram-one {
  background-image: url('../images/Divo00.jpeg');
}

.background.testimonial-background {
  background-image: url('../images/Divo00.jpg');
  background-position: 50% 0;
}

.background.about-background {
  background-image: none;
}

.background.services-hero-background {
  background-image: url('../images/016.jpeg');
}

.background.journal-hero-background {
  background-image: url('../images/002.jpeg');
}

.background.about-hero-background {
  background-image: url('../images/017.jpeg');
}

.background.contact-hero-background {
  background-image: url('../images/034.jpeg');
  background-position: 50% 30%;
}

.background.team-image-001 {
  background-image: url('../images/021.jpeg');
}

.background.team-image-002 {
  background-image: url('../images/030.jpeg');
}

.background.team-image-003 {
  background-image: url('../images/012.jpeg');
}

.background.team-image-004 {
  background-image: url('../images/029.jpeg');
}

.background.instagram-two {
  background-image: url('../images/1628577004066.jpeg');
}

.background.instagram-three {
  background-image: url('../images/vr-esports-player-immersive-soccer.jpeg');
}

.background.instagram-four {
  background-image: url('../images/DivoBG01.jpeg');
}

.background.action-background {
  background-image: url('../images/divo-vr-experience.jpg');
  background-position: 0 0;
}

.background._1 {
  background-image: url('../images/DivoBG01.jpg');
}

.background.tal {
  background-image: url('../images/Tal-Dotan.jpeg');
}

.background.eliyahu {
  background-image: url('../images/Eliyahu-Baruch.jpeg');
}

.background.shira {
  background-image: url('../images/Shira-Persovski.jpeg');
}

.background.lena {
  background-image: url('../images/Lena.jpg');
  background-position: 50%;
}

.overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay.light {
  background-color: rgba(10, 16, 29, .2);
  display: none;
}

.overlay.dark {
  background-color: rgba(17, 23, 41, .1);
}

.centered-line {
  background-color: rgba(255, 255, 255, .09);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

.centered-line.dark {
  background-color: var(--pinstripe);
}

.line-fill {
  background-color: #a3acc2;
  width: 40%;
  height: 100%;
}

.line-fill.light {
  background-color: rgba(255, 255, 255, .2);
}

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

.slider-arrow {
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding-left: 100px;
  display: flex;
  top: 0;
  bottom: 80px;
  left: -100px;
}

.slider-arrow.right {
  padding-left: 0;
  padding-right: 100px;
  left: auto;
  right: -100px;
}

.navbar {
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
  position: relative;
}

.nav-right {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
  position: relative;
}

.nav-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
}

.nav-link.w--current {
  border-bottom: 1px solid var(--deep-sky-blue);
  color: #fff;
}

.nav-link.mobile {
  display: none;
}

.navigation-content {
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

.nav-menu {
  justify-content: center;
  max-width: 400px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.brand {
  color: #000;
  letter-spacing: -.03em;
  align-items: center;
  width: 150px;
  padding-left: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.service-link {
  border-right: 1px none var(--pinstripe);
  color: #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.xxl-heading {
  font-size: 56px;
  line-height: 1.2em;
}

.dual-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-display {
  color: var(--body-display);
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.small {
  font-size: 14px;
  line-height: 1.45em;
  position: relative;
}

.body-display.light {
  color: #fff;
}

.body-display.dark {
  color: #000;
}

.medium-stacked-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 475px;
  display: grid;
}

.medium-stacked-intro.alt {
  max-width: none;
}

.subtitle {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle.light {
  color: rgba(255, 255, 255, .8);
}

.subtitle.small {
  font-size: 9px;
}

.solid-button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.solid-button.light {
  border: 1px solid #fff;
}

.solid-button.light:hover {
  background-color: var(--black);
  outline-offset: 0px;
  color: #fff;
  outline: 1px solid #fff;
}

.stacked-heading {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-line {
  background-color: #d7dfeb;
  width: 60px;
  height: 2px;
  display: flex;
}

.left-line.light {
  background-color: rgba(255, 255, 255, .09);
}

.half-wrapper {
  grid-column-gap: 51px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.horizontal-line {
  background-color: var(--pinstripe);
  height: 1px;
}

.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: stretch;
  display: grid;
}

.list-item {
  border-bottom: 1px solid var(--pinstripe);
  background-color: var(--black);
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 160px;
  padding: 60px 35px;
  text-decoration: none;
  display: block;
  position: relative;
}

.list-item._1 {
  background-color: #7c529f;
}

.list-item._2 {
  background-color: #fbb416;
}

.list-item._3 {
  background-color: #ed3c89;
}

.list-item._4 {
  background-color: #03bff2;
}

.service-link-top {
  z-index: 10;
  border-right: 1px none var(--pinstripe);
  border-bottom: 1px none var(--pinstripe);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
}

.projects {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 0;
  display: grid;
  position: relative;
}

.light-fill {
  background-color: #fff;
  width: 100%;
  margin-top: -80px;
}

.featured-work-slider {
  z-index: 25;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 240px;
  padding-bottom: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  z-index: 2;
  display: none;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 600px;
  position: relative;
  overflow: hidden;
}

.hover-slider-arrow {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

.testimonial-slide-content {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 36px;
  display: grid;
  position: relative;
}

.underline-link {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .8);
  padding-bottom: 6px;
  padding-left: 0;
  font-size: 9px;
  text-decoration: none;
  position: relative;
}

.underline-link.dark {
  border-bottom-color: var(--pinstripe);
  color: var(--body-display);
}

.testimonial-slide {
  z-index: 20;
  position: relative;
}

.project-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 60px;
  padding-left: 48px;
  display: grid;
  position: relative;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  color: #000;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: visible;
}

.skew-background {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.project-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-meta {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 48px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-line {
  background-color: rgba(17, 23, 41, .5);
  height: 100%;
  position: relative;
}

.slider-section {
  z-index: 5;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.action-banner {
  min-height: 775px;
  position: relative;
  overflow: hidden;
}

.grey-cover {
  background-color: var(--grey);
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.centered-intro {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
  position: relative;
}

.instagram-footer {
  z-index: 10;
  min-height: 150px;
  padding-top: 100px;
  position: relative;
}

.nav-button {
  background-color: var(--black);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  padding: 12px 32px;
  font-size: 9px;
  text-decoration: none;
  overflow: hidden;
}

.social-circle {
  border: 1px none var(--pinstripe);
  cursor: pointer;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: relative;
}

.hero-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  max-width: 650px;
  display: grid;
}

.hero-intro.large-intro {
  max-width: 775px;
}

.outline-button {
  border: 1px solid var(--pinstripe);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 42px;
  padding: 16px 32px;
  font-size: 9px;
  line-height: 1.35em;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  overflow: hidden;
}

.outline-button.light {
  background-color: var(--black);
  color: #fff;
  border-color: rgba(255, 255, 255, .2);
}

.showreel-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 675px;
  padding-top: 140px;
  padding-bottom: 200px;
  padding-left: 35px;
  display: grid;
  position: relative;
}

.nav-cover {
  background-color: var(--black);
  box-shadow: none;
  border: 1px rgba(136, 158, 168, .05);
  height: 100%;
}

.service-description {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-card-hover {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: -24px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.service-link-name {
  border-bottom: 1px solid var(--pinstripe);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-feed {
  grid-column-gap: 49px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-grid {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.instagram {
  justify-content: center;
  align-items: center;
  height: 10vw;
  max-height: 215px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-grey-cover {
  background-color: #fff;
  height: 90%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.instagram-intro {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-bottom: 24px;
  display: grid;
}

.instagram-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-content {
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-box {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  background-color: var(--black);
  color: #fff;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

.footer-box-top {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.footer-box-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
}

.footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  display: grid;
}

.footer-box-title {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-brand-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 24px;
  display: grid;
}

.footer-credits {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.legal-link-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.legal-link {
  color: var(--body-display);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 9px;
  text-decoration: none;
}

.testimonial-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.testimonial-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-avatar {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.client-avatar.dark {
  border-color: var(--pinstripe);
}

.avatar {
  background-image: url('../images/liortimor.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar.avatar-002 {
  background-image: url('../images/Portrait003.jpg');
  background-position: 50% 30%;
}

.avatar.avatar-003 {
  background-image: url('../images/Portrait015.jpeg');
  background-position: 50% 30%;
}

.avatar.avatar-004 {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 10%;
}

.avatar.avatar-005 {
  background-image: url('../images/Portrait004.jpg');
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-hero {
  z-index: 10;
  background-color: var(--grey);
  justify-content: center;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-hero-content {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.inner-hero-background {
  margin-bottom: -80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.collection-hero-banner {
  min-height: 800px;
  margin-bottom: -80px;
  position: relative;
  overflow: hidden;
}

.projects-wrapper {
  background-color: #fff;
  margin-top: -80px;
  padding-bottom: 140px;
}

.side-fill {
  background-color: #fff;
  width: 100%;
}

.medium-width {
  max-width: 500px;
}

.about-content {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -80px;
  padding: 0 0 0 60px;
  display: grid;
}

.about-content.alt {
  grid-column-gap: 35px;
  padding-left: 0;
}

.inner-page-hero {
  justify-content: center;
  min-height: 850px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.about-image {
  min-height: 440px;
  position: relative;
  overflow: hidden;
}

.number-item {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px var(--shaddow);
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.hero-top {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 24px;
}

.hero-bottom {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.scroll-wrapper {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  width: 1px;
  padding-top: 12px;
  display: grid;
  position: relative;
}

.rotate-text {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 12px;
  font-size: 9px;
  display: flex;
  transform: rotate(90deg);
}

.scroll-line {
  background-color: rgba(255, 255, 255, .2);
  width: 1px;
}

.about-hero-bottom {
  min-height: 140px;
  position: relative;
}

.step-card {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-block {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-body {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  background-color: #fff;
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.post-top {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 72px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.author {
  border: 4px solid var(--grey);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-bottom: -40px;
  position: relative;
}

.post-body {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  min-height: 400px;
  padding: 80px 0 80px 80px;
  display: grid;
}

.rich-text-wrapper {
  padding: 0;
}

.post-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 18px;
}

.rich-text h3, .rich-text h1, .rich-text h2, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: 12px;
}

.dropdown {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
}

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

.dropdown-list.w--open {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.dropdown-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 250px;
  min-width: 250px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.dropdown-link {
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  padding: 20px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
}

.dropdown-link.bottom {
  border-bottom-style: none;
}

.projects-hero {
  justify-content: center;
  min-height: 900px;
  display: flex;
  overflow: hidden;
}

.slide-content {
  z-index: 2;
  justify-content: center;
  height: 100%;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.project-hero-bottom {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.project-bottom {
  z-index: 10;
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 48px;
  display: grid;
  position: relative;
}

.scroll-circle {
  background-color: var(--grey);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  margin-bottom: -36px;
  padding-top: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 80px 0 0;
  display: grid;
}

.quick-link-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-wrapper {
  grid-column-gap: 49px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid var(--pinstripe);
  min-height: 54px;
  margin-bottom: 0;
  padding: 18px 24px;
}

.text-field.large {
  min-height: 160px;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.about-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 60px 0 60px 60px;
  display: grid;
}

.services-dual-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 350px) 1px 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.services-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sticky-services-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.service-list-item {
  border-bottom: 1px solid var(--pinstripe);
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 0;
  display: flex;
  position: relative;
}

.full-stacked-intro {
  grid-column-gap: 40px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-top {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item-bottom {
  overflow: hidden;
}

.service-bottom-content {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 24px;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  display: grid;
}

.team-image {
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

.team-image-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  display: grid;
}

.story-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.story-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-block {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto 1px auto;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  min-height: 200px;
  display: grid;
}

.team-member-wrapper {
  background-color: var(--grey);
  min-height: 500px;
  padding: 60px 0 140px 60px;
}

.light-cover {
  background-color: #fff;
  width: 100%;
}

.project-banner {
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.top-cover {
  background-color: var(--grey);
  height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.client-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  display: grid;
}

.project-details {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 650px;
  padding-bottom: 100px;
  display: grid;
}

.number-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-numbers-section {
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.project-gallery-image {
  justify-content: center;
  align-items: center;
  height: 24vw;
  display: flex;
  position: relative;
}

.project-intro {
  grid-column-gap: 120px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-gallery {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-item {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
}

.author-avatar {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

.avatar-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.team-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-name {
  grid-column-gap: 16px;
  grid-row-gap: 6px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icon-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  position: relative;
}

.social-icon {
  background-color: var(--grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.social-icon.light {
  background-color: var(--black);
  border: 1px solid rgba(255, 255, 255, .2);
}

.social-icon.light.purple {
  background-color: #6e5d8f;
}

.social-icon.light.orange {
  background-color: #fbb416;
}

.social-icon.light.pink {
  background-color: #ed3c89;
}

.core-value {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 60px;
  border: 1px none var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: grid;
  position: relative;
}

.check-icon {
  background-color: #fff;
  border-radius: 100px;
  width: 32px;
  height: 32px;
}

.check-icon.dark {
  background-color: var(--grey);
}

.team-member-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.vertical-card {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: center;
  justify-items: stretch;
  height: 100%;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

.vertical-card.padded {
  background-color: var(--black);
  color: #fff;
  grid-template-rows: auto auto auto auto;
  padding: 35px;
  transition: all .3s;
}

.vertical-card.padded:hover {
  background-color: var(--deep-sky-blue);
  color: var(--black);
}

.vertical-card.hidden {
  display: none;
}

.team-portrait {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 17px;
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  display: flex;
  position: relative;
}

.team-card-info {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 24px;
  display: grid;
  position: relative;
}

.team-card-link {
  border-right: 1px none var(--coral);
  border-left: 1px none var(--coral);
  background-color: var(--coral);
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 28px;
  margin-left: 0;
  margin-right: 0;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -28px;
  left: 0;
  right: 0;
}

.horizontal-journal-card {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 300px;
  padding: 18px;
  text-decoration: none;
  display: grid;
}

.popular-posts {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
}

.journal-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px .5fr;
  grid-auto-columns: 1fr;
  padding: 60px 0 60px 60px;
  display: grid;
}

.journal-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  display: grid;
}

.post-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-posts-list {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.popular-post-card {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.popular-post-image {
  min-height: 100px;
  position: relative;
  overflow: hidden;
}

.popular-post-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.preloader {
  z-index: 10000;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preloader-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  max-width: 275px;
  display: grid;
}

.preloader-indicator {
  width: 100%;
}

.indicator-wrapper {
  background-color: var(--pinstripe);
  height: 3px;
  display: flex;
}

.indicator-fill {
  background-color: #fff;
  width: 0%;
  height: 100%;
}

.preloader-brand {
  font-size: 36px;
}

.slider-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slide-hero-background {
  background-image: url('../images/033.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide-hero-background.three {
  background-image: url('../images/072.jpeg');
}

.slide-hero-background.slider-001 {
  background-image: url('../images/DivoBG03.jpeg');
  background-position: 50%;
}

.slide-hero-background.slider-002 {
  background-image: url('../images/016.jpeg');
}

.slide-hero-background.slider-003 {
  background-image: url('../images/017.jpeg');
}

.slide-hero-background.slider-002 {
  background-image: url('../images/DivoBG02.jpeg');
  background-position: 50%;
}

.slide-hero-background.slider-003 {
  background-image: url('../images/DivoBG01.jpeg');
  background-position: 50%;
}

.slider-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-arrow-icon {
  opacity: 1;
  width: 18px;
}

.team-bio-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-portrait-wrapper {
  flex-direction: column;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 118px;
  overflow: hidden;
}

.team-block {
  grid-column-gap: 18px;
  grid-row-gap: 24px;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-list-item {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--pinstripe);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: grid;
  position: relative;
}

.stacked-hero-title {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-toggle {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

.social-drop-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 16px;
  border: 1px none var(--pinstripe);
  background-color: #fff;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  padding: 6px;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

.dropdown-corner {
  background-color: #fff;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

.collection-list-wrapper, .collection-list {
  height: 100%;
}

.collection-item {
  justify-content: center;
  height: 100%;
  display: flex;
}

.outline-hover-circle {
  z-index: 10;
  border: 1px solid #fffdfd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
}

.project-image {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 375px;
  display: flex;
  position: relative;
}

.hover-circle-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: relative;
}

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

.journal-list-title {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hover-line {
  height: 1px;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hover-line-fill {
  background-color: #a3acc2;
  width: 100%;
  height: 100%;
}

.scroll-arrow {
  width: 18px;
}

.collection-list-wrapper-3 {
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.project-title {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-media-box {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  border: 1px none var(--pinstripe);
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-description {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 6px;
  display: grid;
}

.social-box {
  border: 1px solid var(--pinstripe);
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 0;
  display: flex;
  position: relative;
}

.social-box-icon {
  width: 24px;
}

.list-arrow {
  width: 14px;
}

.post-author-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px 80px;
  display: grid;
  position: relative;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  padding: 0;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--pinstripe);
  background-color: var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.core-value-top {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  display: grid;
}

.slider-bottom {
  z-index: 25;
  padding-bottom: 80px;
  position: relative;
}

.slider-grid-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 15px;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.outline-social-icon {
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 9px;
  display: flex;
}

.outline-social-icon.large {
  width: 34px;
  height: 34px;
}

.verticle-journal-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.journal-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.recent-journal-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.verticle-journal-image {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin: 18px 18px 0;
  display: flex;
  position: relative;
}

.vericle-journal-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0 36px 36px;
  display: grid;
}

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

.service-overview {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.plus-lottie {
  justify-content: center;
  align-items: center;
  width: 18px;
  padding-top: 6px;
  display: flex;
}

.small-width {
  max-width: 300px;
}

.pagination {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 12px;
  padding-left: 48px;
  display: grid;
}

.what-we-did {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-top-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

.team-social-wrapper {
  z-index: 10;
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding-bottom: 18px;
  display: grid;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.error-message {
  background-color: var(--grey);
  color: var(--body-display);
  margin-top: 18px;
}

.logo-image {
  width: 100%;
}

.preloader-image {
  color: var(--black);
  letter-spacing: -.03em;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.preloader-image.w--current {
  width: 150px;
}

.spacer {
  height: 10px;
}

.spacer.large {
  height: 30px;
}

.text-scroller-container {
  justify-content: center;
  align-items: flex-start;
  height: 100px;
  overflow: hidden;
}

.text-scroller-container.top-padding {
  margin-top: 35px;
}

.text-container-div {
  flex-wrap: wrap;
  align-items: center;
  width: 300%;
  height: 100%;
  padding: 0 19px;
  display: flex;
}

.outline-text {
  color: var(--black);
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.outline-text.dot {
  font-size: 50px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.solid-text {
  color: var(--black);
  margin-left: 20px;
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}

.solid-text.dot {
  font-size: 50px;
}

.blur-overlay {
  background-image: linear-gradient(to right, var(--grey), rgba(255, 255, 255, 0)), linear-gradient(to bottom, rgba(255, 255, 255, .44), rgba(255, 255, 255, .44));
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  z-index: 20;
  border: 1px solid var(--shaddow);
  background-color: #fff;
  padding: 35px;
  position: absolute;
}

.popup-inner {
  background-color: #dadde2;
  padding: 35px;
}

.contact-card-more-info-div {
  height: 180px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.more-info-inner-div {
  height: auto;
  position: absolute;
}

.page-wrapper {
  overflow: hidden;
}

.grid-wrapper-2 {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.number-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 160px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  padding: 24px 36px;
  transition: box-shadow .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  position: relative;
}

.number-item-2:hover {
  z-index: 1;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .07);
}

.number-info {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-row {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border: 1px solid rgba(136, 158, 168, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.subtitle-2 {
  color: #626d86;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.verticle-line-2 {
  background-color: rgba(136, 158, 168, .2);
  height: 100%;
  position: relative;
}

.slider-no-touch {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask {
  z-index: 0;
}

.background-video {
  width: 100%;
  height: 25vw;
}

.slider-4 {
  height: 100%;
}

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

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

.div-block-3 {
  width: 100%;
  height: 100%;
}

.tab-content {
  height: 350px;
  position: relative;
}

.div-block-4 {
  width: 100%;
  height: 350px;
  position: relative;
}

.quick-stack {
  padding: 0;
  position: relative;
}

.play-pause-button {
  margin-bottom: 10px;
  margin-right: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.back-vid {
  width: 100%;
  height: 25vw;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-block-2 {
  flex: 1;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.slider-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.slider-wrapper-inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-next {
  z-index: 2000;
  color: #fff;
  cursor: pointer;
  background-color: #2780ff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 22px;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 20%;
  right: auto;
  transform: translate(200px, -50%);
}

.slider-next:hover {
  color: #000;
  background-color: #f5f5f8;
}

.slider-prev {
  z-index: 2000;
  color: #f5f5f8;
  cursor: pointer;
  background-color: #2780ff;
  border-radius: 56px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 22px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translate(-200px, -50%);
}

.slider-prev:hover {
  color: #000;
  background-color: #f5f5f8;
}

.slider-5 {
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-item {
  text-align: center;
  width: 360px;
}

.slider-item-img {
  border-radius: 50px;
  width: 330px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -2px;
}

.slider-bg {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.video {
  width: 100%;
  height: 100%;
}

.slider-6 {
  height: 350px;
}

.lightbox-link {
  width: 100%;
  height: 350px;
  position: relative;
}

.div-block-7 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image {
  width: 100%;
}

.playbutton {
  background-image: url('../images/PlayButton.svg');
  background-position: 50%;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
}

.div-block-8 {
  grid-column-gap: 35px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  margin-bottom: 5vw;
  margin-left: 5vw;
  margin-right: 5vw;
  display: grid;
  position: relative;
}

.heading-2 {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .half-wrapper {
    grid-column-gap: 100px;
  }

  .list-item {
    grid-column-gap: 60px;
  }

  .service-link-top {
    padding-left: 48px;
    padding-right: 48px;
  }

  .number-item {
    min-height: 275px;
    padding: 36px 48px;
  }

  .service-item-top {
    grid-column-gap: 48px;
  }

  .story-grid {
    grid-column-gap: 100px;
  }

  .core-value {
    padding: 36px;
  }

  .team-member-grid {
    grid-column-gap: 48px;
  }

  .team-portrait {
    min-height: 350px;
  }

  .project-image {
    min-height: 425px;
  }

  .verticle-journal-grid {
    grid-column-gap: 48px;
  }

  .number-item-2 {
    min-height: 275px;
    padding: 36px 48px;
  }
}

@media screen and (min-width: 1440px) {
  .half-wrapper {
    grid-column-gap: 120px;
  }

  .list-item {
    grid-column-gap: 80px;
  }

  .project-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-content {
    grid-column-gap: 100px;
  }

  .number-item {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-item-top, .service-bottom-content {
    grid-column-gap: 60px;
  }

  .story-grid {
    grid-column-gap: 120px;
  }

  .team-portrait {
    min-height: 425px;
  }

  .project-image {
    min-height: 450px;
  }

  .number-item-2 {
    min-height: 300px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

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

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-wrapper.top-padding {
    grid-template-rows: auto;
  }

  .background.action-background {
    background-position: 30%;
  }

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

  .slider-arrow {
    width: 160px;
    height: 160px;
  }

  .nav-link {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--pinstripe);
    background-color: var(--black);
    color: #fff;
    min-height: 60px;
  }

  .navigation-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .service-link {
    background-color: #fff;
  }

  .xxl-heading {
    font-size: 48px;
  }

  .dual-wrapper {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .medium-stacked-intro {
    max-width: 100%;
  }

  .half-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .list-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 48px;
    display: grid;
  }

  .featured-work-slider {
    padding-top: 180px;
    padding-bottom: 280px;
  }

  .projects-arrow {
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 136px;
    left: 80px;
    right: 0;
  }

  .projects-arrow.left {
    left: 0;
    right: 80px;
  }

  .hover-slider-arrow {
    width: 100%;
    height: 100%;
  }

  .project-grid {
    grid-template-columns: 1fr 1fr;
    padding: 36px 0 48px 36px;
  }

  .verticle-line {
    width: 100%;
  }

  .action-banner {
    min-height: 600px;
  }

  .instagram-footer {
    padding-top: 80px;
  }

  .showreel-info {
    padding-right: 160px;
  }

  .service-card-hover {
    display: none;
  }

  .instagram-feed {
    grid-template-columns: 1fr;
  }

  .instagram-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .instagram {
    width: 100%;
    height: 20vw;
  }

  .footer-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto 1px auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrapper {
    grid-row-gap: 100px;
    padding-top: 100px;
  }

  .inner-hero-content {
    padding-top: 36px;
  }

  .collection-hero-banner {
    min-height: 650px;
  }

  .projects-wrapper {
    padding-bottom: 100px;
  }

  .about-content {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-left: 48px;
  }

  .about-content.alt {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 0;
  }

  .number-item {
    grid-row-gap: 100px;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .step-card {
    grid-row-gap: 60px;
    border-bottom: 1px solid var(--pinstripe);
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .step-card.end {
    border-bottom-style: none;
  }

  .project-body {
    grid-row-gap: 60px;
    padding: 48px 0 48px 48px;
  }

  .post-top {
    padding-top: 60px;
  }

  .post-body {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .dropdown-list {
    position: absolute;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .dropdown-wrapper {
    width: 100%;
    min-width: auto;
    box-shadow: 0 18px 36px -8px rgba(41, 43, 78, .12);
  }

  .dropdown-link {
    border-top: 1px solid var(--pinstripe);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    display: flex;
  }

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

  .contact-info-wrapper {
    grid-row-gap: 60px;
    padding-bottom: 60px;
  }

  .quick-link-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrapper {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    padding-left: 36px;
  }

  .about-wrapper {
    padding: 48px 0 48px 48px;
  }

  .services-dual-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .sticky-services-intro {
    position: relative;
    top: auto;
  }

  .full-stacked-intro {
    grid-template-columns: 1fr;
  }

  .service-bottom-content {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 60px;
  }

  .team-image {
    min-height: 250px;
  }

  .team-image-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .story-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 36px 0 60px 36px;
  }

  .project-banner {
    min-height: 400px;
  }

  .project-details {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 120px;
  }

  .project-gallery-image {
    min-height: 275px;
  }

  .project-intro {
    grid-template-columns: 1fr;
  }

  .project-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-grid {
    grid-row-gap: 36px;
    grid-template-columns: 1fr 1fr;
  }

  .team-portrait {
    min-height: 375px;
  }

  .popular-posts {
    max-width: 500px;
    position: relative;
    top: auto;
  }

  .journal-grid {
    grid-row-gap: 48px;
    grid-template-rows: auto 1px;
    grid-template-columns: 1fr;
    padding: 48px 0 48px 48px;
  }

  .popular-post-image {
    min-height: 140px;
  }

  .popular-post-info {
    grid-row-gap: 36px;
  }

  .team-bio-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .social-drop-wrapper {
    border-style: solid;
  }

  .dropdown-corner {
    border-top: 1px solid var(--pinstripe);
    border-left: 1px solid var(--pinstripe);
    top: -6px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 19px 0;
    display: flex;
  }

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

  .menu-icon-wrapper {
    border-style: none none none solid;
    border-width: 1px;
    border-color: black black black var(--pinstripe);
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 0 0 24px;
    display: flex;
  }

  .menu-icon {
    width: 28px;
  }

  .social-box {
    min-height: 120px;
  }

  .verticle-journal-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .menu-items {
    box-shadow: 0 18px 36px -8px var(--shaddow);
    flex-direction: column;
  }

  .pagination {
    padding-left: 36px;
  }

  .text-scroller-container {
    height: 100px;
  }

  .text-container-div {
    flex-wrap: wrap;
  }

  .number-item-2 {
    grid-row-gap: 100px;
  }

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

  .verticle-line-2 {
    width: 100%;
  }

  .background-video {
    min-height: 50vw;
  }

  .right-arrow, .left-arrow {
    width: 100px;
  }

  .back-vid {
    min-height: 50vw;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .slider-next {
    left: -50px;
  }

  .slider-prev {
    right: -50px;
  }

  .div-block-8 {
    flex-direction: column;
    grid-template-columns: auto auto auto;
    margin-bottom: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .background.about-background {
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    width: 140px;
    height: 140px;
    padding-left: 80px;
    left: -80px;
  }

  .slider-arrow.right {
    padding-right: 80px;
    right: -80px;
  }

  .nav-right {
    grid-column-gap: 18px;
  }

  .nav-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .xxl-heading {
    font-size: 42px;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .featured-work-slider {
    padding-top: 140px;
    padding-bottom: 260px;
  }

  .testimonial-slide-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .project-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    padding: 30px 0 36px 30px;
  }

  .action-banner {
    min-height: auto;
  }

  .instagram-footer {
    padding-top: 60px;
  }

  .hero-intro {
    padding-left: 40px;
    padding-right: 40px;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 24px;
  }

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

  .instagram {
    height: 40vw;
  }

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

  .footer-wrapper {
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .footer-credits {
    grid-template-columns: 1fr;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .inner-hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 500px;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .about-content {
    padding-left: 36px;
  }

  .about-image {
    min-height: 350px;
  }

  .number-item {
    grid-row-gap: 60px;
  }

  .about-hero-bottom {
    min-height: 100px;
  }

  .step-card {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-block {
    border-top: 1px solid var(--pinstripe);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .project-body {
    grid-row-gap: 48px;
    padding: 36px 0 36px 36px;
  }

  .post-top {
    grid-row-gap: 60px;
  }

  .post-body {
    padding: 36px 0 36px 36px;
  }

  .dropdown-link {
    min-height: 54px;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .projects-hero {
    min-height: 800px;
  }

  .project-bottom {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 120px;
    padding-bottom: 24px;
  }

  .quick-link-wrapper {
    grid-template-columns: 1fr;
  }

  .about-wrapper {
    padding: 36px 0 36px 36px;
  }

  .service-item-top {
    grid-template-columns: 1fr auto;
  }

  .service-bottom-content {
    grid-row-gap: 24px;
    padding-top: 36px;
  }

  .team-image {
    min-height: 200px;
  }

  .team-image-wrapper {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .about-list {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .team-member-wrapper {
    padding: 24px 0 48px 24px;
  }

  .project-banner {
    min-height: 300px;
  }

  .project-details {
    grid-row-gap: 48px;
  }

  .number-box {
    grid-template-columns: 1fr;
  }

  .project-numbers-section {
    padding-top: 100px;
  }

  .project-gallery-image {
    min-height: 200px;
  }

  .project-gallery {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .box-item, .core-value {
    grid-row-gap: 48px;
  }

  .team-member-grid {
    grid-template-columns: 1fr;
  }

  .vertical-card {
    grid-column-gap: 0px;
  }

  .team-portrait {
    min-height: 500px;
  }

  .horizontal-journal-card {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .journal-grid {
    padding: 36px 0 36px 36px;
  }

  .journal-image {
    min-height: 275px;
  }

  .journal-info {
    grid-row-gap: 24px;
    padding: 0 12px 12px;
  }

  .team-bio-wrapper {
    grid-template-columns: 1fr;
  }

  .team-portrait-wrapper {
    position: relative;
    top: auto;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 36px;
  }

  .verticle-journal-grid {
    grid-template-columns: 1fr;
  }

  .pagination {
    margin-top: 6px;
    padding-left: 30px;
  }

  .number-item-2 {
    grid-row-gap: 60px;
  }

  .benefits-row {
    grid-template-rows: auto 1px auto 1px auto 1px auto;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .slider-next {
    left: -100px;
  }

  .slider-prev {
    right: -100px;
  }

  .slider-bg {
    display: none;
  }

  .div-block-8 {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
}

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

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-hero {
    min-height: 93vh;
  }

  .background.action-background {
    background-position: 40%;
  }

  .slider-arrow {
    width: 120px;
    height: 120px;
    padding-left: 60px;
    top: auto;
    bottom: 140px;
    left: -60px;
  }

  .slider-arrow.right {
    padding-right: 60px;
    right: -60px;
  }

  .nav-link.mobile {
    display: flex;
  }

  .xxl-heading {
    font-size: 36px;
  }

  .dual-wrapper {
    grid-row-gap: 48px;
  }

  .medium-stacked-intro {
    grid-row-gap: 24px;
  }

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

  .list-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .featured-work-slider {
    padding-bottom: 236px;
  }

  .testimonial-slide-content {
    padding-left: 18px;
    padding-right: 18px;
  }

  .project-grid {
    padding-top: 28px;
    padding-bottom: 48px;
    padding-left: 28px;
  }

  .nav-button {
    display: none;
  }

  .hero-intro {
    grid-row-gap: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .showreel-info {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 35px;
  }

  .testimonial-text {
    font-size: 26px;
  }

  .inner-hero-content {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-hero-banner {
    min-height: 450px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .about-content {
    padding-left: 30px;
    padding-right: 0;
  }

  .inner-page-hero {
    min-height: 700px;
    padding-top: 104px;
  }

  .about-image {
    min-height: 250px;
  }

  .hero-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .project-body {
    grid-row-gap: 36px;
    padding: 30px 0 30px 30px;
  }

  .post-top {
    grid-row-gap: 48px;
    padding-top: 48px;
  }

  .post-body {
    padding: 24px 0 48px 24px;
  }

  .projects-hero {
    min-height: 93vh;
  }

  .slide-content {
    padding-top: 124px;
    padding-bottom: 260px;
  }

  .project-hero-bottom {
    display: none;
  }

  .contact-form-wrapper {
    padding-left: 15px;
    padding-right: 0;
  }

  .about-wrapper {
    padding: 18px 0 18px 18px;
  }

  .service-list-item {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .service-bottom-content {
    padding-top: 36px;
  }

  .team-image {
    min-height: 135px;
  }

  .team-image-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .team-member-wrapper {
    padding-left: 0;
  }

  .project-banner {
    min-height: 200px;
  }

  .project-gallery-image {
    min-height: 125px;
  }

  .project-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .box-item {
    grid-row-gap: 36px;
  }

  .team-portrait {
    min-height: 375px;
  }

  .horizontal-journal-card {
    grid-row-gap: 24px;
  }

  .journal-grid {
    padding: 24px 0 24px 24px;
  }

  .popular-posts-list {
    grid-row-gap: 36px;
  }

  .popular-post-card {
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .popular-post-info {
    grid-row-gap: 6px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-toggle {
    display: none;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .menu-icon-wrapper {
    padding-left: 18px;
  }

  .collection-list-wrapper-3 {
    padding-bottom: 18px;
  }

  .social-box {
    min-height: 100px;
  }

  .post-author-card {
    padding: 24px;
  }

  .vericle-journal-info {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pagination {
    margin-top: 0;
    padding-left: 28px;
  }

  .slider-next {
    left: -190px;
  }

  .slider-prev {
    right: -190px;
  }
}

#w-node-_8b49a061-8ac9-29ef-f95d-1bbe13f8dc3e-f34f0d14 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_01ea5b4f-be77-37c4-a329-fdff953bde0d-f34f0d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d7-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d8-f34f0d14 {
  align-self: center;
  justify-self: center;
}

#w-node-_220fa697-7ba6-2d4a-5721-86f59c902d91-f34f0d14 {
  justify-self: center;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4de-f34f0d14 {
  align-self: center;
  justify-self: center;
}

#w-node-_73f9ad2c-7a26-ff3f-eaf0-0b721508b217-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_73f9ad2c-7a26-ff3f-eaf0-0b721508b218-f34f0d14 {
  align-self: center;
  justify-self: center;
}

#w-node-_73f9ad2c-7a26-ff3f-eaf0-0b721508b21a-f34f0d14 {
  justify-self: center;
}

#w-node-_73f9ad2c-7a26-ff3f-eaf0-0b721508b220-f34f0d14 {
  align-self: center;
  justify-self: center;
}

#w-node-ec82b404-9c95-42a9-f3c1-108c7316f6d6-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-ec82b404-9c95-42a9-f3c1-108c7316f6d7-f34f0d14 {
  align-self: center;
  justify-self: center;
}

#w-node-ec82b404-9c95-42a9-f3c1-108c7316f6d9-f34f0d14 {
  justify-self: center;
}

#w-node-ec82b404-9c95-42a9-f3c1-108c7316f6df-f34f0d14 {
  align-self: center;
  justify-self: center;
}

#w-node-f2661d69-f4aa-428b-f05f-e4868f73efbd-f34f0d14 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f2661d69-f4aa-428b-f05f-e4868f73efc1-f34f0d14 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
  justify-self: center;
}

#w-node-_051a2abf-9e9d-bcc1-be88-7cec356beabf-f34f0d14, #w-node-ac5b6acc-8790-a3e3-566f-c44eef354569-f34f0d14, #w-node-d2ea316d-9380-3280-b5e7-7bc485b2b2a1-f34f0d14, #w-node-_9fc72c4a-5837-a55b-9051-f9d7829e9b70-f34f0d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b17d22f-46ed-d8bb-8e89-dcf53d0dec41-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2e5b813c-5e66-b1d3-ec86-6817259142ef-f34f0d14 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_020a92f5-fba9-80c4-2236-43d69e064fd4-f34f0d14 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_07865513-3a95-b40d-2471-1d6a33084497-f34f0d14 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_01e7d0c8-aa38-d3f2-9364-39f418485da7-f34f0d14 {
  grid-area: 4 / 1 / 5 / 3;
  align-self: end;
  justify-self: center;
}

#w-node-_87df57d4-8ed3-b7cb-7ca0-46b738ad0a6f-f34f0d14 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_87df57d4-8ed3-b7cb-7ca0-46b738ad0a71-f34f0d14 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_87df57d4-8ed3-b7cb-7ca0-46b738ad0a74-f34f0d14 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_87df57d4-8ed3-b7cb-7ca0-46b738ad0a76-f34f0d14 {
  grid-area: 4 / 1 / 5 / 3;
  align-self: end;
  justify-self: center;
}

#w-node-_5e93709f-8a34-5004-e132-6e0d67f66681-f34f0d14 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_5e93709f-8a34-5004-e132-6e0d67f66683-f34f0d14 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_5e93709f-8a34-5004-e132-6e0d67f66686-f34f0d14 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_25143aca-50d1-387c-230c-9b9b181ca661-f34f0d14 {
  grid-area: 4 / 1 / 5 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_2b17d22f-46ed-d8bb-8e89-dcf53d0dec60-f34f0d14 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_7f721e30-6a4b-32b8-57fb-e8c97c1a110a-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_550bbeb3-ad12-62b2-3b32-267633ceadb3-f34f0d14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: start;
}

#w-node-_5ec84a1f-0185-e0db-a05e-42b46efb7947-f34f0d14 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb7-f34f0d14 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcb8-f34f0d14 {
  align-self: start;
}

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcbb-f34f0d14 {
  align-self: end;
  justify-self: start;
}

#w-node-_666d5233-fcef-3a03-7ef5-d825cc84c46d-f34f0d14, #w-node-a316e777-af31-5d06-7db8-2d980971237f-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a316e777-af31-5d06-7db8-2d9809712383-f34f0d14 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-a316e777-af31-5d06-7db8-2d9809712384-f34f0d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a316e777-af31-5d06-7db8-2d98097123aa-f34f0d14 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b39-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3b-f34f0d14, #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3e-f34f0d14 {
  align-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3c-f34f0d14 {
  justify-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3f-f34f0d14 {
  align-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b44-f34f0d14 {
  align-self: end;
  justify-self: start;
}

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b3a-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cd220a3a-e319-2c6f-7e9d-d299c1f69c52-f34f0d14 {
  align-self: start;
}

#w-node-_6a46bf57-91c8-9bdb-6ff5-034848aa4f69-f34f0d14, #w-node-_5fccaf15-d6d0-0b76-feac-63f921bd7197-f34f0d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6396169-4060-d54e-591d-572f74848ef5-f34f0d14 {
  align-self: start;
}

#w-node-_28804586-9b37-4a48-1200-1b95a400b393-f34f0d14, #w-node-_886e9ea6-4d41-f287-7bdb-810e30873816-f34f0d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_79b0fa61-90ea-d22b-7476-97f454486e8d-f34f0d14 {
  align-self: start;
}

#w-node-acf3a6d8-5313-f39f-b214-0801a2d759cf-f34f0d14, #w-node-_6e893b71-504d-ddc9-7cdb-f7e69fd10a84-f34f0d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30681720-9016-a056-59aa-76ed79f63cf2-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_138c1af9-e108-3d34-2d6d-d1f06317f1e5-f34f0d14, #w-node-_138c1af9-e108-3d34-2d6d-d1f06317f1e9-f34f0d14 {
  justify-self: center;
}

#w-node-_960d0841-3820-55ee-f588-af04b45f1538-f34f0d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_960d0841-3820-55ee-f588-af04b45f1539-f34f0d14, #w-node-_960d0841-3820-55ee-f588-af04b45f153d-f34f0d14, #w-node-_040af887-3fdf-e02f-fff1-2a7e4ed7034e-f34f0d14, #w-node-_040af887-3fdf-e02f-fff1-2a7e4ed70352-f34f0d14, #w-node-_004fe188-af52-a643-70cc-14aacc8deb07-f34f0d14, #w-node-_004fe188-af52-a643-70cc-14aacc8deb0b-f34f0d14, #w-node-_89fb00db-ad12-8fc9-b043-790f9917b518-f34f0d14 {
  justify-self: center;
}

#w-node-_41777474-57a0-f78c-4907-b204fbd77961-f34f0d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14d4c159-71a9-c57d-a90e-3e4b2676c7d7-f34f0d14, #w-node-_14d4c159-71a9-c57d-a90e-3e4b2676c7db-f34f0d14, #w-node-_14d4c159-71a9-c57d-a90e-3e4b2676c7dd-f34f0d14 {
  justify-self: center;
}

#w-node-_30681720-9016-a056-59aa-76ed79f63d14-f34f0d14 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c410-f34f0d14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c432-f34f0d14 {
  justify-self: center;
}

#w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c433-f34f0d14 {
  align-self: start;
}

#w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c434-f34f0d14 {
  justify-self: start;
}

#w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c436-f34f0d14, #w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c437-f34f0d14 {
  align-self: start;
}

#w-node-_0eaa84cb-727f-bb61-d42f-da9791c7ba86-f34f0d14 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eaa84cb-727f-bb61-d42f-da9791c7ba87-f34f0d14 {
  align-self: center;
  justify-self: center;
}

#w-node-_0eaa84cb-727f-bb61-d42f-da9791c7ba8d-f34f0d14 {
  align-self: end;
  justify-self: center;
}

#w-node-_7cf5225a-be6e-34d4-34ca-a220aac69050-f34f0d14 {
  align-self: center;
  justify-self: center;
}

#w-node-_7cf5225a-be6e-34d4-34ca-a220aac69056-f34f0d14 {
  justify-self: center;
}

#w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c440-f34f0d14, #w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c445-f34f0d14, #Email.w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c447-f34f0d14, #w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c449-f34f0d14, #Phone.w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c44b-f34f0d14, #w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c44d-f34f0d14, #Message.w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c44f-f34f0d14 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c450-f34f0d14 {
  justify-self: start;
}

#w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c45a-f34f0d14 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476ad-9974768b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b {
  align-self: center;
}

#w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
  justify-self: end;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb8fe-faecb8fb {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb902-faecb8fb {
  align-self: start;
}

#w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb90b-faecb8fb {
  align-self: end;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105ce-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_88df97de-bae8-9125-6a6a-06eac51105e0-c51105cc {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-f2661d69-f4aa-428b-f05f-e4868f73efc1-f34f0d14 {
    align-self: center;
  }

  #w-node-_5e93709f-8a34-5004-e132-6e0d67f66680-f34f0d14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_666d5233-fcef-3a03-7ef5-d825cc84c46d-f34f0d14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3b-f34f0d14 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b3a-f34f0d14 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4b677261-dd5e-f789-c7a3-367c88901b47-f34f0d14 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_53fe27e1-6aa7-d963-23d8-8c023c37c437-f34f0d14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_0eaa84cb-727f-bb61-d42f-da9791c7ba86-f34f0d14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d4-9974768b, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
    justify-self: center;
  }
}


