@font-face {
  font-family: "Frutiger LT Pro";
  font-style: normal;
  font-weight: normal;
  src: local("Frutiger LT Pro"), url("../Fonts/frutiger-lt-pro-condensed.woff2") format("woff2"), url("../Fonts/frutiger-lt-pro-condensed.woff") format("woff");
}
@font-face {
  font-family: "Frutiger LT Pro";
  font-style: normal;
  font-weight: 600;
  src: local("Frutiger LT Pro"), url("../Fonts/frutiger-lt-pro-bold-cn.woff2") format("woff2"), url("../Fonts/frutiger-lt-pro-bold-cn.woff") format("woff");
}
@font-face {
  font-family: "Frutiger LT Pro";
  font-style: normal;
  font-weight: 800;
  src: local("Frutiger LT Pro"), url("../Fonts/frutiger-lt-pro-black-cn.woff2") format("woff2"), url("../Fonts/frutiger-lt-pro-black-cn.woff") format("woff");
}
body {
  background: #fff;
  margin: 0;
}

.app {
  margin: 0 auto;
  max-width: 1920px;
}

.image {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.single-image {
  align-items: center;
  display: flex;
  justify-content: center;
}
.single-image--100 .image {
  max-width: 100%;
}
.single-image--75 .image {
  max-width: 75%;
}
.single-image--66 .image {
  max-width: 66.6666%;
}
.single-image--50 .image {
  max-width: 50%;
}

.hero {
  align-items: center;
  background: #1c3d61 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  height: 250px;
  justify-content: center;
  padding: 0 28px;
}
@media only screen and (min-width: 800px) {
  .hero {
    height: 344px;
    padding: 0 81px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero {
    height: 401px;
    padding: 0 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .hero {
    height: 401px;
    padding: 60px 120px;
  }
}
@media only screen and (min-width: 1366px) {
  .hero {
    height: 427px;
  }
}
@media only screen and (min-width: 1920px) {
  .hero {
    height: 600px;
  }
}
.hero__headline {
  font: normal normal 800 30px/36px "Frutiger LT Pro", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1024px) {
  .hero__headline {
    font-size: 60px;
    line-height: 70px;
  }
}

.heroIntro {
  background: #e0e7f7 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  height: 400px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 800px) {
  .heroIntro {
    height: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  .heroIntro {
    height: 576px;
  }
}
@media only screen and (min-width: 1280px) {
  .heroIntro {
    height: 720px;
  }
}
@media only screen and (min-width: 1366px) {
  .heroIntro {
    height: 768px;
  }
}
@media only screen and (min-width: 1920px) {
  .heroIntro {
    height: 1080px;
  }
}
.heroIntro__bg {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 0;
}
.heroIntro__content {
  max-width: 66.66%;
  padding: 20px 28px;
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 800px) {
  .heroIntro__content {
    max-width: 50%;
    padding: 20px 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .heroIntro__content {
    padding: 40px 120px;
  }
}
@media only screen and (min-width: 1280px) {
  .heroIntro__content {
    padding: 60px 120px;
  }
}
@media only screen and (min-width: 1366px) {
  .heroIntro__content {
    padding: 60px 120px;
  }
}
@media only screen and (min-width: 1920px) {
  .heroIntro__content {
    padding: 60px 120px;
  }
}
.heroIntro__headline {
  font: normal normal 800 30px/36px "Frutiger LT Pro", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .heroIntro__headline {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .heroIntro__headline {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .heroIntro__headline {
    margin-bottom: 60px;
  }
}

.heroStandard {
  background: #e0e7f7 50% 50%;
  background-size: cover;
}
.heroStandard__container {
  align-items: flex-start;
  background: #e0e7f7 50% 50%;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 500px;
  justify-content: flex-end;
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .heroStandard__container {
    background: none !important;
    gap: 60px;
    height: 600px;
    justify-content: flex-start;
    padding: 100px 120px;
  }
}
.heroStandard__headline {
  font: normal normal 800 30px/36px "Frutiger LT Pro", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 1024px) {
  .heroStandard__headline {
    font-size: 60px;
    line-height: 70px;
  }
}

/*# sourceMappingURL=default.css.map */
