:root {
  --neutral-800: #30323a;
  --neutral-900: #24252b;
  --primary-700: #3e8156;
  --primary-main: #072a6c;
  --accent-main: #f90;
  --neutral-50: #fafafc;
  --primary-200: #b9dfc6;
  --neutral-700: #494a50;
  --primary-300: #9bcfad;
  --neutral-100: #f5f6fa;
  --neutral-500: #7c7e83;
  --neutral-200: #e3e4e7;
  --neutral-600: #5a5b61;
  --neutral-400: #a3a5ac;
  --neutral-300: #babcc2;
  --primary-400: #7fbe95;
  --primary-100: #dbebe0;
  --primary-50: #e9f1ec;
  --primary-500: #68b181;
  --primary-600: #54996c;
  --primary-800: #2a663f;
  --primary-900: #0c4c23;
  --secondary-main: #feeccd;
  --tertiary-main: #6a7fa7;
}

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

body {
  color: var(--neutral-800);
  cursor: none;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

h1 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

h3 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
}

h5 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
}

h6 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

p {
  margin-bottom: 0;
  font-size: 18px;
}

a {
  color: var(--neutral-800);
  cursor: none;
  text-decoration: none;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
}

a:hover {
  color: var(--primary-700);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

.container {
  width: 100%;
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-size-medium {
  color: var(--primary-main);
  text-transform: uppercase;
  font-family: Playfair Display SC, sans-serif;
  font-size: 3em;
  font-weight: 900;
  line-height: 1.1;
}

.text-size-medium.text-weight-medium.work-title {
  color: var(--neutral-900);
  font-weight: 400;
  line-height: 1;
}

.text-size-medium.text-weight-medium.work-title:hover {
  color: var(--accent-main);
}

.text-size-medium.services, .text-size-medium.process, .text-size-medium.footer {
  color: var(--neutral-900);
  text-transform: none;
  font-family: Poppins, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.6;
}

.button {
  background-color: var(--primary-700);
  color: var(--neutral-50);
  text-align: center;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 12px 40px;
  font-size: 16px;
  transition: box-shadow .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  box-shadow: 2px 2px 0 0 var(--primary-200);
  transform: translate(2px, -2px);
}

.nav-link {
  color: var(--primary-main);
  padding: 10px 16px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--accent-main);
}

.text-size-small {
  font-size: 14px;
}

.text-size-large {
  font-size: 44px;
}

.text-size-large.intro-text {
  font-size: 2em;
}

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

.spacer-small {
  width: 16px;
  height: 16px;
}

.rich-text {
  text-align: left;
  font-size: 18px;
}

.rich-text h2 {
  margin-top: 48px;
  margin-bottom: 18px;
}

.rich-text h3 {
  margin-top: 32px;
  margin-bottom: 14px;
}

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 10px;
}

.rich-text h5 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.rich-text h6 {
  margin-top: 16px;
  margin-bottom: 10px;
}

.rich-text figure {
  margin-left: 0;
  margin-right: 0;
}

.rich-text p {
  color: var(--neutral-700);
  margin-bottom: 24px;
  line-height: 1.7;
}

.rich-text ul {
  margin-bottom: 20px;
  font-size: 18px;
  list-style-type: square;
}

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

.rich-text blockquote {
  border-left-color: var(--primary-300);
  background-color: var(--neutral-100);
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
}

.rich-text figcaption {
  color: var(--neutral-500);
  font-size: 16px;
}

.rich-text ol {
  margin-bottom: 20px;
}

.rich-text a {
  color: var(--neutral-800);
  font-weight: 500;
  text-decoration: none;
}

.rich-text a:hover {
  text-decoration: underline;
}

.spacer-medium {
  width: 24px;
  height: 24px;
}

.spacer-huge {
  flex: none;
  width: 64px;
  height: 64px;
}

.spacer-large {
  width: 32px;
  height: 32px;
}

.spacer-xhuge {
  width: 128px;
  height: 128px;
}

.admin-section {
  padding: 100px 32px;
}

.style-part-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.style-part-wrapper.style-colors {
  grid-row-gap: 64px;
  flex-direction: column;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  display: flex;
}

.style-guide-heading {
  color: #464646;
  margin-bottom: 40px;
  font-weight: 600;
}

.style-heading-span {
  opacity: .49;
  margin-right: 16px;
  font-size: .7em;
  font-weight: 400;
  line-height: 1;
}

.style-guide-tag {
  color: #fff;
  text-transform: capitalize;
  background-color: #a95889;
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 4px 16px;
  font-size: 12px;
}

.style-guide-tag.class {
  background-color: #4283e6;
}

.rich-text-styles {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spacer-color {
  background-color: #bcbcbc;
}

.style-color-item {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-color-block {
  width: 100%;
  height: 156px;
}

.style-color-block.neutral-900 {
  background-color: var(--neutral-900);
}

.style-color-block.neutral-800 {
  background-color: var(--neutral-800);
}

.style-color-block.neutral-200 {
  background-color: var(--neutral-200);
}

.style-color-block.neutral-700 {
  background-color: var(--neutral-700);
}

.style-color-block.neutral-600 {
  background-color: var(--neutral-600);
}

.style-color-block.neutral-500 {
  background-color: var(--neutral-500);
}

.style-color-block.neutral-400 {
  background-color: var(--neutral-400);
}

.style-color-block.neutral-300 {
  background-color: var(--neutral-300);
}

.style-color-block.neutral-100 {
  background-color: var(--neutral-100);
}

.style-color-block.neutral-50 {
  background-color: var(--neutral-50);
}

.style-color-block.primary-c-400 {
  background-color: var(--primary-400);
}

.style-color-block.primary-c-300 {
  background-color: var(--primary-300);
}

.style-color-block.primary-c-200 {
  background-color: var(--primary-200);
}

.style-color-block.primary-c-100 {
  background-color: var(--primary-100);
}

.style-color-block.primary-c-50 {
  background-color: var(--primary-50);
}

.style-color-block.primary-c-500 {
  background-color: var(--primary-500);
}

.style-color-block.primary-c-600 {
  background-color: var(--primary-600);
}

.style-color-block.primary-c-700 {
  background-color: var(--primary-700);
}

.style-color-block.primary-c-800 {
  background-color: var(--primary-800);
}

.style-color-block.primary-c-900 {
  background-color: var(--primary-900);
}

.style-color-row {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.admin-body {
  background-color: #fff;
}

.style-color-sector {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.styleguide-grid {
  grid-row-gap: 64px;
  flex-direction: column;
  display: flex;
}

.admin-navigation {
  grid-row-gap: 20px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  min-width: 220px;
  padding-right: 20px;
  font-size: 18px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
}

.admin-nav-link {
  text-decoration: none;
}

.admin-nav-link.w--current {
  font-weight: 700;
}

.admin-wrapper {
  grid-column-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.admin-top-wrapper {
  grid-column-gap: 80px;
  border-bottom: 1px solid #555;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  display: flex;
}

.text-white {
  color: var(--neutral-50);
}

.text-grey {
  color: var(--neutral-500);
}

.spacer-tiny {
  width: 8px;
  height: 8px;
}

.arrow-link {
  grid-column-gap: 10px;
  color: var(--primary-700);
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-dark-grey {
  color: var(--neutral-700);
}

.text-dark-grey.project-summary {
  width: 280px;
}

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

.text-size-tiny {
  font-size: 12px;
}

.spacer-xtiny {
  width: 6px;
  height: 6px;
}

.text-off-white {
  color: var(--neutral-200);
}

.text-weight-bold {
  font-weight: 700;
}

.style-part-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-guide-heading-3 {
  color: #525252;
}

.style-guide-heading-3.on-dark-bg {
  color: #fff;
}

.style-part-block {
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.style-part-block.dark-background {
  background-color: var(--neutral-900);
  padding: 20px;
}

.post-overview {
  justify-content: space-between;
  align-items: flex-start;
}

.spacer-xsmall {
  width: 12px;
  height: 12px;
}

.spacer-xlarge {
  width: 48px;
  height: 48px;
}

.section {
  background-color: var(--secondary-main);
  background-image: url('../images/Texture-1_1Texture (1).png');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 5vh;
  padding-left: 4%;
  padding-right: 4%;
}

.main-layout {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.main-layout-left {
  flex-direction: column;
  flex: none;
  width: 35%;
  height: 95vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.main-layout-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 940px;
  display: flex;
}

.main-title-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.main-title {
  color: var(--tertiary-main);
  margin-bottom: 70px;
  font-size: 3em;
  line-height: 1;
}

.intro-text-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 87vh;
  display: flex;
}

.main-left-line {
  background-color: var(--primary-main);
  width: 12px;
  height: 150px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 0%;
  right: auto;
}

.main-bottom-line {
  background-color: var(--primary-main);
  width: 48px;
  height: 12px;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: 0%;
  right: 0%;
}

.between-section-spacer {
  width: 220px;
  height: 220px;
}

.between-section-spacer.first-spacer {
  width: 300px;
  height: 300px;
}

.h2-wrapper {
  padding-top: 16px;
  padding-left: 16px;
  position: relative;
}

.h2-left-line {
  background-color: var(--primary-main);
  width: 4px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.h2-top-line {
  background-color: var(--primary-main);
  width: 24px;
  height: 4px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-color-primary {
  color: var(--primary-600);
}

.text-color-primary.section-title {
  color: var(--primary-main);
  font-family: Playfair Display SC, sans-serif;
  font-size: 2em;
  font-weight: 900;
  line-height: 1.3;
}

.service-subset-grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  justify-items: center;
}

.service-subset-grid.process {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: .25fr auto .25fr auto .25fr auto .25fr auto .25fr auto;
}

.service-divider-line {
  background-color: var(--neutral-300);
  width: 1px;
  height: 48px;
}

.spacer-between-main {
  width: 96px;
  height: 96px;
}

.previous-work-collection {
  width: 100%;
}

.previous-work-list {
  border-top: 1px solid var(--neutral-300);
}

.previous-work-item {
  border-bottom: 1px solid var(--neutral-300);
}

.previous-work-content {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.previous-work-item-left {
  align-items: flex-start;
  display: flex;
}

.previous-work-image {
  object-fit: cover;
  flex: none;
  width: 164px;
  height: 112px;
  overflow: hidden;
}

.project-image-spacer {
  width: 24px;
}

.main-profile-wrapper {
  z-index: 1;
  width: 70%;
  max-width: 400px;
  position: absolute;
  top: auto;
  bottom: 37%;
  left: auto;
  right: 0%;
}

.main-profile-image {
  width: 100%;
}

.profile-contact-link {
  background-color: var(--primary-50);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.profile-contact-link:hover{
  background-color: var(--primary-main);
}

.profile-contact-link:hover svg {
  fill: #0c4c23;
}

.profile-contact-grid {
  grid-template-rows: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.profile-contact-icon {
  color: var(--accent-main);
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.profile-contact-icon.email {
  height: 17px;
}

.bottom-contact-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-details-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 8px;
}

.contact-link-block {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.contact-link-arrow {
  color: var(--primary-main);
  align-items: center;
  height: 12px;
  display: flex;
}

.contact-link-arrow:hover {
  color: var(--accent-main);
}

.navbar {
  z-index: 1;
  background-color: var(--secondary-main);
  background-image: url('../images/Texture-1_1Texture (1).png');
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.nav-brand-link.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-bottom-line {
  background-color: var(--accent-main);
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-screen-text {
  color: var(--primary-main);
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 600;
  line-height: 1;
  display: none;
  position: absolute;
  top: auto;
  bottom: 80px;
  left: 80px;
  right: auto;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  border: 1px solid var(--neutral-900);
  background-color: var(--neutral-900);
  border-radius: 100px;
  width: 24px;
  height: 24px;
}

.project-page-top {
  padding-top: 164px;
}

.project-top-grid {
  border-top: 1px solid var(--neutral-300);
  border-bottom: 1px solid var(--neutral-300);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 64px;
  padding-bottom: 64px;
}

.project-main-content {
  padding-top: 64px;
}

.main-content-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 96px;
  display: grid;
}

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

.content-gallery-image {
  object-fit: cover;
  width: 100%;
  height: 22vw;
}

.brand__logo-container {
  max-width: 8%;
  display: inline-block;
}

.brand__logo-text {
  display: inline-block;
}

.text-block {
  color: var(--primary-main);
  padding-bottom: 4px;
  font-family: Playfair Display SC, sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  display: block;
}

.text-block-2 {
  color: var(--primary-main);
  font-size: .6em;
  line-height: 1;
  display: block;
}

.body {
  background-color: var(--secondary-main);
}

.button__cta {
  display: inline-block;
  background-color: var(--accent-main);
  color: var(--neutral-900);
  cursor: none;
  padding-top: 10px 10px;
}

.button__cta:hover {
  background-color: var(--primary-main);
  color: var(--accent-main);
}

#Info-mail {
  animation: pulsate 3s infinite;
  animation-delay: 2s;
  transition: transform 0.5s ease;
  transform-origin: center;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.process__text {
  text-align: center;
}

.bold-text {
  color: var(--primary-main);
  font-family: Playfair Display SC, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
}

.text-block-5, .text-block-7 {
  color: var(--accent-main);
  font-size: 1.5em;
  transition: all .2s;
}

.text-block-5:hover, .text-block-7:hover {
  color: var(--primary-main);
  transform: scale(1.05);
}

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

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

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

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

.text-span-2 {
  color: var(--tertiary-main);
  font-size: 1.3em;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
  }

  .text-size-medium {
    font-size: 2.5em;
  }

  .nav-link {
    text-align: center;
    padding: 12px;
    display: block;
    margin: 30px 0;
  }

  .text-size-large.intro-text {
    font-size: 2em;
  }

  .spacer-medium {
    width: 20px;
    height: 20px;
  }

  .spacer-huge {
    width: 48px;
    height: 48px;
  }

  .spacer-xhuge {
    width: 64px;
    height: 64px;
  }

  .style-color-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .admin-navigation {
    min-width: 200px;
  }

  .admin-wrapper {
    grid-column-gap: 24px;
  }

  .spacer-xlarge {
    width: 40px;
    height: 40px;
  }

  .section {
    padding-bottom: 96px;
  }

  .main-layout {
    padding-top: 128px;
    display: block;
  }

  .main-layout-left {
    grid-row-gap: 64px;
    width: 100%;
    height: auto;
    position: static;
  }

  .main-title {
    margin-bottom: 0;
    font-size: 64px;
    line-height: 1;
  }

  .intro-text-block {
    height: auto;
  }

  .main-left-line {
    height: 100%;
  }

  .between-section-spacer {
    width: 80px;
    height: 80px;
  }

  .between-section-spacer.first-spacer {
    width: 128px;
    height: 128px;
  }

  .spacer-between-main {
    width: 32px;
    height: 32px;
  }

  .previous-work-item-left{
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .previous-work-image, .project-image-spacer {
    display: block;
  }

  .main-profile-wrapper {
    z-index: 0;
    width: 70%;
    max-width: none;
    margin-left: 10%;
    position: relative;
    bottom: 0%;
  }

  .navbar {
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu {
    border-right: 1px solid var(--neutral-300);
    border-bottom: 1px solid var(--neutral-300);
    border-left: 1px solid var(--neutral-300);
    background-color: var(--secondary-main);
    background-image: url('../images/Texture-1_1Texture (1).png');
    background-position: 0 0;
    background-size: auto;
    top: 80px;
    bottom: auto;
    left: auto;
    right: 0;
    width: 40%;
    height: 10%;
  }

  .cursor-wrapper {
    display: none;
  }

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

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

  .main-content-layout.no-padding-bottom {
    padding-bottom: 0;
  }

  .content-gallery-image {
    height: 30vw;
  }

  .navigation-button {
    z-index: 5;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

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

  .menu-button-icon {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .line-1 {
    background-color: var(--neutral-800);
    flex: none;
    width: 32px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button__cta {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .process__text {
    font-size: 1em;
  }

  .text-span-2 {
    font-size: 1.2em;
  }
}

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

  h2 {
    font-size: 28px;
  }

  .text-size-medium {
    font-size: 2.5em;
  }

  .text-size-medium.services, .text-size-medium.process, .text-size-medium.footer {
    font-size: 1.5em;
  }

  .text-size-large {
    font-size: 20px;
  }

  .text-size-large.intro-text {
    font-size: 1.5em;
  }

  .spacer-huge {
    width: 40px;
    height: 40px;
  }

  .spacer-large {
    width: 28px;
    height: 28px;
  }

  .spacer-xhuge {
    width: 56px;
    height: 56px;
  }

  .admin-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style-color-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .admin-navigation {
    display: none;
  }

  .admin-wrapper, .admin-top-wrapper {
    flex-direction: column;
  }

  .text-dark-grey.project-summary {
    width: 90%;
  }

  .spacer-xlarge {
    width: 34px;
    height: 34px;
  }

  .between-section-spacer.first-spacer {
    width: 96px;
    height: 96px;
  }

  .service-subset-grid {
    text-align: center;
  }

  .spacer-between-main {
    width: 56px;
    height: 56px;
  }

  .bottom-contact-wrapper {
    flex-direction: column;
  }

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

  .nav-brand-link {
    padding-left: 0;
  }

  .nav-menu {
    z-index: 1;
  }

  .project-top-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .main-content-layout {
    padding-bottom: 64px;
  }

  .line-1 {
    width: 28px;
  }

  .process__text {
    font-size: .9em;
  }

  .text-block-5, .text-block-7 {
    font-size: 1.3em;
  }

  .text-span {
    font-size: .4em;
  }

  .text-span-2 {
    font-size: 1.2em;
  }
}

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

  h2 {
    font-size: 24px;
  }

  p {
    font-size: 16px;
  }

  .text-size-medium {
    font-size: 1.7em;
  }

  .text-size-medium.services, .text-size-medium.process, .text-size-medium.footer, .text-size-large.intro-text {
    font-size: 1em;
  }

  .spacer-small {
    width: 12px;
    height: 12px;
  }

  .rich-text figure {
    max-width: 100%;
  }

  .spacer-medium {
    width: 16px;
    height: 16px;
  }

  .spacer-large {
    width: 24px;
    height: 24px;
  }

  .spacer-xhuge {
    width: 48px;
    height: 48px;
  }

  .admin-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .style-color-row {
    grid-template-columns: 1fr;
  }

  .style-guide-heading-3 {
    font-size: 22px;
  }

  .spacer-xlarge {
    width: 32px;
    height: 32px;
  }

  .main-layout-left {
    grid-row-gap: 48px;
  }

  .main-title-wrapper {
    padding-left: 64px;
  }

  .main-title {
    font-size: 48px;
  }

  .main-left-line {
    width: 8px;
  }

  .main-bottom-line {
    height: 8px;
  }

  .between-section-spacer {
    width: 64px;
    height: 64px;
  }

  .between-section-spacer.first-spacer {
    width: 80px;
    height: 80px;
  }

  .text-color-primary.section-title {
    font-size: 1.6em;
  }

  .service-subset-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    justify-items: start;
  }

  .service-subset-grid.process {
    grid-template-rows: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
    grid-template-columns: 1fr;
  }

  .service-divider-line {
    width: 100%;
    height: 1px;
  }

  .spacer-between-main {
    width: 48px;
    height: 48px;
  }

  .previous-work-content {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .main-profile-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .contact-details-grid {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .nav-brand-link {
    font-size: 14px;
  }

  .project-page-top {
    padding-top: 148px;
  }

  .project-top-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .content-gallery-image {
    height: 60vw;
  }

  .navigation-button {
    margin-left: 64px;
  }

  .brand__logo-container {
    max-width: 19%;
  }

  .brand__logo-text {
    font-size: 15px;
  }

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

  .service__text {
    font-size: 1em;
  }

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

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

#w-node-_5aaee28a-1f65-2276-f3a7-ad2921e790c6-21deb283, #w-node-d9b203bb-6c09-78a4-8d6b-25661ebf569e-21deb283, #w-node-af5f5c82-b3d6-f1ae-d574-4d22e9bc5e90-21deb283, #w-node-_7b70dc41-88a0-ad47-3916-46e7f5d7996a-21deb283, #w-node-_503be7f1-d0c2-3432-9e3a-aed820a5f830-21deb283, #w-node-f30dcc4b-df62-7462-d6e6-dac6d453298f-21deb283, #w-node-_7a1ee4c2-ced4-5a43-cabd-d1aa3b33563f-21deb283, #w-node-_7a1ee4c2-ced4-5a43-cabd-d1aa3b335640-21deb283, #w-node-_7a1ee4c2-ced4-5a43-cabd-d1aa3b335642-21deb283, #w-node-_7a1ee4c2-ced4-5a43-cabd-d1aa3b335643-21deb283, #w-node-_7a1ee4c2-ced4-5a43-cabd-d1aa3b335645-21deb283, #w-node-_7a1ee4c2-ced4-5a43-cabd-d1aa3b335646-21deb283, #w-node-_7a1ee4c2-ced4-5a43-cabd-d1aa3b335648-21deb283, #w-node-_77870b45-f087-9d9a-8d97-abc99ec110bc-21deb283, #w-node-_62725ae3-3893-a199-4799-45fcf3a3c4ca-21deb283, #w-node-c9b41fb6-f276-0003-5852-ba672217e797-21deb283, #w-node-d5940d1b-0e4c-1dba-d1f0-6c6f4c06b537-21deb283, #w-node-_96e68ad6-e8f9-cd19-8e24-224f9bb2b752-21deb283, #w-node-_87d9bde2-f26a-0e1e-55d2-d18c715dbe42-21deb28c, #w-node-_8aadd5d6-4069-13cb-e82e-7268a1975c3f-21deb28c, #w-node-cc49ae5b-4311-fa49-b243-315388313d5b-21deb28c, #w-node-_8c9cb6e3-cd5c-345a-0255-7b93417cb750-21deb28c, #w-node-_2a5ee0ef-60a8-b9ad-c3a0-66bb4ad78b3e-21deb28c, #w-node-_23d11e9d-bf75-4966-5979-cf67eda38cb2-21deb28c, #w-node-fd9b3947-3ecb-73cd-ca34-b3c8ba3e32db-21deb28c, #w-node-fd9b3947-3ecb-73cd-ca34-b3c8ba3e32de-21deb28c, #w-node-cb941d53-38ac-39bc-acc2-2b1f22e41a04-21deb28c, #w-node-_99aa309a-cbcd-efd3-a5f4-2a338ab3066d-21deb28c, #w-node-_99aa309a-cbcd-efd3-a5f4-2a338ab30671-21deb28c, #w-node-_99aa309a-cbcd-efd3-a5f4-2a338ab30675-21deb28c, #w-node-fc5ca1f8-7829-4029-46bc-44c0e90dd51a-21deb291, #w-node-d61d9482-a2b7-710a-d95c-e0b32f0a540f-21deb291, #w-node-b271cefc-47f2-3fb6-2dc7-478e264c9ea9-21deb291, #w-node-_35a42c1c-fdc9-a2e8-dd7c-09e0e43ff54e-21deb291, #w-node-bc2753bf-bc24-9e3b-040e-2e71f63106e7-21deb291, #w-node-b9d49739-8815-5bf8-f445-803afd50b69b-21deb291, #w-node-d3c24915-ccf3-41ed-5770-35e1ff2a4b7e-21deb291, #w-node-_892492fe-d3e8-59ee-9253-7acc27e1aff3-21deb291, #w-node-_86e60393-a394-741a-e615-2b915261b9a0-21deb291, #w-node-e6ba5ee7-6b0e-bb00-9299-c850955e8318-21deb291, #w-node-a625b82d-97d7-c918-829e-5f058ed661f3-21deb291, #w-node-e1329db1-e546-f682-8e4b-a0203b1794da-21deb291, #w-node-_522b3169-fd03-798d-2194-3db6b620acfa-21deb291, #w-node-_799d8fcf-d59f-9d22-de4a-f908f0aa39f5-21deb291, #w-node-_85727bc5-3b62-ffb3-28d4-f802b99b4043-21deb291, #w-node-b321dc60-81c8-7eed-8928-9a6238a40baf-21deb291, #w-node-a655b6d8-fa38-67b8-4504-a4ec6382528a-21deb291, #w-node-_9d3c3c83-b50a-0d2a-c022-6284d7ec0782-21deb291, #w-node-_18220ef0-cd6c-57dc-4651-a8e2475e60ee-21deb291, #w-node-_2e44df24-3378-a993-f457-e2d5f56e2e9d-21deb291, #w-node-_394c26b7-6f67-fa73-5674-60b6059a412c-21deb291, #w-node-fe3502e6-b8da-d30e-9d88-659862284515-21deb291, #w-node-_9ecc6952-b7a3-1ece-37d8-b96f4468004c-21deb291, #w-node-b78bbef4-9b03-0da2-bb27-cf83b6619b04-21deb291, #w-node-c1d58672-7d23-f3d8-7596-b0c6585d843b-21deb291, #w-node-e7a8e7d4-09b4-5193-d5b8-2bde0ab35e9b-21deb291, #w-node-_08748b5a-a8c4-4ded-dc68-6677e7cb4938-21deb291, #w-node-_8d3a0893-d512-b91b-1f2d-246fd92b4e8a-21deb291, #w-node-cec4661d-2c9b-fd8d-0061-3e7d3218bc6c-21deb291, #w-node-_413e4f39-08ca-9652-accf-2994e39a902f-21deb291, #w-node-_1a12a03a-2def-02b2-9052-7c89b1fd55f3-21deb291, #w-node-_46f23f21-27f2-0470-f7ac-461659fd9ebd-21deb291, #w-node-_98bd04c7-7a21-9acd-7bf3-f68680282cc6-21deb291, #w-node-fb84dea7-63d3-4aa1-9ebb-70192dd8896f-21deb291, #w-node-fb84dea7-63d3-4aa1-9ebb-70192dd88972-21deb291, #w-node-af827e25-3824-94a4-40b8-7222f832a37d-21deb291, #w-node-af827e25-3824-94a4-40b8-7222f832a380-21deb291, #w-node-b38dbce4-ccd5-51f0-a394-b1aa1d389fd0-21deb291, #w-node-b38dbce4-ccd5-51f0-a394-b1aa1d389fd3-21deb291, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c208-21deb291, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c209-21deb291, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c210-21deb291, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c213-21deb291, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c215-21deb291, #w-node-_280d911e-dd8a-c079-9d48-b6a66326c218-21deb291, #w-node-f9abb333-c762-437f-aaf8-48389b66a3c3-21deb291, #w-node-_410d9890-c763-1751-d2a6-cae634e40859-21deb291, #w-node-_3e4db291-4df9-ed30-0da2-029eb6fa01e1-21deb291, #w-node-ef5c468c-9301-b8a4-55b1-1ec05b1c88d0-21deb291, #w-node-_5864fbe0-0580-b7d3-ffd3-98827dfb8a12-21deb291, #w-node-b9376714-13a1-dd37-693b-8368ddfc17e6-21deb291, #w-node-_2075a31b-1985-6cab-1829-a27e2eee41da-21deb291, #w-node-_72fc5ef4-d034-2a46-10c5-b554dbf69147-21deb291, #w-node-_72fc5ef4-d034-2a46-10c5-b554dbf6914a-21deb291, #w-node-e08a09e1-c253-03bc-807f-afd14fb6356a-21deb291, #w-node-b184637d-fca1-5fbe-5fd4-04b485d0b9e2-21deb291, #w-node-_3b64903f-1bbf-303a-dcb8-7324317851c5-21deb291, #w-node-c1a324d5-51f6-d9fa-9047-e288b59094d3-21deb291, #w-node-_1cc61ff6-3e50-835f-f3a9-1bf215963d0c-21deb291, #w-node-_1cc61ff6-3e50-835f-f3a9-1bf215963d0f-21deb291, #w-node-_9e0bba1a-5c09-ca83-4ccf-85a40436295a-21deb291, #w-node-e55a8ee3-0501-5115-53ea-18e701948ed3-21deb291, #w-node-b765529e-66c3-2feb-3d90-08e925d1c342-21deb291, #w-node-_0b55c5e4-740e-32ec-e805-456afbf65975-21deb291, #w-node-_023dee0b-e7f8-c90a-a652-fa34f8cdeea8-21deb291, #w-node-_1605e04d-569b-fa6e-827f-3232f0eb2dea-21deb291, #w-node-_83c72236-8ee9-5205-d2e4-4b51b78b8ea8-21deb291, #w-node-b8ae088f-1c63-cafc-add4-832563080d7d-21deb291, #w-node-_01b75c80-c81e-7972-8b45-74d7c1f2e73f-21deb291, #w-node-_0d0db7c9-4009-741d-6c58-565acbea0eff-21deb291, #w-node-f356501d-97d8-035b-df4d-eca2c7b5f60e-21deb291, #w-node-_6a6a1d28-43f2-f42c-16b3-df426de567e6-21deb291, #w-node-_966a83ea-3d69-ac2f-009c-22bf54d568bf-21deb291, #w-node-_4448f75f-cf76-b9bc-167d-28a0e3815b24-21deb291, #w-node-_1e18a6c8-41ca-5414-05cb-136218402193-21deb291, #w-node-e143f1d6-432b-c4e1-ad3c-79999e814d78-21deb291, #w-node-_91f54411-1fac-d4df-98d9-10df3522dd4a-21deb291, #w-node-_067da41e-f477-ed61-a68b-9a846bf2f451-21deb291, #w-node-_3b68a3f4-dcee-ed4e-5f87-f4319f25f004-21deb291, #w-node-_34d316d6-e12b-519b-f8db-664e7b2dc529-21deb291, #w-node-b2fb6433-b1c6-77e3-2fad-65037c507d1c-21deb291, #w-node-_631dd6a4-3f6c-25a5-318b-a94c643c8985-21deb291, #w-node-f3e96f4e-f6b2-9286-a955-5814454f4e42-21deb291, #w-node-_74cf44e3-b6e3-cd94-cc70-2adac6c847c7-21deb291, #w-node-_1300ac6e-8cf7-8a42-cb2e-eeac5a3d4042-21deb291, #w-node-_38a325be-650d-b6a8-a861-95a15a715636-21deb291, #w-node-_40f82bc9-7190-a19e-c3a5-8fb6bb3fb7ce-21deb291, #w-node-_40f82bc9-7190-a19e-c3a5-8fb6bb3fb7d1-21deb291, #w-node-_40f82bc9-7190-a19e-c3a5-8fb6bb3fb7d4-21deb291 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Playfair Display SC';
  src: url('../fonts/PlayfairDisplaySC-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display SC';
  src: url('../fonts/PlayfairDisplaySC-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display SC';
  src: url('../fonts/PlayfairDisplaySC-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display SC';
  src: url('../fonts/PlayfairDisplaySC-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display SC';
  src: url('../fonts/PlayfairDisplaySC-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display SC';
  src: url('../fonts/PlayfairDisplaySC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}