@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-2: #0d0e10;
  --dark-slate-grey: #646462;
  --ghost-white: #f4f6fb;
  --azure: #eaf9fa;
  --peach-puff-2: #f3ceb1;
  --light-steel-blue: #b5c1ff;
  --powder-blue: #badde0;
  --powder-blue-2: #99c9cd;
  --black: #646462;
  --dark-grey: #9ea4b2;
  --alice-blue: #f5fcfd;
  --lavender: #edf0ff;
  --light-salmon: #f8b09a;
  --linen: #fef0e6;
  --misty-rose: #ffe0d7;
  --seashell: #fff1ed;
  --bisque: #fbe0cb;
  --cornflower-blue: #95a4f4;
  --dark-salmon: #e79a83;
  --lavender-2: #d7ddff;
  --light-cyan: #d0eaec;
  --cornflower-blue-2: #7a8be0;
  --peach-puff: #ffc6b5;
  --tan: #e0b898;
  --seashell-2: #fff8f3;
}

.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: #333;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #0d0e10;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: #0d0e10;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

h3 {
  z-index: 5;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

h4 {
  color: var(--black-2);
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

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

h6 {
  color: var(--dark-slate-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #3f4451;
  letter-spacing: .01em;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: var(--black-2);
  font-weight: 700;
  text-decoration: underline;
}

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

li {
  margin-bottom: 10px;
}

.nav-link {
  color: #646462;
  letter-spacing: .01px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--dark-slate-grey);
  font-weight: 400;
}

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

.navigation-right {
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  color: #0d0e10;
  letter-spacing: -.03em;
  align-items: center;
  margin-right: 40px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.brand.w--current {
  padding-left: 0;
}

.navbar {
  background-color: #0000;
  align-items: center;
  min-height: 65px;
  padding: 0 4%;
  font-size: 18px;
  display: flex;
}

.navigation-icon-wrap {
  background-image: url('../images/Navigation-Circle.svg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  display: flex;
  overflow: hidden;
}

.navigation-mail {
  position: absolute;
}

.navigation-arrow {
  opacity: .86;
  -webkit-text-stroke-color: #646462;
  position: absolute;
}

.header {
  direction: ltr;
  text-shadow: 0 0 #000;
  border: 1px solid #0000;
  border-radius: 0;
  margin-bottom: 10px;
  padding: 10px 3%;
  transition: flex .2s;
  transform: translate(0);
}

.header-title-wrap {
  text-align: center;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  transform: translate(0);
}

.avatar-circle {
  background-color: var(--azure);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  margin-bottom: 34px;
  display: flex;
  overflow: hidden;
}

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

.title {
  margin-top: 0;
  font-family: Varela Round, sans-serif;
}

.hero-display {
  color: #0d0e10;
  letter-spacing: -.01em;
  max-width: 840px;
  margin-top: 40px;
  margin-bottom: 48px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 40px;
  line-height: 1.05;
}

.paragraph-display {
  color: #333;
  text-align: center;
  letter-spacing: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 1000px;
  margin: 20px auto 40px;
  padding-left: 0;
  font-family: Reenie Beanie, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  display: flex;
  overflow: auto;
}

.button {
  background-color: var(--peach-puff-2);
  color: #fff;
  letter-spacing: .03em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 24px 52px;
  font-size: 25px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.button:hover, .button.kontakt {
  background-color: var(--light-steel-blue);
}

.button.kontakt:hover {
  background-color: var(--powder-blue);
}

.accent-line {
  float: none;
  background-image: url('../images/Display-Line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px #000;
  border-radius: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 75px;
  display: flex;
  position: static;
}

.gallery-section {
  position: relative;
}

.gallery-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.grid-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.gallery-centre {
  position: relative;
}

.client-section {
  padding: 40px 3% 0;
}

.container {
  z-index: 9;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.title-wrap {
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap.title-space {
  margin-bottom: 72px;
}

.grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.accent {
  text-align: center;
  object-fit: fill;
  width: 300px;
  margin: 0 auto 5px;
  padding-top: 0;
  padding-left: 0;
  font-size: 43px;
  display: block;
  position: relative;
  top: 0;
  bottom: 0;
}

.logo-card {
  opacity: .3;
  justify-content: center;
  align-items: center;
  padding: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.logo-card:hover {
  opacity: 1;
  box-shadow: 38px 38px 74px #38327c0f;
}

.grid-cover {
  z-index: 99;
  background-color: var(--powder-blue);
  object-fit: fill;
  background-image: url('../images/IMG_5513.jpeg');
  background-position: 0 100%;
  background-repeat: repeat-y;
  background-size: auto;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.social-button {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 24px 52px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.style-guide-hero {
  background-color: var(--black-2);
  justify-content: center;
  align-items: center;
  min-height: 650px;
  padding: 100px 5%;
  display: flex;
}

.container-tight {
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-h1 {
  color: #fff;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 1.1;
}

.brand-span {
  color: var(--powder-blue-2);
}

.span-opacity {
  color: #ffffff70;
  font-weight: 500;
}

.paragraph-light {
  color: #fff;
  max-width: 580px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
}

.colour-title {
  float: left;
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.style-guide-section {
  padding: 80px 3% 100px;
}

.style-guide-block {
  background-color: var(--ghost-white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 50px;
  display: flex;
}

.colour-hex {
  color: var(--dark-grey);
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.title-grey {
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.colour-block {
  background-color: #8a8a8f;
  height: 120px;
}

.colour-block.cp5 {
  background-color: var(--alice-blue);
}

.colour-block.cd5 {
  background-color: var(--lavender);
}

.colour-block.n1 {
  background-color: var(--black-2);
}

.colour-block.c02 {
  background-color: var(--light-salmon);
}

.colour-block.cp1 {
  background-color: var(--powder-blue-2);
}

.colour-block.cb4 {
  background-color: var(--linen);
}

.colour-block.cd3 {
  background-color: var(--light-steel-blue);
}

.colour-block.c04 {
  background-color: var(--misty-rose);
}

.colour-block.c05 {
  background-color: var(--seashell);
}

.colour-block.cb3 {
  background-color: var(--bisque);
}

.colour-block.cd2 {
  background-color: var(--cornflower-blue);
}

.colour-block.co1 {
  background-color: var(--dark-salmon);
}

.colour-block.n2 {
  background-color: var(--black);
}

.colour-block.cb2 {
  background-color: var(--peach-puff-2);
}

.colour-block.cd4 {
  background-color: var(--lavender-2);
}

.colour-block.n5 {
  background-color: var(--ghost-white);
}

.colour-block.cp3 {
  background-color: var(--light-cyan);
}

.colour-block.cd1 {
  background-color: var(--cornflower-blue-2);
}

.colour-block.n3 {
  background-color: var(--dark-slate-grey);
}

.colour-block.n4 {
  background-color: var(--dark-grey);
}

.colour-block.cp4 {
  background-color: var(--azure);
}

.colour-block.c03 {
  background-color: var(--peach-puff);
}

.colour-block.cb1 {
  background-color: var(--tan);
}

.colour-block.cp2 {
  background-color: var(--powder-blue);
}

.colour-block.cb5 {
  background-color: var(--seashell-2);
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour {
  background-color: #fff;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 11px 11px 55px #10123214;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.style-guide-header {
  background-color: var(--light-cyan);
  justify-content: center;
  align-items: center;
  min-height: 540px;
  padding: 140px 5%;
  display: flex;
}

.style-guide-h2 {
  color: #000;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1;
}

.subheading-large {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.subheading-small {
  color: var(--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
}

.detail-block {
  color: #110b54;
  background-color: #effefe;
  border: 1px solid #2fecf8;
  margin-top: 20px;
  margin-bottom: 60px;
  padding: 30px 20px;
  font-size: 16px;
}

.paragraph-large {
  color: var(--dark-slate-grey);
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

.heading-large {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
}

.component-detail {
  color: var(--powder-blue-2);
  margin-left: 8px;
}

.heading-default {
  color: var(--black);
  font-size: 18px;
  font-weight: 500;
}

.underline {
  text-decoration: underline;
}

.block-detail {
  color: var(--black);
  border-bottom: 1px solid #e7e8f3;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 16px;
  display: flex;
}

.content-container {
  width: 100%;
  max-width: 900px;
  margin: 45px auto 80px;
}

.block {
  margin-bottom: 45px;
}

.mark {
  background-color: #01bc9a1a;
}

.paragraph-small {
  letter-spacing: .02em;
  font-size: 14px;
  line-height: 1.6;
}

.em {
  font-style: italic;
}

.bold {
  font-weight: 700;
}

.delete {
  text-decoration: line-through;
}

.display-heading {
  color: var(--black-2);
  margin-bottom: 20px;
  font-size: 66px;
  line-height: 1;
}

.content-section {
  color: var(--black);
  padding: 100px 3%;
  position: relative;
}

.service-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  margin-bottom: 100px;
}

.service-card {
  outline-offset: 0px;
  background-color: #fff;
  border: 1px #7f7c7c;
  border-radius: 15px;
  outline: 3px #333;
  padding: 32px;
  box-shadow: 52px 52px 94px #5d657905;
}

.service-icon {
  max-width: 64px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.service-section {
  border-radius: 10px;
  padding-left: 3%;
  padding-right: 3%;
}

.title-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.title-wrapper {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.emoji-icon {
  width: 36px;
  margin-left: 6px;
}

.resume-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto 0;
}

.title-wrap-large {
  margin-bottom: 10px;
  display: block;
}

.item-wrap {
  width: 100%;
  margin-bottom: 48px;
  text-decoration: none;
}

.resume-title {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.resume-heading {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.resume-type {
  color: #0d0e10;
  letter-spacing: .03em;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 500;
}

.resume-grid-inner {
  grid-template-rows: auto;
  grid-template-columns: 9fr minmax(0, .25fr);
  grid-auto-columns: .25fr;
  grid-auto-flow: row;
}

.paragraph {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
}

.container-large {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.accent-business {
  background-image: url('../images/Project-Line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.faq-question-wrap {
  cursor: pointer;
  margin-bottom: 20px;
}

.faq-paragraph {
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 20px;
}

.faq-content {
  overflow: hidden;
}

.faq-wrapper {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.faq-circle {
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.question-title {
  margin-right: 10px;
}

.faq-question-bar {
  color: var(--black-2);
  letter-spacing: -.03em;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.cta-block {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.footer-section {
  padding: 10px 3%;
}

.footer-wrap {
  border-top: 1px solid #f4f6fb;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.circle-asset {
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle-asset-left {
  position: absolute;
  inset: -50% auto auto 0%;
}

.social-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: .25fr;
  margin-top: 10px;
  margin-bottom: 10px;
}

.social-link {
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  background-color: var(--ghost-white);
}

.cta-text {
  font-size: 39px;
}

.project-square {
  height: 570px;
  overflow: hidden;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-detail-wrap {
  padding-top: 24px;
}

.project {
  width: 100%;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}

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

.project-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.grid-column-large {
  padding-top: 162px;
}

.social-button-dark {
  background-color: var(--powder-blue);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 24px 55px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.social-button-wrapper {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.large-image-wrap {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.review-slider {
  background-color: #0000;
  height: auto;
  min-height: 570px;
}

.testimonial-mask {
  overflow: visible;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 8px;
  display: flex;
  top: auto;
  left: auto;
  right: 5%;
}

.review-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.review-grid {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  height: 100%;
}

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

.slider-arrow-left {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 8px;
  display: flex;
  top: auto;
  left: auto;
  right: 10%;
}

.testimonial-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-square-first {
  z-index: 4;
  background-color: #eaf9fa;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: -30px;
}

.bg-square-second {
  z-index: 3;
  background-color: #f5fcfd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 60px;
  left: -60px;
}

.paragraph-2 {
  letter-spacing: .02em;
  line-height: 1.9;
}

.heading-3 {
  margin-bottom: 32px;
}

.testimonial-name-wrapper {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.testimonial-name {
  margin-bottom: 0;
  margin-right: 10px;
}

.testimonial-title {
  color: #9ea4b2;
  letter-spacing: 1px;
  font-weight: 500;
}

.bg-square-full {
  z-index: -1;
  background-color: #f4f5fd;
  background-image: url('../images/Shapes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 80%;
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  inset: 0% auto;
}

.service-block-wrapper {
  border: 0 #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.underline-span {
  padding-left: 3px;
  font-weight: 500;
  text-decoration: underline;
}

.form-block {
  width: 100%;
  max-width: 620px;
}

.text-field {
  color: #9ea4b2;
  border: 1px #000;
  border-bottom: 1px solid #9ea4b2;
  height: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px 0;
  font-size: 24px;
  line-height: 40px;
}

.text-field:active {
  border-bottom-color: var(--black);
}

.text-field::placeholder {
  color: #9ea4b2;
}

.button-submit {
  background-color: var(--light-steel-blue);
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  padding: 24px 55px;
  font-size: 20px;
  line-height: 24px;
  transition: opacity .45s;
  display: flex;
  box-shadow: 1px 1px 3px #000;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.bold-span {
  font-size: 22px;
  font-weight: 500;
}

.project-wrap {
  text-decoration: none;
}

.large-title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.project-header {
  height: 720px;
  overflow: hidden;
}

.project-hero-image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.project-content {
  max-width: 730px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.success-message {
  background-color: var(--alice-blue);
  color: var(--black);
  height: 100px;
  padding-top: 38px;
  padding-bottom: 38px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.success-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.success-image {
  width: 30px;
}

.success-text {
  color: var(--black);
  margin-right: 10px;
  font-size: 20px;
  font-weight: 300;
}

.standard-header {
  padding: 60px 3% 100px;
}

.change-log-wrap {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.change-title {
  align-items: center;
  display: flex;
}

.new-tag {
  background-color: var(--black-2);
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  margin-left: 4px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 720px;
  margin-bottom: 60px;
}

.licence-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 270px;
  padding: 32px;
  text-decoration: none;
  transition: all .25s;
  display: flex;
  position: relative;
  box-shadow: 31px 31px 64px #0000000d;
}

.licence-graphic {
  background-color: var(--ghost-white);
  border-radius: 10px;
  width: 100%;
  height: 160px;
  margin-bottom: 32px;
  overflow: hidden;
}

.licence-asset {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.heading-4 {
  margin-bottom: 14px;
}

.licence-section {
  background-color: var(--ghost-white);
  padding: 100px 3%;
  position: relative;
}

.directory-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.directory-asset {
  background-color: var(--ghost-white);
  border-radius: 8px;
  width: 100%;
  height: 160px;
  margin-bottom: 32px;
  overflow: hidden;
}

.hero-display-medium {
  color: #0d0e10;
  max-width: 840px;
  margin-bottom: 20px;
  font-size: 80px;
  line-height: 1.05;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  min-height: 80vh;
  max-height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

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

.utility-heading {
  margin-bottom: 20px;
}

.button-return {
  background-color: var(--powder-blue-2);
  color: #fff;
  letter-spacing: .01em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: 24px 52px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.avatar-404 {
  margin-bottom: 0;
}

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

.cursive-title {
  color: #99c9cd;
  letter-spacing: -.1em;
  margin-bottom: 0;
  font-family: Reenie Beanie, sans-serif;
  font-size: 80px;
  line-height: 1;
}

.avatar-special {
  width: 180px;
  margin-right: 20px;
}

.cta-title {
  text-align: left;
  letter-spacing: .01em;
  white-space: nowrap;
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.cta-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.cta-circle {
  z-index: -1;
  background-color: var(--alice-blue);
  border-radius: 100%;
  width: 600px;
  height: 600px;
  position: absolute;
  inset: auto -18% -37% auto;
}

.highlight-span {
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.highlight-span:hover {
  text-decoration: underline;
}

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

.legal-wrap {
  justify-content: space-between;
  display: flex;
}

.template-details {
  background-color: var(--ghost-white);
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  display: flex;
}

.footer-brand {
  color: #0d0e10;
  letter-spacing: -.03em;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.footer-brand.w--current {
  padding-left: 0;
}

.footer-link {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}

.resume-section {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 197px 3% 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-wrapper {
  margin-top: 160px;
  margin-bottom: 160px;
}

.gallery-image {
  width: 100%;
  height: 100%;
}

.style-guide-heading {
  margin-bottom: 10px;
}

.accent-brand {
  object-fit: fill;
  background-image: url('../images/Brand-Line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 0;
  display: inline-block;
}

.accent-contact {
  color: #646462;
  background-image: url('../images/Contact-Line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 8px;
  padding-right: 8px;
}

.gallery-grid-post {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.accent-next {
  background-image: url('../images/Next-Line.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.article h3, .h3-title {
  margin-bottom: 32px;
}

.cta-text-wrapper {
  z-index: 5;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-circle-large {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: -12.4375px;
  left: 28px;
}

.testimonial-section {
  padding: 100px 3%;
  position: relative;
  overflow: hidden;
}

.bg-dark-square-first {
  z-index: 4;
  background-color: var(--linen);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: -30px;
}

.bg-dark-square-second {
  z-index: 3;
  background-color: var(--seashell-2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 60px;
  left: -60px;
}

.cta-link-large {
  color: var(--peach-puff-2);
  align-items: center;
  margin-top: 48px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.arrow-wrap {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-blue {
  position: absolute;
}

.hero-display-projects {
  color: #0d0e10;
  max-width: 840px;
  margin-bottom: 48px;
  font-size: 80px;
  line-height: 1.05;
}

.text-block {
  color: #646462;
  letter-spacing: .01em;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.heading-5 {
  color: #646462;
  text-align: center;
  letter-spacing: .01em;
  object-fit: fill;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 45px;
  overflow: auto;
}

.paragraph-3 {
  font-size: 24px;
}

.paragraph-4 {
  font-size: 24px;
  line-height: 1.4;
}

.paragraph-5 {
  line-height: 1.4;
}

.heading-6 {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.heading-7 {
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-3 {
  font-size: 22px;
}

.text-block-4 {
  font-size: 22px;
  line-height: 1.14px;
}

.heading-8 {
  color: #646462;
  text-align: center;
  letter-spacing: -.03em;
  text-transform: none;
  column-count: auto;
  white-space: normal;
  margin-top: 60px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 45px;
  font-weight: 400;
}

.text-block-5 {
  font-size: 22px;
}

.heading-9 {
  letter-spacing: 0;
  font-size: 48px;
}

.heading-10 {
  margin-top: 60px;
}

.heading-11 {
  font-size: 43px;
}

.image {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  max-height: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.section {
  margin-top: 40px;
}

.heading-13 {
  font-size: 35px;
  font-weight: 500;
}

.heading-14 {
  mix-blend-mode: multiply;
  margin-top: 20px;
  font-family: PT Serif, serif;
  font-size: 35px;
  font-weight: 400;
}

.paragraph-6 {
  color: #646462;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: none;
  max-width: 1000px;
  margin: 20px auto;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
}

.heading-15 {
  text-align: center;
  letter-spacing: .15em;
  text-transform: lowercase;
  white-space: normal;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  transition: opacity .2s;
}

.image-2 {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  cursor: text;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 11px;
  max-width: 100%;
  max-height: 63.8086%;
  margin: 40px auto;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  transform: translate(0);
  box-shadow: 4px 5px 10px -1px #000;
}

.text-block-6 {
  letter-spacing: normal;
  text-indent: 0;
  text-transform: lowercase;
  column-count: auto;
  white-space: normal;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}

.button-2 {
  float: none;
  clear: none;
  background-color: var(--powder-blue);
  box-shadow: 2px 2px 3px 0 var(--dark-grey);
  color: var(--ghost-white);
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  object-position: 50% 50%;
  background-clip: border-box;
  border-radius: 11px;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 25px;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: auto;
  transform: translate(0);
}

.paragraph-7 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
  display: flex;
}

.button-3 {
  justify-content: center;
  min-width: 100px;
  max-width: 250px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.text-block-7 {
  text-align: left;
  margin: 60px 60px 20px;
  font-size: 12px;
  font-weight: 300;
}

.heading-16 {
  font-size: 65px;
  line-height: 65px;
}

.heading-17 {
  color: var(--black);
  text-align: left;
  letter-spacing: .01em;
  margin-bottom: 16px;
  font-size: 24px;
}

.heading-18 {
  color: var(--black);
  text-align: left;
  letter-spacing: .01em;
}

.heading-19 {
  color: var(--black);
  letter-spacing: .01em;
}

.heading-20 {
  color: var(--black);
  letter-spacing: -.01em;
}

.heading-21, .heading-22 {
  color: var(--black);
  letter-spacing: .01em;
}

.text-span {
  border: 1px solid var(--black);
  text-align: left;
}

.button-4 {
  background-color: var(--light-cyan);
  color: var(--dark-slate-grey);
  letter-spacing: .01px;
  text-transform: none;
  mix-blend-mode: normal;
  object-fit: scale-down;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  box-shadow: 2px 2px 3px -2px #000;
}

.heading-23 {
  color: var(--black);
}

.link {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 300;
}

.text-block-8 {
  color: #646462;
  letter-spacing: .01em;
  font-size: 25px;
}

.text-block-9 {
  color: #646462;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
}

.heading-24 {
  color: #646462;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span-2 {
  letter-spacing: 1px;
  white-space: normal;
  font-size: 20px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.container-3 {
  max-width: 100%;
}

.paragraph-8 {
  max-width: 80%;
}

.paragraph-9 {
  color: #646462;
  text-align: center;
  max-width: 1000px;
  margin-top: 0;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
  position: relative;
}

.image-4 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.heading-25 {
  color: var(--black);
  letter-spacing: -.01em;
  line-height: 55px;
}

.paragraph-10 {
  font-size: 26px;
}

.paragraph-11 {
  letter-spacing: .1em;
  column-count: 1.2;
  max-width: 80%;
  font-size: 26px;
  line-height: 1.2;
}

.paragraph-12 {
  max-width: 80px;
  font-size: 26px;
  line-height: 1.2;
}

.paragraph-13 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
}

.button-5 {
  background-color: var(--powder-blue-2);
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-10 {
  color: #646462;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 45px;
  line-height: 1;
}

.paragraph-16 {
  text-align: left;
}

.paragraph-17 {
  color: #646462;
  text-align: left;
}

.sercon {
  vertical-align: baseline;
  max-width: 45%;
  margin-bottom: 15px;
  display: inline-block;
  position: static;
}

.paragraph-20.paragraph-9 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: block;
}

.image-13 {
  margin-bottom: 40px;
}

.image_desk {
  display: block;
}

.image_desk-copy {
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.paragraph-21 {
  color: var(--dark-slate-grey);
  text-align: center;
  border: 1px solid #0000;
  margin-top: 100px;
  margin-bottom: 0;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}

.link-2 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  font-weight: 300;
  display: block;
}

.image-16 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.link-block {
  display: block;
}

.image-17 {
  margin: 20px auto;
  display: block;
}

.image-18 {
  opacity: .6;
  margin-top: 20px;
}

.bold-text {
  text-transform: none;
}

.image-19 {
  opacity: .55;
  color: var(--dark-slate-grey);
}

.image-20, .image-21 {
  opacity: .86;
}

.image-22 {
  opacity: .6;
}

.image-23 {
  opacity: .86;
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 45px;
  }

  .menu-button {
    color: var(--dark-slate-grey);
    background-color: #0000;
    background-image: url('../images/Navigation-Circle.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    padding: 19px;
    font-size: 26px;
    display: flex;
  }

  .menu-button.w--open {
    color: var(--black-2);
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--ghost-white);
  }

  .navigation-right {
    align-items: center;
    width: auto;
  }

  .navigation-left {
    width: auto;
  }

  .navbar {
    background-color: #fff0;
  }

  .paragraph-display {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 36px;
    font-weight: 300;
  }

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

  .accent {
    object-fit: contain;
    width: 200px;
    max-width: 100%;
    padding-top: 0;
  }

  .social-button {
    display: none;
  }

  .style-guide-hero {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .style-guide-header {
    min-height: 420px;
  }

  .content-section {
    font-family: Reenie Beanie, sans-serif;
    font-size: 35px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    max-width: 380px;
    margin-bottom: 40px;
  }

  .service-card {
    padding-left: 90px;
    padding-right: 90px;
  }

  .service-icon {
    margin-left: -10px;
  }

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

  .faq-question-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-section {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .circle-asset {
    display: none;
  }

  .project-square {
    height: 420px;
  }

  .slider-arrow {
    bottom: auto;
  }

  .review-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .slider-arrow-left {
    bottom: auto;
    right: 12%;
  }

  .service-block-wrapper {
    text-align: center;
    object-fit: fill;
    flex-direction: column;
    width: auto;
    display: flex;
    overflow: auto;
  }

  .text-field {
    margin-top: 20px;
  }

  .title-wrap-left {
    text-align: left;
  }

  .feature-card {
    padding: 32px 16px;
  }

  .cursive-title {
    margin-top: 60px;
  }

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

  .cta-text-wrapper {
    margin-bottom: 3px;
  }

  .cta-circle-large {
    display: none;
  }

  .heading-5 {
    margin-top: 20px;
  }

  .heading-8 {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 50px;
  }

  .paragraph-6 {
    margin: 20px 30px 60px;
    font-size: 24px;
  }

  .heading-15 {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    margin-bottom: 20px;
    font-size: 25px;
    transition-duration: .5s;
  }

  .image-3 {
    mix-blend-mode: color-dodge;
  }

  .paragraph-7 {
    line-height: 1.2;
  }

  .heading-17, .heading-18, .heading-19, .heading-20, .heading-21, .heading-22 {
    margin-left: -10px;
  }

  .heading-23 {
    text-align: center;
    font-size: 75px;
    font-weight: 400;
  }

  .text-block-9 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2;
  }

  .heading-24 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .container-2 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .paragraph-9 {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px;
  }

  .paragraph-13 {
    margin-top: 20px;
    font-weight: 300;
  }

  .button-5 {
    margin-top: 20px;
  }

  .text-block-10 {
    text-align: center;
    height: 1px;
    margin-top: 100px;
    font-family: Plusjakartadisplay, sans-serif;
    font-size: 50px;
    line-height: 1;
  }

  .paragraph-14 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .paragraph-15, .paragraph-16, .paragraph-17, .paragraph-18, .paragraph-19 {
    margin-left: -10px;
  }

  .sercon {
    margin-left: -16px;
  }

  .image_desk-copy {
    max-width: 95%;
  }

  .image-17 {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navigation-icon-wrap {
    margin-right: 14px;
  }

  .hero-display {
    font-size: 72px;
  }

  .client-section {
    padding-top: 20px;
    padding-bottom: 100px;
  }

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

  .accent {
    margin-top: 0;
  }

  .style-guide-hero {
    padding-bottom: 160px;
  }

  .colour {
    margin-bottom: 25px;
  }

  .service-card {
    margin-left: -20px;
    margin-right: 0;
    padding-left: 140px;
    padding-right: 120px;
  }

  .service-icon {
    margin-left: -50px;
  }

  .footer-section {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .social-grid {
    margin-bottom: 32px;
  }

  .project-square {
    height: 580px;
  }

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

  .grid-column-large {
    padding-top: 0;
  }

  .testimonial-mask {
    overflow: visible;
  }

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

  .slider-arrow-left {
    right: 15%;
  }

  .bg-square-first, .bg-square-second {
    display: none;
  }

  .bg-square-full {
    width: 95%;
  }

  .project-content {
    margin-bottom: 60px;
  }

  .licence-grid, .directory-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-display-medium {
    font-size: 72px;
  }

  .footer-link-wrap {
    flex-direction: column;
    margin-left: -19px;
  }

  .gallery-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .bg-dark-square-first, .bg-dark-square-second {
    display: none;
  }

  .hero-display-projects {
    font-size: 72px;
  }

  .heading-8 {
    font-size: 45px;
  }

  .paragraph-6 {
    margin: 20px 20px 60px;
    font-size: 24px;
  }

  .heading-15 {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .image-3 {
    max-height: 100%;
  }

  .paragraph-7 {
    line-height: 1.2;
  }

  .heading-17 {
    margin-left: -50px;
    margin-right: -20px;
  }

  .heading-18, .heading-19, .heading-20, .heading-21, .heading-22 {
    margin-left: -50px;
  }

  .text-block-9 {
    column-count: 1.2;
    font-size: 21px;
    line-height: 1.2;
  }

  .heading-24 {
    margin-bottom: 20px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .paragraph-9 {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button-5 {
    margin-top: 40px;
  }

  .text-block-10 {
    font-size: 40px;
  }

  .paragraph-14 {
    margin-left: -50px;
    margin-right: -20px;
    padding-right: 0;
  }

  .paragraph-15 {
    margin-left: -50px;
  }

  .paragraph-16 {
    margin-left: -50px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-17 {
    margin-left: -50px;
    margin-right: -30px;
  }

  .paragraph-18 {
    margin-left: -50px;
    margin-right: -50px;
  }

  .paragraph-19 {
    margin-left: -50px;
  }

  .sercon {
    margin-left: -51px;
  }

  .image_desk-copy {
    max-width: 90%;
  }

  .paragraph-21 {
    font-size: 48px;
  }

  .link-2 {
    text-align: center;
    max-width: 100%;
    margin-top: 40px;
    font-size: 10px;
    font-weight: 300;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    margin-left: 60px;
  }

  .brand {
    margin-right: 0;
  }

  .navbar {
    flex-wrap: nowrap;
    align-content: center;
    min-height: 45px;
    margin-left: -35px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .navigation-icon-wrap {
    display: none;
  }

  .header {
    max-width: 100%;
    margin-left: 0;
    padding: 0 0% 20px;
    display: block;
  }

  .header-title-wrap {
    position: relative;
  }

  .hero-display {
    font-size: 44px;
  }

  .paragraph-display {
    text-align: center;
    max-width: 100%;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .accent-line {
    width: auto;
    font-size: 45px;
  }

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

  .client-section {
    max-width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .accent {
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 0;
  }

  .display-heading {
    font-size: 58px;
  }

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

  .service-card {
    max-width: 95%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-icon {
    margin-left: -83px;
  }

  .title-wrap-large {
    margin-left: auto;
    margin-right: auto;
  }

  .resume-grid-inner {
    grid-template-columns: 1fr;
  }

  .paragraph {
    margin-top: 0;
    margin-left: auto;
    margin-right: 40px;
  }

  .faq-question-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .question-title {
    flex: 1;
  }

  .footer-section {
    max-width: 100%;
    margin-top: auto;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrap {
    padding-top: 40px;
  }

  .social-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
  }

  .project-square {
    height: 460px;
  }

  .social-button-dark {
    text-align: center;
    flex: 0 auto;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .grid-column {
    max-width: 35%;
    margin-bottom: 10px;
    margin-left: -44px;
  }

  .large-image-wrap {
    height: auto;
  }

  .testimonial-mask {
    height: 100%;
  }

  .review-wrapper {
    padding-left: 6px;
    padding-right: 6px;
  }

  .slider-arrow-left {
    right: 25%;
  }

  .bg-square-full {
    width: 100%;
  }

  .service-block-wrapper {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 40px 0 60px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .form-block {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 0;
  }

  .text-field {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 21px;
  }

  .project-header {
    height: 650px;
  }

  .success-wrapper {
    margin-top: -20px;
  }

  .change-log-wrap {
    padding: 20px;
  }

  .hero-display-medium {
    font-size: 50px;
  }

  .cursive-title {
    text-align: left;
    font-size: 55px;
  }

  .cta-title {
    justify-content: center;
    width: 100%;
    max-width: 100px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 40px;
    display: flex;
  }

  .template-details {
    display: none;
  }

  .footer-brand {
    margin-right: 0;
  }

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

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

  .cta-text-wrapper {
    flex-wrap: wrap;
    margin-left: -20px;
  }

  .testimonial-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-display-projects {
    font-size: 45px;
  }

  .text-block {
    margin-left: 40px;
  }

  .heading-5 {
    text-align: center;
    margin-top: 10px;
    margin-left: 13px;
    font-size: 35px;
    font-weight: 500;
  }

  .heading-7 {
    text-align: left;
  }

  .heading-8 {
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
  }

  .heading-9 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-12 {
    text-align: center;
  }

  .image {
    max-width: 80%;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    overflow: visible;
  }

  .paragraph-6 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    max-width: 100%;
    margin: 25px 20px 20px;
    padding-left: 0;
    padding-right: 0;
    font-family: Plusjakartadisplay, sans-serif;
    font-size: 20px;
    line-height: 28px;
    display: flex;
  }

  .heading-15 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 25px;
  }

  .image-3 {
    margin-left: -19px;
    margin-right: 100px;
    display: block;
  }

  .paragraph-7 {
    max-width: 100%;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 21px;
    line-height: 1.2;
  }

  .text-block-7 {
    margin-left: 20px;
    margin-right: 19px;
  }

  .heading-17, .heading-18 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-19 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-21 {
    margin-left: -44px;
    margin-right: -63px;
  }

  .heading-22 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .text-span {
    margin-left: 40px;
    margin-right: 40px;
  }

  .button-4 {
    margin-bottom: 40px;
    margin-left: 40px;
  }

  .text-block-9 {
    margin-bottom: 40px;
    font-size: 21px;
    line-height: 26px;
  }

  .heading-24 {
    font-size: 30px;
    line-height: 31px;
  }

  .div-block {
    margin-top: 40px;
    margin-left: auto;
  }

  .body {
    margin-left: 0;
  }

  .container-2 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .paragraph-9 {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 21px;
  }

  .image-4 {
    max-width: 50%;
    margin-left: 0;
  }

  .paragraph-13 {
    margin-left: 40px;
    margin-right: 95px;
    font-size: 21px;
  }

  .button-5 {
    margin-top: 40px;
    margin-left: 0;
  }

  .text-block-10 {
    object-fit: fill;
    height: 1.5px;
    margin: 60px 15px;
    font-size: 35px;
  }

  .paragraph-14 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-15 {
    margin-right: -70px;
  }

  .paragraph-16, .paragraph-17 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-18 {
    margin-left: -44px;
  }

  .paragraph-19 {
    margin-left: -48px;
    margin-right: -48px;
  }

  .image-5 {
    max-width: 100%;
    margin-left: -10px;
  }

  .image-6 {
    max-width: 50%;
    margin-left: -76px;
  }

  .image-7, .image-8 {
    max-width: 50%;
    margin-left: -86px;
  }

  .image-9 {
    max-width: 50%;
    margin-left: -79px;
  }

  .image-10 {
    max-width: 50%;
  }

  .image-11 {
    max-width: 50%;
    margin-left: -79px;
  }

  .image-12 {
    margin-left: 13px;
  }

  .sercon {
    max-width: 35%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-20 {
    text-align: center;
    max-width: 80%;
    margin-left: -60px;
    font-size: 21px;
  }

  .paragraph-20.paragraph-9 {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .image-13 {
    margin-top: 0;
    margin-left: -3px;
  }

  .image-14 {
    border-radius: 11px;
    margin-top: 40px;
    margin-left: -13px;
  }

  .image_desk {
    border-radius: 7px;
    margin-top: 40px;
    margin-left: -19px;
  }

  .image_desk-copy {
    border-radius: 7px;
    max-width: 98%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-15 {
    max-width: 50%;
    margin-left: -54px;
  }

  .paragraph-21 {
    color: var(--black);
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Plusjakartadisplay, sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
  }

  .link-2 {
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Plusjakartadisplay, sans-serif;
    font-size: 9px;
    font-style: italic;
    font-weight: 300;
    text-decoration: underline;
    display: block;
  }

  .image-17 {
    max-width: 75%;
  }
}

#w-node-_842694b1-b2fd-a265-cb00-a92f194c9b47-b83e5932 {
  place-self: auto;
}


@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}