@font-face {
  font-family: Alexandria;
  src: url('../fonts/Alexandria-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alexandria;
  src: url('../fonts/Alexandria-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alexandria;
  src: url('../fonts/Alexandria-Bold.ttf') format("truetype"), url('../fonts/Alexandria-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alexandria;
  src: url('../fonts/Alexandria-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alexandria;
  src: url('../fonts/Alexandria-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alexandria;
  src: url('../fonts/Alexandria-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alexandria;
  src: url('../fonts/Alexandria-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Alexandria;
  src: url('../fonts/Alexandria-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --background-black: #0d0b02;
  --white: white;
  --text--off-white: #e7e7e7;
  --theme--primary-color: #ccb8a0;
  --text--white-subdued: #c5c5c5;
  --light-grey: #9e9e9e;
  --text--pure-black: #000;
  --theme--primary-faded: #e2c37640;
  --grey-line: #525252;
  --faded-black: #242424;
  --card--card-black: #171612;
  --theme--primary-color2\<deleted\|variable-5d1f325e-fa33-fc24-2c58-cfb2e8dec28b\>: #e9a87c;
  --text--grey-darker: #888;
  --sand: var(--faded-black);
  --text--grey: #aaa;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  background-color: var(--background-black);
  color: var(--white);
  font-family: Afacad Flux;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--text--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--theme--primary-color);
  text-decoration: none;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.display-heading-1 {
  z-index: 6;
  color: var(--theme--primary-color);
  margin-bottom: 1.5rem;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.15em;
  position: relative;
}

.hero-heading {
  z-index: 2;
  color: #ccb8a0;
  letter-spacing: -2px;
  -webkit-text-stroke-color: #ccb8a0;
  text-transform: none;
  will-change: transform;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  max-width: 100%;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 55px;
}

.heading-h1 {
  color: var(--theme--primary-color);
  margin-bottom: 2rem;
  font-size: calc(3vw + 1.75rem);
  font-weight: 400;
  line-height: 1.1em;
}

.heading-h2 {
  color: #5e5e5e;
  margin-bottom: 1.5rem;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: calc(1.6vw + 1.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.25em;
}

.heading-h3 {
  z-index: 10;
  perspective: 2000px;
  color: var(--theme--primary-color);
  letter-spacing: .01em;
  margin-bottom: 1rem;
  font-size: calc(1.5vw + 1.75rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.15em;
  position: relative;
  transform: perspective(2000px);
}

.heading-h4 {
  color: var(--theme--primary-color);
  margin-bottom: 1rem;
  font-size: calc(1vw + 1rem);
  font-weight: 600;
  line-height: 1.3em;
}

.heading-h6 {
  color: var(--white);
  font-size: 1rem;
  line-height: 120%;
}

.heading-h5 {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-32 {
  color: var(--theme--primary-color);
  font-size: calc(.75vw + 1.5rem);
  line-height: 1.25em;
}

.paragraph-24 {
  color: var(--white);
  font-size: calc(1vw + 1rem);
  line-height: 1.2em;
}

.paragraph-20 {
  color: var(--theme--primary-color);
  font-size: calc(.75vw + 1rem);
  line-height: 1.3em;
}

.paragraph-18 {
  color: var(--text--white-subdued);
  font-family: Barlow;
  font-size: calc(.35vw + 1rem);
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-16 {
  color: #fff;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-16.margin-bottom-24 {
  color: #505050;
}

.paragraph-14 {
  color: var(--text--off-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: calc(.6vw + .65rem);
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-12 {
  color: var(--text--white-subdued);
  font-size: calc(.75vw + .45rem);
  line-height: 1.4em;
}

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

.nav-bar {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #333;
  background-color: #ffffff57;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100px;
  min-height: calc(1vw + 4rem);
  font-family: Alexandria, Verdana, sans-serif;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.page-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.field-label {
  color: var(--text--off-white);
  margin-bottom: .5rem;
  font-weight: 400;
}

.project-2-container {
  perspective: 3500px;
  justify-content: center;
  align-items: center;
  width: 88%;
  min-width: 920px;
  max-width: 1500px;
  height: 52vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.secondary-button {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4rem;
  padding: 1rem 1.5rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.4em;
  transition: box-shadow .2s, transform .2s;
}

.secondary-button:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 12px #00000029;
}

.secondary-button.primary-button-grey {
  background-color: var(--light-grey);
  color: var(--text--pure-black);
}

.showcase-image-link-container {
  position: relative;
}

.project-hero-title-line {
  background-color: var(--theme--primary-color);
  width: 24px;
  height: 2px;
  margin-bottom: 1rem;
  margin-right: 10px;
  font-size: 1.1em;
}

.project-long-image-container {
  width: 100%;
  padding: 6rem 4rem;
  display: block;
  position: relative;
}

.project-long-image-container.max-width {
  display: flex;
}

.awards-links-container {
  opacity: .73;
  color: var(--theme--primary-color);
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-container:hover {
  opacity: 1;
}

.generic-wrapper {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.project-hero-details-text {
  color: var(--text--white-subdued);
  text-shadow: 1px 1px 9px #0000001a;
  font-size: 1em;
  font-weight: 400;
}

.research-icon-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-hero-text-name {
  color: var(--theme--primary-color);
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
}

.project-hero-details-wrapper {
  width: 25%;
}

.project-hero-title-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-hero-title-container.margin-bottom-32 {
  justify-content: flex-start;
  align-items: center;
}

.project-hero-details-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: flex;
}

.project-hero-section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-image {
  box-shadow: 0 0 64px 0 var(--theme--primary-faded);
  width: 100%;
}

.project-long-image-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.project-hero-details-title {
  color: var(--text--off-white);
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-right: 28px;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.project-footer {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 108px 2rem;
  display: flex;
}

.project-footer-link {
  color: var(--grey-line);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.3em;
  text-decoration: none;
  transition: color .2s;
}

.project-footer-link:hover {
  color: var(--theme--primary-color);
}

.project-footer-link.w--current {
  color: var(--theme--primary-color);
  font-weight: 500;
}

.project-image-screenshot {
  width: 100%;
  box-shadow: 0 18px 42px #0000001a;
}

.project-image-screenshot.project_image-screenshot--spacer {
  margin-bottom: 3vw;
}

.project-long-image-text-container {
  width: 100%;
}

.containersmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
}

.containersmall.navigation-container {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.containersmall.intro-container {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 68%;
  max-width: 70rem;
  padding-right: 0;
}

.containersmall.global-container-medium {
  display: flex;
}

.containersmall.global-container-medium.global-container-hero {
  z-index: 2;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 7.5rem;
  padding-bottom: 20vh;
  position: relative;
}

.containersmall.container-footer {
  flex-flow: wrap;
  justify-content: space-between;
}

.containersmall.container-hero {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.containersmall.narrow {
  width: 60%;
  min-width: 50px;
}

.project-1-image-container {
  z-index: 2;
  perspective: 3500px;
  perspective-origin: 10%;
  transform-origin: 0%;
  border-radius: 2px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  transform: perspective(3500px);
}

.project-1-button {
  z-index: 4;
  color: var(--theme--primary-color);
  letter-spacing: 5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 25% 20% auto;
}

.body {
  background-color: var(--white);
  margin-bottom: 0;
}

.quote-slide {
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.skill-card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.scrolling-logo-container {
  grid-column-gap: 5vw;
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.scrolling-logo-wrapper {
  opacity: .73;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 8vw;
  max-height: 2.6vw;
  display: flex;
  position: static;
}

.scrolling-logo-image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.nav-links-conatiner {
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-logo-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: auto;
}

.nav-logo {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.nav-logo.w--current {
  width: 270px;
}

.nav-link {
  color: #3b3b3b;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  justify-content: space-between;
  align-self: baseline;
  align-items: stretch;
  height: 100%;
  margin-left: 25px;
  margin-right: 30px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.nav-link.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-link.nav_link--contact {
  border: 0px none var(--theme--primary-color);
  color: #ceb89e;
  text-align: right;
  text-transform: none;
  background-color: #d3d3d300;
  border-radius: .9rem;
  align-self: auto;
  width: 100%;
  height: 100%;
  padding: 4px 0;
  font-size: 14px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.nav-link.nav_link--contact:hover {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
}

.nav-sub-container {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 1.5px;
  border-color: black black var(--light-grey);
  color: var(--theme--primary-color);
  background-color: #fff0;
  max-width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  transition: border .3s;
  display: block;
}

.text-field:hover, .text-field:active {
  border-bottom-color: var(--theme--primary-color);
}

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

.text-field.text-field-light {
  background-color: var(--faded-black);
  color: #0a0a0a;
  border-color: #c0c0c066;
  border-radius: 2px;
}

.text-field.text-field-light::placeholder {
  color: #0a0a0a99;
}

.form-input-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.form-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-grid {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 8fr 11fr;
  width: 100%;
  max-width: 104rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-me-section {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.conatct-card {
  border: 1px solid var(--faded-black);
  background-color: var(--card--card-black);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 3vw;
  display: flex;
  position: relative;
}

.point-title {
  color: var(--theme--primary-color);
  margin-bottom: 1vw;
  font-size: calc(.7vw + .85rem);
  font-weight: 600;
  line-height: 1.3em;
}

.grid-case-study-2x1 {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr;
  grid-auto-columns: 1fr;
  place-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.grid-2x2 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.project-section {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.project-section.project-section-grey {
  background-color: #00000008;
  width: 100%;
}

.project-section.top-image-section {
  z-index: 1;
  margin-top: -20vh;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.grid-case-study-2x1-reverse {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  grid-template-rows: auto;
  grid-template-columns: 12fr 7fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-project {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.next-project-text {
  color: var(--text--white-subdued);
  width: 100%;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

.next-project-line {
  background-color: var(--grey-line);
  width: 1px;
  height: 80px;
  margin: 24px auto;
}

.next-project-line.line-inside {
  background-color: var(--theme--primary-color);
  height: 0%;
}

.next-project-title {
  color: var(--theme--primary-color);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.4em;
}

.footer {
  border-top: 1.5px solid var(--grey-line);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

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

.project-long-image-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  min-height: 80vh;
  padding-right: 6vw;
  display: flex;
  position: sticky;
  top: 10vh;
}

.project-long-image-wrapper {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.style-button {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.margin-bottom-4 {
  margin-bottom: .25rem;
}

.margin-bottom-32 {
  margin-bottom: 2rem;
}

.margin-bottom-80 {
  margin-bottom: 5rem;
}

.margin-bottom-8 {
  margin-bottom: .5rem;
}

.styles-contents {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rich-text-block {
  color: var(--text--off-white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
}

.rich-text-block h1, .rich-text-block h2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-block h6, .rich-text-block h5 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-block h4 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.rich-text-block h3 {
  color: var(--theme--primary-color);
  margin-top: 40px;
  margin-bottom: 16px;
}

.rich-text-block p {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1.6em;
}

.rich-text-block blockquote {
  margin-top: 16px;
  margin-bottom: 16px;
}

.rich-text-block img {
  width: 140%;
  display: inline-block;
  position: relative;
}

.rich-text-block a {
  color: var(--theme--primary-color2\<deleted\|variable-5d1f325e-fa33-fc24-2c58-cfb2e8dec28b\>);
  text-decoration: underline;
  transition: opacity .3s;
}

.rich-text-block a:hover {
  opacity: .81;
}

.styles-sticky-wrap {
  position: sticky;
  top: 6.5rem;
}

.margin-bottom-48 {
  margin-bottom: 3rem;
}

.margin-bottom-64 {
  margin-bottom: 4rem;
}

.style-margins-container {
  background-color: #f3f3f3;
}

.grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid #d3d3d3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
}

.margin-bottom-96 {
  margin-bottom: 6rem;
}

.styles-line {
  background-color: #d3d3d3;
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  transition: all .3s;
  display: block;
  position: relative;
}

.section:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.section.section-hero {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 3.5rem;
  display: flex;
  overflow: hidden;
}

.section.intro {
  flex-flow: row;
  min-height: 80%;
  margin-top: 79px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.quotes {
  overflow: hidden;
}

.section.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.primary-button {
  border: 1.5px solid var(--light-grey);
  color: var(--theme--primary-color);
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 6rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4em;
  transition: color .4s, border .4s, background-color .4s;
  display: flex;
}

.primary-button:hover {
  background-color: var(--white);
  color: var(--text--pure-black);
}

.primary-button:active {
  border-color: #d4d3d1;
}

.primary-button:focus {
  border-color: #a1a09c;
}

.margin-bottom-24 {
  margin-bottom: 1.5rem;
}

.styles-text-wrap {
  flex-flow: column;
  height: 100%;
  display: flex;
  position: relative;
}

.metrics-value {
  color: var(--theme--primary-color);
  text-align: center;
  word-break: break-all;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2em;
}

.label-heading {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
  letter-spacing: .04em;
  text-transform: uppercase;
  width: 180px;
  margin-bottom: .5rem;
  padding: 1px 6px;
  font-family: Barlow;
  font-size: calc(.5vw + .75rem);
  font-weight: 500;
  line-height: 1.2em;
}

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

.metrics-heading {
  color: var(--theme--primary-color);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3em;
}

.margin-bottom-16 {
  margin-bottom: 1rem;
}

.margin-bottom-72 {
  margin-bottom: 4.5rem;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

.contact-links {
  color: var(--theme--primary-color);
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
}

.contact-links:hover {
  opacity: .8;
  text-decoration: underline;
}

.contact-list {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  border: 1px solid var(--grey-line);
  color: #fff;
  background-color: #ffffff0d;
  border-radius: .5rem;
  width: 100%;
  height: 100%;
  min-height: 30vh;
  padding: 3vw;
  font-weight: 400;
  position: relative;
}

.contact-list-icon {
  color: var(--theme--primary-color);
  width: 1.5rem;
  height: 1.5rem;
}

.error-message {
  background-color: #2b2b2b;
  border: 1px solid #ca4949;
  border-radius: .5rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.contact-list-icon-wrapper {
  color: #162b4c;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact-list-item {
  align-items: center;
  display: flex;
}

._404-image {
  filter: invert();
  width: 25%;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.navha-hamburger-button {
  z-index: 201;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 3.375rem;
  height: 3.375rem;
  display: none;
  position: relative;
}

.project-description-text {
  color: var(--text--white-subdued);
  flex: none;
  font-size: 17px;
}

.project-hero-small {
  background-color: var(--theme--primary-faded);
  background-image: url('../images/Noise_1Noise.webp');
  background-position: 0 0;
  background-size: 256px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  padding-top: 28rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-dot {
  background-color: var(--text--white-subdued);
  border-radius: 8px;
  flex: none;
  width: 4px;
  height: 4px;
}

.roles-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.project-hero-small-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.screen-shot-container {
  background-color: #0000000f;
  width: 100%;
  padding: 4vw;
}

.project-screen-shot {
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 12px 32px #0000001a;
}

.contact-divider-line {
  background-color: var(--light-grey);
  width: 100%;
  height: 1.5px;
}

.hero-contact-link {
  color: #ccb8a0;
  word-break: break-all;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  transition: color .3s;
}

.hero-contact-link:hover {
  color: var(--text--off-white);
}

.grid---ratio-1x2 {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  place-items: start;
  width: 100%;
  height: 100%;
}

.title-wrapper-sticky {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 36rem;
  display: flex;
  position: sticky;
  top: 6.5rem;
}

.press-logos-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 100%;
}

.press-logo-container {
  aspect-ratio: 3 / 2;
  background-color: var(--card--card-black);
  width: 100%;
  padding: 2.25vw;
}

.press-logo-image {
  opacity: .85;
  filter: invert();
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.hero-description {
  color: #fff;
  text-align: right;
  font-family: Barlow;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3em;
}

.hero-text-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.hero-top-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.hero-description-wrapper {
  width: 50%;
  max-width: 30rem;
  height: 100%;
}

.hero-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.hero-background {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: relative;
}

.hero-background.background-mobile {
  display: none;
}

.project__container {
  perspective: 3500px;
  align-items: center;
  width: 76%;
  min-width: 920px;
  max-width: 1500px;
  height: 42vw;
  min-height: 500px;
  display: flex;
  position: relative;
}

.templates_wrapper {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  border: 1px solid #0000;
  border-radius: .5vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: box-shadow .5s;
  display: flex;
  overflow: hidden;
}

.templates_wrapper:hover {
  border-color: #78787880;
  box-shadow: 0 1vw 3vw #fff6;
}

.contact-text-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.contact-heading {
  color: var(--theme--primary-color);
  text-align: center;
  letter-spacing: .02em;
  font-size: 16vw;
  font-style: italic;
  line-height: 1em;
}

.nav-link-2 {
  opacity: .74;
  color: #fff;
  cursor: pointer;
  border-bottom-width: 2px;
  border-bottom-color: #0000;
  align-items: center;
  height: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-link-2:hover {
  opacity: 1;
}

.nav-link-2.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-2.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-links-wrapper {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 4.4rem;
  display: flex;
}

.line {
  background-color: var(--light-grey);
  transform-origin: 0%;
  width: 100%;
  height: 1.5px;
}

.about-text-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  padding-right: 2vw;
  display: flex;
}

.contact-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav_link-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.hero-background-fade-overlay {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0 59%, var(--background-black));
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.project-grid {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 24vw;
  display: grid;
}

.project-image-wrapper {
  perspective: 3500px;
  border-radius: .5vw;
  width: 100%;
  position: relative;
  overflow: hidden;
  transform: perspective(3500px);
}

.project-heading {
  color: var(--white);
  margin-bottom: .5rem;
  font-family: Barlow;
  font-size: calc(1vw + 1rem);
  font-weight: 400;
  line-height: 1.2em;
}

.project-text-wrapper {
  margin-top: 1.25vw;
}

.project-background-image {
  aspect-ratio: 3.25 / 4;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  position: relative;
}

.project-link-wrapper {
  width: 100%;
  margin-top: 93px;
  position: relative;
}

.project-link-wrapper.project-even {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  bottom: -50%;
}

.card {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card.services {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  background-color: #6f6f6f;
  background-image: linear-gradient(#00000080, #00000080), url('../images/image_01_gotomarket.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: space-between;
  align-items: flex-start;
  height: 520px;
  padding: 2vw;
}

.label-2 {
  color: var(--theme--primary-color);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: calc(.5vw + .5rem);
  font-weight: 500;
  line-height: 1.2em;
}

.skills-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
  transform: perspective(1000px);
}

.skill-title {
  color: #ccb8a0;
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.3em;
}

.awards-title {
  color: #ceb89e;
  letter-spacing: 0;
  -webkit-text-stroke-color: #ccb8a0;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 400;
}

.awards-subheading {
  color: #242424;
  letter-spacing: 1px;
  margin-top: 8px;
  padding-right: 0;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4em;
}

.awards-logo-wrapper {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 8rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.line-2 {
  opacity: .73;
  background-color: #63636380;
  width: 100%;
  height: 1px;
}

.awards-links-wrapper {
  opacity: .73;
  color: #fff;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #63636380;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: calc(.6vw + 1rem);
  font-weight: 500;
  line-height: 1.2em;
  transition-property: color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
}

.awards-links-wrapper:hover {
  opacity: 1;
}

.awards-logo {
  filter: invert();
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.awards-grid {
  width: 100%;
}

.quote-slider {
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.quote-mask {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.quote-arrow {
  border: 1px solid var(--theme--primary-color);
  color: var(--theme--primary-color);
  width: 48px;
  height: 48px;
  margin-bottom: -64px;
  font-size: 1.4em;
  inset: auto 0% 0% auto;
}

.quote-arrow.gallery-arrow-left {
  margin-right: 72px;
}

.slide-nav {
  align-items: center;
  height: 48px;
  margin-bottom: -64px;
  font-size: 12px;
  display: flex;
}

.quote {
  align-items: center;
  display: flex;
}

.quote-name {
  color: #fff;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 500;
}

.quote-card {
  background-color: var(--card--card-black);
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6vw;
  display: flex;
}

.quote-heading {
  color: #fff;
  margin-bottom: 24px;
  font-size: calc(1vw + 1rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.quote-title {
  opacity: .73;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.quote-text-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.quote-profile-image-wrapper {
  border-radius: 60px;
  flex: none;
  width: 72px;
  height: 72px;
  margin-right: 16px;
  overflow: hidden;
}

.quote-profile-image {
  aspect-ratio: 1;
}

.contact-subheading-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 6vh;
  display: flex;
}

.contact-link {
  color: var(--theme--primary-color);
  text-align: right;
  word-break: break-all;
  font-size: 7vw;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: underline;
  transition: color .3s;
}

.contact-link:hover {
  color: var(--white);
}

.hero-contact-info-wrapper {
  justify-content: space-between;
  width: 80%;
  margin-top: auto;
  display: flex;
  position: absolute;
  bottom: 220px;
}

.hero-heading-wrapper {
  width: 60vw;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 23px;
  position: absolute;
  top: 10%;
  left: 57px;
}

.values-italics {
  font-style: italic;
  font-weight: 600;
}

.values-list-container {
  width: 100%;
}

.values-heading {
  color: var(--theme--primary-color);
  letter-spacing: .01em;
  font-size: 2rem;
  line-height: 1.3em;
}

.values-text-container {
  max-width: 22rem;
  margin-left: auto;
}

.values-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: .0625rem solid #333;
  align-items: center;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  display: flex;
}

.values-image {
  flex: none;
  width: 20px;
}

.values-line {
  background-color: #465567;
  width: 100%;
  height: 1px;
}

.label {
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin: 10px 45px -2.8rem -20%;
  display: flex;
  position: relative;
}

.intro-text-white {
  color: #f5f5f5;
  text-align: left;
  letter-spacing: -5px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 3em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3em;
}

.italic-text {
  color: var(--theme--primary-color);
  text-shadow: 0 3px 20px var(--theme--primary-color);
  font-style: italic;
  font-weight: 400;
}

.footer-span-link {
  color: #fff;
  transition: color .2s;
}

.footer-span-link:hover {
  color: #797979;
}

.footer-link {
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #fff;
}

.footer-link:active {
  color: #0e2244;
}

.footer-text {
  color: #b6b6b6;
  font-size: 1rem;
  line-height: 1.5rem;
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.footer-alt {
  border-top: 1px solid #85858533;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.scrolling-logo-outer-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading {
  font-size: 2rem;
}

.heading-2 {
  color: #fff;
  text-align: justify;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.div-block {
  border-right: 1px solid #cacad1;
  padding: 20px 76px 20px 40px;
}

.border-last-child {
  border-right: 1px #b90d1d;
  padding: 20px 76px 20px 40px;
}

.border-first-child {
  border-right: 1px solid #cacad1;
  padding: 20px 76px 20px 0;
  font-family: Alexandria, Verdana, sans-serif;
}

.heading-h2-center {
  color: var(--white);
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: calc(2vw + 2rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.section-vision {
  background-image: linear-gradient(295deg, #000000d9 20%, #1d1d1de6), url('../images/Banner_Emotion_Products.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1200px;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.section-vision.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-vision.intro {
  min-height: 80svh;
  display: flex;
}

.section-vision.quotes {
  overflow: hidden;
}

.section-vision.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-vision.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.subheadering {
  color: #ceb89e;
  -webkit-text-stroke-color: #ccb8a0;
  margin-bottom: 10px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}

.heading-h2-subheading {
  color: var(--theme--primary-color);
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1em;
}

.paragraph-33 {
  text-align: center;
  width: 800px;
}

.text-block {
  color: #fff;
  text-align: center;
  width: 1000px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.columns {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.heading-3 {
  color: #ceb89e;
  text-align: left;
  -webkit-text-stroke-color: #ccb8a0;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1em;
}

.col_markets {
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  width: 90%;
  margin-top: 71px;
  display: flex;
}

.heading-4 {
  color: #ceb89e;
  text-align: center;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.heading-5 {
  color: #ceb89e;
  text-align: center;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.text-span {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 0;
}

.text-span-2 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1em;
}

.text-span-3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: .75em;
}

.div-block-2, .div-block-3, .div-block-4 {
  width: 300px;
}

.section-2 {
  background-color: #1f1f1f;
  border: 0 #b90d1d;
  border-radius: 20px;
  height: 450px;
  margin-top: 70px;
}

.image {
  width: 350px;
}

.columns-2 {
  align-self: stretch;
}

.column {
  padding-left: 0;
}

.heading-6 {
  color: #ceb89e;
  text-transform: uppercase;
  margin-top: 10px;
  padding-left: 0;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.adresse {
  color: #fff;
  margin-top: 5px;
  padding-left: 0;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: .9rem;
  font-weight: 200;
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.div-block-5 {
  display: flex;
}

.div-block-6 {
  width: 1px;
  margin-left: 15px;
  margin-right: 15px;
}

.heading-8 {
  color: var(--faded-black);
  letter-spacing: -3px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 48px;
}

.text-span-4 {
  color: #ceb89e;
}

.paragraph-34 {
  color: var(--faded-black);
  margin-top: 30px;
  padding-right: 15%;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.section-projects {
  background-color: #131313;
  border-radius: 50px;
  min-height: 1500px;
  margin-top: 80px;
  padding-bottom: 80px;
  box-shadow: 0 -9px 15px #00000059;
}

.containerlarge {
  max-width: 94%;
}

.div-block-7 {
  color: #ccb8a0;
  text-align: center;
  border: 1px solid #ceb89e;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin-right: 20px;
  padding: 15px 25px;
  display: flex;
}

.columns-3 {
  margin-top: 31px;
}

.heading-9 {
  color: #ccb8a0;
  -webkit-text-stroke-color: #ccb8a0;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.paragraph-35 {
  color: #ccb8a0;
  text-align: center;
  width: 90%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.column-2 {
  display: flex;
}

.containermedium {
  flex-flow: column;
  max-width: 1440px;
  margin-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-8 {
  padding: 40px;
  position: relative;
}

.image-2 {
  border-radius: 60px;
  width: 100%;
}

.div-block-9 {
  -webkit-backdrop-filter: brightness(200%) blur(20px);
  backdrop-filter: brightness(200%) blur(20px);
  background-color: #6d6d6d52;
  border-radius: 20px;
  width: 280px;
  height: 150px;
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  inset: auto 35px 589px auto;
}

.heading-11 {
  color: #fff;
  text-align: left;
  padding-left: 0;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.image-3 {
  border-radius: 30px;
  width: 100%;
}

.heading-12 {
  color: #fff;
  margin-top: 26px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Alexandria, Verdana, sans-serif;
  display: flex;
  position: absolute;
  top: 87px;
  right: 95px;
}

.div-block-11 {
  border: 1px solid #ceb89e;
  border-radius: 50px;
  width: 150px;
  margin-top: 25px;
  padding: 10px;
  font-family: Alexandria, Verdana, sans-serif;
  display: none;
}

.heading-13 {
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
}

.heading-14 {
  color: #ceb89e;
  margin-top: 15px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.column-3 {
  padding-left: 50px;
  padding-right: 50px;
}

.columns-4 {
  justify-content: center;
  align-items: center;
  margin-top: 51px;
  display: flex;
}

.image-4 {
  border-radius: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading-15 {
  color: #ccb8a0;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 300;
}

.paragraph-36 {
  color: #fff;
  margin-top: 10px;
  padding-right: 80px;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.text-span-5 {
  color: #ccb8a0;
}

.heading-16 {
  color: #fff;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.section-portfolio {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: none;
  position: relative;
}

.section-portfolio.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-portfolio.intro {
  flex-flow: row;
  min-height: 80svh;
  display: flex;
}

.section-portfolio.quotes {
  overflow: hidden;
}

.section-portfolio.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-portfolio.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.card-light {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-light.services {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  background-color: #cacad1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/image_02_collab.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 40px;
  justify-content: space-between;
  align-items: flex-start;
  height: 520px;
  padding: 2vw;
}

.skill-title-dark {
  color: #fff;
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-16-light {
  color: #fff;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
}

.card-copy {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-copy.services {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  background-color: #6f6f6f;
  border-radius: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw;
}

.fewafewagfewagewag {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fewafewagfewagewag.services {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  background-color: #6f6f6f;
  border-radius: 40px;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2vw;
}

.fewafewagfewagewag.services.card-light {
  background-color: #cacad1;
}

.skill-title-copy {
  color: #fff;
  text-transform: none;
  margin-bottom: -1.9rem;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.3em;
}

.paragraph-16-copy {
  color: var(--text--white-subdued);
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5em;
}

.bold-text {
  font-weight: 400;
}

.div-block-12 {
  background-color: #ceb89e;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  height: 80px;
  display: flex;
}

.div-block-13 {
  color: #cacad1;
  border: 1px solid #cacad1;
  border-radius: 30px;
  padding: 45px 30px 30px 45px;
}

.heading-17 {
  color: var(--faded-black);
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 6rem;
  font-weight: 400;
}

.paragraph-37 {
  color: var(--faded-black);
}

.paragraph-38 {
  color: #3c3c3c;
  padding-right: 290px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.text-span-6 {
  color: #fff;
  -webkit-text-stroke-color: #cacad1;
  font-size: 50px;
  font-weight: 500;
  line-height: 24px;
}

.div-block-14 {
  background-color: #000000a8;
  border-radius: 14px;
  width: 180px;
  height: 70px;
  margin-top: 5px;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
}

.div-block-15 {
  background-color: #b9b9b9;
  border-radius: 12px;
  width: 80px;
  height: 60px;
  position: absolute;
}

.paragraph-39 {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph-40 {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  padding-right: 6px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.paragraph-41 {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3em;
}

.text-span-7, .text-span-8 {
  color: #ccb8a0;
  font-weight: 400;
}

.image-5 {
  width: 300px;
  margin-top: 100px;
}

.faq-wrapper {
  border: 1px #cacad1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.heading-18 {
  color: #cacad100;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0000, #cacad14d 50%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-left: -39px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 25.6rem;
  font-weight: 500;
}

.heading-19 {
  color: #fff;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
}

.text-span-9 {
  color: #ccb8a0;
  -webkit-text-stroke-color: #ccb8a0;
}

.faq-item {
  cursor: pointer;
  background-color: #f0f0f0;
  border-radius: 20px;
  margin-bottom: 30px;
}

.faq-question {
  justify-content: space-between;
  padding: 20px 20px 20px 30px;
  display: flex;
}

.faq-answer {
  padding: 20px 20px 20px 30px;
}

.heading-20 {
  color: var(--faded-black);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 100%;
}

.lottie-animation {
  width: 30px;
}

.text-block-2 {
  color: var(--faded-black);
  font-family: Alexandria, Verdana, sans-serif;
}

.text-span-10 {
  font-weight: 400;
}

.heading-21 {
  color: #fff;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.div-block-16 {
  justify-content: space-between;
  padding-right: 0;
  display: flex;
}

.image-6 {
  width: 50px;
  margin-top: 4px;
  margin-left: 10px;
  position: relative;
  left: 4px;
}

.section_text {
  margin-bottom: -102px;
  overflow: hidden;
}

.link {
  color: var(--white);
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.column-4 {
  flex-flow: column;
  display: flex;
}

.image-7 {
  width: 40px;
  margin-top: 5px;
}

.image-8 {
  width: 40px;
  margin-top: 5px;
  margin-left: 10px;
}

.section-dark {
  background-color: #464646;
  background-image: linear-gradient(#878787, #fff);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: block;
  position: relative;
}

.section-dark.section-hero {
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
  overflow: hidden;
}

.section-dark.intro {
  flex-flow: row;
  min-height: 80svh;
  display: flex;
}

.section-dark.quotes {
  overflow: hidden;
}

.section-dark.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section-dark.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.columns-5 {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-22 {
  color: var(--faded-black);
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 400;
}

.paragraph-42 {
  color: var(--faded-black);
  text-align: justify;
  margin-top: 15px;
  padding-right: 0;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.image-9 {
  border-radius: 17px;
  width: 100%;
}

.column-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.fgrewasg {
  color: #444;
  margin-bottom: 1.5rem;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: calc(1.6vw + 1.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.button {
  text-align: center;
  background-color: #ccb8a0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 50px;
  margin-top: 12px;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 200;
  display: flex;
}

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

.heading-h2-copy {
  color: #424242;
  margin-bottom: 1.5rem;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: calc(1.6vw + 1.8rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-43 {
  color: var(--faded-black);
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.nav-link-copy {
  color: #0d0b02;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  height: 100%;
  margin-right: 46px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-copy:hover {
  color: var(--theme--primary-color);
}

.nav-link-copy.w--current {
  border-bottom-color: #ffffff80;
}

.nav-link-copy.nav-item-dropdown {
  padding-left: 0;
  padding-right: 20px;
}

.nav-link-copy.nav_link--contact {
  border: 0px none var(--theme--primary-color);
  color: #ccb8a0;
  text-align: right;
  text-transform: none;
  background-color: #d3d3d300;
  border-radius: .9rem;
  align-self: auto;
  width: 97%;
  height: 100%;
  margin-right: -20px;
  padding: 4px 8px 4px 86px;
  font-size: 14px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.nav-link-copy.nav_link--contact:hover {
  background-color: var(--theme--primary-color);
  color: var(--background-black);
}

.section_contact {
  background-color: #ccb8a0;
  border-radius: 20px;
  margin-top: 75px;
  margin-bottom: -96px;
  padding-top: 65px;
  padding-left: 25px;
  padding-right: 25px;
}

.heading-23 {
  color: #3f3f3f;
  text-align: center;
  letter-spacing: -3px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 6rem;
  font-weight: 600;
}

.column-6 {
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-bottom: 129px;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 400;
  display: flex;
}

.heading-24 {
  color: #fff;
  font-family: Alexandria, Verdana, sans-serif;
}

.image-10 {
  width: 80px;
}

.image-10-copy {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-11-copy {
  border: 1px solid #ceb89e;
  border-radius: 50px;
  width: 150px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 10px;
  font-family: Alexandria, Verdana, sans-serif;
}

.card-3 {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-3.services {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  background-color: #6f6f6f;
  background-image: linear-gradient(#00000080, #00000080), url('../images/image_03_placement.webp');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: space-between;
  align-items: flex-start;
  height: 520px;
  padding: 2vw;
}

.card-light-2 {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-light-2.services {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  background-color: #cacad1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/image_04_logistics.webp');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  border-radius: 40px;
  justify-content: space-between;
  align-items: flex-start;
  height: 520px;
  padding: 2vw;
}

.card-5 {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  background-color: var(--card--card-black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card-5.services {
  grid-column-gap: 13vw;
  grid-row-gap: 13vw;
  background-color: #6f6f6f;
  background-image: linear-gradient(#00000080, #00000080), url('../images/image_05_law.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 40px;
  justify-content: space-between;
  align-items: flex-start;
  height: 520px;
  padding: 2vw;
}

.div-block-17 {
  width: 130%;
  margin-left: -183px;
}

.heading-25, .heading-26 {
  font-family: Alexandria, Verdana, sans-serif;
}

.heading-26-copy {
  font-family: Alexandria, Verdana, sans-serif;
  display: none;
}

.heading-14-copy {
  color: #ceb89e;
  margin-top: 15px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.slide {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.slider {
  background-color: #ddd0;
  border-radius: 20px;
  height: 800px;
  margin-top: 82px;
}

.image-11 {
  border-radius: 20px;
  width: 100%;
}

.contentwrapperslider {
  position: relative;
}

.description_project {
  -webkit-backdrop-filter: brightness(200%) blur(20px);
  backdrop-filter: brightness(200%) blur(20px);
  background-color: #6d6d6d8a;
  border-radius: 20px;
  width: 600px;
  height: 300px;
  padding: 30px;
  position: absolute;
  inset: auto auto 23px 25px;
}

.heading-27 {
  color: #fff;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

.paragraph-44 {
  color: #fff;
  margin-top: 12px;
  padding-right: 5px;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.div-block-18 {
  background-color: #ccb8a0;
  width: 200px;
  height: 2px;
  margin-top: 5px;
}

.image-12 {
  width: 300px;
  height: auto;
  position: absolute;
  top: 41px;
  left: 46px;
}

.description_project-right {
  -webkit-backdrop-filter: brightness(200%) blur(20px);
  backdrop-filter: brightness(200%) blur(20px);
  background-color: #44444496;
  border-radius: 20px;
  width: 600px;
  height: 300px;
  padding: 30px 20px 30px 30px;
  position: absolute;
  inset: auto 19px 20px auto;
}

.div-block-9-center {
  -webkit-backdrop-filter: brightness(200%) blur(20px);
  backdrop-filter: brightness(200%) blur(20px);
  background-color: #6d6d6d52;
  border-radius: 20px;
  width: 280px;
  height: 150px;
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  inset: auto 389px 608px auto;
}

.image-12-copy {
  width: 180px;
  height: auto;
  position: absolute;
  top: 41px;
  left: 46px;
}

.heading-27-white {
  color: #fff;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

.paragraph-44-white {
  color: #fff;
  margin-top: 12px;
  padding-right: 20px;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.div-block-9-leftdown {
  -webkit-backdrop-filter: brightness(200%) blur(12px);
  backdrop-filter: brightness(200%) blur(12px);
  background-color: #5f5f5f69;
  border-radius: 20px;
  width: 280px;
  height: 150px;
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  inset: auto auto 22px 25px;
}

.link-2 {
  color: #ceb89e;
  font-weight: 400;
}

.text-span-11 {
  color: #ccb8a0;
}

.heading-27-copy {
  color: #272727;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
}

.paragraph-44-copy {
  color: #272727;
  margin-top: 12px;
  padding-right: 5px;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.text-span-12 {
  color: #ccb8a0;
}

.text-span-13 {
  font-weight: 600;
}

.image-13 {
  width: 100%;
}

.heading-28 {
  color: #464646;
  align-self: flex-end;
  margin-right: 152px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.section-faq {
  display: none;
}

.div-block-19 {
  margin-top: 289px;
}

.heading-29 {
  color: #303030;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 3rem;
}

.heading-30 {
  color: #303030;
}

.div-block-20 {
  color: #303030;
  margin-top: 40px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  color: #303030;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.bold-text-2 {
  font-size: 20px;
  font-weight: 600;
}

.text-block-4 {
  color: #303030;
  margin-top: 5px;
  font-family: Alexandria, Verdana, sans-serif;
}

.heading-31 {
  color: #303030;
  margin-top: 30px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 500;
}

.code-embed {
  color: #303030;
  font-family: Alexandria, Verdana, sans-serif;
  font-weight: 300;
}

.div-block-21 {
  padding-left: 60px;
  padding-right: 80px;
}

.div-block-22 {
  background-image: url('../images/glass.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.background-video {
  object-fit: cover;
  border-radius: 15px;
  height: 100%;
}

.background-video-2, .background-video-3, .background-video-4 {
  border-radius: 15px;
}

.div-block-23 {
  background-color: #0000004a;
  background-image: linear-gradient(0deg, #0000006b, #0000);
  border: 1px #000;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.cell {
  border-radius: 15px;
}

.heading-32 {
  color: #fff;
  font-family: Alexandria, Verdana, sans-serif;
}

.paragraph-45 {
  color: #fff;
  margin-top: auto;
  padding-right: 64px;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  bottom: 28px;
}

.paragraph-45-copy {
  color: #fff;
  margin-top: auto;
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25em;
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18 {
  font-weight: 600;
}

.image-14 {
  height: 100%;
}

.image-15 {
  object-fit: cover;
  max-width: 110%;
  max-height: 110%;
}

.image-16 {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.div-block-22_01 {
  background-image: url('../images/glass_02.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-22_03 {
  background-image: url('../images/glass-02.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-block-24 {
  text-align: left;
  background-color: #ccb8a0;
  width: 120px;
  height: 1px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: auto;
}

.div-block-25 {
  width: 130%;
  margin-left: 224px;
}

.column-11 {
  align-self: flex-end;
  padding-right: 30px;
}

.navbar {
  z-index: 10000;
}

.text-span-19, .text-span-20, .text-span-21 {
  font-weight: 500;
}

.sec_brand {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  transition: all .3s;
  display: block;
  position: relative;
}

.sec_brand:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.sec_brand.section-hero {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-top: 6.6rem;
  padding-bottom: 3.5rem;
  display: flex;
  overflow: hidden;
}

.sec_brand.intro {
  flex-flow: row;
  min-height: 80svh;
  margin-top: 79px;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
}

.sec_brand.quotes {
  overflow: hidden;
}

.sec_brand.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.sec_brand.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section_loc {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 10rem;
  transition: all .3s;
  display: block;
  position: relative;
}

.section_loc:hover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.section_loc.section-hero {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding-top: 6.6rem;
  padding-bottom: 3.5rem;
  display: flex;
  overflow: hidden;
}

.section_loc.intro {
  flex-flow: row;
  min-height: 80svh;
  margin-top: 79px;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
}

.section_loc.quotes {
  overflow: hidden;
}

.section_loc.section-logos {
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: hidden;
}

.section_loc.section-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.heading-33 {
  font-family: Alexandria, Verdana, sans-serif;
  font-size: 3rem;
}

.div-block-26 {
  display: flex;
  position: relative;
}

.image-17 {
  width: 40%;
  position: absolute;
  top: -29px;
  right: -25px;
}

.image-17_01 {
  width: 35%;
  position: absolute;
  top: -43px;
  right: 0;
}

.image-17_03 {
  width: 38%;
  position: absolute;
  top: -34px;
  right: -30px;
}

.image-17_04 {
  width: 35%;
  position: absolute;
  top: 6px;
  right: 0;
}

.image-17_05 {
  width: 40%;
  position: absolute;
  top: -4px;
  right: -17px;
}

.image-15-copy {
  object-fit: cover;
  max-width: 110%;
  max-height: 110%;
}

.image-17_06 {
  width: 28%;
  position: absolute;
  top: 3px;
  right: -21px;
}

.div-block-27 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  img {
    width: 20%;
    height: auto;
  }

  .hero-heading {
    line-height: 70px;
  }

  .containersmall {
    width: 90%;
  }

  .body {
    height: auto;
  }

  .section {
    margin-top: 60px;
    padding-top: 8rem;
  }

  .section.section-hero {
    margin-top: 0;
    padding-top: 0;
  }

  .section.intro {
    min-height: 80%;
  }

  .title-wrapper-sticky {
    position: sticky;
    top: 6.5rem;
  }

  .hero-contact-info-wrapper {
    bottom: 81px;
  }

  .hero-heading-wrapper {
    width: 45vw;
  }

  .section-vision {
    height: 1100px;
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

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

  .col_markets {
    justify-content: space-between;
    align-items: stretch;
    width: 80%;
    margin-top: 106px;
  }

  .div-block-4 {
    width: 380px;
  }

  .heading-8 {
    font-weight: 500;
  }

  .heading-10 {
    font-size: 4em;
  }

  .containermedium {
    margin-top: 90px;
  }

  .div-block-9 {
    height: 200px;
    bottom: 523px;
  }

  .heading-12 {
    margin-top: 81px;
  }

  .text-span-6 {
    font-size: 70px;
  }

  .div-block-14 {
    margin-top: 0;
  }

  .paragraph-39 {
    text-align: left;
    width: 100%;
    padding-right: 35px;
    font-size: 16px;
  }

  .paragraph-40 {
    text-align: left;
    padding-right: 20px;
    font-size: 16px;
  }

  .paragraph-41 {
    text-align: left;
    font-size: 16px;
  }

  .columns-5 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .paragraph-42 {
    padding-right: 238px;
  }

  .div-block-17 {
    width: 120%;
    margin-left: -119px;
  }

  .description_project {
    background-color: #25252552;
    bottom: 24px;
  }

  .description_project-right {
    bottom: 25px;
  }

  .div-block-9-center {
    height: 200px;
    bottom: 547px;
    right: 376px;
  }

  .div-block-9-leftdown {
    height: 200px;
    bottom: 28px;
  }

  .heading-28 {
    margin-right: 297px;
  }

  .sec_bento {
    height: 100%;
  }

  .div-block-22 {
    min-height: 400px;
  }

  .div-block-23 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000003b;
    background-image: linear-gradient(0deg, #00000087, #0000);
  }

  .paragraph-45 {
    padding-right: 20px;
    font-weight: 600;
    line-height: 1.25em;
  }

  .paragraph-45-copy {
    font-weight: 500;
  }

  .div-block-22_03 {
    background-image: url('../images/glass-02.webp');
    background-position: 100%;
    background-size: cover;
    min-height: 300px;
  }

  .div-block-24 {
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .column-11 {
    top: -270px;
  }

  .slide-nav-2 {
    margin-top: 0;
    top: 807px;
  }

  .navbar {
    z-index: 10000;
  }

  .text-span-19, .text-span-20, .text-span-21 {
    font-weight: 500;
  }

  .sec_brand {
    margin-top: 115px;
  }

  .sec_brand.section-hero {
    padding-top: 0;
  }

  .section_loc {
    margin-top: 0;
    margin-bottom: -212px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section_loc.section-hero {
    margin-top: 100px;
    padding-top: 0;
  }

  .column-12 {
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .column-13, .column-14, .column-15, .column-16, .column-17 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .heading-33 {
    color: #ccb8a0;
    text-align: center;
    font-family: Alexandria, Verdana, sans-serif;
    font-size: 3rem;
    font-weight: 500;
  }

  .div-block-26 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .image-17 {
    width: 40%;
    position: absolute;
    top: -55px;
    right: 0;
  }

  .image-17_01 {
    width: 30%;
    position: absolute;
    top: -47.5px;
    right: 0;
  }

  .image-17_03 {
    width: 40%;
    position: absolute;
    top: -73.5px;
    right: -4px;
  }

  .image-17_04 {
    width: 40%;
    position: absolute;
    top: -18.5px;
    right: 26px;
  }

  .image-17_05 {
    width: 43%;
    position: absolute;
    top: -6.5px;
    right: 3px;
  }

  .image-15-copy {
    width: 100%;
  }

  .image-17_06 {
    width: 30%;
    position: absolute;
    top: -13.5px;
    right: 26px;
  }

  .code-embed-3 {
    margin-top: 35px;
  }

  .div-block-28 {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .display-heading-1 {
    font-size: 4rem;
  }

  .hero-heading {
    color: #fff;
    letter-spacing: 0;
    margin-top: -14px;
    padding-right: 107px;
    font-size: 4vw;
    font-weight: 300;
    line-height: 120%;
  }

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

  .paragraph-24, .paragraph-20 {
    font-size: 1.25rem;
  }

  .paragraph-18 {
    font-size: 1.1em;
  }

  .paragraph-16 {
    font-size: .95rem;
  }

  .paragraph-12 {
    color: #6f6c67;
  }

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

  .menu-icon-line-middle {
    background-color: #383838;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon-line-top {
    background-color: #383838;
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-button {
    z-index: 2;
    color: #fff;
  }

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

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

  .menu-icon-line-bottom {
    background-color: #383838;
    flex: none;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-bar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    min-height: 4rem;
  }

  .project-2-container {
    width: 90%;
    min-width: auto;
  }

  .secondary-button.primary-button-grey {
    position: relative;
  }

  .project-long-image-container {
    width: 100%;
    min-width: auto;
    padding: 80px 32px;
  }

  .awards-links-container {
    font-size: 1.4em;
    line-height: 1.3em;
  }

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

  .project-image-screenshot.project_image-screenshot--spacer {
    margin-bottom: 2vw;
  }

  .project-long-image-text-container {
    max-width: none;
  }

  .containersmall {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .containersmall.navigation-container {
    align-items: center;
  }

  .containersmall.intro-container {
    width: 100%;
    min-width: auto;
    max-width: 90rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .containersmall.narrow {
    width: 80%;
    min-width: auto;
  }

  .project-1-image-container {
    width: 100%;
    min-height: 480px;
    max-height: 80vw;
  }

  .project-1-button {
    right: 10%;
  }

  .scrolling-logo-container {
    grid-column-gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .scrolling-logo-wrapper {
    width: 10vw;
    max-height: 3vw;
  }

  .nav-links-conatiner {
    z-index: 1;
    background-color: #0d0b02;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 4rem;
    display: flex;
    position: fixed;
    inset: 0%;
  }

  .nav-logo {
    z-index: 2;
    position: relative;
  }

  .nav-link {
    border-top: 1px none var(--grey-line);
    border-bottom: 1px solid var(--grey-line);
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 24px;
    font-size: 20px;
    display: flex;
  }

  .nav-link:active {
    opacity: .7;
  }

  .nav-link.nav-item-dropdown {
    border-bottom: 1px solid var(--grey-line);
    border-top-style: none;
    padding-left: 24px;
  }

  .nav-link.nav_link--contact {
    border-style: solid none none;
    border-color: var(--light-grey);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-sub-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 0px none var(--grey-line);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: 46px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .contact-me-section {
    padding-bottom: 4rem;
  }

  .conatct-card {
    padding: 2rem;
  }

  .grid-case-study-2x1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .grid-case-study-2x1-reverse {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .next-project-title {
    font-size: 3rem;
    line-height: 1.2em;
  }

  .project-long-image-text-wrapper {
    padding-right: 24px;
  }

  .grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 2.5fr;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 6rem;
  }

  .section.section-hero {
    padding-top: 3.8rem;
    padding-bottom: 0;
  }

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

  .primary-button {
    padding: .75rem 1.25rem;
  }

  .label-heading {
    font-size: calc(.5vw + .75rem);
  }

  .contact-links {
    font-size: 1.1em;
  }

  .success-message {
    flex: 1;
    padding: 1.25rem;
  }

  .navha-hamburger-button {
    background-color: #f3f3f3;
    border-radius: 3rem;
    justify-content: center;
    align-items: center;
    padding: .9rem;
    transition: background-color .3s;
    display: flex;
  }

  .navha-hamburger-button:hover {
    background-color: #d3d3d3;
  }

  .project-hero-small {
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .roles-container {
    margin-top: 1rem;
  }

  .project-hero-small-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .screen-shot-container {
    padding: 8vw;
  }

  .hero-contact-link {
    color: #ccb8a0;
    font-size: calc(.85vw + .75rem);
  }

  .grid---ratio-1x2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 8fr;
  }

  .title-wrapper-sticky {
    position: relative;
    top: 0;
  }

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

  .press-logo-container {
    padding: 4.25vw;
  }

  .nav-wrapper {
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    border-bottom-style: none;
    justify-content: space-between;
  }

  .hero-description {
    margin-top: 0;
    font-size: 2.35vw;
  }

  .hero-text-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-top: -4px;
  }

  .hero-top-wrapper {
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .hero-background {
    object-fit: contain;
    height: 100%;
    margin-top: 40px;
  }

  .project__container {
    width: 90%;
    min-width: auto;
  }

  .contact-heading {
    font-size: 16vw;
  }

  .nav-link-2 {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px #5c5c5c;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-2:active {
    opacity: .7;
  }

  .nav-link-2.nav-item-dropdown {
    border-top: 1px solid #5c5c5c;
    border-bottom: 1px solid #5c5c5c;
    padding-left: 24px;
  }

  .nav-links-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-top: 42px;
    padding-left: 0;
  }

  .about-text-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .contact-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero-background-fade-overlay {
    background-image: linear-gradient(180deg, var(--background-black), #0000 25%, #02020200 75%, var(--background-black));
    display: none;
  }

  .project-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .project-image-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-heading {
    font-size: calc(1vw + 1.25rem);
  }

  .project-text-wrapper {
    margin-top: 1.25rem;
  }

  .card.services {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .label-2 {
    font-size: calc(.5vw + .75rem);
  }

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

  .skill-title {
    -webkit-text-stroke-color: #ccb8a0;
    font-size: 1.5rem;
    line-height: 1em;
  }

  .awards-title {
    -webkit-text-stroke-color: #ccb8a0;
  }

  .awards-links-wrapper {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .slide-nav {
    font-size: 1.7vw;
  }

  .quote-card {
    padding: 2rem;
  }

  .quote-profile-image-wrapper {
    width: 64px;
    height: 64px;
  }

  .contact-subheading-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 2rem;
  }

  .hero-contact-info-wrapper {
    margin-top: -.2rem;
    bottom: 74px;
  }

  .hero-heading-wrapper {
    width: auto;
    margin-top: 53px;
    margin-bottom: auto;
  }

  .values-heading {
    font-size: 2.4em;
  }

  .label {
    width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .intro-text-white {
    font-size: 2.25em;
  }

  .div-block {
    border-right-style: none;
  }

  .border-first-child {
    border-right-style: none;
    padding-left: 40px;
  }

  .section-vision {
    height: 100%;
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 30px;
  }

  .section-vision.section-hero {
    padding-top: 5.5rem;
  }

  .subheadering {
    -webkit-text-stroke-color: #ccb8a0;
  }

  .text-block {
    width: 100%;
  }

  .heading-3 {
    -webkit-text-stroke-color: #ccb8a0;
    margin-top: 43px;
  }

  .col_markets {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
  }

  .div-block-4 {
    width: 60%;
    margin: 73px auto 4px;
  }

  .image {
    width: 200px;
  }

  .heading-6 {
    -webkit-text-stroke-color: #ccb8a0;
  }

  .heading-8 {
    letter-spacing: 0;
    font-size: 35px;
  }

  .paragraph-34 {
    padding-right: 0%;
  }

  .section-projects {
    margin-top: 30px;
  }

  .div-block-7 {
    -webkit-text-stroke-color: #ccb8a0;
    justify-content: center;
    align-items: center;
    width: 250px;
    display: flex;
  }

  .heading-9 {
    color: #ccb8a0;
  }

  .heading-10 {
    font-size: 2.2rem;
  }

  .paragraph-35 {
    width: 80%;
    font-size: 20px;
  }

  .div-block-9 {
    display: none;
    bottom: 240px;
    right: 6px;
  }

  .columns-4 {
    flex-flow: column;
  }

  .heading-15, .text-span-5 {
    -webkit-text-stroke-color: #ccb8a0;
  }

  .section-portfolio {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-portfolio.section-hero {
    padding-top: 5.5rem;
  }

  .card-light.services {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .skill-title-dark {
    font-size: 1.5rem;
  }

  .paragraph-16-light {
    font-size: .95rem;
  }

  .skill-title-copy {
    font-size: 1.5rem;
  }

  .bold-text {
    -webkit-text-stroke-color: #ccb8a0;
  }

  .text-span-6 {
    color: #fff;
    font-size: 5vw;
    font-weight: 500;
  }

  .div-block-14 {
    top: -436px;
    left: 20px;
  }

  .text-span-7, .text-span-8 {
    -webkit-text-stroke-color: #ccb8a0;
  }

  .image-5 {
    width: 200px;
    margin-top: 30px;
  }

  .faq-wrapper {
    margin-top: 44px;
  }

  .text-span-9 {
    color: #ccb8a0;
  }

  .heading-20 {
    color: #747474;
  }

  .text-block-2 {
    color: var(--text--grey-darker);
  }

  .heading-21 {
    margin-top: 75px;
    font-size: 1.6rem;
  }

  .div-block-16 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    color: #fff;
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-6 {
    left: -3px;
  }

  .section_text {
    margin-bottom: -33px;
  }

  .column-4 {
    margin-top: 16px;
  }

  .section-dark {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-dark.section-hero {
    padding-top: 5.5rem;
  }

  .columns-5 {
    height: 100%;
  }

  .button {
    background-color: #ccb8a0;
  }

  .heading-h2-copy {
    font-size: 60px;
  }

  .nav-link-copy {
    border-top: 1px none var(--grey-line);
    border-bottom: 1px solid var(--grey-line);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 32px 24px;
    font-size: 20px;
    display: flex;
  }

  .nav-link-copy:active {
    opacity: .7;
  }

  .nav-link-copy.nav-item-dropdown {
    border-bottom: 1px solid var(--grey-line);
    border-top-style: none;
    padding-left: 24px;
  }

  .nav-link-copy.nav_link--contact {
    border-style: solid none none;
    border-color: var(--light-grey);
    border-radius: 0;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section_contact {
    background-color: #ccb8a0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-6 {
    height: 250px;
    padding-bottom: 211px;
  }

  .card-3.services, .card-light-2.services, .card-5.services {
    height: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

  .column-7 {
    margin-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .div-block-17 {
    width: 100%;
    margin-top: 41px;
    margin-left: auto;
  }

  .slider {
    height: 800px;
  }

  .description_project {
    width: 85%;
    bottom: -271px;
    left: 60px;
  }

  .heading-27, .paragraph-44 {
    color: #fff;
  }

  .div-block-18 {
    background-color: #ccb8a0;
  }

  .image-12 {
    width: 200px;
  }

  .description_project-right {
    bottom: -272px;
    right: 81px;
  }

  .div-block-9-center, .div-block-9-leftdown {
    display: none;
  }

  .link-2 {
    -webkit-text-stroke-color: #ccb8a0;
  }

  .heading-27-copy, .paragraph-44-copy {
    color: #fff;
  }

  .div-block-21 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-10 {
    display: none;
  }

  .code-embed-2 {
    margin-bottom: 97px;
  }

  .div-block-25 {
    width: 100%;
    margin-left: auto;
  }

  .navbar {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .text-span-19, .text-span-20, .text-span-21 {
    font-weight: 500;
  }

  .sec_brand {
    padding-top: 50px;
    padding-bottom: 6rem;
  }

  .sec_brand.section-hero {
    padding-top: 3.8rem;
    padding-bottom: 0;
  }

  .sec_brand.intro {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .section_loc {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .section_loc.section-hero {
    padding-top: 3.8rem;
    padding-bottom: 0;
  }

  .section_loc.intro {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .heading-33 {
    margin-bottom: -25px;
  }

  .image-17 {
    width: 35%;
    top: -38px;
  }

  .image-17_03 {
    top: -63px;
    right: -11px;
  }

  .image-17_06 {
    right: 26px;
  }
}

@media screen and (max-width: 767px) {
  .display-heading-1 {
    font-size: 3.5rem;
  }

  .hero-heading {
    z-index: 2;
  }

  .heading-h2 {
    font-size: 25px;
  }

  .heading-h4 {
    font-size: 1.5em;
  }

  .paragraph-32 {
    font-size: 2rem;
  }

  .paragraph-24, .paragraph-20 {
    width: 100%;
  }

  .paragraph-16.margin-bottom-24 {
    color: #747474;
  }

  .paragraph-14 {
    font-size: calc(.6vw + .75rem);
    line-height: 1.5em;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .nav-bar {
    height: auto;
    min-height: 4rem;
  }

  .project-2-container {
    width: 100%;
    height: auto;
    min-height: 60vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .secondary-button {
    padding: 16px 22px;
  }

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

  .project-long-image-container.max-width {
    flex-direction: column;
  }

  .awards-links-container {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .project-hero-text-name {
    font-size: 1.4em;
  }

  .project-hero-details-wrapper {
    width: 100%;
  }

  .project-hero-details-grid {
    flex-direction: column;
    margin-bottom: 0;
  }

  .project-footer {
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-footer-link {
    margin: 12px 16px;
  }

  .project-image-screenshot.project_image-screenshot--spacer {
    margin-bottom: 1.25vw;
  }

  .containersmall {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .containersmall.intro-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .containersmall.global-container-medium.global-container-hero {
    padding-bottom: 15vh;
  }

  .containersmall.narrow {
    width: 90%;
  }

  .project-1-image-container {
    height: 90vh;
    min-height: 400px;
  }

  .project-1-button {
    letter-spacing: 3px;
    right: 5%;
  }

  .skill-card {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .scrolling-logo-container {
    width: 200vw;
  }

  .scrolling-logo-wrapper {
    width: 20vw;
    max-height: 5vw;
  }

  .nav-links-conatiner {
    padding-top: 64px;
  }

  .nav-link {
    padding: 24px;
  }

  .contact-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 11fr;
  }

  .contact-me-section {
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }

  .conatct-card {
    padding: 1.5rem;
  }

  .grid-case-study-2x1 {
    grid-template-columns: 12fr;
  }

  .project-section.top-image-section {
    margin-top: -15vh;
  }

  .grid-case-study-2x1-reverse {
    grid-template-columns: 12fr;
  }

  .project-long-image-text-wrapper {
    width: 100%;
    min-height: auto;
    max-height: none;
    margin-bottom: 32px;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .project-long-image-wrapper {
    width: 100%;
  }

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

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

  .metrics-value {
    font-size: 2.2rem;
  }

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

  .contact-links {
    font-size: 1em;
  }

  .navha-hamburger-button {
    height: 3.375rem;
  }

  .project-hero-small {
    min-height: 50vh;
    padding-top: 80px;
  }

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

  .hero-contact-link {
    font-size: calc(.85vw + .85rem);
  }

  .press-logos-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1rem;
  }

  .press-logo-container {
    padding: 5.25vw;
  }

  .hero-description {
    text-align: center;
    font-size: 1.25rem;
  }

  .hero-top-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .hero-description-wrapper {
    width: 100%;
  }

  .hero-background {
    margin-top: 0;
    display: block;
  }

  .hero-background.background-mobile {
    display: block;
  }

  .project__container {
    width: 100%;
    min-height: 68vw;
    margin-left: 24px;
    margin-right: 24px;
  }

  .templates_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .nav-link-2 {
    padding: 24px;
  }

  .contact-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .hero-background-fade-overlay {
    background-image: linear-gradient(180deg, var(--background-black), #0000 25%, #02020200 75%, var(--background-black)), url('../images/RingConn_GEN2_Smart-Ring_Gesundheit-Ueberwachen-Schlaf-Tracken.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

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

  .project-heading {
    font-size: calc(1vw + 1.5rem);
  }

  .project-link-wrapper.project-even {
    bottom: auto;
  }

  .card.services {
    padding: 2rem 1.5rem;
  }

  .skills-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .awards-subheading {
    margin-top: 8px;
    font-size: 16px;
  }

  .awards-links-wrapper {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .slide-nav {
    display: none;
  }

  .quote-card {
    padding: 2rem;
  }

  .quote-heading {
    font-size: 1.4em;
  }

  .quote-title {
    font-size: 12px;
  }

  .quote-profile-image-wrapper {
    width: 56px;
    height: 56px;
    margin-right: 8px;
  }

  .contact-link {
    font-size: 8vw;
  }

  .hero-contact-info-wrapper {
    margin-top: 1.5rem;
    display: none;
  }

  .values-italics {
    font-size: 2.2rem;
  }

  .values-heading {
    font-size: 1.8em;
  }

  .values-text-container {
    max-width: 20rem;
    padding-left: 2rem;
  }

  .values-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .label {
    margin-left: 0;
  }

  .intro-text-white {
    font-size: 2em;
  }

  .footer-text {
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .services-empty-space {
    display: none;
  }

  .div-block-4 {
    width: 80%;
  }

  .section-2 {
    height: 600px;
  }

  .image {
    width: 280px;
    margin-left: 6px;
    padding-left: 0;
  }

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

  .heading-10 {
    font-size: 2rem;
  }

  .paragraph-35 {
    width: 95%;
  }

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

  .div-block-9 {
    display: none;
    bottom: -110px;
    left: 78px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-36 {
    padding-right: 0;
  }

  .card-light.services, .card-copy.services, .fewafewagfewagewag.services {
    padding: 2rem 1.5rem;
  }

  .paragraph-38 {
    padding-right: 0;
  }

  .text-span-6 {
    line-height: 50px;
    display: none;
  }

  .heading-19 {
    display: none;
  }

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

  .paragraph-42 {
    padding-right: 0;
  }

  .heading-h2-copy {
    font-size: 50px;
  }

  .nav-link-copy {
    padding: 24px;
  }

  .div-block-11-copy {
    display: none;
  }

  .card-3.services, .card-light-2.services, .card-5.services {
    padding: 2rem 1.5rem;
  }

  .column-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-8 {
    margin-top: 22px;
  }

  .column-9 {
    margin-top: 13px;
  }

  .slider {
    height: 700px;
  }

  .description_project {
    height: 370px;
    bottom: -339px;
    left: 42px;
  }

  .image-12 {
    top: 7px;
  }

  .description_project-right {
    width: 90%;
    height: 350px;
    bottom: -323px;
    left: 31px;
  }

  .div-block-9-center, .div-block-9-leftdown {
    bottom: 282px;
    left: 78px;
  }

  .heading-28 {
    margin-right: 18px;
    font-size: 16px;
  }

  .icon {
    top: -457px;
  }

  .icon-2 {
    top: -454px;
  }

  .sec_brand.intro, .section_loc.intro {
    padding-top: 40px;
  }

  .heading-33 {
    margin-bottom: -10px;
    position: relative;
    bottom: -24px;
  }

  .image-17_03 {
    top: -45px;
  }

  .image-17_04 {
    right: 35px;
  }

  .image-17_05 {
    top: 3px;
  }
}

@media screen and (max-width: 479px) {
  .display-heading-1 {
    margin-bottom: 1rem;
    font-size: calc(.75rem + 11vw);
  }

  .hero-heading {
    margin-top: 76px;
    font-size: 4vw;
  }

  .heading-h2 {
    font-size: 18px;
  }

  .heading-h3 {
    line-height: 14vw;
  }

  .heading-h6 {
    margin-bottom: .5rem;
  }

  .heading-h5 {
    margin-bottom: .75px;
  }

  .paragraph-32 {
    font-size: 1.6rem;
  }

  .paragraph-16 {
    font-size: 1.1rem;
  }

  .paragraph-12 {
    font-size: .625rem;
    line-height: 1rem;
  }

  .project-2-container {
    align-items: center;
    width: 100%;
    min-height: 100svh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .secondary-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .awards-links-container {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .project-hero-details-text {
    font-size: 1em;
  }

  .project-hero-section {
    perspective-origin: 0 0;
  }

  .project-hero-details-title {
    font-size: 1em;
  }

  .project-footer-link {
    margin-left: 12px;
    margin-right: 12px;
  }

  .containersmall {
    flex-wrap: nowrap;
  }

  .containersmall.intro-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .containersmall.global-container-medium.global-container-hero {
    padding-bottom: 18vh;
  }

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

  .containersmall.narrow {
    width: 100%;
  }

  .project-1-image-container {
    width: 114%;
    height: 60vh;
    min-height: 300px;
    max-height: 180vw;
    margin-left: -10vw;
  }

  .project-1-button {
    font-size: 16px;
  }

  .scrolling-logo-wrapper {
    width: 25vw;
    max-height: 8vw;
  }

  .nav-logo.w--current {
    width: 290px;
    height: auto;
  }

  .nav-sub-container {
    z-index: 7;
  }

  .grid-case-study-2x1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .next-project-title {
    font-size: 2.2rem;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .rich-text-block h1 {
    font-size: 3.2rem;
  }

  .rich-text-block h2 {
    font-size: 2.4rem;
  }

  .rich-text-block h3 {
    font-size: 1.7rem;
  }

  .section {
    padding-top: 50px;
  }

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

  .metrics-value {
    font-size: 1.8rem;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .project-hero-small {
    perspective-origin: 0 0;
    padding-top: 10rem;
  }

  .roles-container {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-bottom: 1rem;
  }

  .screen-shot-container {
    padding: 0;
  }

  .press-logos-grid {
    grid-column-gap: .5625em;
    grid-row-gap: .5625em;
    grid-template-columns: 1fr 1fr;
  }

  .press-logo-container {
    padding: 8.25vw;
  }

  .hero-description {
    font-size: 1.1rem;
    line-height: 1.4em;
  }

  .hero-top-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    justify-content: space-between;
    align-items: center;
  }

  .hero-background-wrapper {
    padding-top: 61px;
  }

  .hero-background {
    opacity: 1;
    margin-top: 14px;
    display: block;
  }

  .project__container {
    align-items: center;
    width: 100%;
    min-height: 96vh;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }

  .contact-heading {
    font-size: 15vw;
  }

  .skill-title {
    font-size: 1.5rem;
  }

  .awards-logo-wrapper {
    width: 6rem;
    height: 2rem;
    margin-top: 8px;
  }

  .awards-links-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .quote-card {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .quote-heading {
    font-size: 1.4em;
    line-height: 1.3em;
  }

  .quote-profile-image-wrapper {
    margin-right: 12px;
  }

  .contact-subheading-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 1rem;
  }

  .hero-contact-info-wrapper {
    margin-top: 3.4rem;
  }

  .hero-heading-wrapper {
    margin-top: 109px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .values-text-container {
    max-width: none;
    padding-left: 0;
  }

  .values-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .values-image {
    display: none;
  }

  .intro-text-white {
    font-size: 1.8em;
  }

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-alt {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .scrolling-logo-outer-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block, .border-last-child, .border-first-child {
    padding-left: 10px;
    padding-right: 20px;
  }

  .section-vision {
    padding-left: 10px;
  }

  .section-vision.section-hero {
    padding-top: 4rem;
  }

  .text-block {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .div-block-4 {
    width: 85%;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .heading-8 {
    letter-spacing: -1px;
    padding-right: 0;
    font-size: 20px;
    line-height: 1.4em;
  }

  .paragraph-34 {
    padding-right: 0%;
  }

  .div-block-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 100%;
  }

  .heading-10 {
    font-size: 1.8rem;
    position: relative;
    top: 34px;
  }

  .paragraph-35 {
    margin-top: 4px;
    position: relative;
    top: 37px;
  }

  .containermedium {
    margin-top: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    border-radius: 30px;
  }

  .div-block-9 {
    width: 200px;
    height: 120px;
    bottom: 322px;
    left: 72px;
  }

  .heading-11 {
    font-size: 2rem;
  }

  .heading-12 {
    margin-top: 14px;
  }

  .columns-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-portfolio.section-hero {
    padding-top: 4rem;
  }

  .skill-title-dark {
    font-size: 1.5rem;
  }

  .paragraph-16-light {
    font-size: 1.1rem;
  }

  .skill-title-copy {
    font-size: 1.25rem;
  }

  .text-span-6 {
    font-size: 10vw;
    line-height: 40px;
    display: none;
  }

  .paragraph-40 {
    padding-right: 30px;
  }

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

  .section-dark.section-hero {
    padding-top: 4rem;
  }

  .paragraph-42 {
    padding-right: 0;
  }

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

  .heading-23 {
    font-size: 4rem;
  }

  .column-6 {
    height: 150px;
    padding-bottom: 50px;
  }

  .slider {
    height: 800px;
  }

  .description_project {
    width: 100%;
    height: 400px;
    bottom: -411px;
    left: auto;
  }

  .heading-27 {
    font-size: 1.6rem;
  }

  .paragraph-44 {
    font-size: 15px;
  }

  .image-12 {
    top: -73px;
    left: 107px;
  }

  .description_project-right {
    width: 90%;
    height: 450px;
    bottom: -465px;
    left: 26px;
  }

  .div-block-9-center {
    width: 200px;
    height: 120px;
    bottom: 322px;
    left: 72px;
  }

  .image-12-copy {
    width: 100px;
    top: -59px;
    left: 170px;
  }

  .div-block-9-leftdown {
    width: 200px;
    height: 120px;
    bottom: 322px;
    left: 72px;
  }

  .div-block-21 {
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    top: -504px;
    left: 39px;
  }

  .icon-2 {
    top: -502px;
  }

  .mask {
    padding-top: 86px;
  }

  .sec_brand {
    padding-top: 50px;
  }

  .sec_brand.section-hero {
    padding-top: 0;
  }

  .section_loc {
    padding-top: 0;
  }

  .section_loc.section-hero {
    padding-top: 0;
  }

  .image-17 {
    top: -15px;
    right: -16px;
  }

  .image-17_01 {
    top: -21px;
  }

  .image-17_04 {
    width: 38%;
    top: 19px;
    right: -5px;
  }

  .image-17_05 {
    top: 20px;
  }

  .image-17_06 {
    top: 10px;
    right: -7px;
  }
}

#w-node-b1f3cbe0-10c8-69ec-0f32-6579d2da9d53-b7e12cf6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b1f3cbe0-10c8-69ec-0f32-6579d2da9d55-b7e12cf6 {
  grid-row: span 2 / span 2;
}

#w-node-_565a6e3e-a477-40bb-80d5-d8663c9244a0-b7e12cf6 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-b1f3cbe0-10c8-69ec-0f32-6579d2da9d53-b7e12cf6 {
    display: none;
  }
}


@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Bold.ttf') format('truetype'), url('../fonts/Alexandria-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Alexandria';
  src: url('../fonts/Alexandria-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}