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

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

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

:root {
  --standard: #ffbfe4;
  --standard-light: #ffd1ec;
  --bg: #3a41d2;
  --hover-red: white;
  --white: #3a41d2;
}

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

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

body {
  color: var(--standard);
  letter-spacing: .047rem;
  background-color: #000;
  font-family: Syne, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 19px;
}

.bg__wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--standard);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-clip: border-box;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-end end;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
}

.header__wrapper {
  z-index: 100;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 32px 48px;
  display: flex;
  position: relative;
}

.header__wrapper.centered {
  border-bottom: 1px solid var(--standard);
  justify-content: center;
}

.arrow-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.arrow-line {
  background-color: var(--standard);
  width: 100%;
  height: 1.5px;
}

.header__menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-nav__link {
  padding-left: 0;
  padding-right: 0;
  font-family: Syne, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .25s;
  position: relative;
}

.image {
  height: 28px;
  margin-left: -12px;
}

.main {
  z-index: 100;
  padding: 0;
  position: relative;
}

.title {
  letter-spacing: -.2vh;
  margin-left: -.75vh;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 24vw;
  font-weight: 400;
  line-height: 20vw;
}

.title__wrapper {
  width: 100%;
  margin-top: -4vh;
  padding-left: 48px;
  padding-right: 48px;
  overflow: hidden;
}

.marquee-horizontal {
  z-index: 200;
  border-top: 1.5px solid var(--standard);
  border-bottom: 1.5px solid var(--standard);
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10vh;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 4.75vh;
  font-weight: 400;
  line-height: 4.75vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  right: 0;
}

.marquee-text {
  flex: none;
  margin-right: 60px;
}

.page__content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
  display: flex;
  position: relative;
  inset: 0%;
}

.footer {
  position: relative;
}

.footer__menu-wrapper {
  border-top: 1px solid var(--standard);
  text-align: right;
  justify-content: space-between;
  padding: 25px 3rem;
  display: flex;
}

.footer__menu-wrapper.centered {
  justify-content: center;
}

.text-block {
  color: var(--standard-light);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
  overflow: hidden;
}

.container {
  border-top: 1.5px solid var(--standard);
  border-bottom: 1.5px solid var(--standard);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 10vh;
  padding-top: 2.75vh;
  padding-bottom: 2.75vh;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 4.5vh;
  font-weight: 400;
  line-height: 4.5vh;
  display: none;
  overflow: hidden;
}

.inner-container {
  align-items: center;
  display: flex;
}

.h1 {
  white-space: nowrap;
  display: inline-block;
}

.marquee-horizontal-2 {
  z-index: 200;
  border-top: 1.5px solid var(--standard);
  border-bottom: 1.5px solid var(--standard);
  color: var(--standard);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 10vh;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 5vh;
  font-weight: 400;
  line-height: 5vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.track-horizontal-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-text-2 {
  color: var(--standard);
  -webkit-text-stroke-color: var(--standard);
  text-transform: none;
  flex: none;
  margin-right: 1.5rem;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 5vh;
}

.body {
  background-color: var(--bg);
  flex-flow: column;
  display: flex;
}

.image-2 {
  z-index: 0;
  float: right;
  width: 80vw;
  margin-top: 0;
  margin-bottom: 15vh;
  position: relative;
  right: 0;
}

.flex-block {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.page__header {
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  inset: 0%;
}

.description {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom: 2px dotted var(--standard);
  letter-spacing: .025rem;
  text-transform: none;
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 40.625rem;
  margin-bottom: 0;
  padding-bottom: 4.5rem;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.4rem;
  display: flex;
  position: relative;
}

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

.image_wrapper {
  aspect-ratio: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  background-image: url('../images/1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  position: sticky;
  top: 3rem;
  overflow: hidden;
}

.about {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 74.625rem;
  height: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.flex-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  letter-spacing: .01rem;
  text-indent: 0;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-3 {
  object-fit: cover;
  min-width: 360px;
  max-width: 472px;
  min-height: 100%;
  position: relative;
}

.flex-block-5 {
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  min-width: auto;
  max-width: 472px;
  margin-top: 0;
  padding-top: 0;
}

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

.heading {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.65rem;
  display: flex;
  overflow: hidden;
}

.contact {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  border-top: 2px dotted var(--standard);
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 74.625rem;
  height: 100%;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.headline {
  object-fit: fill;
  justify-content: space-between;
  width: 40%;
  min-width: auto;
  max-width: 472px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.description-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom-width: 2px;
  border-bottom-color: var(--standard);
  color: var(--standard-light);
  letter-spacing: .025rem;
  text-transform: none;
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: auto;
  max-width: 650px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-2 {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  justify-content: flex-start;
  width: auto;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 7.5vh;
  font-weight: 400;
  line-height: 7.5vh;
  display: flex;
  position: relative;
}

.icon__mail {
  width: 2rem;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding-left: 2px;
  padding-right: 2px;
}

.address-line {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--standard-light);
  justify-content: flex-start;
  align-items: center;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: flex;
}

.address-line:hover {
  color: var(--hover-red);
}

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

.link-block {
  color: var(--standard);
  text-decoration: none;
  transition: color .25s;
}

.link-block:hover {
  color: var(--hover-red);
}

.image-4 {
  height: 7px;
}

.image-5 {
  width: 34px;
  max-width: none;
}

.flex-block-6 {
  width: 29px;
  height: 29px;
  display: block;
  overflow: hidden;
}

.flex-block-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.page__header__subpage {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.imprint {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 74.625rem;
  height: 100%;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
}

.backlink {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--standard);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 40.625rem;
  text-decoration: none;
  display: flex;
}

.backlink:hover {
  color: var(--hover-red);
}

.image-6 {
  width: 24px;
  min-width: 24px;
}

.text-block-mobile {
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: none;
  overflow: hidden;
}

.text-block-desktop {
  color: var(--standard-light);
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
  overflow: hidden;
}

.text-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 2px dotted var(--standard);
  margin-bottom: 2rem;
  padding-bottom: 3.5rem;
}

.text-wrapper.last {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.code-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.nav__link {
  color: var(--standard-light);
  border-bottom: 2px solid #fff0;
  flex-flow: column;
  align-items: stretch;
  padding: 0 0 4px;
  font-family: Syne, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: flex;
  position: relative;
}

.nav__link:hover {
  border-bottom-color: var(--hover-red);
  color: var(--hover-red);
}

.description-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-bottom-width: 2px;
  border-bottom-color: var(--standard);
  letter-spacing: .025rem;
  text-transform: none;
  flex-flow: column;
  flex: none;
  align-items: flex-start;
  width: auto;
  max-width: 650px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Viaodalibre, Times New Roman, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .bg__wrapper {
    width: 100vw;
    height: 75vh;
  }

  .header__wrapper {
    padding: 24px 32px;
  }

  .header-nav__link {
    font-size: 1.25rem;
  }

  .title {
    margin-top: 48px;
    font-size: 28vw;
    line-height: 20vh;
  }

  .title__wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page__content, .footer__menu-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block {
    font-size: 1.25rem;
  }

  .marquee-horizontal-2 {
    height: 5rem;
    font-size: 2.5vh;
    line-height: 3.5vh;
  }

  .marquee-text-2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .image-2 {
    width: 120vw;
    max-width: none;
    margin-bottom: 8vh;
  }

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

  .page__header {
    height: 75vh;
  }

  .description {
    padding-bottom: 2.5rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .about {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .flex-block-4 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .flex-block-5 {
    width: 50%;
  }

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

  .heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .contact {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-bottom: 10rem;
  }

  .headline {
    width: 50%;
  }

  .description-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .title-2 {
    font-size: 3.5rem;
    line-height: 3.5rem;
  }

  .address-line {
    font-size: 1.5rem;
  }

  .text-block-mobile, .text-block-desktop {
    font-size: 1.25rem;
  }

  .text-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    margin-bottom: 1rem;
    padding-top: .5rem;
  }

  .nav__link {
    font-size: 1.25rem;
  }

  .description-3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .bg__wrapper {
    height: 100vh;
  }

  .header__wrapper {
    padding: 1.5rem 1rem;
  }

  .header__menu-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .header-nav__link {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .title {
    margin-top: 0;
    margin-bottom: 5vh;
    font-size: 30vw;
    line-height: 25vw;
  }

  .title__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .footer__menu-wrapper {
    padding: 1rem;
  }

  .text-block {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .marquee-horizontal-2 {
    height: 65px;
    font-size: 35px;
    line-height: 35px;
  }

  .marquee-text-2 {
    margin-right: .75rem;
    font-size: 2rem;
    line-height: 2rem;
  }

  .image-2 {
    width: 110vw;
    margin-top: 20vh;
    margin-bottom: 0;
  }

  .page__header {
    height: 100vh;
  }

  .description {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .image_wrapper {
    top: 2rem;
  }

  .about {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .flex-block-4 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .textblock {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .heading {
    font-size: 1.65rem;
    line-height: 2rem;
  }

  .contact {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 2.5rem;
    padding-bottom: 6.25rem;
  }

  .description-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    letter-spacing: .035rem;
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 1.55rem;
    line-height: 1.9rem;
  }

  .title-2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .icon__mail {
    width: 1.5rem;
  }

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

  .address-line {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    font-size: 1.55rem;
    line-height: 1.55rem;
  }

  .image-5 {
    width: 26px;
  }

  .flex-block-6 {
    width: 24px;
    height: 24px;
  }

  .flex-block-7 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 1rem;
  }

  .imprint {
    padding-top: 5rem;
  }

  .text-block-mobile {
    font-size: 1rem;
    line-height: 1.25rem;
    display: none;
  }

  .text-block-desktop {
    font-size: 1rem;
    line-height: 1.25rem;
  }

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

  .nav__link {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .description-3 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  .bg__wrapper {
    height: 85vh;
    overflow: hidden;
  }

  .header__wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding: 24px 16px;
  }

  .header__menu-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .header-nav__link {
    text-align: left;
  }

  .title {
    font-size: 32vw;
    line-height: 28vw;
  }

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

  .footer__menu-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .image-2 {
    width: 120vw;
    margin-top: -10vh;
    margin-right: -10vw;
  }

  .page__header {
    height: 85vh;
    overflow: hidden;
  }

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

  .about {
    flex-flow: column;
    padding-bottom: 3.5rem;
  }

  .flex-block-4 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .flex-block-5 {
    width: 100%;
  }

  .textblock {
    padding-top: 1rem;
  }

  .contact {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
    padding-top: 3rem;
  }

  .headline {
    width: 100%;
  }

  .flex-block-7 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 1rem;
  }

  .text-block-mobile {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    line-height: 1.5rem;
    display: block;
  }

  .text-block-desktop {
    text-align: center;
    display: none;
  }

  .nav__link {
    border: 1px solid var(--standard);
    text-align: left;
    border-radius: 20px;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}


@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Bold.woff2') format('woff2'), url('../fonts/Syne-Bold.woff') format('woff'), url('../fonts/Syne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Viaodalibre';
  src: url('../fonts/ViaodaLibre-Regular.woff') format('woff'), url('../fonts/ViaodaLibre-Regular.ttf') format('truetype'), url('../fonts/ViaodaLibre-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Syne';
  src: url('../fonts/Syne-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}