@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/Lato-Regular.1eb4bd1.ttf) format('truetype');
}

@font-face {
  font-family: Lato;
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url(../font/Lato-Bold.90e95cb.woff) format('woff');
}

@font-face {
  font-family: Lato;
  font-style: light;
  font-weight: 100;
  font-display: swap;
  src: url(../font/Lato-Light.c7e9917.ttf) format('truetype');
}

@font-face {
  font-family: 'FE icon';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../font/FE-icon.e94f286.woff) format('woff');
}

@font-face {
  font-family: 'FE icon Regular';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(../font/FE-icon-Regular.f39b6d2.woff) format('woff');
}

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}
html {
  font-family: Lato, 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  width: 100vw;
  overflow-x: hidden;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
}

body {
  font-family: Lato;
  color: #1a272d;
  background: #fff;
  overflow-x: hidden;
  font-size: 18px;
}

@media (max-width: 576px) {
  body {
    font-size: 16px;
  }
}

h2 {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}

@media (max-width: 992px) {
  h2 {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.heavy {
  font-weight: 900;
}

h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.mainheadline {
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
  margin: 40px 0 20px;
  color: #000;
  padding: 0 10px;
  font-family: Montserrat, sans-serif;
}

@media (max-width: 768px) {
  .mainheadline {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .mainheadline {
    font-size: 22px;
    margin: 20px 0;
  }
}

.letterspacing {
  letter-spacing: -2px;
}

h4 {
  font-size: 1.2rem;
  font-weight: 600;
}

.keeeypoints {
  font-size: 2.5vw;
  margin: 20px;
  line-height: 1.1;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
}

@media (max-width: 768px) {
  .keeeypoints {
    font-size: 7.5vw;
    margin: 50px 20px;
  }
}

.subheadline {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

@media (max-width: 992px) {
  .subheadline {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .subheadline {
    font-size: 28px;
  }
}

small {
  font-size: 60%;
}

.journeyheadline {
  padding-top: 25px;
}

.headline {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 20px;
}

@media (max-width: 992px) {
  .headline {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .headline {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .headline {
    font-size: 22px;
  }
}

.blueborder {
  border: 1px solid #3594af;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1600px;
}

.inlineblock {
  display: inline-block;
}

.hiddenpagetitle {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.featurepoint {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  color: #2bb2df;
}

@media (max-width: 992px) {
  .featurepoint {
    font-size: 5.5vw;
    margin: 20px 0 0;
  }
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.nomargin-top {
  margin-top: 0 !important;
}

.informationtext {
  font-size: 22px;
  line-height: 1.2;
  padding: 0;
  margin-top: 0;
}

@media (max-width: 768px) {
  .informationtext {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .informationtext {
    font-size: 18px;
    margin-bottom: 0;
  }
}

.highlighttext,
p {
  line-height: 1.3;
  margin: 20px 0;
}

.highlighttext {
  font-size: 22px;
}

@media (max-width: 768px) {
  .highlighttext {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .highlighttext {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .performance-features-navigation .highlighttext {
    font-size: 16px;
  }
}

a,
a:hover {
  color: #1a272d;
}

a:hover {
  text-decoration: underline;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-dark .navbar-toggler {
  font-size: 20px;
}

.nav-link {
  color: #1a272d;
  display: inline-block;
}

.nav-link .menulink {
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
  transition: all 0.1s;
}

footer .menulink {
  font-weight: 700;
}

.footersubmenu .menulink {
  font-weight: 400;
}

.dsk-brk {
  display: block;
  height: 0;
}

@media (max-width: 992px) {
  .dsk-brk {
    display: none;
  }
}

.xl-dsk-brk {
  display: block;
  height: 0;
}

@media (max-width: 1600px) {
  .xl-dsk-brk {
    display: none;
  }
}

.nav-link:focus .menulink,
.nav-link:hover .menulink {
  border-bottom: 2px solid #1a272d;
  padding-bottom: 2px;
  transition: all 0.1s;
}

.darkmode .nav-link:focus .menulink,
.darkmode .nav-link:hover .menulink {
  border-bottom: 2px solid #fff;
}

@media (max-width: 992px) {
  .navbar-nav {
    text-align: right;
  }
}

.nav-link a {
  padding: 3px 20px;
}

@media (max-width: 992px) {
  .nav-link a {
    padding: 10px 0;
  }
}

.langdrop .nav-link {
  color: #fff !important;
}

.hooper-navigation svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}

.hooper table {
  width: 100%;
}

.hooper-prev {
  left: -50px !important;
  padding: 1.8em !important;
}

.hooper-next {
  right: -50px !important;
  padding: 1.8em !important;
}

.link {
  color: #1a272d;
}

.link,
.link:after {
  display: inline-block;
}

.link:after {
  content: '';
  font-family: 'FE icon Regular';
  color: inherit;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-size: 14px;
  margin-left: 8px;
  z-index: 1;
}

.link span {
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: all 0.1s;
}

.link:hover {
  text-decoration: none;
}

.link:hover span {
  border-bottom: 1px solid #1a272d;
  padding-bottom: 1px;
  transition: all 0.1s;
}

.b-link {
  color: #2ec6ef;
}

.b-link:hover {
  color: #2ec6ef;
  text-decoration: none;
}

.b-link:hover span {
  border-bottom: 1px solid #2ec6ef;
  padding-bottom: 1px;
  transition: all 0.1s;
}

.w-link {
  color: #fff;
}

.w-link:hover {
  color: #fff;
  text-decoration: none;
}

.w-link:hover span {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px;
  transition: all 0.1s;
}

.breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 15px;
  padding: 0.3rem 1rem 0.3rem 0;
}

@media (max-width: 576px) {
  .breadcrumb {
    font-size: 12px;
    width: 100%;
    padding: 10px;
  }
}

.breadcrumb-item.active {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}

.greytext {
  color: #a9a9a9;
}

.greyertext {
  color: #b6b6b6;
}

.bluetext {
  color: #2bb2df;
}

video {
  width: 100%;
  max-height: 100%;
  box-sizing: border-box;
}

#player-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

.ex-link:after {
  content: '';
}

.dl-link:after,
.ex-link:after {
  font-family: 'FE icon Regular';
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
  z-index: 1;
}

.dl-link:after {
  content: '';
}

.cta-btn {
  background: #1a272d;
  border: 1px solid #1a272d;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding: 8px 20px;
  display: inline-block;
}

@media (max-width: 576px) {
  .cta-btn {
    font-size: 16px;
    padding: 6px 15px;
  }
}

.cta-btn:hover {
  background: 0 0;
  border: 1px solid #1a272d;
  color: #1a272d;
  text-decoration: none;
  transition: all 0.2s;
}

.cta-small-btn {
  background: 0 0;
  font-size: 18px;
  margin: 20px;
  color: #2bb2df;
  border: none;
}

@media (max-width: 576px) {
  .cta-small-btn {
    font-size: 16px;
    padding: 6px 15px;
    margin: 20px 20px 20px 0;
  }
}

.cta-small-btn:hover {
  border: none;
}

.cta-small-btn:after {
  content: '';
  font-family: 'FE icon Regular';
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-size: 14px;
  margin-left: 8px;
  z-index: 1;
}

.cta-small-blk-btn {
  background: 0 0;
  font-size: 18px;
  font-weight: 700;
  margin: 20px;
  color: #1a272d;
  border: none;
}

@media (max-width: 576px) {
  .cta-small-blk-btn {
    font-size: 16px;
    padding: 6px 15px;
    margin: 20px 20px 20px 0;
  }
}

.cta-small-blk-btn:hover {
  border: none;
  text-decoration: underline;
}

.cta-small-blk-btn:after {
  content: '';
  font-family: 'FE icon Regular';
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-size: 14px;
  margin-left: 8px;
  z-index: 1;
}

.cta-small-btn-blue {
  background: 0 0;
  font-size: 18px;
  margin: 20px;
  color: #2bb2df;
  border: none;
}

@media (max-width: 576px) {
  .cta-small-btn-blue {
    font-size: 16px;
    padding: 6px 15px;
    margin: 20px 20px 20px 0;
  }
}

.cta-small-btn-blue:hover {
  border: none;
}

.cta-small-btn-blue:after {
  content: '';
  font-family: 'FE icon Regular';
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-size: 14px;
  margin-left: 8px;
  z-index: 1;
}

.cta-btn-outline-white {
  background: 0 0;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin: 20px 0;
  padding: 8px 20px;
  display: inline-block;
}

@media (max-width: 576px) {
  .cta-btn-outline-white {
    font-size: 16px;
    padding: 6px 15px;
  }
}

.cta-btn-outline-white:hover {
  background: 0 0;
  border: 1px solid #2bb2df;
  color: #2bb2df;
  text-decoration: none;
  transition: all 0.2s;
}

@media (max-width: 1600px) {
  .performance-features .cta-btn-outline-white {
    padding: 8px 10px;
  }
}

.cta-btn-outline-blk {
  background: 0 0;
  border: 1px solid #1a272d;
  font-size: 18px;
  color: #1a272d;
  border-radius: 4px;
  margin: 20px 0;
  padding: 8px 20px;
  display: inline-block;
}

@media (max-width: 576px) {
  .cta-btn-outline-blk {
    font-size: 16px;
    padding: 6px 15px;
  }
}

.cta-btn-outline-blk:hover {
  background: 0 0;
  border: 1px solid #2bb2df;
  color: #2bb2df;
  text-decoration: none;
  transition: all 0.2s;
}

.cta-btn-outline-blue {
  background: 0 0;
  border: 1px solid #00b9eb;
  font-size: 18px;
  color: #00b9eb;
  border-radius: 4px;
  margin: 20px 0;
  padding: 8px 20px;
  display: inline-block;
}

@media (max-width: 576px) {
  .cta-btn-outline-blue {
    font-size: 16px;
    padding: 6px 15px;
  }
}

.cta-btn-outline-blue:hover {
  text-decoration: none;
  transition: all 0.2s;
}

.cta-btn-blue,
.cta-btn-outline-blue:hover {
  background: #00b9eb;
  border: 1px solid #00b9eb;
  color: #1a272d;
}

.cta-btn-blue {
  font-size: 18px;
  border-radius: 4px;
  margin: 20px 0;
  padding: 8px 20px;
  display: inline-block;
}

@media (max-width: 576px) {
  .cta-btn-blue {
    font-size: 16px;
    padding: 6px 15px;
  }
}

.cta-btn-blue:hover {
  background: 0 0;
  border: 1px solid #00b9eb;
  color: #00b9eb;
  text-decoration: none;
  transition: all 0.2s;
}

.cta-btn-green {
  background: #43de5c;
  border: 1px solid #43de5c;
  font-size: 18px;
  color: #1a272d;
  border-radius: 4px;
  margin: 20px 0;
  padding: 8px 20px;
  display: inline-block;
}

@media (max-width: 576px) {
  .cta-btn-green {
    font-size: 16px;
    padding: 6px 15px;
  }
}

.cta-btn-green:hover {
  background: 0 0;
  border: 1px solid #43de5c;
  color: #43de5c;
  text-decoration: none;
  transition: all 0.2s;
}

.green-btn {
  background: #2bb2df;
  color: #1a272d;
  border: 1px solid #2bb2df;
}

.green-btn:hover {
  border: 1px solid #2bb2df;
  color: #fff;
}

.blue-btn {
  background: #2bb2df;
  color: #1a272d;
  border: 1px solid #2bb2df;
}

.blue-btn:hover {
  border: 1px solid #2bb2df;
  color: #2bb2df;
}

.btn-secondary {
  background: #2bb2df;
  color: #1a272d;
  border: 1px solid #2bb2df;
  vertical-align: unset;
}

.btn-secondary:hover {
  border: 1px solid #2bb2df;
  color: #fff;
}

.btn-secondary.focus,
.btn-secondary:focus {
  border: 1px solid #2bb2df;
  color: #fff;
  background: 0 0;
  box-shadow: none;
}

.back-btn {
  background: #1a272d;
  border: 1px solid #1a272d;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin: 20px auto;
  padding: 8px 20px;
  display: inline-block;
}

.back-btn:hover {
  background: 0 0;
  border: 1px solid #1a272d;
  color: #1a272d;
  text-decoration: none;
  transition: all 0.2s;
}

.calltoaction-box {
  max-width: 80%;
  background: #fff;
  color: #000;
  padding: 40px 80px;
}

.calltoaction-box h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .calltoaction-box h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .calltoaction-box h2 {
    font-size: 26px;
  }
}

.calltoaction-box p {
  margin: 10px 0;
}

@media (max-width: 992px) {
  .calltoaction-box {
    max-width: 100%;
    padding: 40px 15px;
  }
}

.calltoaction-box-black {
  max-width: 80%;
  background: #1a272d;
  color: #fff;
  padding: 40px 80px;
}

.calltoaction-box-black h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .calltoaction-box-black h2 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .calltoaction-box-black h2 {
    font-size: 26px;
  }
}

.calltoaction-box-black p {
  margin: 10px 0;
}

@media (max-width: 992px) {
  .calltoaction-box-black {
    max-width: 100%;
    padding: 40px 25px;
  }
}

.border-blue .calltoaction-box {
  border: 1px solid #2ec6ef;
}

.dropdown-toggle {
  color: #fff !important;
  background: #1a272d;
  border: 1px solid #1a272d;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  margin: 3px 0 0 20px;
  padding: 8px 20px !important;
  display: inline-block;
}

.dropdown-toggle:hover {
  color: #000 !important;
  background: 0 0;
  border: 1px solid #1a272d;
  color: #1a272d;
  text-decoration: none;
  transition: all 0.2s;
}

.dropdown-toggle:after {
  content: '';
  font-size: 16px;
  margin-left: 15px;
  top: 4px;
  border: none;
}

.dropdown-menu {
  border: 1px solid #1a272d;
  border-radius: 4px;
}

.dropdown-toggle {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.dropdown-toggle:after {
  content: '';
  font-family: 'FE icon Regular';
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-size: 14px;
  margin-left: 8px;
  z-index: 1;
  transform: rotate(90deg) !important;
}

:focus {
  outline: 0;
  outline-offset: 1px;
}

.focus-visible,
:focus-visible {
  outline: 4px solid rgba(0, 125, 250, 0.6) !important;
  outline-offset: 1px;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    :focus,
    button:focus:not(.focus-visible),
    button:focus:not(:focus-visible) {
      outline: 4px solid rgba(0, 125, 250, 0.6);
      outline-offset: 1px;
    }
  }
}

.back-btn:before {
  content: '';
  font-family: 'FE icon Regular';
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-size: 14px;
  margin-right: 8px;
  z-index: 1;
}

.btn-secondary:after,
.cta-btn:after {
  content: '';
}

.btn-secondary:after,
.cta-btn:after,
.mail:after {
  font-family: 'FE icon Regular';
  color: inherit;
  display: inline-block;
  font-style: normal;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  position: relative;
  font-size: 14px;
  margin-left: 8px;
  z-index: 1;
}

.mail:after {
  content: '';
}

.streambox {
  color: #000;
  display: inline-block;
  padding: 25px;
  height: 100%;
}

.streambox img {
  margin: 0 auto;
  display: block;
}

.stream-zero {
  background: #2bb2df;
  color: #000;
}

.stream-one {
  background: #ffe083;
  color: #000;
}

.stream-two {
  background: #bee5eb;
  color: #000;
}

.stream-three {
  background: #ffccad;
  color: #000;
}

.spacer-line {
  max-width: 400px;
  width: 100%;
  height: 2px;
  background: #1a272d;
  margin: 25px 0;
}

.whiteline {
  background: #fff;
}

.alignright {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
}

.slick-slider,
.slick-track {
  color: #fff;
}

.highlight-back-btn {
  color: #fff;
  background: #0b7bb3;
  display: inline-block;
  border: 1px solid #0b7bb3;
  border-radius: 5px;
  text-decoration: none;
  margin: 5px auto;
  padding: 4px 10px;
  position: relative;
  transition: all 0.2s;
  z-index: 1;
}

.highlight-back-btn:hover {
  color: #fff;
}

.highlight-back-btn:focus,
.highlight-back-btn:hover {
  background: #314349;
  border: 1px solid #314349;
  box-shadow: none !important;
  transition: all 0.2s;
}

.highlight-back-btn:focus {
  outline: 1px solid #0b7bb3 !important;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.video-container embed,
.video-container object,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mobilebr {
  display: none;
}

.secion-border {
  border-top: 1px solid #000;
}

.section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color: #1a272d;
}

.biggermargin {
  margin: 150px 0;
}

.biggerpadding {
  padding: 100px 0;
}

.section-top {
  margin: 100px 0 0;
}

.nomarginsection {
  margin: 0;
}

.section-bottom {
  margin: 50px 0 150px;
}

.dk-bg {
  background: #1a272d;
  color: #fff;
}

.dk-bg .section {
  padding: 100px 0;
  margin: 0;
  color: #fff;
}

.dk-bg .highlight-top {
  margin: 0 0 50px;
  padding: 100px 0 0;
}

.dk-bg .highlight-bottom {
  margin: 0;
  padding: 0 0 100px;
}

.darkcontainer {
  background: #1a272d;
  color: #fff;
}

.darkcontainer .section {
  padding: 100px 0;
  margin: 0;
  color: #fff;
}

.darkcontainer .highlight-top {
  margin: 0 0 50px;
  padding: 100px 0 0;
}

.darkcontainer .highlight-bottom {
  margin: 0;
  padding: 0 0 100px;
}

.darkcontainer .spacer-line {
  max-width: 400px;
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 25px 0 20px;
}

.package-info-slogan {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1298px) {
  .package-info-slogan {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.gridpadding {
  padding: 0 20px;
}

.wave-content {
  align-self: center;
}

.introsection {
  margin: 150px auto;
}

.video-select {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .video-select {
    flex-wrap: wrap;
  }
}

.video-select .btn-secondary {
  margin: 0 25px;
  background: #1a272d;
  border-radius: 4px !important;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 20px;
}

@media (max-width: 992px) {
  .video-select .btn-secondary {
    width: 200px;
    margin: 10px;
  }
}

.video-select label:first-child {
  margin: 0 25px 0 0;
}

@media (max-width: 992px) {
  .video-select label:first-child {
    margin: 10px 10px 10px 0;
  }
}

.video-select label:last-child {
  margin: 0 0 0 25px;
}

@media (max-width: 992px) {
  .video-select label:last-child {
    margin: 10px 0 10px 10px;
  }
}

.video-select .active {
  background: #f2b25e !important;
  border: 1px solid #f2b25e !important;
  color: #1a272d !important;
}

.video-select .active:focus {
  box-shadow: 0 0 0 0.1rem #fff !important;
}

.nav-tabs .nav-item {
  margin-right: -1px;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid #1a272d;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #1a272d;
  border-radius: 4px 4px 0 0;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1a272d;
  border-color: #1a272d;
  border-radius: 4px 4px 0 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #1a272d;
  background: #1a272d;
  color: #fff;
}

.nav-tabs {
  border-bottom: 0;
}

.tab-content {
  border-left: 1px solid #1a272d;
  border-right: 1px solid #1a272d;
  border-bottom: 1px solid #1a272d;
  padding-top: 10px;
  background: #1a272d;
  border-radius: 0 4px 4px 4px;
  padding-left: 10px;
  padding-right: 10px;
}

.nopaddingleft {
  padding-left: 0;
}

iframe {
  max-width: 100%;
}

.newsroom {
  background: #f5f5f5;
}

.newsroom-container {
  flex-direction: row;
  max-width: 1200px;
}

.newsroom-container,
.newsroom-container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newsroom-container ul {
  list-style: none;
  align-items: stretch;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media (max-width: 1298px) {
  .newsroom-container ul {
    flex-direction: column;
  }
}

.newsroom-container ul .newsroom-list {
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
  margin: 10px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 1298px) {
  .newsroom-container ul .newsroom-list {
    width: calc(100% - 40px);
    margin: 10px 20px;
  }
}

.newsroom-container ul .newsroom-list a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
  color: #1a272d;
}

.newsroom-container ul .newsroom-list a:hover {
  color: #0b7bb3;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-image img {
  width: 100%;
  top: 0;
  position: relative;
  left: 0;
  transform: translateZ(0);
  transition: transform 0.3s;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-video {
  transform: none !important;
  position: unset !important;
}

.newsroom-container ul .newsroom-list:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: 0.4s;
}

.newsroom-container ul .newsroom-list:hover .newsroom-teaser-image img {
  transform: scale(1.05);
}

.newsroom-container ul .newsroom-list:hover .post-button {
  color: #00b9eb !important;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details {
  flex-direction: column;
  margin: 20px;
  flex: 1;
  display: flex;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  flex: 1;
  text-align: center;
  justify-content: flex-start;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-description h2 {
  margin: 0;
  position: relative;
  font-size: 24px;
  line-height: 1.25;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.008em;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-description .link-more {
  display: none;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  height: 50px;
  width: 100%;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-button .post-button {
  text-decoration: none;
  color: #1a272d;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.3s;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-button .date {
  font-size: 1rem;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-button .category-name {
  font-size: 1rem;
  margin: 5px;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-button .category-button svg {
  position: relative;
  z-index: 102;
  width: 25px;
  height: 25px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-button .category-button svg .st0 {
  fill: #1a272d;
  position: relative;
  z-index: 102;
  max-width: 25px;
  max-height: 25px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.newsroom-container ul .newsroom-list .newsroom-teaser-details .newsroom-teaser-button .category-button svg:hover .st0 {
  fill: #00b9eb;
}

.newsroom-container ul .newsroom-list:first-child {
  flex-direction: row;
  width: calc(100% - 20px);
  margin: 50px auto 25px;
  background: #1a272d;
  padding: 15px;
}

.newsroom-container ul .newsroom-list:first-child .newsroom-teaser-image {
  width: 50%;
}

.newsroom-container ul .newsroom-list:first-child .newsroom-teaser-details {
  display: flex;
  flex: auto;
  justify-content: center;
  height: auto;
  text-align: center;
  width: calc(50% - 40px);
}

.newsroom-container ul .newsroom-list:first-child .newsroom-teaser-details .newsroom-teaser-description {
  justify-content: center;
  align-items: center;
  width: 80%;
}

.newsroom-container ul .newsroom-list:first-child .newsroom-teaser-details .newsroom-teaser-description p {
  color: #fff;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.008em;
}

.newsroom-container ul .newsroom-list:first-child .newsroom-teaser-details h2 {
  color: #fff;
  text-align: center;
  text-transform: none;
}

.newsroom-container ul .newsroom-list:first-child .newsroom-teaser-details h2:after {
  display: none;
}

.newsroom-container ul .newsroom-list:first-child .newsroom-teaser-details .date {
  color: #fff;
  text-align: right;
}

@media (max-width: 992px) {
  .newsroom-container ul .newsroom-list:first-child {
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 50px 20px 25px;
  }

  .newsroom-container ul .newsroom-list:first-child .newsroom-teaser-image {
    width: 100%;
  }

  .newsroom-container ul .newsroom-list:first-child .newsroom-teaser-details {
    width: auto;
  }
}

.news {
  background: #f5f5f5;
}

.news-container {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.news-container .news-teaser-image {
  width: 100%;
  display: flex;
  justify-content: center;
}

.news-container .news-teaser-image figure {
  margin: 0;
}

.news-container .news-teaser-image figure img {
  max-width: 100%;
}

.news-container .news-teaser-image figure figcaption {
  font-size: 0.9rem;
  color: #a3a3a3;
  margin: 0 15px;
}

.news-container .news-teaser-description {
  max-width: 80%;
  margin: 0 auto;
}

.news-container .news-teaser-description h2 {
  margin: 60px 0 0;
  font-size: 58px;
  font-weight: 600;
}

.news-container .news-teaser-description .date {
  margin: 15px 0;
}

.news-container .news-teaser-description p {
  margin: 50px 0;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.008em;
}

.news-container .news-teaser-description img {
  max-width: 100%;
  margin: 15px 0 40px;
}

.news-container .news-teaser-description figure {
  margin: 0;
}

.news-container .news-teaser-description figure img {
  max-width: 100%;
  margin: 15px 0 5px;
}

.news-container .news-teaser-description figure figcaption {
  font-size: 0.9rem;
  color: #a3a3a3;
  margin: 0;
}

.news-container .news-teaser-description iframe {
  margin: 15px 0;
}

@media (max-width: 992px) {
  .news-container .news-teaser-description {
    max-width: 90%;
  }
}

@media (max-width: 576px) {
  .news-container .news-teaser-description {
    max-width: 95%;
  }
}

.news-container .backbutton {
  background: 0 0;
  color: #1a272d;
  cursor: pointer;
  border: 1px solid #1a272d;
  padding: 5px 25px;
  text-decoration: none;
  transition: all 0.3s;
  margin: 80px auto 0;
  font-size: 1.25rem;
  font-weight: 300;
}

.news-container .backbutton:hover {
  background: #00b9eb;
  border: 1px solid #00b9eb;
  color: #fff;
  transition: all 0.4s;
}

.news-container .backbutton:focus {
  outline: 0;
}

.news-container .backbutton p {
  margin: 0;
}

.showonmobile {
  visibility: hidden;
  display: none;
}

@media (max-width: 992px) {
  .showonmobile {
    visibility: visible;
    display: block;
  }
}

.hideonmobile {
  visibility: visible;
  display: block;
}

@media (max-width: 992px) {
  .hideonmobile {
    visibility: hidden;
    display: none;
  }
}

.hideonmobilezero {
  visibility: visible;
  display: block;
  height: 0;
}

@media (max-width: 992px) {
  .hideonmobilezero {
    visibility: hidden;
    display: none;
  }
}

@media (min-height: 1919px) {
  .hideonmobilezero {
    visibility: hidden;
    display: none;
  }
}

.stelebreake {
  visibility: hidden;
  display: none;
  height: 0;
}

@media (min-height: 1919px) {
  .stelebreake {
    visibility: visible;
    display: block;
    height: auto;
  }
}

.mobilespace {
  padding: 0;
}

@media (max-width: 992px) {
  .mobilespace {
    padding: 15px;
  }
}

.imgspace {
  margin: 20px 0 5px;
}

.swiper-pagination-bullet-active {
  background: #1a272d !important;
}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #000;
  z-index: 999999;
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}

.nuxt-progress-failed {
  background-color: red;
}

.button--green {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #3b8070;
  color: #3b8070;
  text-decoration: none;
  padding: 10px 30px;
}

.button--green:hover {
  color: #fff;
  background-color: #3b8070;
}

.button--grey {
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #35495e;
  color: #35495e;
  text-decoration: none;
  padding: 10px 30px;
  margin-left: 15px;
}

.button--grey:hover {
  color: #fff;
  background-color: #35495e;
}

@-webkit-keyframes rotate-data-v-3443d956 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes rotate-data-v-3443d956 {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

