:root {
  --gray-900: #101828;
  --gray-600: #475467;
  --gray-700: #344054;
  --gray-500: #667085;
  --white: white;
  --gray-300: #d0d5dd;
  --gray-100: #f2f4f7;
  --gray-200: #eaecf0;
  --gray-50: #f9fafb;
  --gray-400: #98a2b3;
  --gray-800: #1d2939;
  --black: black;
  --error-50: #fef2f2;
  --error-300: #fca5a5;
  --error-500: #ef4444;
  --error-700: #b91c1c;
  --error-900: #7f1d1d;
  --warning-900: #78350f;
  --warning-700: #b45309;
  --warning-500: #f59e0b;
  --warning-300: #fcd34d;
  --warning-50: #fffbeb;
  --success-50: #f0fdf4;
  --success-100: #dcfce7;
  --success-300: #86efac;
  --success-500: #22c55e;
  --success-700: #15803d;
  --success-900: #14532d;
  --warning-100: #fef3c7;
  --error-100: #ffe4e6;
  --secondary-50: #fefce8;
  --secondary-100: #fef9c3;
  --secondary-300: #fde047;
  --secondary-500: #eab308;
  --secondary-700: #a16207;
  --secondary-900: #713f12;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-300: #93c5fd;
  --blue-500: #3b82f6;
  --blue-700: #1d4ed8;
  --blue-900: #1e3a8a;
  --blue-200: #bfdbfe;
  --blue-400: #60a5fa;
  --blue-600: #2563eb;
  --blue-800: #1e40af;
}

.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(--gray-900);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

h4 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

p {
  color: var(--gray-600);
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: var(--gray-700);
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 0;
  list-style-type: none;
}

li {
  color: var(--gray-600);
  background-image: url('../images/list-bullet.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 24px;
}

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

label {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

strong {
  font-weight: 700;
  line-height: 24px;
}

em {
  font-style: italic;
  line-height: 24px;
}

blockquote {
  border-left: 5px solid var(--gray-500);
  color: var(--gray-600);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.utility-page-wrap {
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.ds-nav {
  background-color: var(--white);
  border: 0 #000;
  border-right-color: #0000;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.ds-menu-brand {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
  text-decoration: none;
}

.ds-menu {
  background-color: var(--white);
  max-height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: auto;
}

.ds-menu-link {
  color: var(--gray-500);
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 27px;
  font-size: 16px;
  text-decoration: none;
}

.ds-menu-link:hover {
  background-color: #f7f7f7;
}

.ds-menu-link.w--current {
  background-color: var(--gray-100);
  color: var(--gray-900);
  font-weight: 400;
}

.ds-section {
  padding: 60px 0 48px;
  font-weight: 400;
}

.ds-section.header {
  background-color: var(--gray-100);
  color: var(--gray-900);
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.body {
  color: var(--gray-900);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.ds-title {
  color: var(--gray-900);
  font-weight: 700;
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-md {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.text-md.semibold {
  font-weight: 600;
}

.text-md.semibold.gray-900 {
  color: var(--gray-900);
}

.text-md.withe {
  color: var(--white);
}

.text-md.withe:hover {
  text-decoration: none;
}

.text-md.withe.absolute {
  position: absolute;
}

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

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

.block-quote {
  border-left-color: var(--gray-500);
  font-size: 16px;
  line-height: 22px;
}

.sg-block {
  margin-bottom: 32px;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column._9-column {
  width: 75%;
}

.column._4-column {
  width: 33.33%;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.color-block {
  background-color: #f9fafb;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

.color-block.base-white {
  background-color: var(--white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  background-color: var(--gray-500);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  flex: none;
  margin-bottom: 0;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.button:hover {
  background-color: var(--gray-600);
  text-decoration: none;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: var(--gray-700);
}

.button.outline {
  color: var(--gray-900);
  background-color: #0000;
  box-shadow: inset 0 0 0 1.5px #66708580;
}

.button.outline:hover {
  background-color: var(--gray-50);
  box-shadow: inset 0 0 0 2px var(--gray-500);
}

.button.outline:active {
  background-color: var(--gray-100);
}

.button.outline.width-100 {
  width: 100%;
}

.column-styleguide {
  background-color: var(--gray-500);
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.ds-module {
  background-color: var(--gray-500);
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

._2-1-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._1-2-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.visible-spacer {
  background-color: var(--gray-500);
  border-radius: 5px;
  display: inline-block;
}

.nav-menu-link {
  color: var(--gray-500);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-menu-link.w--current {
  color: var(--gray-900);
  font-weight: 400;
}

.container {
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  position: static;
}

.container.visible-en-ipad-and-down {
  display: block;
}

._4-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
}

._3-column-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}

._2-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  justify-content: center;
}

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

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

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

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

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

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

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

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

.heading-h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.heading-h1.bold {
  font-weight: 700;
}

.heading-h1.medium {
  font-weight: 500;
}

.heading-h1.semibold {
  font-weight: 600;
}

.heading-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.heading-h2.medium {
  font-weight: 500;
}

.heading-h2.semibold {
  font-weight: 600;
}

.heading-h2.bold {
  font-weight: 700;
}

.heading-h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.heading-h3.semibold {
  font-weight: 600;
}

.heading-h3.medium {
  font-weight: 500;
}

.heading-h3.bold {
  font-weight: 700;
}

.heading-h4 {
  color: var(--gray-900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.heading-h4.semibold {
  font-weight: 600;
}

.heading-h4.medium {
  font-weight: 500;
}

.heading-h4.bold {
  font-weight: 700;
}

.heading-h5 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-h5.semibold {
  font-weight: 600;
}

.heading-h5.medium {
  font-weight: 500;
}

.heading-h5.bold {
  font-weight: 700;
}

.heading-h5.bold.gray-600 {
  color: var(--gray-600);
}

.heading-h6 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-h6.medium {
  font-weight: 500;
}

.heading-h6.semibold {
  font-weight: 600;
}

.heading-h6.bold {
  font-weight: 700;
}

.column-1 {
  flex-direction: column;
  width: 8.33%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-2 {
  flex-direction: column;
  width: 16.66%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-3 {
  flex-direction: column;
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.column-5 {
  flex-direction: column;
  width: 41.66%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-4 {
  flex-direction: column;
  width: 33.33%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-6 {
  flex-direction: column;
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-7 {
  flex-direction: column;
  width: 58.3333%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-8 {
  flex-direction: column;
  width: 66.6667%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-9 {
  flex-direction: column;
  width: 75%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-10 {
  flex-direction: column;
  width: 83.33%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-11 {
  flex-direction: column;
  width: 91.66%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-12 {
  flex-direction: column;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.footer-main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 42px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  align-items: center;
}

.footer-bottom-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  place-items: center stretch;
  margin-top: 60px;
  margin-bottom: 30px;
}

.grid-column._8px-vertical-space {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.grid-column.margin-top-14px-on-desktop {
  margin-top: 14px;
}

.nav-logo {
  padding-top: 0;
  display: block;
}

.nav-logo-container {
  width: 150px;
  margin-top: 0;
  padding-left: 0;
}

.text-align-right {
  text-align: right;
}

.social-media-icons-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.social-media-icon-link {
  background-color: var(--gray-100);
  color: var(--gray-700);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background-color .2s;
  display: inline-flex;
}

.social-media-icon-link:hover {
  background-color: var(--gray-200);
}

.social-media-icon-link:active {
  background-color: var(--gray-300);
}

.twitter-icon {
  position: relative;
  top: 1px;
  left: 1px;
}

.body-flex {
  flex-direction: column;
  display: flex;
}

.text-lg {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.text-lg.gray-900 {
  color: var(--gray-900);
}

.text-lg.semibold {
  font-weight: 600;
}

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

.text-sm {
  color: var(--gray-600);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.text-sm.semibold {
  font-weight: 600;
}

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

.text-sm.gray-700 {
  color: var(--gray-700);
}

.main {
  flex: 1;
}

.menu-button-2.w--open {
  background-color: var(--gray-500);
}

.facebook-icon {
  position: relative;
  right: 1px;
}

.linkedin-icon {
  background-color: #0000;
}

.container-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.changelog-box {
  background-color: var(--gray-50);
  color: #fff;
  border-radius: 8px;
  max-width: 850px;
  padding: 20px;
}

.text-field {
  border: 1.5px solid #1d4ed880;
  border-radius: 4px;
  height: 50px;
}

.text-field:focus {
  border-color: var(--blue-700);
}

.text-area {
  border: 1.5px solid #66708580;
  border-radius: 4px;
  height: auto;
  min-height: 100px;
  margin-bottom: 20px;
}

.text-area:hover, .text-area:focus {
  border-color: var(--gray-500);
}

.success-message {
  background-color: var(--gray-100);
  color: var(--gray-700);
  border-radius: 4px;
}

.error-message {
  background-color: var(--error-50);
  color: var(--error-900);
  border-radius: 4px;
  margin-top: 20px;
}

._404-text {
  color: var(--gray-900);
  font-size: 100px;
  line-height: 100px;
}

.field-label {
  display: block;
}

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

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

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

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

.ds-border {
  border: 1px solid var(--gray-900);
  height: 100%;
}

.ds-box {
  width: 100%;
  height: 60px;
}

.shadow-01 {
  box-shadow: 0 1px 2px #0d0e1940, 0 1px 3px 1px #0d0e191a;
}

.shadow-02 {
  box-shadow: 0 8px 11.5px -2px #0d0e191a, 0 4px 7.68px -3.84px #0d0e191f;
}

.overline {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.overline-small {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.nav-menu-links {
  display: flex;
}

.badge {
  background-color: var(--gray-100);
  color: var(--gray-900);
  border-radius: 16px;
  padding: 2px 10px;
  display: inline-block;
}

.featured-icon {
  background-color: var(--gray-100);
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 13px;
  display: flex;
}

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

.nav-menu-text {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.link {
  color: var(--gray-700);
  font-weight: 500;
}

.link:hover {
  color: var(--gray-900);
}

.accordion-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  background-color: #0000;
}

.accordion-inner {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  padding: 32px 24px;
  display: flex;
}

.accordion {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--gray-300);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.accordion-icon {
  border-bottom: 1px solid var(--gray-900);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-bottom: -1px;
  display: flex;
}

.accordion-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-title-text {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ds-page {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-image-container {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-cover-white {
  z-index: 2;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.hero-text-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 75px;
  display: flex;
}

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

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

.blog-post-title-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 35px;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-arrow-container {
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-top: 7px;
  display: flex;
  position: relative;
}

.arow-two {
  z-index: 2;
  position: absolute;
}

.arrow-one {
  position: absolute;
}

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

.blog-image-overlay {
  z-index: 1;
  background-color: #10182866;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.blog-read-circle {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: none;
  position: absolute;
}

.blog-read-circle.shadow-01 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff80;
  display: none;
}

.masonry-grid-image {
  cursor: pointer;
  width: 100%;
  margin-bottom: 24px;
  display: inline-block;
}

.masonry-grid-image.reel {
  display: block;
}

.masonry-grid-tabs {
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 64px;
  display: flex;
}

.masonry-grid-tab {
  color: var(--gray-400);
  background-color: #0000;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
}

.masonry-grid-tab.w--current {
  color: var(--gray-900);
  background-color: #0000;
}

.contact-page-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 20px;
  margin-bottom: 96px;
}

.form-text-field {
  border: 1.5px solid #66708580;
  border-radius: 4px;
  height: 50px;
}

.form-text-field:hover {
  border-color: #667085;
}

.form-text-field:focus {
  border-color: var(--gray-500);
}

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

.form-label-and-field-container {
  width: 100%;
}

.image-with-corners {
  object-fit: cover;
  border-top-left-radius: 64px;
  border-bottom-right-radius: 64px;
  width: 100%;
  height: 100%;
}

.corners-image {
  height: 100%;
  padding: 24px;
  display: block;
  position: relative;
}

.image-corner-top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-corner-bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-post-header-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-header-background {
  z-index: -1;
  background-color: var(--gray-50);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 110%;
  margin-top: -90px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-with-corners-container {
  object-fit: cover;
  border-top-left-radius: 64px;
  border-bottom-right-radius: 64px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-with-corners-overlay-white {
  z-index: 3;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-with-corners-overlay-gray {
  z-index: 2;
  background-color: var(--gray-100);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-grid-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.display-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.display-2.margin-bottom-10px {
  margin-bottom: 10px;
}

.signature {
  font-family: Sacramento, sans-serif;
  font-size: 50px;
  line-height: 60px;
}

.about-me-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.footer-line {
  background-color: var(--gray-300);
  color: var(--gray-500);
  width: 100%;
  height: 1px;
}

.animation-rotate-text-container {
  position: relative;
  overflow: hidden;
}

.image-with-corners-overlay-gray-50-copy {
  z-index: 3;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.project-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.project-image-hover-overlay {
  z-index: 2;
  color: #0000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-image-circle-container {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
}

.project-image-circle-container.shadow-01 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffff80;
  display: none;
}

.project-image-hover-overlay-background {
  z-index: 1;
  background-color: #10182866;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.collage-image-cotainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collage-image-cotainer.is-1th {
  width: 33%;
  height: 60%;
}

.collage-image-cotainer.is-2th {
  width: 25%;
  height: 100%;
}

.collage-image-cotainer.is-3th {
  width: 40%;
  height: 45%;
}

.collage-image-cotainer.is-4th {
  width: 25%;
  height: 100%;
}

.collage-image-cotainer.is-5th {
  width: 35%;
  height: 60%;
}

.photo-collage-row-one {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
}

.photo-collage-row-two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.photo-collage-text-animation {
  padding: 10px;
  position: relative;
}

.masonary-grid-container {
  column-count: 4;
}

.masonary-grid-container.video-large {
  column-count: 1;
}

.masonary-grid-container.reels {
  column-count: 2;
}

.collection-list-wrapper {
  display: block;
}

.masonary-image {
  object-fit: cover;
  width: 100%;
  min-height: 200px;
  max-height: 600px;
}

.masonary-image.reel-thumbnail {
  max-height: 800px;
}

.collage-image {
  object-fit: cover;
  width: 110%;
  max-width: none;
  height: 110%;
  position: absolute;
}

.footer-nav-menu-links {
  display: flex;
}

.footer-logo-container {
  width: 150px;
}

.container-blog-post {
  max-width: 900px;
  margin-top: 16px;
  padding-left: 32px;
  padding-right: 32px;
  position: static;
  overflow: hidden;
}

.blog-image-link {
  width: 100%;
  height: 252px;
  display: block;
}

.contact-us-image-container {
  height: 100%;
  min-height: 500px;
  max-height: 640px;
}

.blog-post-image-container {
  min-height: 300px;
  max-height: 400px;
}

.mobile-menu {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--gray-600);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.mobile-menu-line-container {
  flex: 1;
  justify-content: center;
  display: flex;
}

.mobile-menu-line {
  background-color: var(--gray-600);
  width: 2px;
  height: 100%;
}

.mobile-menu-social-icons-container {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.mobile-menu-links-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.mobile-menu-link {
  color: var(--gray-400);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.mobile-menu-link.w--current {
  color: var(--white);
}

.mobile-menu-container {
  z-index: 1001;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.mobile-menu-close-button {
  cursor: pointer;
  margin-top: 12px;
  margin-right: 12px;
  padding: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mobile-menu-background-two {
  z-index: -1;
  background-color: var(--gray-800);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-bar-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.nav-bar.position-absolute {
  z-index: 1;
  width: 100%;
  position: absolute;
}

.nav-menu-mobile {
  cursor: pointer;
  display: none;
}

.empty-state {
  background-color: #0000;
}

.heading-animation-trigger {
  overflow: hidden;
}

.animation-content {
  height: 100%;
}

.animation-swipe-reveal-overlay {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.arrow-overflow-hidden {
  height: 35px;
  overflow: hidden;
}

.animation-rotate-text-two {
  position: absolute;
}

.footer-social-media-icons-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.photo-collage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.photo-collage-text-container {
  z-index: 10;
  position: absolute;
}

.photo-collage-images-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
}

.hero-text-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 15px;
  display: flex;
}

.animated-arrow-button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  justify-content: flex-end;
  padding: 0 10px;
  display: flex;
  overflow: hidden;
}

.button-arrow {
  justify-content: flex-end;
  align-items: center;
  width: 40px;
  display: flex;
  position: relative;
}

.button-arrow-body {
  background-color: var(--gray-900);
  width: 100%;
  height: 1.5px;
}

.button-arrow-head {
  margin-top: -1px;
  margin-right: -2px;
  position: absolute;
}

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

.pexel-image {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.button-container {
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.animated-arrow-button {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: letter-spacing .6s cubic-bezier(.165, .84, .44, 1);
}

.animated-arrow-button:hover {
  letter-spacing: .1rem;
}

.hero-title {
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 78px;
  font-weight: 700;
  line-height: 1.1em;
}

.photo-collage-text {
  font-family: Syne, sans-serif;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.1em;
}

.center-main-section {
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.paragraph-400px {
  max-width: 400px;
}

.grid-project-a {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1.2vw;
}

.background-video {
  z-index: 0;
  background-color: #dad7d412;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  display: block;
}

.heading-project {
  margin-bottom: 0;
}

.heading-project.reels {
  color: var(--white);
  font-family: PT Serif, serif;
}

.block-project {
  z-index: 20;
  background-image: linear-gradient(#0000, #000000b3);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 95px 40px 35px;
  display: flex;
  position: absolute;
}

.lightbox-link-a {
  border-radius: 14px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 27vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-a.reel {
  height: 30vw;
}

.lightbox-link-a.large-a {
  height: 54vw;
}

.overflow {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.subheading-project {
  text-transform: none;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
}

.subheading-project.reels {
  color: var(--white);
  font-family: Merriweather, serif;
}

@media screen and (max-width: 991px) {
  .ds-nav {
    width: 100%;
    height: 63px;
  }

  .ds-menu-brand {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .ds-menu {
    box-shadow: 1px 1px 3px 0 var(--gray-300);
    color: #fff;
    background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    position: absolute;
  }

  .ds-menu-link {
    border-bottom: 1px #e6e6e6;
    width: 100vw;
    padding: 12px 20px;
    transition: background-color .2s;
  }

  .ds-menu-link:hover {
    background-color: #adadad12;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .button {
    position: relative;
  }

  ._2-1-column-grid, ._1-2-column-grid {
    margin-left: 0;
  }

  .nav-menu-link {
    border-bottom: 1px #e2e2e2;
  }

  .nav-menu-link.last {
    border-bottom-width: 0;
  }

  .container.visible-en-ipad-and-down {
    display: block;
  }

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

  ._3-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .spacer-48px {
    display: block;
  }

  .heading-h5.bold.gray-600 {
    color: var(--gray-900);
  }

  .footer-main-grid {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   / 1fr 1fr;
  }

  .grid-column.margin-top-14px-on-desktop {
    margin-top: 0;
  }

  .twitter-icon {
    color: #0000;
  }

  .menu-button-2.w--open {
    background-color: var(--blue-500);
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .nav-menu-links {
    display: none;
  }

  .hero-text-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    margin-top: 10px;
  }

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

  .arow-two {
    display: none;
  }

  .arrow-one {
    display: block;
  }

  .contact-page-grid {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .blog-post-header-container, .about-me-grid {
    grid-template-columns: 1fr;
  }

  .photo-collage-row-one, .photo-collage-row-two {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .masonary-grid-container {
    column-count: 3;
  }

  .masonary-image {
    min-height: 175px;
  }

  .collage-image {
    height: 120%;
  }

  .contact-us-image-container {
    min-height: 300px;
    max-height: 550px;
  }

  .blog-post-image-container {
    max-height: 400px;
  }

  .nav-bar-container {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu-mobile {
    margin-right: -18px;
    padding: 18px;
    display: block;
  }

  .photo-collage-images-container {
    grid-column-gap: 4.5vw;
    grid-row-gap: 4.5vw;
    height: 70vw;
  }

  .hero-text-container {
    padding-top: 10px;
  }

  .pexel-image {
    height: 200px;
  }

  .hero-title {
    font-size: 6.5vw;
  }

  .photo-collage-text {
    font-size: 4.5vw;
  }

  .block-project {
    padding: 85px 30px 25px;
  }
}

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

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h5 {
    line-height: 28px;
  }

  h6 {
    line-height: 24px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .column._4-column {
    width: 100%;
  }

  .ds-colour-block {
    width: 25%;
  }

  .button.outline {
    cursor: pointer;
    box-shadow: inset 0 0 0 1.5px #66708580;
  }

  .button.outline:hover {
    background-color: var(--gray-50);
    box-shadow: inset 0 0 0 2px var(--gray-500);
  }

  .button.outline:active {
    background-color: var(--gray-100);
  }

  ._2-1-column-grid, ._1-2-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

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

  .heading-h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-h1.bold {
    color: var(--gray-400);
  }

  .heading-h1.bold.w--current {
    color: var(--white);
  }

  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-h5 {
    line-height: 28px;
  }

  .heading-h6 {
    line-height: 24px;
  }

  .footer-main-grid {
    grid-template: "Area Area"
                   ". ."
                   / 1fr 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-container {
    width: 120px;
  }

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

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

  .nav-menu-links {
    display: none;
  }

  .accordion-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image-container {
    height: 50vh;
  }

  .hero-text-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .masonry-grid-tabs {
    z-index: 1;
    background-color: #0000;
    flex-direction: row;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
    position: relative;
  }

  .masonry-grid-tab {
    text-align: center;
  }

  .contact-page-grid, .blog-post-header-container {
    grid-template-columns: 1fr;
  }

  .display-2 {
    font-size: 36px;
    line-height: 44px;
  }

  .signature {
    font-size: 40px;
    line-height: 60px;
  }

  .photo-collage-row-one, .photo-collage-row-two {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .masonary-grid-container {
    column-count: 2;
  }

  .masonary-image {
    max-height: 300px;
  }

  .container-blog-post {
    margin-top: 0;
  }

  .contact-us-image-container {
    max-height: 500px;
  }

  .blog-post-image-container {
    min-height: 200px;
    max-height: 300px;
  }

  .mobile-menu {
    flex-direction: column;
    justify-content: space-between;
  }

  .mobile-menu-close-button {
    cursor: pointer;
  }

  .nav-menu-mobile {
    cursor: pointer;
    display: block;
  }

  .photo-collage-images-container {
    grid-column-gap: 6vw;
    grid-row-gap: 6vw;
  }

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

  .hero-title {
    font-size: 11.5vw;
  }

  .photo-collage-text {
    font-size: 6vw;
  }

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

  .lightbox-link-a {
    height: 54vw;
  }
}

@media screen and (max-width: 479px) {
  .ds-nav {
    display: block;
  }

  .ds-section {
    padding-left: 0;
    padding-right: 0;
  }

  .text-md.text-align-right.text-aling-left-on-mobile {
    text-align: left;
  }

  .column {
    margin-bottom: 0;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .nav-menu-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-link.w--current {
    background-color: #fff;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._4-column-grid, ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .footer-main-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1.25fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .nav-logo-container {
    padding-left: 0;
  }

  .social-media-icons-list {
    margin-top: 20px;
  }

  ._404-text {
    font-size: 60px;
  }

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

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

  .masonry-grid-tabs {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .corners-image {
    padding: 0;
  }

  .image-corner-top, .image-corner-bottom {
    display: none;
  }

  .blog-post-header-container {
    grid-template-columns: 1fr;
  }

  .footer-line {
    display: none;
  }

  .masonary-image {
    min-height: 100px;
    max-height: 200px;
  }

  .footer-nav-menu-links {
    flex-direction: column;
    margin-left: -20px;
  }

  .container-blog-post {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu-mobile {
    margin-right: -16px;
    display: block;
  }

  .footer-social-media-icons-list {
    margin-top: 20px;
  }

  .photo-collage-text-container {
    display: block;
  }

  .photo-collage-images-container {
    height: 400px;
  }

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

  .pexel-image {
    height: 100px;
  }

  .block-project {
    padding: 45px 25px 22px;
  }

  .lightbox-link-a.reel {
    height: 175vw;
  }
}

#w-node-_07f4ac11-4b73-a2c7-bfde-e2bae96618fa-f84b959e, #w-node-_07f4ac11-4b73-a2c7-bfde-e2bae9661903-f84b959e, #w-node-eddb567b-c434-4171-3858-df55edd48df5-f84b959e, #w-node-d56240f2-2d0a-6a54-5726-c429547b00d1-f84b959e, #w-node-_4e365414-d5d6-3d0b-b928-19c39799570a-97995707 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1d51c555-825d-ebf1-aa6d-0bb9f6e1dcd4-97995707 {
  justify-self: center;
}

#w-node-_4e365414-d5d6-3d0b-b928-19c39799575f-97995707 {
  justify-self: end;
}

#w-node-a6ba56b1-38d1-ba41-c5f1-fa09e479356a-97995707 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2c580d8f-c112-6fbd-f102-8b33d4e061c2-bc4b95a9, #w-node-_5ed9d32e-3be1-13f2-dcf4-b5bdf2e7d860-bc4b95a9, #w-node-_3580e494-3df4-cf64-36f3-ebacec563b72-bc4b95a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1d51c555-825d-ebf1-aa6d-0bb9f6e1dcd4-97995707 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c39799575f-97995707 {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-a6ba56b1-38d1-ba41-c5f1-fa09e479356a-97995707 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9dff417f-86be-9d18-e0a0-4a98d29d9ead-97995707 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e365414-d5d6-3d0b-b928-19c39799570a-97995707 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_1d51c555-825d-ebf1-aa6d-0bb9f6e1dcd4-97995707 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c39799575f-97995707 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }
}


