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

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

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

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

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

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

.hero-section {
  background-image: url('../images/background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 16em;
}

.container {
  max-width: 1100px;
}

.h3 {
  color: #009ee2;
  text-align: center;
  font-family: Switzer, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.bold-text {
  text-align: center;
  font-family: Switzer, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.h1 {
  color: #000;
  text-align: center;
  font-family: Switzer, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.highlight-blue {
  color: #009ee2;
}

.text-span {
  font-size: 4.5em;
}

.space {
  height: 72px;
}

.nav {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 32px;
  display: block;
  position: sticky;
  top: 0;
}

.hero-inner {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  margin: 20px;
  padding: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  transition: color .25s;
}

.nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
  color: #009ee2;
}

.image {
  width: 100%;
  min-width: 100%;
  max-width: 1920px;
  margin-top: -124px;
  display: block;
}

.tile-section {
  background-color: #f7f7f7;
  padding-top: 16em;
  padding-bottom: 16em;
}

.quick-stack {
  grid-column-gap: 32px;
  margin-top: 371px;
  padding-left: 100px;
  padding-right: 100px;
}

.cell {
  background-color: #fff;
  border-radius: 8px;
}

.div-block {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  position: relative;
}

.voice-section {
  padding-top: 16em;
}

.quote {
  color: #000;
  text-align: center;
  margin-bottom: 68px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 42px;
  line-height: 48px;
}

.slider {
  background-color: #0000;
}

.icon {
  color: #009ee2;
  margin-bottom: 20px;
  font-size: 31px;
}

.icon-2 {
  color: #009ee2;
}

.highlight-bold {
  font-weight: 700;
}

.container-fullwidth {
  max-width: 1920px;
  margin-top: 105px;
}

.nav-btn {
  color: #fff;
  letter-spacing: 1px;
  background-color: #009ee2;
  border-radius: 5px;
  margin-top: 8px;
  margin-left: 20px;
  padding: 12px 32px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: all .25s;
}

.nav-btn:hover {
  background-color: #009ee2b8;
}

.brand {
  margin-top: 16px;
  transition: opacity .25s;
}

.brand:hover {
  opacity: .72;
}

.hero-outer {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 94vh;
  display: flex;
}

.arrow {
  margin-top: 140px;
  transition: opacity .25s;
}

.arrow:hover {
  opacity: .72;
}

.image-2 {
  transform: rotate(0);
}

.left-arrow {
  top: 100px;
  left: -120px;
}

.right-arrow {
  top: 100px;
  right: -120px;
}

.slide-nav {
  display: none;
}

.image-3 {
  margin: auto 0;
  display: block;
}

.container-2 {
  max-width: 380px;
}

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

.btn {
  color: #fff;
  letter-spacing: 1px;
  background-color: #009ee2;
  border-radius: 5px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 32px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  transition: all .25s;
}

.btn:hover {
  background-color: #009ee2b8;
}

.contact-section {
  border-bottom: 1px solid #00000014;
  margin-top: 32em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 82px;
}

.text-block {
  text-align: center;
  margin-top: 82px;
  margin-bottom: 128px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
}

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

.h3-quote {
  color: #009ee2;
  text-align: center;
  background-image: url('../images/line.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 68px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.mask {
  height: auto;
}

.section-4 {
  padding-top: 16em;
}

.page {
  margin-top: -80px;
  padding-top: 0;
}

.a {
  color: #009ee2;
  text-decoration: none;
  transition: all .25s;
}

.a:hover {
  color: #009ee2b8;
}

.div-block-nlue {
  color: #fff;
  background-color: #009ee2;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
  position: absolute;
}

.tile-container {
  max-width: 1600px;
  padding-left: 2em;
  padding-right: 2em;
}

.tilewrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 22px;
  display: flex;
}

.tileblockouter {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  min-height: 340px;
  max-height: 340px;
  padding: 4em 2em;
  display: flex;
  position: relative;
  box-shadow: 0 2px 8px #00000021;
}

.tileblockinner {
  background-color: #009ee2;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4em 2em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h4-overlay {
  color: #fff;
  text-align: center;
  max-width: 80%;
  font-family: Switzer, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

.h5-overlay {
  color: #fff;
  letter-spacing: 1px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.h4 {
  color: #000;
  text-align: center;
  max-width: 80%;
  font-family: Switzer, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}

.h5 {
  color: #009ee2;
  letter-spacing: 1px;
  font-family: Switzer, Arial, sans-serif;
  font-weight: 400;
}

.h2 {
  color: #000;
  text-align: center;
  font-family: Switzer, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.column {
  min-height: 400px;
}

.col {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns {
  margin-top: 22px;
}

.text-span-2 {
  font-weight: 700;
}

.text-block-imprint {
  text-align: center;
  margin-top: 34px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.container-imprint {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 960px;
  margin-top: 284px;
  display: flex;
}

.container-3 {
  display: flex;
}

.icon-overlay {
  z-index: 1;
  opacity: .12;
  color: #009ee2;
  width: 60%;
  margin-top: 51px;
  margin-left: auto;
  margin-right: auto;
  font-size: 31px;
  position: absolute;
  inset: 0%;
}

.text-overlay {
  color: #fff;
  text-align: center;
  max-width: 80%;
  margin-top: 8px;
  font-size: 15px;
}

.text-block-privacy {
  text-align: left;
  margin-top: 34px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-bottom: 8em;
  }

  .h3 {
    font-size: 24px;
  }

  .h1 {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 42px;
  }

  .text-span {
    font-size: 128px;
    line-height: 69px;
  }

  .space {
    height: 32px;
  }

  .nav {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .tile-section {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .voice-section {
    padding-top: 8em;
  }

  .quote {
    max-width: 72vw;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .brand {
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .hero-outer {
    height: 94vh;
  }

  .left-arrow {
    inset: 16% auto auto 0%;
  }

  .right-arrow {
    inset: 16% 0% auto auto;
  }

  .contact-section {
    margin-top: 18em;
  }

  .h3-quote {
    padding-top: 48px;
    font-size: 24px;
  }

  .section-4 {
    padding-top: 8em;
  }

  .menu-button, .icon-3 {
    display: none;
  }

  .tilewrapper {
    flex-flow: column;
  }

  .h2 {
    max-width: 70vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 42px;
  }

  .col {
    margin-top: 30px;
  }

  .columns {
    margin-top: 0;
  }

  .container-imprint {
    margin-top: 167px;
  }

  .text-block-privacy {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    max-width: 80vw;
  }

  .text-span {
    font-size: 96px;
  }

  .space {
    height: 18px;
  }

  .contact-section {
    margin-top: 22em;
  }

  .h2 {
    max-width: 80vw;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-bottom: 4em;
  }

  .h3 {
    font-size: 20px;
  }

  .h1 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-span {
    font-size: 68px;
  }

  .space {
    display: none;
  }

  .tile-section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .voice-section {
    padding-top: 4em;
  }

  .quote {
    max-width: 62vw;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 22px;
  }

  .hero-outer {
    height: 94vh;
  }

  .contact-section {
    margin-top: 8em;
  }

  .text-block {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-quote {
    padding-top: 22px;
    font-size: 18px;
    line-height: 22px;
  }

  .section-4 {
    padding-top: 4em;
  }

  .h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .text-block-imprint {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .container-imprint {
    margin-top: 44px;
  }

  .text-block-privacy {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}