/*
  Static-export restoration layer.
  Keeps the scraped Webflow design intact while fixing local-export issues and
  small responsive rough spots that show up without the hosted Webflow runtime.
*/

html {
  overflow-x: hidden;
}

body {
  min-width: 0;
}

img,
video,
iframe {
  max-width: 100%;
}

.w-richtext img {
  height: auto;
}

.w-webflow-badge {
  display: none !important;
}

.w-form-fail,
.w-form-done {
  position: relative;
  z-index: 1;
}

input,
textarea,
select {
  max-width: 100%;
}

textarea {
  resize: vertical;
}

.cookiesdiv,
.cookiebar {
  max-width: 100vw;
}

.cookiebar {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .intro-header {
    min-height: 700px;
    background-position: 46% 50%;
  }

  .cover-tagline {
    margin-bottom: 0;
    overflow: hidden;
  }

  .intro-text {
    box-sizing: border-box;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
  }

  .heading-1.intro {
    width: 100%;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    line-height: 1.2;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .heading-1.intro .highlighter.intro {
    display: block;
    font-size: 1em;
    line-height: 1.15;
  }

  .cookiesdiv {
    position: relative;
    z-index: 20;
  }

  .cookiebar {
    grid-row-gap: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.cookie {
    min-width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .intro-header {
    min-height: 680px;
    background-position: 42% 50%;
  }

  .heading-1.intro {
    max-width: 310px;
    font-size: 30px;
    line-height: 1.18;
  }

  .intro-text {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-menu {
    max-width: 100vw;
  }
}
