:root {
  --body-display: #626d86;
  --pinstripe: rgba(136, 158, 168, .2);
  --grey: #eef0f6;
  --979797: #979797;
  --white: white;
  --coral: #ff6f44;
  --shaddow: rgba(41, 43, 78, .07);
  --black: #111729;
  --e5e5e5: #e5e5e5;
  --555555: #555;
  --orange-red: #ff4b27;
}

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: Open Sans, sans-serif;
  font-weight: 400;
}

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

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

.section.no-padding.grey {
  display: none;
}

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

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

.grid-wrapper {
  z-index: 10;
  width: 100%;
  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;
}

.home-hero {
  min-height: 100vh;
  justify-content: center;
  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/033.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

.background.about-background {
  background-image: url('../images/workhouse.jpg');
}

.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/016.jpeg');
}

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

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

.background.action-background {
  background-image: url('../images/031.jpeg');
}

.overlay {
  background-color: rgba(10, 16, 29, .3);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.overlay.dark {
  background-color: rgba(10, 16, 29, .65);
}

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

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

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

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

.services-wrapper {
  min-height: 70px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -80px;
  display: grid;
}

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

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

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

.navbar {
  height: 80px;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  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(0, 1fr) minmax(auto, 1400px) minmax(0, 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 {
  height: 100%;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
}

.nav-link.w--current {
  color: #000;
}

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

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

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

.brand.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.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: 10px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

.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 {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #000;
  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;
}

.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 {
  width: 60px;
  height: 2px;
  background-color: #d7dfeb;
  display: flex;
}

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

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

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

.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 {
  height: 100%;
  min-height: 160px;
  grid-column-gap: 36px;
  grid-row-gap: 18px;
  border-bottom: 1px solid var(--pinstripe);
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

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

.service-link-top.end {
  border-right-style: none;
}

.service-bottom {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  border-top: 1px none var(--grey);
  border-right: 1px solid var(--pinstripe);
  text-align: left;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: flex-end;
  padding: 60px 36px 36px;
  display: grid;
}

.service-bottom.end {
  border-right-style: none;
}

.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 {
  width: 100%;
  background-color: #fff;
  margin-top: -80px;
}

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

.slide-nav {
  display: none;
}

.projects-arrow {
  z-index: 15;
  width: 50%;
  min-height: 100vh;
  justify-content: flex-end;
  align-items: flex-end;
  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 {
  width: 10vw;
  height: 10vw;
  max-height: 120px;
  max-width: 120px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  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 {
  width: 100%;
  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;
  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 {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  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 {
  height: 100%;
  background-color: var(--pinstripe);
  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 {
  height: 50%;
  background-color: var(--grey);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

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

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

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

.outline-button {
  min-height: 42px;
  border: 1px solid var(--pinstripe);
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  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 {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, .2);
}

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

.nav-cover {
  height: 100%;
  background-color: #fff;
  border: 1px rgba(136, 158, 168, .05);
  box-shadow: 0 12px 36px -8px rgba(62, 65, 116, .1);
}

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

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

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

.service-link-name {
  width: 100%;
  height: 100%;
  border-bottom: 1px solid var(--pinstripe);
  text-align: center;
  justify-content: center;
  align-items: center;
  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: 60px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.top-grey-cover {
  height: 90%;
  background-color: var(--grey);
  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: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-box {
  min-height: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--pinstripe);
  color: #000;
  text-align: center;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  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 {
  max-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  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: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  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;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  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 {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100%;
  padding: 6px;
  position: relative;
}

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

.avatar {
  width: 100%;
  height: 100%;
  background-image: url('../images/Portrait013.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 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;
  min-height: 100vh;
  background-color: var(--grey);
  justify-content: center;
  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 {
  width: 100%;
  background-color: #fff;
}

.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 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: -80px;
  padding: 0 0 0 60px;
  display: grid;
}

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

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

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

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

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

.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;
  width: 1px;
  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;
  padding-top: 12px;
  display: grid;
  position: relative;
}

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

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

.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 {
  min-height: 400px;
  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;
  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 {
  width: 80px;
  height: 80px;
  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%;
  margin-bottom: -40px;
  position: relative;
}

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

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

.post-author-wrapper {
  max-width: 350px;
  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;
  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 {
  width: 100%;
  justify-content: center;
  align-items: stretch;
  padding-top: 12px;
  display: flex;
}

.dropdown-wrapper {
  width: 250px;
  min-width: 250px;
  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;
  display: grid;
  position: relative;
  box-shadow: 0 12px 36px -8px rgba(41, 43, 78, .12);
}

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

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

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

.slide-content {
  height: 100%;
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.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 {
  width: 80px;
  height: 80px;
  background-color: var(--grey);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  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: 0 0 80px;
  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 {
  width: 100%;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

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

.text-field {
  min-height: 54px;
  border: 1px solid var(--pinstripe);
  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: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 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 {
  height: 20vw;
  justify-content: center;
  align-items: center;
  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 {
  min-height: 200px;
  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;
  display: grid;
}

.team-member-wrapper {
  min-height: 500px;
  background-color: #fff;
  padding: 60px 0 140px 60px;
}

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

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

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

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

.project-details {
  min-height: 650px;
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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 {
  height: 24vw;
  justify-content: center;
  align-items: center;
  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 {
  width: 80px;
  height: 80px;
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  padding: 6px;
  position: relative;
}

.avatar-image {
  width: 100%;
  height: 100%;
  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%;
}

.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 {
  width: 32px;
  height: 32px;
  background-color: var(--grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.social-icon.light {
  background-color: rgba(192, 204, 209, .55);
  border: 1px solid rgba(255, 255, 255, .2);
}

.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 {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100px;
}

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

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

.team-portrait {
  min-height: 300px;
  justify-content: center;
  align-items: center;
  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-bottom: 36px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
  position: relative;
}

.team-card-link {
  height: 28px;
  max-width: 100%;
  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;
  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 {
  min-height: 300px;
  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;
  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: #fff;
  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 {
  width: 100%;
  max-width: 275px;
  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;
  display: grid;
}

.preloader-indicator {
  width: 100%;
}

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

.indicator-fill {
  width: 0%;
  height: 100%;
  background-color: var(--black);
}

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

.slider-background-wrapper {
  width: 100%;
  justify-content: center;
  align-items: center;
  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: none;
}

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

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

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

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

.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 {
  width: 100%;
  height: 100%;
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.social-dropdown-list.w--open {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  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 {
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: -5px;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(45deg);
}

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

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

.outline-hover-circle {
  z-index: 10;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 253, 253, .4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.hover-circle-wrapper {
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  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 {
  width: 100%;
  height: 100%;
  background-color: #a3acc2;
}

.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 {
  min-height: 100px;
  border: 1px solid var(--pinstripe);
  justify-content: center;
  align-items: center;
  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 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.success-box {
  height: 100%;
  min-height: 400px;
  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;
  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 {
  width: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  margin-right: -21px;
  display: flex;
}

.outline-social-icon {
  width: 32px;
  height: 32px;
  border: 1px solid var(--pinstripe);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  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 {
  min-height: 300px;
  justify-content: center;
  align-items: center;
  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 {
  width: 18px;
  justify-content: center;
  align-items: center;
  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 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;
}

.background-video {
  height: 100%;
  display: block;
}

.clip {
  position: relative;
  overflow: hidden;
}

.button-text-2 {
  z-index: 10;
  text-decoration: none;
  position: relative;
}

.large-heading {
  line-height: 1.15em;
}

.services-grid {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  border-top: 1px solid #f3f6fc;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-grid.two-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-style: none;
  border-top-color: var(--e5e5e5);
  border-right-color: var(--e5e5e5);
  border-left-color: var(--e5e5e5);
  grid-template-rows: minmax(36px, auto);
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(36px, auto);
}

.wrapper {
  z-index: 11;
  width: 100%;
  max-width: 1400px;
  margin-top: -85px;
  position: relative;
}

.services-card {
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  border-top: 1px #f3f6fc;
  border-bottom: 1px solid #f3f6fc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.tripple-grid {
  height: 85px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.card-circle {
  width: 6vw;
  height: 6vw;
  max-height: 800px;
  max-width: 800px;
  background-color: #f3f6fc;
  border-radius: 100%;
  position: absolute;
  top: -6vw;
  bottom: auto;
  left: auto;
  right: -6vw;
}

.card-hover-item {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  border-top: 1px none var(--e5e5e5);
  border-bottom: 1px solid var(--e5e5e5);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  justify-items: stretch;
  padding: 0;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.card-hover-item.no-top-border {
  border-top-style: none;
}

.feature-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: none;
  position: relative;
  overflow: hidden;
}

.button:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button.grey-outline {
  color: #090b19;
  background-color: rgba(9, 11, 25, 0);
  border-color: #e2e7f1;
}

.button.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

.button.grey-outline.small {
  display: block;
}

.card-button-wrapper {
  display: flex;
}

.icon {
  z-index: 10;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
  background-color: #f3f6fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  margin-bottom: 0;
  overflow: hidden;
}

.skill-display-2 {
  color: #6e7488;
  font-size: 14px;
  line-height: 1.6em;
}

.heading {
  z-index: 10;
  position: relative;
}

.heading.skill_h3 {
  font-weight: 600;
}

.feature-card-info {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.subtitle-2 {
  z-index: 10;
  color: #090b19;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  position: relative;
}

.intro-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.section-skill {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 5vw;
  display: flex;
  position: relative;
}

.section-skill.clip {
  z-index: 11;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 120px;
  overflow: visible;
}

.image {
  display: block;
}

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

.template-screen {
  z-index: 10;
  width: 100%;
  border: 1px solid #f3f6fc;
  flex-direction: row;
  margin-bottom: 6px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.wrapper-projects {
  z-index: 10;
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.wrapper-projects.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.services-menu-wrapper {
  z-index: 10;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #090b19;
  border: 1px solid #090b19;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 28px;
  font-size: 11px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2:hover {
  color: #090b19;
  background-color: #e2e7f1;
  border-color: #e2e7f1;
}

.button-2.grey-outline {
  color: #090b19;
  background-color: rgba(9, 11, 25, 0);
  border-color: #e2e7f1;
}

.button-2.grey-outline:hover {
  color: #fff;
  background-color: #090b19;
  border-color: #090b19;
}

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

.subtitle-wrapper-2 {
  margin-bottom: 18px;
  overflow: hidden;
}

.template-showcase-grid {
  grid-column-gap: 0px;
  grid-row-gap: 36px;
  grid-template-rows: minmax(80px, auto) minmax(80px, auto);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(80px, auto);
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.services-menu-hide-cover {
  width: 100vw;
  background-color: #090b19;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0;
}

.sticky-services-menu {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.sticky-services-menu.extra-top-margin {
  top: 148px;
}

.list-item-arrow {
  width: 18px;
  min-width: 18px;
}

.screen-image {
  width: 100%;
  height: 100%;
  max-width: none;
}

.template-card {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--e5e5e5);
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 36px;
  display: grid;
}

.template-card.bottom-border {
  border-bottom-style: solid;
}

.menu-list-item {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  border-top: 1px none var(--e5e5e5);
  border-bottom: 1px solid var(--e5e5e5);
  color: #6e7488;
  letter-spacing: -.03em;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25em;
  text-decoration: none;
  transition: padding .4s cubic-bezier(.25, .46, .45, .94), color .4s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.menu-list-item:hover {
  color: #090b19;
}

.menu-list-item.w--current {
  color: #090b19;
  padding-left: 36px;
}

.intro-wrapper-2 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section-projects {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5vw 120px;
  display: flex;
  position: relative;
}

.stripe-wrapper {
  z-index: 2;
  width: 100vw;
  min-width: auto;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: auto;
  overflow: hidden;
}

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

.pin-stripe {
  width: 1px;
  background-color: var(--e5e5e5);
}

.pin-stripe.hide-horizontal-mobile, .pin-stripe.hide-tablet {
  background-color: var(--e5e5e5);
}

.team-image-location {
  z-index: 10;
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  display: grid;
  position: relative;
}

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

.overlay-2.extra-light {
  background-color: rgba(15, 19, 38, .05);
}

.background-load-bottom {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading_wrapper {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
}

.team-location-icon {
  width: 36px;
  height: 36px;
  background-color: rgba(192, 192, 211, .2);
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  display: flex;
}

.background-load-top {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.about-images {
  z-index: 10;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.body-display-2 {
  color: var(--979797);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-2.large {
  color: var(--979797);
  font-size: 16px;
}

.section-photo {
  overflow: hidden;
}

.about-image-item {
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  min-width: 25vw;
  color: #fff;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.subtitle-3 {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.team-image-lightbox {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.team-background-image {
  background-image: url('../images/500x500_喬.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

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

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

.team-background-image.three {
  background-image: url('../images/500x500_喬.jpg');
}

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

.about-images-wrapper {
  position: relative;
  overflow: hidden;
}

.about-wrapper-2 {
  z-index: 10;
  grid-column-gap: 100px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-top: 140px;
  padding-bottom: 100px;
  padding-left: 80px;
  display: grid;
  position: relative;
}

.grey-cover-2 {
  background-color: #f7f8fc;
  margin-left: 80px;
  position: relative;
  overflow: hidden;
}

.experience_slider {
  height: 43px;
  background-color: rgba(0, 0, 0, 0);
}

.title_group {
  text-align: left;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
  display: flex;
}

.experience_mask {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.left-arrow-3 {
  align-items: center;
  display: flex;
}

.right-arrow-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.experience_container {
  max-width: 1280px;
}

.experience {
  background-color: var(--grey);
  color: #555;
  padding-bottom: 100px;
}

.ex_slider_item {
  width: 285px;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
}

.title_section {
  margin-top: 0;
  margin-bottom: 16px;
}

.title_section.centered {
  color: #1a96d5;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 10px solid #e4f3fe;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-decoration: none;
  display: flex;
}

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

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

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

.section-about.no-padding.grey {
  display: none;
}

.section-about.grey {
  background-color: var(--grey);
  padding-top: 100px;
  padding-bottom: 40px;
}

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

.c-title-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 130px;
  font-weight: 700;
  line-height: 1em;
}

.c-big-text {
  color: #ebf2f4;
  position: absolute;
}

.c-big-text.cc-bottom {
  bottom: 260px;
  right: -70px;
  transform: rotate(-90deg);
}

.c-big-text.cc-top {
  letter-spacing: 4px;
  top: -195px;
  left: 50px;
  transform: rotate(-90deg);
}

.c-bg-container {
  width: 100%;
  height: 100%;
  max-width: 1300px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.c-slide {
  width: 286px;
  height: 468px;
  min-height: 468px;
  min-width: 286px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.c-bg-line {
  width: 40vw;
  height: 3px;
  background-color: #3b4f5a;
  position: absolute;
  top: 208px;
  right: 0;
}

.c-section {
  min-height: 100vh;
  color: #000;
  padding-top: 20vh;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.c-arrow {
  width: 40px;
  height: 40px;
  color: #3b4f5a;
  cursor: pointer;
  border: 1px solid #3b4f5a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
}

.c-arrow:hover {
  color: #fff;
  background-color: #3b4f5a;
}

.c-arrow.cc-right {
  transform: rotate(180deg);
}

.c-slide_wrapper {
  height: 468px;
}

.c-slide_image {
  transition: all .5s;
  position: relative;
  transform: translate(0);
  box-shadow: 17px 17px 80px rgba(0, 46, 82, .16);
}

.c-slide_image.c-move-to-bottom {
  transition: all .5s;
}

.c-slider {
  height: 468px;
  max-width: none;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -32px;
  margin-right: -32px;
  display: flex;
  position: relative;
  left: 0;
}

.c-arrows-wrapper {
  width: 100%;
  max-width: 88px;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  margin-left: auto;
  margin-right: 490px;
  display: flex;
  position: relative;
}

.c-arrow_embed {
  width: 16px;
  height: 16px;
}

.tabs-nav-bg {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.arrow-icon-1 {
  width: 30px;
  height: 30px;
  border-bottom: 2px solid var(--body-display);
  border-left: 2px solid var(--body-display);
  position: relative;
  transform: rotate(45deg);
}

.thumb-blank {
  width: 23%;
  height: 100%;
  background-color: rgba(29, 29, 29, .4);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  color: var(--body-display);
  text-align: center;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1em;
}

.tabs-menu-1 {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid var(--grey);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.tab-link-1 {
  width: 23%;
  height: 100%;
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  display: flex;
}

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

.tab-link-1.w--current {
  background-color: var(--grey);
  opacity: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.thumb-wrap-1 {
  width: 100%;
  height: 80%;
  filter: brightness(110%) grayscale();
  background-color: #3cc47c;
  background-image: url('../images/girl-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 300px;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

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

.thumb-1 {
  width: 23%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
}

.thumb-1:hover {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .8);
}

.brand_slider_mask {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.thumb-text-1 {
  height: 20%;
  color: rgba(255, 255, 255, .8);
  text-align: center;
  text-transform: uppercase;
  background-color: #3cc47c;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  font-weight: 100;
  line-height: 1.5em;
  display: flex;
}

.top-line-3 {
  width: 100%;
  height: 16px;
}

.brand_tabs_content {
  width: 100%;
  padding-bottom: 50px;
  overflow: visible;
}

.tab-wrap-3 {
  width: 100%;
  height: 122px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.list-wrap-1 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.arrow-icon-2 {
  width: 30px;
  height: 30px;
  border-top: 2px solid var(--body-display);
  border-right: 2px solid var(--body-display);
  position: relative;
  transform: rotate(45deg);
}

.slider-arrow-1 {
  width: 80px;
  height: 100%;
  opacity: .2;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: -80px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 15px;
  right: auto;
  overflow: hidden;
}

.slider-arrow-1:hover {
  opacity: 1;
}

.brand_container {
  width: 90%;
  height: 100%;
  max-width: 1280px;
  align-items: center;
  display: flex;
}

.tab-wrap-2 {
  width: 100%;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 16px;
  display: grid;
}

.brand_tab_slider {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  transform: rotate(0);
}

.slider-arrow-2 {
  width: 80px;
  height: 100%;
  opacity: .2;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: -80px;
  transition: opacity .2s;
  display: flex;
  top: auto;
  bottom: -50px;
  left: auto;
  right: 15px;
}

.slider-arrow-2:hover {
  opacity: 1;
}

.slider-nav-1 {
  z-index: 2;
  width: 100%;
  height: 30px;
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  top: auto;
  bottom: -37px;
  left: 0%;
  right: 0%;
}

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

.dot-1-2 {
  width: 6px;
  height: 6px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 3px;
  position: static;
  top: 6px;
  right: 6px;
}

.dot-wrap-1 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.tabs-1 {
  width: 100%;
}

.div-wrap-1 {
  z-index: 1;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-header-1 {
  width: 100%;
  height: 45px;
  background-color: #3cc47c;
  background-image: url('../images/db-pattern-white-1.svg');
  background-position: 50% 103%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-wrap-2 {
  width: 80%;
  height: 60%;
  max-width: 1600px;
  justify-content: space-between;
  display: flex;
}

.thumb-wrap-2 {
  width: 100%;
  height: 80%;
  background-color: #1d1d1d;
  background-image: url('../images/Digital-Bake-Logo-v3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.brad_slide_item {
  padding-left: 15px;
  padding-right: 15px;
}

.section-brand {
  justify-content: center;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.steps-circle {
  width: 48px;
  height: 48px;
  border: 0 rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-circle.center {
  top: auto;
}

.card-arrow {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px rgba(192, 192, 211, .2);
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -51px;
  transform: rotate(45deg);
}

.steps-content {
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.steps-icon {
  z-index: 10;
  width: 60px;
  height: 60px;
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: relative;
}

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

.subtitle-wrapper-3 {
  margin-bottom: 18px;
}

.how-it-works-fill {
  width: 100%;
  height: 0;
  background-color: #081c3a;
  border-radius: 100px;
}

.horizontal-line-2 {
  height: 1px;
  background-color: rgba(192, 192, 211, .2);
  flex: 1;
}

.how-to-image {
  min-height: 200px;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3 {
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-3:hover {
  background-color: var(--body-display);
}

.steps-card {
  min-height: 275px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 36px;
  display: grid;
}

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

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

.steps-sticky-card {
  z-index: 30;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 36px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.steps-dot {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100px;
  position: relative;
}

.steps-tracker {
  width: 2px;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.section-workflow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  display: flex;
  position: relative;
}

.steps-cards {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.steps-circle-outline {
  background-color: #fff;
  border: 2px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.steps-card-wrapper {
  min-height: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.photo_wrapper {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
}

.swipe_icon {
  width: 36px;
  height: 36px;
  display: block;
}

.image-2, .image-3 {
  width: 50px;
  height: 50px;
}

.works_flow_h3 {
  color: var(--555555);
  font-weight: 600;
}

.projects_h3 {
  font-weight: 400;
}

.text-block {
  display: none;
}

.slider-arrow-1_edm {
  width: 80px;
  height: 100%;
  opacity: .2;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: -80px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 15px;
  right: auto;
  overflow: hidden;
}

.slider-arrow-1_edm:hover {
  opacity: 1;
}

.slider-arrow-2_edm {
  width: 80px;
  height: 100%;
  opacity: .2;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: -80px;
  transition: opacity .2s;
  display: none;
  top: auto;
  bottom: -50px;
  left: auto;
  right: 15px;
}

.slider-arrow-2_edm:hover {
  opacity: 1;
}

.slider-4 {
  height: 370px;
  background-color: rgba(0, 0, 0, 0);
}

.grid-wrapper-2 {
  z-index: 10;
  width: 100%;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(80px, 1fr) minmax(auto, 1400px) minmax(80px, 1fr);
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: block;
  position: relative;
}

.about-images-2 {
  z-index: 10;
  margin-left: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-display-3 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.about-us-section {
  overflow: hidden;
}

.about-image-item-2 {
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  min-width: 25vw;
  color: #fff;
  text-align: center;
  margin-left: -1px;
  margin-right: -1px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.slider-arrow-1_logo {
  width: 80px;
  height: 100%;
  opacity: .2;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 40px;
  margin-left: -80px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 15px;
  right: auto;
  overflow: hidden;
}

.slider-arrow-1_logo:hover {
  opacity: 1;
}

.slider-arrow-2_logo {
  width: 80px;
  height: 100%;
  opacity: .2;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-right: -80px;
  transition: opacity .2s;
  display: flex;
  top: auto;
  bottom: -50px;
  left: auto;
  right: 15px;
}

.slider-arrow-2_logo:hover {
  opacity: 1;
}

.image-4 {
  width: 36px;
  height: 36px;
}

.photo_lightbox {
  width: 25vw;
  height: 25vw;
  min-height: 25vw;
  min-width: 25vw;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.grid_view {
  z-index: 10;
  width: 80%;
  height: 30%;
  grid-template-rows: 40px 30px;
  grid-template-columns: 1fr;
  margin-left: 0;
  margin-right: 0;
  display: none;
  position: absolute;
  top: 60%;
  bottom: 0;
  left: 10%;
  right: 0;
}

.subtitle-3-copy {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.view {
  color: var(--white);
}

.slide-nav-3 {
  display: none;
}

.slider-photo {
  width: 100%;
  height: 100%;
  display: none;
}

.team-background-image-1 {
  background-image: url('../images/500x500_瑞希.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-background-image-1.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-1.six {
  background-image: url('../images/Family007.jpeg');
}

.team-background-image-1.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-1.three {
  background-image: url('../images/500x500_喬.jpg');
}

.team-background-image-1.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-2 {
  background-image: url('../images/500x500_葳葳.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-background-image-2.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-2.six {
  background-image: url('../images/Family007.jpeg');
}

.team-background-image-2.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-2.three {
  background-image: url('../images/500x500_喬.jpg');
}

.team-background-image-2.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-3 {
  background-image: url('../images/500x500_喬.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-background-image-3.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-3.six {
  background-image: url('../images/Family007.jpeg');
}

.team-background-image-3.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-3.three {
  background-image: url('../images/500x500_喬.jpg');
}

.team-background-image-3.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-4 {
  background-image: url('../images/500x500_子涵.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-background-image-4.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-4.six {
  background-image: url('../images/Family007.jpeg');
}

.team-background-image-4.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-4.three {
  background-image: url('../images/500x500_喬.jpg');
}

.team-background-image-4.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-5 {
  background-image: url('../images/500x500_8.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-background-image-5.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-5.six {
  background-image: url('../images/Family007.jpeg');
}

.team-background-image-5.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-5.three {
  background-image: url('../images/500x500_喬.jpg');
}

.team-background-image-5.four {
  background-image: url('../images/Family005.jpeg');
}

.team-background-image-6 {
  background-image: url('../images/500x500_snow.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-background-image-6.two {
  background-image: url('../images/Family003.jpeg');
}

.team-background-image-6.six {
  background-image: url('../images/Family007.jpeg');
}

.team-background-image-6.five {
  background-image: url('../images/Family0012.jpeg');
}

.team-background-image-6.three {
  background-image: url('../images/500x500_喬.jpg');
}

.team-background-image-6.four {
  background-image: url('../images/Family005.jpeg');
}

.view-image {
  color: var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.sub_title, .subtitle_work {
  color: var(--979797);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.project_straight, .project_al {
  width: 100%;
  height: 100%;
  max-width: none;
}

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

.heading_h2_index {
  letter-spacing: -.01em;
  font-size: 22px;
}

.experience_txt {
  color: var(--979797);
  font-size: 16px;
  line-height: 2em;
}

.experience_txt.small {
  font-size: 14px;
  line-height: 1.45em;
}

.experience_txt.light {
  color: #fff;
}

.experience_txt.dark {
  color: #000;
}

.cooperate {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

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

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

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

.mylove {
  width: 100%;
  height: 100%;
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mylove.steps-background {
  background-image: url('../images/mylove.jpg');
}

.underline-link-bottom {
  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-bottom.dark {
  border-bottom-color: var(--pinstripe);
  color: var(--body-display);
  display: none;
}

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

.contact_bottom.small {
  font-size: 14px;
  line-height: 1.45em;
}

.contact_bottom.light {
  color: #fff;
}

.contact_bottom.dark {
  color: #000;
}

.lightbox-link-2 {
  text-decoration: none;
}

.global_styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

  .service-bottom {
    padding-bottom: 48px;
    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;
  }

  .card-hover-item {
    padding: 0;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }
}

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

  .services-card {
    padding: 48px;
  }

  .experience_mask {
    width: 1280px;
  }

  .experience_container {
    max-width: 1400px;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .slider-photo {
    height: 360px;
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (min-width: 1920px) {
  .mask {
    height: 100vh;
  }

  .slider-photo {
    height: 480px;
  }
}

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

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

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

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

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

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

  .nav-menu {
    width: 100%;
    height: auto;
    max-width: 100%;
    background-color: rgba(0, 0, 0, 0);
    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;
  }

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

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

  .service-bottom {
    padding-top: 48px;
  }

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

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

  .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 {
    min-height: 60px;
    border-top: 1px solid var(--pinstripe);
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

  .hover-circle-wrapper {
    display: none;
  }

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

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

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

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

  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .services-card {
    padding: 36px 24px;
  }

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

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

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

  .sticky-services-menu {
    position: relative;
    top: 0;
  }

  .sticky-services-menu.extra-top-margin {
    top: 0;
  }

  .template-card {
    padding: 24px;
  }

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

  .pin-stripe.hide-tablet, .team-image-location {
    display: none;
  }

  .heading_wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .about-images {
    margin-left: 0;
    overflow: auto;
  }

  .about-wrapper-2 {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .grey-cover-2 {
    margin-left: 65px;
  }

  .experience_mask {
    width: 80vw;
  }

  .ex_slider_item {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .navmenu__button {
    z-index: 1;
    height: 100%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-right: -20px;
    padding: 0 16px 18px;
    font-size: 24px;
    display: block;
    position: relative;
  }

  .navmenu__button-icon {
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-icon-wrapper {
    display: flex;
  }

  .c-title-1 {
    font-size: 130px;
  }

  .c-big-text.cc-bottom {
    bottom: 400px;
    right: -120px;
  }

  .c-big-text.cc-top {
    top: -150px;
    left: -140px;
  }

  .c-bg-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .c-slide_image.c-move-to-bottom {
    transform: none;
  }

  .c-slider {
    margin-top: 10px;
    margin-left: 59px;
    margin-right: 0;
  }

  .c-arrows-wrapper {
    margin-top: 34px;
    margin-right: 44px;
  }

  .arrow-icon-1 {
    height: 30px;
  }

  .slider-arrow-1 {
    width: 50px;
    height: 100%;
    margin-left: -50px;
  }

  .slider-arrow-2 {
    width: 50px;
    margin-right: -50px;
  }

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }

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

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

  .photo_wrapper {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .swipe_icon {
    width: 36px;
    height: 36px;
    display: block;
  }

  .slider-arrow-1_edm {
    width: 50px;
    height: 100%;
    margin-left: -50px;
  }

  .slider-arrow-2_edm {
    width: 50px;
    margin-right: -50px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .about-images-2 {
    margin-left: 65px;
    overflow: auto;
  }

  .slider-arrow-1_logo {
    width: 50px;
    height: 100%;
    margin-left: -50px;
  }

  .slider-arrow-2_logo {
    width: 50px;
    margin-right: -50px;
  }

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

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

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

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

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

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

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

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

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

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

  .services-grid.two-column, .tripple-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

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

  .list-item-arrow {
    width: 14px;
    min-width: 14px;
  }

  .template-card {
    border-bottom-style: solid;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
  }

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

  .pin-stripe.hide-horizontal-mobile {
    display: none;
  }

  .heading_wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .about-images {
    margin-left: 0;
  }

  .about-image-item {
    min-height: 200px;
    min-width: 200px;
  }

  .about-wrapper-2 {
    padding-top: 60px;
    padding-left: 0;
  }

  .grey-cover-2 {
    margin-left: 0;
  }

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

  .c-title-1 {
    font-size: 130px;
    line-height: 130px;
  }

  .c-big-text.cc-bottom {
    opacity: .5;
    bottom: 170px;
    right: -160px;
  }

  .c-big-text.cc-top {
    opacity: .5;
    top: -80px;
    left: -180px;
  }

  .c-slide {
    height: auto;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .c-bg-line {
    display: none;
  }

  .c-section {
    padding: 40px 24px;
  }

  .c-slide_image {
    width: 286px;
    height: 388px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c-slider {
    height: auto;
    max-width: 100%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .c-arrows-wrapper {
    margin-top: 100px;
  }

  .slider-arrow-1 {
    width: 40px;
    margin-left: -40px;
  }

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

  .slider-arrow-2 {
    width: 40px;
    margin-right: -40px;
  }

  .steps-grid {
    padding-left: 0;
  }

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

  .steps-card-wrapper {
    grid-row-gap: 36px;
  }

  .photo_wrapper {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .slider-arrow-1_edm {
    width: 40px;
    margin-left: -40px;
  }

  .slider-arrow-2_edm {
    width: 40px;
    margin-right: -40px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
  }

  .about-images-2 {
    margin-left: 0;
  }

  .about-image-item-2 {
    min-height: 200px;
    min-width: 200px;
  }

  .slider-arrow-1_logo {
    width: 40px;
    margin-left: -40px;
  }

  .slider-arrow-2_logo {
    width: 40px;
    margin-right: -40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .services-card {
    padding: 36px 18px;
  }

  .tripple-grid {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 36px;
  }

  .icon {
    margin-bottom: 36px;
  }

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

  .service-menu-list {
    grid-auto-rows: 1fr;
  }

  .list-heading-wrapper {
    width: 100%;
    grid-template-columns: auto 1fr;
    padding-left: 18px;
  }

  .menu-list-item {
    grid-template-columns: auto 1fr;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .heading_wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

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

  .ex_slider_item {
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

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

  .c-title-1 {
    font-size: 130px;
  }

  .c-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .c-slide_image {
    box-shadow: none;
  }

  .c-arrows-wrapper {
    margin-top: 110px;
  }

  .arrow-icon-1 {
    width: 25px;
    height: 25px;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-2 {
    font-size: 1em;
  }

  .arrow-icon-2 {
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .slider-arrow-1 {
    width: 35px;
    margin-top: 0;
    margin-left: -25px;
  }

  .tab-wrap-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .slider-arrow-2 {
    width: 35px;
    margin-right: -25px;
  }

  .steps-circle {
    display: none;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-tracker {
    display: none;
  }

  .steps-cards {
    width: 100%;
    grid-template-columns: auto;
  }

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

  .steps-card-wrapper {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .photo_wrapper {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .swipe_icon {
    width: 24px;
    height: 24px;
    text-align: left;
    display: block;
    position: static;
    left: 0%;
  }

  .slider-arrow-1_edm {
    width: 35px;
    margin-top: 0;
    margin-left: -25px;
  }

  .slider-arrow-2_edm {
    width: 35px;
    margin-right: -25px;
  }

  .grid-wrapper-2 {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .slider-arrow-1_logo {
    width: 35px;
    margin-top: 0;
    margin-left: -25px;
  }

  .slider-arrow-2_logo {
    width: 35px;
    margin-right: -25px;
  }

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

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

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

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

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

#w-node-e86356e1-8306-20b7-7a89-cbe6a64f624b-aa80c0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-d0670ef8-5179-2614-f2ff-e19c1bb80f88-aa80c0e7, #w-node-d0670ef8-5179-2614-f2ff-e19c1bb80f89-aa80c0e7 {
  align-self: start;
}

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

#w-node-_550bbeb3-ad12-62b2-3b32-267633ceadb3-aa80c0e7 {
  align-self: center;
  justify-self: start;
}

#w-node-_5ec84a1f-0185-e0db-a05e-42b46efb7947-aa80c0e7 {
  justify-self: start;
}

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

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

#w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb34-aa80c0e7 {
  grid-area: 2 / 1 / 9 / 2;
}

#w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb3d-aa80c0e7, #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb41-aa80c0e7, #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb45-aa80c0e7 {
  align-self: center;
  justify-self: end;
}

#Official.w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb49-aa80c0e7 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb50-aa80c0e7 {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_148bd788-7577-e1de-4d82-77ccaf016ceb-aa80c0e7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb51-aa80c0e7 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_1fd161b6-ac0e-9000-2391-ee8a7e7669d3-aa80c0e7 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-b7d40a1e-6e05-28b7-6be5-39106dbda53a-aa80c0e7 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_3a3225c1-fa94-e937-420e-c3e6ecde7633-aa80c0e7 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-_9ac55079-36c9-dbb3-1e76-b772f4b0fd0d-aa80c0e7 {
  grid-area: 6 / 2 / 8 / 3;
}

#w-node-bc527331-654d-ef5d-d4fd-460dc110e871-aa80c0e7 {
  grid-area: 7 / 1 / 9 / 2;
}

#Campaign.w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acba5-aa80c0e7 {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acbac-aa80c0e7 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_09867dd4-2e6f-8d41-38e7-637bc1e83719-aa80c0e7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_14cbd782-f2bb-7de0-1e17-71e65bf54086-aa80c0e7 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_8c1b771e-8a36-4eaa-a9c0-14a7b3797108-aa80c0e7 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-f259a882-f2c2-7115-b9d5-c05aa6213663-aa80c0e7 {
  grid-area: 4 / 2 / 6 / 3;
}

#w-node-_0a037937-7bff-f4df-8956-48a7ee93fc1e-aa80c0e7 {
  grid-area: 5 / 1 / 7 / 2;
}

#w-node-cab63cf0-5a64-c56c-26dc-39d8a43cbe00-aa80c0e7 {
  grid-area: 6 / 2 / 8 / 3;
}

#w-node-f995942e-3818-36c5-978c-3833d87779c1-aa80c0e7 {
  grid-area: 7 / 1 / 9 / 2;
}

#w-node-_41a1ca61-8b75-1eed-4982-6e1c27e5ba91-aa80c0e7 {
  grid-area: 8 / 2 / 10 / 3;
}

#w-node-aa5b0fab-7585-d8c5-b200-ba49df138927-aa80c0e7 {
  grid-area: 9 / 1 / 11 / 2;
}

#w-node-_103d5b27-446c-e5ab-f075-c46b19f309e2-aa80c0e7 {
  grid-area: 10 / 2 / 12 / 3;
}

#w-node-d02cba42-469e-9a9b-5e07-3aed9dd2d904-aa80c0e7 {
  grid-area: 11 / 1 / 13 / 2;
}

#w-node-_7d51ac7e-483c-a6d6-4edb-c732b730d428-aa80c0e7 {
  grid-area: 12 / 2 / 14 / 3;
}

#App.w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acbf3-aa80c0e7 {
  grid-area: 7 / 2 / 8 / 4;
}

#w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acbfa-aa80c0e7 {
  grid-area: 8 / 2 / 9 / 4;
}

#w-node-_581dacdc-8dfc-a740-6f71-0b2ca55a6416-aa80c0e7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d1587ded-e26c-1cf2-1f64-e87e5759c1a6-aa80c0e7 {
  grid-area: 3 / 1 / 5 / 2;
}

#w-node-_1f49c160-50c9-f642-396d-16122b0383cd-aa80c0e7 {
  grid-area: 2 / 2 / 4 / 3;
}

#w-node-_609a23ec-2941-b029-082b-344fd3a63c58-aa80c0e7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_6e4ae489-3fa8-5262-e594-dfdf47aa4f02-aa80c0e7, #w-node-fd3a14d4-3d7e-5a92-a57a-f218d4ee18fa-aa80c0e7, #w-node-ba5759dd-ffd0-1886-6daa-397f0f9bab05-aa80c0e7, #w-node-ec267042-a304-079e-79d8-4547c7def45a-aa80c0e7, #w-node-eb4f4894-7f03-53b2-f209-5276c934f797-aa80c0e7, #w-node-ad2c707f-5143-e04e-7233-cc0f0eaa74d4-aa80c0e7, #w-node-_4b7f52ec-51bf-b1c4-6f23-47117aee63f3-aa80c0e7, #w-node-f067f818-35e4-4e55-9caa-a009ac747523-aa80c0e7, #w-node-_93b446c5-ebfd-cfe7-b0d5-1ce70d506990-aa80c0e7, #w-node-_0f780186-5600-7a84-13ff-0831de0a4775-aa80c0e7, #w-node-b5f54932-4d4f-c1dd-7a5a-106afd96ae51-aa80c0e7, #w-node-d1c27567-df68-b3e4-72de-a83089af528a-aa80c0e7, #w-node-aea40866-8b00-7513-ad1a-de67d6d850cc-aa80c0e7, #w-node-f39e7700-acc4-2bd4-3afd-86719f1fdb31-aa80c0e7, #w-node-fb5fb01d-0e01-6913-1702-0cd76f88b8b8-aa80c0e7, #w-node-cb102866-5f98-a719-4c50-595a12b5049c-aa80c0e7, #w-node-abdbef0a-efab-81fa-c08b-b96c1dc98e1d-aa80c0e7, #w-node-_1c7f34ff-5a85-a25a-36bc-ba1ccd76a4ff-aa80c0e7, #w-node-_077b5093-29ca-7c8d-62eb-bc097fb458f0-aa80c0e7, #w-node-_304babc0-e210-6896-1534-73b7310d0e35-aa80c0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0555b88e-31eb-addd-cbf4-22b58ef62282-aa80c0e7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_7af5d44c-565a-f0f2-48e0-46f2b4a1d767-aa80c0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_4419095a-671d-a947-4d81-9fc2bbf1d9ff-aa80c0e7, #w-node-_7320a465-0efc-9508-dafd-abc1248ddf0a-aa80c0e7, #w-node-d3913f7a-3e8f-7dbb-650b-898f24c30c2c-aa80c0e7, #w-node-b74f36fc-ac51-b752-dc81-924c9d04e33e-aa80c0e7 {
  align-self: center;
  justify-self: center;
}

#w-node-b74f36fc-ac51-b752-dc81-924c9d04e340-aa80c0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b74f36fc-ac51-b752-dc81-924c9d04e346-aa80c0e7 {
  align-self: center;
  justify-self: center;
}

#w-node-b74f36fc-ac51-b752-dc81-924c9d04e348-aa80c0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b74f36fc-ac51-b752-dc81-924c9d04e34e-aa80c0e7 {
  align-self: center;
  justify-self: center;
}

#w-node-b74f36fc-ac51-b752-dc81-924c9d04e350-aa80c0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b74f36fc-ac51-b752-dc81-924c9d04e356-aa80c0e7 {
  align-self: center;
  justify-self: center;
}

#w-node-b74f36fc-ac51-b752-dc81-924c9d04e358-aa80c0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8eb6cef1-5921-27ce-125e-7cb33ad9a164-aa80c0e7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-ad5a6d37-51b6-ef0f-d461-2ae8f14c54ed-aa80c0e7, #w-node-fd253c30-7a75-8ee9-e7f4-08023c2e0a74-aa80c0e7, #w-node-_65717920-ea33-0eff-3df3-4da456d44ab1-aa80c0e7, #w-node-_856032f0-5c70-2179-66a6-59490f311ce0-aa80c0e7, #w-node-_15f6ec38-1f26-028d-adce-c63900241c98-aa80c0e7, #w-node-_7f484b6f-64f2-5066-d39e-46612c93a66b-aa80c0e7 {
  align-self: center;
  justify-self: center;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8020-aa80c0e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8021-aa80c0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8030-aa80c0e7 {
  justify-self: start;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8033-aa80c0e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8034-aa80c0e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8037-aa80c0e7 {
  align-self: center;
  justify-self: stretch;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8038-aa80c0e7 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce803a-aa80c0e7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8040-aa80c0e7 {
  align-self: stretch;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8041-aa80c0e7 {
  align-self: start;
  justify-self: start;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8044-aa80c0e7 {
  align-self: end;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce804e-aa80c0e7 {
  align-self: stretch;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce804f-aa80c0e7 {
  align-self: start;
  justify-self: start;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8052-aa80c0e7 {
  align-self: end;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce805c-aa80c0e7 {
  align-self: stretch;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce805d-aa80c0e7 {
  align-self: start;
  justify-self: start;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8060-aa80c0e7 {
  align-self: end;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce806a-aa80c0e7 {
  align-self: stretch;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce806b-aa80c0e7 {
  align-self: start;
  justify-self: start;
}

#w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce806e-aa80c0e7 {
  align-self: end;
}

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

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

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

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

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

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

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

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

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

#w-node-_162ae832-2422-6f93-facd-86390463cdcc-0463cdca {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a5-0780c0ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-0780c0ec {
  align-self: center;
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a8-0780c0ec {
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59ac-0780c0ec {
  align-self: center;
  justify-self: center;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b0-0780c0ec {
  justify-self: start;
}

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59b3-0780c0ec {
  justify-self: center;
}

#w-node-_76715614-2a10-ff85-5085-a7a276a8e5fe-0780c0ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76715614-2a10-ff85-5085-a7a276a8e60d-0780c0ec {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a8387884-91ae-3291-a18c-017d97491434-0780c0ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a3a95098-1593-07a5-c373-97375199b507-0780c0ec, #w-node-a3a95098-1593-07a5-c373-97375199b508-0780c0ec {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b509-0780c0ec {
  justify-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b50b-0780c0ec, #w-node-a3a95098-1593-07a5-c373-97375199b50c-0780c0ec {
  align-self: start;
}

#w-node-a3a95098-1593-07a5-c373-97375199b513-0780c0ec, #w-node-cea0393d-b38e-2a95-eb93-140db6617719-0780c0ec {
  justify-self: start;
}

#w-node-_23790518-5394-8a8d-850f-fd1c093f7235-0780c0ec {
  justify-self: end;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab51-0780c0ec {
  justify-self: start;
}

#w-node-f8b9909b-f1b6-8b9c-3682-fe1a83b8ab54-0780c0ec {
  justify-self: end;
}

#w-node-_9e572148-ae22-074f-3081-a0d31084942b-0780c0ec {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf57-0780c0ec {
  justify-self: start;
}

#w-node-e700da9b-6f5c-2d21-f77f-f7bbe82ccf5a-0780c0ec {
  justify-self: end;
}

#w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-0780c0ec {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118eb-0780c0ec {
  justify-self: start;
}

#w-node-f83804a9-5792-5d3d-e69f-289c919118ee-0780c0ec {
  justify-self: end;
}

#w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-0780c0ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-0780c0ec {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-0780c0ec {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_30a18c92-c4e2-9d17-ce98-22e338527382-0780c0ec {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-e94dd498-ed62-65ff-33ad-8bcaf2e013f1-0780c0ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9833f181-d67c-97a6-4189-4fe8f9745945-0780c0ec, #w-node-e259701c-099d-e170-5b93-cefd50277208-0780c0ec, #w-node-f812ae76-fa0f-ef90-b84d-c6061c7ac57c-0780c0ec {
  justify-self: center;
}

#w-node-_987053c2-7b87-8d65-a04a-9f7b3f0eaba6-0780c0ec {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b86c2c31-4323-0538-dcea-d640b1e881c7-0780c0ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f6b81970-b0fe-7cbf-a982-118258784740-0780c0ec {
  justify-self: center;
}

#w-node-f6b81970-b0fe-7cbf-a982-118258784741-0780c0ec {
  justify-self: end;
}

#w-node-f6b81970-b0fe-7cbf-a982-118258784742-0780c0ec {
  align-self: center;
}

#w-node-f6b81970-b0fe-7cbf-a982-118258784743-0780c0ec {
  justify-self: start;
}

#w-node-b86c2c31-4323-0538-dcea-d640b1e881f3-0780c0ec {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a608-0780c0ec {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a60c-0780c0ec {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a611-0780c0ec {
  align-self: end;
  justify-self: start;
}

#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-9b1bfaecb908-faecb8fb {
  justify-self: start;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d740-f9d2d73e {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d749-f9d2d73e {
  justify-self: center;
}

#w-node-_3a659031-11ef-3b69-082d-7d3bf9d2d74c-f9d2d73e {
  align-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3ac-f9d2d73e {
  justify-self: center;
}

#w-node-_520e9c4a-7338-e8c3-082b-36fc0388e3af-f9d2d73e {
  align-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c0-f9d2d73e {
  justify-self: center;
}

#w-node-_6c7b53b7-06cc-e6aa-0840-a5487b3324c3-f9d2d73e {
  align-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fb8-f9d2d73e {
  justify-self: center;
}

#w-node-_61d412e0-e0e9-3622-371e-eb02dab25fbb-f9d2d73e {
  align-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0af-f9d2d73e {
  justify-self: center;
}

#w-node-c0277afb-13e5-bb86-2142-39be3febf0b2-f9d2d73e {
  align-self: center;
}

#w-node-_80d9405c-edcc-7409-6011-d82d71a8b58d-f9d2d73e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
  justify-self: start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07906-f9d2d73e {
  justify-self: start;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07909-f9d2d73e {
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb610-d680c0ee {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb611-d680c0ee {
  align-self: center;
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb612-d680c0ee, #w-node-b969a808-e524-3cc4-90ac-2fa043afb614-d680c0ee, #w-node-b969a808-e524-3cc4-90ac-2fa043afb617-d680c0ee {
  justify-self: center;
}

#w-node-dbb57d42-b964-395b-64cb-f5b041f31e02-d680c0ee {
  align-self: center;
  justify-self: center;
}

#w-node-b969a808-e524-3cc4-90ac-2fa043afb5fc-d680c0ee {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583543-d680c0ee {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583544-d680c0ee {
  justify-self: start;
}

#w-node-_9ed63169-669b-0dd7-6906-788712583547-d680c0ee {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e03-d680c0ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6706ec4-e43a-2119-ea98-7acfcd046844-d680c0ee {
  justify-self: start;
}

#w-node-_16f69f18-0644-6e98-c3eb-059debe91807-d680c0ee {
  align-self: start;
}

#w-node-_37152615-0fe1-7cf7-c187-7f2da2fa8e2a-d680c0ee, #w-node-_70fae85e-0726-eb25-b66c-a502b3a38036-d680c0ee, #w-node-_5c936675-37cd-ebc8-cd25-71394519325e-d680c0ee {
  justify-self: center;
}

#w-node-_9762608f-4b29-bc60-0fbb-bbecdb170e59-d680c0ee {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_9ae3960b-8b2e-a9f7-8e4a-7621149c4232-d680c0ee {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b21be0cc-59f5-5d18-08ee-084ca08c75cd-d680c0ee, #w-node-_94823f3f-18c8-2b72-da52-749a506b9380-d680c0ee {
  justify-self: center;
}

#w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192283-d680c0ee, #w-node-_7dbc3dbd-151f-7d07-a61b-1cc434192284-d680c0ee {
  align-self: start;
}

#w-node-f1f09e54-6029-2406-2e8e-6aa3bda58d18-d680c0ee, #w-node-d1e55ea6-aace-f302-ef2c-69923b47c791-d680c0ee {
  justify-self: center;
}

#w-node-_78002257-30af-74c3-df9e-143e2f250058-d680c0ee {
  align-self: end;
  justify-self: center;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6db-3ac6a6d9 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6df-3ac6a6d9 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-db610aa8-4dd0-87b7-14dd-5eb13ac6a6e4-3ac6a6d9 {
  align-self: end;
  justify-self: start;
}

#scroll.w-node-_57463f39-2b43-5959-78eb-09d8e48c6165-c180c0ef {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_51ce841c-8d6c-91bb-b1e8-5985f0545647-c180c0ef {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-d24f2895-6183-db7b-f323-c5fc47580c5e-c180c0ef, #w-node-_3a100899-eebf-6056-6f5e-29b2d62254ce-c180c0ef, #w-node-_59a4a72d-7c73-70d7-a9ba-049330057105-c180c0ef {
  align-self: start;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-c180c0ef {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320eb-c180c0ef {
  align-self: center;
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320ec-c180c0ef, #w-node-_739ad824-5627-5eb8-dc3f-36456389b798-c180c0ef, #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ee-c180c0ef, #w-node-b1af9500-e175-eb02-775d-82b1f334f3fc-c180c0ef {
  justify-self: center;
}

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320f0-c180c0ef {
  align-self: end;
  justify-self: center;
}

#w-node-_3d089456-f5ad-5392-7c73-7e6aa2789158-c180c0ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-c180c0ef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf543-c180c0ef, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf544-c180c0ef {
  align-self: start;
}

#w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf547-c180c0ef {
  justify-self: start;
}

#w-node-e5b29ab1-a4c1-9467-74ab-5211e97142d5-c180c0ef {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4b45f269-1771-548d-96bf-1cd99de73457-c180c0ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d67-c180c0ef {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6b-c180c0ef {
  justify-self: center;
}

#w-node-fb2c1532-161b-328d-c1e5-915ef4af9d6e-c180c0ef {
  align-self: center;
}

#w-node-d740d320-490b-38bc-0ce0-2d6f0e13d8b1-c180c0ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256817-c180c0ef {
  align-self: center;
  justify-self: start;
}

#w-node-df64bdaf-4b16-4e0f-c3d6-cc3cad65d28f-c180c0ef {
  justify-self: start;
}

#w-node-_0adffef0-f704-bee0-844a-cc0178256818-c180c0ef, #w-node-_0adffef0-f704-bee0-844a-cc0178256819-c180c0ef {
  align-self: start;
}

#w-node-_474ee50d-d7e0-6afc-4c9f-705dc2b695cb-c180c0ef {
  align-self: end;
  justify-self: start;
}

#w-node-_1eff8e35-02a5-db12-a9c3-8b38c3d0ca95-c180c0ef {
  align-self: start;
}

#w-node-_858f5094-c50e-4477-080e-f8c9c57e0a37-c180c0ef {
  align-self: end;
}

#w-node-_6a1d7461-1cc6-8451-7eba-3445d39bdfd2-c180c0ef {
  align-self: start;
}

#w-node-_0f48ba6b-b8f4-87e8-57ed-bbc27173d4db-c180c0ef {
  align-self: end;
}

#w-node-_54716730-79fd-cec2-9bea-42365c6e4a01-c180c0ef {
  align-self: start;
}

#w-node-e11f5738-1e05-a3c1-7d25-adfd3f968389-c180c0ef {
  align-self: end;
}

#w-node-_5f238971-49bc-5a15-be1f-587ab16fb361-c180c0ef {
  align-self: start;
}

#w-node-_77b3e910-dc2d-4a56-c9a3-d444445282af-c180c0ef {
  align-self: end;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ca-c180c0ef {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1cb-c180c0ef {
  justify-self: start;
}

#w-node-e3ecceef-883e-3190-f203-864e4068a1ce-c180c0ef {
  justify-self: center;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170ae3-c180c0ef {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe482-c180c0ef {
  justify-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe483-c180c0ef {
  justify-self: end;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe484-c180c0ef {
  align-self: center;
}

#w-node-_3ced3831-d3c5-e02a-8e49-87b38defe485-c180c0ef {
  justify-self: start;
}

#w-node-c3384b93-d923-f113-0a35-29d9b7170b0f-c180c0ef {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841e7-c180c0ef {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841eb-c180c0ef {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_484be61a-a7e1-22c1-3207-7473b36841f1-c180c0ef {
  align-self: end;
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba179-d180c0f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17a-d180c0f0 {
  align-self: center;
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba17c-d180c0f0 {
  justify-self: center;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba184-d180c0f0 {
  justify-self: start;
}

#w-node-eb9af6c6-0eca-113b-63b6-af2fb0dba187-d180c0f0 {
  justify-self: center;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-d180c0f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d180c0f0 {
  align-self: start;
}

#w-node-e934921e-4e8e-4e1e-3601-d1234462156f-d180c0f0 {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-b93520bb-88a5-d118-c48b-134b842c5146-d180c0f0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_93300cea-5475-7d85-0864-26a19ea0c921-d180c0f0, #w-node-e100a364-1795-27bf-9618-86349bee62e9-d180c0f0 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_6b32d081-b976-b7b6-2b6a-8694ea0404ed-d180c0f0 {
  align-self: center;
  justify-self: start;
}

#w-node-a2810c17-d8c0-306e-07f4-406b0a1818db-d180c0f0 {
  align-self: center;
}

#w-node-b9a22901-4996-d0dc-5f49-18042c745ce1-d180c0f0 {
  align-self: center;
  justify-self: start;
}

#w-node-_17d0c79c-71e8-153a-6070-d51186b77c2d-d180c0f0 {
  align-self: center;
}

#w-node-_9f839052-26a1-97d0-3dbd-8a7f1917f737-d180c0f0 {
  align-self: center;
  justify-self: start;
}

#w-node-_1889201b-e4e9-5c3f-e8f9-ee199074ed29-d180c0f0 {
  align-self: center;
}

#w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d180c0f0 {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_8cd4cd55-c462-3dd0-3cf4-2f4581f22430-d180c0f0 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-a9f329f0-408c-fe4f-55b9-5f87dc64609a-d180c0f0, #w-node-_40872e10-bde2-af8d-7a27-1b004f9a2993-d180c0f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fff-d180c0f0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798675-d180c0f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-d180c0f0 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c37-d180c0f0 {
  justify-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c39-d180c0f0, #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3a-d180c0f0 {
  align-self: start;
}

#w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c3f-d180c0f0 {
  align-self: end;
  justify-self: start;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798682-d180c0f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798688-d180c0f0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_32424efa-f220-1185-38fd-93afd3798689-d180c0f0 {
  align-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723808-d180c0f0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f18-d180c0f0 {
  justify-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f19-d180c0f0 {
  justify-self: end;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1a-d180c0f0 {
  align-self: center;
}

#w-node-_6a9cd4b0-f6e1-3031-c907-82229a2b0f1b-d180c0f0 {
  justify-self: start;
}

#w-node-_18677b8e-b9a0-d0a6-b828-c7ced3723834-d180c0f0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc4-d180c0f0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdc8-d180c0f0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_52a66566-6a20-9b67-824a-0733727dfdce-d180c0f0 {
  align-self: end;
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8020-aa80c0e7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8021-aa80c0e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a3a95098-1593-07a5-c373-97375199b507-0780c0ec {
    align-self: start;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d180c0f0 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d180c0f0 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8020-aa80c0e7, #w-node-c0b1d15b-4a0c-e59b-d02b-f4ebb0a17fed-d180c0f0 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-d0670ef8-5179-2614-f2ff-e19c1bb80f77-aa80c0e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_51d4d00a-0a44-b445-2701-df9baedb0560-aa80c0e7 {
    order: -9999;
  }

  #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb34-aa80c0e7 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Official.w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb49-aa80c0e7, #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb50-aa80c0e7, #Campaign.w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acba5-aa80c0e7, #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acbac-aa80c0e7, #App.w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acbf3-aa80c0e7, #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acbfa-aa80c0e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8020-aa80c0e7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8021-aa80c0e7 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8033-aa80c0e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8038-aa80c0e7 {
    grid-row-end: 3;
  }

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

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

  #w-node-_8f7109d9-6da2-9c8e-0989-9b1bfaecb900-faecb8fb, #w-node-_8d1717d8-d389-6bf3-850c-31e0b33cf541-c180c0ef {
    grid-column: span 1 / span 1;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d180c0f0 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-d180c0f0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-d180c0f0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d180c0f0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1cd3a98a-dc22-4b96-ac3f-768979240c36-d180c0f0 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798682-d180c0f0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798683-d180c0f0 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d0670ef8-5179-2614-f2ff-e19c1bb80f77-aa80c0e7, #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb34-aa80c0e7 {
    grid-column: span 1 / span 1;
  }

  #Official.w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb49-aa80c0e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb50-aa80c0e7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_148bd788-7577-e1de-4d82-77ccaf016ceb-aa80c0e7, #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acb51-aa80c0e7, #w-node-_1fd161b6-ac0e-9000-2391-ee8a7e7669d3-aa80c0e7, #w-node-b7d40a1e-6e05-28b7-6be5-39106dbda53a-aa80c0e7, #w-node-_3a3225c1-fa94-e937-420e-c3e6ecde7633-aa80c0e7, #w-node-_9ac55079-36c9-dbb3-1e76-b772f4b0fd0d-aa80c0e7, #w-node-bc527331-654d-ef5d-d4fd-460dc110e871-aa80c0e7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #Campaign.w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acba5-aa80c0e7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acbac-aa80c0e7 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_09867dd4-2e6f-8d41-38e7-637bc1e83719-aa80c0e7, #w-node-_14cbd782-f2bb-7de0-1e17-71e65bf54086-aa80c0e7, #w-node-_8c1b771e-8a36-4eaa-a9c0-14a7b3797108-aa80c0e7, #w-node-f259a882-f2c2-7115-b9d5-c05aa6213663-aa80c0e7, #w-node-_0a037937-7bff-f4df-8956-48a7ee93fc1e-aa80c0e7, #w-node-cab63cf0-5a64-c56c-26dc-39d8a43cbe00-aa80c0e7, #w-node-f995942e-3818-36c5-978c-3833d87779c1-aa80c0e7, #w-node-_41a1ca61-8b75-1eed-4982-6e1c27e5ba91-aa80c0e7, #w-node-aa5b0fab-7585-d8c5-b200-ba49df138927-aa80c0e7, #w-node-_103d5b27-446c-e5ab-f075-c46b19f309e2-aa80c0e7, #w-node-d02cba42-469e-9a9b-5e07-3aed9dd2d904-aa80c0e7, #w-node-_7d51ac7e-483c-a6d6-4edb-c732b730d428-aa80c0e7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #App.w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acbf3-aa80c0e7 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-a48f1b8c-d6bb-7ec4-c6ff-142ba00acbfa-aa80c0e7 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_581dacdc-8dfc-a740-6f71-0b2ca55a6416-aa80c0e7, #w-node-d1587ded-e26c-1cf2-1f64-e87e5759c1a6-aa80c0e7, #w-node-_1f49c160-50c9-f642-396d-16122b0383cd-aa80c0e7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476af-9974768b {
    grid-column: span 1 / span 1;
  }

  #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476b8-9974768b {
    grid-column-end: 2;
  }

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

  #w-node-_9e572148-ae22-074f-3081-a0d31084942b-0780c0ec, #w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-0780c0ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fe748369-64ae-37ec-beb6-ba706b74a3d4-0780c0ec {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-0780c0ec {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-0780c0ec {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_68d5da43-2c52-4ed5-e40f-86db9bb7861c-d180c0f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e934921e-4e8e-4e1e-3601-d1234462156f-d180c0f0 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_93300cea-5475-7d85-0864-26a19ea0c921-d180c0f0 {
    grid-row: 3 / 4;
  }

  #w-node-_16bdb5b3-e6c0-5dac-1a80-df70ac32ff3d-d180c0f0 {
    grid-row: 4 / 5;
  }

  #w-node-_32424efa-f220-1185-38fd-93afd3798688-d180c0f0 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce8034-aa80c0e7, #w-node-_22e4c0c9-1f26-5163-6d38-ebb322ce803a-aa80c0e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-c180c0ef {
    grid-area: 1 / 2 / 2 / 3;
    align-self: center;
    justify-self: center;
  }
}


