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

@font-face {
  font-family: A;
  src: url('../fonts/A-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: A;
  src: url('../fonts/A-BlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: A;
  src: url('../fonts/A-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: A;
  src: url('../fonts/A-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: B;
  src: url('../fonts/B-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: A;
  src: url('../fonts/A-ThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: A;
  src: url('../fonts/A-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: A;
  src: url('../fonts/A-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --dark: #161616;
  --violette: #7736e2;
  --soft-white: #fff6ed;
  --white: white;
}

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

.body, .body-2 {
  background-color: var(--dark);
}

.navbar {
  background-color: #0000;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 48px;
  margin-left: 48px;
  margin-right: 48px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.image {
  width: 56px;
}

.nav-menu {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: block;
}

.nav-link-button {
  z-index: 0;
  border: 1px solid var(--violette);
  color: var(--soft-white);
  letter-spacing: 2px;
  border-radius: 100px;
  padding: 17px 32px 16px;
  font-family: B, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-link-button:hover {
  z-index: 0;
  background-color: var(--violette);
  color: var(--soft-white);
}

.nav-link {
  display: none;
  overflow: hidden;
}

.nav-link-2 {
  display: none;
}

.image-2 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block {
  justify-content: center;
  display: block;
  position: static;
}

.heading-1 {
  z-index: 1;
  color: var(--soft-white);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: A, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 90px;
  position: absolute;
  top: 0;
}

.heading-1.outlined {
  color: var(--violette);
}

.outline-text {
  z-index: 2;
  color: var(--violette);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: A, sans-serif;
  font-size: 100px;
  font-weight: 500;
  line-height: 90px;
  position: absolute;
  transform: rotate(-4deg);
}

.div-block-2 {
  position: relative;
  bottom: 180px;
}

.div-block-3 {
  background-color: #0000;
  background-image: url('../images/Intro-Image.png');
  background-position: 0 100%;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  padding-right: 162px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-4 {
  background-image: url('../images/Intro-Image.png');
  background-position: 0 100%;
  background-size: 747px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.div-headline-outline {
  z-index: 2;
  flex: 0 auto;
  align-self: auto;
  width: 592px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: relative;
  inset: auto 0% 10%;
}

.text-block {
  z-index: 3;
  color: var(--soft-white);
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 172px;
  font-family: B, sans-serif;
  font-size: 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-6 {
  z-index: 3;
  position: sticky;
  bottom: auto;
}

.div-background-image {
  object-fit: fill;
  justify-content: center;
  width: 100%;
  height: 0%;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.image-3 {
  object-fit: cover;
  display: block;
  position: absolute;
  inset: auto 0% 0% 20%;
}

.div-block-7 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

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

.section {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  display: block;
}

.image-4 {
  object-fit: cover;
  max-width: 747px;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-9 {
  width: 94%;
  max-width: 53%;
  margin-left: -153px;
  margin-right: 0;
  position: fixed;
  inset: auto 0% 0% 20%;
}

.text-block-2 {
  color: var(--soft-white);
  text-align: center;
  letter-spacing: 2px;
  font-family: B, sans-serif;
  font-size: 20px;
  position: static;
  inset: auto 0% 0%;
}

.div-block-10 {
  z-index: 3;
  margin-left: 48px;
  margin-right: 48px;
  position: absolute;
  inset: auto 0% 180px;
}

.image-5 {
  margin-left: 48px;
  margin-right: 48px;
}

.div-block-11 {
  z-index: 1;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: 48px;
  margin-right: 48px;
  padding-left: 0;
  display: inline-block;
  position: fixed;
  inset: auto 0% 0%;
}

.image-6 {
  object-fit: cover;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  margin-left: 48px;
  margin-right: 48px;
  padding-left: 84px;
  display: flex;
  position: absolute;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.image-7 {
  object-fit: contain;
  width: 150%;
  max-width: 150%;
  height: 74vh;
  padding-right: 0;
  position: absolute;
  inset: auto 0% 0% -55%;
  overflow: hidden;
}

.image-7:hover {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
}

.div-block-14 {
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto 5% 0% 0%;
}

.cursor-wrapper {
  z-index: 1000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  border: 2px solid var(--violette);
  color: var(--violette);
  background-color: #fff6ed;
  border-radius: 20px;
  width: 20px;
  height: 20px;
}

.button-violette-outlined {
  border: 1px solid var(--violette);
  background-color: var(--dark);
  letter-spacing: 2px;
  border-radius: 100px;
  padding: 17px 32px 16px;
  font-family: B, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.button-violette-outlined:hover {
  border-color: var(--soft-white);
  background-color: var(--violette);
  font-size: 16px;
  transform: scale(1.05);
}

.googlemaps {
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  width: auto;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 32px;
    margin-left: 32px;
    margin-right: 32px;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: space-around;
    display: flex;
  }

  .nav-link-button {
    display: flex;
  }

  .div-headline-outline {
    width: 78%;
    margin-left: 32px;
    margin-right: 32px;
  }

  .div-block-9 {
    margin-left: 0;
    left: -30%;
  }

  .div-block-10 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .menu-button, .icon {
    display: none;
  }

  .image-7 {
    max-width: 820px;
  }

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
    inset: auto auto 0% -24%;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 24px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-menu {
    background-color: #0000;
    inset: 0% 0% 0% auto;
  }

  .heading-1, .outline-text {
    font-size: 39px;
    line-height: 49px;
  }

  .div-headline-outline {
    justify-content: center;
    align-self: auto;
    margin-left: 16px;
    margin-right: 16px;
    display: flex;
    position: relative;
    bottom: 10%;
    left: auto;
    right: auto;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .div-block-10 {
    margin-left: 16px;
    margin-right: 16px;
    bottom: 64px;
  }

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

  .image-7 {
    object-fit: contain;
    width: 149%;
    height: 62vh;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .div-block-14 {
    object-fit: fill;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0%;
  }

  .cursor-wrapper {
    display: none;
  }

  .button-violette-outlined {
    padding-top: 17px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    position: static;
  }

  .button-violette-outlined:hover {
    font-size: 14px;
    transform: none;
  }
}


@font-face {
  font-family: 'A';
  src: url('../fonts/A-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'B';
  src: url('../fonts/B-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'B';
  src: url('../fonts/B-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'A';
  src: url('../fonts/A-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}