@font-face {
  font-family: Haffer XH;
  src: url('../fonts/HafferXHRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer Mono;
  src: url('../fonts/HafferMonoMedium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Haffer Mono;
  src: url('../fonts/HafferMonoRegular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #201d1d;
  background-color: #f4f4f4;
  font-family: Haffer, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
}

.body {
  background-color: #f4f4f4;
}

.code-embed-css {
  pointer-events: none;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.crisp-header {
  background-color: #f4f4f4;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crisp-header.is--loading.is--hidden {
  z-index: 100;
}

.crisp-loader {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.crisp-header__content {
  color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.crisp-header__top {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.crisp-header__bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.crisp-header__center {
  width: 100%;
  padding: 1.5em;
  position: absolute;
  left: 0;
}

.osmo-logo {
  width: 12em;
  color: unset;
  text-decoration: none;
  display: flex;
}

.crisp-header__hamburger {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.crisp-header__hamburger.hide {
  display: none;
}

.crisp-header__hamburger-bar {
  background-color: currentColor;
  width: 1.875em;
  height: .125em;
}

.crisp-header__h1 {
  color: #000;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .125em;
  font-family: Haffer XH, Arial, sans-serif;
  font-size: calc(5vw + 5dvh);
  font-weight: 400;
  line-height: .95;
}

.crisp-header__p {
  color: #000;
  text-align: center;
  font-size: 1.125em;
}

.crisp-loader__group {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-loader__group.is--relative {
  position: relative;
  left: 100%;
}

.crisp-loader__group.is--duplicate {
  position: absolute;
}

.crisp-loader__cover-img {
  object-fit: cover;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
}

.crisp-loader__cover-img.is--scale-down {
  will-change: transform;
}

.crisp-loader__single {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.crisp-loader__groups {
  position: relative;
  overflow: hidden;
}

.crisp-loader__media {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: relative;
}

.crisp-loader__media.is--scaling {
  will-change: transform;
  border-radius: 0;
  transition-property: border-radius;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.crisp-loader__media.is--scaling.is--radius {
  border-radius: .5em;
}

.crisp-loader__fade {
  pointer-events: none;
  background-image: linear-gradient(90deg, #f4f4f4 20%, #0000);
  width: 5em;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}

.crisp-loader__fade.is--duplicate {
  left: auto;
  right: -1px;
  transform: scaleX(-1);
}

.crisp-loader__wrap {
  font-size: var(--size-font);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-header__slider-slide-inner {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}

.crisp-header__slider-slide {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  grid-area: 1 / 1 / -1 / -1;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.crisp-header__slider-slide.is--current {
  opacity: 1;
  pointer-events: auto;
}

.crisp-header__slider-list {
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.crisp-header__slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5em;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.section_accent1 {
  z-index: 1;
  color: #1a1a1a;
  background-color: #fef0f3;
  position: relative;
}

.accordion1_media {
  width: 100%;
  position: relative;
}

.spacer-custom2 {
  height: 30vh;
}

.display-3 {
  font-variation-settings: "wght" 500;
  letter-spacing: -.04em;
  font-size: 4vw;
  font-weight: 400;
  line-height: 1;
}

.display-3.is-inline {
  display: inline;
}

.padding-global {
  width: 100%;
  padding-left: 2.5em;
  padding-right: 2.5em;
  position: relative;
}

.media {
  border-radius: .375em;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.media.aspect-ratio-1-1 {
  padding-top: 100%;
}

.media.aspect-ratio-4-5 {
  padding-top: 125%;
}

.grid-global {
  grid-column-gap: .5em;
  grid-row-gap: 7.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-global.is-same-gap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.grid-global.is-footer-contact {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.image-background.zoom {
  height: 140%;
}

.caption {
  letter-spacing: -.015em;
  text-transform: uppercase;
  font-size: .6875em;
}

.spacer-padding {
  height: 2.5em;
}

.content1_image-inline {
  z-index: 1;
  width: 16vw;
  margin-left: 16.6667vw;
  padding-right: .5em;
  display: inline-flex;
  position: relative;
}

.spacer-40 {
  height: 2.5em;
}

.index2_image {
  width: 31vw;
  position: fixed;
  inset: 50% 0% auto 50%;
  transform: translate(-50%, -50%);
}

.section_dark {
  color: #f2f2f2;
  background-color: #500;
  position: relative;
  overflow: visible;
}

.display-2 {
  font-variation-settings: "wght" 450;
  letter-spacing: -.03em;
  margin-bottom: 20px;
  margin-left: -.06em;
  font-size: 8vw;
  line-height: .9;
}

.spacer-240 {
  height: 15em;
}

.index2_title {
  z-index: 1;
  color: #fff;
  text-align: left;
  mix-blend-mode: difference;
  display: block;
  position: relative;
}

.relative {
  position: relative;
}

.div-block-2 {
  z-index: 2;
  position: relative;
}

.accordion1_section {
  flex-flow: column;
  display: flex;
  position: relative;
}

.spacer-120 {
  height: 7.5em;
}

.spacer-80 {
  height: 5em;
}

.accordion1_header-overview {
  z-index: 5;
  pointer-events: auto;
  flex-flow: column;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-h1 {
  pointer-events: auto;
  font-variation-settings: "wght" 500, "opsz" 32;
  letter-spacing: -.025em;
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.1;
}

.heading-h1.inline.huge {
  font-size: 3.5em;
}

.accordion1_header {
  z-index: 2;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-color: #d9d9d9;
  border-top: 1px solid #1a1a1a;
  flex-flow: column;
  height: 5em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
}

.accordion1_header._3 {
  background-color: #fef0f3;
  top: 10em;
  bottom: 5em;
}

.accordion1_header._4 {
  background-color: #fef0f3;
  top: 15em;
}

.accordion1_header._1 {
  background-color: #fef0f3;
  bottom: 15em;
}

.accordion1_header._2 {
  background-color: #fef0f3;
  top: 5em;
  bottom: 9.9em;
}

.accordion1_header._5 {
  background-color: #fef0f3;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.image-gallery1_shift {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-gallery1_shift._3 {
  bottom: -15vh;
  left: -5vw;
}

.image-gallery1_shift._1 {
  left: -15vw;
}

.image-gallery1_shift._2 {
  bottom: -10vh;
  right: -15vw;
}

.image-gallery1_shift._4 {
  bottom: 10vh;
}

.button {
  color: #fff;
  font-variation-settings: normal;
  text-align: center;
  background-color: #333;
  border-radius: .375em;
  justify-content: center;
  align-items: center;
  padding: .625em .875em;
  font-size: 1em;
  line-height: 1;
  display: flex;
}

.button.small-secondary {
  color: #333;
  letter-spacing: -.015em;
  text-transform: uppercase;
  background-color: #a41d3e;
  border-radius: 999px;
  font-size: .6875em;
  text-decoration: none;
}

.image-gallery1_wrap {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-gallery1_item {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  bottom: 25vh;
}

.image-gallery1_item._2 {
  z-index: 2;
}

.image-gallery1_item._1 {
  z-index: 1;
}

.image-gallery1_item._4 {
  z-index: 4;
}

.image-gallery1_item._0 {
  z-index: 0;
  bottom: 50vh;
  transform: translate(0, 50%);
}

.image-gallery1_item._3 {
  z-index: 3;
}

.image-parallax {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.section {
  background-color: #fff;
  position: relative;
}

.footer1_contact-link {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-size: .875em;
  text-decoration: none;
  display: flex;
}

.heading-h3 {
  font-variation-settings: "opsz" 32, "wght" 500;
  letter-spacing: -.02em;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.link-block-dark {
  color: #333;
  text-decoration: none;
  position: relative;
}

.text-muted {
  color: #999;
  text-decoration: none;
}

.link-hover_underline {
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-hover_underline.is-light {
  background-color: #fff;
}

.spacer-20 {
  height: 1.25em;
}

.footer {
  z-index: 5;
  background-color: #fff;
  position: relative;
}

.link-block-light {
  color: #fff;
  display: none;
  position: relative;
}

.separator {
  background-color: #80808040;
  width: 100%;
  height: 1px;
}

.max-width-16ch {
  max-width: 20ch;
}

.spacer-4 {
  height: .25em;
}

.spacer-16 {
  height: 1em;
}

.footer1_contact-image {
  object-fit: cover;
  border-radius: 999px;
  width: 8em;
  height: 8em;
}

.link-hover_wrap {
  border-radius: 999px;
  height: .07em;
  position: absolute;
  inset: auto 0% 0;
  overflow: hidden;
  transform: translate(0, 200%);
}

.link-hover_underline-bg {
  opacity: .25;
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.link-hover_underline-bg.is-light {
  background-color: #fff;
}

.text-block {
  color: #1f1b1b;
  font-style: normal;
  text-decoration: none;
}

.link-opacity {
  color: #1d1b1b;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
  overflow: visible;
}

.link-opacity:hover {
  opacity: .5;
}

.paragraph {
  margin-left: .3em;
  margin-right: .3em;
  font-size: .625em;
  display: inline;
  position: relative;
  top: -.1em;
}

.inline {
  display: inline;
}

.link-opacity-2 {
  color: #1f1c1c;
  font-size: 12px;
  transition: opacity .2s;
  display: inline-block;
  overflow: visible;
}

.link-opacity-2:hover {
  opacity: .5;
}

.footer1_meta-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-2 {
  text-decoration: none;
}

.progressive-blur_panel {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur_panel.is-3 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
  mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
}

.progressive-blur_panel.is-9 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
  mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
}

.progressive-blur_panel.is-4 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
}

.progressive-blur_panel.is-8 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
  mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
}

.progressive-blur_panel.is-7 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
  mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
}

.progressive-blur_panel.is-6 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
  mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
}

.progressive-blur_panel.is-5 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
  mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
}

.progressive-blur_panel.is-2 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
  mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
}

.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
  mask: linear-gradient(#000 0% 10%, #0000 30%);
}

.progressive-blur_panel.is-10 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
  mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
}

.progressive-blur_wrap {
  z-index: 1000;
  pointer-events: none;
  height: 3vw;
  min-height: 2rem;
  position: fixed;
  inset: auto 0% 0%;
  overflow: clip;
  transform: rotate(180deg);
}

.logo {
  width: 12em;
  max-width: none;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-decoration: none;
}

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

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

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

.div-block-3 {
  background-color: #bd8181;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .heading-h1.inline.huge {
    font-size: 4.5em;
  }
}

@media screen and (max-width: 991px) {
  .crisp-loader {
    font-size: 2vw;
  }

  .crisp-header__slider-list {
    width: 100%;
  }

  .display-3 {
    font-size: 4em;
  }

  .padding-global {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

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

  .grid-global.is-accordion1-header {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .grid-global.is-footer-contact {
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .accordion1_header-overview {
    display: none;
  }

  .accordion1_header {
    height: auto;
    position: static;
  }

  .image-parallax {
    height: 100%;
  }

  .link-hover_underline {
    display: none;
  }

  .footer1_meta-wrap {
    padding-bottom: 3.75em;
  }
}

@media screen and (max-width: 767px) {
  .crisp-header__content {
    padding-top: 1.75em;
    padding-left: 1.75em;
    padding-right: 1.75em;
  }

  .display-3 {
    font-size: 3em;
  }

  .display-2 {
    margin-left: -.05em;
  }

  .footer1_meta-wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .crisp-header__h1 {
    color: #000;
    font-size: calc(4vw + 4dvh);
  }

  .crisp-header__p {
    color: #000;
  }

  .spacer-custom2 {
    height: 25vh;
  }

  .display-3 {
    font-size: 2.5em;
  }

  .display-3.is-inline {
    font-size: 2em;
  }

  .content1_image-inline {
    width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    padding-right: 0;
    display: block;
  }

  .display-2 {
    line-height: 1.1;
  }

  .heading-h1.inline.huge {
    font-size: 2em;
  }

  .image-gallery1_shift {
    inset: 0;
  }

  .image-gallery1_shift._3 {
    bottom: 0;
    left: 0;
  }

  .image-gallery1_shift._1 {
    left: 0;
  }

  .image-gallery1_shift._2 {
    bottom: 0;
    right: 0;
  }

  .image-gallery1_shift._4 {
    bottom: 0;
  }

  .image-gallery1_wrap {
    grid-column-gap: .75em;
    grid-row-gap: .75em;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .image-gallery1_item {
    position: static;
  }

  .footer1_contact-link {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .footer1_contact-image {
    width: 4em;
    height: 4em;
  }
}

#w-node-f2926db5-3bdb-b38e-e8a5-1faad3b45383-e943d929 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f2926db5-3bdb-b38e-e8a5-1faad3b45386-e943d929 {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa1f-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa22-e943d929 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  place-self: end start;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa27-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa2a-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end start;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa2f-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa32-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end start;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa37-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa3a-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end start;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa40-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa43-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end start;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa48-e943d929 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa4c-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa52-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa55-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end start;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa5a-e943d929 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa5e-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa64-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa67-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end start;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa6c-e943d929 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa70-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa76-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: end;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa79-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  place-self: end start;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa7d-e943d929 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa81-e943d929 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a6c0447e-7309-8c82-5269-8a3fc16be4bd-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be4c4-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be4cb-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be4d2-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be4d9-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be4e0-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be4e7-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be4ee-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be4f5-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be4fc-e943d929, #w-node-a6c0447e-7309-8c82-5269-8a3fc16be503-e943d929 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_66d1ea0d-a943-bbe1-f1bf-ec298d37ccae-e943d929 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_66d1ea0d-a943-bbe1-f1bf-ec298d37ccd0-e943d929 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5c91897-0ab2-0f22-90cb-c780e948c5c6-e943d929 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c5c91897-0ab2-0f22-90cb-c780e948c5d4-e943d929 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

@media screen and (max-width: 991px) {
  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa1f-e943d929, #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa27-e943d929, #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa2f-e943d929, #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa37-e943d929, #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa40-e943d929 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa43-e943d929 {
    grid-column: span 1 / span 1;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa48-e943d929 {
    grid-area: 1 / 6 / 2 / 7;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa4c-e943d929 {
    grid-column: span 4 / span 4;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa52-e943d929, #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa55-e943d929 {
    grid-column: span 1 / span 1;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa5a-e943d929 {
    grid-area: 1 / 6 / 2 / 7;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa5e-e943d929 {
    grid-column: span 4 / span 4;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa64-e943d929 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa67-e943d929 {
    grid-column: span 1 / span 1;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa6c-e943d929 {
    grid-area: 1 / 6 / 2 / 7;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa70-e943d929 {
    grid-column: span 4 / span 4;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa76-e943d929 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa79-e943d929 {
    grid-column: span 1 / span 1;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa7d-e943d929 {
    grid-area: 1 / 6 / 2 / 7;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa81-e943d929 {
    grid-column: span 4 / span 4;
  }

  #w-node-_66d1ea0d-a943-bbe1-f1bf-ec298d37ccae-e943d929 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-c5c91897-0ab2-0f22-90cb-c780e948c5c6-e943d929, #w-node-c5c91897-0ab2-0f22-90cb-c780e948c5d4-e943d929 {
    grid-column: span 6 / span 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2926db5-3bdb-b38e-e8a5-1faad3b45386-e943d929 {
    grid-row: 2 / 3;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa48-e943d929 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa4c-e943d929 {
    grid-column: span 6 / span 6;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa5a-e943d929 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa5e-e943d929 {
    grid-column: span 6 / span 6;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa6c-e943d929 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa70-e943d929 {
    grid-column: span 6 / span 6;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa7d-e943d929 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_06ab8e8f-00c7-f13b-c4fb-d875183caa81-e943d929 {
    grid-column: span 6 / span 6;
  }
}


@font-face {
  font-family: 'Haffer XH';
  src: url('../fonts/HafferXHRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer Mono';
  src: url('../fonts/HafferMonoMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer Mono';
  src: url('../fonts/HafferMonoRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferHeavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haffer';
  src: url('../fonts/HafferSemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}