.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 {
  color: #fff;
  background-color: #7030a0;
  font-family: Opensans Regular, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.divider.abstand {
  margin-top: 5vw;
  margin-bottom: 5vw;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.relative {
  position: relative;
}

.section.abstand {
  margin-top: 160px;
  margin-bottom: 160px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 12px 25px;
  font-family: Opensans, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #7030a0;
  background-color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.label.big {
  text-transform: none;
  margin-top: 60px;
  font-size: 20px;
  line-height: 30px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: 1;
}

.paragraph-light.centered {
  text-align: center;
}

.paragraph-light.centered.narrow {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.heading-big {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 74px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  z-index: 20;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  z-index: 10;
  margin-bottom: 20px;
  position: absolute;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.logo-a {
  height: 5vw;
  margin-bottom: 20px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-wrap {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 40px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
}

.details-wrap {
  margin-bottom: 30px;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.kontakteintrag {
  opacity: .7;
  margin-bottom: 5px;
}

.kontakteintrag:hover {
  opacity: 1;
  color: #fff;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.intro-text {
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.logowrapper {
  z-index: 20;
  height: 6vw;
  justify-content: center;
  margin-top: 66px;
  margin-bottom: 20px;
  display: flex;
}

.logowrapper.home {
  height: 8vw;
  margin-top: 120px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.link-inline {
  color: #fff;
  display: inline-block;
}

.link-inline:hover, .link-footer:hover {
  opacity: .5;
  color: #fff;
}

.footerlinks {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.back-to-top-button-wrapper {
  z-index: 10;
  width: 48px;
  height: 48px;
  background-color: #12141d;
  border: 1px #12141d;
  border-radius: 50%;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.button-circle {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-circle:hover {
  opacity: .75;
}

.button-circle-icon {
  width: 20px;
  height: 20px;
  filter: invert();
}

.slider {
  z-index: 5;
  height: 100vh;
}

.image-slider {
  width: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-slider._01 {
  background-image: linear-gradient(rgba(112, 48, 160, .65), rgba(112, 48, 160, .65)), url('../images/BerlinHyp-1920x1080.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-slider._02 {
  background-image: linear-gradient(rgba(112, 48, 160, .65), rgba(112, 48, 160, .65)), url('../images/7200_89_510-1920x1080.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-slider._03 {
  background-image: linear-gradient(rgba(112, 48, 160, .65), rgba(112, 48, 160, .65)), url('../images/7200_112_13-1920x1080.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-slider._04 {
  background-image: linear-gradient(rgba(112, 48, 160, .65), rgba(112, 48, 160, .65)), url('../images/7200_112_14-1920x1080.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-slider._05 {
  background-image: linear-gradient(rgba(112, 48, 160, .65), rgba(112, 48, 160, .65)), url('../images/7200_112_507-1920x1080.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.image-slider._06 {
  background-image: linear-gradient(rgba(112, 48, 160, .65), rgba(112, 48, 160, .65)), url('../images/7200_191_5-1920x1080.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.left-arrow, .right-arrow, .slide-nav {
  opacity: 0;
}

.kontaktblock {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.kontakt-reihe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.button-back {
  z-index: 1000000;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7030a0;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: 30px;
  padding: 10px 12px;
  font-family: Opensans Regular, sans-serif;
  font-size: 30px;
  line-height: 20px;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button-back:hover {
  color: #7030a0;
  background-color: #fff;
}

.button-back:active {
  background-color: #43464d;
}

.firmengrid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: ". . ."
                 ". . ."
                 / 1fr;
  justify-content: center;
  margin-bottom: 120px;
  display: flex;
}

.heading-medium {
  font-size: 40px;
}

.firma {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ankerlink {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.ankerlink:hover {
  opacity: .6;
  color: #fff;
}

.button-top {
  width: 48px;
  height: 48px;
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.paragraph-rechtliches {
  opacity: 1;
}

.paragraph-rechtliches.centered {
  text-align: center;
}

.paragraph-rechtliches.centered.narrow {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .divider.abstand {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.abstand.spacer {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .paragraph-light.centered.narrow {
    max-width: 85%;
  }

  .heading-big {
    font-size: 52px;
    line-height: 60px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-content.cc-homepage {
    width: 80%;
  }

  .logo-a {
    height: 8vw;
    display: inline-block;
  }

  .contact-form-grid {
    width: 94%;
    grid-row-gap: 50px;
    grid-template: "."
                   "."
                   / 1fr;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .intro-text {
    width: auto;
  }

  .logowrapper {
    height: 10vw;
  }

  .logowrapper.home {
    height: 12vw;
  }

  .button-back {
    justify-content: center;
    padding: 8px 10px;
  }

  .firmengrid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-medium {
    font-size: 36px;
    line-height: 44px;
  }

  .paragraph-rechtliches.centered.narrow {
    max-width: 85%;
  }
}

@media screen and (max-width: 767px) {
  .section.cc-cta {
    padding: 15px;
  }

  .section.abstand {
    margin-top: 120px;
    margin-bottom: 60px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-big {
    margin-top: 30px;
    font-size: 44px;
    line-height: 54px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    width: 90%;
  }

  .logo-a {
    height: 12vw;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .logowrapper {
    height: 12vw;
    margin-top: 76px;
  }

  .back-to-top-button-wrapper {
    display: none;
  }

  .kontaktblock {
    flex-direction: row;
    display: flex;
  }

  .button-back {
    margin-top: 20px;
    margin-left: 20px;
    padding: 6px 8px;
  }

  .firmengrid {
    width: 94%;
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .heading-medium {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .divider.abstand {
    margin-top: 15vw;
    margin-bottom: 15vw;
  }

  .section.abstand {
    margin-left: auto;
    margin-right: auto;
  }

  .section.abstand.spacer {
    margin-top: 80px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light.centered.narrow {
    max-width: 95%;
  }

  .heading-big {
    font-size: 30px;
    line-height: 38px;
  }

  .menu {
    margin-left: 15px;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-content.cc-homepage {
    width: 90%;
  }

  .section-heading-wrap {
    margin-bottom: 60px;
  }

  .logo-a {
    height: 17vw;
  }

  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }

  .logowrapper {
    height: 17vw;
  }

  .logowrapper.home {
    height: 17vw;
    margin-top: 80px;
  }

  .footerlinks {
    flex-direction: column;
    align-items: center;
  }

  .kontaktblock {
    flex-direction: column;
  }

  .button-back {
    margin-top: 23px;
    margin-left: 10px;
    padding: 8px 10px;
    font-size: 26px;
  }

  .firmengrid {
    flex-direction: column;
  }

  .heading-medium {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-rechtliches {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-rechtliches.centered.narrow {
    max-width: 95%;
  }
}

#w-node-_1ed1ba37-937d-14ba-ce2b-ef3fca5ec878-ed5dfa6a, #w-node-_1ed1ba37-937d-14ba-ce2b-ef3fca5ec872-ed5dfa6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4a8b6d2-4e68-f7c7-cc34-bfe6085b373c-ed5dfa6a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c4a8b6d2-4e68-f7c7-cc34-bfe6085b3754-ed5dfa6a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7d5137d9-c2a2-32fb-a72d-ceecccb4ea28-ed5dfa6a, #w-node-_4076b014-ab9a-545c-49fd-e5dd3a6fbd2a-ed5dfa6a, #w-node-d0e23da1-2b50-7165-ecff-633924ddb2d5-ed5dfa6a, #w-node-_6ad5f215-4b49-154c-9d4e-d4057121bba5-ed5dfa6a, #w-node-_17b94ae6-991f-323b-7e99-afe2f6388596-ed5dfa6a, #w-node-_2a363602-1846-98b1-b20b-1996ba292af3-ed5dfa6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c4a8b6d2-4e68-f7c7-cc34-bfe6085b3754-ed5dfa6a {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1ed1ba37-937d-14ba-ce2b-ef3fca5ec878-ed5dfa6a {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Opensans Light';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Regular';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Medium';
  src: url('../fonts/OpenSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Bold';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}