:root {
  --text: #878787;
  --color: #868686;
  --white: white;
  --black: black;
  --trans-white: #fffffff2;
  --transparent: #fff0;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-center {
  z-index: 500;
  background-color: #fff;
  width: 100%;
  padding: 28px 23px 19px;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: none;
  height: auto;
  padding: 51px 0 0;
}

.navbar-wrapper-three {
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  width: 380px;
  height: 75.55px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--text);
  letter-spacing: .1px;
  word-break: normal;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-family: playfair-display, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--text);
  font-weight: 400;
}

.nav-link:focus {
  font-weight: 400;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border-radius: 0;
  margin-top: 11px;
  padding-top: 10px;
  box-shadow: 0 2px 5px 2px #0003;
}

.nav-dropdown-link {
  color: var(--text);
  padding: 12px 23px;
  font-family: playfair-display, sans-serif;
  font-size: 18px;
}

.nav-dropdown-link:hover {
  color: var(--color);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.text-block-2 {
  color: #878787;
  letter-spacing: .1px;
  font-family: playfair-display, sans-serif;
  font-size: 18px;
}

.section-7 {
  z-index: 300;
  aspect-ratio: auto;
  background-color: var(--text);
  padding-bottom: 77px;
  position: relative;
}

.div-block-10 {
  border-bottom: 1px solid #fff;
}

.text-block-7 {
  color: var(--white);
  text-align: center;
  font-family: playfair-display, sans-serif;
  font-size: 16px;
}

.div-block-12 {
  padding-top: 23px;
  padding-bottom: 23px;
}

.div-block-13 {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  background-image: linear-gradient(to bottom, var(--text), var(--text));
  padding-top: 17px;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.linktext {
  color: var(--white);
  font-family: playfair-display, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.linktext:hover {
  text-decoration: underline;
}

.div-block-16 {
  flex-direction: column;
  display: flex;
}

.footnav {
  color: #fff;
  font-family: playfair-display, sans-serif;
  font-size: 14px;
  line-height: 32px;
}

.section-8 {
  z-index: 600;
  aspect-ratio: auto;
  background-color: var(--white);
  align-items: center;
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: auto;
  right: auto;
}

.div-block-28 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  align-items: center;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 33px;
  padding-right: 33px;
  display: grid;
}

.div-block-29 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.icon-5, .icon-6 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 24px;
  display: flex;
}

.button {
  background-color: #404244;
  padding: 11px 21px;
  font-family: playfair-display, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.icon-7 {
  color: #bebebe;
  position: absolute;
  inset: 0% 0% 0% 123px;
}

.icon-8 {
  color: #bebebe;
}

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

.section-13 {
  padding-bottom: 9em;
  position: relative;
}

.section-13.bottom-pading-66 {
  background-color: var(--text);
  height: auto;
  padding-bottom: 0;
  display: block;
  position: static;
}

.section-13.bottom-pading-66.white {
  background-color: var(--white);
  background-color: var(--white);
  margin-bottom: 53px;
}

._90 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-pages {
  background-image: linear-gradient(#0000001a, #0000001a), url("https://cdn.prod.website-files.com/65dd289c5e7b99449431f5cd/65f9bcde7fbf994244bdc6c6_cta-1.jpg");
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.text-block-11 {
  color: var(--white);
  font-family: playfair-display, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.text-block-12 {
  color: var(--white);
  font-family: playfair-display, sans-serif;
  font-size: 28px;
}

.div-block-33 {
  padding-top: 15px;
}

.div-block-34 {
  padding-top: 30px;
}

.button-2 {
  background-color: var(--text);
  border-radius: 10px;
  padding: 7px 22px 11px;
  font-family: playfair-display, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.dropdown-toggle {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 23px;
}

.collection-list-4 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-wrapper-4 {
  width: 100vw;
}

.div-block-54 {
  background-color: var(--white);
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.text-block-25 {
  color: var(--text);
  text-align: center;
  font-family: playfair-display, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.link-block-5 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40em;
  padding-left: 21px;
  padding-right: 21px;
  text-decoration: none;
  display: flex;
}

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

.div-block-56 {
  padding-top: 69px;
  padding-bottom: 35px;
}

.div-block-57 {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40em;
}

.link-block-6 {
  background-color: #00000087;
  justify-content: center;
  align-items: center;
  height: 40em;
  text-decoration: none;
  display: flex;
}

.text-block-26 {
  color: var(--white);
  text-align: center;
  font-family: playfair-display, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.text-block-27 {
  color: var(--text);
  text-align: center;
  font-family: playfair-display, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.div-block-58 {
  padding-top: 61px;
}

.image-4 {
  width: 340px;
  height: auto;
}

.link-block-8 {
  width: 30px;
}

.icon-12 {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-logo-center {
    padding-top: 14px;
  }

  .navbar-logo-center-container.shadow-three {
    padding-top: 0;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 14px #0000006e;
  }

  .nav-menu-block {
    flex-direction: column;
  }

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

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: #fff;
  }

  .gallery-image {
    width: 100%;
  }

  .gallery-image.margin-right {
    margin-right: 20px;
  }

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

  .gallery-tabs-menu {
    padding-left: 0%;
  }

  .section-8 {
    display: none;
  }

  .section-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-text {
    width: auto;
  }

  .main-image {
    height: 100vh;
  }

  .section-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-9 {
    color: var(--text);
    font-family: playfair-display, sans-serif;
    font-size: 16px;
    display: block;
  }

  .text-block-10 {
    color: var(--text);
    font-family: playfair-display, sans-serif;
    font-size: 16px;
    display: none;
  }

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

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

  .button-arrow-head {
    width: 5px;
  }

  .collection-list-wrapper-desktop {
    display: none;
  }

  .overline-small {
    font-size: 12px;
    line-height: 24px;
  }

  .overline-small.gray-900 {
    font-size: 12px;
  }

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

  .arrow-button-text {
    font-size: 12px;
  }

  .spacer-4em---48px {
    width: 48px;
    height: 48px;
    display: block;
  }

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

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

  .faq01_click_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-block-12 {
    line-height: 28px;
  }

  .container-5 {
    padding-left: 9px;
    padding-right: 290px;
  }

  .icon-11 {
    color: var(--color);
    font-size: 50px;
    line-height: 50px;
  }

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

  .abstract-graphic {
    width: 20%;
  }

  .submit-button {
    margin-bottom: 20px;
  }

  .form-container {
    width: 100%;
    padding-left: 5%;
  }

  .button-wrapper {
    flex-wrap: wrap;
  }

  .section-flowbase {
    flex-flow: column;
  }

  .abstract-graphic-2 {
    width: 20%;
  }

  .collection-list-wrapper-5 {
    column-count: 2;
    column-gap: 15px;
  }

  .collection-item-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .collection-list-wrapper-6 {
    column-count: 2;
    column-gap: 15px;
  }

  .collection-item-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .collection-list-wrapper-7 {
    column-count: 2;
    column-gap: 15px;
  }

  .collection-item-4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .navbar-brand-three.w--current {
    width: 300px;
  }

  .nav-menu-three {
    border-radius: 0;
    flex-direction: column;
    margin-top: 24px;
    padding-bottom: 30px;
    box-shadow: 0 8px 13px 5px #2226;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button {
    border-radius: 0;
  }

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

  .section {
    height: 800px;
  }

  .gallery-image.margin-right {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .gallery-tab-link {
    margin-right: 40px;
  }

  .gallery-row {
    flex-direction: column;
  }

  .gallery-header-wrap {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .gallery-paragraph {
    width: 100%;
  }

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

  .gallery-tabs-menu {
    margin-bottom: 40px;
    padding-left: 0%;
  }

  .text-block-8 {
    font-size: 50px;
    line-height: 55px;
  }

  .div-block-19 {
    width: auto;
  }

  .intro-content {
    width: 80%;
  }

  .paragraph-big {
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-9 {
    display: block;
  }

  .text-block-10 {
    color: var(--text);
    font-family: playfair-display, sans-serif;
    font-size: 16px;
  }

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

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

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

  .overline-small.gray-900 {
    font-size: 12px;
  }

  .section-14.screen.marketing.mobile {
    display: none;
  }

  .div-block-30.marketing {
    background-image: url("https://cdn.prod.website-files.com/65dd289c5e7b99449431f5cd/66589669c44fdc68353c5d50_process.jpg"), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%, 50%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
  }

  .cta-pages {
    background-image: linear-gradient(#0000005e, #0000005e), url("https://cdn.prod.website-files.com/65dd289c5e7b99449431f5cd/65f9bcde7fbf994244bdc6c6_cta-1.jpg");
    background-position: 0 0, 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .container-5 {
    padding-right: 0;
  }

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

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

  .abstract-graphic {
    width: 100%;
    min-height: 300px;
  }

  .form-container {
    width: 100%;
  }

  .section-flowbase {
    flex-direction: column;
  }

  .abstract-graphic-2 {
    width: 100%;
    min-height: 300px;
  }

  .collection-list-wrapper-5 {
    column-gap: 15px;
  }

  .collection-item-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .collection-list-wrapper-6 {
    column-gap: 15px;
  }

  .collection-item-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .collection-list-wrapper-7 {
    column-gap: 15px;
  }

  .collection-item-4 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-center {
    clear: both;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding: 13px 0 9px;
    display: block;
    position: relative;
    inset: 0% 0% auto;
  }

  .navbar-logo-center-container.shadow-three {
    align-self: flex-start;
    height: auto;
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper-three {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: center space-between;
    place-items: center;
    height: 163.773px;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .navbar-brand-three {
    width: auto;
    padding-right: 0;
  }

  .navbar-brand-three.w--current {
    text-align: center;
    width: auto;
    height: auto;
    margin-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .nav-menu-three {
    -webkit-text-stroke-color: #3330;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .menu-button.w--open {
    padding-bottom: 0;
  }

  .section {
    height: 550px;
    position: relative;
    top: 0;
  }

  .slider {
    height: 100%;
  }

  .slide, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
    height: 550px;
  }

  .div-block-2 {
    width: 95%;
  }

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

  .section-2 {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .gallery-tab-link {
    text-align: center;
    min-width: 160px;
    margin-right: 0;
  }

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

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

  .gallery-tabs-menu {
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .div-block-3 {
    width: auto;
    padding-left: 11px;
    padding-right: 11px;
  }

  .section-3 {
    padding-bottom: 36px;
  }

  .text-block-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-6 {
    margin-top: 35px;
  }

  .section-7 {
    position: relative;
    inset: auto 0% 0%;
  }

  .div-block-13 {
    width: auto;
  }

  .div-block-15 {
    width: auto;
    padding-left: 13px;
    padding-right: 13px;
  }

  .text-block-8 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-19 {
    padding: 18px 32px;
  }

  .section-9 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .section-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mask {
    box-sizing: border-box;
    aspect-ratio: auto;
    height: 550px;
    overflow: hidden;
  }

  .div-block-22 {
    height: 550px;
  }

  .div-block-25 {
    aspect-ratio: auto;
    text-align: center;
    padding-bottom: 200px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .spacer-4em---48px {
    width: 10px;
    height: 10px;
  }

  .collection-list-wrapper-mobile {
    position: static;
  }

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

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

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

  .section-13.bottom-pading-66 {
    display: block;
    position: relative;
  }

  .masonry-grid-image-vertical {
    object-fit: fill;
    width: 100%;
    display: inline-block;
  }

  .mason-image-horizontal {
    height: 40vw;
  }

  .masonry-image-vertical {
    min-width: NaN% ;
    object-fit: cover;
    width: 100%;
    height: 60vw;
  }

  .project-image-container {
    object-fit: cover;
  }

  .masonry-grid-image-horizontal {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .section-14 {
    background-image: none;
    height: 550px;
    margin-top: 0;
    display: block;
  }

  .section-14.screen.marketing.mobile {
    display: block;
  }

  .section-14.screen.marketing.full {
    display: none;
  }

  .div-block-30 {
    background-image: url("https://cdn.prod.website-files.com/65dd289c5e7b99449431f5cd/66589669c44fdc68353c5d50_process.jpg"), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%, 0%;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover;
    height: 550px;
  }

  .headcopy {
    font-size: 40px;
  }

  .div-block-31 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq01_paragraph {
    margin-left: 15px;
  }

  .faq01_block {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .rte h2, .rte h3 {
    text-align: center;
  }

  .rte p {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .rte h2, .rte h3 {
    text-align: center;
  }

  .cta-pages {
    object-fit: fill;
    background-image: url("https://cdn.prod.website-files.com/65dd289c5e7b99449431f5cd/65f9bcde7fbf994244bdc6c6_cta-1.jpg");
    background-position: 100%;
    background-size: cover;
    position: relative;
  }

  .text-block-11 {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-12 {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
  }

  .container-5 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .div-block-36 {
    grid-template-columns: 2fr;
  }

  .div-block-37 {
    background-color: #0000;
    height: 550px;
  }

  .div-block-38 {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .headcopy2 {
    text-shadow: 0 1px 6px #000;
    font-size: 35px;
    line-height: 38px;
  }

  .headcopy2.about {
    font-size: 26px;
    line-height: 30px;
  }

  .div-block-39 {
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

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

  .div-block-40 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-43 {
    flex-flow: column;
    align-items: flex-start;
  }

  .section-17 {
    aspect-ratio: auto;
    height: auto;
    position: relative;
    overflow: visible;
  }

  .div-block-44 {
    height: auto;
  }

  .icon-9 {
    margin-top: 0;
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 280px;
    font-size: 20px;
    inset: auto auto 0% 0%;
  }

  .icon-10 {
    margin-top: 0;
    margin-left: 49px;
    margin-right: 9px;
    padding-bottom: 280px;
    font-size: 20px;
    inset: auto 0% 0% auto;
  }

  .icon-11 {
    margin-top: 0;
    position: relative;
    top: 0;
    bottom: auto;
  }

  .menu-button-2 {
    object-fit: fill;
    margin-top: 0;
    padding: 0;
  }

  .collection-list {
    height: auto;
  }

  .text-block-21, .text-block-22 {
    font-family: playfair-display, sans-serif;
  }

  .collection-item {
    height: 300px;
  }

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

  .overall-video-lightbox {
    height: 190px;
  }

  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
  }

  .video-lightbox-icon {
    height: 20px;
  }

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

  .div-block-54 {
    background-image: linear-gradient(#00000080, #00000080), url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 20em;
  }

  .link-block-5 {
    background-image: none;
    background-size: auto;
    height: 20em;
  }

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

  .div-block-57 {
    height: 30em;
  }

  .link-block-6 {
    flex-flow: row;
    height: 30em;
  }

  ._80 {
    width: 95%;
  }

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

  .form-row-wrap {
    margin-bottom: 0;
  }

  .form-heading {
    line-height: 49px;
  }

  .submit-button {
    margin-top: 23px;
  }

  .checkbox-field {
    width: 100%;
    margin-bottom: 12px;
  }

  .collection-list-wrapper-5, .collection-list-wrapper-6, .collection-list-wrapper-7 {
    column-count: 1;
  }

  .form {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-65 {
    background-image: linear-gradient(#00000036, #00000036);
  }

  .image-4 {
    text-align: center;
    width: auto;
    display: block;
  }

  .div-block-75 {
    background-image: url("https://cdn.prod.website-files.com/65dd289c5e7b99449431f5cd/667045297972efc31297247e_marketing-mobile.jpg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .left-arrow {
    z-index: 200;
    height: auto;
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    z-index: 200;
    inset: 0% 0% 0% auto;
  }

  .div-block-76 {
    clear: both;
    width: 100%;
    height: 2px;
    padding: 0;
  }

  .div-block-77 {
    height: 50px;
    margin-top: 15px;
  }

  .heading-10 {
    font-size: 36px;
  }

  .link-3 {
    font-size: 26px;
  }
}

#w-node-d8d7ff35-07c6-b799-3305-18ed4b363463-4b36344f, #w-node-d8d7ff35-07c6-b799-3305-18ed4b363466-4b36344f, #w-node-d8d7ff35-07c6-b799-3305-18ed4b363470-4b36344f, #w-node-d8d7ff35-07c6-b799-3305-18ed4b363473-4b36344f, #w-node-d8d7ff35-07c6-b799-3305-18ed4b36347d-4b36344f, #w-node-d8d7ff35-07c6-b799-3305-18ed4b363480-4b36344f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0600b3a-3c5c-bd21-7a7a-1269019b9fb3-019b9fb1 {
  justify-self: end;
}

#w-node-d0600b3a-3c5c-bd21-7a7a-1269019b9fb6-019b9fb1, #w-node-d0600b3a-3c5c-bd21-7a7a-1269019b9fb8-019b9fb1, #w-node-_69590a27-3934-9668-db95-a4ce364e5b87-019b9fb1, #w-node-d0600b3a-3c5c-bd21-7a7a-1269019b9fbc-019b9fb1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-f2365759-be2d-89ab-35a5-2e9c20520933-a74e04a6 {
    place-self: center;
  }
}
