:root {
  --floral-white: #fffbf5;
  --black: #220300;
}

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

.body_main {
  background-color: var(--floral-white);
}

.section-hero {
  width: 100vw;
  height: 100vh;
  padding: 1.5rem;
}

.hero-container {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 16vw;
  display: flex;
  position: relative;
}

.main-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Yport;
  font-size: 8vw;
  font-weight: 300;
  line-height: 8vw;
  display: none;
}

.h2-heading {
  color: var(--black);
  text-align: center;
  letter-spacing: .75vw;
  margin-top: 0;
  font-family: Eiko, sans-serif;
  font-size: 1.8vw;
  font-weight: 500;
  line-height: 3vw;
}

.section-content {
  min-height: 100vh;
  background-image: linear-gradient(rgba(255, 251, 245, .92), rgba(255, 251, 245, .92)), url('../images/wave-pattern.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 150px;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 4rem;
  display: flex;
}

.section-content.top-padding-large {
  grid-row-gap: 5rem;
  padding-top: 5rem;
}

.h3-heading {
  max-width: 500px;
  color: var(--black);
  text-align: center;
  letter-spacing: .5rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Eiko, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 3rem;
}

.h-content-wrapper {
  max-width: 1000px;
  justify-content: space-between;
  display: flex;
}

.h-content-wrapper.reverse {
  flex-direction: row-reverse;
}

.section-column-48 {
  width: 48%;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.paragraph-y {
  -webkit-text-stroke-width: .5px;
  font-family: Yport book, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2rem;
}

.paragraph-y.max-width-56 {
  max-width: 56%;
}

.paragraph-y.max-width-56.align-center {
  text-align: center;
}

.paragraph-y.list {
  margin-bottom: .1rem;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.paragraph-y.link {
  color: var(--black);
  cursor: pointer;
  align-self: flex-start;
  transition: all .2s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
}

.paragraph-y.link:hover {
  color: rgba(34, 3, 0, .5);
}

.paragraph-y.link:visited {
  color: var(--black);
}

.paragraph-y.align-left {
  align-self: flex-start;
}

.section-column-40 {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.v-content-wrapper {
  max-width: 1000px;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.v-content-wrapper.align-center {
  align-items: center;
}

.v-content-wrapper.gap-row4rem {
  grid-row-gap: 4rem;
  padding-bottom: 4rem;
}

.h4-heading {
  max-width: 540px;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  font-family: Eiko, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.group-wrapper {
  width: 82%;
  align-items: center;
  margin-left: 4rem;
  margin-right: 4rem;
  display: flex;
}

.group-wrapper.reverse {
  flex-direction: row-reverse;
}

.subheading {
  color: var(--black);
  align-self: flex-start;
  margin-top: 0;
  font-family: Eiko, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
}

.list-2 {
  padding-left: 20px;
}

.list-container {
  flex: 1;
}

.image-margin-right-64 {
  margin-right: 64px;
}

.j-s-svg {
  z-index: 2;
  width: 35vh;
  height: 102vh;
  color: rgba(255, 251, 245, .3);
  position: absolute;
  top: -1vh;
  bottom: 0%;
  left: auto;
  right: -2vh;
}

.image-size-1 {
  max-width: 400px;
}

.hero-background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-heading-wrapper {
  z-index: 10;
  width: 50%;
  flex-direction: column;
  display: flex;
  position: relative;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 70% 100%;
  background-color: rgba(221, 221, 221, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background-image.position-z-3 {
  z-index: 3;
}

.hero-background-image.position-z-3.position-top-centered {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-background-image.position-z-3.position-top-centered.slide-2 {
  background-image: url('../images/tina_meditating.JPG');
  background-position: 50% 70%;
}

.hero-background-image.position-z-3.position-top-centered.slide-3 {
  background-image: url('../images/space_frontal.jpeg');
  background-position: 50%;
}

.hero-background-image.position-z-3.position-top-centered.slide-4 {
  background-image: url('../images/space_lights_on.jpeg');
  background-position: 50% 100%;
}

.nav-link {
  color: var(--black);
  letter-spacing: -.006rem;
  padding: 1rem 1.5rem;
  font-family: Eiko, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(34, 3, 0, .5);
}

.nav-link.w--current {
  color: var(--black);
  text-decoration: underline;
}

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

.underline {
  width: 0%;
  height: 2px;
  background-color: var(--black);
}

.text-block {
  margin-bottom: 8px;
}

.link {
  font-family: Yport;
}

.section-kontakt {
  grid-row-gap: 2rem;
  background-image: linear-gradient(rgba(255, 251, 245, .92), rgba(255, 251, 245, .92)), url('../images/wave-pattern.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 150px;
  flex-direction: column;
  align-items: center;
  padding: 2rem 4rem;
  display: flex;
}

.calendly-calendar {
  filter: sepia(20%);
  margin-right: 4rem;
}

.kontakt_info-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: flex-start;
  display: flex;
}

.navbar_container {
  width: auto;
  height: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / min-content;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_tablet-menu-button {
  color: rgba(0, 0, 0, 0);
  background-color: #000;
  border: 1px solid #000;
  margin-left: 1rem;
  padding: .5rem 1.5rem;
  display: none;
}

.navbar_menu-button {
  padding: 0;
}

.navbar {
  width: auto;
  min-height: 4.5rem;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background-color: var(--floral-white);
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar_logo-link-menu {
  width: 80px;
  height: 40px;
  margin-left: 2rem;
  margin-right: 2rem;
  padding-left: 0;
}

.navbar_logo-link {
  padding-left: 0;
  display: none;
}

.navbar_menu-background {
  display: none;
  position: static;
}

.navbar_menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: -1rem;
  display: flex;
  position: static;
}

.button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button.is-navbar-button {
  background-color: var(--black);
  color: var(--floral-white);
  border-style: none;
  border-width: 0;
  margin-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Eiko, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.button.is-navbar-button:hover {
  background-color: rgba(34, 3, 0, .5);
}

.footer1_credit-text {
  font-family: Yport book, sans-serif;
  font-weight: 400;
}

.footer1_social-link {
  grid-column-gap: .5rem;
  grid-row-gap: .75rem;
  color: var(--black);
  cursor: pointer;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Yport;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  display: flex;
}

.footer1_social-link:hover {
  color: rgba(34, 3, 0, .5);
}

.footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer1_bottom-wrapper.max-width {
  width: 100%;
  max-width: 1000px;
  font-family: Yport;
  font-size: .875rem;
  line-height: 1.5rem;
}

.footer1_bottom-wrapper.max-width.keep-horizontal {
  margin-top: 4rem;
}

.footer1_link-list {
  grid-column-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-items: start;
  display: none;
}

.footer1_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer1_logo-link {
  width: 80px;
  height: 40px;
  margin-bottom: 2rem;
}

.footer1_legal-link {
  color: var(--black);
  font-size: .875rem;
  text-decoration: underline;
}

.footer1_legal-link:hover {
  color: rgba(34, 3, 0, .5);
}

.footer1_legal-link:visited {
  color: var(--black);
}

.image {
  width: 80px;
  height: 40px;
}

.footer {
  background-image: url('../images/clouds.svg'), linear-gradient(rgba(255, 251, 245, .92), rgba(255, 251, 245, .92)), url('../images/wave-pattern.svg');
  background-position: 50% 100%, 0 0, 0 0;
  background-repeat: repeat-x, repeat, repeat;
  background-size: 150px, auto, 150px;
  flex-direction: column;
  align-items: center;
  padding: 4rem 4rem 8rem;
  display: flex;
}

.heading-svg {
  width: 100%;
  color: var(--black);
  text-shadow: 0 1px 1px rgba(34, 3, 0, .12);
}

.section-impressum {
  grid-row-gap: 2rem;
  background-image: linear-gradient(rgba(255, 251, 245, .92), rgba(255, 251, 245, .92)), url('../images/wave-pattern.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 150px;
  flex-direction: column;
  align-items: center;
  padding: 2rem 4rem;
  display: flex;
}

.paragraph-impressum {
  letter-spacing: .02rem;
  font-family: Yport book, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}

.impressum-content {
  flex-direction: column;
  align-self: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.arrow-link {
  font-family: Yport book, sans-serif;
}

.slide-nav {
  display: none;
}

.gallery13_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery13_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery13_image-wrapper {
  height: 100vh;
  position: relative;
}

.section_gallery13 {
  overflow: hidden;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery13_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.gallery13_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.gallery13_arrow.hide-mobile-landscape {
  margin-left: 2rem;
  margin-right: 2rem;
  bottom: 4rem;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery13_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
  justify-items: stretch;
}

.gallery13_slide-nav {
  height: 1.75rem;
  margin-bottom: 2rem;
  font-size: .5rem;
  display: none;
}

.text-align-center {
  text-align: center;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gallery13_mask {
  background-image: linear-gradient(rgba(255, 251, 245, .8), rgba(255, 251, 245, .8)), url('../images/wave-pattern.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 150px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.slider-mask {
  background-image: linear-gradient(rgba(255, 251, 245, .84), rgba(255, 251, 245, .84)), url('../images/wave-pattern.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 150px;
}

.left-arrow, .slide-nav-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .hero-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .main-heading {
    font-size: 12vw;
    line-height: 13vw;
  }

  .h2-heading {
    font-size: 3vw;
    line-height: 4vw;
  }

  .section-content {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .section-content.top-padding-large {
    grid-row-gap: 2.5rem;
    padding-bottom: 0;
  }

  .h3-heading {
    max-width: 640px;
  }

  .h-content-wrapper {
    max-width: 96%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .paragraph-y {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .paragraph-y.max-width-56 {
    max-width: 80%;
  }

  .v-content-wrapper {
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .v-content-wrapper.gap-row4rem {
    grid-row-gap: 3rem;
  }

  .group-wrapper {
    width: 92%;
  }

  .image-margin-right-64 {
    width: 40%;
  }

  .image-size-1 {
    width: 100%;
  }

  .hero-heading-wrapper {
    width: 90%;
  }

  .hero-background-image.position-z-3.position-top-centered.slide-3 {
    background-position: 30%;
  }

  .nav-link {
    text-align: center;
  }

  .nav-link.home {
    display: block;
  }

  .kontakt_info-wrapper {
    grid-row-gap: .5rem;
    align-self: center;
    margin-bottom: 4rem;
  }

  .image_praxis {
    width: 40%;
  }

  .navbar_container {
    width: 100%;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .navbar_tablet-menu-button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
    display: none;
  }

  .navbar_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon3_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar {
    width: 100%;
  }

  .menu-icon3_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_logo-link-menu {
    float: none;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    display: none;
    position: static;
  }

  .navbar_menu-background {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navbar_menu {
    z-index: 1;
    width: 100vw;
    height: 100dvw;
    background-color: var(--floral-white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    padding: 64px 5vw 6.5rem;
    transition: height .5s;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
    overflow: auto;
  }

  .menu-icon3 {
    z-index: 10;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .button.is-navbar-button.w--current {
    display: none;
  }

  .menu-icon3_line-middle {
    width: 24px;
    height: 2px;
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-impressum {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

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

  .gallery13_arrow.hide-mobile-landscape {
    width: 3rem;
    height: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-hero {
    padding: .75rem;
  }

  .section-content.top-padding-large {
    grid-row-gap: 2rem;
  }

  .h3-heading {
    max-width: 96%;
    text-align: left;
  }

  .h-content-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .h-content-wrapper.reverse {
    flex-direction: column;
  }

  .section-column-48 {
    width: 96%;
    grid-row-gap: 1rem;
    align-items: center;
  }

  .paragraph-y.max-width-56 {
    max-width: 92%;
  }

  .paragraph-y.max-width-56.align-center {
    text-align: left;
  }

  .section-column-40 {
    width: 100%;
    align-items: center;
  }

  .v-content-wrapper, .v-content-wrapper.align-center {
    width: 96%;
    align-items: flex-start;
  }

  .h4-heading {
    width: 100%;
    text-align: left;
  }

  .group-wrapper {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .group-wrapper.reverse {
    flex-direction: column;
  }

  .list-container {
    width: 100%;
  }

  .image-margin-right-64 {
    width: 80%;
    margin-top: 2rem;
    margin-right: 0;
  }

  .hero-background-image.position-z-3.position-top-centered.slide-3 {
    background-position: 45%;
  }

  .nav-link {
    width: 100%;
    height: auto;
    min-width: 100vw;
    background-color: var(--floral-white);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-kontakt {
    padding: 2.5rem 1.2rem;
  }

  .kontakt_info-wrapper {
    width: 100%;
  }

  .image_praxis {
    width: 80%;
    margin-top: 2rem;
  }

  .navbar {
    min-height: 4rem;
  }

  .navbar_menu {
    width: 100vw;
    padding-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .button.is-navbar-button {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }

  .footer1_credit-text {
    margin-top: 1.5rem;
  }

  .footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer1_bottom-wrapper.max-width.keep-horizontal {
    width: 96%;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer1_legal-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: max-content;
    grid-auto-flow: row;
    margin-top: 1.5rem;
  }

  .footer {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .section-impressum {
    padding: 3.5rem 1.2rem 2.5rem;
  }

  .paragraph-impressum {
    font-size: 1rem;
  }

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

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery13_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero-container {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .main-heading {
    font-size: 14vw;
  }

  .h2-heading {
    font-size: 5vw;
    line-height: 8vw;
  }

  .image-margin-right-64 {
    width: 100%;
  }

  .j-s-svg {
    width: 25vh;
    top: 0;
    bottom: -1vh;
  }

  .hero-heading-wrapper {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-kontakt {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image_praxis {
    width: 100%;
  }

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

  .navbar_menu {
    height: 100dvh;
  }

  .footer1_bottom-wrapper.max-width.keep-horizontal {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer1_link-list {
    flex-direction: column;
  }

  .footer, .section-impressum {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-_0e275c26-d299-ac6c-d7e4-8873e6504587-fff4b271 {
  justify-self: end;
}

#w-node-dad5d056-102e-c726-0125-7f119777e340-fff4b271, #w-node-_2bef750c-91cc-8830-ebae-4e84d726c377-fff4b271 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e275c26-d299-ac6c-d7e4-8873e6504587-fdda5713 {
  justify-self: end;
}

#w-node-dad5d056-102e-c726-0125-7f119777e340-fdda5713, #w-node-_2bef750c-91cc-8830-ebae-4e84d726c377-fdda5713 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Yport book';
  src: url('../fonts/YportWeb-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eiko';
  src: url('../fonts/PPEiko-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}