/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/* 7px tall for main H1 titles */
/* Center aligned */
/* Left aligned */
/**
 * $icon: icon name, that has been defined in the $icons map
 * $element: pseudo element (before, after)
 * $verticalAlign: if this is set, the value of this will be applied to vertical-align
 * Usage example: @include icon_pseudo('angle-right', after) / @include icon_pseudo('angle-right', before, middle);
 */
.paragraph--type--hero {
  --ratio: 1;
  --min-height: 400px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: calc(var(--min-height) / var(--ratio));
}
.paragraph--type--hero--no-bg {
  --ratio: 2;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero {
    --min-height: 500px;
  }
}
@media screen and (min-width: 60em) {
  .paragraph--type--hero {
    --min-height: 600px;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--hero {
    --min-height: 700px;
    width: 100vw;
    margin-left: calc(-1 * (100vw - 1440px) / 2);
  }
}
.paragraph--type--hero.video-hero .hero-container {
  position: relative;
}
.paragraph--type--hero.video-hero .hero-container .media-banner-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero.video-hero .hero-container .media-banner-video {
    width: 100%;
  }
}
.paragraph--type--hero.video-hero .hero-container .hero-content {
  opacity: 1;
  transition: opacity 1s;
  bottom: 0;
  top: 0;
  width: 100%;
}
.paragraph--type--hero.video-hero .hero-container .hero-content .hero-content-primary {
  display: none;
}
.paragraph--type--hero.video-hero .hero-container .hero-content .hero-content-secondary {
  width: 100%;
}
.paragraph--type--hero.video-hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner {
  min-height: 100%;
  padding: 0;
}
.paragraph--type--hero.video-hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner:before, .paragraph--type--hero.video-hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner .hero-subtitle {
  display: none;
}
.paragraph--type--hero.video-hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner .hero-link {
  position: absolute;
  bottom: 10%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.paragraph--type--hero.video-hero.faded .hero-container .hero-content {
  opacity: 0;
}
.paragraph--type--hero.video-hero .hero-container {
  max-height: calc(100vw / var(--ratio));
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero.video-hero .hero-container {
    max-height: calc(48.61vw / var(--ratio));
  }
}
.paragraph--type--hero.video-hero .hero-container:before {
  padding-top: 100%;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero.video-hero .hero-container:before {
    padding-top: 48.61%;
  }
}
.paragraph--type--hero .hero-container {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  max-height: calc(30rem / var(--ratio));
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container {
    max-height: calc(43.75rem / var(--ratio));
  }
}
.paragraph--type--hero .hero-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 150%;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container:before {
    padding-top: 68.36%;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--hero .hero-container:before {
    padding-top: 48.61%;
  }
}
.paragraph--type--hero .hero-container .hero-content {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 1.25rem;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container .hero-content {
    bottom: 1.875rem;
  }
}
.paragraph--type--hero .hero-container .hero-content .hero-content-primary {
  width: 100%;
  height: 100%;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary {
    max-width: 720px;
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary {
    width: 50%;
    float: left;
    padding-right: 0.3125rem;
    margin-bottom: 0;
  }
}
.paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner,
.paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner-other {
  width: 95%;
  min-height: 5.9375rem;
  position: relative;
  z-index: 2;
  padding: 0.3125rem 1.125rem 0.3125rem 1.125rem;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner,
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner-other {
    width: 100%;
    height: 12.5rem;
    padding: 0.875rem 2.5rem 0.875rem 2.5rem;
  }
}
.paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner:before,
.paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner-other:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 83, 164, 0.9) 0%, rgba(0, 61, 116, 0.9) 100%);
  z-index: -1;
}
.paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner .hero-title,
.paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner-other .hero-title {
  padding-right: 0.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  color: #ffffff;
  word-wrap: break-word;
  font-size: 2.125rem;
  line-height: 2.625rem;
  margin-bottom: 0;
}
@media screen and (max-width: 30em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner .hero-title,
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner-other .hero-title {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner .hero-title,
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner-other .hero-title {
    padding-right: 1em;
    font-size: 3.375rem;
    line-height: 4.375rem;
  }
}
.paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner .hero-title.smaller-title,
.paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner-other .hero-title.smaller-title {
  font-size: 1.625rem;
  line-height: 1.75rem;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner .hero-title.smaller-title,
  .paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner-other .hero-title.smaller-title {
    padding-right: 2em;
    font-size: 2.125rem;
    line-height: 2.5rem;
  }
}
.paragraph--type--hero .hero-container .hero-content .hero-content-primary .hero-content-primary-inner:before {
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary {
  max-width: calc(95% - 22px);
  height: 100%;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary {
    max-width: 675px;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary {
    width: 50%;
    float: left;
    padding-left: 0.3125rem;
  }
}
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner,
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other {
  width: 100%;
  min-height: 5.9375rem;
  position: relative;
  z-index: 2;
  padding: 1.0625rem 1.125rem 1.0625rem 1.125rem;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner,
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other {
    min-height: 12.5rem;
    padding: 2.1875rem 2.5rem 2.5rem 2.5rem;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner,
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other {
    height: 12.5rem;
    padding: 2.3125rem 2.5rem 1.875rem 2.5rem;
    text-align: center;
  }
}
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner:before,
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(246, 246, 246, 0.9);
  z-index: -1;
  -webkit-transform: skewX(-12deg);
  -ms-transform: skewX(-12deg);
  transform: skewX(-12deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner .hero-subtitle h2,
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other .hero-subtitle h2 {
  font-size: 1.375rem;
  line-height: 1.4375rem;
  margin-bottom: 1.1875rem;
}
@media screen and (min-width: 48em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner .hero-subtitle h2,
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other .hero-subtitle h2 {
    font-size: 2.125rem;
    line-height: 2.625rem;
    margin-bottom: 2.625rem;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner .hero-subtitle h2,
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other .hero-subtitle h2 {
    margin-bottom: 0;
    max-height: 5.25rem;
    overflow-y: hidden;
  }
}
@media screen and (min-width: 90em) {
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner .hero-link,
  .paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other .hero-link {
    position: absolute;
    bottom: 2.1875rem;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner .hero-link a,
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other .hero-link a {
  display: inline-block;
  font-family: "Produkt", "Roboto Slab", Arial, sans-serif;
  color: #ffffff;
  background: #0053a4;
  border-radius: 0;
  border: none;
  padding: 0.6em 1.8em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
  transition: all 0.2s;
  padding: 0.75rem 4.2em 0.75rem 1.8em;
  font-size: 0.875rem;
  min-width: 13.75rem;
  position: relative;
  line-height: 1rem;
  text-align: center;
}
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner .hero-link a:hover,
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other .hero-link a:hover {
  background: #003d74;
  color: #ffffff;
}
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner .hero-link a::after,
.paragraph--type--hero .hero-container .hero-content .hero-content-secondary .hero-content-secondary-inner-other .hero-link a::after {
  display: inline-block;
  font-family: "iconfont" !important;
  font-weight: normal;
  content: "\e902";
  pointer-events: none;
  font-size: 1.25rem;
  width: 2.5rem;
  background: #0080f8;
  position: absolute;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  top: 0;
  right: 0;
  bottom: 0;
}