@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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: 1em 40px;
}

/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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;
}

strong {
  font-weight: 600;
}

.sans-serif {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
}

p,
ul,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #0D334D;
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
}

h1,
.h1 {
  font-family: "minion-3-display", serif;
  color: #0D334D;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
@media (min-width: 1367px) {
  h1,
  .h1 {
    font-size: calc(65 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h1,
  .h1 {
    font-size: calc(60 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h1,
  .h1 {
    font-size: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  h1,
  .h1 {
    font-size: calc(30 / 390 * 100vw);
  }
}

h2,
.h2 {
  font-family: "minion-3-display", serif;
  color: #0D334D;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.06;
}
@media (min-width: 1367px) {
  h2,
  .h2 {
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h2,
  .h2 {
    font-size: calc(45 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h2,
  .h2 {
    font-size: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  h2,
  .h2 {
    font-size: calc(32 / 390 * 100vw);
  }
}

h3,
.h3 {
  font-family: "minion-3-display", serif;
  color: #0D334D;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.06;
}
@media (min-width: 1367px) {
  h3,
  .h3 {
    font-size: calc(32 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h3,
  .h3 {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h3,
  .h3 {
    font-size: calc(26 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  h3,
  .h3 {
    font-size: calc(24 / 390 * 100vw);
  }
}

h4,
.h4 {
  font-family: "minion-3-display", serif;
  letter-spacing: normal;
  line-height: 1.15;
}
@media (max-width: 639px) {
  h4,
  .h4 {
    font-size: clamp(20px, 20px + (2) * (100vw - 320px) / 320, 22px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h4,
  .h4 {
    font-size: clamp(22px, 22px + (6) * (100vw - 640px) / 320, 28px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  h4,
  .h4 {
    font-size: clamp(28px, 28px + (0) * (100vw - 1367px) / 553, 36.4px);
  }
}
@media (min-width: 1921px) {
  h4,
  .h4 {
    font-size: clamp(28px, 28px + (8.4) * (100vw - 1920px) / 1280, 36.4px);
  }
}

h5,
.h5 {
  font-family: "minion-3-display", serif;
  letter-spacing: 0.038em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  h5,
  .h5 {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h5,
  .h5 {
    font-size: clamp(18px, 18px + (2) * (100vw - 640px) / 320, 20px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  h5,
  .h5 {
    font-size: clamp(20px, 20px + (2) * (100vw - 1367px) / 553, 28.6px);
  }
}
@media (min-width: 1921px) {
  h5,
  .h5 {
    font-size: clamp(22px, 22px + (6.6) * (100vw - 1920px) / 1280, 28.6px);
  }
}

h6,
.h6 {
  font-family: "minion-3-display", serif;
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  h6,
  .h6 {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  h6,
  .h6 {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  h6,
  .h6 {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  h6,
  .h6 {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}

.lead-text {
  letter-spacing: normal;
  line-height: 1.21;
}
@media (max-width: 639px) {
  .lead-text {
    font-size: clamp(26px, 26px + (2) * (100vw - 320px) / 320, 28px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .lead-text {
    font-size: clamp(28px, 28px + (14) * (100vw - 640px) / 320, 42px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .lead-text {
    font-size: 42px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .lead-text {
    font-size: clamp(42px, 42px + (4) * (100vw - 1367px) / 553, 59.8px);
  }
}
@media (min-width: 1921px) {
  .lead-text {
    font-size: clamp(46px, 46px + (13.8) * (100vw - 1920px) / 1280, 59.8px);
  }
}

.unlisted-page h1 {
  font-size: 2.5rem;
}
@media (max-width: 639px) {
  .unlisted-page h1 {
    font-size: 1.8rem;
  }
}
.unlisted-page h2 {
  font-size: 2rem;
}
@media (max-width: 639px) {
  .unlisted-page h2 {
    font-size: 1.6rem;
  }
}
.unlisted-page h3 {
  font-size: 1.75rem;
}
@media (max-width: 639px) {
  .unlisted-page h3 {
    font-size: 1.4rem;
  }
}
.unlisted-page h4 {
  font-size: 1.5rem;
}
@media (max-width: 639px) {
  .unlisted-page h4 {
    font-size: 1.2rem;
  }
}
.unlisted-page h5 {
  font-size: 1.25rem;
}
@media (max-width: 639px) {
  .unlisted-page h5 {
    font-size: 1rem;
  }
}
.unlisted-page h6 {
  font-size: 1rem;
}
@media (max-width: 639px) {
  .unlisted-page h6 {
    font-size: 0.8rem;
  }
}
.unlisted-page p {
  font-family: neue-haas-grotesk-display, sans-serif;
}
.unlisted-page ul {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .unlisted-page ul {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page ul {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page ul {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .unlisted-page ul {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .unlisted-page ul {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.unlisted-page ol {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .unlisted-page ol {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page ol {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page ol {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .unlisted-page ol {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .unlisted-page ol {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.unlisted-page li {
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .unlisted-page li {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page li {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page li {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .unlisted-page li {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .unlisted-page li {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.unlisted-page .size-basic {
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .unlisted-page .size-basic {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page .size-basic {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page .size-basic {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .unlisted-page .size-basic {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .unlisted-page .size-basic {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.unlisted-page .size-xxs {
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .unlisted-page .size-xxs {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page .size-xxs {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page .size-xxs {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .unlisted-page .size-xxs {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .unlisted-page .size-xxs {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.unlisted-page .size-xs {
  letter-spacing: 0.038em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .unlisted-page .size-xs {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page .size-xs {
    font-size: clamp(18px, 18px + (2) * (100vw - 640px) / 320, 20px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page .size-xs {
    font-size: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .unlisted-page .size-xs {
    font-size: clamp(20px, 20px + (2) * (100vw - 1367px) / 553, 28.6px);
  }
}
@media (min-width: 1921px) {
  .unlisted-page .size-xs {
    font-size: clamp(22px, 22px + (6.6) * (100vw - 1920px) / 1280, 28.6px);
  }
}
.unlisted-page .size-s {
  letter-spacing: normal;
  line-height: 1.15;
}
@media (max-width: 639px) {
  .unlisted-page .size-s {
    font-size: clamp(20px, 20px + (2) * (100vw - 320px) / 320, 22px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page .size-s {
    font-size: clamp(22px, 22px + (6) * (100vw - 640px) / 320, 28px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page .size-s {
    font-size: 28px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .unlisted-page .size-s {
    font-size: clamp(28px, 28px + (0) * (100vw - 1367px) / 553, 36.4px);
  }
}
@media (min-width: 1921px) {
  .unlisted-page .size-s {
    font-size: clamp(28px, 28px + (8.4) * (100vw - 1920px) / 1280, 36.4px);
  }
}
.unlisted-page .size-m {
  letter-spacing: normal;
  line-height: 1.06;
}
@media (min-width: 1367px) {
  .unlisted-page .size-m {
    font-size: calc(32 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page .size-m {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page .size-m {
    font-size: calc(26 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  .unlisted-page .size-m {
    font-size: calc(24 / 390 * 100vw);
  }
}
.unlisted-page .size-l {
  letter-spacing: normal;
  line-height: 1.06;
}
@media (min-width: 1367px) {
  .unlisted-page .size-l {
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page .size-l {
    font-size: calc(45 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page .size-l {
    font-size: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  .unlisted-page .size-l {
    font-size: calc(32 / 390 * 100vw);
  }
}
.unlisted-page .size-xl {
  letter-spacing: 0.02em;
  line-height: 1.15;
}
@media (min-width: 1367px) {
  .unlisted-page .size-xl {
    font-size: calc(65 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page .size-xl {
    font-size: calc(60 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page .size-xl {
    font-size: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  .unlisted-page .size-xl {
    font-size: calc(30 / 390 * 100vw);
  }
}
.unlisted-page .sur-title {
  margin-bottom: 0.5rem !important;
  letter-spacing: normal;
  line-height: 1.21;
}
@media (max-width: 639px) {
  .unlisted-page .sur-title {
    font-size: clamp(26px, 26px + (2) * (100vw - 320px) / 320, 28px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .unlisted-page .sur-title {
    font-size: clamp(28px, 28px + (14) * (100vw - 640px) / 320, 42px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .unlisted-page .sur-title {
    font-size: 42px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .unlisted-page .sur-title {
    font-size: clamp(42px, 42px + (4) * (100vw - 1367px) / 553, 59.8px);
  }
}
@media (min-width: 1921px) {
  .unlisted-page .sur-title {
    font-size: clamp(46px, 46px + (13.8) * (100vw - 1920px) / 1280, 59.8px);
  }
}

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

a:not(.uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a) {
  position: relative;
  color: #0D334D;
  transition: color 0.25s ease-in-out, -webkit-text-decoration-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out, text-decoration-color 0.25s ease-in-out, -webkit-text-decoration-color 0.25s ease-in-out;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-underline-offset: 4px;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 639px) {
  a:not(.uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a) {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  a:not(.uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a) {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  a:not(.uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a) {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  a:not(.uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a) {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  a:not(.uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a) {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
a:not(.uk-slidenav, .uk-logo, .nav-link, .more-button, .sliced-button, .uk-icon-link, .blog-card, .gallery-item a):hover {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(13, 51, 77, 0.5);
          text-decoration-color: rgba(13, 51, 77, 0.5);
  text-underline-offset: 4px;
  color: #0D334D;
}

h1:has(+ [class*=size-]),
.h1:has(+ [class*=size-]),
h2:has(+ [class*=size-]),
.h2:has(+ [class*=size-]),
h2:has(+ [class*=size-]),
.h2:has(+ [class*=size-]) {
  margin-bottom: 1rem;
}

.size-basic {
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .size-basic {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-basic {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-basic {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-basic {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .size-basic {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}

.size-xxs {
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .size-xxs {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-xxs {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-xxs {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-xxs {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .size-xxs {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}

.size-xs {
  letter-spacing: 0.038em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .size-xs {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-xs {
    font-size: clamp(18px, 18px + (2) * (100vw - 640px) / 320, 20px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-xs {
    font-size: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-xs {
    font-size: clamp(20px, 20px + (2) * (100vw - 1367px) / 553, 28.6px);
  }
}
@media (min-width: 1921px) {
  .size-xs {
    font-size: clamp(22px, 22px + (6.6) * (100vw - 1920px) / 1280, 28.6px);
  }
}

.size-s {
  letter-spacing: normal;
  line-height: 1.15;
}
@media (max-width: 639px) {
  .size-s {
    font-size: clamp(20px, 20px + (2) * (100vw - 320px) / 320, 22px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-s {
    font-size: clamp(22px, 22px + (6) * (100vw - 640px) / 320, 28px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-s {
    font-size: 28px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .size-s {
    font-size: clamp(28px, 28px + (0) * (100vw - 1367px) / 553, 36.4px);
  }
}
@media (min-width: 1921px) {
  .size-s {
    font-size: clamp(28px, 28px + (8.4) * (100vw - 1920px) / 1280, 36.4px);
  }
}

.size-m {
  letter-spacing: normal;
  line-height: 1.06;
}
@media (min-width: 1367px) {
  .size-m {
    font-size: calc(32 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-m {
    font-size: calc(32 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-m {
    font-size: calc(26 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  .size-m {
    font-size: calc(24 / 390 * 100vw);
  }
}

.size-l {
  letter-spacing: normal;
  line-height: 1.06;
}
@media (min-width: 1367px) {
  .size-l {
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-l {
    font-size: calc(45 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-l {
    font-size: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  .size-l {
    font-size: calc(32 / 390 * 100vw);
  }
}

.size-xl {
  letter-spacing: 0.02em;
  line-height: 1.15;
}
@media (min-width: 1367px) {
  .size-xl {
    font-size: calc(65 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .size-xl {
    font-size: calc(60 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .size-xl {
    font-size: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  .size-xl {
    font-size: calc(30 / 390 * 100vw);
  }
}

.sur-title {
  margin-bottom: 0.5rem !important;
  letter-spacing: normal;
  line-height: 1.21;
}
@media (max-width: 639px) {
  .sur-title {
    font-size: clamp(26px, 26px + (2) * (100vw - 320px) / 320, 28px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sur-title {
    font-size: clamp(28px, 28px + (14) * (100vw - 640px) / 320, 42px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .sur-title {
    font-size: 42px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .sur-title {
    font-size: clamp(42px, 42px + (4) * (100vw - 1367px) / 553, 59.8px);
  }
}
@media (min-width: 1921px) {
  .sur-title {
    font-size: clamp(46px, 46px + (13.8) * (100vw - 1920px) / 1280, 59.8px);
  }
}

h1.sur-title,
h2.sur-title,
h3.sur-title,
h4.sur-title,
h5.sur-title,
h6.sur-title {
  margin-bottom: 0 !important;
}

sup {
  font-size: 60%;
}

.more-link {
  color: #0D334D;
  padding-left: 40px;
  position: relative;
  transition: padding-left 0.35s ease-in-out !important;
  letter-spacing: normal;
  line-height: 1.21;
}
@media (max-width: 639px) {
  .more-link {
    font-size: clamp(26px, 26px + (2) * (100vw - 320px) / 320, 28px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .more-link {
    font-size: clamp(28px, 28px + (14) * (100vw - 640px) / 320, 42px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .more-link {
    font-size: 42px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .more-link {
    font-size: clamp(42px, 42px + (4) * (100vw - 1367px) / 553, 59.8px);
  }
}
@media (min-width: 1921px) {
  .more-link {
    font-size: clamp(46px, 46px + (13.8) * (100vw - 1920px) / 1280, 59.8px);
  }
}
.more-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 33px;
  height: 1px;
  background-color: #0D334D;
  transition: width 0.35s ease-in-out !important;
}
.more-link:hover {
  padding-left: 46px;
  color: #0D334D !important;
}
.more-link:hover::before {
  width: 40px;
}

.more-button,
button[type=submit] {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  position: relative;
  color: #0D334D;
  transition: color 0.25s ease-in-out, letter-spacing 0.25s ease-in-out;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 639px) {
  .more-button,
  button[type=submit] {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .more-button,
  button[type=submit] {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .more-button,
  button[type=submit] {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .more-button,
  button[type=submit] {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .more-button,
  button[type=submit] {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.more-button:hover,
button[type=submit]:hover {
  color: #0D334D;
  text-decoration: none;
}

.more-icon .animated-circle,
.more-icon .animated-arrow,
.more-icon .animated-line {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  stroke-opacity: 0;
  transition: stroke-dashoffset 0.6s ease, stroke-opacity 0.3s ease;
}

.more-button:hover .animated-circle,
.more-button:hover .animated-arrow,
.more-button:hover .animated-line {
  stroke-dashoffset: 0;
  stroke-opacity: 1;
}

p:not(:first-of-type):has(.more-button),
p:not(:first-child):has(.more-button) {
  margin-top: 0 !important;
}

.text-light .more-button,
.caption-wrapper .more-button,
.color-2 .more-button {
  color: #fff;
}
.text-light .more-button svg g,
.caption-wrapper .more-button svg g,
.color-2 .more-button svg g {
  stroke: #fff;
}

.text-dark .more-button,
.color-1 .more-button,
.uk-nav .more-button {
  color: #0D334D;
}
.text-dark .more-button svg g,
.color-1 .more-button svg g,
.uk-nav .more-button svg g {
  stroke: #0D334D;
}

p:not(:first-child):has(.more-button) {
  margin-top: 2rem;
}

.sliced-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  border: 1px solid #0D334D;
  border-radius: 1.5rem;
  padding: 0.75rem 1.5rem 0.6rem;
  line-height: 1 !important;
  margin-top: 1rem;
  letter-spacing: 0.038em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .sliced-button {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .sliced-button {
    font-size: clamp(18px, 18px + (2) * (100vw - 640px) / 320, 20px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .sliced-button {
    font-size: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .sliced-button {
    font-size: clamp(20px, 20px + (2) * (100vw - 1367px) / 553, 28.6px);
  }
}
@media (min-width: 1921px) {
  .sliced-button {
    font-size: clamp(22px, 22px + (6.6) * (100vw - 1920px) / 1280, 28.6px);
  }
}
.sliced-button:hover {
  color: #000;
  text-decoration: none;
}
.sliced-button .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sliced-button .main-link,
.sliced-button .hover-link {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.sliced-button .char {
  display: inline-block;
  position: relative;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sliced-button .char.space {
  white-space: pre;
}
.sliced-button .main-link {
  color: #0D334D !important;
}
.sliced-button .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #0D334D !important;
}

/* Optional: Fügen Sie hier weitere Stile für den Link hinzu */
.uk-slidenav {
  color: #0D334D !important;
}

ul.big-line-list {
  padding-left: 0 !important;
  list-style: none !important;
}
ul.big-line-list li {
  color: #CBD3CF;
  font-family: "minion-3-display", serif;
  font-weight: 300;
  padding: 0.4em 0 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  line-height: 1.3 !important;
  letter-spacing: normal;
  line-height: 1.06;
}
@media (min-width: 1367px) {
  ul.big-line-list li {
    font-size: calc(50 / 1920 * 100vw);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  ul.big-line-list li {
    font-size: calc(45 / 1366 * 100vw);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  ul.big-line-list li {
    font-size: calc(40 / 768 * 100vw);
  }
}
@media (max-width: 639px) {
  ul.big-line-list li {
    font-size: calc(32 / 390 * 100vw);
  }
}
ul.big-line-list li::before {
  display: none;
}

ul.small-line-list {
  padding-left: 0 !important;
  list-style: none !important;
}
ul.small-line-list li {
  font-family: "minion-3-display", serif;
  font-weight: 300;
  padding: 0.4em 0 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  line-height: 1.3 !important;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 639px) {
  ul.small-line-list li {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  ul.small-line-list li {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  ul.small-line-list li {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  ul.small-line-list li {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  ul.small-line-list li {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
ul.small-line-list li::before {
  display: none;
}

ul.small-line-list:not(:last-child),
ul.big-line-list:not(:last-child) {
  margin-bottom: 40px !important;
}

article,
.text-wrapper {
  position: relative;
}
article ul:not(.border-list),
.text-wrapper ul:not(.border-list) {
  list-style: none;
  padding-left: 20px;
  margin-top: 1rem;
}
article ul:not(.border-list) li,
.text-wrapper ul:not(.border-list) li {
  padding-bottom: 0.35em;
  position: relative;
}
article ul:not(.border-list) li::before,
.text-wrapper ul:not(.border-list) li::before {
  content: "–";
  position: absolute;
  left: -20px;
}
article *:last-child,
.text-wrapper *:last-child {
  margin-bottom: 0;
}
article h1:has(+ .lead-text-small),
.text-wrapper h1:has(+ .lead-text-small) {
  margin-bottom: 0.5rem;
}
article p:has(+ ul),
.text-wrapper p:has(+ ul) {
  margin-bottom: 0.25em;
}
article h2:not(:first-child),
article h3:not(:first-child),
article h4:not(:first-child),
article h5:not(:first-child),
article h6:not(:first-child),
.text-wrapper h2:not(:first-child),
.text-wrapper h3:not(:first-child),
.text-wrapper h4:not(:first-child),
.text-wrapper h5:not(:first-child),
.text-wrapper h6:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
article h1 + h2,
article h2 + h3,
article h3 + h4,
article h4 + h5,
article h5 + h6,
.text-wrapper h1 + h2,
.text-wrapper h2 + h3,
.text-wrapper h3 + h4,
.text-wrapper h4 + h5,
.text-wrapper h5 + h6 {
  margin-top: 1rem !important;
}
article h2 + h3 + p,
.text-wrapper h2 + h3 + p {
  margin-top: 2rem;
}
article [style*="overflow: hidden;"] h1,
article [style*="overflow: hidden;"] h2,
article [style*="overflow: hidden;"] h3,
article [style*="overflow: hidden;"] h4,
article [style*="overflow: hidden;"] h5,
article [style*="overflow: hidden;"] h6,
.text-wrapper [style*="overflow: hidden;"] h1,
.text-wrapper [style*="overflow: hidden;"] h2,
.text-wrapper [style*="overflow: hidden;"] h3,
.text-wrapper [style*="overflow: hidden;"] h4,
.text-wrapper [style*="overflow: hidden;"] h5,
.text-wrapper [style*="overflow: hidden;"] h6 {
  margin-bottom: 1rem;
}

.align_center {
  text-align: center;
}

.align_right {
  text-align: right;
}

.full-height-section {
  min-height: 100vh;
}
@media (max-width: 959px) {
  .full-height-section {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.background-top-left {
  position: absolute;
  top: 0;
  left: 0;
  transsform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-top-right {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
  transform-origin: center;
  z-index: 0;
}

.background-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  transform-origin: center;
  z-index: 0;
}

/* ========================================================================
   Component: Width
 ========================================================================== */
/* Equal child widths
 ========================================================================== */
/* Twelves */
.uk-child-width-1-12 > * {
  width: 8.3326389468%;
}

.uk-child-width-1-6 > * {
  width: 16.6638893518%;
}

.uk-child-width-1-5 > * {
  width: 19.9960007998%;
}

.uk-child-width-1-4 > * {
  width: 24.9937515621%;
}

.uk-child-width-1-3 > * {
  width: 33.3222259247%;
}

.uk-child-width-2-5 > * {
  width: 39.9920015997%;
}

.uk-child-width-5-12 > * {
  width: 41.6631947338%;
}

.uk-child-width-1-2 > * {
  width: 49.9750124938%;
}

.uk-child-width-3-5 > * {
  width: 59.9880023995%;
}

.uk-child-width-7-12 > * {
  width: 58.3284726273%;
}

.uk-child-width-2-3 > * {
  width: 66.6444518494%;
}

.uk-child-width-3-4 > * {
  width: 74.9812546863%;
}

.uk-child-width-4-5 > * {
  width: 79.9840031994%;
}

.uk-child-width-5-6 > * {
  width: 83.3194467589%;
}

.uk-child-width-11-12 > * {
  width: 91.6284881299%;
}

.uk-child-width-1-1 > * {
  width: 100%;
}

.uk-child-width-expand > * {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-child-width-1-12\@s > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@s > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@s > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@s > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@s > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@s > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@s > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@s > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@s > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@s > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@s > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@s > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@s > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@s > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@s > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@s > * {
    width: 100%;
  }
  .uk-child-width-expand\@s > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-child-width-1-12\@m > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@m > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@m > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@m > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@m > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@m > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@m > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@m > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@m > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@m > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@m > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@m > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@m > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@m > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@m > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@m > * {
    width: 100%;
  }
  .uk-child-width-expand\@m > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-child-width-1-12\@l > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@l > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@l > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@l > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@l > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@l > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@l > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@l > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@l > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@l > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@l > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@l > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@l > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@l > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@l > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@l > * {
    width: 100%;
  }
  .uk-child-width-expand\@l > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-child-width-1-12\@xl > * {
    width: 8.3326389468%;
  }
  .uk-child-width-1-6\@xl > * {
    width: 16.6638893518%;
  }
  .uk-child-width-1-5\@xl > * {
    width: 19.9960007998%;
  }
  .uk-child-width-1-4\@xl > * {
    width: 24.9937515621%;
  }
  .uk-child-width-1-3\@xl > * {
    width: 33.3222259247%;
  }
  .uk-child-width-2-5\@xl > * {
    width: 39.9920015997%;
  }
  .uk-child-width-5-12\@xl > * {
    width: 41.6631947338%;
  }
  .uk-child-width-1-2\@xl > * {
    width: 49.9750124938%;
  }
  .uk-child-width-3-5\@xl > * {
    width: 59.9880023995%;
  }
  .uk-child-width-7-12\@xl > * {
    width: 58.3284726273%;
  }
  .uk-child-width-2-3\@xl > * {
    width: 66.6444518494%;
  }
  .uk-child-width-3-4\@xl > * {
    width: 74.9812546863%;
  }
  .uk-child-width-4-5\@xl > * {
    width: 79.9840031994%;
  }
  .uk-child-width-5-6\@xl > * {
    width: 83.3194467589%;
  }
  .uk-child-width-11-12\@xl > * {
    width: 91.6590284143%;
  }
  .uk-child-width-1-1\@xl > * {
    width: 100%;
  }
  .uk-child-width-expand\@xl > * {
    flex: 1;
    min-width: 1px;
  }
}
/* Single Widths
 ========================================================================== */
/*
 * 1. `max-width` is needed for the pixel-based classes
 */
/* Twelves */
.uk-width-1-12 {
  width: 8.3326389468%;
}

.uk-width-1-6 {
  width: 16.6638893518%;
}

.uk-width-1-5 {
  width: 19.9960007998%;
}

.uk-width-1-4 {
  width: 24.9937515621%;
}

.uk-width-1-3 {
  width: 33.3222259247%;
}

.uk-width-2-5 {
  width: 39.9920015997%;
}

.uk-width-5-12 {
  width: 41.6631947338%;
}

.uk-width-1-2 {
  width: 49.9750124938%;
}

.uk-width-3-5 {
  width: 59.9880023995%;
}

.uk-width-7-12 {
  width: 58.3284726273%;
}

.uk-width-2-3 {
  width: 66.6444518494%;
}

.uk-width-3-4 {
  width: 74.9812546863%;
}

.uk-width-4-5 {
  width: 79.9840031994%;
}

.uk-width-5-6 {
  width: 83.3194467589%;
}

.uk-width-11-12 {
  width: 91.6590284143%;
}

.uk-width-1-1 {
  width: 100%;
}

.uk-width-expand {
  flex: 1;
  min-width: 1px;
}

/* Phone landscape and bigger */
@media (min-width: 640px) {
  /* Whole */
  /* Tvelvths */
  .uk-width-1-12\@s {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@s {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@s {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@s {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@s {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@s {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@s {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@s {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@s {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@s {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@s {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@s {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@s {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@s {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@s {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@s {
    width: 100%;
  }
  .uk-width-expand\@s {
    flex: 1;
    min-width: 1px;
  }
}
/* Tablet landscape and bigger */
@media (min-width: 960px) {
  /* Tvelvths */
  .uk-width-1-12\@m {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@m {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@m {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@m {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@m {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@m {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@m {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@m {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@m {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@m {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@m {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@m {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@m {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@m {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@m {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@m {
    width: 100%;
  }
  .uk-width-expand\@m {
    flex: 1;
    min-width: 1px;
  }
}
/* Desktop and bigger */
@media (min-width: 1200px) {
  /* Tvelvths */
  .uk-width-1-12\@l {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@l {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@l {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@l {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@l {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@l {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@l {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@l {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@l {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@l {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@l {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@l {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@l {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@l {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@l {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@l {
    width: 100%;
  }
  .uk-width-expand\@l {
    flex: 1;
    min-width: 1px;
  }
}
/* Large screen and bigger */
@media (min-width: 1600px) {
  /* Tvelvths */
  .uk-width-1-12\@xl {
    width: 8.3326389468%;
  }
  .uk-width-1-6\@xl {
    width: 16.6638893518%;
  }
  .uk-width-1-5\@xl {
    width: 19.9960007998%;
  }
  .uk-width-1-4\@xl {
    width: 24.9937515621%;
  }
  .uk-width-1-3\@xl {
    width: 33.3222259247%;
  }
  .uk-width-2-5\@xl {
    width: 39.9920015997%;
  }
  .uk-width-5-12\@xl {
    width: 41.6631947338%;
  }
  .uk-width-1-2\@xl {
    width: 49.9750124938%;
  }
  .uk-width-3-5\@xl {
    width: 59.9880023995%;
  }
  .uk-width-7-12\@xl {
    width: 58.3284726273%;
  }
  .uk-width-2-3\@xl {
    width: 66.6444518494%;
  }
  .uk-width-3-4\@xl {
    width: 74.9812546863%;
  }
  .uk-width-4-5\@xl {
    width: 79.9840031994%;
  }
  .uk-width-5-6\@xl {
    width: 83.3194467589%;
  }
  .uk-width-11-12\@xl {
    width: 91.6590284143%;
  }
  .uk-width-1-1\@xl {
    width: 100%;
  }
  .uk-width-expand\@xl {
    flex: 1;
    min-width: 1px;
  }
}
.uk-container {
  max-width: 1460px;
  max-width: 76.0416666667vw;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 959px) {
  .uk-container {
    max-width: inherit;
  }
}
@media (max-width: 639px) {
  .uk-container {
    max-width: inherit;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-container-small {
  max-width: 1104px;
  max-width: 57.5vw;
}
@media (max-width: 959px) {
  .uk-container-small {
    max-width: 700px;
    max-width: 91.1458333333vw;
    max-width: inherit;
  }
}
@media (max-width: 639px) {
  .uk-container-small {
    max-width: inherit;
  }
}

.uk-container-large {
  max-width: 1720px;
  max-width: 89.5833333333vw;
}
@media (max-width: 959px) {
  .uk-container-large {
    max-width: inherit;
  }
}
@media (max-width: 639px) {
  .uk-container-large {
    max-width: inherit;
  }
}

@media (max-width: 959px) {
  .no-container .text-right {
    padding-right: 40px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-right {
    padding-right: 30px !important;
    padding-left: 60px !important;
    padding-bottom: 0px;
  }
}
@media (max-width: 959px) {
  .no-container .text-left {
    padding-left: 80px !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 639px) {
  .no-container .text-left {
    padding-left: 70px !important;
    padding-right: 30px !important;
    padding-bottom: 40px;
  }
}

.no-container-right {
  max-width: 1720px;
  max-width: 89.5833333333vw;
  margin-left: auto;
}
@media (max-width: 959px) {
  .no-container-right {
    max-width: calc(100% - 80px + 40px);
  }
}
@media (max-width: 639px) {
  .no-container-right {
    max-width: calc(100% - 60px + 30px);
  }
}
.no-container-right .single-image-section .main-image .overlay-wrapper {
  max-width: 61%;
}
@media (max-width: 959px) {
  .no-container-right .single-image-section .main-image .overlay-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 959px) {
  .no-container-right .single-image-section .main-image .overlay-wrapper {
    max-width: calc(100% - 60px);
  }
}
.no-container-left {
  max-width: 1720px;
  max-width: 89.5833333333vw;
  margin-right: auto;
}
@media (max-width: 959px) {
  .no-container-left {
    max-width: calc(100% - 80px + 40px);
  }
}
@media (max-width: 639px) {
  .no-container-left {
    max-width: calc(100% - 60px + 30px);
  }
}
.no-container-left .single-image-section .main-image .overlay-wrapper {
  max-width: 61%;
}
@media (max-width: 959px) {
  .no-container-left .single-image-section .main-image .overlay-wrapper {
    max-width: 60%;
  }
}
@media (max-width: 959px) {
  .no-container-left .single-image-section .main-image .overlay-wrapper {
    max-width: calc(100% - 60px);
  }
}
.uk-container-expand {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 959px) {
  .uk-container-expand {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 639px) {
  .uk-container-expand {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uk-section {
  padding-top: 150px;
  padding-bottom: 150px;
  padding-top: 7.8125vw;
  padding-bottom: 7.8125vw;
}
@media (max-width: 959px) {
  .uk-section {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-top: 10.4275286757vw;
    padding-bottom: 10.4275286757vw;
  }
}
@media (max-width: 639px) {
  .uk-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.uk-section-small {
  padding-top: 130px;
  padding-bottom: 130px;
  padding-top: 6.7708333333vw;
  padding-bottom: 6.7708333333vw;
}
@media (max-width: 959px) {
  .uk-section-small {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 639px) {
  .uk-section-small {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.uk-section-large {
  padding-top: 200px;
  padding-bottom: 200px;
  padding-top: 10.4166666667vw;
  padding-bottom: 10.4166666667vw;
}
@media (max-width: 959px) {
  .uk-section-large {
    padding-top: 135px;
    padding-bottom: 135px;
  }
}
@media (max-width: 639px) {
  .uk-section-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.uk-section-xlarge {
  padding-top: 250px;
  padding-bottom: 250px;
}
@media (max-width: 959px) {
  .uk-section-xlarge {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 639px) {
  .uk-section-xlarge {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.first-section {
  padding-top: 360px;
  padding-top: 18.75vw;
}
@media (max-width: 959px) {
  .first-section {
    padding-top: 320px;
    padding-top: 33.3680917623vw;
  }
}
@media (max-width: 639px) {
  .first-section {
    padding-top: 320px;
    padding-top: 50.0782472613vw;
  }
}

@media (max-width: 639px) {
  .mobile-only-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.padding-bottom-xlarge {
  padding-bottom: 240px;
}
@media (max-width: 959px) {
  .padding-bottom-xlarge {
    padding-bottom: 200px;
  }
}
@media (max-width: 639px) {
  .padding-bottom-xlarge {
    padding-bottom: 160px;
  }
}

[class*=uk-animation-] {
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

.uk-animation-fade {
  animation-name: uk-fade;
  animation-duration: 1.2s;
  animation-timing-function: linear;
}

.uk-animation-kenburns {
  animation-duration: 20s;
}

.no-padding-top {
  padding-top: 0;
}

@media (max-width: 639px) {
  .no-padding-top-mobile {
    padding-top: 0px;
  }
}

.no-section-padding-top {
  padding-top: 0px;
}
@media (max-width: 639px) {
  .no-section-padding-top {
    padding-top: 0px;
  }
}

.no-section-padding-bottom {
  padding-bottom: 0px;
}
@media (max-width: 639px) {
  .no-section-padding-bottom {
    padding-bottom: 0px;
  }
}

.uk-animation-slide-bottom-medium {
  animation-name: uk-slide-bottom-medium fade;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}

@keyframes uk-slide-bottom-medium {
  0% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.uk-grid {
  margin-left: -16px;
}

.uk-grid > * {
  padding-left: 16px;
}

/* Viewport Height Fix */
.vh-100 {
  height: 100vh;
  /* Fallback */
  height: calc(var(--vh, 1vh) * 100);
}

/* Animation Basics */
* {
  outline: none !important;
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  font-size: 20px;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "minion-3-display", serif;
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
  font-weight: 500;
  color: #0D334D;
  display: flex;
  flex-direction: column;
  letter-spacing: normal;
  line-height: 1.5;
}
@media (max-width: 639px) {
  body {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  body {
    font-size: clamp(18px, 18px + (0) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  body {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  body {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
@media (max-width: 959px) {
  body {
    height: calc(var(--vh, 1vh) * 100);
  }
}

main {
  background-color: #fff;
}

section + section {
  position: relative;
  z-index: 1;
}

section {
  position: relative;
  margin-bottom: -1px;
}

#fixed-main {
  width: 100%;
  height: 100%;
}

#navigationContainer {
  position: relative;
  width: 100%;
}

img,
video {
  display: block;
  width: 100%;
  height: auto;
}

table tr td {
  vertical-align: top;
  padding-right: 1em;
}

hr {
  border-top: 2px solid #0D334D;
  margin-bottom: 1em;
}

.google-map {
  height: 500px;
  width: 100%;
  background: #f5f5f5;
}

.map-info-window {
  padding: 15px;
  max-width: 300px;
}

.map-info-window h3 {
  margin-top: 0;
  margin-bottom: 10px;
}

.map-info-window p {
  margin: 5px 0;
}

.filler-height-small {
  height: 50px;
}
@media (max-width: 959px) {
  .filler-height-small {
    height: 40px;
  }
}
@media (max-width: 639px) {
  .filler-height-small {
    height: 30px;
  }
}

.filler-height-medium {
  height: 80px;
}
@media (max-width: 959px) {
  .filler-height-medium {
    height: 20px;
  }
}
@media (max-width: 639px) {
  .filler-height-medium {
    margin-top: 20px !important;
    height: 0px;
  }
}

.filler-height-large {
  height: clamp(250px, 15vw, 350px);
  height: clamp(166px, 10vw, 233px);
}
@media (max-width: 959px) {
  .filler-height-large {
    height: clamp(100px, 20vw, 200px);
  }
}
@media (max-width: 639px) {
  .filler-height-large {
    height: 0px;
  }
}

#smooth-wrapper #smooth-content {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.color-1 {
  color: #0D334D;
}
.color-1 ul.small-line-list li, .color-1 ul.big-line-list li {
  border-color: rgba(108, 108, 108, 0.25);
}
.color-1 a {
  color: #0D334D;
}
.color-1 a:hover {
  color: #CBD3CF;
}

.color-2 {
  color: #fff;
}
.color-2 * {
  color: #fff !important;
}
.color-2 .more-button, .color-2 .sliced-button {
  color: #fff;
  border-color: #fff;
}
.color-2 a {
  color: #fff !important;
}
.color-2 a:hover {
  color: #fff !important;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5) !important;
          text-decoration-color: rgba(255, 255, 255, 0.5) !important;
}
.color-2 p {
  color: #fff;
}

.color-red {
  color: #D0081D;
}

.color-blue {
  color: #106EB9;
}

.color-green {
  color: #63b105;
}

.color-pink {
  color: #ff00ff;
}

.color-orange {
  color: #fbb925;
}

.color-grey {
  color: #DBDBD7;
}

.color-fade {
  opacity: 0.6;
}

.background-std {
  background-color: #ffffff;
}

.background-light {
  background-color: #f8f8f6;
}

.background-medium {
  background-color: #f8f8f6;
}

.background-dark {
  background-color: #0D334D;
}

.background-transparent {
  background-color: transparent;
}

.bottom-color-layer {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16%;
  background-color: #0D334D;
}
.image-section .image-wrapper .main-image .figcaption,
.single-image-section .image-wrapper .main-image .figcaption {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .main-image .figcaption,
  .single-image-section .image-wrapper .main-image .figcaption {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .main-image .figcaption,
  .single-image-section .image-wrapper .main-image .figcaption {
    width: 90%;
  }
}
.image-section .image-wrapper .main-image .overlay-wrapper,
.single-image-section .image-wrapper .main-image .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
.single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
  width: 100%;
  padding: 7.8125vw 0;
}
@media (max-width: 959px) {
  .image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
  .single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
    padding: 12.5130344108vw 0;
  }
}
@media (max-width: 639px) {
  .image-section .image-wrapper .main-image .overlay-wrapper .overlay-text,
  .single-image-section .image-wrapper .main-image .overlay-wrapper .overlay-text {
    padding: 15.6494522692vw 0;
  }
}
.image-section .rounded-corners .main-image img,
.image-section .rounded-corners .overlay-image img,
.single-image-section .rounded-corners .main-image img,
.single-image-section .rounded-corners .overlay-image img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .image-section .rounded-corners .main-image img,
  .image-section .rounded-corners .overlay-image img,
  .single-image-section .rounded-corners .main-image img,
  .single-image-section .rounded-corners .overlay-image img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .image-section .rounded-corners .main-image img,
  .image-section .rounded-corners .overlay-image img,
  .single-image-section .rounded-corners .main-image img,
  .single-image-section .rounded-corners .overlay-image img {
    border-radius: 15px;
  }
}
.image-section .two-images .main-image,
.single-image-section .two-images .main-image {
  width: 78% !important;
}
.image-section .two-images .overlay-image,
.single-image-section .two-images .overlay-image {
  width: 32% !important;
}
.image-section .two-images .overlay-image.portrait-overlay,
.single-image-section .two-images .overlay-image.portrait-overlay {
  width: 55% !important;
}
.image-section .two-images .uk-position-top-left,
.single-image-section .two-images .uk-position-top-left {
  top: -50%;
  transform: translateY(30%);
}
.image-section .two-images .uk-position-top-right,
.single-image-section .two-images .uk-position-top-right {
  top: -50%;
  transform: translateY(30%);
}
.image-section .two-images .uk-position-bottom-left,
.single-image-section .two-images .uk-position-bottom-left {
  bottom: -50%;
  transform: translateY(-30%);
}
.image-section .two-images .uk-position-bottom-right,
.single-image-section .two-images .uk-position-bottom-right {
  bottom: -50%;
  transform: translateY(-30%);
}
.image-section .two-images .uk-position-center-left,
.single-image-section .two-images .uk-position-center-left {
  top: 50%;
  transform: translateY(-50%);
}
.image-section .two-images .uk-position-center-right,
.single-image-section .two-images .uk-position-center-right {
  top: 50%;
  transform: translateY(-50%);
}
.image-section .two-images .has-left-sibling,
.single-image-section .two-images .has-left-sibling {
  margin-left: auto !important;
}
.image-section .has-bottom-child,
.single-image-section .has-bottom-child {
  position: relative;
  margin-bottom: 15% !important;
}
.image-section .has-bottom-child .figcaption,
.single-image-section .has-bottom-child .figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.image-section .has-top-child,
.single-image-section .has-top-child {
  margin-top: 15% !important;
}

.layer-position-top-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-left .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-top-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-center .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-top-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(225deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-top-right .overlay-underlay {
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-center-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.layer-position-center .overlay-text {
  width: 100% !important;
  transform-origin: center center !important;
}
.layer-position-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}

.layer-position-center-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.layer-position-bottom-left .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-left .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-bottom-center .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-center .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.layer-position-bottom-right .overlay-underlay {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(325deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}
@media (max-width: 639px) {
  .layer-position-bottom-right .overlay-underlay {
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  }
}

.overlay-underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-section .video-wrapper .main-video {
  width: 100%;
  aspect-ratio: 1.4/1;
}
.video-section .video-wrapper .main-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section .video-wrapper .main-video .figcaption {
  width: 50%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 959px) {
  .video-section .video-wrapper .main-video .figcaption {
    width: 60%;
  }
}
@media (max-width: 639px) {
  .video-section .video-wrapper .main-video .figcaption {
    margin-left: inherit;
    margin-right: inherit;
    width: 90%;
  }
}
.video-section .video-wrapper .main-video .overlay-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
  width: 100%;
  padding: 7.8125vw 0;
}
@media (max-width: 959px) {
  .video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
    padding: 12.5130344108vw 0;
  }
}
@media (max-width: 639px) {
  .video-section .video-wrapper .main-video .overlay-wrapper .overlay-text {
    padding: 15.6494522692vw 0;
  }
}
.video-section .rounded-corners .main-video img,
.video-section .rounded-corners .main-video video,
.video-section .rounded-corners .overlay-image img,
.video-section .rounded-corners .overlay-image video {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .video-section .rounded-corners .main-video img,
  .video-section .rounded-corners .main-video video,
  .video-section .rounded-corners .overlay-image img,
  .video-section .rounded-corners .overlay-image video {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .video-section .rounded-corners .main-video img,
  .video-section .rounded-corners .main-video video,
  .video-section .rounded-corners .overlay-image img,
  .video-section .rounded-corners .overlay-image video {
    border-radius: 15px;
  }
}
.video-section .video-with-image {
  width: 100%;
}
.video-section .video-with-image .main-video {
  position: relative;
  width: 78% !important;
}
.video-section .video-with-image .overlay-image {
  width: 32% !important;
}
.video-section .video-with-image .overlay-image.portrait-overlay {
  width: 55% !important;
}
.video-section .video-with-image .uk-position-top-left {
  top: -50%;
  transform: translateY(30%);
}
.video-section .video-with-image .uk-position-top-right {
  top: -50%;
  transform: translateY(30%);
}
.video-section .video-with-image .uk-position-bottom-left {
  bottom: -50%;
  transform: translateY(-30%);
}
.video-section .video-with-image .uk-position-bottom-right {
  bottom: -50%;
  transform: translateY(-30%);
}
.video-section .video-with-image .uk-position-center-left {
  top: 50%;
  transform: translateY(-50%);
}
.video-section .video-with-image .uk-position-center-right {
  top: 50%;
  transform: translateY(-50%);
}
.video-section .video-with-image [class*=uk-position-top-] {
  transform: translateY(50%);
}
.video-section .video-with-image .has-left-sibling {
  margin-left: auto !important;
}
.video-section .has-bottom-child {
  margin-bottom: 15% !important;
}
.video-section .has-bottom-child .figcaption {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 959px) {
  .video-section .has-bottom-child .figcaption {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 639px) {
  .video-section .has-bottom-child .figcaption {
    left: 0;
    transform: translateX(0);
  }
}
.video-section .has-top-child {
  margin-top: 15% !important;
}

.overlay-image.portrait-overlay {
  /* Add specific styles for portrait orientation */
  width: 60% !important;
}

.overlay-image.landscape-overlay {
  /* Add specific styles for landscape orientation */
  width: 80% !important;
}

/* Transform values for top positioned overlays */
.overlay-image[class*=uk-position-bottom-].portrait-overlay {
  transform: translateY(-70%) !important;
}

.overlay-image[class*=uk-position-top-].portrait-overlay {
  transform: translateY(70%) !important;
}

.rounded-corners .main-image,
.rounded-corners .overlay-image,
.rounded-corners .blog-header-image,
.rounded-corners .image-wrapper,
.rounded-corners .blog-card__image {
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 959px) {
  .rounded-corners .main-image,
  .rounded-corners .overlay-image,
  .rounded-corners .blog-header-image,
  .rounded-corners .image-wrapper,
  .rounded-corners .blog-card__image {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .rounded-corners .main-image,
  .rounded-corners .overlay-image,
  .rounded-corners .blog-header-image,
  .rounded-corners .image-wrapper,
  .rounded-corners .blog-card__image {
    border-radius: 15px;
  }
}
.rounded-corners .main-image img,
.rounded-corners .overlay-image img,
.rounded-corners .blog-header-image img,
.rounded-corners .image-wrapper img,
.rounded-corners .blog-card__image img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .rounded-corners .main-image img,
  .rounded-corners .overlay-image img,
  .rounded-corners .blog-header-image img,
  .rounded-corners .image-wrapper img,
  .rounded-corners .blog-card__image img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .rounded-corners .main-image img,
  .rounded-corners .overlay-image img,
  .rounded-corners .blog-header-image img,
  .rounded-corners .image-wrapper img,
  .rounded-corners .blog-card__image img {
    border-radius: 15px;
  }
}

.image-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7.8125vw 0;
}
@media (max-width: 959px) {
  .image-caption {
    padding: 12.5130344108vw 0;
  }
}
@media (max-width: 639px) {
  .image-caption {
    padding: 15.6494522692vw 0;
  }
}
.image-caption .uk-container,
.image-caption .uk-grid {
  height: 100%;
  position: relative;
}

.overlay-text.color-2 * {
  color: #fff;
}

.image-align-vertical {
  display: flex;
  align-items: center;
  height: 100%;
}

@media (max-width: 639px) {
  .full-on-mobile {
    overflow: inherit !important;
    width: 100vw !important;
    transform: translateX(-30px);
  }
  .full-on-mobile .main-image {
    overflow: inherit !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-left {
    overflow: inherit !important;
    transform: translateX(-30px);
  }
  .img-align-mobile-left .main-image {
    width: calc(100% + 30px) !important;
    padding-right: 20vw;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-right {
    overflow: inherit !important;
  }
  .img-align-mobile-right .main-image {
    width: calc(100% + 30px) !important;
    padding-left: 20vw;
    overflow: inherit !important;
  }
}

@media (max-width: 639px) {
  .img-align-mobile-both {
    overflow: inherit !important;
    transform: translateX(-30px);
  }
  .img-align-mobile-both .main-image {
    width: calc(100% + 60px) !important;
    overflow: inherit !important;
  }
}

.single-text-section {
  height: 100%;
}

.widget-section .uk-grid-margin,
.widget-section .uk-grid + .uk-grid,
.widget-section .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
@media (max-width: 639px) {
  .widget-section .uk-grid-margin,
  .widget-section .uk-grid + .uk-grid,
  .widget-section .uk-grid > .uk-grid-margin {
    margin-top: 30px;
  }
}

.center-text-widget .widget-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.center-text-widget .widget-content .widget-text {
  text-align: center;
}

.numbered-widget .uk-grid-margin, .numbered-widget .uk-grid + .uk-grid, .numbered-widget .uk-grid > .uk-grid-margin {
  margin-top: 3em;
}

.numbered-widget {
  counter-reset: item;
}
.numbered-widget .widget-wrapper {
  counter-increment: item;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper {
  position: relative;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3em;
  height: 1px;
  background-color: #0D334D;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper p {
  position: relative;
}
.numbered-widget .widget-wrapper .widget-content .text-wrapper h3 {
  padding-bottom: 1em;
}
.numbered-widget .color-2 .text-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.numbered-widget .color-2 .text-wrapper::before {
  color: rgba(255, 255, 255, 0.6);
}

.widget-wrapper .image-over-text {
  display: flex;
  flex-direction: column;
}
.widget-wrapper .image-over-text img {
  order: 1;
}
.widget-wrapper .image-over-text .text-wrapper {
  margin-top: clamp(50px, 3.125vw, 70px);
  order: 2;
}
@media (max-width: 959px) {
  .widget-wrapper .image-over-text .text-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 639px) {
  .widget-wrapper .image-over-text .text-wrapper {
    margin-top: 30px;
  }
}

.icon-widget .widget-wrapper {
  padding-right: 5%;
}
.icon-widget .widget-wrapper .widget-content {
  padding-top: 1.5rem;
  border-top: 1px solid #DBDBD7;
}
.icon-widget .widget-wrapper .widget-content img {
  height: 2.3rem;
  width: auto;
}
.icon-widget .widget-wrapper .widget-content .text-wrapper {
  margin-top: 2rem;
  padding-right: inherit;
}
.icon-widget .color-2 .widget-content {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.widget-section.icon-widget .uk-grid-margin,
.widget-section.icon-widget .uk-grid + .uk-grid,
.widget-section.icon-widget .uk-grid > .uk-grid-margin {
  margin-top: 100px;
}

@media (max-width: 639px) {
  .no-container-left .widget-section {
    padding-left: 30px;
  }
}

@media (max-width: 639px) {
  .no-container-right .widget-section {
    padding-right: 30px;
  }
}

@media (max-width: 639px) {
  .move-image-right-mobile .widget-content .image-wrapper {
    overflow: inherit;
  }
  .move-image-right-mobile .widget-content .image-wrapper img {
    padding-left: 20%;
    transform: translateX(30px);
  }
}

.team-widget .uk-grid {
  margin-left: -8vw;
}
@media (max-width: 959px) {
  .team-widget .uk-grid {
    margin-left: -40px;
  }
}
.team-widget .uk-grid > * {
  padding-left: 8vw;
}
@media (max-width: 959px) {
  .team-widget .uk-grid > * {
    padding-left: 40px;
  }
}
.team-widget .uk-grid-margin,
.team-widget .uk-grid + .uk-grid,
.team-widget .uk-grid > .uk-grid-margin {
  margin-top: 40px;
}
@media (max-width: 639px) {
  .team-widget .uk-grid-margin,
  .team-widget .uk-grid + .uk-grid,
  .team-widget .uk-grid > .uk-grid-margin {
    margin-top: 60px;
  }
}

.number-widget-table {
  width: 100%;
  border-collapse: collapse;
}
.number-widget-table tr td {
  vertical-align: top;
}
.number-widget-table tr td:first-child {
  width: 40%;
}
.number-widget-table tr td:last-child {
  padding-right: 0;
}

footer#footer table {
  width: auto;
}
footer#footer table tr {
  border: none;
}
footer#footer table tr td {
  border: none;
  font-size: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.02em;
  padding-right: 2rem;
}
footer#footer table tr td p, footer#footer table tr td a {
  font-size: 10px;
  font-family: neue-haas-grotesk-display, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.gsap-animation-scale-up {
  will-change: transform, opacity;
}

.gsap-animation-scale-up .animate-2 {
  will-change: transform, opacity;
}

.gsap-animation-slice-in h1,
.gsap-animation-slice-in h2,
.gsap-animation-slice-in h3,
.gsap-animation-slice-in p {
  transform: translateY(100%);
}

.gsap-animation-text-splitter h1,
.gsap-animation-text-splitter h2,
.gsap-animation-text-splitter h3,
.gsap-animation-text-splitter p,
.gsap-animation-text-splitter-line:not(.blog-text) h1,
.gsap-animation-text-splitter-line:not(.blog-text) h2,
.gsap-animation-text-splitter-line:not(.blog-text) h3,
.gsap-animation-text-splitter-line:not(.blog-text) p {
  -webkit-font-kerning: none !important;
          font-kerning: none !important;
}
.gsap-animation-text-splitter .char,
.gsap-animation-text-splitter-line:not(.blog-text) .char {
  display: inline-block;
  will-change: transform, opacity;
}
.gsap-animation-text-splitter [style*="overflow: hidden"]:not(.line-wrapper),
.gsap-animation-text-splitter-line:not(.blog-text) [style*="overflow: hidden"]:not(.line-wrapper) {
  width: 100%;
}
.gsap-animation-text-splitter .line-wrapper p,
.gsap-animation-text-splitter-line:not(.blog-text) .line-wrapper p {
  margin-bottom: 0;
}
.gsap-animation-text-splitter .text-splitter-wrapper h1,
.gsap-animation-text-splitter .text-splitter-wrapper h2,
.gsap-animation-text-splitter .text-splitter-wrapper h3,
.gsap-animation-text-splitter .text-splitter-wrapper h4,
.gsap-animation-text-splitter .text-splitter-wrapper h5,
.gsap-animation-text-splitter .text-splitter-wrapper h6,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h1,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h2,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h3,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h4,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h5,
.gsap-animation-text-splitter-line:not(.blog-text) .text-splitter-wrapper h6 {
  margin-bottom: 0;
}

article [style*="overflow: hidden"]:not(.line-wrapper),
.overlay-text [style*="overflow: hidden"]:not(.line-wrapper) {
  display: block;
  margin-bottom: 1rem;
}
article [style*="overflow: hidden"]:last-child,
.overlay-text [style*="overflow: hidden"]:last-child {
  margin-bottom: 0;
}

h1 div[style*="display: inline-block; overflow: hidden;"] {
  margin: 0 !important;
}

.gsap-animation-image-scale-in .image-wrapper {
  overflow: hidden;
  overflow: hidden;
}
.gsap-animation-image-scale-in .image-wrapper .animate {
  will-change: transform, opacity;
}

.text-slice-wrapper * {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gallery-section * + .uk-grid-margin-small, .gallery-section .uk-grid + .uk-grid-row-small, .gallery-section .uk-grid + .uk-grid-small, .gallery-section .uk-grid-row-small > .uk-grid-margin, .gallery-section .uk-grid-small > .uk-grid-margin {
  margin-top: 15px !important;
}
.gallery-section .gallery-filter {
  margin-bottom: 1rem;
}
.gallery-section .gallery-filter ul li.uk-active a {
  background-color: transparent;
  color: #0d334d;
}
.gallery-section .gallery-filter ul li.uk-active a::before {
  transform-origin: 0 50%;
  transform: scaleX(1);
  height: 1px;
}
.gallery-section .gallery-filter ul li a {
  display: inline-block;
  padding: 0;
  text-transform: none;
  color: rgba(13, 51, 77, 0.5);
  transition: color 0.25s ease-in-out;
  letter-spacing: 0.02em;
  line-height: 1.06;
}
@media (max-width: 639px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(14px, 14px + (0) * (100vw - 320px) / 320, 14px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(14px, 14px + (2) * (100vw - 640px) / 320, 16px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .gallery-section .gallery-filter ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(16px, 16px + (0) * (100vw - 1367px) / 553, 20.8px);
  }
}
@media (min-width: 1921px) {
  .gallery-section .gallery-filter ul li a {
    font-size: clamp(16px, 16px + (4.8) * (100vw - 1920px) / 1280, 20.8px);
  }
}
.gallery-section .gallery-filter ul li a:hover {
  background-color: transparent;
  color: #0d334d !important;
}
.gallery-section .gallery-item a {
  display: block;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 959px) {
  .gallery-section .gallery-item a {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .gallery-section .gallery-item a {
    border-radius: 15px;
  }
}
.gallery-section .gallery-item a img {
  transition: transform 0.25s cubic-bezier(0.75, 0, 0.25, 1);
  transform: scale(1);
}
.gallery-section .gallery-item a:hover img {
  transform: scale(1.05);
}

.gallery-section.rounded-corners .gallery-item a img {
  border-radius: 30px;
}
@media (max-width: 959px) {
  .gallery-section.rounded-corners .gallery-item a img {
    border-radius: 20px;
  }
}
@media (max-width: 639px) {
  .gallery-section.rounded-corners .gallery-item a img {
    border-radius: 15px;
  }
}

.uk-lightbox {
  background-color: #f8f8f6 !important;
  transition: opacity 0.35s cubic-bezier(0.75, 0, 0.25, 1);
  transition-delay: 1s !important;
}
.uk-lightbox img {
  max-height: 80vh;
}
.uk-lightbox .uk-slidenav, .uk-lightbox .uk-close {
  color: rgba(13, 51, 77, 0.75);
}
.uk-lightbox .uk-slidenav:hover, .uk-lightbox .uk-close:hover {
  color: #0D334D;
}
.uk-lightbox .uk-position-small {
  padding: 40px;
}

.blog-header {
  padding-top: 16.6666666667vw;
}
@media (max-width: 959px) {
  .blog-header {
    padding-top: 26.0688216893vw;
  }
}
@media (max-width: 639px) {
  .blog-header {
    padding-top: 39.1236306729vw;
  }
}
.blog-header .image-wrapper {
  aspect-ratio: 1.975/1;
}
@media (max-width: 639px) {
  .blog-header .image-wrapper {
    aspect-ratio: 1.5/1;
  }
}
.blog-header .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-content .blog-text-wrapper h1, .blog-content .blog-text-wrapper h2, .blog-content .blog-text-wrapper h3, .blog-content .blog-text-wrapper h4, .blog-content .blog-text-wrapper h5, .blog-content .blog-text-wrapper h6 {
  margin-bottom: 2rem;
}

.blog-card {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.blog-card:hover {
  text-decoration: none;
  color: inherit;
}
.blog-card:hover .blog-card__img {
  transform: scale(1.05);
}
.blog-card .blog-card__image {
  position: relative;
  aspect-ratio: 1.529/1;
  overflow: hidden;
}
.blog-card .blog-card__image .blog-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s ease-in-out;
}
.blog-card .blog-card__content {
  padding: 1.5rem 0;
}
.blog-card .blog-card__date {
  font-size: 0.875rem;
  color: #0D334D;
  margin-bottom: 2rem;
}
.blog-card .blog-card__preview {
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .blog-card .blog-card__preview {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .blog-card .blog-card__preview {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .blog-card .blog-card__preview {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .blog-card .blog-card__preview {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .blog-card .blog-card__preview {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.blog-card .blog-card__title h3 {
  margin-bottom: 0;
}

.blog-share-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog-share-icons p {
  margin: 0;
  padding-right: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item {
  list-style: none;
  padding-bottom: 0;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item::before {
  display: none;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item a svg {
  width: auto;
  height: 1rem;
}
.blog-share-icons ul.MarkupSocialShareButtons li.mssb-item a::before {
  display: none;
}

#menu-toggle {
  position: relative;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  align-self: center;
  transform: translateY(0);
  transition: transform 0.35s ease-in-out;
}
@media (max-width: 639px) {
  #menu-toggle {
    padding-right: 0;
  }
}
#menu-toggle .menu-toggle-wrapper {
  position: relative;
  width: 30px;
  height: 15px;
  display: block;
  transition: height 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
#menu-toggle .menu-toggle-wrapper .top,
#menu-toggle .menu-toggle-wrapper .middle,
#menu-toggle .menu-toggle-wrapper .bottom {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #0D334D;
  opacity: 1;
}
#menu-toggle .menu-toggle-wrapper .top {
  top: 0;
  transform: rotate(0deg) translateY(0);
  transition: top 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), bottom 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), background-color 0.35s ease-in-out;
}
#menu-toggle .menu-toggle-wrapper .middle {
  opacity: 1;
  top: 7px;
  transform: rotate(0deg);
  transition: opacity 0.35s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1) 0.5s, background-color 0.35s ease-in-out;
}
#menu-toggle .menu-toggle-wrapper .bottom {
  bottom: 0;
  transform: rotate(0deg) translateY(0);
  transition: top 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), bottom 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), background-color 0.35s ease-in-out;
}

.menu-open .menu-toggle-wrapper {
  height: 30px !important;
}
.menu-open .menu-toggle-wrapper .top,
.menu-open .menu-toggle-wrapper .middle,
.menu-open .menu-toggle-wrapper .bottom {
  background-color: #fff !important;
}
.menu-open .menu-toggle-wrapper .top {
  top: calc(50% - 2px) !important;
  transform: rotate(315deg) translateY(-50%) !important;
  transition: top 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), bottom 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), background-color 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1) 0.25s;
}
.menu-open .menu-toggle-wrapper .middle {
  opacity: 0 !important;
  transform: rotate(0deg) !important;
  transition-delay: 0s !important;
}
.menu-open .menu-toggle-wrapper .bottom {
  bottom: calc(50% + 2px) !important;
  transform: rotate(225deg) translateY(50%) !important;
  transition: top 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), bottom 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), background-color 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1) 0.25s;
}

.nav-scroll #menu-toggle .menu-toggle-wrapper .top,
.nav-scroll #menu-toggle .menu-toggle-wrapper .middle,
.nav-scroll #menu-toggle .menu-toggle-wrapper .bottom {
  background-color: #fff !important;
}

.anchor {
  margin-top: -50px;
  padding-top: 50px;
}
@media (max-width: 959px) {
  .anchor {
    margin-top: -100px;
    padding-top: 100px;
  }
}
@media (max-width: 639px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.uk-navbar-item,
.uk-navbar-nav > li > a,
.uk-navbar-toggle {
  min-height: inherit !important;
}

header#nav-header.anchor-header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding-top: 5.416vw;
  padding-bottom: 40px;
  background-color: transparent;
  transition: background-color 0.35s ease-in-out, padding 0.35s ease-in-out;
}
@media (max-width: 959px) {
  header#nav-header.anchor-header {
    padding-top: 40px;
  }
}
@media (max-width: 639px) {
  header#nav-header.anchor-header {
    padding-top: 40px;
  }
}
header#nav-header.anchor-header .uk-logo .revisionenImg {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
header#nav-header.anchor-header .uk-logo svg {
  display: block;
  width: 16.55vw;
  height: auto;
  min-width: 180px;
  z-index: 6;
  transition: width 0.35s ease-in-out, padding-top 0.35s ease-in-out;
}
@media (max-width: 959px) {
  header#nav-header.anchor-header .uk-logo svg {
    width: 35vw;
    min-width: 150px;
  }
}
@media (max-width: 639px) {
  header#nav-header.anchor-header .uk-logo svg {
    width: 50vw;
    min-width: 150px;
  }
}
header#nav-header.anchor-header .navbar-wrapper {
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.35s ease-in-out;
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar {
  width: calc(89.5833333333vw + 80px);
  padding: 0 40px;
  height: 100%;
  margin: 0 auto;
  background-color: transparent;
  transition: height 0.25s ease-in-out;
}
@media (max-width: 959px) {
  header#nav-header.anchor-header .navbar-wrapper nav#navbar {
    width: calc(91.1458333333vw + 80px);
  }
}
@media (max-width: 639px) {
  header#nav-header.anchor-header .navbar-wrapper nav#navbar {
    width: 100%;
    padding: 0 30px;
  }
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar .uk-navbar-left,
header#nav-header.anchor-header .navbar-wrapper nav#navbar .uk-navbar-right {
  display: flex;
  align-items: center;
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar .uk-navbar-right {
  position: relative;
}
@media (max-width: 959px) {
  header#nav-header.anchor-header .navbar-wrapper nav#navbar .uk-navbar-right {
    position: relative;
  }
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar .uk-navbar-right .heightmatchContainer {
  display: block;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  right: 0;
  top: 0;
  transform: translateY(0);
  transition: all 0.35s ease-in-out;
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav {
  align-items: flex-start;
  margin-top: 0;
  transition: margin-top 0.35s ease-in-out;
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li {
  display: flex;
  align-items: flex-start;
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
  display: block;
  min-height: inherit;
  position: relative;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #0D334D;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
@media (max-width: 639px) {
  header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(14px, 14px + (2) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(16px, 16px + (-2) * (100vw - 640px) / 320, 14px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(14px, 14px + (0) * (100vw - 1367px) / 553, 18.2px);
  }
}
@media (min-width: 1921px) {
  header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
    font-size: clamp(14px, 14px + (4.2) * (100vw - 1920px) / 1280, 18.2px);
  }
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link:hover {
  text-decoration: none;
  color: #0D334D;
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link:hover::before {
  width: 100%;
  border-color: rgba(13, 51, 77, 0.5);
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  border-bottom: 1px solid rgba(13, 51, 77, 0);
  transition: width 0.35s cubic-bezier(0.75, 0, 0.25, 1), border-color 0.25s ease-in-out;
}
header#nav-header.anchor-header .navbar-wrapper nav#navbar ul.uk-navbar-nav .uk-active a.nav-link::before {
  transition: border-color 0.25s ease-in-out;
  width: 100%;
}
header#nav-header.anchor-header .navbar-wrapper .logo-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
header#nav-header.anchor-header .navbar-wrapper .uk-logo {
  position: relative;
  color: #0D334D;
  transition: color 0.35s ease-in-out, padding-top 0.35s ease-in-out;
}

.language-mobile {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}

#sidenav {
  width: 100vw;
  height: 100svh;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D334D;
  z-index: 5;
  transform: translateX(100%);
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
#sidenav .sidenav-inner {
  padding: 40px;
  width: auto;
  height: auto;
}
#sidenav .sidenav-inner .uk-nav li {
  text-align: center;
}
#sidenav .sidenav-inner .uk-nav li a.nav-link {
  font-size: 2em !important;
  display: block;
  min-height: inherit;
  text-align: center;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 300 !important;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(20px);
  letter-spacing: 0.02em !important;
  color: #fff !important;
  transition: all 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 639px) {
  #sidenav .sidenav-inner .uk-nav li a.nav-link {
    font-size: 1.5em !important;
  }
}
#sidenav .sidenav-inner .uk-nav .uk-active a.nav-link {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5);
          text-decoration-color: rgba(255, 255, 255, 0.5);
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
}
#sidenav .sidenav-inner .show-nav-link {
  opacity: 1 !important;
  transform: translateY(0px) !important;
}

.nav-open {
  transform: translateX(0) !important;
}

.nav-item-light .logo-light {
  display: block;
}
.nav-item-light .logo-dark {
  display: none !important;
}

.nav-item-dark .logo-light {
  display: none !important;
}
.nav-item-dark .logo-dark {
  display: block;
}

.nav-header-dark .language-button .language-selector a {
  color: #0D334D !important;
}
.nav-header-dark .language-button .language-selector a:hover {
  color: #0D334D !important;
}
.nav-header-dark .language-button .language-selector a::before {
  border-bottom: 1px solid rgba(13, 51, 77, 0.5);
}
.nav-header-dark .language-button .language-selector .uk-active {
  color: #0D334D !important;
}

.nav-scroll {
  background-color: #0D334D !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 959px) {
  .nav-scroll {
    padding-top: 40px !important;
  }
}
@media (max-width: 639px) {
  .nav-scroll {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.nav-scroll .navbar-wrapper nav#navbar .uk-logo {
  color: #fff !important;
  padding-top: 0px !important;
}
.nav-scroll .navbar-wrapper nav#navbar .uk-logo .revisionenImg {
  opacity: 0 !important;
}
.nav-scroll .navbar-wrapper nav#navbar .uk-logo svg {
  width: 10vw;
  color: #fff !important;
}
@media (max-width: 959px) {
  .nav-scroll .navbar-wrapper nav#navbar .uk-logo svg {
    width: 25vw;
    padding-top: 0px;
  }
}
@media (max-width: 639px) {
  .nav-scroll .navbar-wrapper nav#navbar .uk-logo svg {
    width: 32vw;
  }
}
.nav-scroll .navbar-wrapper nav#navbar .uk-navbar-left,
.nav-scroll .navbar-wrapper nav#navbar .uk-navbar-right {
  padding-top: 0px !important;
}
.nav-scroll .navbar-wrapper nav#navbar .uk-navbar-right .heightmatchContainer {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.nav-scroll .navbar-wrapper nav#navbar ul.uk-navbar-nav {
  margin-top: 0px !important;
}
@media (max-width: 959px) {
  .nav-scroll .navbar-wrapper nav#navbar ul.uk-navbar-nav {
    margin-top: 0px !important;
  }
}
@media (max-width: 639px) {
  .nav-scroll .navbar-wrapper nav#navbar ul.uk-navbar-nav {
    margin-top: 0px !important;
  }
}
.nav-scroll .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link {
  color: #fff !important;
}
.nav-scroll .navbar-wrapper nav#navbar ul.uk-navbar-nav li a.nav-link::before {
  border-color: #fff !important;
}
@media (max-width: 639px) {
  .nav-scroll #menu-toggle {
    margin-top: 0%;
  }
}

body.scroll-locked .animation-preserved {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}

body.scroll-locked .uk-scrollspy-inview,
body.scroll-locked [class*=uk-animation-] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: none !important;
}
body.scroll-locked .gsap-animation-scale-up .animate,
body.scroll-locked .gsap-animation-slice-in .animate,
body.scroll-locked .gsap-animation-text-splitter-line .animate,
body.scroll-locked .gsap-animation-image-scale-in .animate {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
body.scroll-locked .split-line,
body.scroll-locked .split-line-mobile,
body.scroll-locked .split-char,
body.scroll-locked .line-wrapper {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.language-button .language-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.language-button .language-selector a {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #0D334D;
  transition: color 0.35s ease-in-out;
  letter-spacing: 0.02em;
  line-height: 1.15;
}
@media (max-width: 639px) {
  .language-button .language-selector a {
    font-size: clamp(14px, 14px + (2) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .language-button .language-selector a {
    font-size: clamp(16px, 16px + (-2) * (100vw - 640px) / 320, 14px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .language-button .language-selector a {
    font-size: 14px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .language-button .language-selector a {
    font-size: clamp(14px, 14px + (0) * (100vw - 1367px) / 553, 18.2px);
  }
}
@media (min-width: 1921px) {
  .language-button .language-selector a {
    font-size: clamp(14px, 14px + (4.2) * (100vw - 1920px) / 1280, 18.2px);
  }
}
.language-button .language-selector a:hover {
  text-decoration: none;
  color: #0D334D;
}
.language-button .language-selector a:hover::before {
  width: 100%;
}
.language-button .language-selector a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  border-bottom: 1px solid rgba(13, 51, 77, 0.5);
  transition: width 0.35s ease-in-out;
}
.language-button .language-selector .uk-active {
  color: #0D334D;
}
.language-button .language-selector .uk-active::before {
  width: 100%;
}
.language-button .language-selector a:last-child::after {
  content: "";
  margin: 0;
}

.language-mobile {
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language-mobile .language-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.language-mobile .language-selector a {
  font-size: 0.8em;
}

.nav-scroll .language-button .language-selector a {
  color: #fff !important;
}
.nav-scroll .language-button .language-selector a::before {
  border-color: #fff !important;
}
.nav-scroll .language-button .language-selector a:hover {
  text-decoration: none;
  color: #fff !important;
}
.nav-scroll .language-button .language-selector a:hover::before {
  width: 100%;
}
.nav-scroll .language-button .language-selector .uk-active {
  color: #fff !important;
}
.nav-scroll .language-button .language-selector .uk-active::before {
  border-color: #fff !important;
}

#sidenav .language-button .language-selector a {
  color: #fff !important;
}
#sidenav .language-button .language-selector a::before {
  border-color: #fff !important;
}

.no-opacity {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.ajax-content {
  min-height: 100vh;
  transition: opacity 0.3s ease-in-out;
}

#ajax-loader {
  width: 0;
  height: 100svh;
  transition: width 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #A09D9B;
  position: fixed;
  top: 0;
  left: clamp(100px, 7.825vw, 200px);
  z-index: 9999;
  pointer-events: none;
}
@media (max-width: 959px) {
  #ajax-loader {
    left: 0 !important;
  }
}

#ajax-loader.active {
  width: calc(100vw - clamp(100px, 7.825vw, 200px));
  left: clamp(100px, 7.825vw, 200px);
}
@media (max-width: 959px) {
  #ajax-loader.active {
    width: 100vw !important;
    left: 0 !important;
  }
}

#ajax-loader.hide {
  width: 0;
  left: 100vw;
  transition: width 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1), left 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
@media (max-width: 959px) {
  #ajax-loader.hide {
    width: 0vw !important;
    left: 100vw !important;
  }
}

#main-container {
  transition: opacity 0.3s ease-in-out;
}

#main-container.is-loading {
  opacity: 0 !important;
  pointer-events: none;
}

#ajax-container {
  transition: opacity 0.3s ease-in-out;
}

#ajax-container.is-loading {
  opacity: 0 !important;
}

.spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background-color: #0D334D;
  z-index: 9999;
  transition: transform 1.2s linear(0, 0.0029 13.8%, 0.0184 21.9%, 0.0339 25.51%, 0.0551 28.81%, 0.0827 31.88%, 0.1168 34.76%, 0.1962 39.57%, 0.3005 44.02%, 0.4084 47.53%, 0.6242 53.45%, 0.7493 57.93%, 0.8495 62.97%, 0.8888 65.67%, 0.9213 68.51%, 0.9629 73.9%, 0.9876 80.16%, 0.998 87.5%, 1);
}
.spinner #spinner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spinner #spinner-background .loader-logo {
  width: 100%;
  max-width: 21.26vw;
  min-width: 350px;
}
@media (max-width: 959px) {
  .spinner #spinner-background .loader-logo {
    max-width: 40vw;
    min-width: 250px;
  }
}
@media (max-width: 639px) {
  .spinner #spinner-background .loader-logo {
    max-width: 60vw;
    min-width: 150px;
  }
}
.spinner #spinner-background .loader-logo svg {
  width: 100%;
  height: 100%;
}

#smooth-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

footer#footer {
  margin-top: auto;
}
footer#footer .footer-section {
  width: 100%;
  background-color: #0D334D;
  padding-top: clamp(100px, 6.56vw, 140px);
  padding-bottom: clamp(46px, 2.39vw, 60px);
}
@media (max-width: 959px) {
  footer#footer .footer-section {
    padding-top: clamp(46px, 2.39vw, 60px);
    padding-bottom: clamp(46px, 2.39vw, 60px);
  }
}
@media (max-width: 639px) {
  footer#footer .footer-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
  display: flex;
  color: #fff;
  width: 100%;
  letter-spacing: 0.02em;
  letter-spacing: 0.038em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(12px, 12px + (0) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(12px, 12px + (0) * (100vw - 1367px) / 553, 18px);
  }
}
@media (min-width: 1921px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner {
    font-size: clamp(12px, 12px + (6) * (100vw - 1920px) / 1280, 18px);
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
  color: #fff;
  letter-spacing: 0.038em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(10px, 10px + (2) * (100vw - 320px) / 320, 12px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(12px, 12px + (0) * (100vw - 640px) / 320, 12px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: 12px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(12px, 12px + (0) * (100vw - 1367px) / 553, 18px);
  }
}
@media (min-width: 1921px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a {
    font-size: clamp(12px, 12px + (6) * (100vw - 1920px) / 1280, 18px);
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner a:hover {
  color: #fff !important;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.5) !important;
          text-decoration-color: rgba(255, 255, 255, 0.5) !important;
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .size-m {
  letter-spacing: 0.01em;
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
  width: 100%;
  letter-spacing: 0.038em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    font-size: clamp(16px, 16px + (2) * (100vw - 320px) / 320, 18px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    font-size: clamp(18px, 18px + (2) * (100vw - 640px) / 320, 20px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    font-size: 20px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    font-size: clamp(20px, 20px + (2) * (100vw - 1367px) / 553, 28.6px);
  }
}
@media (min-width: 1921px) {
  footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner .footer-repeater-items {
    font-size: clamp(22px, 22px + (6.6) * (100vw - 1920px) / 1280, 28.6px);
  }
}
footer#footer .footer-section .footer-container .footer-widgets .footer-widget .footer-widget-inner *:last-child {
  margin-bottom: 0;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
  align-self: flex-start;
}
.social-icons a.uk-icon-link {
  width: 1.8rem;
  height: 1.8rem;
  color: #fff;
  transform: scale(1);
  transition: color 0.35s cubic-bezier(0.75, 0, 0.25, 1), transform 0.35s cubic-bezier(0.75, 0, 0.25, 1);
}
@media (max-width: 959px) {
  .social-icons a.uk-icon-link {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 639px) {
  .social-icons a.uk-icon-link {
    width: 1rem;
    height: 1rem;
  }
}
.social-icons a.uk-icon-link:hover {
  color: #CBD3CF;
  transform: scale(1.1) !important;
}
.social-icons a.uk-icon-link svg {
  width: 100%;
  height: 100%;
}

.uk-slideshow {
  background-color: #0D334D;
}
.uk-slideshow .uk-slideshow-items {
  height: 100vh;
}
@media (max-width: 959px) {
  .uk-slideshow .uk-slideshow-items {
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media (max-width: 639px) {
  .uk-slideshow .uk-slideshow-items {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.uk-slideshow .uk-slideshow-items li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.38) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.header-caption {
  padding: 7.8125vw 0;
}
@media (max-width: 959px) {
  .header-caption {
    padding: 12.5130344108vw 0;
  }
}
@media (max-width: 639px) {
  .header-caption {
    padding: 15.6494522692vw 0;
  }
}
.header-caption .header-text p,
.header-caption .header-text h1,
.header-caption .header-text h2,
.header-caption .header-text h3,
.header-caption .header-text h4,
.header-caption .header-text h5,
.header-caption .header-text h6 {
  color: #fff;
}

.caption-wrapper {
  width: 100%;
}
.caption-wrapper p,
.caption-wrapper h1,
.caption-wrapper h2,
.caption-wrapper h3,
.caption-wrapper h4,
.caption-wrapper h5,
.caption-wrapper h6 {
  color: #0D334D;
}
.caption-wrapper .header-text {
  width: 100%;
}

#verticalGsapSlider {
  width: 100%;
  height: 100svh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 959px) {
  #verticalGsapSlider {
    height: calc(var(--vh, 1vh) * 100);
  }
}
#verticalGsapSlider .overlay-underlay {
  display: none;
}
#verticalGsapSlider .vs-dotnav {
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 10;
}
#verticalGsapSlider .vs-dotnav .dot {
  width: 26px;
  height: 1px;
  border-radius: 2px;
  cursor: pointer;
  padding: 8px 0;
}
#verticalGsapSlider .vs-dotnav .dot .dot-inner {
  width: 100%;
  height: 1px;
  height: 1px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
  transition: background 0.3s;
}
#verticalGsapSlider .vs-dotnav .dot.active .dot-inner {
  background: #fff;
}
#verticalGsapSlider .slider-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
}
#verticalGsapSlider .slider-wrapper .vs-slide {
  height: 100svh;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: z-index 0.3s;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner {
  width: 100%;
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-image-wrapper {
  width: 100%;
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container {
  height: 100%;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid {
  height: 100%;
  position: relative;
}
#verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
  width: 50%;
}
@media (max-width: 959px) {
  #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
    width: 100%;
  }
}
@media (max-width: 639px) {
  #verticalGsapSlider .slider-wrapper .vs-slide .vs-inner .vs-caption .uk-container .uk-grid .caption-wrapper {
    width: 100%;
  }
}

.vs-caption a,
.text-wrapper a {
  pointer-events: auto;
  position: relative;
}

.instagram-section * + .uk-grid-margin, .instagram-section .uk-grid + .uk-grid, .instagram-section .uk-grid > .uk-grid-margin {
  margin-top: 15px;
}
.instagram-section .carousel .uk-grid-margin {
  margin-top: 0;
}

.instaSlider {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items div[role=group] {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
.instaSlider .uk-slider-items img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

#instaModal .instaSlideshow {
  width: 80vw !important;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow {
    aspect-ratio: unset;
    width: calc(100vw - 80px) !important;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 80px) !important;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow .uk-slideshow-items {
    aspect-ratio: unset;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items li {
  height: 100%;
  aspect-ratio: 5/3;
}
@media (max-width: 639px) {
  #instaModal .instaSlideshow .uk-slideshow-items li {
    aspect-ratio: unset;
  }
}
#instaModal .instaSlideshow .uk-slideshow-items li .uk-grid {
  height: 100%;
}
#instaModal .uk-icon {
  color: #a7af9d !important;
}
#instaModal .uk-modal-dialog {
  background-color: rgba(0, 0, 0, 0.75);
}
#instaModal .uk-modal-close-full {
  background-color: transparent;
}
#instaModal .instaSlideshow {
  width: 100%;
  height: auto;
}
#instaModal .instaText {
  background-color: #fff;
  height: 100%;
}
#instaModal .instaMedia {
  background-color: #000;
  height: 100%;
}
@media (max-width: 639px) {
  #instaModal .instaMedia {
    height: 50%;
  }
}
#instaModal .instaMedia .instaMediaWrapper {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
}
#instaModal .instaMedia .instaMediaWrapper img, #instaModal .instaMedia .instaMediaWrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 639px) {
  #instaModal .instaDescription {
    height: 50%;
    margin-top: 0;
  }
  #instaModal .instaDescription .instaText {
    overflow-y: auto;
  }
}

@media (max-width: 639px) {
  .uk-position-center-left-out.uk-position-small {
    margin-right: 5px;
  }
}

@media (max-width: 639px) {
  .uk-position-center-right-out.uk-position-small {
    margin-left: 5px;
  }
}

.employee-section .employees .employee-wrapper .image-wrapper {
  aspect-ratio: 1/1.2725;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image img {
  transform: scale(1.1);
  transition: transform 0.35s cubic-bezier(0.75, 0, 0.25, 1);
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .visible-part {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 8.58% 1.5rem;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .visible-part .name {
  margin-bottom: 1rem;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper {
  padding: 8.58%;
  background-color: #ffffff;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content {
  color: #0D334D;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content p {
  color: #0D334D;
  line-height: 1.43;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content a {
  position: relative;
  display: inline-table;
  color: #0D334D !important;
  line-height: 1.64 !important;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0D334D;
  transition: width 0.25s ease-in-out;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content a:hover {
  color: #0D334D !important;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .employee-info .overlay-wrapper .overlay-content a:hover::after {
  width: 0;
}
.employee-section .employees .employee-wrapper .image-wrapper .main-image .show-info {
  transform: translateY(0) !important;
}
.employee-section .employees .employee-wrapper .image-wrapper .active-image img {
  transform: scale(1);
}
.employee-section .partner-design .employee-wrapper .image-wrapper .main-image img {
  filter: grayscale(100%);
}

.cv-table {
  width: 100%;
  border-collapse: collapse;
}
.cv-table th,
.cv-table td {
  text-align: left;
}

.show-overlay {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  align-self: flex-end;
  margin-top: -1rem;
  background-color: rgba(0, 0, 0, 0.00001);
  cursor: pointer;
}
.show-overlay .top,
.show-overlay .bottom {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: #fff;
  transition: opacity 0.35s ease-in-out;
}
.show-overlay .top {
  transform: rotate(0deg);
}
.show-overlay .bottom {
  transform: rotate(90deg);
}

.show-overlay.active .bottom {
  opacity: 0;
}

.info-underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 100%);
}

.FormBuilder form input,
.FormBuilder form .uk-input,
.FormBuilder form .uk-textarea {
  font-family: "minion-3-display", serif;
  border: 0;
  border-bottom: 1px solid rgba(52, 49, 47, 0.5);
  padding: 0;
  transition: 0.25s ease-in-out;
  transition-property: color, background-color, border;
  font-size: 16px;
  font-weight: 200;
  color: #0D334D;
  border: none;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form input,
  .FormBuilder form .uk-input,
  .FormBuilder form .uk-textarea {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
  color: #0D334D;
  letter-spacing: 0.01em;
  line-height: 1.27;
}
.FormBuilder form input::placeholder,
.FormBuilder form .uk-input::placeholder,
.FormBuilder form .uk-textarea::placeholder {
  color: #0D334D;
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: 18px;
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form input::-moz-placeholder, .FormBuilder form .uk-input::-moz-placeholder, .FormBuilder form .uk-textarea::-moz-placeholder {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
  .FormBuilder form input::placeholder,
  .FormBuilder form .uk-input::placeholder,
  .FormBuilder form .uk-textarea::placeholder {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.FormBuilder form input[type=text],
.FormBuilder form input[type=email],
.FormBuilder form input[type=tel],
.FormBuilder form input[type=number],
.FormBuilder form input[type=date],
.FormBuilder form input[type=time],
.FormBuilder form input[type=search],
.FormBuilder form input[type=password],
.FormBuilder form input[type=url],
.FormBuilder form input[type=color],
.FormBuilder form input[type=range],
.FormBuilder form input[type=file],
.FormBuilder form .uk-textarea {
  font-family: "minion-3-display", serif;
  background-color: transparent;
}
.FormBuilder form .uk-form-label {
  font-family: "minion-3-display", serif;
  color: transparent;
  transition: color 0.25s ease-in-out;
}
.FormBuilder form input[type=checkbox],
.FormBuilder form .uk-checkbox {
  font-family: "minion-3-display", serif;
  border-radius: 50% !important;
  margin-top: 0 !important;
}
.FormBuilder form .uk-checkbox:checked,
.FormBuilder form .uk-checkbox:indeterminate,
.FormBuilder form .uk-radio:checked {
  font-family: "minion-3-display", serif;
  background-color: transparent !important;
  border-color: #A09D9B !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20fill%3D%22%23474747%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%222%22%20%2F%3E%0A%3C%2Fsvg%3E") !important;
}
.FormBuilder form .uk-checkbox,
.FormBuilder form .uk-radio {
  font-family: "minion-3-display", serif;
  border: 1px solid #A09D9B !important;
  color: #0D334D !important;
  margin-right: 10px !important;
}
.FormBuilder form .InputfieldRadiosStacked label,
.FormBuilder form .InputfieldRadiosStacked .uk-label {
  font-family: "minion-3-display", serif;
  color: #0D334D !important;
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form .InputfieldRadiosStacked label,
  .FormBuilder form .InputfieldRadiosStacked .uk-label {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.FormBuilder form .pw-no-select {
  font-family: "minion-3-display", serif;
  color: #0D334D !important;
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form .pw-no-select {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form .pw-no-select {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.FormBuilder form label,
.FormBuilder form .uk-label {
  font-family: "minion-3-display", serif;
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form label,
  .FormBuilder form .uk-label {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.FormBuilder form button[type=submit] {
  font-family: "minion-3-display", serif;
  background-color: transparent;
  text-transform: none;
  padding: 0;
  display: inline-block;
  position: relative;
  color: #0D334D;
  margin-top: 1rem;
  transition: color 0.25s ease-in-out, letter-spacing 0.25s ease-in-out;
  letter-spacing: 0.01em;
  line-height: 1.27;
}
@media (max-width: 639px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(16px, 16px + (0) * (100vw - 320px) / 320, 16px);
  }
}
@media (min-width: 640px) and (max-width: 959px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(16px, 16px + (2) * (100vw - 640px) / 320, 18px);
  }
}
@media (min-width: 960px) and (max-width: 1366px) {
  .FormBuilder form button[type=submit] {
    font-size: 18px;
  }
}
@media (min-width: 1367px) and (max-width: 1920px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(18px, 18px + (0) * (100vw - 1367px) / 553, 23.4px);
  }
}
@media (min-width: 1921px) {
  .FormBuilder form button[type=submit] {
    font-size: clamp(18px, 18px + (5.4) * (100vw - 1920px) / 1280, 23.4px);
  }
}
.FormBuilder form button[type=submit]::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -2.5rem;
  transform: translateY(-50%);
  transform-origin: left center;
  width: 32px;
  height: 32px;
  background-image: url(../img/button-arrow-dark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1rem;
  transition: width 0.25s ease-in-out, right 0.25s ease-in-out;
}
.FormBuilder form button[type=submit]:hover {
  color: #0D334D;
  text-decoration: none;
  letter-spacing: 0.01em;
}

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