@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: initial;
}

body {
  line-height: 1;
}

a {
  text-decoration-skip-ink: auto;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

button {
  outline: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* barlow-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/barlow-v12-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/barlow-v12-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/barlow-v12-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/barlow-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/barlow-v12-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/barlow-v12-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/barlow-v12-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/barlow-v12-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Barlow";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/barlow-v12-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
h2 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin: 3rem 0;
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  h2 {
    font-size: 1.7rem;
    margin: 1.5rem 0;
  }
}

h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 1.5rem 0 5px;
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  h3 {
    font-size: 1.4rem;
  }
}

p {
  font-size: 1.2rem;
  line-height: 1.5;
}
p + p {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 800px) {
  p {
    font-size: 1.1rem;
  }
}

.section--mb-s .headline__inner {
  margin-bottom: 1rem;
}

.u-p-color {
  color: #0c1d48;
}

.u-s-color {
  color: #fa5424;
}

.u-t-color {
  color: #5ca38c;
}

.u-w-color {
  color: #fff;
}

.u-lighter-grey-color {
  color: rgb(182, 187, 200);
}

.u-light-grey-color {
  color: rgb(236, 236, 236);
}

.u-bold, b, strong {
  font-weight: 600;
}

.u-p-bg {
  background: #0c1d48;
  color: #fff;
}

.u-s-bg {
  background: #fa5424;
  color: #fff;
}

.u-t-bg {
  background: #5ca38c;
}

.u-white-bg {
  background: #fff;
}

.u-align-left {
  text-align: left;
}
.u-align-center {
  text-align: center;
  justify-content: center;
}
.u-align-right {
  text-align: right;
  justify-content: flex-end;
}

.u-transform-upper {
  text-transform: uppercase;
}

.u-min-rows-two {
  min-height: 2.6em;
}
.u-min-rows-three {
  min-height: 3.9em;
}
.u-min-rows-four {
  min-height: 5.2em;
}

.u-line-after {
  margin-bottom: 40px;
  position: relative;
}
.u-line-after:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 30%;
  max-width: 300px;
  height: 1px;
  background: currentColor;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

/* responsive */
.u-hide {
  display: none !important;
}

@media only screen and (min-width: 993px) {
  .u-hide-for-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .u-hide-for-tablet {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .u-hide-for-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .u-show-for-desktop {
    display: none !important;
  }
}

@media only screen and (min-width: 768px), (max-width: 993px) {
  .u-show-for-tablet {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) {
  .u-show-for-mobile {
    display: none !important;
  }
}

/* Accessibility helper classes */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap; /* prevent line breaks */
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  white-space: normal;
}

/* Margin helpers  */
.u-m--xs {
  margin: 0.25rem;
}

.u-m--s {
  margin: 0.5rem;
}

.u-m--m {
  margin: 1rem;
}

.u-m--l {
  margin: 1.5rem;
}

.u-m--xl {
  margin: 2rem;
}

.u-m--xxl {
  margin: 3rem;
}

.u-m {
  margin: 1rem;
}

.u-m--xs-mobile {
  margin: 0.125rem;
}

.u-m--s-mobile {
  margin: 0.25rem;
}

.u-m--m-mobile {
  margin: 0.5rem;
}

.u-m--l-mobile {
  margin: 0.75rem;
}

.u-m--xl-mobile {
  margin: 1rem;
}

.u-m--xxl-mobile {
  margin: 1.5rem;
}

.u-m-mobile {
  margin: 0.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-m--xs-tablet {
    margin: 0.1875rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-m--s-tablet {
    margin: 0.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-m--m-tablet {
    margin: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-m--l-tablet {
    margin: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-m--xl-tablet {
    margin: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-m--xxl-tablet {
    margin: 2.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-m-tablet {
    margin: 0.75rem;
  }
}

@media (min-width: 992px) {
  .u-m--xs-desktop {
    margin: 0.25rem;
  }
}

@media (min-width: 992px) {
  .u-m--s-desktop {
    margin: 0.5rem;
  }
}

@media (min-width: 992px) {
  .u-m--m-desktop {
    margin: 1rem;
  }
}

@media (min-width: 992px) {
  .u-m--l-desktop {
    margin: 1.5rem;
  }
}

@media (min-width: 992px) {
  .u-m--xl-desktop {
    margin: 2rem;
  }
}

@media (min-width: 992px) {
  .u-m--xxl-desktop {
    margin: 3rem;
  }
}

@media (min-width: 992px) {
  .u-m-desktop {
    margin: 1rem;
  }
}

.u-mt--xs {
  margin-top: 0.25rem;
}

.u-mt--s {
  margin-top: 0.5rem;
}

.u-mt--m {
  margin-top: 1rem;
}

.u-mt--l {
  margin-top: 1.5rem;
}

.u-mt--xl {
  margin-top: 2rem;
}

.u-mt--xxl {
  margin-top: 3rem;
}

.u-mt {
  margin-top: 1rem;
}

.u-mt--xs-mobile {
  margin-top: 0.125rem;
}

.u-mt--s-mobile {
  margin-top: 0.25rem;
}

.u-mt--m-mobile {
  margin-top: 0.5rem;
}

.u-mt--l-mobile {
  margin-top: 0.75rem;
}

.u-mt--xl-mobile {
  margin-top: 1rem;
}

.u-mt--xxl-mobile {
  margin-top: 1.5rem;
}

.u-mt-mobile {
  margin-top: 0.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mt--xs-tablet {
    margin-top: 0.1875rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mt--s-tablet {
    margin-top: 0.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mt--m-tablet {
    margin-top: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mt--l-tablet {
    margin-top: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mt--xl-tablet {
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mt--xxl-tablet {
    margin-top: 2.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mt-tablet {
    margin-top: 0.75rem;
  }
}

@media (min-width: 992px) {
  .u-mt--xs-desktop {
    margin-top: 0.25rem;
  }
}

@media (min-width: 992px) {
  .u-mt--s-desktop {
    margin-top: 0.5rem;
  }
}

@media (min-width: 992px) {
  .u-mt--m-desktop {
    margin-top: 1rem;
  }
}

@media (min-width: 992px) {
  .u-mt--l-desktop {
    margin-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .u-mt--xl-desktop {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .u-mt--xxl-desktop {
    margin-top: 3rem;
  }
}

@media (min-width: 992px) {
  .u-mt-desktop {
    margin-top: 1rem;
  }
}

.u-mr--xs {
  margin-right: 0.25rem;
}

.u-mr--s {
  margin-right: 0.5rem;
}

.u-mr--m {
  margin-right: 1rem;
}

.u-mr--l {
  margin-right: 1.5rem;
}

.u-mr--xl {
  margin-right: 2rem;
}

.u-mr--xxl {
  margin-right: 3rem;
}

.u-mr {
  margin-right: 1rem;
}

.u-mr--xs-mobile {
  margin-right: 0.125rem;
}

.u-mr--s-mobile {
  margin-right: 0.25rem;
}

.u-mr--m-mobile {
  margin-right: 0.5rem;
}

.u-mr--l-mobile {
  margin-right: 0.75rem;
}

.u-mr--xl-mobile {
  margin-right: 1rem;
}

.u-mr--xxl-mobile {
  margin-right: 1.5rem;
}

.u-mr-mobile {
  margin-right: 0.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mr--xs-tablet {
    margin-right: 0.1875rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mr--s-tablet {
    margin-right: 0.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mr--m-tablet {
    margin-right: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mr--l-tablet {
    margin-right: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mr--xl-tablet {
    margin-right: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mr--xxl-tablet {
    margin-right: 2.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mr-tablet {
    margin-right: 0.75rem;
  }
}

@media (min-width: 992px) {
  .u-mr--xs-desktop {
    margin-right: 0.25rem;
  }
}

@media (min-width: 992px) {
  .u-mr--s-desktop {
    margin-right: 0.5rem;
  }
}

@media (min-width: 992px) {
  .u-mr--m-desktop {
    margin-right: 1rem;
  }
}

@media (min-width: 992px) {
  .u-mr--l-desktop {
    margin-right: 1.5rem;
  }
}

@media (min-width: 992px) {
  .u-mr--xl-desktop {
    margin-right: 2rem;
  }
}

@media (min-width: 992px) {
  .u-mr--xxl-desktop {
    margin-right: 3rem;
  }
}

@media (min-width: 992px) {
  .u-mr-desktop {
    margin-right: 1rem;
  }
}

.u-mb--xs {
  margin-bottom: 0.25rem;
}

.u-mb--s {
  margin-bottom: 0.5rem;
}

.u-mb--m {
  margin-bottom: 1rem;
}

.u-mb--l {
  margin-bottom: 1.5rem;
}

.u-mb--xl {
  margin-bottom: 2rem;
}

.u-mb--xxl {
  margin-bottom: 3rem;
}

.u-mb {
  margin-bottom: 1rem;
}

.u-mb--xs-mobile {
  margin-bottom: 0.125rem;
}

.u-mb--s-mobile {
  margin-bottom: 0.25rem;
}

.u-mb--m-mobile {
  margin-bottom: 0.5rem;
}

.u-mb--l-mobile {
  margin-bottom: 0.75rem;
}

.u-mb--xl-mobile {
  margin-bottom: 1rem;
}

.u-mb--xxl-mobile {
  margin-bottom: 1.5rem;
}

.u-mb-mobile {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mb--xs-tablet {
    margin-bottom: 0.1875rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mb--s-tablet {
    margin-bottom: 0.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mb--m-tablet {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mb--l-tablet {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mb--xl-tablet {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mb--xxl-tablet {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-mb-tablet {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 992px) {
  .u-mb--xs-desktop {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 992px) {
  .u-mb--s-desktop {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 992px) {
  .u-mb--m-desktop {
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .u-mb--l-desktop {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .u-mb--xl-desktop {
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .u-mb--xxl-desktop {
    margin-bottom: 3rem;
  }
}

@media (min-width: 992px) {
  .u-mb-desktop {
    margin-bottom: 1rem;
  }
}

.u-ml--xs {
  margin-left: 0.25rem;
}

.u-ml--s {
  margin-left: 0.5rem;
}

.u-ml--m {
  margin-left: 1rem;
}

.u-ml--l {
  margin-left: 1.5rem;
}

.u-ml--xl {
  margin-left: 2rem;
}

.u-ml--xxl {
  margin-left: 3rem;
}

.u-ml {
  margin-left: 1rem;
}

.u-ml--xs-mobile {
  margin-left: 0.125rem;
}

.u-ml--s-mobile {
  margin-left: 0.25rem;
}

.u-ml--m-mobile {
  margin-left: 0.5rem;
}

.u-ml--l-mobile {
  margin-left: 0.75rem;
}

.u-ml--xl-mobile {
  margin-left: 1rem;
}

.u-ml--xxl-mobile {
  margin-left: 1.5rem;
}

.u-ml-mobile {
  margin-left: 0.5rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-ml--xs-tablet {
    margin-left: 0.1875rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-ml--s-tablet {
    margin-left: 0.375rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-ml--m-tablet {
    margin-left: 0.75rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-ml--l-tablet {
    margin-left: 1.125rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-ml--xl-tablet {
    margin-left: 1.5rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-ml--xxl-tablet {
    margin-left: 2.25rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .u-ml-tablet {
    margin-left: 0.75rem;
  }
}

@media (min-width: 992px) {
  .u-ml--xs-desktop {
    margin-left: 0.25rem;
  }
}

@media (min-width: 992px) {
  .u-ml--s-desktop {
    margin-left: 0.5rem;
  }
}

@media (min-width: 992px) {
  .u-ml--m-desktop {
    margin-left: 1rem;
  }
}

@media (min-width: 992px) {
  .u-ml--l-desktop {
    margin-left: 1.5rem;
  }
}

@media (min-width: 992px) {
  .u-ml--xl-desktop {
    margin-left: 2rem;
  }
}

@media (min-width: 992px) {
  .u-ml--xxl-desktop {
    margin-left: 3rem;
  }
}

@media (min-width: 992px) {
  .u-ml-desktop {
    margin-left: 1rem;
  }
}

/* sticky content */
.u-sticky {
  position: sticky;
}

body, html {
  font-family: "Barlow", Arial, sans-serif;
  background: #fff;
  font-size: 14px;
  color: #0c1d48;
  /*overflow-x: hidden;*/
}
@media only screen and (max-width: 992px) {
  body, html {
    font-size: 16px;
  }
}

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

a {
  color: #0c1d48;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3rem;
}
.grid--align-start {
  align-items: start;
}
.grid--align-center {
  align-items: center;
}
.grid--align-end {
  align-items: end;
}
.grid.grid--halfgap {
  gap: 1.5rem;
}
.grid.grid--nogap {
  gap: 0;
}
.grid.grid--sixthgap {
  gap: 0.5rem;
}
.grid .grid__col--1 {
  width: calc(8.3333333333% - 33rem * 0.0833333333);
}
.grid.grid--halfgap .grid__col--1 {
  width: calc(8.3333333333% - 16.5rem * 0.0833333333);
}
.grid.grid--nogap .grid__col--1 {
  width: calc(8.3333333333% - 0px * 0.0833333333);
}
.grid.grid--sixthgap .grid__col--1 {
  width: calc(8.3333333333% - 5.5rem * 0.0833333333);
}
.grid .grid__col--2 {
  width: calc(16.6666666667% - 15rem * 0.1666666667);
}
.grid.grid--halfgap .grid__col--2 {
  width: calc(16.6666666667% - 7.5rem * 0.1666666667);
}
.grid.grid--nogap .grid__col--2 {
  width: calc(16.6666666667% - 0px * 0.1666666667);
}
.grid.grid--sixthgap .grid__col--2 {
  width: calc(16.6666666667% - 2.5rem * 0.1666666667);
}
.grid .grid__col--3 {
  width: calc(25% - 9rem * 0.25);
}
.grid.grid--halfgap .grid__col--3 {
  width: calc(25% - 4.5rem * 0.25);
}
.grid.grid--nogap .grid__col--3 {
  width: calc(25% - 0px * 0.25);
}
.grid.grid--sixthgap .grid__col--3 {
  width: calc(25% - 1.5rem * 0.25);
}
.grid .grid__col--4 {
  width: calc(33.3333333333% - 6rem * 0.3333333333);
}
.grid.grid--halfgap .grid__col--4 {
  width: calc(33.3333333333% - 3rem * 0.3333333333);
}
.grid.grid--nogap .grid__col--4 {
  width: calc(33.3333333333% - 0px * 0.3333333333);
}
.grid.grid--sixthgap .grid__col--4 {
  width: calc(33.3333333333% - 1rem * 0.3333333333);
}
.grid .grid__col--5 {
  width: calc(41.6666666667% - 4.2rem * 0.4166666667);
}
.grid.grid--halfgap .grid__col--5 {
  width: calc(41.6666666667% - 2.1rem * 0.4166666667);
}
.grid.grid--nogap .grid__col--5 {
  width: calc(41.6666666667% - 0px * 0.4166666667);
}
.grid.grid--sixthgap .grid__col--5 {
  width: calc(41.6666666667% - 0.7rem * 0.4166666667);
}
.grid .grid__col--6 {
  width: calc(50% - 3rem * 0.5);
}
.grid.grid--halfgap .grid__col--6 {
  width: calc(50% - 1.5rem * 0.5);
}
.grid.grid--nogap .grid__col--6 {
  width: calc(50% - 0px * 0.5);
}
.grid.grid--sixthgap .grid__col--6 {
  width: calc(50% - 0.5rem * 0.5);
}
.grid .grid__col--7 {
  width: calc(58.3333333333% - 2.1428571429rem * 0.5833333333);
}
.grid.grid--halfgap .grid__col--7 {
  width: calc(58.3333333333% - 1.0714285714rem * 0.5833333333);
}
.grid.grid--nogap .grid__col--7 {
  width: calc(58.3333333333% - 0px * 0.5833333333);
}
.grid.grid--sixthgap .grid__col--7 {
  width: calc(58.3333333333% - 0.3571428571rem * 0.5833333333);
}
.grid .grid__col--8 {
  width: calc(66.6666666667% - 1.5rem * 0.6666666667);
}
.grid.grid--halfgap .grid__col--8 {
  width: calc(66.6666666667% - 0.75rem * 0.6666666667);
}
.grid.grid--nogap .grid__col--8 {
  width: calc(66.6666666667% - 0px * 0.6666666667);
}
.grid.grid--sixthgap .grid__col--8 {
  width: calc(66.6666666667% - 0.25rem * 0.6666666667);
}
.grid .grid__col--9 {
  width: calc(75% - 1rem * 0.75);
}
.grid.grid--halfgap .grid__col--9 {
  width: calc(75% - 0.5rem * 0.75);
}
.grid.grid--nogap .grid__col--9 {
  width: calc(75% - 0px * 0.75);
}
.grid.grid--sixthgap .grid__col--9 {
  width: calc(75% - 0.1666666667rem * 0.75);
}
.grid .grid__col--10 {
  width: calc(83.3333333333% - 0.6rem * 0.8333333333);
}
.grid.grid--halfgap .grid__col--10 {
  width: calc(83.3333333333% - 0.3rem * 0.8333333333);
}
.grid.grid--nogap .grid__col--10 {
  width: calc(83.3333333333% - 0px * 0.8333333333);
}
.grid.grid--sixthgap .grid__col--10 {
  width: calc(83.3333333333% - 0.1rem * 0.8333333333);
}
.grid .grid__col--11 {
  width: calc(91.6666666667% - 0.2727272727rem * 0.9166666667);
}
.grid.grid--halfgap .grid__col--11 {
  width: calc(91.6666666667% - 0.1363636364rem * 0.9166666667);
}
.grid.grid--nogap .grid__col--11 {
  width: calc(91.6666666667% - 0px * 0.9166666667);
}
.grid.grid--sixthgap .grid__col--11 {
  width: calc(91.6666666667% - 0.0454545455rem * 0.9166666667);
}
.grid .grid__col--12 {
  width: calc(100% - 0rem * 1);
}
.grid.grid--halfgap .grid__col--12 {
  width: calc(100% - 0rem * 1);
}
.grid.grid--nogap .grid__col--12 {
  width: calc(100% - 0px * 1);
}
.grid.grid--sixthgap .grid__col--12 {
  width: calc(100% - 0rem * 1);
}
@media only screen and (max-width: 992px) {
  .grid .grid__col--tablet-1 {
    width: calc(8.3333333333% - 33rem * 0.0833333333);
  }
  .grid.grid--halfgap .grid__col--tablet-1 {
    width: calc(8.3333333333% - 16.5rem * 0.0833333333);
  }
  .grid.grid--nogap .grid__col--tablet-1 {
    width: calc(8.3333333333% - 0px * 0.0833333333);
  }
  .grid.grid--sixthgap .grid__col--tablet-1 {
    width: calc(8.3333333333% - 5.5rem * 0.0833333333);
  }
  .grid .grid__col--tablet-2 {
    width: calc(16.6666666667% - 15rem * 0.1666666667);
  }
  .grid.grid--halfgap .grid__col--tablet-2 {
    width: calc(16.6666666667% - 7.5rem * 0.1666666667);
  }
  .grid.grid--nogap .grid__col--tablet-2 {
    width: calc(16.6666666667% - 0px * 0.1666666667);
  }
  .grid.grid--sixthgap .grid__col--tablet-2 {
    width: calc(16.6666666667% - 2.5rem * 0.1666666667);
  }
  .grid .grid__col--tablet-3 {
    width: calc(25% - 9rem * 0.25);
  }
  .grid.grid--halfgap .grid__col--tablet-3 {
    width: calc(25% - 4.5rem * 0.25);
  }
  .grid.grid--nogap .grid__col--tablet-3 {
    width: calc(25% - 0px * 0.25);
  }
  .grid.grid--sixthgap .grid__col--tablet-3 {
    width: calc(25% - 1.5rem * 0.25);
  }
  .grid .grid__col--tablet-4 {
    width: calc(33.3333333333% - 6rem * 0.3333333333);
  }
  .grid.grid--halfgap .grid__col--tablet-4 {
    width: calc(33.3333333333% - 3rem * 0.3333333333);
  }
  .grid.grid--nogap .grid__col--tablet-4 {
    width: calc(33.3333333333% - 0px * 0.3333333333);
  }
  .grid.grid--sixthgap .grid__col--tablet-4 {
    width: calc(33.3333333333% - 1rem * 0.3333333333);
  }
  .grid .grid__col--tablet-5 {
    width: calc(41.6666666667% - 4.2rem * 0.4166666667);
  }
  .grid.grid--halfgap .grid__col--tablet-5 {
    width: calc(41.6666666667% - 2.1rem * 0.4166666667);
  }
  .grid.grid--nogap .grid__col--tablet-5 {
    width: calc(41.6666666667% - 0px * 0.4166666667);
  }
  .grid.grid--sixthgap .grid__col--tablet-5 {
    width: calc(41.6666666667% - 0.7rem * 0.4166666667);
  }
  .grid .grid__col--tablet-6 {
    width: calc(50% - 3rem * 0.5);
  }
  .grid.grid--halfgap .grid__col--tablet-6 {
    width: calc(50% - 1.5rem * 0.5);
  }
  .grid.grid--nogap .grid__col--tablet-6 {
    width: calc(50% - 0px * 0.5);
  }
  .grid.grid--sixthgap .grid__col--tablet-6 {
    width: calc(50% - 0.5rem * 0.5);
  }
  .grid .grid__col--tablet-7 {
    width: calc(58.3333333333% - 2.1428571429rem * 0.5833333333);
  }
  .grid.grid--halfgap .grid__col--tablet-7 {
    width: calc(58.3333333333% - 1.0714285714rem * 0.5833333333);
  }
  .grid.grid--nogap .grid__col--tablet-7 {
    width: calc(58.3333333333% - 0px * 0.5833333333);
  }
  .grid.grid--sixthgap .grid__col--tablet-7 {
    width: calc(58.3333333333% - 0.3571428571rem * 0.5833333333);
  }
  .grid .grid__col--tablet-8 {
    width: calc(66.6666666667% - 1.5rem * 0.6666666667);
  }
  .grid.grid--halfgap .grid__col--tablet-8 {
    width: calc(66.6666666667% - 0.75rem * 0.6666666667);
  }
  .grid.grid--nogap .grid__col--tablet-8 {
    width: calc(66.6666666667% - 0px * 0.6666666667);
  }
  .grid.grid--sixthgap .grid__col--tablet-8 {
    width: calc(66.6666666667% - 0.25rem * 0.6666666667);
  }
  .grid .grid__col--tablet-9 {
    width: calc(75% - 1rem * 0.75);
  }
  .grid.grid--halfgap .grid__col--tablet-9 {
    width: calc(75% - 0.5rem * 0.75);
  }
  .grid.grid--nogap .grid__col--tablet-9 {
    width: calc(75% - 0px * 0.75);
  }
  .grid.grid--sixthgap .grid__col--tablet-9 {
    width: calc(75% - 0.1666666667rem * 0.75);
  }
  .grid .grid__col--tablet-10 {
    width: calc(83.3333333333% - 0.6rem * 0.8333333333);
  }
  .grid.grid--halfgap .grid__col--tablet-10 {
    width: calc(83.3333333333% - 0.3rem * 0.8333333333);
  }
  .grid.grid--nogap .grid__col--tablet-10 {
    width: calc(83.3333333333% - 0px * 0.8333333333);
  }
  .grid.grid--sixthgap .grid__col--tablet-10 {
    width: calc(83.3333333333% - 0.1rem * 0.8333333333);
  }
  .grid .grid__col--tablet-11 {
    width: calc(91.6666666667% - 0.2727272727rem * 0.9166666667);
  }
  .grid.grid--halfgap .grid__col--tablet-11 {
    width: calc(91.6666666667% - 0.1363636364rem * 0.9166666667);
  }
  .grid.grid--nogap .grid__col--tablet-11 {
    width: calc(91.6666666667% - 0px * 0.9166666667);
  }
  .grid.grid--sixthgap .grid__col--tablet-11 {
    width: calc(91.6666666667% - 0.0454545455rem * 0.9166666667);
  }
  .grid .grid__col--tablet-12 {
    width: calc(100% - 0rem * 1);
  }
  .grid.grid--halfgap .grid__col--tablet-12 {
    width: calc(100% - 0rem * 1);
  }
  .grid.grid--nogap .grid__col--tablet-12 {
    width: calc(100% - 0px * 1);
  }
  .grid.grid--sixthgap .grid__col--tablet-12 {
    width: calc(100% - 0rem * 1);
  }
}
@media only screen and (max-width: 768px) {
  .grid .grid__col--mobile-1 {
    width: calc(8.3333333333% - 33rem * 0.0833333333);
  }
  .grid.grid--halfgap .grid__col--mobile-1 {
    width: calc(8.3333333333% - 16.5rem * 0.0833333333);
  }
  .grid.grid--nogap .grid__col--mobile-1 {
    width: calc(8.3333333333% - 0px * 0.0833333333);
  }
  .grid.grid--sixthgap .grid__col--mobile-1 {
    width: calc(8.3333333333% - 5.5rem * 0.0833333333);
  }
  .grid .grid__col--mobile-2 {
    width: calc(16.6666666667% - 15rem * 0.1666666667);
  }
  .grid.grid--halfgap .grid__col--mobile-2 {
    width: calc(16.6666666667% - 7.5rem * 0.1666666667);
  }
  .grid.grid--nogap .grid__col--mobile-2 {
    width: calc(16.6666666667% - 0px * 0.1666666667);
  }
  .grid.grid--sixthgap .grid__col--mobile-2 {
    width: calc(16.6666666667% - 2.5rem * 0.1666666667);
  }
  .grid .grid__col--mobile-3 {
    width: calc(25% - 9rem * 0.25);
  }
  .grid.grid--halfgap .grid__col--mobile-3 {
    width: calc(25% - 4.5rem * 0.25);
  }
  .grid.grid--nogap .grid__col--mobile-3 {
    width: calc(25% - 0px * 0.25);
  }
  .grid.grid--sixthgap .grid__col--mobile-3 {
    width: calc(25% - 1.5rem * 0.25);
  }
  .grid .grid__col--mobile-4 {
    width: calc(33.3333333333% - 6rem * 0.3333333333);
  }
  .grid.grid--halfgap .grid__col--mobile-4 {
    width: calc(33.3333333333% - 3rem * 0.3333333333);
  }
  .grid.grid--nogap .grid__col--mobile-4 {
    width: calc(33.3333333333% - 0px * 0.3333333333);
  }
  .grid.grid--sixthgap .grid__col--mobile-4 {
    width: calc(33.3333333333% - 1rem * 0.3333333333);
  }
  .grid .grid__col--mobile-5 {
    width: calc(41.6666666667% - 4.2rem * 0.4166666667);
  }
  .grid.grid--halfgap .grid__col--mobile-5 {
    width: calc(41.6666666667% - 2.1rem * 0.4166666667);
  }
  .grid.grid--nogap .grid__col--mobile-5 {
    width: calc(41.6666666667% - 0px * 0.4166666667);
  }
  .grid.grid--sixthgap .grid__col--mobile-5 {
    width: calc(41.6666666667% - 0.7rem * 0.4166666667);
  }
  .grid .grid__col--mobile-6 {
    width: calc(50% - 3rem * 0.5);
  }
  .grid.grid--halfgap .grid__col--mobile-6 {
    width: calc(50% - 1.5rem * 0.5);
  }
  .grid.grid--nogap .grid__col--mobile-6 {
    width: calc(50% - 0px * 0.5);
  }
  .grid.grid--sixthgap .grid__col--mobile-6 {
    width: calc(50% - 0.5rem * 0.5);
  }
  .grid .grid__col--mobile-7 {
    width: calc(58.3333333333% - 2.1428571429rem * 0.5833333333);
  }
  .grid.grid--halfgap .grid__col--mobile-7 {
    width: calc(58.3333333333% - 1.0714285714rem * 0.5833333333);
  }
  .grid.grid--nogap .grid__col--mobile-7 {
    width: calc(58.3333333333% - 0px * 0.5833333333);
  }
  .grid.grid--sixthgap .grid__col--mobile-7 {
    width: calc(58.3333333333% - 0.3571428571rem * 0.5833333333);
  }
  .grid .grid__col--mobile-8 {
    width: calc(66.6666666667% - 1.5rem * 0.6666666667);
  }
  .grid.grid--halfgap .grid__col--mobile-8 {
    width: calc(66.6666666667% - 0.75rem * 0.6666666667);
  }
  .grid.grid--nogap .grid__col--mobile-8 {
    width: calc(66.6666666667% - 0px * 0.6666666667);
  }
  .grid.grid--sixthgap .grid__col--mobile-8 {
    width: calc(66.6666666667% - 0.25rem * 0.6666666667);
  }
  .grid .grid__col--mobile-9 {
    width: calc(75% - 1rem * 0.75);
  }
  .grid.grid--halfgap .grid__col--mobile-9 {
    width: calc(75% - 0.5rem * 0.75);
  }
  .grid.grid--nogap .grid__col--mobile-9 {
    width: calc(75% - 0px * 0.75);
  }
  .grid.grid--sixthgap .grid__col--mobile-9 {
    width: calc(75% - 0.1666666667rem * 0.75);
  }
  .grid .grid__col--mobile-10 {
    width: calc(83.3333333333% - 0.6rem * 0.8333333333);
  }
  .grid.grid--halfgap .grid__col--mobile-10 {
    width: calc(83.3333333333% - 0.3rem * 0.8333333333);
  }
  .grid.grid--nogap .grid__col--mobile-10 {
    width: calc(83.3333333333% - 0px * 0.8333333333);
  }
  .grid.grid--sixthgap .grid__col--mobile-10 {
    width: calc(83.3333333333% - 0.1rem * 0.8333333333);
  }
  .grid .grid__col--mobile-11 {
    width: calc(91.6666666667% - 0.2727272727rem * 0.9166666667);
  }
  .grid.grid--halfgap .grid__col--mobile-11 {
    width: calc(91.6666666667% - 0.1363636364rem * 0.9166666667);
  }
  .grid.grid--nogap .grid__col--mobile-11 {
    width: calc(91.6666666667% - 0px * 0.9166666667);
  }
  .grid.grid--sixthgap .grid__col--mobile-11 {
    width: calc(91.6666666667% - 0.0454545455rem * 0.9166666667);
  }
  .grid .grid__col--mobile-12 {
    width: calc(100% - 0rem * 1);
  }
  .grid.grid--halfgap .grid__col--mobile-12 {
    width: calc(100% - 0rem * 1);
  }
  .grid.grid--nogap .grid__col--mobile-12 {
    width: calc(100% - 0px * 1);
  }
  .grid.grid--sixthgap .grid__col--mobile-12 {
    width: calc(100% - 0rem * 1);
  }
}
@media only screen and (max-width: 480px) {
  .grid .grid__col--small-mobile-1 {
    width: calc(8.3333333333% - 33rem * 0.0833333333);
  }
  .grid.grid--halfgap .grid__col--small-mobile-1 {
    width: calc(8.3333333333% - 16.5rem * 0.0833333333);
  }
  .grid.grid--nogap .grid__col--small-mobile-1 {
    width: calc(8.3333333333% - 0px * 0.0833333333);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-1 {
    width: calc(8.3333333333% - 5.5rem * 0.0833333333);
  }
  .grid .grid__col--small-mobile-2 {
    width: calc(16.6666666667% - 15rem * 0.1666666667);
  }
  .grid.grid--halfgap .grid__col--small-mobile-2 {
    width: calc(16.6666666667% - 7.5rem * 0.1666666667);
  }
  .grid.grid--nogap .grid__col--small-mobile-2 {
    width: calc(16.6666666667% - 0px * 0.1666666667);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-2 {
    width: calc(16.6666666667% - 2.5rem * 0.1666666667);
  }
  .grid .grid__col--small-mobile-3 {
    width: calc(25% - 9rem * 0.25);
  }
  .grid.grid--halfgap .grid__col--small-mobile-3 {
    width: calc(25% - 4.5rem * 0.25);
  }
  .grid.grid--nogap .grid__col--small-mobile-3 {
    width: calc(25% - 0px * 0.25);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-3 {
    width: calc(25% - 1.5rem * 0.25);
  }
  .grid .grid__col--small-mobile-4 {
    width: calc(33.3333333333% - 6rem * 0.3333333333);
  }
  .grid.grid--halfgap .grid__col--small-mobile-4 {
    width: calc(33.3333333333% - 3rem * 0.3333333333);
  }
  .grid.grid--nogap .grid__col--small-mobile-4 {
    width: calc(33.3333333333% - 0px * 0.3333333333);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-4 {
    width: calc(33.3333333333% - 1rem * 0.3333333333);
  }
  .grid .grid__col--small-mobile-5 {
    width: calc(41.6666666667% - 4.2rem * 0.4166666667);
  }
  .grid.grid--halfgap .grid__col--small-mobile-5 {
    width: calc(41.6666666667% - 2.1rem * 0.4166666667);
  }
  .grid.grid--nogap .grid__col--small-mobile-5 {
    width: calc(41.6666666667% - 0px * 0.4166666667);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-5 {
    width: calc(41.6666666667% - 0.7rem * 0.4166666667);
  }
  .grid .grid__col--small-mobile-6 {
    width: calc(50% - 3rem * 0.5);
  }
  .grid.grid--halfgap .grid__col--small-mobile-6 {
    width: calc(50% - 1.5rem * 0.5);
  }
  .grid.grid--nogap .grid__col--small-mobile-6 {
    width: calc(50% - 0px * 0.5);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-6 {
    width: calc(50% - 0.5rem * 0.5);
  }
  .grid .grid__col--small-mobile-7 {
    width: calc(58.3333333333% - 2.1428571429rem * 0.5833333333);
  }
  .grid.grid--halfgap .grid__col--small-mobile-7 {
    width: calc(58.3333333333% - 1.0714285714rem * 0.5833333333);
  }
  .grid.grid--nogap .grid__col--small-mobile-7 {
    width: calc(58.3333333333% - 0px * 0.5833333333);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-7 {
    width: calc(58.3333333333% - 0.3571428571rem * 0.5833333333);
  }
  .grid .grid__col--small-mobile-8 {
    width: calc(66.6666666667% - 1.5rem * 0.6666666667);
  }
  .grid.grid--halfgap .grid__col--small-mobile-8 {
    width: calc(66.6666666667% - 0.75rem * 0.6666666667);
  }
  .grid.grid--nogap .grid__col--small-mobile-8 {
    width: calc(66.6666666667% - 0px * 0.6666666667);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-8 {
    width: calc(66.6666666667% - 0.25rem * 0.6666666667);
  }
  .grid .grid__col--small-mobile-9 {
    width: calc(75% - 1rem * 0.75);
  }
  .grid.grid--halfgap .grid__col--small-mobile-9 {
    width: calc(75% - 0.5rem * 0.75);
  }
  .grid.grid--nogap .grid__col--small-mobile-9 {
    width: calc(75% - 0px * 0.75);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-9 {
    width: calc(75% - 0.1666666667rem * 0.75);
  }
  .grid .grid__col--small-mobile-10 {
    width: calc(83.3333333333% - 0.6rem * 0.8333333333);
  }
  .grid.grid--halfgap .grid__col--small-mobile-10 {
    width: calc(83.3333333333% - 0.3rem * 0.8333333333);
  }
  .grid.grid--nogap .grid__col--small-mobile-10 {
    width: calc(83.3333333333% - 0px * 0.8333333333);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-10 {
    width: calc(83.3333333333% - 0.1rem * 0.8333333333);
  }
  .grid .grid__col--small-mobile-11 {
    width: calc(91.6666666667% - 0.2727272727rem * 0.9166666667);
  }
  .grid.grid--halfgap .grid__col--small-mobile-11 {
    width: calc(91.6666666667% - 0.1363636364rem * 0.9166666667);
  }
  .grid.grid--nogap .grid__col--small-mobile-11 {
    width: calc(91.6666666667% - 0px * 0.9166666667);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-11 {
    width: calc(91.6666666667% - 0.0454545455rem * 0.9166666667);
  }
  .grid .grid__col--small-mobile-12 {
    width: calc(100% - 0rem * 1);
  }
  .grid.grid--halfgap .grid__col--small-mobile-12 {
    width: calc(100% - 0rem * 1);
  }
  .grid.grid--nogap .grid__col--small-mobile-12 {
    width: calc(100% - 0px * 1);
  }
  .grid.grid--sixthgap .grid__col--small-mobile-12 {
    width: calc(100% - 0rem * 1);
  }
}

.grid--5-col {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1480px) {
  .grid--5-col {
    padding: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .grid--5-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--5-col:nth-child(5n+1) {
    grid-column: 1/span 2;
  }
}
@media only screen and (max-width: 768px) {
  .grid--5-col {
    grid-template-columns: 1fr;
  }
}

.header {
  position: relative;
  z-index: 10;
}

.navbar {
  padding-left: 10%;
  text-align: right;
  padding-right: 70px;
  position: fixed;
  top: calc(100vh - 123px);
  height: 123px;
  z-index: 10;
  background: #fff;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 768px) {
  .navbar {
    bottom: 0;
    top: auto;
  }
}
@media only screen and (max-width: 480px) {
  .navbar {
    height: 100px;
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .navbar:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: -19px;
    /*transform: translateX(-50%) rotate(45deg);*/
    /* correct for fullpage.js scrollbar offset */
    transform: translateX(calc(-50% - 5px)) rotate(45deg);
    background: #fff;
    width: 40px;
    height: 40px;
    clip-path: polygon(0 100%, 100% 100%, 100% 0);
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .navbar:after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
}
.navbar--sticky {
  top: 0;
}
.navbar__inner {
  max-width: 1650px;
  padding: 1rem 0 0;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 768px) {
  .navbar__inner {
    padding: 0.75rem 0 0;
  }
}
.navbar--sticky .navbar__inner {
  padding: 1rem 0;
}

.main {
  position: relative;
  z-index: 5;
}

.section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.section--content:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: -19px;
  /*transform: translateX(-50%) rotate(45deg);*/
  /* correct for fullpage.js scrollbar offset */
  transform: translateX(calc(-50% - 5px)) rotate(45deg);
  background: #fff;
  width: 40px;
  height: 40px;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
@media only screen and (max-width: 768px) {
  .section--content:after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
}
.section__inner {
  max-width: 1280px;
  margin: auto;
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1280px) {
  .section__inner {
    padding: 7.5rem 2rem 3rem 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .section__inner {
    padding: 5rem 1.5rem 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .section__inner {
    padding: 3rem 1rem 1.5rem;
  }
}
.section__inner--medium-padding {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 992px) {
  .section__inner--medium-padding {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .section__inner--medium-padding {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}
.section__inner--small-padding {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 992px) {
  .section__inner--small-padding {
    padding-top: 1.5rem;
    padding-bottom: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .section__inner--small-padding {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
.section__inner--no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.section--footer {
  padding-top: 6rem;
  background: #0c1d48;
}
@media only screen and (max-width: 992px) {
  .section--footer {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .section--footer {
    padding-top: 1.5rem;
  }
}
.section--primary {
  background-color: #0c1d48;
  color: #fff;
}
.section--primary:after {
  background-color: #0c1d48;
}
.section--secondary {
  background-color: #fa5424;
  color: #fff;
}
.section--secondary:after {
  background-color: #fa5424;
}
.section--tertiary {
  background-color: #5ca38c;
  color: #fff;
}
.section--tertiary:after {
  background-color: #5ca38c;
}
.section--lightergreen {
  background-color: #bedbd1;
}
.section--lightergreen:after {
  background-color: #bedbd1;
}
.section--lightgreen {
  background-color: #deede8;
}
.section--lightgreen:after {
  background-color: #deede8;
}
.section--gradient--grey {
  background: rgb(227, 227, 227);
  background: linear-gradient(180deg, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 40%);
}
.section--light {
  background: #fff;
}
.section--no-arrow:after {
  display: none;
}
.section--bg-overlay:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  background: rgba(12, 29, 72, 0.3);
}
.section--bg-overlay .section__inner {
  position: relative;
  z-index: 2;
}

.section__inner {
  margin-left: auto;
  margin-right: auto;
}
.section__inner--narrow {
  max-width: 992px;
}
.section__inner--narrower {
  max-width: 768px;
}
.section__inner--boxed {
  max-width: 1280px;
}
.section__inner--wider {
  max-width: 1480px;
}
.section__inner--padded {
  padding: 0 1.5rem;
  width: calc(100% - 3rem);
  max-width: none;
}
.section__inner--full {
  padding: 0;
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 992px) {
  .section__inner--full {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .section--masonry .section__inner--full {
    padding: 0;
  }
}

/* specific content */
.section--team-img {
  min-height: 800px;
}
@media only screen and (max-width: 1480px) {
  .section--team-img {
    min-height: 700px;
  }
}
@media only screen and (max-width: 1280px) {
  .section--team-img {
    min-height: 550px;
  }
}
@media only screen and (max-width: 992px) {
  .section--team-img {
    min-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .section--team-img {
    min-height: 250px;
  }
}
.section--divided .headline--h3 .headline__inner {
  font-size: 1rem;
  font-weight: normal;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.section--divided .headline--h3 .headline__inner span {
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .section--divided .grid:last-child {
    border-top: 1px solid #fff;
    margin-top: 2rem;
  }
}
.section--divided .grid:last-child .grid__col {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .section--divided .grid:last-child .grid__col {
    border: none;
  }
  .section--divided .grid:last-child .grid__col:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    height: 6rem;
    top: 0;
    right: -1.5rem;
    width: 1px;
    background: #fff;
    transform: translateY(-50%);
  }
}
.section--divided .grid:last-child .grid__col:last-child:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section--divided .grid {
    gap: 0;
  }
  .section--divided .grid__col {
    border-bottom: 1px solid #fff;
    margin: auto auto 1.5rem;
    padding-bottom: 1.5rem;
    max-width: 360px;
  }
  .section--divided:last-child .grid__col {
    border-bottom: none;
  }
}

.footer {
  color: #fff;
  padding-left: 10%;
  padding-right: 3.5rem;
}
.footer__wrapper {
  padding: 3rem 0;
  position: relative;
  max-width: 1650px;
}
@media only screen and (max-width: 768px) {
  .footer__wrapper {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 500px) 1fr;
  gap: 30px;
  align-items: start;
  border-bottom: 1px solid #fff;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1480px) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
}
.footer__headline {
  font-size: 1.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 400px;
}
@media only screen and (max-width: 992px) {
  .footer__headline {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__headline {
    font-size: 1.3rem;
  }
}
.footer__headline a {
  font-size: 1.3rem !important;
}
.footer__columns {
  display: grid;
  grid-template-columns: minmax(250px, 300px) minmax(180px, 260px) minmax(180px, 240px);
  gap: 80px;
}
@media only screen and (max-width: 800px) {
  .footer__columns {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer__col {
  position: relative;
  padding-bottom: 80px;
}
.footer__col:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  height: 40px;
  width: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer__content p {
  font-size: 1rem;
}
.footer__content a {
  color: #fff;
  text-decoration: none;
}
.footer__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .footer__social-list {
    margin-bottom: 1.5rem;
  }
}
.footer__social-item {
  display: inline;
}
.footer__social-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  margin-right: 10px;
  transition: all 0.3s ease-in;
}
.footer__social-link:hover {
  background: #fa5424;
  border-color: #fa5424;
}
.footer__social svg {
  fill: #0c1d48;
  transition: all 0.3s ease-in;
}
.footer__social svg:hover {
  fill: #fff;
}
.footer .btn--wrapper {
  --scale: 0.6;
}
@media only screen and (max-width: 768px) {
  .footer .btn--wrapper {
    transform: scale(var(--scale));
    transform-origin: left;
    max-width: 250px;
    height: auto;
  }
}
.footer .btn:hover {
  border-color: #fff;
}

.gap--xs {
  padding-top: 0.5rem;
}
.gap--s {
  padding-top: 1rem;
}
.gap--m {
  padding-top: 2rem;
}
.gap--l {
  padding-top: 3rem;
}
.gap--xl {
  padding-top: 4rem;
}
@media only screen and (max-width: 992px) {
  .gap--tablet--xs {
    padding-top: 0.5rem;
  }
  .gap--tablet--s {
    padding-top: 1rem;
  }
  .gap--tablet--m {
    padding-top: 2rem;
  }
  .gap--tablet--l {
    padding-top: 3rem;
  }
  .gap--tablet--xl {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .gap--xs {
    padding-top: 0.25rem;
  }
  .gap--s {
    padding-top: 0.5rem;
  }
  .gap--m {
    padding-top: 1rem;
  }
  .gap--l {
    padding-top: 1.5rem;
  }
  .gap--xl {
    padding-top: 2rem;
  }
  .gap--mobile--xs {
    padding-top: 0.5rem;
  }
  .gap--mobile--s {
    padding-top: 1rem;
  }
  .gap--mobile--m {
    padding-top: 2rem;
  }
  .gap--mobile--l {
    padding-top: 3rem;
  }
  .gap--mobile--xl {
    padding-top: 4rem;
  }
}

.group--border-radius {
  border-radius: 2rem;
}
.group .group__inner {
  margin-left: auto;
  margin-right: auto;
}
.group .group__inner--default-padding {
  padding: 2rem;
}
.group .group__inner--no-padding {
  padding: 0;
}
.group .group__inner--medium-padding {
  padding: 1.25rem;
}
.group .group__inner--small-padding {
  padding: 0.75rem;
}
.group .group__inner--boxed {
  max-width: 1280px;
}
.group .group__inner--wider {
  max-width: 1480px;
}
.group .group__inner--padded {
  padding: 0 1.5rem;
  width: calc(100% - 3rem);
  max-width: none;
}
.group .group__inner--full {
  padding: 0;
  width: 100%;
  max-width: none;
}
.group--border {
  border-width: 2px;
  border-style: solid;
}
.group--bg-primary {
  background: #0c1d48;
}
.group--bg-secondary {
  background: #fa5424;
}
.group--bg-tertiary {
  background: #5ca38c;
}
.group--bg-lightergreen {
  background: #bedbd1;
}
.group--bg-lightgreen {
  background: #deede8;
}
.group--bg-light {
  background: #fff;
}
.group--bg-gradient--grey {
  background: rgb(227, 227, 227);
  background: linear-gradient(180deg, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 40%);
}
.group--bg-gradient--green {
  background: linear-gradient(to right, #fcfcfc 0%, #ebebeb 50%, #bedbd1 50%, #bedbd1 100%);
}
@media only screen and (max-width: 992px) {
  .group--bg-gradient--green {
    background: none;
  }
}
.group--bg-primary {
  color: #fff;
}
.group--border-primary {
  border-color: #0c1d48;
}
.group--border-secondary {
  border-color: #fa5424;
}
.group--border-tertiary {
  border-color: #5ca38c;
}
.group--border-lightergreen {
  border-color: #bedbd1;
}
.group--border-lightgreen {
  border-color: #deede8;
}
.group--border-light {
  border-color: #fff;
}
.group--border-gradient--grey {
  border-color: rgb(227, 227, 227);
}
.group--img-text-tile {
  position: relative;
}
.group--img-text-tile h1, .group--img-text-tile h2, .group--img-text-tile h3 {
  margin: 15px 0;
  text-transform: uppercase;
}
.group--img-text-tile p {
  line-height: 1.1;
}
.group--img-text-tile .btn--wrapper {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.group--img-text-tile .btn--wrapper.btn--align-right {
  left: auto;
  right: 2rem;
}
.group--img-text-tile .btn--wrapper.btn--align-center {
  left: 50%;
  transform: translateX(-50%);
}

.btn {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  width: 2.2rem;
  height: 2.2rem;
  line-height: 2.2rem;
  white-space: nowrap;
  overflow: hidden;
  color: #0c1d48;
  transition: all 0.3s ease-in;
}
.btn span {
  display: none;
}
.btn:before {
  content: "➤";
  line-height: 0;
  text-align: center;
  font-size: 1.4rem;
  display: block;
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s ease-in;
}
.btn:after {
  content: "";
  height: 1.9rem;
  width: 1.9rem;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid currentColor;
  border-radius: 100%;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.btn:hover:before {
  color: #fff;
}
.btn:hover:after {
  background: #0c1d48;
}
.btn--icon-bw-plus:before {
  content: "+";
  font-weight: 500;
  font-size: 42px;
  left: 9px;
  top: 16px;
}
.btn--expand {
  background: #fa5424;
  color: #fff;
  padding: 13px 68px 13px 1rem;
  border: 2px solid transparent;
  border-radius: 2rem;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  height: auto;
  width: auto;
  text-transform: uppercase;
}
.btn--expand:before {
  left: auto;
  right: 1.8rem;
  top: 2rem;
}
.btn--expand:after {
  left: auto;
  border: 2px solid #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btn--expand:hover {
  background: #0c1d48;
  color: #fff;
}
.btn--expand:hover:after {
  background: none;
  color: #fff;
}
.btn--expand span {
  display: inline-block;
}
.btn--align-left {
  text-align: left;
}
.btn--align-center {
  text-align: center;
}
.btn--align-right {
  text-align: right;
}
.btn--text-primary {
  color: #0c1d48;
}
.btn--text-secondary {
  color: #fa5424;
}
.btn--text-tertiary {
  color: #5ca38c;
}
.btn--text-lightergreen {
  color: #bedbd1;
}
.btn--text-lightgreen {
  color: #deede8;
}
.btn--text-light {
  color: #fff;
}
.btn--text-gradient--grey {
  color: rgb(227, 227, 227);
}
@media only screen and (max-width: 768px) {
  .btn {
    scale: 0.9;
    transform-origin: left;
  }
}

.banner {
  position: relative;
  display: flex;
}
.banner__text {
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 20;
  text-transform: uppercase;
}
.banner__headline {
  font-size: 4rem;
  color: #fff;
  font-weight: 900;
  margin: 0;
}
.banner__subline {
  font-size: 2.7rem;
  color: #fff;
  margin: 15px 0 0;
  line-height: 1.1;
}
.banner__btn {
  margin-top: 2.5rem;
  color: #0c1d48;
}
.banner__btn:hover {
  color: #fff;
}
.banner__picture {
  position: relative;
  width: 100%;
}
.banner__picture:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(12, 29, 72, 0.3) 25%, rgba(12, 29, 72, 0));
}
.banner img {
  width: 100%; /* Cover the width of the container */
  height: 100%; /* Stretch to match container height */
  object-fit: cover; /* Ensures the image covers the container */
  object-position: bottom;
}
@media only screen and (min-width: 769px) {
  .banner {
    height: 100vh;
    overflow: hidden;
  }
}
@media only screen and (max-width: 992px) {
  .banner__headline {
    font-size: 3rem;
  }
  .banner__subline {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .banner__headline {
    font-size: 2rem;
  }
  .banner__subline {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .banner__text {
    left: 1rem;
    top: 1rem;
    right: 1rem;
  }
}

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 1280px) {
  .main-nav {
    padding: 60px 20px 20px;
  }
  .main-nav__item {
    display: block;
    margin: 10px 0;
  }
  .main-nav__item--active {
    font-weight: bold;
  }
  .main-nav__link {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    font-size: 1.2rem;
    text-transform: uppercase;
    display: block;
  }
}
@media only screen and (min-width: 1281px) {
  .main-nav {
    line-height: 90px;
    transition: line-height 0.3s ease-in;
  }
  .main-nav__list {
    /* todo: subnavi */
  }
  .main-nav__list ul {
    display: none;
  }
  .main-nav__item {
    display: inline;
    margin-left: 35px;
  }
  .main-nav__link {
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 1.3rem;
    color: #0c1d48;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
  }
  .main-nav__link:hover {
    color: #fa5424;
  }
  .main-nav__item--active {
    font-weight: 800;
  }
  .navbar-wrapper--sticky .main-nav {
    line-height: 65px;
  }
}
.drawer__button {
  display: none;
}
@media only screen and (max-width: 480px) {
  .drawer__button {
    bottom: 50px;
    right: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .drawer {
    position: fixed;
    top: 0;
    right: -260px;
    width: 260px;
    height: 100%;
    background: #0c1d48;
    z-index: 20;
    transition: right 0.3s ease-in;
  }
  .drawer--open {
    right: 0;
  }
  .drawer__button {
    position: fixed;
    bottom: 50px;
    right: 20px;
    cursor: pointer;
    z-index: 30;
    background: rgba(255, 255, 255, 0.01);
    color: #0c1d48;
    padding: 0.25rem;
    border: none;
  }
  .navbar--sticky .drawer__button {
    top: 25px;
    bottom: auto;
  }
  .drawer__overlay {
    position: fixed;
    inset: 0;
    background: rgba(12, 29, 72, 0.25);
    z-index: 10;
    display: none;
    transition: opacity 0.3s ease-in;
  }
  .drawer__overlay--open {
    display: block;
  }
  .drawer__button {
    display: block;
  }
}

@media only screen and (max-width: 1280px) {
  .main-nav {
    display: none;
  }
  .drawer .main-nav {
    display: block;
  }
}
.hamburger {
  width: 35px;
  height: 3px;
  background-color: #0c1d48;
  position: relative;
  margin: 8px 0;
  display: block;
  transition: background-color 0.3s ease-in;
}
.hamburger::before, .hamburger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 3px;
  background-color: #0c1d48;
  transition: background-color 0.3s ease-in;
}
.hamburger::before {
  top: -10px;
}
.hamburger::after {
  top: 10px;
}
[aria-expanded=true] .hamburger {
  background-color: #fff;
}
[aria-expanded=true] .hamburger::before, [aria-expanded=true] .hamburger::after {
  background-color: #fff;
}

.logo {
  color: #0c1d48;
  width: 250px;
  float: left;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.logo:before {
  content: "Preview";
  display: block;
  position: absolute;
  z-index: 10;
  background: #fa5424;
  color: #fff;
  transform: rotate(-23deg);
  left: 60px;
  top: 35px;
  padding: 10px;
}
.logo__svg {
  max-width: 250px;
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
}
.logo__claim {
  margin-top: 10px;
  font-size: 0.93rem;
  transition: font-size 0.3s ease-in;
}
.navbar-wrapper--sticky .logo__brand {
  font-size: 2rem;
}
.navbar-wrapper--sticky .logo__claim {
  font-size: 0.9rem;
}
@media only screen and (max-width: 480px) {
  .logo {
    width: auto;
  }
  .logo__svg {
    max-width: 180px;
  }
}

.grid--compass {
  text-align: right;
  position: relative;
}
.grid--compass .group {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  width: calc(100% - 500px);
  transition: opacity 0.6s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .grid--compass .group {
    width: calc(100% - 300px);
  }
}
@media only screen and (max-width: 800px) {
  .grid--compass .group {
    width: calc(100% - 220px);
  }
}
@media only screen and (max-width: 768px) {
  .grid--compass .group {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 30px;
    height: auto;
    opacity: 1;
  }
}
.grid--compass .q-1 .group:nth-child(1) {
  opacity: 1;
}
.grid--compass .q-2 .group:nth-child(2) {
  opacity: 1;
}
.grid--compass .q-3 .group:nth-child(3) {
  opacity: 1;
}
.grid--compass .q-4 .group:nth-child(4) {
  opacity: 1;
}
.grid--compass p {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 992px) {
  .grid--compass p {
    font-size: 1rem;
  }
}
.grid--compass h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .grid--compass h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .grid--compass h3 {
    font-size: 1.4rem;
  }
}
.grid--compass h3:after {
  content: "";
  display: block;
  position: "static";
  z-index: 10;
  height: 2px;
  width: 60px;
  background: #ececec;
  margin: 30px 0;
}
.grid--compass canvas {
  width: 22rem;
  height: 22rem;
}
@media only screen and (max-width: 992px) {
  .grid--compass canvas {
    width: 16.6rem;
    height: 16.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .grid--compass canvas {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .footer-nav {
    position: absolute;
    right: 0;
    bottom: 70px;
  }
}
.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav__item {
  display: block;
  margin: 0.25rem 0;
}
@media only screen and (min-width: 769px) {
  .footer-nav__item {
    display: inline;
    margin: 0 0 0 1.5rem;
  }
}
.footer-nav__link {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
}
.footer-nav__link:hover {
  color: #fa5424;
}

/* todo: clean up footer, widget classes are wp leftovers */
.footer__content {
  line-height: 1.5;
  font-weight: 200;
}
.footer__content h4 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.textmedia--primary {
  color: #0c1d48;
}
.textmedia--secondary {
  color: #fa5424;
}
.textmedia--tertiary {
  color: #5ca38c;
}
.textmedia__headline {
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
}

hr {
  margin: 1.5rem 0;
  border: none;
  background: #b6bbc8;
  height: 1px;
}

.image--w100 {
  width: 100%;
}

.image--w95 {
  width: 95%;
}

.image--w90 {
  width: 90%;
}

.image--w85 {
  width: 85%;
}

.image--w80 {
  width: 80%;
}

.image--w75 {
  width: 75%;
}

.image--w70 {
  width: 70%;
}

.image--w65 {
  width: 65%;
}

.image--w60 {
  width: 60%;
}

.image--w55 {
  width: 55%;
}

.image--w50 {
  width: 50%;
}

.image--w45 {
  width: 45%;
}

.image--w40 {
  width: 40%;
}

.image--w35 {
  width: 35%;
}

.image--w30 {
  width: 30%;
}

.image--w25 {
  width: 25%;
}

.image--w20 {
  width: 20%;
}

.image--w15 {
  width: 15%;
}

.image--w10 {
  width: 10%;
}

.image--w5 {
  width: 5%;
}

figure {
  max-width: var(--max-width, 100%);
}

.image--align-left {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .image--align-left {
    margin-left: auto;
  }
}
.image--align-center {
  margin-left: auto;
  margin-right: auto;
}
.image--align-right {
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .image--align-right {
    margin-right: auto;
  }
}

.text--size-xs p {
  font-size: 1rem;
}
.text--size-s p {
  font-size: 1.1rem;
}
.text--size-m p {
  font-size: 1.2rem;
}
.text--size-l p {
  font-size: 1.3rem;
}
.text--size-xl p {
  font-size: 1.4rem;
}
.text--size-xxl p {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .text--size-xs p {
    font-size: 0.9rem;
  }
  .text--size-s p {
    font-size: 1rem;
  }
  .text--size-m p {
    font-size: 1.1rem;
  }
  .text--size-l p {
    font-size: 1.2rem;
  }
  .text--size-xl p {
    font-size: 1.3rem;
  }
  .text--size-xxl p {
    font-size: 1.4rem;
  }
}

.text--align-left {
  text-align: left;
}
.text--align-center {
  text-align: center;
}
.text--align-right {
  text-align: right;
}

.info-circle {
  border-radius: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  width: 100%;
  font-size: 2rem;
  max-width: 320px;
  margin: 0 auto;
  transition: all 0.3s ease-in;
}
@media only screen and (max-width: 992px) {
  .info-circle {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .info-circle {
    font-size: 1.8rem;
  }
}
.info-circle:hover img {
  left: 10px;
  right: 10px;
}
.info-circle .btn:before {
  color: currentColor;
}
.info-circle .btn:after {
  border-color: currentColor;
}
.info-circle .info-circle__inner {
  padding-top: 100%;
}
.info-circle--bg-primary {
  background: #0c1d48;
}
.info-circle--bg-secondary {
  background: #fa5424;
}
.info-circle--bg-tertiary {
  background: #5ca38c;
}
.info-circle--bg-lightergreen {
  background: #bedbd1;
}
.info-circle--bg-lightgreen {
  background: #deede8;
}
.info-circle--bg-light {
  background: #fff;
}
.info-circle--bg-gradient--grey {
  background: rgb(227, 227, 227);
  background: linear-gradient(180deg, rgb(227, 227, 227) 0%, rgb(255, 255, 255) 40%);
}
.info-circle--bg-gradient--green {
  background: linear-gradient(to right, #fcfcfc 0%, #ebebeb 50%, #bedbd1 50%, #bedbd1 100%);
}
@media only screen and (max-width: 992px) {
  .info-circle--bg-gradient--green {
    background: none;
  }
}
.info-circle--text-primary {
  color: #0c1d48;
}
.info-circle--text-secondary {
  color: #fa5424;
}
.info-circle--text-tertiary {
  color: #5ca38c;
}
.info-circle--text-lightergreen {
  color: #bedbd1;
}
.info-circle--text-lightgreen {
  color: #deede8;
}
.info-circle--text-light {
  color: #fff;
}
.info-circle--text-gradient--grey {
  color: rgb(227, 227, 227);
}
.info-circle a {
  color: currentColor;
}
.info-circle p {
  font-weight: 800;
  line-height: 1;
}
.info-circle .text--size-xs p {
  font-size: 0.6em;
}
.info-circle .text--size-s p {
  font-size: 0.8em;
}
.info-circle .text--size-m p {
  font-size: 1em;
}
.info-circle .text--size-l p {
  font-size: 1.7em;
}
.info-circle .text--size-xl p {
  font-size: 2.4em;
}
.info-circle .text--size-xxl p {
  font-size: 3.1em;
}
.info-circle--image img {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease;
}
.info-circle__content {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  transition: all 0.3s ease;
}
.info-circle:hover .info-circle__content {
  font-size: 1.05em;
}
.info-circle--imagetext picture {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.info-circle--imagetext picture:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.info-circle--imagetext.info-circle--bg-primary picture:after {
  background: rgba(12, 29, 72, 0.5);
}
.info-circle--imagetext.info-circle--bg-tertiary picture:after {
  background: rgba(92, 163, 140, 0.5);
}
.info-circle--imagetext img {
  object-fit: cover;
  height: 100%;
}

.embed_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed_container--r_16_9 {
  padding-bottom: 56.25%;
}
.embed_container--r_16_10 {
  padding-bottom: 62.5%;
}
.embed_container--r_2_3 {
  padding-bottom: 150%;
}
.embed_container--r_3_2 {
  padding-bottom: 66.6667%;
}
.embed_container--r_4_3 {
  padding-bottom: 75%;
}
.embed_container--r_3_4 {
  padding-bottom: 133.3333%;
}
.embed_container--r_21_9 {
  padding-bottom: 42.8571%;
}
.embed_container--r_9_16 {
  padding-bottom: 177.7778%;
}
.embed_container--r_1_1 {
  padding-bottom: 100%;
}
.embed_container video {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.embed_container iframe, .embed_container object, .embed_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.testimonial {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .testimonial {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 2rem;
  }
}
.testimonial--text-primary {
  color: #0c1d48;
}
.testimonial--text-secondary {
  color: #fa5424;
}
.testimonial--text-tertiary {
  color: #5ca38c;
}
.testimonial--text-lightergreen {
  color: #bedbd1;
}
.testimonial--text-lightgreen {
  color: #deede8;
}
.testimonial--text-light {
  color: #fff;
}
.testimonial--text-gradient--grey {
  color: rgb(227, 227, 227);
}
.testimonial__wrapper {
  width: 100%;
  max-width: 17.7rem;
}
.testimonial__wrapper + .testimonial__content {
  position: absolute;
  left: 24.1rem;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .testimonial__wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
  }
  .testimonial__wrapper + .testimonial__content {
    position: static;
    transform: none;
  }
}
.testimonial__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.testimonial__picture {
  border-radius: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: hidden;
}
.testimonial img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial__social-icon {
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.2rem;
  display: inline-block;
  color: #0c1d48;
  background: #fff;
  border-radius: 100%;
  text-align: center;
  margin-left: 0.5rem;
  margin-bottom: 1rem;
}
.testimonial__quote {
  font-weight: 200;
  letter-spacing: 1px;
}
.testimonial__author {
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  display: inline-block;
}
.testimonial__author:before {
  content: "";
  display: block;
  position: static;
  z-index: 10;
  letter-spacing: initial;
  height: 1px;
  background: currentColor;
  width: 90px;
  margin: 20px 0 10px;
}
.testimonial__author--top {
  margin-bottom: 1rem;
}
.testimonial__author--top:before {
  display: none;
}
.testimonial__role p {
  font-size: 0.9rem;
  margin-top: 1rem;
}

.accordion__toggle {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 1.2rem;
  height: 40px;
  /* when expanded, target the icon inside */
}
.accordion__toggle[aria-expanded=true] .accordion__icon:before {
  content: "-";
  left: 11px;
  color: #fff;
}
.accordion__toggle:hover .accordion__icon:before {
  color: #fff;
}
.accordion__toggle:hover .accordion__icon:after, .accordion__toggle[aria-expanded=true] .accordion__icon:after {
  background: #0c1d48;
}
.accordion__icon {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.accordion__icon:before {
  content: "+";
  display: block;
  position: absolute;
  z-index: 2;
  line-height: 0;
  text-align: center;
  font-weight: 500;
  font-size: 42px;
  left: 10px;
  top: 16px;
  color: currentColor;
  transition: all 0.3s ease-in;
}
.accordion__icon:after {
  content: "";
  height: 36px;
  width: 36px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid currentColor;
  border-radius: 100%;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.accordion__content {
  max-height: 0;
  padding-top: 15px;
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}
.accordion__content.active {
  max-height: 2000px;
}
.accordion__preview {
  position: relative;
}
.accordion__preview .accordion__content {
  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}
.accordion__preview .accordion__icon {
  margin-top: 2rem;
}
.accordion__preview--height-30 .accordion__content {
  max-height: 30px;
  padding-bottom: 1rem;
}
.accordion__preview--height-30 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion__preview--height-60 .accordion__content {
  max-height: 60px;
  padding-bottom: 1rem;
}
.accordion__preview--height-60 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion__preview--height-90 .accordion__content {
  max-height: 90px;
  padding-bottom: 1rem;
}
.accordion__preview--height-90 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion__preview--height-120 .accordion__content {
  max-height: 120px;
  padding-bottom: 1rem;
}
.accordion__preview--height-120 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion__preview--height-150 .accordion__content {
  max-height: 150px;
  padding-bottom: 1rem;
}
.accordion__preview--height-150 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion__preview--height-180 .accordion__content {
  max-height: 180px;
  padding-bottom: 1rem;
}
.accordion__preview--height-180 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion__preview--height-210 .accordion__content {
  max-height: 210px;
  padding-bottom: 1rem;
}
.accordion__preview--height-210 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion__preview--height-240 .accordion__content {
  max-height: 240px;
  padding-bottom: 1rem;
}
.accordion__preview--height-240 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion__preview--height-270 .accordion__content {
  max-height: 270px;
  padding-bottom: 1rem;
}
.accordion__preview--height-270 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}
.accordion__preview--height-300 .accordion__content {
  max-height: 300px;
  padding-bottom: 1rem;
}
.accordion__preview--height-300 .accordion__content.active {
  max-height: 2000px;
  -webkit-mask-image: none;
  mask-image: none;
}

.grid--pie {
  padding: 0.5rem;
  border: 2px solid #0c1d48;
  border-radius: 2rem;
  margin-left: 1.25rem;
  position: relative;
}
.grid--pie:before, .grid--pie:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-bottom: 13px solid #0c1d48;
  border-top: 0;
  right: -0.6rem;
  top: 65%;
  filter: drop-shadow(0 -10px 0 #fff);
}
@media only screen and (max-width: 1280px) {
  .grid--pie:before, .grid--pie:after {
    top: 92%;
  }
}
@media only screen and (min-width: 1281px) {
  .grid--pie:before, .grid--pie:after {
    display: none;
  }
}
.grid--pie:after {
  border-left: 0;
  border-right: 13px solid #0c1d48;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  left: 35%;
  top: -0.6rem;
  filter: drop-shadow(-10px 0 0 #fff);
}
@media only screen and (max-width: 1280px) {
  .grid--pie:after {
    top: -0.6rem;
  }
}
.grid--pie .headline--h3 h3 {
  padding-left: 2rem;
  display: block;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 1280px) {
  .grid--pie .headline--h3 h3 {
    padding-left: 1.25rem;
  }
}
.grid--pie .headline--h3 h3:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  font-weight: normal;
  width: 50px;
  height: 50px;
  font-size: 1.5rem;
  line-height: 50px;
  text-align: center;
  background: #fff;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1281px) {
  .grid--pie .headline--h3 h3:before {
    display: none;
  }
}
.grid--pie .headline--h3 h3:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 13px solid #0c1d48;
  left: -1.1rem;
  top: 100px;
  filter: drop-shadow(0 10px 0 #fff);
}
@media only screen and (min-width: 1281px) {
  .grid--pie .headline--h3 h3:after {
    display: none;
  }
}
.grid--pie .headline--h3 + div {
  padding-left: 2rem;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 1280px) {
  .grid--pie .headline--h3 + div {
    padding-left: 1.25rem;
  }
}
.grid--pie .group:nth-child(1) h3 {
  color: rgba(92, 163, 140, 0.75);
}
.grid--pie .group:nth-child(1) h3::before {
  content: "01";
  color: rgba(92, 163, 140, 0.75);
}
.grid--pie .group:nth-child(5) h3::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230c1d48'%3E%3Cpath d='M2 18H9V20H2V18ZM2 11H11V13H2V11ZM2 4H22V6H2V4ZM20.674 13.0251L21.8301 12.634L22.8301 14.366L21.914 15.1711C21.9704 15.4386 22 15.7158 22 16C22 16.2842 21.9704 16.5614 21.914 16.8289L22.8301 17.634L21.8301 19.366L20.674 18.9749C20.2635 19.3441 19.7763 19.6295 19.2391 19.8044L19 21H17L16.7609 19.8044C16.2237 19.6295 15.7365 19.3441 15.326 18.9749L14.1699 19.366L13.1699 17.634L14.086 16.8289C14.0296 16.5614 14 16.2842 14 16C14 15.7158 14.0296 15.4386 14.086 15.1711L13.1699 14.366L14.1699 12.634L15.326 13.0251C15.7365 12.6559 16.2237 12.3705 16.7609 12.1956L17 11H19L19.2391 12.1956C19.7763 12.3705 20.2635 12.6559 20.674 13.0251ZM18 18C19.1046 18 20 17.1046 20 16C20 14.8954 19.1046 14 18 14C16.8954 14 16 14.8954 16 16C16 17.1046 16.8954 18 18 18Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.grid--pie .group:nth-child(2) h3 {
  color: #5ca38c;
}
.grid--pie .group:nth-child(2) h3::before {
  content: "02";
  color: #5ca38c;
}
.grid--pie .group:nth-child(5) h3::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230c1d48'%3E%3Cpath d='M2 18H9V20H2V18ZM2 11H11V13H2V11ZM2 4H22V6H2V4ZM20.674 13.0251L21.8301 12.634L22.8301 14.366L21.914 15.1711C21.9704 15.4386 22 15.7158 22 16C22 16.2842 21.9704 16.5614 21.914 16.8289L22.8301 17.634L21.8301 19.366L20.674 18.9749C20.2635 19.3441 19.7763 19.6295 19.2391 19.8044L19 21H17L16.7609 19.8044C16.2237 19.6295 15.7365 19.3441 15.326 18.9749L14.1699 19.366L13.1699 17.634L14.086 16.8289C14.0296 16.5614 14 16.2842 14 16C14 15.7158 14.0296 15.4386 14.086 15.1711L13.1699 14.366L14.1699 12.634L15.326 13.0251C15.7365 12.6559 16.2237 12.3705 16.7609 12.1956L17 11H19L19.2391 12.1956C19.7763 12.3705 20.2635 12.6559 20.674 13.0251ZM18 18C19.1046 18 20 17.1046 20 16C20 14.8954 19.1046 14 18 14C16.8954 14 16 14.8954 16 16C16 17.1046 16.8954 18 18 18Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.grid--pie .group:nth-child(3) h3 {
  color: #fa5424;
}
.grid--pie .group:nth-child(3) h3::before {
  content: "03";
  color: #fa5424;
}
.grid--pie .group:nth-child(5) h3::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230c1d48'%3E%3Cpath d='M2 18H9V20H2V18ZM2 11H11V13H2V11ZM2 4H22V6H2V4ZM20.674 13.0251L21.8301 12.634L22.8301 14.366L21.914 15.1711C21.9704 15.4386 22 15.7158 22 16C22 16.2842 21.9704 16.5614 21.914 16.8289L22.8301 17.634L21.8301 19.366L20.674 18.9749C20.2635 19.3441 19.7763 19.6295 19.2391 19.8044L19 21H17L16.7609 19.8044C16.2237 19.6295 15.7365 19.3441 15.326 18.9749L14.1699 19.366L13.1699 17.634L14.086 16.8289C14.0296 16.5614 14 16.2842 14 16C14 15.7158 14.0296 15.4386 14.086 15.1711L13.1699 14.366L14.1699 12.634L15.326 13.0251C15.7365 12.6559 16.2237 12.3705 16.7609 12.1956L17 11H19L19.2391 12.1956C19.7763 12.3705 20.2635 12.6559 20.674 13.0251ZM18 18C19.1046 18 20 17.1046 20 16C20 14.8954 19.1046 14 18 14C16.8954 14 16 14.8954 16 16C16 17.1046 16.8954 18 18 18Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.grid--pie .group:nth-child(4) h3 {
  color: #0c1d48;
}
.grid--pie .group:nth-child(4) h3::before {
  content: "04";
  color: #0c1d48;
}
.grid--pie .group:nth-child(5) h3::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230c1d48'%3E%3Cpath d='M2 18H9V20H2V18ZM2 11H11V13H2V11ZM2 4H22V6H2V4ZM20.674 13.0251L21.8301 12.634L22.8301 14.366L21.914 15.1711C21.9704 15.4386 22 15.7158 22 16C22 16.2842 21.9704 16.5614 21.914 16.8289L22.8301 17.634L21.8301 19.366L20.674 18.9749C20.2635 19.3441 19.7763 19.6295 19.2391 19.8044L19 21H17L16.7609 19.8044C16.2237 19.6295 15.7365 19.3441 15.326 18.9749L14.1699 19.366L13.1699 17.634L14.086 16.8289C14.0296 16.5614 14 16.2842 14 16C14 15.7158 14.0296 15.4386 14.086 15.1711L13.1699 14.366L14.1699 12.634L15.326 13.0251C15.7365 12.6559 16.2237 12.3705 16.7609 12.1956L17 11H19L19.2391 12.1956C19.7763 12.3705 20.2635 12.6559 20.674 13.0251ZM18 18C19.1046 18 20 17.1046 20 16C20 14.8954 19.1046 14 18 14C16.8954 14 16 14.8954 16 16C16 17.1046 16.8954 18 18 18Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.grid--pie .group:nth-child(5) h3 {
  color: #0c1d48;
}
.grid--pie .group:nth-child(5) h3::before {
  content: "05";
  color: #0c1d48;
}
.grid--pie .group:nth-child(5) h3::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230c1d48'%3E%3Cpath d='M2 18H9V20H2V18ZM2 11H11V13H2V11ZM2 4H22V6H2V4ZM20.674 13.0251L21.8301 12.634L22.8301 14.366L21.914 15.1711C21.9704 15.4386 22 15.7158 22 16C22 16.2842 21.9704 16.5614 21.914 16.8289L22.8301 17.634L21.8301 19.366L20.674 18.9749C20.2635 19.3441 19.7763 19.6295 19.2391 19.8044L19 21H17L16.7609 19.8044C16.2237 19.6295 15.7365 19.3441 15.326 18.9749L14.1699 19.366L13.1699 17.634L14.086 16.8289C14.0296 16.5614 14 16.2842 14 16C14 15.7158 14.0296 15.4386 14.086 15.1711L13.1699 14.366L14.1699 12.634L15.326 13.0251C15.7365 12.6559 16.2237 12.3705 16.7609 12.1956L17 11H19L19.2391 12.1956C19.7763 12.3705 20.2635 12.6559 20.674 13.0251ZM18 18C19.1046 18 20 17.1046 20 16C20 14.8954 19.1046 14 18 14C16.8954 14 16 14.8954 16 16C16 17.1046 16.8954 18 18 18Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1281px) {
  .grid--pie {
    border: none;
    background: url(../images/nauta_kreisgrafik.svg) no-repeat center;
    min-height: 850px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
  }
  .grid--pie:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    content: "i";
    font-family: serif;
    left: 50%;
    transform: translateX(-50%);
    top: 82.1%;
    border: 4px solid #fff;
    border-radius: 100%;
    right: auto;
    height: 30px;
    width: 30px;
    background: #0c1d48;
    color: #fff;
    filter: none;
    text-align: center;
    line-height: 30px;
  }
  .grid--pie .group h3, .grid--pie .group .text {
    text-align: center;
    position: absolute;
    width: 220px;
    font-size: 1.2rem;
    padding-left: 0;
  }
  .grid--pie .group p {
    font-size: 0.75rem;
    hyphens: none;
  }
  .grid--pie .group:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    font-weight: normal;
    width: 70px;
    height: 70px;
    font-size: 1.9rem;
    line-height: 70px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  }
  .grid--pie .group:nth-child(1):before {
    content: "01";
    color: rgba(92, 163, 140, 0.75);
  }
  .grid--pie .group:nth-child(2):before {
    content: "02";
    color: #5ca38c;
  }
  .grid--pie .group:nth-child(3):before {
    content: "03";
    color: #fa5424;
  }
  .grid--pie .group:nth-child(4):before {
    content: "04";
    color: #0c1d48;
  }
  .grid--pie .group:nth-child(5):before {
    content: "05";
    color: #0c1d48;
  }
  .grid--pie .group:nth-child(1) h3, .grid--pie .group:nth-child(1) .text {
    left: 8%;
    top: 48%;
  }
  .grid--pie .group:nth-child(1) .text {
    top: 55.5%;
  }
  .grid--pie .group:nth-child(1):before {
    left: -0.6%;
    top: 58%;
  }
  .grid--pie .group:nth-child(2) h3, .grid--pie .group:nth-child(2) .text {
    left: 22.8%;
    top: 14%;
    width: 250px;
    /*text-align: right;*/
  }
  .grid--pie .group:nth-child(2) .text {
    top: 21.5%;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .grid--pie .group:nth-child(2):before {
    left: 28.5%;
    top: 7%;
  }
  .grid--pie .group:nth-child(3) h3, .grid--pie .group:nth-child(3) .text {
    right: 22.8%;
    top: 14%;
    width: 250px;
    /*text-align: left;*/
  }
  .grid--pie .group:nth-child(3) .text {
    top: 21.5%;
  }
  .grid--pie .group:nth-child(3):before {
    left: auto;
    right: 28.5%;
    top: 7%;
  }
  .grid--pie .group:nth-child(4) h3, .grid--pie .group:nth-child(4) .text {
    right: 8%;
    top: 48%;
  }
  .grid--pie .group:nth-child(4) .text {
    top: 55.5%;
  }
  .grid--pie .group:nth-child(4):before {
    left: auto;
    right: -0.6%;
    top: 58%;
  }
  .grid--pie .group:nth-child(5) h3, .grid--pie .group:nth-child(5) .text {
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: 220px;
  }
  .grid--pie .group:nth-child(5) .text {
    top: 57.5%;
  }
  .grid--pie .group:nth-child(5):before {
    display: none;
  }
}

.process-container {
  counter-reset: step-counter;
}
.process-step {
  counter-increment: step-counter;
  margin-bottom: 3rem;
}
.process-step__picture {
  width: 280px;
  display: block;
  max-width: 100%;
  margin: auto;
}
.process-step__text {
  padding-left: 3rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.process-step__title {
  max-width: 600px;
  position: relative;
  display: block;
  padding-left: 3rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.process-step__title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -15px;
  width: 3rem;
  height: 1px;
  background: #0c1d48;
}
.process-step__title:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  content: counter(step-counter);
  left: 0;
  bottom: -4px;
  color: #fa5424;
  font-size: 3.5rem;
  font-weight: bold;
  width: 2.5rem;
  text-align: right;
}
@media only screen and (min-width: 993px) {
  .process-step {
    margin-bottom: 4.5rem;
    position: relative;
  }
  .process-step__inner {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: minmax(200px, 1fr) minmax(400px, 600px) minmax(200px, 1fr);
    align-items: start;
    gap: 3rem;
  }
  .process-step__image {
    grid-column: 1/2;
    grid-row: 1;
  }
  .process-step__content {
    grid-column: 2/3;
    grid-row: 1;
    position: relative;
  }
  .process-step__content:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    width: 200px;
    height: 200px;
    border: 4px solid #deede8;
    border-radius: 100%;
    transform: rotate(-45deg);
    border-left: none;
    border-bottom: none;
    border-top: none;
    right: -250px;
    bottom: -100px;
  }
  .process-step__picture {
    margin-left: auto;
    margin-right: 0;
  }
  .process-step:nth-child(even) .process-step__image {
    grid-column: 3/4;
  }
  .process-step:nth-child(even) .process-step__picture {
    margin: 0 auto 0 0;
  }
  .process-step:nth-child(even) .process-step__content:after {
    left: -250px;
    right: auto;
    transform: rotate(-135deg);
  }
  .process-step:last-child .process-step__content:after {
    display: none;
  }
}

.compare__header {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 3rem;
  text-align: center;
  padding: 1rem 0 3rem;
  margin: 0 -1rem;
  background: linear-gradient(to bottom, #fcfcfc 0%, #ebebeb 50%, #bedbd1 50%, #bedbd1 100%);
}
@media only screen and (min-width: 993px) {
  .compare__header {
    grid-template-columns: 1fr minmax(auto, 400px) 1fr minmax(auto, 400px) 1fr;
    background: none;
    padding: 0;
    margin: 0;
  }
  .compare__header-left {
    grid-column: 2;
  }
  .compare__header-right {
    grid-column: 4;
  }
}
@media only screen and (max-width: 992px) {
  .compare__header-left {
    position: relative;
  }
  .compare__header-left:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    content: "vs.";
    bottom: -3rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
  }
}
.compare__header-picture {
  max-width: 200px;
  margin: auto;
  display: block;
}
.compare__header h3 {
  margin-top: 0;
  text-transform: uppercase;
}
.compare-item {
  padding: 3rem 0;
  margin: 0 -1rem;
  position: relative;
  background: linear-gradient(to bottom, #fcfcfc 0%, #ebebeb 50%, #bedbd1 50%, #bedbd1 100%);
}
@media only screen and (min-width: 993px) {
  .compare-item {
    margin: 0;
    background: none;
  }
  .compare-item:after, .compare-item:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    height: 1px;
    background: #999;
    left: 0;
    width: 50%;
    bottom: 0;
  }
  .compare-item:after {
    left: 50%;
    background: #fff;
  }
  .compare-item:last-child:after, .compare-item:last-child:before {
    display: none;
  }
}
.compare-item p {
  font-size: 1.1rem;
}
.compare-item__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: center;
  grid-template-rows: auto auto auto;
  grid-template-areas: "text-left" "header" "text-right";
}
@media only screen and (min-width: 993px) {
  .compare-item__inner {
    grid-template-columns: 1fr minmax(0, 430px) minmax(0, 220px) minmax(0, 430px) 1fr;
    grid-template-areas: "spacer-left text-left header text-right spacer-right";
    grid-template-rows: auto;
    gap: 3rem;
  }
}
.compare-item__text-left {
  grid-area: text-left;
}
@media only screen and (min-width: 993px) {
  .compare-item__text-left {
    text-align: right;
  }
}
.compare-item__text-left > * {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .compare-item__text-left > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.compare-item__text-right {
  grid-area: text-right;
}
.compare-item__text-right > * {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 992px) {
  .compare-item__text-right > * {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.compare-item__header {
  grid-area: header;
  position: relative;
  padding-top: 100%;
  background: #fff;
  border-radius: 100%;
  width: 220px;
}
@media only screen and (max-width: 992px) {
  .compare-item__header {
    aspect-ratio: 1/1;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #0c1d48;
    border-radius: 100%;
    width: 160px;
  }
}
.compare-item__header:after, .compare-item__header:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  width: 4px;
  background: #fff;
  height: 3rem;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  .compare-item__header:after, .compare-item__header:before {
    display: none;
  }
}
.compare-item__header:after {
  top: auto;
  bottom: -3rem;
}
.compare-item:first-child .compare-item__header:before, .compare-item:last-child .compare-item__header:after {
  display: none;
}
.compare-item__image {
  position: absolute;
  top: 35%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: 120px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
@media only screen and (min-width: 993px) {
  .compare-item__image {
    max-width: 170px;
  }
}
.compare-item__title {
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 993px) {
  .compare-item__title {
    font-size: 1.3rem;
  }
}

.tabs__navigation {
  z-index: 10;
  position: relative;
  padding: 0 1rem;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  .tabs__navigation {
    display: none;
  }
}
.tabs__tab {
  border: 1px solid rgb(191, 191, 191);
  position: relative;
  background: none;
  color: rgb(153, 153, 153);
  border-bottom: none;
  margin-right: 1rem;
  border-radius: 1rem 1rem 0 0;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  text-align: center;
  min-width: 150px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: bold;
  transition: all 0.3s ease-in;
}
.tabs__tab:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: -14px;
  /*transform: translateX(-50%) rotate(45deg);*/
  /* correct for fullpage.js scrollbar offset */
  transform: translateX(calc(-50% - 0px)) rotate(45deg);
  background: #fa5424;
  width: 30px;
  height: 30px;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
@media only screen and (max-width: 768px) {
  .tabs__tab:after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
}
.tabs__tab--active, .tabs__tab:hover {
  background-color: #fa5424;
  color: #fff;
}
.tabs__tab--active:after, .tabs__tab:hover:after {
  opacity: 1;
}
.tabs__tab:last-child {
  margin-right: 0;
}

.tab {
  counter-reset: section;
  display: none;
  background: #fff;
  filter: drop-shadow(0px -5px 5px rgba(0, 0, 0, 0.3));
}
.tab--active {
  display: block;
}
.tab__inner {
  padding: 2rem 1rem 2rem 3rem;
  max-width: 1280px;
  margin: auto;
  position: relative;
}
.tab__title {
  display: none;
}
.tab--accordion .headline__inner {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: bold;
  counter-increment: section;
  position: relative;
  padding-top: 1rem;
  z-index: 20;
}
.tab--accordion .headline__inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  content: counter(section) ". ";
  left: -1.25rem;
  top: 0.84rem;
  font-weight: bold;
  color: rgb(153, 153, 153);
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .tab--accordion .headline__inner:after {
    content: "-";
    display: block;
    position: absolute;
    z-index: 10;
    left: -3rem;
    top: 0.84rem;
    border-radius: 100%;
    background: #0c1d48;
    color: #fff;
    text-align: center;
    width: 1.2rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.1rem;
    height: 1.2rem;
    transform: translateX(-48%);
    border: 3px solid #fff;
  }
}
.tab--accordion .headline:first-child .headline__inner {
  padding-top: 0;
}
.tab--accordion .headline:first-child .headline__inner:before, .tab--accordion .headline:first-child .headline__inner:after {
  top: -3px;
}
.tab--accordion .text, .tab--accordion .headline {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .tab--accordion .text:before, .tab--accordion .headline:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    width: 1px;
    background: #333;
    left: -3rem;
    top: 0;
    bottom: 0;
  }
  .tab--accordion .text:last-child:before, .tab--accordion .headline:last-child:before {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .tab {
    display: block !important;
    margin: -1rem;
  }
  .tab__title {
    margin-bottom: 1rem;
    display: block;
  }
}

.scroll__container {
  position: relative;
  width: 100%;
  height: 380px;
  overflow-y: scroll;
  scroll-behavior: auto;
}
.scroll__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5rem 0;
}
.scroll__list li {
  width: 100%;
  padding-left: 1.5rem;
  white-space: nowrap;
  margin: 14px 0;
  font-size: 1.1rem;
  font-weight: 500;
  color: #0c1d48;
  opacity: 0.2;
  transition: font-size 120ms ease, font-weight 120ms ease;
  will-change: opacity;
}
.scroll__list li.active {
  font-size: 24px;
  font-weight: 700;
}
.scroll__fade-mask {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 85%, rgb(255, 255, 255) 100%);
}

#image--scrollvisuals {
  position: relative;
}
#image--scrollvisuals::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 46%;
  height: 46%;
  background: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#image--scrollvisuals.scroll__visuals-active-01::before {
  background-image: url("../images/icons/nauta_IconsModul_01.png");
}
#image--scrollvisuals.scroll__visuals-active-02::before {
  background-image: url("../images/icons/nauta_IconsModul_02.png");
}
#image--scrollvisuals.scroll__visuals-active-03::before {
  background-image: url("../images/icons/nauta_IconsModul_03.png");
}
#image--scrollvisuals.scroll__visuals-active-04::before {
  background-image: url("../images/icons/nauta_IconsModul_04.png");
}
#image--scrollvisuals.scroll__visuals-active-05::before {
  background-image: url("../images/icons/nauta_IconsModul_05.png");
}
#image--scrollvisuals.scroll__visuals-active-06::before {
  background-image: url("../images/icons/nauta_IconsModul_06.png");
}
#image--scrollvisuals.scroll__visuals-active-07::before {
  background-image: url("../images/icons/nauta_IconsModul_07.png");
}
#image--scrollvisuals.scroll__visuals-active-08::before {
  background-image: url("../images/icons/nauta_IconsModul_08.png");
}
#image--scrollvisuals.scroll__visuals-active-09::before {
  background-image: url("../images/icons/nauta_IconsModul_09.png");
}
#image--scrollvisuals.scroll__visuals-active-10::before {
  background-image: url("../images/icons/nauta_IconsModul_10.png");
}
#image--scrollvisuals.scroll__visuals-active-11::before {
  background-image: url("../images/icons/nauta_IconsModul_11.png");
}
#image--scrollvisuals.scroll__visuals-active-12::before {
  background-image: url("../images/icons/nauta_IconsModul_12.png");
}
#image--scrollvisuals.scroll__visuals-active-13::before {
  background-image: url("../images/icons/nauta_IconsModul_13.png");
}
#image--scrollvisuals.scroll__visuals-active-14::before {
  background-image: url("../images/icons/nauta_IconsModul_14.png");
}

.swiper-button-next, .swiper-button-prev {
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.swiper:hover .swiper-button-next, .swiper:hover .swiper-button-prev {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}
.swiper-pagination-bullet {
  background: color-mix(in srgb, currentColor 60%, transparent);
}
.swiper-pagination-bullet-active {
  background: currentColor;
}

@media only screen and (min-width: 768px) {
  .masonry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
  .masonry .image {
    width: 100%;
    height: 100%;
  }
  .masonry .image img {
    object-fit: cover; /* <-- this is the key change */
    object-position: center; /* keeps the image centered when cropped */
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .masonry {
    grid-template-columns: repeat(3, 1fr);
  }
}

.booking-form {
  margin: 1rem auto;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.booking-form__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .booking-form__form {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .booking-form__form {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
}
.booking-form__field {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .booking-form__field:has(textarea), .booking-form__field:has(select), .booking-form__field:has(input[type=date]) {
    grid-column: span 1;
  }
}
@media only screen and (min-width: 992px) {
  .booking-form__field:has(textarea) {
    grid-column: 1/-1;
  }
}
.booking-form__label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
  color: #0c1d48;
}
.booking-form__input, .booking-form__select, .booking-form__textarea {
  font: inherit;
  padding: 0.6rem 0.8rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  background: #fafafa;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.booking-form__input:focus, .booking-form__select:focus, .booking-form__textarea:focus {
  border-color: #0c1d48;
  background-color: #fff;
  outline: none;
}
.booking-form__textarea {
  min-height: 120px;
  resize: vertical;
}
.booking-form__select {
  cursor: pointer;
}
.booking-form__actions {
  grid-column: 1/-1;
  text-align: right;
}
@media (max-width: 1023px) {
  .booking-form__actions {
    text-align: left;
  }
}
.booking-form__button {
  background-color: #0c1d48;
  color: #fff;
  font: inherit;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease-in;
}
.booking-form__button:hover {
  background-color: #fa5424;
}
.booking-form__button:active {
  transform: scale(0.98);
}
.booking-form__error {
  color: #fa5424;
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.bloglist__items {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}
.bloglist .blogitem--featured {
  background: #fff;
  padding: 20px;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  grid-column: 1/2;
  grid-row: 1/3;
}
.bloglist .blogitem--featured .blogitem__link {
  display: flex;
  flex: 1;
  text-decoration: none;
  color: inherit;
}
.bloglist .blogitem--featured .blogitem__picture {
  flex: 1 1 50%;
  width: 50%;
  overflow: hidden;
}
.bloglist .blogitem--featured .blogitem__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bloglist .blogitem--featured .blogitem__text {
  flex: 1 1 50%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloglist .blogitem--featured .blogitem__text .blogitem__headline {
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 0 10px;
  color: #0c1d48;
}
.bloglist .blogitem--featured .blogitem__text .blogitem__subline {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #0c1d48;
  font-weight: bold;
  margin: 0 0 10px;
}
.bloglist .blogitem--featured .blogitem__text p.blogitem__excerpt {
  font-size: 1rem;
  line-height: 1.6;
  color: #0c1d48;
  margin: 0;
}
.bloglist .blogitem {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
}
.bloglist .blogitem__btn-wrapper {
  text-align: right;
}
.bloglist .blogitem__btn {
  margin-top: 1rem;
  max-width: 180px;
}
.bloglist .blogitem__btn:before {
  color: #0c1d48;
}
.bloglist .blogitem__btn:hover:before {
  color: #fff;
}
.bloglist .blogitem:not(.blogitem--featured) .blogitem__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.bloglist .blogitem:not(.blogitem--featured) .blogitem__link .blogitem__picture {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.bloglist .blogitem:not(.blogitem--featured) .blogitem__link .blogitem__picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bloglist .blogitem:not(.blogitem--featured) .blogitem__link .blogitem__text {
  padding: 20px;
}
.bloglist .blogitem:not(.blogitem--featured) .blogitem__link .blogitem__text .blogitem__headline {
  font-size: 1.25rem;
  margin: 0 0 6px;
  color: #0c1d48;
}
.bloglist .blogitem:not(.blogitem--featured) .blogitem__link .blogitem__text .blogitem__subline {
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #0c1d48;
  font-weight: bold;
  margin: 0 0 10px;
}
.bloglist .blogitem:not(.blogitem--featured) .blogitem__link .blogitem__text p.blogitem__excerpt {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #0c1d48;
  margin: 0;
}
.bloglist .blogitem:not(.blogitem--featured) .blogitem__link .blogitem__text p.blogitem__excerpt::after {
  content: " zum Artikel ▶";
  font-weight: 600;
  color: #fa5424;
  text-transform: uppercase;
}
.bloglist .blogitem--featured {
  grid-column: 1/2;
  grid-row: 1/3;
}
.bloglist .blogitem--featured + .blogitem {
  grid-column: 2/3;
  grid-row: 1/2;
}
.bloglist .blogitem--featured + .blogitem + .blogitem {
  grid-column: 2/3;
  grid-row: 2/3;
}
.bloglist__items > .blogitem:nth-of-type(n + 4) {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
.bloglist__items > .blogitem:nth-of-type(n + 4) .blogitem {
  grid-column: auto;
}
@media (max-width: 1024px) {
  .bloglist__items {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .bloglist .blogitem--featured {
    flex-direction: column;
  }
  .bloglist .blogitem--featured .blogitem__picture {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 768px) {
  .bloglist {
    padding: 30px;
  }
  .bloglist__items {
    gap: 30px;
  }
  .bloglist .blogitem--featured .blogitem__text .blogitem__headline {
    font-size: 1.5rem;
  }
  .bloglist .blogitem:not(.blogitem--featured) .blogitem__headline {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 993px) {
  #grid--7ebc8b14 > .grid__col:first-child {
    position: sticky;
    top: 200px;
  }
}
/* fullPage.js overrides */
#fp-nav {
  z-index: 8;
}
#fp-nav ul li a span,
#fp-nav .fp-slidesNav ul li a span {
  background: black;
  transition: background 0.3s ease;
}
#fp-nav[data-color=white] ul li a span,
#fp-nav .fp-slidesNav[data-color=white] ul li a span {
  background: white;
}

@media (min-width: 1024px) {
  .u-min-height-desktop-150 {
    min-height: 150px;
  }
  .u-min-height-desktop-200 {
    min-height: 200px;
  }
  .u-min-height-desktop-250 {
    min-height: 250px;
  }
  .u-min-height-desktop-280 {
    min-height: 280px;
  }
  .u-min-height-desktop-300 {
    min-height: 300px;
  }
  .u-min-height-desktop-340 {
    min-height: 340px;
  }
  .u-min-height-desktop-350 {
    min-height: 350px;
  }
  .u-min-height-desktop-400 {
    min-height: 400px;
  }
  .u-min-height-desktop-450 {
    min-height: 450px;
  }
  .u-min-height-desktop-500 {
    min-height: 500px;
  }
  .u-min-height-desktop-550 {
    min-height: 550px;
  }
  .u-min-height-desktop-600 {
    min-height: 600px;
  }
  .u-min-height-desktop-650 {
    min-height: 650px;
  }
  .u-min-height-desktop-700 {
    min-height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .u-min-height-tablet-150 {
    min-height: 150px;
  }
  .u-min-height-tablet-200 {
    min-height: 200px;
  }
  .u-min-height-tablet-250 {
    min-height: 250px;
  }
  .u-min-height-tablet-300 {
    min-height: 300px;
  }
  .u-min-height-tablet-350 {
    min-height: 350px;
  }
  .u-min-height-tablet-400 {
    min-height: 400px;
  }
  .u-min-height-tablet-450 {
    min-height: 450px;
  }
  .u-min-height-tablet-500 {
    min-height: 500px;
  }
  .u-min-height-tablet-550 {
    min-height: 550px;
  }
  .u-min-height-tablet-600 {
    min-height: 600px;
  }
  .u-min-height-tablet-650 {
    min-height: 650px;
  }
  .u-min-height-tablet-700 {
    min-height: 700px;
  }
}
@media (max-width: 767px) {
  .u-min-height-mobile-150 {
    min-height: 150px;
  }
  .u-min-height-mobile-200 {
    min-height: 200px;
  }
  .u-min-height-mobile-250 {
    min-height: 250px;
  }
  .u-min-height-mobile-300 {
    min-height: 300px;
  }
  .u-min-height-mobile-350 {
    min-height: 350px;
  }
  .u-min-height-mobile-400 {
    min-height: 400px;
  }
  .u-min-height-mobile-450 {
    min-height: 450px;
  }
  .u-min-height-mobile-500 {
    min-height: 500px;
  }
  .u-min-height-mobile-550 {
    min-height: 550px;
  }
  .u-min-height-mobile-600 {
    min-height: 600px;
  }
  .u-min-height-mobile-650 {
    min-height: 650px;
  }
  .u-min-height-mobile-700 {
    min-height: 700px;
  }
}
/*
.header, .section:not(#section--8fc026c7) {
 display:none !important;
}
*/

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