@font-face {
  font-family: Bdo Grotesk;
  src: url('../fonts/BDOGrotesk-VF.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--shade-6: #000;
  --typography--lh-heading: 1em;
  --typography--lh-body: 1.5em;
  --color--shade-3: #e3e2dc;
  --color--shade-2: #f2f2f2;
  --color--shade-1: white;
  --typography--ls-heading: -.01em;
  --typography--ls-body: -.01em;
  --typography--rt-heading-spacing: .5em;
  --typography--rt-body-spacing: 2.5rem;
  --color--shade-4: #aeaeae;
  --color--shade-5: #545456;
  --typography--section-animated-padding: 1.5rem;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--color--shade-6);
  font-family: Bdo Grotesk, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.25em;
}

h1 {
  font-size: 2rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h2 {
  font-size: 1.75rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h3 {
  font-size: 1.5rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h4 {
  font-size: 1.25rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h5 {
  font-size: 1rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h6 {
  font-size: .85rem;
  line-height: var(--typography--lh-heading);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

p {
  line-height: var(--typography--lh-body);
  margin-bottom: 0;
  font-weight: 500;
}

a {
  color: var(--color--shade-6);
  text-decoration: none;
}

ul, ol {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.5rem;
  display: flex;
}

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

blockquote {
  border-left: 2px solid var(--color--shade-3);
  background-color: var(--color--shade-2);
  font-size: 18px;
  line-height: var(--typography--lh-body);
  border-radius: .25rem;
  margin-bottom: 0;
  padding: 2rem;
  font-style: italic;
  font-weight: 500;
}

.section {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--color--shade-1);
  flex-flow: column;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.section.section-admin-hero {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-bottom: 1px dashed var(--color--shade-3);
  justify-content: space-between;
  align-items: flex-start;
  min-height: 40vh;
  padding-top: 0;
  padding-bottom: 5rem;
}

.section.section-admin {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-bottom: 1px dashed var(--color--shade-3);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section.section-footer {
  z-index: 9999;
  background-color: #252525;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 30vh;
  position: relative;
  top: 30vh;
}

.section.section-sticky {
  height: 100vh;
  position: sticky;
  top: 0;
}

.section.section-hero {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  flex: none;
  width: 100%;
}

.section.section-project-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.container.container-admin {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  display: flex;
}

.container.container-full-height {
  height: 100%;
}

.container.container-layout-nav {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  padding-right: 1.5rem;
  display: flex;
}

.nav {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  display: flex;
}

.nav.nav-secondary {
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout-nav-brand {
  color: var(--color--shade-6);
}

.layout-nav-brand-logo {
  width: 8rem;
}

.admin-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-right: 1px dashed var(--color--shade-3);
  border-left: 1px dashed var(--color--shade-3);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.admin-item {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-top: 1px dashed var(--color--shade-3);
  border-bottom: 1px dashed var(--color--shade-3);
  flex-flow: column;
  padding: 1.5rem;
  display: flex;
}

.display-xl {
  font-size: 2rem;
  line-height: var(--typography--lh-heading);
  letter-spacing: var(--typography--ls-heading);
  font-weight: 500;
}

.display-xl.display-body {
  color: var(--color--shade-1);
  font-size: 1.6rem;
  line-height: 1.4em;
}

.display-xl.display-about {
  line-height: 1.25em;
}

.display-l {
  font-size: 1.5rem;
  line-height: var(--typography--lh-heading);
  letter-spacing: var(--typography--ls-heading);
  font-weight: 500;
}

.display-m {
  font-size: 3rem;
  line-height: var(--typography--lh-heading);
  letter-spacing: var(--typography--ls-heading);
  font-weight: 600;
}

.display-s {
  font-size: 1rem;
  line-height: var(--typography--lh-heading);
  letter-spacing: var(--typography--ls-heading);
  font-weight: 500;
}

.display-xs {
  font-size: 1rem;
  line-height: var(--typography--lh-heading);
  letter-spacing: var(--typography--ls-heading);
  font-weight: 600;
}

.body {
  line-height: var(--typography--lh-body);
  letter-spacing: var(--typography--ls-body);
  margin-bottom: 0;
}

.display-light {
  opacity: .55;
}

.body-l {
  font-size: 1.25rem;
  line-height: var(--typography--lh-body);
  letter-spacing: var(--typography--ls-body);
  margin-bottom: 0;
  font-weight: 500;
}

.nav-admin-button {
  border: 1px dashed var(--color--shade-3);
  background-color: var(--color--shade-1);
  color: var(--color--shade-6);
  letter-spacing: .05em;
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .4rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.nav-admin-button:hover {
  background-color: var(--color--shade-2);
}

.nav-admin-button:active {
  background-color: var(--color--shade-1);
}

.nav-admin-button.w--current {
  background-color: var(--color--shade-2);
}

.admin-list-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px dashed var(--color--shade-3);
  border-bottom: 1px dashed var(--color--shade-3);
  background-color: var(--color--shade-2);
  letter-spacing: .1em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  min-height: 3rem;
  padding: .5rem 1.5rem;
  font-size: .75rem;
  font-weight: 600;
  display: flex;
}

.rich-text {
  max-width: 40rem;
  margin-bottom: -2.5rem;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin-bottom: var(--typography--rt-heading-spacing);
}

.rich-text p, .rich-text blockquote, .rich-text ol, .rich-text ul {
  margin-bottom: var(--typography--rt-body-spacing);
}

.rich-text a {
  color: #454ffc;
  font-weight: 500;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  width: 100%;
  display: grid;
}

.grid.grid-modal-body {
  grid-column-gap: 1.5rem;
  height: 100%;
}

.grid.grid-footer {
  grid-row-gap: 3.5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid.grid-project-images {
  grid-row-gap: 1rem;
}

.grid.grid-footer-bottom {
  grid-row-gap: 3.5rem;
}

.admin-color-block {
  border: 1px solid var(--color--shade-3);
  background-color: var(--color--shade-1);
  height: 5rem;
}

.admin-color-block.admin-color-block-2 {
  background-color: var(--color--shade-2);
}

.admin-color-block.admin-color-block-3 {
  background-color: var(--color--shade-3);
}

.admin-color-block.admin-color-block-4 {
  background-color: var(--color--shade-4);
}

.admin-color-block.admin-color-block-5 {
  background-color: var(--color--shade-5);
}

.admin-color-block.admin-color-block-6 {
  background-color: var(--color--shade-6);
}

.admin-block {
  border: 1px solid var(--color--shade-3);
  background-color: var(--color--shade-1);
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.icon-s {
  width: .8rem;
  max-height: .8rem;
}

.icon-m {
  width: 1rem;
  max-height: 1rem;
}

.icon-l {
  width: 1.25rem;
  max-height: 1.25rem;
}

.form-text-field {
  border: 1px solid var(--color--shade-3);
  color: var(--color--shade-6);
  height: 4.5rem;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 1rem;
}

.form-text-field.form-text-field-message {
  height: auto;
  min-height: 10rem;
}

.form-text-field.form-text-field-select {
  background-color: #0000;
}

.form-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 600;
}

.form-label.form-label-hidden {
  display: none;
}

.form-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.form-row.form-row-horizontal {
  flex-flow: row;
  align-items: stretch;
}

.form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--color--shade-2);
  background-color: var(--color--shade-2);
  color: var(--color--shade-6);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 4.5rem;
  padding: .5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: inline-flex;
}

.button:hover {
  background-color: #e7e7e7;
}

.button:active {
  background-color: var(--color--shade-2);
}

.button.button-secondary {
  border-color: var(--color--shade-3);
  background-color: var(--color--shade-1);
  color: var(--color--shade-6);
}

.form-block {
  margin-bottom: 0;
}

.state {
  border: 1px dashed var(--color--shade-3);
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-size: .8rem;
  font-weight: 600;
  display: flex;
}

.state.state-error {
  color: #811313;
  background-color: #ffdede;
  border-color: #ebc5c5;
}

.admin-placeholder {
  border: 1px solid var(--color--shade-3);
  background-color: var(--color--shade-2);
  border-radius: .25rem;
  width: 100%;
  height: 5rem;
}

.footer.footer-secondary {
  justify-content: center;
  align-items: center;
  min-height: 4rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.link {
  border-bottom: 1px solid var(--color--shade-3);
  transition: border-color .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.link:hover {
  border-bottom-color: var(--color--shade-5);
}

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

.utility-page-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  margin-bottom: 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.admin-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 40rem;
  display: flex;
}

.admin-icon {
  aspect-ratio: 1;
  border: 1px dashed var(--color--shade-3);
  background-color: var(--color--shade-2);
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: inline-flex;
}

.layout {
  z-index: 3;
  background-color: var(--color--shade-1);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: sticky;
  top: -300vh;
}

.layout._2 {
  justify-content: center;
  align-items: center;
  height: auto;
  position: relative;
  top: auto;
}

.layout-side {
  z-index: 100;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: 25vw;
  height: auto;
  padding-top: 3em;
  padding-bottom: 1.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.layout-main {
  z-index: 1;
  background-color: #e3e2dc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  height: auto;
  display: block;
  position: relative;
}

.layout-main.new {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  aspect-ratio: auto;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start stretch;
  height: 100%;
  padding: 3em;
  display: grid;
  overflow: visible;
}

.scroll-container, .projects-list {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.scroll-section {
  background-color: var(--color--shade-3);
  color: var(--color--shade-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
}

.project-card {
  color: var(--color--shade-1);
  justify-content: center;
  align-items: center;
  width: 75vw;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-card-shadow {
  z-index: 2;
  pointer-events: none;
  background-color: #00000059;
  min-height: 100vh;
  display: none;
  position: absolute;
  inset: -100vh 0% auto;
}

.layout-main-border {
  z-index: 1;
  border: 1.5rem none var(--color--shade-1);
  pointer-events: none;
  background-color: #e3e2dc;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: -100vh;
  display: flex;
  position: sticky;
  inset: 0%;
}

.layout-side-title {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-flow: column;
  margin-left: 1em;
  display: flex;
}

.section-shadow {
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  background-color: #00000080;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.project-card-image {
  aspect-ratio: 3 / 2;
  background-color: var(--color--shade-6);
  flex: none;
  width: 30vw;
}

.project-card-image.project-card-image-top-left {
  z-index: 2;
  position: relative;
}

.project-card-image-row {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project-card-image-row.project-card-image-row-2 {
  top: 0%;
  bottom: 100%;
}

.project-card-image-grid {
  z-index: 2;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout-nav {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.layout-nav-menu-button-icon {
  cursor: pointer;
  width: 1.25rem;
  max-height: 1.25rem;
}

.layout-nav-menu-outer-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.layout-nav-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link {
  font-size: 1rem;
  line-height: 1.1em;
  transition: opacity .35s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  opacity: .55;
}

.modal {
  z-index: 99;
  background-color: #00000059;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.modal-about {
  display: none;
}

.modal-body {
  background-color: var(--color--shade-1);
  width: 100%;
  height: 75vh;
  padding: 1.5rem;
}

.modal-exit {
  cursor: pointer;
  width: 100%;
  height: 25vh;
}

.project-card-content-item {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 3rem auto auto 3rem;
  overflow: hidden;
}

.modal-body-image-wrapper {
  background-color: var(--color--shade-2);
  max-height: 100%;
  overflow: hidden;
}

.modal-body-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.display-body {
  line-height: 1.25em;
}

.modal-body-content-meta {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.modal-body-content-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

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

.modal-body-content-meta-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav-link-contact-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-link-contact-tooltip {
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 150% 0% 0%;
}

.nav-link-contact-tooltip-text {
  background-color: var(--color--shade-2);
  text-align: center;
  border-radius: .1rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .25em .7em;
  display: flex;
  position: relative;
}

.footer-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 40rem;
  display: flex;
}

.footer-title.footer-title-right-aligned {
  justify-content: center;
  align-items: flex-end;
}

.footer-title.footer-title-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.footer-list {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-list.footer-list-right-aligned {
  justify-content: flex-start;
  align-items: flex-end;
}

.footer-bottom {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.social-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link-icon-wrapper {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.social-link-icon-inner-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 1rem;
}

.social-link-icon {
  width: 1.5rem;
  max-height: 1.5rem;
  margin-top: -.2rem;
}

.arrow-link {
  justify-content: flex-start;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1em;
  display: flex;
}

.arrow-link:where(.w-variant-b4796ad3-8ec0-27e4-47a8-b9da7870e01e) {
  font-size: 1.5rem;
}

.arrow-link:where(.w-variant-6276c8d0-4996-e45d-86d2-c27be97af7ca) {
  font-size: 1.25rem;
}

.arrow-link-icon-outer-wrapper {
  overflow: hidden;
}

.arrow-link-icon-inner-wrapper {
  padding-left: .5rem;
}

.arrow-link-icon {
  width: 2rem;
  max-height: 2rem;
}

.arrow-link-icon:where(.w-variant-b4796ad3-8ec0-27e4-47a8-b9da7870e01e) {
  width: 1.5rem;
  max-height: 1.5rem;
}

.arrow-link-icon:where(.w-variant-6276c8d0-4996-e45d-86d2-c27be97af7ca) {
  width: 1.25rem;
  max-height: 1.25rem;
}

.project-title {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  max-width: 55ch;
  display: flex;
}

.project-title.project-title-right-aligned {
  justify-content: flex-start;
  align-items: flex-end;
}

.project-image {
  z-index: 2;
  background-color: var(--color--shade-6);
  object-fit: cover;
  position: relative;
}

.project-image.project-image-secondary {
  max-width: 50vw;
  height: auto;
}

.project-image-wrapper {
  background-color: var(--color--shade-6);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.project-body {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  max-width: 50rem;
  display: flex;
}

.project-card-background-image {
  vertical-align: baseline;
  object-fit: contain;
  width: 20em;
  height: auto;
  display: inline-block;
}

.project-card-background-image-wrapper {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--color--shade-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-hero-top {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.project-image-background {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.layout-main-transition-wrapper {
  z-index: 2;
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 50% 0%;
  overflow: hidden;
}

.layout-main-transition-wrapper.grid {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  grid-template-rows: auto;
  grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start stretch;
  height: auto;
  padding: 3em;
  display: grid;
  top: 0%;
  bottom: 0%;
  overflow: hidden;
}

.layout-main-transition {
  z-index: 2;
  background-color: var(--color--shade-1);
  width: 100%;
  height: 100%;
  display: none;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.section-hero-wrapper {
  display: flex;
  overflow: hidden;
}

.section-2 {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 2.5em;
  display: inline-flex;
}

.title {
  letter-spacing: -.01em;
  height: auto;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
}

.div-block-7 {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: inline-flex;
}

.cta-hover {
  color: #0f0f0f;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-flex;
}

.flicker-text {
  color: var(--color--shade-6);
  text-align: center;
  letter-spacing: 0;
  -webkit-text-stroke-color: var(--color--shade-6);
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13.5px;
  font-weight: 400;
  display: flex;
}

.flicker-text.white {
  color: var(--color--shade-1);
}

.flicker-text-2 {
  color: var(--color--shade-6);
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13.5px;
  font-weight: 400;
  display: flex;
}

.h1 {
  letter-spacing: -.01em;
  font-size: 2rem;
}

.h1.grey {
  color: var(--color--shade-4);
}

.image {
  width: 8em;
}

.div-block-8 {
  grid-column-gap: 1.4em;
  grid-row-gap: 1.4em;
  flex-flow: column;
  display: flex;
}

.onload {
  font-size: 13.5px;
}

.image-2 {
  width: 20em;
}

.div-block-9 {
  background-image: url('../images/IMG_3882.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 20em;
  height: 100%;
}

.div-block-9._1 {
  background-image: url('../images/IMG_3888.jpg');
}

.image-3 {
  width: 20em;
}

.div-block-10 {
  background-color: var(--color--shade-4);
  background-image: url('../images/IMG_3890.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
}

.div-block-11 {
  background-image: url('../images/IMG_3890.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 25em;
  height: 50%;
  display: flex;
}

.image-4 {
  width: 20em;
}

.image-4._2 {
  width: 12em;
}

.image-4._2._3 {
  width: 6em;
}

.text {
  font-size: 13.5px;
}

.body-2 {
  height: auto;
  overflow: visible;
}

.button-2 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_component {
  border-bottom: 0px solid var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_dropdown-list.w--open {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  border-radius: var(--\<unknown\|relume-variable-radius-small\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  padding: .5rem;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.hide.hideeee, .div-block-12.hideeeee {
  display: none;
}

@media screen and (max-width: 991px) {
  .section.section-admin-hero {
    min-height: 30vh;
    padding-bottom: 2.5rem;
  }

  .section.section-admin {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .section.section-hero {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .section.section-project-content {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .nav-menu {
    background-color: var(--color--shade-2);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 2rem;
  }

  .nav-menu-button {
    padding: 0;
  }

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

  .nav-menu-button-icon {
    width: 1.25rem;
    max-height: 1.25rem;
  }

  .display-xl {
    font-size: 1.75rem;
  }

  .display-xl.display-about {
    font-size: 1.75rem;
    line-height: 1.25em;
  }

  .display-m {
    font-size: 2.5rem;
  }

  .nav-admin-button {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
  }

  .grid {
    grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  }

  .grid.grid-footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid.grid-footer-bottom {
    grid-row-gap: 2.5rem;
  }

  .layout {
    flex-flow: column;
    top: -325vh;
  }

  .layout-side {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    background-color: var(--color--shade-1);
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    min-height: auto;
    padding-top: 2em;
    padding-bottom: 0;
    position: sticky;
    overflow: hidden;
  }

  .layout-main {
    z-index: -1000;
    width: 100%;
  }

  .scroll-container {
    width: 100%;
  }

  .project-card {
    width: 100%;
    padding: 1.5rem;
  }

  .project-card-shadow, .layout-main-border {
    display: none;
  }

  .layout-side-title {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .layout-side-title.hide {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    overflow: visible;
  }

  .project-card-image {
    width: 40vw;
  }

  .project-card-image-row, .project-card-image-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .modal-body {
    height: 85vh;
  }

  .modal-exit {
    height: 15vh;
  }

  .project-card-content-item {
    top: 1.5rem;
    left: 1.5rem;
  }

  .modal-body-content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: flex-start;
  }

  .nav-link-contact-tooltip, .nav-link-contact-tooltip-text {
    display: none;
  }

  .footer-title.footer-title-right-aligned, .footer-list.footer-list-right-aligned {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .arrow-link {
    font-size: 1.75rem;
  }

  .arrow-link:where(.w-variant-b4796ad3-8ec0-27e4-47a8-b9da7870e01e) {
    font-size: 1.5rem;
  }

  .arrow-link-icon {
    width: 1.75rem;
    max-height: 1.75rem;
  }

  .arrow-link-icon:where(.w-variant-b4796ad3-8ec0-27e4-47a8-b9da7870e01e) {
    width: 1.4rem;
    max-height: 1.4rem;
  }

  .project-title.project-title-right-aligned {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-image.project-image-secondary {
    max-width: 75vw;
  }

  .project-body {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .image {
    height: auto;
  }

  .div-block-8.hide, .div-block-8.hideeee {
    display: none;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu-button {
    color: var(--color--shade-6);
  }

  .navbar1_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-top {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    -webkit-text-stroke-width: 2px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon1_line-bottom {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_menu {
    border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar {
    background-color: #ddd0;
  }

  .text-block, .dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
    font-size: 13.5px;
  }

  .dropdown-list {
    background-color: #bb9e9e;
  }

  .dropdown-list.w--open {
    background-color: #fff;
    border-radius: 2px;
  }

  .text-block-2 {
    margin-right: 5px;
    font-size: 13.5px;
  }

  .dropdown-link-5 {
    z-index: 999999;
    background-color: #fff;
    padding-left: 50px;
    font-size: 13.5px;
  }

  .dropdown-link-5.w--current {
    color: var(--color--shade-6);
    padding-left: 50px;
  }

  .dropdown-list-2 {
    background-color: #fff;
    border-radius: 2px;
    margin-top: 90px;
    position: fixed;
    top: 100px;
  }

  .dropdown-list-2.w--open {
    z-index: 99;
    background-color: #fff;
    border-radius: 1em;
    inset: 0% 0% auto;
  }

  .hide {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hide.hideeee.www {
    display: block;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-12.hideeeee.mobile {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  .section.section-admin-hero {
    min-height: 25vh;
  }

  .section.section-sticky {
    height: 75vh;
  }

  .section.section-hero {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .nav-menu {
    padding: .5rem 1.5rem;
  }

  .display-xl, .display-xl.display-about {
    font-size: 1.5rem;
  }

  .display-m {
    font-size: 2rem;
  }

  .grid {
    grid-template-columns: minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr) minmax(.25rem, 1fr);
  }

  .grid.grid-project-hero {
    grid-row-gap: 1.5rem;
  }

  .project-card-image {
    width: 70vw;
  }

  .project-card-image-row {
    flex-flow: column;
  }

  .project-card-image-row.project-card-image-row-2 {
    display: none;
  }

  .arrow-link {
    font-size: 1.5rem;
  }

  .arrow-link:where(.w-variant-6276c8d0-4996-e45d-86d2-c27be97af7ca) {
    font-size: 1.15rem;
  }

  .arrow-link-icon {
    width: 1.5rem;
    max-height: 1.5rem;
  }

  .arrow-link-icon:where(.w-variant-6276c8d0-4996-e45d-86d2-c27be97af7ca) {
    width: 1.15rem;
    max-height: 1.15rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }
}

@media screen and (max-width: 479px) {
  .section.section-admin-hero {
    padding-bottom: 2rem;
  }

  .section.section-admin {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section.section-sticky {
    height: 50vh;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav.nav-secondary {
    min-height: 3.5rem;
  }

  .layout-nav-brand-logo {
    width: 4rem;
  }

  .display-xl {
    font-size: 1.5rem;
  }

  .display-l {
    font-size: 1.25rem;
  }

  .display-m {
    font-size: 1.5rem;
  }

  .body-l {
    font-size: 1rem;
  }

  .grid.grid-footer {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid.grid-footer-bottom {
    grid-row-gap: 1.5rem;
  }

  .form-text-field {
    height: 3rem;
  }

  .form-row.form-row-horizontal {
    flex-flow: column;
  }

  .button {
    width: 100%;
    min-height: 3rem;
  }

  .footer.footer-secondary {
    min-height: 3.5rem;
  }

  .layout-main.new {
    display: flex;
  }

  .project-card-image, .project-card-image-row, .project-card-image-grid {
    width: 100%;
  }

  .layout-nav-menu {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
  }

  .modal-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-title.footer-title-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .social-link-icon {
    width: 1.35rem;
    max-height: 1.35rem;
    margin-top: -.1rem;
  }

  .arrow-link:where(.w-variant-b4796ad3-8ec0-27e4-47a8-b9da7870e01e) {
    font-size: 1.25rem;
  }

  .arrow-link-icon:where(.w-variant-b4796ad3-8ec0-27e4-47a8-b9da7870e01e) {
    width: 1.25rem;
    max-height: 1.25rem;
  }

  .layout-main-transition-wrapper {
    height: 90vh;
  }

  .image {
    width: 6em;
  }
}

#w-node-_5dbde713-1762-de34-e9b2-81e4ca5b5a05-0dbeff6a {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_9c4a157c-db90-325e-de13-4438c1f42ce0-0dbeff6a {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_9e34372b-dfcf-ef15-bd8d-07dcaa3a7a55-aa3a7a51, #w-node-_9e34372b-dfcf-ef15-bd8d-07dcaa3a7a68-aa3a7a51 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f6af7ea2-92bb-0852-36ef-e76e1a22dd14-1a22dd06 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5dbde713-1762-de34-e9b2-81e4ca5b5a05-0dbeff6e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_9c4a157c-db90-325e-de13-4438c1f42ce0-0dbeff6e {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_5dbde713-1762-de34-e9b2-81e4ca5b5a05-0dbeff6f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_9c4a157c-db90-325e-de13-4438c1f42ce0-0dbeff6f {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_5dbde713-1762-de34-e9b2-81e4ca5b5a05-0dbeff70 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_9c4a157c-db90-325e-de13-4438c1f42ce0-0dbeff70 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_5dbde713-1762-de34-e9b2-81e4ca5b5a05-0dbeff71 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-_9c4a157c-db90-325e-de13-4438c1f42ce0-0dbeff71 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

@media screen and (max-width: 991px) {
  #w-node-_9e34372b-dfcf-ef15-bd8d-07dcaa3a7a55-aa3a7a51, #w-node-_9e34372b-dfcf-ef15-bd8d-07dcaa3a7a68-aa3a7a51 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-f6af7ea2-92bb-0852-36ef-e76e1a22dd14-1a22dd06 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f6af7ea2-92bb-0852-36ef-e76e1a22dd14-1a22dd06 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9e34372b-dfcf-ef15-bd8d-07dcaa3a7a55-aa3a7a51 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}


@font-face {
  font-family: 'Bdo Grotesk';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}