:root {
  --silver: #f7f6f3;
  --black: #1f1f1f;
  --dark-grey: #464542;
  --grey: #6d6b67;
  --light-grey: #cccbc9;
  --white: white;
  --soft-grey: #eeedea;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--silver);
  color: var(--black);
  padding-left: 250px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.25em;
}

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5em;
}

p {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--dark-grey);
  text-decoration: none;
  transition: opacity .2s, color .2s;
}

a:hover {
  opacity: .8;
  color: var(--grey);
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

li {
  color: var(--dark-grey);
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 1.4em;
}

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

label {
  color: var(--grey);
  margin-bottom: 8px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid var(--light-grey);
  margin-bottom: 16px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1.4em;
}

.wrapper {
  min-height: 95vh;
}

.wrapper.no-margin {
  max-width: 100vw;
}

.section {
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

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

.section.hero-slider {
  height: 100vh;
}

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

.button {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  flex: none;
  margin-bottom: 8px;
  padding: 9px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  transition: opacity .2s, border-color .2s, color .2s, background-color .2s;
}

.button:hover {
  opacity: .75;
  color: var(--white);
}

.button:active {
  opacity: .6;
}

.button.light {
  background-color: var(--soft-grey);
  box-shadow: none;
  color: var(--black);
}

.button.outline {
  box-shadow: inset 0 0 0 1px var(--black);
  color: var(--black);
  background-color: #0000;
}

.button.outline:hover {
  background-color: var(--black);
  box-shadow: inset 0 0 0 2px var(--black);
  color: #fff;
}

.button.outline:active {
  opacity: .6;
}

.button.disabled {
  box-shadow: none;
  opacity: .1;
}

.button.disabled:hover {
  color: #fff;
}

.spacer {
  background-color: var(--light-grey);
  height: 48px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #5eb2f400;
  width: 96px;
  height: 96px;
}

.spacer._32 {
  background-color: #0000;
  height: 32px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.text-box {
  transition: opacity .2s, color .2s;
}

.text-box._550px {
  max-width: 550px;
}

.text-box._500px {
  max-width: 500px;
}

.text-box._800px {
  max-width: 800px;
}

.text-box._800px.centered {
  margin-left: auto;
  margin-right: auto;
}

.text-box.sticky {
  position: sticky;
  top: 120px;
}

.text-box._650px {
  max-width: 650px;
}

.text-box.margin-bottom {
  margin-bottom: 32px;
}

.paragraph-small {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5em;
}

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

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

._12-columns.align-stretch {
  align-items: stretch;
}

.container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.color-block {
  background-color: var(--black);
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

.color-block.silver {
  border: 1px solid var(--soft-grey);
  background-color: var(--silver);
}

.color-block.white {
  border: 1px solid var(--silver);
  background-color: #fff;
}

.white {
  color: #fff;
}

.column-styleguide {
  background-color: var(--soft-grey);
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
}

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

.column.desktop-10-column {
  width: 83.33%;
}

.column.desktop-11-column {
  width: 91.66%;
}

.column.desktop-6-column {
  width: 50%;
}

.column.desktop-5-column {
  width: 41.66%;
}

.column.desktop-1-column {
  width: 8.33%;
}

.column.desktop-4-column {
  width: 33.33%;
}

.column.desktop-9-column {
  width: 75%;
}

.column.desktop-3-column {
  width: 25%;
}

.column.desktop-2-column {
  width: 16.66%;
}

.column.desktop-7-column {
  width: 58.3333%;
}

.column.desktop-8-column {
  width: 66.6667%;
}

.column.desktop-12-column {
  width: 100%;
}

.ds-block {
  margin-bottom: 32px;
  font-size: 18px;
}

.horizontal-line {
  background-color: var(--grey);
  opacity: .4;
  width: 100%;
  height: 1px;
  margin-bottom: 32px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.horizontal-line.large {
  margin-top: 48px;
  margin-bottom: 48px;
}

.horizontal-line.small {
  margin-bottom: 16px;
}

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

.rich-text li {
  margin-bottom: 8px;
  list-style-type: square;
}

.nav-logo {
  transition: opacity .2s;
}

.nav-logo:hover {
  opacity: .75;
}

.footer-link {
  color: var(--grey);
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s, opacity .2s ease-in-out;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: var(--light-grey);
}

.footer-link.w--current {
  opacity: 1;
}

.footer-links-container {
  flex-direction: column;
  display: flex;
}

.footer {
  z-index: 0;
  padding-top: 48px;
  padding-bottom: 16px;
  position: relative;
}

.nav-dropdown {
  width: 100%;
  color: var(--light-grey);
  border-radius: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s, transform .2s;
  position: relative;
}

.nav-dropdown.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.nav-dropdown.hide {
  display: none;
}

.paragraph {
  letter-spacing: -.2px;
  line-height: 1.5em;
}

.paragraph.small {
  opacity: .8;
  font-size: 14px;
  line-height: 1.4em;
}

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

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.ds-menu-brand {
  width: 150px;
  margin-bottom: 50px;
  margin-left: 30px;
}

.ds-menu {
  width: 100%;
}

.ds-menu-link {
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
}

.ds-menu-link:hover {
  color: var(--grey);
}

.ds-menu-link.w--current {
  background-color: var(--light-grey);
  color: var(--black);
  padding-right: 0;
  font-weight: 500;
}

.ds-nav {
  background-color: var(--soft-grey);
  width: 240px;
  padding-top: 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 24px;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--dark-grey);
}

.form-error {
  background-color: var(--silver);
  color: #444;
  padding: 16px;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
}

.check-box {
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
}

.check-box.w--redirected-checked {
  border-color: var(--dark-grey);
  background-color: var(--dark-grey);
  background-position: 50%;
  background-size: 16px;
}

.ds-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  margin-left: 240px;
  display: flex;
  position: relative;
}

.form-success {
  color: #444;
  background-color: #0000;
  padding: 16px 32px 32px;
  font-size: 16px;
  line-height: 1.4em;
}

.ds-section {
  z-index: 0;
  text-align: left;
  width: 100%;
  padding: 60px 80px 48px 60px;
  position: relative;
}

.ds-section.grey {
  border-bottom: 2px solid var(--soft-grey);
  background-color: var(--silver);
}

.ds-title {
  color: var(--dark-grey);
  margin-bottom: 8px;
}

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

.text-input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--silver) var(--silver) var(--light-grey);
  background-color: #0000;
  height: 48px;
  margin-bottom: 16px;
  padding: 9px 8px;
  font-size: 15px;
  line-height: 1.4em;
  transition: border-color .2s;
}

.text-input:focus {
  border-color: #184736;
}

.text-input::placeholder {
  color: var(--light-grey);
}

.text-input.form {
  height: auto;
  min-height: 120px;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--light-grey);
  background-color: #0000;
  min-height: 120px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}

.text-area::placeholder {
  color: var(--light-grey);
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.vertical-tab {
  width: 100%;
}

.tab-link {
  border-bottom: 1px solid var(--light-grey);
  opacity: .5;
  text-align: left;
  background-color: #0000;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 15px 8px;
  font-size: 20px;
  transition: border-color .2s, opacity .2s, color .2s;
}

.tab-link:hover {
  border-bottom-color: var(--grey);
}

.tab-link.w--current {
  border-bottom-color: var(--black);
  opacity: 1;
  color: var(--black);
  background-color: #0000;
  font-weight: 700;
}

.ds-description {
  max-width: 400px;
  color: var(--light-grey);
}

.error-2 {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.form-dropdown {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--silver) var(--silver) var(--light-grey);
  width: 100%;
  max-width: 400px;
  height: 48px;
  color: var(--grey);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 8px 4px;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover {
  color: #37474e;
}

.form-dropdown:focus {
  border-bottom-color: var(--dark-grey);
  color: var(--black);
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.field-block {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-cover.align-top {
  object-position: 50% 0%;
}

.error {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

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

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

.ds-module {
  background-color: var(--soft-grey);
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

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

._2-column-grid.large-gaps {
  grid-column-gap: 80px;
  grid-row-gap: 48px;
}

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

.heading {
  font-weight: 400;
}

.heading.xl {
  margin-bottom: 12px;
  font-size: 45px;
  line-height: 1.25em;
}

.heading.xl.no-margin {
  margin-bottom: 0;
}

.heading.l {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 1.3em;
}

.heading.m {
  font-size: 30px;
  line-height: 1.4em;
}

.heading.s {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.4em;
}

.heading._2xs {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.heading._2xl {
  margin-bottom: 12px;
  font-size: 58px;
  line-height: 1.2em;
}

.heading.xs {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.5em;
}

.heading.xs.no-margin {
  margin-bottom: 0;
}

.error2 {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

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

.utility-page-wrap {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 95vh;
  max-height: 100%;
  padding-top: 75px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 400px;
  display: block;
}

.visible-spacer {
  background-color: var(--soft-grey);
  margin-bottom: 24px;
  display: inline-block;
}

.ds-body {
  padding-left: 0;
}

.field-split {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-menu-button {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 55px;
  margin-top: 0;
  margin-right: -10px;
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
}

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

.nav-bar-white {
  z-index: 90;
  background-color: var(--silver);
  width: 250px;
  height: 100vh;
  color: var(--black);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px 35px;
  position: fixed;
  left: 0;
}

.project-cover {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: filter .2s, color .2s;
  display: flex;
}

.project-cover:hover {
  opacity: 1;
  filter: brightness(110%);
}

.project-image {
  margin-bottom: 32px;
}

.project-image:hover {
  opacity: 1;
}

.text-link {
  margin-bottom: 16px;
  display: block;
}

.project-cover-full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: filter .2s, color .2s;
  display: flex;
}

.project-cover-full:hover {
  opacity: 1;
  filter: brightness(110%);
}

.project-images-grid {
  column-count: 2;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch flex-start;
  column-gap: 32px;
  display: block;
}

.project-images-grid:nth-child(2n) {
  flex-direction: row-reverse;
}

._4-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-menu-bottom-line {
  background-color: #141618;
  width: 32px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.nav-link {
  opacity: .6;
  width: 100%;
  color: var(--black);
  padding: 6px 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 19px;
  font-style: italic;
  transition: opacity .2s, color .2s;
}

.nav-link:hover, .nav-link.w--current {
  opacity: 1;
  color: var(--black);
}

.nav-menu {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  margin-top: 26px;
  display: flex;
}

.nav-menu-top-line {
  background-color: #141618;
  width: 32px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.nav-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1220px;
  height: 100%;
  display: flex;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.logo-div {
  z-index: 3;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.project-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 2;
  column-rule-style: none;
  direction: ltr;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch flex-start;
  column-gap: 32px;
  margin-bottom: -32px;
  display: block;
}

.project-grid:nth-child(2n) {
  flex-direction: row-reverse;
}

.project-item {
  width: 100%;
  margin-bottom: 32px;
  display: inline-block;
}

.project-thumbnail {
  width: 100%;
  transition: transform .2s, filter .2s;
  position: relative;
  overflow: hidden;
}

.project-thumbnail:hover {
  opacity: 1;
}

.script-link-text {
  color: var(--grey);
  letter-spacing: .4px;
  margin-bottom: 8px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  display: block;
}

.image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.slider {
  height: 100%;
  font-size: 10px;
  overflow: hidden;
}

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

.social-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: auto;
  justify-content: start;
  place-items: start;
  width: auto;
  height: auto;
  margin-top: 16px;
  display: grid;
}

.social-link {
  opacity: .5;
  cursor: pointer;
  width: 22px;
  height: 22px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .8;
}

.nav-intro-text {
  color: var(--grey);
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.4em;
}

.bottom-nav-section {
  position: absolute;
  bottom: 0;
}

.archive-project-list {
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  justify-items: stretch;
  display: block;
}

.archive-lightbox {
  width: 100%;
  height: 100px;
}

.archive-project-item {
  margin-bottom: 16px;
}

.nav-dropdown-trigger {
  width: 100%;
  color: var(--light-grey);
  padding: 0;
}

.nav-dropdown-icon {
  margin-right: 0;
}

.nav-dropdown-text {
  opacity: .6;
  width: 100%;
  color: var(--black);
  letter-spacing: 0;
  padding: 6px 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  font-style: italic;
  transition: opacity .2s, color .2s;
}

.nav-dropdown-text:hover, .nav-dropdown-text.w--current {
  opacity: 1;
  color: var(--black);
}

.nav-dropdown-list.w--open {
  background-color: var(--silver);
  padding-top: 4px;
  padding-bottom: 8px;
  position: relative;
}

.nav-dropdown-list-link {
  opacity: .6;
  color: var(--black);
  padding: 3px 14px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
}

.nav-dropdown-list-link:hover {
  opacity: 1;
  color: var(--black);
}

.nav-dropdown-list-link.w--current {
  color: var(--black);
}

.slider-right-arrow {
  opacity: .5;
  transition: opacity .2s;
}

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

.slider-left-arrow {
  opacity: .5;
  justify-content: flex-start;
  align-items: center;
  transition: opacity .2s;
}

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

.project-colour-cover {
  background-color: var(--dark-grey);
  opacity: 0;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.cta-div {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--light-grey);
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.contact-form-card {
  background-color: var(--soft-grey);
  padding: 32px;
}

.underline-link {
  border-bottom: 1px solid var(--light-grey);
}

.archive-project-wrapper {
  margin-bottom: 64px;
}

.logo-text {
  color: var(--black);
  font-size: 22px;
}

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

.project-info-grid {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: 72px auto;
  grid-template-columns: 160px 1fr;
  align-items: start;
}

.hidden {
  display: none;
}

.info-image {
  margin-bottom: 32px;
}

.info-image:hover {
  opacity: 1;
}

.recaptcha {
  margin-bottom: 1rem;
}

.logoimg-romerodfran {
  max-width: 120px;
  margin-top: 16px;
}

.home-section-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-menu-home {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 23px;
  display: flex;
}

.txt-menu-home {
  position: absolute;
}

.video-home {
  background-color: #e0e0e0;
  margin-bottom: 40px;
  padding: 40px 5%;
}

.video-home:hover {
  opacity: 1;
}

.semblante-content {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .form-success {
    background-color: #0000;
  }

  .heading._2xl {
    font-size: 68px;
  }

  .home-section-menu {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .block-menu-home {
    color: var(--white);
    justify-content: center;
    align-items: center;
    font-size: 33px;
    font-weight: 400;
    display: flex;
    position: relative;
  }

  .txt-menu-home {
    position: absolute;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-left: 220px;
  }

  .section.hero-slider {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .button {
    position: relative;
  }

  .button.light {
    font-size: 18px;
    line-height: 1.4;
  }

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

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

  .column {
    width: 50%;
  }

  .column.desktop-1-column.tablet-hidden {
    display: none;
  }

  .column.desktop-4-column.tablet-12-column {
    width: 100%;
  }

  .column.desktop-3-column {
    flex-wrap: nowrap;
  }

  .column.desktop-7-column.tablet-12-column {
    width: 100%;
  }

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

  .nav-logo {
    flex: 1;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-dropdown {
    text-align: center;
    flex: 1;
    font-size: 14px;
    display: block;
  }

  .ds-menu-brand {
    width: 160px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .ds-menu {
    z-index: 500;
    border-bottom: 1px solid var(--silver);
    background-color: var(--soft-grey);
    padding-top: 17px;
    padding-bottom: 17px;
    display: block;
    position: absolute;
    inset: 70px auto auto 0%;
  }

  .ds-menu-link {
    background-color: var(--soft-grey);
  }

  .ds-nav {
    z-index: 10;
    width: 100%;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .ds-content {
    margin-left: 0;
    position: static;
  }

  .footer-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._2-column-grid, ._3-column-grid {
    margin-left: 0;
  }

  .error2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .licenses-grid {
    grid-column-gap: 40px;
    margin-left: 0;
  }

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

  .ds-menu-button {
    color: var(--black);
    margin-right: 12px;
    padding: 14px;
    top: -10px;
  }

  .ds-menu-button.w--open {
    background-color: var(--light-grey);
    color: var(--black);
    border-radius: 40px;
  }

  .nav-bar-white {
    width: 220px;
    padding: 30px 27px;
  }

  .project-images-grid {
    flex-flow: wrap;
    grid-template-columns: 1.4fr 1fr;
  }

  .logo-div {
    flex: 0 auto;
  }

  .project-grid {
    flex-flow: wrap;
    grid-template-columns: 1.4fr 1fr;
    column-gap: 32px;
  }

  .project-item {
    margin-bottom: 32px;
  }

  .image-grid {
    margin-left: 0;
  }

  .archive-project-list {
    column-count: 2;
    grid-template-columns: auto auto;
  }

  .project-info-grid {
    grid-column-gap: 32px;
    grid-template-columns: 120px 1fr;
  }

  .logoimg-romerodfran {
    max-width: 105px;
  }

  .home-section-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-left: 0;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p {
    font-size: 15px;
  }

  .wrapper {
    margin-left: 0;
  }

  .wrapper.no-margin {
    margin-top: 0;
  }

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

  .section.hero-slider {
    margin-top: -75px;
    padding-top: 75px;
    padding-bottom: 30px;
  }

  .button {
    padding: 7px 28px;
    font-size: 15px;
  }

  .spacer {
    height: 32px;
  }

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

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

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

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

  .text-box.sticky {
    position: static;
  }

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

  ._12-columns.align-stretch.mobile-swap {
    flex-direction: column-reverse;
  }

  .column.desktop-10-column, .column.desktop-6-column.tablet-6-column, .column.desktop-5-column, .column.desktop-4-column, .column.desktop-9-column, .column.desktop-3-column, .column.desktop-2-column.tablet-2-column.mobile-12-column {
    width: 100%;
  }

  .horizontal-line.large {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-dropdown {
    font-size: 16px;
  }

  .nav-dropdown:hover {
    transform: none;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .ds-menu-brand.w--current {
    margin-top: 14px;
  }

  .ds-menu {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .ds-content {
    margin-left: 0;
  }

  .ds-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .tab-link {
    width: auto;
  }

  .tab-link.w--current {
    background-color: var(--soft-grey);
  }

  .field-block {
    min-height: auto;
  }

  .footer-container {
    flex-direction: column;
  }

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

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

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

  .heading.xl {
    font-size: 38px;
  }

  .heading.l {
    font-size: 30px;
  }

  .heading.m {
    font-size: 24px;
  }

  .heading.s {
    font-size: 21px;
  }

  .heading._2xl {
    font-size: 42px;
  }

  .heading.xs {
    font-size: 16px;
  }

  .licenses-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .utility-page-wrap {
    height: 90vh;
  }

  .nav-bar-white {
    width: 100%;
    height: 75px;
    padding: 20px 30px;
    position: sticky;
    top: 0;
  }

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

  ._4-column-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .nav-menu {
    z-index: 40;
    background-color: var(--silver);
    text-align: left;
    height: auto;
    padding: 32px;
    position: fixed;
    inset: 75px 0% 0%;
  }

  .nav-container {
    flex-direction: row;
    align-items: center;
  }

  .logo-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    margin-right: auto;
    display: flex;
  }

  .project-grid {
    grid-row-gap: 32px;
    column-count: 1;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .image-grid {
    grid-template-columns: 1fr;
    margin-left: 0;
  }

  .social-grid {
    justify-content: center;
    justify-items: center;
    margin-top: 0;
  }

  .nav-intro-text {
    font-size: 16px;
  }

  .bottom-nav-section {
    margin-bottom: 32px;
  }

  .nav-dropdown-text {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 20px;
  }

  .nav-dropdown-list-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .logoimg-romerodfran {
    order: -9999;
    max-width: 67px;
  }

  .home-section-menu {
    grid-template-columns: 1fr;
  }
}

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

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

  .text-box.margin-bottom {
    margin-bottom: 24px;
  }

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

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

  .column {
    margin-bottom: 0;
  }

  .column.desktop-6-column {
    align-items: flex-start;
    width: 100%;
  }

  .column.desktop-5-column, .column.desktop-3-column {
    width: 100%;
  }

  .ds-menu-brand {
    margin-left: 16px;
  }

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

  .text-input, .text-area {
    width: 100%;
  }

  .tab-link {
    padding-left: 11px;
  }

  .tab-link.w--current {
    border-bottom-width: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading.l {
    font-size: 26px;
  }

  .heading._2xl {
    font-size: 32px;
  }

  .error2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ds-menu-button {
    margin-right: 4px;
  }

  .field-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .field-spacer {
    display: none;
  }

  .nav-bar-white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-image {
    margin-bottom: 16px;
  }

  .project-images-grid {
    column-gap: 16px;
  }

  .nav-menu {
    margin-top: 0;
    padding: 24px;
  }

  .nav-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .project-item {
    margin-bottom: 24px;
  }

  .nav-intro-text {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .bottom-nav-section {
    margin-bottom: 24px;
  }

  .archive-lightbox {
    height: 80px;
  }

  .cta-div {
    flex-direction: column;
    align-items: center;
  }

  .contact-form-card {
    padding: 24px;
  }

  .info-image {
    margin-bottom: 16px;
  }

  .logoimg-romerodfran {
    max-width: 60px;
  }

  .video-home {
    margin-bottom: 16px;
  }

  .semblante-content {
    grid-template-columns: auto;
    grid-auto-flow: row dense;
  }
}

#w-node-e4610bae-ba7b-3484-a86a-fde5fe41e002-699199fb, #w-node-dd1933a1-f99e-b661-93d7-e0da7c48f89e-69919a08, #w-node-dd1933a1-f99e-b661-93d7-e0da7c48f89e-69919a09, #w-node-_87ba8efb-4861-bd01-f33a-ab8ff2b4389c-198ed491, #w-node-_48488b10-9223-2e19-5bea-44b36aa84da3-198ed491 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_14cb62ac-28ae-0bd8-d8c0-e1e8e41d099d-699199f0 {
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e40b61d5-9db4-bc6b-7173-6b37b0fa8db8-6e85f303 {
    order: 9999;
  }
}


