:root {
  --body-display: #626d86;
  --pinstripe: #889ea833;
  --grey: #eef0f6;
  --black: #111729;
  --coral: #ff6f44;
  --shaddow: #292b4e12;
  --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: Montserrat, sans-serif;
  font-weight: 400;
}

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

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

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

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

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

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

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  background-image: url('../images/pexels-lynxexotics-3849551.jpg');
  background-position: 50% 35%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.instagram-one {
  background-image: url('../images/pexels-lynxexotics-3849551.jpg');
}

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

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

.background.services-hero-background {
  background-image: url('../images/pexels-maria-geller-801267-2127038.jpg');
}

.background.journal-hero-background {
  background-image: url('../images/pexels-maria-geller-801267-2127032.jpg');
}

.background.about-hero-background {
  background-image: url('../images/pexels-maria-geller-801267-2127039.jpg');
}

.background.contact-hero-background {
  background-image: url('../images/pexels-lynxexotics-3849551.jpg');
  background-position: 50% 70%;
}

.background.team-image-001 {
  background-image: url('../images/pexels-maria-geller-801267-2127032.jpg');
}

.background.team-image-002 {
  background-image: url('../images/pexels-maria-geller-801267-2127039.jpg');
}

.background.team-image-003 {
  background-image: url('../images/pexels-lynxexotics-3849551.jpg');
}

.background.team-image-004 {
  background-image: url('../images/pexels-maria-geller-801267-2127038.jpg');
}

.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/DSC09362.jpg');
}

.background.stanowisko {
  background-image: url('../images/pexels-maria-geller-801267-2127038.jpg');
}

.background.simracingbig {
  background-image: url('../images/pexels-maria-geller-801267-2127032.jpg');
}

.background.center {
  background-position: 50% 60%;
}

.overlay {
  background-color: #0a101d4d;
  position: absolute;
  inset: 0%;
}

.overlay.light {
  background-color: #0a101d33;
}

.overlay.dark {
  background-color: #0a101da6;
}

.centered-line {
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  display: flex;
}

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

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

.line-fill.light {
  background-color: #fff3;
}

.services-wrapper {
  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;
  min-height: 70px;
  margin-top: -80px;
  display: grid;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.slider-arrow {
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  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 {
  background-color: #fff0;
  justify-content: center;
  height: 80px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

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

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

.navigation-content {
  z-index: 10;
  border-bottom: 1px solid #fff0;
  justify-content: space-between;
  width: 96%;
  display: flex;
  position: relative;
}

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

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

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

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

.xxl-heading.left {
  text-align: center;
}

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

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

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

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

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

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

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

.subtitle.light {
  color: #fffc;
}

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

.left-line.light {
  background-color: #ffffff17;
}

.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 {
  background-color: var(--pinstripe);
  height: 1px;
}

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

.list-item {
  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;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-decoration: none;
  display: grid;
  position: relative;
}

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

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

.service-bottom {
  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;
  place-content: space-between flex-end;
  width: 100%;
  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 {
  background-color: #fff;
  width: 100%;
  margin-top: -80px;
}

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

.slide-nav {
  display: none;
}

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

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

.hover-slider-arrow {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.verticle-line {
  background-color: var(--pinstripe);
  height: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.outline-button.light {
  color: #fff;
  background-color: #fff0;
  border-color: #fff3;
}

.showreel-info {
  z-index: 10;
  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;
  max-width: 675px;
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  position: relative;
}

.nav-cover {
  background-color: #fff;
  border: 1px #889ea80d;
  height: 100%;
  box-shadow: 0 12px 36px -8px #3e41741a;
}

.service-icon {
  background-color: var(--grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  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 {
  background-color: var(--coral);
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  height: 24px;
  font-size: 9px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -24px 0% auto;
}

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

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

.instagram-feed {
  grid-column-gap: 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 {
  justify-content: center;
  align-items: center;
  height: 16vw;
  max-height: 425px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-grey-cover {
  background-color: var(--grey);
  height: 90%;
  position: absolute;
  inset: 0% 0% auto;
}

.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 {
  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;
  min-height: 300px;
  padding: 18px 18px 0;
  text-decoration: none;
  display: grid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.client-avatar {
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  padding: 6px;
  position: relative;
}

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

.avatar {
  background-image: url('../images/pexels-maria-geller-801267-2127038.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner-page-hero {
  justify-content: center;
  min-height: 850px;
  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: sticky;
  top: 118px;
}

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

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

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

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

.scroll-line {
  background-color: #fff3;
  width: 1px;
}

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

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

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

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

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

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

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

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

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

.post-author-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  border: 1px solid var(--pinstripe);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 350px;
  padding: 0;
  position: 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: #0000;
}

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

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

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

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

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

.slide-content {
  justify-content: center;
  height: 100%;
  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 {
  background-color: var(--grey);
  border-radius: 100%;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 80px;
  margin-bottom: -36px;
  padding-top: 44px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.contact-info-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: -80px;
  padding: 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 {
  grid-column-gap: 120px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 60px;
  padding-right: 36px;
  display: grid;
}

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

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

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

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

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

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

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

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

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

.sticky-services-intro {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: 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 {
  justify-content: center;
  align-items: center;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.social-icon.light {
  background-color: #c0ccd18c;
  border: 1px solid #fff3;
}

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

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

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

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

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

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

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

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

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

.popular-posts {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: 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;
  inset: 0%;
}

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

.preloader-indicator {
  width: 100%;
}

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

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

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

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

.slide-hero-background {
  background-image: url('../images/pexels-lynxexotics-3849551.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

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

.slide-hero-background.slider-001 {
  background-image: url('../images/pexels-lynxexotics-3849551.jpg');
  background-position: 50% 70%;
}

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

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

.slide-hero-background.hero {
  background-image: url('../images/headerps1.jpg');
}

.slider-background {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

.social-dropdown-list.w--open {
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

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

.scroll-arrow {
  width: 18px;
}

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

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

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

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

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

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

.list-arrow {
  width: 14px;
}

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

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-me {
  z-index: 5000000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000000bf;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .25rem 0 0 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.5rem;
  padding: .3rem .5rem;
  text-decoration: none;
  transition: color .2s linear, background-color .2s linear;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me:hover {
  color: #000;
  background-color: #f1f1f1;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.delete-me_text-title {
  letter-spacing: -.025em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

.logo {
  max-width: 60px;
}

.image-fill {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.background-empty {
  position: absolute;
  inset: 0%;
}

.background-empty.instagram-one {
  background-image: url('../images/pexels-lynxexotics-3849551.jpg');
}

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

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

.background-empty.services-hero-background {
  background-image: url('../images/pexels-maria-geller-801267-2127038.jpg');
}

.background-empty.journal-hero-background {
  background-image: url('../images/pexels-maria-geller-801267-2127032.jpg');
}

.background-empty.about-hero-background {
  background-image: url('../images/pexels-maria-geller-801267-2127039.jpg');
}

.background-empty.contact-hero-background {
  background-image: url('../images/pexels-lynxexotics-3849551.jpg');
  background-position: 50% 70%;
}

.background-empty.team-image-001 {
  background-image: url('../images/pexels-maria-geller-801267-2127032.jpg');
}

.background-empty.team-image-002 {
  background-image: url('../images/pexels-maria-geller-801267-2127039.jpg');
}

.background-empty.team-image-003 {
  background-image: url('../images/pexels-lynxexotics-3849551.jpg');
}

.background-empty.team-image-004 {
  background-image: url('../images/pexels-maria-geller-801267-2127038.jpg');
}

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

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

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

.background-empty.action-background {
  background-image: url('../images/pexels-maria-geller-801267-2127032.jpg');
}

.background-empty.stanowisko {
  background-image: url('../images/pexels-maria-geller-801267-2127038.jpg');
}

.background-empty.simracingbig {
  background-image: url('../images/pexels-maria-geller-801267-2127032.jpg');
}

.background-empty.center {
  background-position: 50% 60%;
}

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

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

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

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

  .section.no-padding.grey {
    overflow: visible;
  }

  .services-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #0000;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

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

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

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

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

  .nav-menu {
    background-color: #0000;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

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

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

  .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;
    inset: auto 0 136px 80px;
  }

  .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 #292b4e1f;
  }

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

  .menu-button.w--open {
    background-color: #0000;
  }

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

  .menu-icon {
    width: 28px;
  }

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

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

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

  .pagination {
    padding-left: 36px;
  }
}

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

@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 {
    grid-template-columns: 1fr;
    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;
  }

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

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

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

#w-node-_819fb258-0938-7777-14ba-51413a9fd4d8-2d977abd {
  place-self: center;
}

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

#w-node-_819fb258-0938-7777-14ba-51413a9fd4dc-2d977abd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_819fb258-0938-7777-14ba-51413a9fd4de-2d977abd {
  place-self: center;
}

#w-node-d440db47-823b-161c-3f50-6ace7afc9a03-2d977abd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c106bab8-0123-b188-5c41-fd9bb42d15e1-2d977abd, #w-node-_9a7397c1-3804-1b8d-9d47-c0231543464e-2d977abd, #w-node-a5503781-62bc-7a36-f470-a62d4250e756-2d977abd {
  justify-self: start;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e757-2d977abd {
  align-self: end;
}

#w-node-a5503781-62bc-7a36-f470-a62d4250e75a-2d977abd, #w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6931-2d977abd, #w-node-_0ce07434-4c8e-b1e5-37eb-c164820f6935-2d977abd, #w-node-db6915f9-61b5-4fb1-2fb0-8736580d2572-2d977abd, #w-node-db6915f9-61b5-4fb1-2fb0-8736580d2576-2d977abd {
  justify-self: start;
}

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

#w-node-_550bbeb3-ad12-62b2-3b32-267633ceadb3-2d977abd {
  place-self: center start;
}

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

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

#w-node-_2de0c92b-51c5-2305-1687-f7ca5a4bbcbb-2d977abd {
  place-self: end start;
}

#w-node-_6bc977d1-1358-5b7b-0b1c-d3edabff5587-2d977abd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_74ff2ad0-8589-a769-953f-a567986e8f31-2d977abd {
  justify-self: end;
}

#w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-2d977abd {
  grid-area: 1 / 6 / 2 / 7;
}

#w-node-_3bc226e8-e01a-341e-b360-a0884ba96d08-2d977abd {
  justify-self: end;
}

#w-node-a322fe66-30db-b137-a47f-119c110dff01-2d977abd {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_113b843d-db13-f308-2865-908c84074d78-2d977abd {
  justify-self: end;
}

#w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-2d977abd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e9ca5033-453c-5532-f542-2f1327f68df7-2d977abd {
  justify-self: end;
}

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

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

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

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

#w-node-_4b677261-dd5e-f789-c7a3-367c88901b44-2d977abd {
  place-self: end start;
}

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

#w-node-_377a769e-47c2-d17b-917b-7d577439edff-2d977abd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_056965fa-12c6-28ae-93af-48138763607a-2d977abd {
  align-self: start;
}

#w-node-_9d0fad4e-c4de-de6c-701c-0b70a6e2519b-2d977abd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d0fad4e-c4de-de6c-701c-0b70a6e2519d-2d977abd {
  align-self: start;
}

#w-node-ae87aac2-a6dc-53b2-ade4-fd92059d6c05-2d977abd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ae87aac2-a6dc-53b2-ade4-fd92059d6c07-2d977abd {
  align-self: start;
}

#w-node-e33a1a3e-0ff5-3a45-9743-0119ab13bdbf-2d977abd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e33a1a3e-0ff5-3a45-9743-0119ab13bdc1-2d977abd {
  align-self: start;
}

#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 {
  place-self: center;
}

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

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

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

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

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

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

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

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

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

#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 {
  place-self: end start;
}

#w-node-_878f308c-2a70-70a3-7965-4876dcb109c1-dcb109bf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_878f308c-2a70-70a3-7965-4876dcb10a35-dcb109bf {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a05be681-0762-dcb6-08c9-597ec906ad3b-c906ad31 {
  justify-self: center;
}

#w-node-a05be681-0762-dcb6-08c9-597ec906ad3c-c906ad31 {
  justify-self: end;
}

#w-node-a05be681-0762-dcb6-08c9-597ec906ad3e-c906ad31 {
  align-self: center;
}

#w-node-a05be681-0762-dcb6-08c9-597ec906ad3f-c906ad31 {
  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-dee5d24c-9b7e-8db5-2985-e33c2e53e05c-f9d2d73e {
  justify-self: center;
}

#w-node-dee5d24c-9b7e-8db5-2985-e33c2e53e05f-f9d2d73e {
  align-self: center;
}

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

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

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07907-f9d2d73e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98fde2b7-35d4-d106-01b2-43263cc07909-f9d2d73e {
  justify-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;
}

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

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

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

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

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320eb-2d977abe {
  place-self: center;
}

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

#w-node-_0fc492cc-3f08-8800-179c-cb200d3320f0-2d977abe {
  place-self: end center;
}

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

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

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

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

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

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

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

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

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

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

#w-node-_0adffef0-f704-bee0-844a-cc0178256817-2d977abe {
  place-self: center start;
}

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

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

#w-node-_474ee50d-d7e0-6afc-4c9f-705dc2b695cb-2d977abe {
  place-self: end start;
}

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

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

#w-node-c17baa7b-9561-736b-b2c4-a36afcda1224-2d977abe {
  align-self: start;
}

#w-node-c17baa7b-9561-736b-b2c4-a36afcda1227-2d977abe {
  align-self: end;
}

#w-node-_364087a0-2060-1b99-e0da-dc9df9224b7e-2d977abe {
  align-self: start;
}

#w-node-_364087a0-2060-1b99-e0da-dc9df9224b81-2d977abe {
  align-self: end;
}

#w-node-_535f959f-bb37-8b8e-6390-2445745c76a1-2d977abe {
  align-self: start;
}

#w-node-_535f959f-bb37-8b8e-6390-2445745c76a4-2d977abe {
  align-self: end;
}

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

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

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

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca56-2d977abe {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca62-2d977abe {
  justify-self: center;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca63-2d977abe {
  justify-self: end;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca65-2d977abe {
  align-self: center;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca66-2d977abe {
  justify-self: start;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca75-2d977abe {
  justify-self: center;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca76-2d977abe {
  justify-self: end;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca78-2d977abe {
  align-self: center;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca79-2d977abe {
  justify-self: start;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca88-2d977abe {
  justify-self: center;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca89-2d977abe {
  justify-self: end;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca8b-2d977abe {
  align-self: center;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca8c-2d977abe {
  justify-self: start;
}

#w-node-_5e638182-c671-cfe3-c30f-3ac90845ca91-2d977abe {
  grid-area: 1 / 3 / 2 / 4;
}

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

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

#w-node-_484be61a-a7e1-22c1-3207-7473b36841f1-2d977abe {
  place-self: end start;
}

#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ebc-2d977abf {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ebd-2d977abf {
  justify-self: start;
}

#w-node-c6dbf473-d17e-1ba8-3207-2884e2932ec0-2d977abf {
  justify-self: center;
}

#w-node-_3247bad1-9f3b-80cd-ef1d-f2115b2f90dc-2d977abf {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_4da7c6cb-7283-73c1-fe06-ff8f4e25b979-2d977abf {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_4da7c6cb-7283-73c1-fe06-ff8f4e25b97a-2d977abf {
  place-self: center;
}

#w-node-_9bbca884-9fd3-fcd1-90a8-4ddc87728d8c-2d977abf, #w-node-_4ddaa5f8-ec5e-b927-627c-651874eecf3c-2d977abf {
  justify-self: center;
}

#w-node-_9bbca884-9fd3-fcd1-90a8-4ddc87728d90-2d977abf {
  place-self: center;
}

#w-node-_11b06764-1183-1c31-0533-fb4acc084ef4-2d977ac0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a5802956-f831-d762-b11c-06eeb729e8b9-2d977ac0 {
  place-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8b-2d977ac0 {
  justify-self: center;
}

#w-node-bc2dffdb-e974-55da-5c68-c14ed66ede8f-2d977ac0 {
  place-self: center;
}

#w-node-ad609dfe-1ce2-30b1-b651-67445d330281-2d977ac0 {
  justify-self: start;
}

#w-node-d30624c5-348f-6dfa-ad01-88f3a9dcf7e9-2d977ac0 {
  justify-self: center;
}

#w-node-bebcf225-3287-e6d5-6828-3856474eccd9-2d977ac0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412b9-2d977ac0 {
  align-self: end;
}

#w-node-c9bceebb-5128-4777-18b5-fc466bc412bc-2d977ac0 {
  justify-self: start;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616bc-2d977ac0 {
  align-self: end;
}

#w-node-_6ebf5076-0dfe-e763-fb1d-f70035c616c2-2d977ac0 {
  justify-self: start;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a22-2d977ac0 {
  align-self: end;
}

#w-node-_62aa35df-4276-ba10-9697-42d6df5f4a28-2d977ac0 {
  justify-self: start;
}

#w-node-_14257403-58ab-68d1-6d99-2ca0c92005d0-2d977ac0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22e5caee-c673-8b90-dfb0-0d43fdb23f7d-2d977ac0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b011164c-4554-fdf2-186c-a11194330457-2d977ac0, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7f9-2d977ac0 {
  align-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fa-2d977ac0 {
  justify-self: start;
}

#w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fc-2d977ac0, #w-node-bbb03a36-3c52-5a96-7a25-9fcded3da7fd-2d977ac0 {
  align-self: start;
}

#w-node-bc2be17f-fc50-2ddf-9255-d59a093e862f-2d977ac0 {
  justify-self: start;
}

#w-node-e2f40254-63aa-a646-4afd-19ddeb09b71d-2d977ac0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd7336fc-853f-046d-2fab-fe25cee71ddc-2d977ac0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_843a2b72-3786-bf35-997d-5dfaed06c817-2d977ac0, #w-node-_7cda88c5-d9ec-8471-2ce4-cd678ec3c1d2-2d977ac0, #w-node-_7cda88c5-d9ec-8471-2ce4-cd678ec3c1d7-2d977ac0 {
  align-self: start;
}

#w-node-_5742d26d-8d13-0740-26d0-a1edc0e36d5b-2d977ac0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5742d26d-8d13-0740-26d0-a1edc0e36d62-2d977ac0, #w-node-_5742d26d-8d13-0740-26d0-a1edc0e36d65-2d977ac0, #w-node-_5742d26d-8d13-0740-26d0-a1edc0e36d6a-2d977ac0 {
  align-self: start;
}

#w-node-_3706d9d5-f2e1-7088-defd-22d52b550cee-2d977ac0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3706d9d5-f2e1-7088-defd-22d52b550cf5-2d977ac0, #w-node-_3706d9d5-f2e1-7088-defd-22d52b550cf8-2d977ac0, #w-node-_3706d9d5-f2e1-7088-defd-22d52b550cfd-2d977ac0 {
  align-self: start;
}

#w-node-f216f208-6e8e-d9bc-e646-90181967508c-2d977ac0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f216f208-6e8e-d9bc-e646-901819675093-2d977ac0, #w-node-f216f208-6e8e-d9bc-e646-901819675096-2d977ac0, #w-node-f216f208-6e8e-d9bc-e646-90181967509b-2d977ac0 {
  align-self: start;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209aeb-2d977ac0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd8e-2d977ac0 {
  justify-self: center;
}

#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd8f-2d977ac0 {
  justify-self: end;
}

#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd90-2d977ac0 {
  align-self: center;
}

#w-node-_6fa7dd6a-8384-aece-bebf-38f77cfefd91-2d977ac0 {
  justify-self: start;
}

#w-node-_6435ea01-8e34-cdd4-7bf7-81d53c1ed694-2d977ac0 {
  justify-self: center;
}

#w-node-_6435ea01-8e34-cdd4-7bf7-81d53c1ed695-2d977ac0 {
  justify-self: end;
}

#w-node-_6435ea01-8e34-cdd4-7bf7-81d53c1ed697-2d977ac0 {
  align-self: center;
}

#w-node-_6435ea01-8e34-cdd4-7bf7-81d53c1ed698-2d977ac0 {
  justify-self: start;
}

#w-node-_967ff7b9-7255-9666-dc94-258f85b8c4bf-2d977ac0 {
  justify-self: center;
}

#w-node-_967ff7b9-7255-9666-dc94-258f85b8c4c0-2d977ac0 {
  justify-self: end;
}

#w-node-_967ff7b9-7255-9666-dc94-258f85b8c4c2-2d977ac0 {
  align-self: center;
}

#w-node-_967ff7b9-7255-9666-dc94-258f85b8c4c3-2d977ac0 {
  justify-self: start;
}

#w-node-cfc3cb6f-a647-7d40-fc1c-d91295209b41-2d977ac0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_733b4fea-26ae-436d-dfe2-0e25b729aa94-2d977ac0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_733b4fea-26ae-436d-dfe2-0e25b729aa98-2d977ac0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_733b4fea-26ae-436d-dfe2-0e25b729aa9d-2d977ac0 {
  place-self: end start;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e7-2d977ac2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3e8-2d977ac2 {
  place-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3ea-2d977ac2 {
  justify-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3ee-2d977ac2 {
  place-self: center;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f2-2d977ac2 {
  justify-self: start;
}

#w-node-_25f4c647-bf44-3d91-ae4d-d0fd94a7e3f5-2d977ac2 {
  justify-self: center;
}

#w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec25-2d977ac2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_56d11096-62cc-2c75-f1e2-b890f6dc9687-2d977ac2, #w-node-ef1e9a0f-7354-04e1-af78-5d27687f4769-2d977ac2, #w-node-_697bacc0-383a-1cf7-ceed-b32b7119ef6a-2d977ac2, #w-node-ae4afe5a-1ed9-be1c-15a9-1996fb711a10-2d977ac2 {
  align-self: end;
}

#w-node-_8b8ba4bf-7af5-69c5-2c5c-4fc91a3cefbb-2d977ac2 {
  align-self: start;
}

#w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec7b-2d977ac2 {
  grid-area: 1 / 3 / 2 / 4;
}

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

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59a6-2d977ac3 {
  place-self: center;
}

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

#w-node-ceeaa09e-c116-7ec8-ff99-185a9d6b59ac-2d977ac3 {
  place-self: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_9833f181-d67c-97a6-4189-4fe8f9745945-2d977ac3, #w-node-e259701c-099d-e170-5b93-cefd50277208-2d977ac3, #w-node-c563cb0b-0e2b-552a-cf31-d17989f598ef-2d977ac3, #w-node-c563cb0b-0e2b-552a-cf31-d17989f598f3-2d977ac3, #w-node-f6da8392-bb98-f873-291a-c87ee227abda-2d977ac3, #w-node-f6da8392-bb98-f873-291a-c87ee227abde-2d977ac3 {
  justify-self: center;
}

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

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d00-2d977ac3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d0c-2d977ac3 {
  justify-self: center;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d0d-2d977ac3 {
  justify-self: end;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d0f-2d977ac3 {
  align-self: center;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d10-2d977ac3 {
  justify-self: start;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d1f-2d977ac3 {
  justify-self: center;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d20-2d977ac3 {
  justify-self: end;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d22-2d977ac3 {
  align-self: center;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d23-2d977ac3 {
  justify-self: start;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d32-2d977ac3 {
  justify-self: center;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d33-2d977ac3 {
  justify-self: end;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d35-2d977ac3 {
  align-self: center;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d36-2d977ac3 {
  justify-self: start;
}

#w-node-_98af6a5c-2b6f-0a12-da57-c07459676d3b-2d977ac3 {
  grid-area: 1 / 3 / 2 / 4;
}

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

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

#w-node-e4fc5a39-057b-8f58-8060-1c5cd6a7a611-2d977ac3 {
  place-self: end start;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b75-2d977ac4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b76-2d977ac4 {
  place-self: center;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b78-2d977ac4 {
  justify-self: center;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b80-2d977ac4 {
  justify-self: start;
}

#w-node-_04dcaa0c-bdfe-477c-cc9c-23197b9a7b83-2d977ac4 {
  justify-self: center;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa2a-2d977ac4 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c00efebe-e4dc-1e51-0f70-a418b6d498d2-2d977ac4 {
  justify-self: center;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4916-2d977ac4 {
  align-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4917-2d977ac4 {
  justify-self: start;
}

#w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d4919-2d977ac4, #w-node-_6399b5e6-f9a7-143c-2c4d-b607d34d491a-2d977ac4 {
  align-self: start;
}

#w-node-e572a364-e78f-7ad8-23e5-a69885b239cd-2d977ac4, #w-node-_43e76f62-22f1-bc62-316f-4ba54345fa95-2d977ac4, #name-2.w-node-_43e76f62-22f1-bc62-316f-4ba54345fa98-2d977ac4, #w-node-_9549297c-42b1-3ae5-122e-2983a26a3a8f-2d977ac4, #name-2.w-node-_9549297c-42b1-3ae5-122e-2983a26a3a91-2d977ac4, #w-node-_2b490e51-7176-6809-0cb1-d8e443b695dc-2d977ac4, #field.w-node-_4a4b3dc9-5f8b-1510-13a9-a8389fc1f04d-2d977ac4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9bd5f798-de05-0e67-9c15-604007b939e3-2d977ac4 {
  justify-self: start;
}

#w-node-ad593df4-eeb4-282c-d066-61e5ae8ffa51-2d977ac4 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c3ee-e0276f6d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c3ef-e0276f6d {
  place-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c3f1-e0276f6d {
  justify-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c3fd-e0276f6d {
  justify-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c400-e0276f6d {
  justify-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c404-e0276f6d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c406-e0276f6d {
  align-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c408-e0276f6d {
  grid-area: 1 / 2 / 2 / 4;
  align-self: start;
}

#w-node-_3649e65b-ab8f-6751-477b-e9ba4bb72c63-e0276f6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c43f-e0276f6d {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c444-e0276f6d {
  grid-area: 2 / 1 / 3 / 3;
  align-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c447-e0276f6d {
  place-self: center start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c449-e0276f6d {
  align-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c44e-e0276f6d {
  place-self: center start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c450-e0276f6d {
  align-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c455-e0276f6d {
  place-self: center start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c457-e0276f6d {
  align-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c45a-e0276f6d {
  grid-area: 2 / 3 / 3 / 4;
  align-self: stretch;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c45f-e0276f6d {
  grid-area: 2 / 1 / 3 / 3;
  align-self: stretch;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c468-e0276f6d, #w-node-_03eee98b-1108-ca25-2ebe-2bece482c46c-e0276f6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c470-e0276f6d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c473-e0276f6d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c474-e0276f6d {
  align-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c475-e0276f6d {
  justify-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c477-e0276f6d, #w-node-_03eee98b-1108-ca25-2ebe-2bece482c478-e0276f6d {
  align-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c47e-e0276f6d {
  place-self: end start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c481-e0276f6d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c485-e0276f6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c487-e0276f6d {
  align-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c48f-e0276f6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c491-e0276f6d {
  align-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c499-e0276f6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c49b-e0276f6d {
  align-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4a3-e0276f6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4a5-e0276f6d {
  align-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4af-e0276f6d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4bb-e0276f6d {
  justify-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4bc-e0276f6d {
  justify-self: end;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4be-e0276f6d {
  align-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4bf-e0276f6d {
  justify-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4ce-e0276f6d {
  justify-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4cf-e0276f6d {
  justify-self: end;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4d1-e0276f6d {
  align-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4d2-e0276f6d {
  justify-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4e1-e0276f6d {
  justify-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4e2-e0276f6d {
  justify-self: end;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4e4-e0276f6d {
  align-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4e5-e0276f6d {
  justify-self: start;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4ea-e0276f6d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4ed-e0276f6d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4f1-e0276f6d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_03eee98b-1108-ca25-2ebe-2bece482c4f7-e0276f6d {
  place-self: end start;
}

#scroll.w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985b7-6799bb16 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985bb-6799bb16 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985bc-6799bb16, #w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985c1-6799bb16, #w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985c6-6799bb16 {
  align-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985cb-6799bb16 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985cc-6799bb16 {
  place-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985cd-6799bb16, #w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985cf-6799bb16, #w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985d0-6799bb16, #w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985d2-6799bb16 {
  justify-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985d5-6799bb16 {
  place-self: end center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985d9-6799bb16 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985db-6799bb16 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985de-6799bb16, #w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985df-6799bb16 {
  align-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985e2-6799bb16 {
  justify-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598627-6799bb16 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59862a-6799bb16 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598631-6799bb16 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598635-6799bb16 {
  justify-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598638-6799bb16 {
  align-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598642-6799bb16 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598643-6799bb16 {
  place-self: center start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598644-6799bb16 {
  justify-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598646-6799bb16, #w-node-_1fe2850b-00ba-6535-8ed6-145eaa598647-6799bb16 {
  align-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59864c-6799bb16 {
  place-self: end start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598651-6799bb16 {
  align-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598654-6799bb16 {
  align-self: end;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59865a-6799bb16 {
  align-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59865d-6799bb16 {
  align-self: end;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598663-6799bb16 {
  align-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598666-6799bb16 {
  align-self: end;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59866c-6799bb16 {
  align-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59866f-6799bb16 {
  align-self: end;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598674-6799bb16 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598675-6799bb16 {
  justify-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598678-6799bb16 {
  justify-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59867c-6799bb16 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598688-6799bb16 {
  justify-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa598689-6799bb16 {
  justify-self: end;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59868b-6799bb16 {
  align-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59868c-6799bb16 {
  justify-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59869b-6799bb16 {
  justify-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59869c-6799bb16 {
  justify-self: end;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59869e-6799bb16 {
  align-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa59869f-6799bb16 {
  justify-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5986ae-6799bb16 {
  justify-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5986af-6799bb16 {
  justify-self: end;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5986b1-6799bb16 {
  align-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5986b2-6799bb16 {
  justify-self: start;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5986b7-6799bb16 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5986ba-6799bb16 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5986be-6799bb16 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_1fe2850b-00ba-6535-8ed6-145eaa5986c4-6799bb16 {
  place-self: end start;
}

@media screen and (min-width: 1440px) {
  #w-node-b011164c-4554-fdf2-186c-a11194330457-2d977ac0, #w-node-a3a95098-1593-07a5-c373-97375199b507-2d977ac3 {
    align-self: start;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c406-e0276f6d {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c45a-e0276f6d {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c404-e0276f6d {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_51d4d00a-0a44-b445-2701-df9baedb0560-2d977abd {
    order: -9999;
  }

  #w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-2d977abd {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-a322fe66-30db-b137-a47f-119c110dff01-2d977abd {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-2d977abd {
    grid-row-end: 2;
  }

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

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

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

  #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-2d977abe {
    grid-column: span 1 / span 1;
  }

  #w-node-_8d64d2ee-e675-9429-713f-5fbc256f550c-2d977ac2, #w-node-_11cf9f82-c00e-9ac6-0019-c11d249e41af-2d977ac2 {
    align-self: center;
  }

  #w-node-f0ace3c9-b231-6d57-24fb-9ee7105eec7b-2d977ac2 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c406-e0276f6d {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c408-e0276f6d {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c43f-e0276f6d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c45a-e0276f6d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c474-e0276f6d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c481-e0276f6d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c482-e0276f6d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985db-6799bb16 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f84f30f3-7209-950a-88d1-75374d5da6b8-2d977abd, #w-node-a322fe66-30db-b137-a47f-119c110dff01-2d977abd, #w-node-_7cc31694-8360-4f81-06b1-cba5d34797d3-2d977abd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_377a769e-47c2-d17b-917b-7d577439edff-2d977abd, #w-node-_9d0fad4e-c4de-de6c-701c-0b70a6e2519b-2d977abd, #w-node-ae87aac2-a6dc-53b2-ade4-fd92059d6c05-2d977abd, #w-node-e33a1a3e-0ff5-3a45-9743-0119ab13bdbf-2d977abd, #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, #w-node-b55ca109-fdf5-a0f7-83ca-7b0c997476d6-9974768b {
    justify-self: center;
  }

  #w-node-dd7336fc-853f-046d-2fab-fe25cee71ddc-2d977ac0 {
    grid-column: span 2 / span 2;
  }

  #w-node-dd7336fc-853f-046d-2fab-fe25cee71de0-2d977ac0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5742d26d-8d13-0740-26d0-a1edc0e36d5b-2d977ac0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5742d26d-8d13-0740-26d0-a1edc0e36d60-2d977ac0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3706d9d5-f2e1-7088-defd-22d52b550cee-2d977ac0 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3706d9d5-f2e1-7088-defd-22d52b550cf3-2d977ac0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-f216f208-6e8e-d9bc-e646-90181967508c-2d977ac0 {
    grid-column: span 2 / span 2;
  }

  #w-node-f216f208-6e8e-d9bc-e646-901819675091-2d977ac0 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_9e572148-ae22-074f-3081-a0d31084942b-2d977ac3, #w-node-_8826be0c-89f2-5f00-b208-0ce0963c19b3-2d977ac3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

  #w-node-ed56f5ac-ad98-48fb-ac27-8c3ebb61db41-2d977ac3 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_81ac2f73-efb6-454b-0a79-f4b2d21728ca-2d977ac3 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c406-e0276f6d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c408-e0276f6d {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c43f-e0276f6d {
    grid-row: 3 / 4;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c45a-e0276f6d {
    grid-row: 4 / 5;
  }

  #w-node-_03eee98b-1108-ca25-2ebe-2bece482c485-e0276f6d, #w-node-_03eee98b-1108-ca25-2ebe-2bece482c48f-e0276f6d, #w-node-_03eee98b-1108-ca25-2ebe-2bece482c499-e0276f6d, #w-node-_03eee98b-1108-ca25-2ebe-2bece482c4a3-e0276f6d {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0fc492cc-3f08-8800-179c-cb200d3320ea-2d977abe, #w-node-_1fe2850b-00ba-6535-8ed6-145eaa5985cb-6799bb16 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }
}


