@font-face {
  font-family: "Cc 0 1";
  src: url('../fonts/CC0-1.0-Universal-CC0-1.0--Public-Domain-Dedication.txt') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --steel-blue-2: #2e80b6;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --dark-slate-gray: #2d3e4f;
  --medium-sea-green: #30ad64;
  --black: #192024;
  --dark-khaki: #a8d069;
  --dark-slate-gray-2: #404047;
  --steel-blue: #3b99d9;
  --light-slate-gray: #8e8e9c;
  --light-sea-green-2: #20ac99;
  --firebrick: #bf3a30;
  --dodger-blue: #2e9dff;
  --indian-red: #cf404d;
  --salmon: #fd7072;
  --tan: #d39f9a;
  --brown: #822e50;
  --cadet-blue: #668cad;
  --dim-gray: #735260;
  --khaki: #face6a;
  --goldenrod: #e2a62b;
  --pale-turquoise: #bfe0ff;
  --dim-gray-3: #676770;
  --light-sky-blue: #69b9ff;
  --silver: #bec3c7;
  --light-sea-green: #25ccbf;
  --indian-red-2: #af4173;
  --sandy-brown-2: #e4b962;
  --tomato: #e64c40;
  --white-smoke: #ecf0f1;
  --salmon-2: #fc7d64;
  --dim-gray-2: #49647b;
  --sandy-brown: #f8c740;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  background-color: var(--steel-blue-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #fff;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #fff;
  text-transform: uppercase;
}

.navigation-bar {
  background-color: #ffffff4d;
  padding-top: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
  padding-top: 40px;
}

.white-box {
  text-align: center;
  background-color: #192024;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  height: 100vh;
  box-shadow: 0 20px 5px 0 var(--white-smoke-3);
  text-align: center;
  background-image: linear-gradient(#2e9dff80, #2e9dff38), url('../images/skyscraper-buildings-sky-view-big-city.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px solid #69b9ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-heading {
  color: var(--dark-slate-gray);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: var(--dark-slate-gray);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  background-color: var(--medium-sea-green);
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  color: var(--white-smoke-2);
}

.hollow-button.all-caps._2 {
  font-family: Aileron, sans-serif;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
  font-family: Aileron, sans-serif;
  font-weight: 400;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 80px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: #383838;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: var(--white-smoke-2);
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  margin-left: 90px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.white-text.about {
  margin-bottom: 30px;
}

.form {
  margin-top: 40px;
}

.image {
  margin-top: -7px;
}

.container {
  box-shadow: none;
  outline-offset: 0px;
  background-color: #edeff2bd;
  background-image: none;
  background-position: 0 0;
  border-radius: 60px;
  outline: 1px #6a859c6e;
  padding: 23px 50px;
}

.image-2 {
  padding-bottom: 15px;
}

.image-3 {
  height: 183px;
  margin-bottom: 20px;
}

.image-3._2 {
  max-width: 100%;
  height: 183px;
}

.div-block {
  margin-bottom: 20px;
}

.paragraph {
  color: #ced9e9;
  font-size: 14px;
}

.heading {
  color: #ebebeb;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: 400;
}

.image-4 {
  margin-bottom: 20px;
}

.container-2 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: -80px;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 22px;
  padding-left: 0;
  display: flex;
}

.column-2 {
  justify-content: flex-end;
  display: flex;
}

.gradient-spring-warmth {
  background-image: linear-gradient(to top, #fad0c4, #ffd1ff);
}

.kontakt {
  background-color: #0000;
  border: 1px #000;
  padding: 120px 30px 200px;
  position: relative;
}

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

.container-10 {
  background-color: #616161;
  background-image: linear-gradient(#69b9ffa8, #69b9ffa8), url('../images/view-modern-business-skyscrapers-glass-sky-view-landscape-commercial-building.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  border-radius: 7px;
  padding: 30px 140px 70px;
  box-shadow: 1px 1px 20px -7px #000;
}

.section-leistungen {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px 150px;
  position: relative;
}

.section-leistungen.accent {
  background-color: #192024;
  padding-top: 40px;
}

.paragraph-2, .heading-footer {
  color: var(--white-smoke-2);
}

.image-5 {
  margin-left: 100px;
  padding-top: 63px;
}

.heading-footer-2 {
  color: var(--white-smoke-2);
  margin-left: 90px;
}

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

.button-copy {
  background-color: var(--white-smoke-3);
  color: var(--steel-blue-2);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 60px;
  margin-left: 140px;
  margin-right: 10px;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-copy:hover {
  background-color: #2e9dff;
}

.button-copy.w--current {
  background-color: #2e80b6;
}

.button-copy.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button-copy.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button-copy.tab:hover, .button-copy.tab.w--current {
  background-color: #2e80b6;
}

.section-2 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.grid {
  background-color: #e7f1ff;
  grid-template-columns: 1fr;
  grid-template-areas: "Area"
                       "Area";
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.paragraph-6 {
  color: var(--black);
  text-align: left;
  padding-top: 20px;
  font-family: Aileron, sans-serif;
  line-height: 22px;
}

.bold-text {
  color: var(--black);
}

.button-leistungen {
  background-color: var(--steel-blue-2);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-leistungen:hover {
  background-color: #2e9dff;
}

.button-leistungen.w--current {
  background-color: #2e80b6;
}

.button-leistungen.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button-leistungen.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button-leistungen.tab:hover, .button-leistungen.tab.w--current {
  background-color: #2e80b6;
}

.slide {
  width: 30%;
}

.mask {
  width: 100%;
  height: 534px;
}

.columns {
  margin-bottom: 30px;
}

.datenschutz-rich-text h1 {
  font-size: 18px;
  font-weight: 300;
}

.navigation-link-2 {
  color: #4b4b4b;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}

.navigation-link-2:hover {
  color: #2e9dff;
}

.navigation-link-2.w--current {
  color: #7a7a7a;
  text-transform: uppercase;
}

.heading-2 {
  text-align: left;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  font-size: 16px;
}

.heading-3 {
  text-align: left;
}

.asdhhwj {
  letter-spacing: 3px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: var(--steel-blue-2);
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-left: 170px;
    display: flex;
  }

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

  .navigation-menu {
    background-color: var(--white-smoke-2);
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading {
    font-size: 42px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .footer-link, .footer-link.w--current {
    margin-left: 40px;
  }

  .heading {
    letter-spacing: 4px;
    font-size: 16px;
  }

  .container-9 {
    max-width: 728px;
  }

  .image-5 {
    margin-left: auto;
  }

  .heading-footer-2 {
    margin-left: 40px;
  }

  .button-copy {
    margin-left: 20px;
  }

  .navigation-link-2 {
    color: #ffffff85;
  }

  .navigation-link-2.w--current {
    color: #fff;
  }

  .icon {
    color: #fff;
    border-radius: 0;
  }

  .container-11 {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .hamburger-button {
    margin-left: 88px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 300;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .hollow-button.all-caps._2 {
    margin-top: 21px;
    margin-left: 38px;
  }

  .form-field.text-area {
    display: block;
  }

  .footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .footer-link, .footer-link.w--current {
    margin-left: auto;
  }

  .white-text {
    font-size: 18px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .image-2 {
    max-width: 72%;
  }

  .kontakt {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-footer-2 {
    margin-left: auto;
  }

  .button-copy.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy.tab {
    font-size: 12px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .button-leistungen.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button-leistungen.tab {
    font-size: 12px;
  }

  .image-6 {
    max-width: 56%;
  }

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

  .container-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.accent {
    padding-bottom: 40px;
  }

  .hero-section.centered {
    padding: 60px 36px;
  }

  .hero-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
  }

  .hollow-button.all-caps {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hollow-button.all-caps._2 {
    margin-left: 10px;
  }

  .section-heading.centered {
    font-size: 26px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

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

  .grid-image {
    width: 35%;
  }

  .white-text.about {
    color: #cecece;
    font-weight: 300;
    line-height: 30px;
  }

  .container {
    padding: 20px;
  }

  .image-2 {
    max-width: 100%;
  }

  .heading {
    font-size: 18px;
  }

  .container-9 {
    max-width: none;
  }

  .container-10 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .image-5 {
    max-width: 120%;
    margin-left: -20px;
    margin-right: auto;
    padding-top: 30px;
  }

  .button-copy {
    margin-bottom: 25px;
    margin-left: 10px;
  }

  .button-leistungen {
    margin-bottom: 25px;
  }

  .image-6 {
    max-width: 72%;
  }

  .heading-3 {
    font-size: 24px;
  }

  .container-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .asdhhwj {
    letter-spacing: 1px;
    font-size: 16px;
  }
}

#w-node-_62e3a514-bb61-81ad-36bb-e976b169cb74-706735d1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: center;
}


@font-face {
  font-family: 'Cc 0 1';
  src: url('../fonts/CC0-1.0-Universal-CC0-1.0--Public-Domain-Dedication.txt') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Black.otf') format('opentype'), url('../fonts/Aileron-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-HeavyItalic.otf') format('opentype'), url('../fonts/Aileron-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/Aileron-UltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}