@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  outline: 0 none;
  border: 0 none;
  padding: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
body {
  margin: 0;
  line-height: 1.5;
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
hr {
  margin: 1rem 0;
  border: 0;
  opacity: 0.25;
  color: inherit;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 500;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 0.75em;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:not([href]),
a:not([href]):hover {
  text-decoration: none;
  color: inherit;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
}
pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  word-break: normal;
  color: inherit;
}
code {
  font-size: 0.875em;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  border-radius: 0.2rem;
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  caption-side: bottom;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  margin: 0;
  min-width: 0;
  border: 0;
  padding: 0;
}
legend {
  margin-bottom: 0.5rem;
  width: 100%;
  padding: 0;
  float: left;
  line-height: inherit;
  font-size: 1.5rem;
  white-space: normal;
  color: inherit;
}
mark {
  padding: 0.2em;
}
progress {
  vertical-align: baseline;
}
::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
main {
  display: block;
}
[hidden] {
  display: none !important;
}
select:-moz-focusring {
  text-shadow: 0 0 0 #000;
  color: transparent;
}
select {
  background: transparent;
}
a:focus,
button:focus,
input:focus,
select:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
}
a,
a:visited {
  color: inherit;
}
:root {
  --primary-font-family: "Frutiger", sans-serif;
  --secondary-font-family: "Frutiger", sans-serif;
  --tertiary-font-family: "Frutiger", sans-serif;
  --mono-font-family: MonoFontFamily;
  --base-color: #fff;
  --base-color-200: #666;
  --base-color-300: #999;
  --base-color-400: #ccc;
  --base-color-600: #fff;
  --base-color-700: #fff;
  --base-color-800: #fff;
  --base-contrast-color: #000;
  --neutral-color: #808080;
  --neutral-color-50: #0d0d0d;
  --neutral-color-100: #1a1a1a;
  --neutral-color-150: #262626;
  --neutral-color-200: #333;
  --neutral-color-250: #404040;
  --neutral-color-300: #4d4d4d;
  --neutral-color-350: #5a5a5a;
  --neutral-color-400: #666;
  --neutral-color-450: #737373;
  --neutral-color-600: #999;
  --neutral-color-650: #a6a6a6;
  --neutral-color-700: #b3b3b3;
  --neutral-color-750: #c0c0c0;
  --neutral-color-800: #ccc;
  --neutral-color-850: #d9d9d9;
  --neutral-color-900: #e6e6e6;
  --neutral-color-950: #f2f2f2;
  --neutral-contrast-color: #000;
  --primary-color: #4f4f4f;
  --primary-color-200: #202020;
  --primary-color-300: #2f2f2f;
  --primary-color-400: #3f3f3f;
  --primary-color-600: #727272;
  --primary-color-700: #959595;
  --primary-color-800: #b9b9b9;
  --primary-contrast-color: #000;
  --secondary-color: #4f4f4f;
  --secondary-color-200: #202020;
  --secondary-color-300: #2f2f2f;
  --secondary-color-400: #3f3f3f;
  --secondary-color-600: #727272;
  --secondary-color-700: #959595;
  --secondary-color-800: #b9b9b9;
  --secondary-contrast-color: #000;
  --tertiary-color: #4f4f4f;
  --tertiary-color-200: #202020;
  --tertiary-color-300: #2f2f2f;
  --tertiary-color-400: #3f3f3f;
  --tertiary-color-600: #727272;
  --tertiary-color-700: #959595;
  --tertiary-color-800: #b9b9b9;
  --tertiary-contrast-color: #000;
  --accent-color: #fbbd23;
  --accent-color-200: #705102;
  --accent-color-300: #a97903;
  --accent-color-400: #e1a104;
  --accent-color-600: #fcca4f;
  --accent-color-700: #fdd77b;
  --accent-color-800: #fde5a7;
  --accent-contrast-color: #000;
  --info-color: #001f6a;
  --info-color-200: #000c2a;
  --info-color-300: #001340;
  --info-color-400: #001955;
  --info-color-600: #0037bb;
  --info-color-700: #0d53ff;
  --info-color-800: #5d8dff;
  --info-contrast-color: #000;
  --success-color: #359708;
  --success-color-200: #153c03;
  --success-color-300: #205b05;
  --success-color-400: #2a7906;
  --success-color-600: #4cda0c;
  --success-color-700: #73f437;
  --success-color-800: #a1f87a;
  --success-contrast-color: #000;
  --warning-color: #fbbd23;
  --warning-color-200: #705102;
  --warning-color-300: #a97903;
  --warning-color-400: #e1a104;
  --warning-color-600: #fcca4f;
  --warning-color-700: #fdd77b;
  --warning-color-800: #fde5a7;
  --warning-contrast-color: #000;
  --error-color: #e30047;
  --error-color-200: #5b001c;
  --error-color-300: #88002b;
  --error-color-400: #b60039;
  --error-color-600: #ff1d63;
  --error-color-700: #ff558a;
  --error-color-800: #ff8eb1;
  --error-contrast-color: #000;
  --tiny-button-border-radius: 0.5rem;
  --small-button-border-radius: 0.5rem;
  --button-border-radius: 0.5rem;
  --large-button-border-radius: 0.5rem;
  --big-button-border-radius: 0.5rem;
  --huge-button-border-radius: 0.5rem;
  --pill-button-border-radius: 100vmax;
  --tiny-button-padding: 0.125rem 0.25rem;
  --small-button-padding: 0.25rem 0.5rem;
  --button-padding: 0.5rem 1rem;
  --large-button-padding: 1rem 2rem;
  --big-button-padding: 1.5rem 3rem;
  --huge-button-padding: 2rem 4rem;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  background-color: #fff;
  color: #000;
}
body,
button,
input,
textarea {
  font-family: "Frutiger", sans-serif;
}
sup {
  position: relative;
  top: -0.7em;
  font-size: 0.5em;
  vertical-align: baseline;
}
table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-collapse: collapse;
}
table tr:first-child {
  font-size: var(--block-text-font-size);
  color: #2f2f2f;
}
td {
  border: 1px solid #888;
  padding: 0.5rem;
}
a,
a:link,
a:visited {
  color: #e30047;
}
a:active,
a:hover {
  color: #ee6690;
}
.extended-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.margin-left-auto\! {
  margin-left: auto !important;
}
.margin-right-auto\! {
  margin-right: auto !important;
}
.overflow-scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.overflow-scrollbar-hidden::-webkit-scrollbar {
  display: none;
}
.scroll-snap-type-y-mandatory {
  scroll-snap-type: mandatory;
  scroll-snap-type: y mandatory;
}
.scroll-snap-align-start {
  scroll-snap-align: start;
}
.scroll-snap-align-end {
  scroll-snap-align: end;
}
html {
  font-size: 1rem;
}
@media (min-width: 90em) {
  html {
    font-size: 1.1rem;
  }
}
@media (min-width: 100em) {
  html {
    font-size: 1.2rem;
  }
}
@media (min-width: 110em) {
  html {
    font-size: 1.3rem;
  }
}
@media (min-width: 120em) {
  html {
    font-size: 1.4rem;
  }
}
.scaled-button {
  cursor: pointer;
  transition: transform 0.25s ease;
}
.scaled-button:hover {
  transform: scale(1.1);
}
.zoomed-button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.zoomed-button::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: inherit;
  transition: transform 0.8s ease;
}
.zoomed-button:hover::after {
  transform: scale(1.05);
}
.zoomed-button > * {
  z-index: 1;
  position: relative;
}
.opacity-transition {
  opacity: 10%;
  transition: opacity 1.8s ease;
}
.opacity-transition.is-visible {
  opacity: 1;
}
.y-translation-opacity-transition {
  transform: translateY(10%);
  opacity: 0;
  transition: transform 1.8s ease, opacity 1.8s ease;
}
.y-translation-opacity-transition.is-visible {
  transform: translateY(0);
  opacity: 1;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.is-hidden {
  display: none !important;
}
.button {
  cursor: pointer;
}
.link-button {
  color: #e30047;
  cursor: pointer;
}
.link-button:hover {
  color: #ee6690;
}
.paragraph {
  min-height: 1em;
}
.paragraph + .paragraph {
  margin-top: 0.8em;
}
.linebreak {
  margin-bottom: 0.8em;
  display: block;
  content: "";
}
.white {
  color: #fff;
}
.black {
  color: #fff;
}
.red {
  color: #e30047;
}
.green {
  color: #359708;
}
.blue {
  color: #001f6a;
}
.orange {
  color: #fbbd23;
}
.text-50 {
  font-size: 0.5rem;
}
.text-60 {
  font-size: 0.6rem;
}
.text-70 {
  font-size: 0.7rem;
}
.text-80 {
  font-size: 0.8rem;
}
.text-90 {
  font-size: 0.9rem;
}
.text-100 {
  font-size: 1rem;
}
.text-125 {
  font-size: 1.25rem;
}
.text-150 {
  font-size: 1.5rem;
}
.text-175 {
  font-size: 1.75rem;
}
.text-200 {
  font-size: 2rem;
}
.title-1 {
  font-size: 2rem;
}
.title-2 {
  font-size: 1.75rem;
}
.title-3 {
  font-size: 1.5rem;
}
.title-4 {
  font-size: 1.25rem;
}
.dash-1 {
  margin-left: 1em;
}
.dash-2 {
  margin-left: 2em;
}
.dash-3 {
  margin-left: 3em;
}
.dash-4 {
  margin-left: 4em;
}
.dash-1::before,
.dash-2::before,
.dash-3::before,
.dash-4::before {
  position: absolute;
  transform: translateX(-0.9em);
  content: "-";
}
.bullet-1 {
  margin-left: 1em;
}
.bullet-2 {
  margin-left: 2em;
}
.bullet-3 {
  margin-left: 3em;
}
.bullet-4 {
  margin-left: 4em;
}
.bullet-1::before,
.bullet-2::before,
.bullet-3::before,
.bullet-4::before {
  position: absolute;
  transform: translateX(-1.2em);
  content: "\2022";
  color: #e30047;
}
.filled-bullet-1 {
  margin-left: 1em;
}
.filled-bullet-2 {
  margin-left: 2em;
}
.filled-bullet-3 {
  margin-left: 3em;
}
.filled-bullet-4 {
  margin-left: 4em;
}
.filled-bullet-1::before,
.filled-bullet-2::before,
.filled-bullet-3::before,
.filled-bullet-4::before {
  position: absolute;
  transform: translate(-1.25em, 0.25em);
  height: 1em;
  width: 1em;
  content: "";
  background: url("/static/image/base/blue_filled_bullet_icon.svg") no-repeat center center/contain;
}
.hollow-bullet-1 {
  margin-left: 1em;
}
.hollow-bullet-2 {
  margin-left: 2em;
}
.hollow-bullet-3 {
  margin-left: 3em;
}
.hollow-bullet-4 {
  margin-left: 4em;
}
.hollow-bullet-1::before,
.hollow-bullet-2::before,
.hollow-bullet-3::before,
.hollow-bullet-4::before {
  position: absolute;
  transform: translate(-1.25em, 0.25em);
  height: 1em;
  width: 1em;
  content: "";
  background: url("/static/image/base/blue_hollow_bullet_icon.svg") no-repeat center center/contain;
}
.checkmark-1 {
  padding-left: 1.5em;
}
.checkmark-2 {
  padding-left: 3.25em;
}
.checkmark-3 {
  padding-left: 5em;
}
.checkmark-4 {
  padding-left: 6.75em;
}
.checkmark-1::before,
.checkmark-2::before,
.checkmark-3::before,
.checkmark-4::before {
  position: absolute;
  transform: translate(-1.35em, 0.25em);
  margin-left: -0.2em;
  height: 1em;
  width: 1em;
  content: "";
  background: url("/static/image/base/green_checkmark_icon.svg") no-repeat center center/contain;
}
.view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  flex-shrink: 0;
}
.page {
  --page-margin: 1rem;
  --page-padding: 1rem;
  position: relative;
  height: auto;
  min-height: var(--viewport-height);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block {
  --block-margin: 1rem;
  --block-padding: 1rem;
  --block-title-font-size: 1.4rem;
  --block-teaser-font-size: 1.2rem;
  --block-subtitle-font-size: 1.2rem;
  --block-subtitle-2-font-size: 1.1rem;
  --block-subtitle-3-font-size: 1rem;
  --block-subtitle-4-font-size: 0.9rem;
  --block-text-font-size: 1rem;
  --block-helper-text-font-size: 0.875rem;
  --block-link-button-font-size: 1rem;
  --block-link-font-size: 0.875rem;
}
@media (min-width: 65em) {
  .block {
    --block-margin: 2rem;
    --block-padding: 2rem;
  }
}
.block-logo img {
  max-height: 5rem;
}
.block-helper-image img {
  width: 100%;
  object-fit: cover;
}
.block-title {
  margin-bottom: 0.5rem;
  font-size: var(--block-title-font-size);
  font-weight: 600;
  color: #001f6a;
}
.block-teaser {
  font-size: var(--block-teaser-font-size);
  font-weight: 400;
  color: #e30047;
}
.block-teaser + * {
  margin-top: 1em;
}
@media (min-width: 65em) {
  .block-teaser + * {
    margin-top: 2em;
  }
}
.block-subtitle {
  font-size: var(--block-subtitle-font-size);
  font-weight: 400;
  color: #001f6a;
}
.block-subtitle-2 {
  font-size: var(--block-subtitle-2-font-size);
  font-weight: 400;
  color: #001f6a;
}
.block-subtitle-3 {
  font-size: var(--block-subtitle-3-font-size);
  font-weight: 400;
  color: #001f6a;
}
.block-subtitle-4 {
  font-size: var(--block-subtitle-4-font-size);
  font-weight: 400;
  color: #001f6a;
}
.block-text {
  margin-bottom: 1rem;
  font-size: var(--block-text-font-size);
  color: #4f4f4f;
}
.block-text + * {
  margin-top: 1em;
}
@media (min-width: 65em) {
  .block-text + * {
    margin-top: 2em;
  }
}
.block-link {
  font-size: var(--block-text-font-size);
  color: #e30047;
  cursor: pointer;
}
.block-link:hover {
  color: #ee6690;
}
.block-link + * {
  margin-top: 1em;
}
@media (min-width: 65em) {
  .block-link + * {
    margin-top: 2em;
  }
}
.block-link-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.block-link-button {
  height: 3rem;
  padding: 1rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--block-link-button-font-size);
  white-space: nowrap;
  color: #e30047;
  user-select: none;
  cursor: pointer;
}
.block-helper-text {
  margin-top: 1rem;
  font-size: var(--block-helper-text-font-size);
  color: #000;
}
.block-row {
  --row-gap: 0;
  --column-gap: 0;
  --bar-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (min-width: 65em) {
  .block-row {
    flex-direction: row;
  }
}
@media (min-width: 65em) {
  .block-row.has-three-desktop-columns {
    flex-direction: row;
  }
}
.block-row > * {
  margin-top: 0 !important;
  border-top: 1px solid var(--bar-color);
  padding-top: calc(var(--row-gap) * 0.5);
  padding-bottom: calc(var(--row-gap) * 0.5);
  padding-left: 0;
  padding-right: 0;
  flex-grow: 1;
}
@media (min-width: 65em) {
  .block-row.has-three-desktop-columns > * {
    border-top: none;
    border-left: 1px solid var(--bar-color);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc(var(--column-gap) * 0.5);
    padding-right: calc(var(--column-gap) * 0.5);
    flex-basis: 33.333333%;
  }
}
.block-row > :first-child {
  border-top: none;
  border-left: none;
  padding-top: 0;
  padding-left: 0;
}
.block-row > :last-child {
  padding-bottom: 0;
  padding-right: 0;
}
.block-row.has-gray-bar {
  --bar-color: #dadada;
}
.block-grid {
  --row-gap: 0;
  --column-gap: 0;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  gap: var(--row-gap) var(--column-gap);
  justify-content: start;
  align-items: stretch;
}
.block-grid.has-auto-grow-columns {
  grid-template-columns: auto 1fr;
}
.block-grid.has-two-columns {
  grid-template-columns: 1fr 1fr;
}
.block-grid.has-three-columns {
  grid-template-columns: 1fr 1fr 1fr;
}
.block-grid.has-four-columns {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 35em) {
  .block-grid.has-two-tablet-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 35em) {
  .block-grid.has-three-tablet-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .block-grid.has-two-desktop-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .block-grid.has-three-desktop-columns {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 65em) {
  .block-grid.has-four-desktop-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.block-grid > * {
  margin-top: 0 !important;
}
.has-row-gap-25 {
  --row-gap: 0.25em;
}
.has-row-gap-50 {
  --row-gap: 0.5em;
}
.has-row-gap-100 {
  --row-gap: 1em;
}
.has-row-gap-200 {
  --row-gap: 2em;
}
.has-column-gap-25 {
  --column-gap: 0.25em;
}
.has-column-gap-50 {
  --column-gap: 0.5em;
}
.has-column-gap-100 {
  --column-gap: 1em;
}
.has-column-gap-200 {
  --column-gap: 2em;
}
.has-gap-25 {
  --row-gap: 0.25em;
  --column-gap: 0.25em;
}
.has-gap-50 {
  --row-gap: 0.5em;
  --column-gap: 0.5em;
}
.has-gap-100 {
  --row-gap: 1em;
  --column-gap: 1em;
}
.has-gap-200 {
  --row-gap: 2em;
  --column-gap: 2em;
}
.block-gallery {
  --gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.block-image {
  --image-height: 10rem;
  height: auto;
  width: 100%;
}
@media (min-width: 35em) {
  .block-image {
    height: var(--image-height);
    width: auto;
  }
}
.side-margined-container {
  margin-left: var(--page-padding);
  margin-right: var(--page-padding);
}
.margined-container {
  margin: var(--page-padding);
}
.side-padded-container {
  padding-left: var(--page-padding);
  padding-right: var(--page-padding);
}
.padded-container {
  padding: var(--page-padding);
}
.top-border {
  border-top: 1px solid #dadada;
}
.bottom-border {
  border-bottom: 1px solid #dadada;
}
.left-border {
  border-left: 1px solid #dadada;
}
.right-border {
  border-right: 1px solid #dadada;
}
.appearing-top-border {
  position: relative;
}
.appearing-top-border::before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  content: '';
  background-color: #dadada;
  transition: transform 1s ease-out 0.5s;
}
.appearing-top-border.is-visible::before,
.is-visible .appearing-top-border::before {
  transform: scaleX(1);
}
.appearing-bottom-border {
  position: relative;
}
.appearing-bottom-border::before {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: left;
  transform: scaleX(0);
  height: 1px;
  content: '';
  background-color: #dadada;
  transition: transform 1s ease-out 0.5s;
}
.appearing-bottom-border.is-visible::before,
.is-visible .appearing-bottom-border::before {
  transform: scaleX(1);
}
.appearing-left-border {
  position: relative;
}
.appearing-left-border::before {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform-origin: center;
  transform: scaleY(0);
  width: 1px;
  content: '';
  background-color: #dadada;
  transition: transform 1s ease-out 1s;
}
.appearing-left-border.is-visible::before,
.is-visible .appearing-left-border::before {
  transform: scaleY(1);
}
.appearing-right-border {
  position: relative;
}
.appearing-right-border::before {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform-origin: center;
  transform: scaleY(0);
  width: 1px;
  content: '';
  background-color: #dadada;
  transition: transform 1s ease-out 1s;
}
.appearing-right-border.is-visible::before,
.is-visible .appearing-right-border::before {
  transform: scaleY(1);
}
.appearing-left-image {
  position: relative;
  overflow: hidden;
}
.appearing-left-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
}
.appearing-left-image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  right: 100%;
  content: "";
  background: inherit;
  transition: right 1.5s ease-out, left 3s ease-out;
}
.appearing-left-image.is-visible::after,
.is-visible .appearing-left-image::after {
  left: 0;
  right: 0;
}
.appearing-left-image > * {
  z-index: 1;
  position: relative;
}
.appearing-right-image {
  position: relative;
  overflow: hidden;
}
.appearing-right-image::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #fff;
}
.appearing-right-image::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: 20%;
  content: "";
  background: inherit;
  transition: left 1.5s ease-out, right 3s ease-out;
}
.appearing-right-image.is-visible::after,
.is-visible .appearing-right-image::after {
  left: 0;
  right: 0;
}
.appearing-right-image > * {
  z-index: 1;
  position: relative;
}
.appearing-top-content > * {
  transform: translateY(-30vmin);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s, transform 3s cubic-bezier(0.22, 0.68, 0.04, 1.03);
}
.appearing-top-content.is-visible > *,
.is-visible .appearing-top-content > * {
  transform: translateY(0);
  opacity: 1;
}
.appearing-bottom-content > * {
  transform: translateY(30vmin);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s, transform 3s cubic-bezier(0.22, 0.68, 0.04, 1.03);
}
.appearing-bottom-content.is-visible > *,
.is-visible .appearing-bottom-content > * {
  transform: translateY(0);
  opacity: 1;
}
.appearing-left-content > * {
  transform: translateX(-60vw);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s, transform 3s cubic-bezier(0.22, 0.68, 0.04, 1.03);
}
.appearing-left-content.is-visible > *,
.is-visible .appearing-left-content > * {
  transform: translateX(0);
  opacity: 1;
}
.appearing-right-content > * {
  transform: translateX(60vw);
  opacity: 0;
  transition: opacity 1s ease-out 0.5s, transform 3s cubic-bezier(0.22, 0.68, 0.04, 1.03);
}
.appearing-right-content.is-visible > *,
.is-visible .appearing-right-content > * {
  transform: translateX(0);
  opacity: 1;
}
@font-face {
  font-family: "Frutiger";
  src: url("font/frutiger_bold.woff2") format("woff2"), url("font/frutiger_bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Frutiger";
  src: url("font/frutiger_roman.woff2") format("woff2"), url("font/frutiger_roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Frutiger";
  src: url("font/frutiger_italic.woff2") format("woff2"), url("font/frutiger_italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: block;
}
@font-face {
  font-family: "Frutiger";
  src: url("font/frutiger_black.woff2") format("woff2"), url("font/frutiger_black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: block;
}
.font-family-frutiger {
  font-family: "Frutiger", sans-serif;
}
.contact-page-heading {
  position: relative;
  min-height: var(--viewport-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-block-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 65em) {
  .page-block-container {
    flex-direction: row;
  }
}
.loader-page {
  z-index: 10000;
  position: fixed;
  height: var(--viewport-height);
  width: 100%;
  background: #fff;
}
body.is-appearing .loader-page {
  background: transparent;
}
.loader-page-slider {
  position: absolute;
  top: 0;
  bottom: 50vh;
  left: 0;
  right: 0;
  background: linear-gradient(#fff, #fff);
  background-size: auto var(--viewport-height);
  animation: loader-page-slider-appearing-animation 1s;
}
body.is-appearing .loader-page-slider {
  animation: loader-page-slider-disappearing-animation 1s forwards;
}
.loader-page-logo {
  --progress: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 15rem;
  width: 15rem;
  animation: loader-page-logo-appearing-animation 1s;
}
body.is-appearing .loader-page-logo {
  display: none;
}
.loader-page-logo-upper-slider {
  position: absolute;
  top: 0;
  bottom: var(--progress);
  left: 0;
  right: 0;
  overflow: hidden;
}
.loader-page-logo-lower-slider {
  position: absolute;
  top: calc(100% - var(--progress));
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.loader-page-logo-background {
  height: 15rem;
  width: 15rem;
}
.loader-page-logo-upper-slider .loader-page-logo-background {
  transform: translateY(0);
  background: url("/static/image/loader/initial_logo.svg") no-repeat center center/contain;
}
.loader-page-logo-lower-slider .loader-page-logo-background {
  transform: translateY(calc(0% - calc(100% - var(--progress))));
  background: url("/static/image/loader/final_logo.svg") no-repeat center center/contain;
}
@-moz-keyframes loader-page-slider-appearing-animation {
  0% {
    opacity: 0;
    background: linear-gradient(#fff, #fff);
  }
  100% {
    opacity: 1;
    background: linear-gradient(#fff, #fff);
  }
}
@-webkit-keyframes loader-page-slider-appearing-animation {
  0% {
    opacity: 0;
    background: linear-gradient(#fff, #fff);
  }
  100% {
    opacity: 1;
    background: linear-gradient(#fff, #fff);
  }
}
@-o-keyframes loader-page-slider-appearing-animation {
  0% {
    opacity: 0;
    background: linear-gradient(#fff, #fff);
  }
  100% {
    opacity: 1;
    background: linear-gradient(#fff, #fff);
  }
}
@keyframes loader-page-slider-appearing-animation {
  0% {
    opacity: 0;
    background: linear-gradient(#fff, #fff);
  }
  100% {
    opacity: 1;
    background: linear-gradient(#fff, #fff);
  }
}
@-moz-keyframes loader-page-slider-disappearing-animation {
  0% {
    bottom: 0;
  }
  100% {
    bottom: var(--viewport-height);
  }
}
@-webkit-keyframes loader-page-slider-disappearing-animation {
  0% {
    bottom: 0;
  }
  100% {
    bottom: var(--viewport-height);
  }
}
@-o-keyframes loader-page-slider-disappearing-animation {
  0% {
    bottom: 0;
  }
  100% {
    bottom: var(--viewport-height);
  }
}
@keyframes loader-page-slider-disappearing-animation {
  0% {
    bottom: 0;
  }
  100% {
    bottom: var(--viewport-height);
  }
}
@-moz-keyframes loader-page-logo-appearing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loader-page-logo-appearing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes loader-page-logo-appearing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loader-page-logo-appearing-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.adjacent-page-list {
  height: 20rem;
  display: flex;
}
.adjacent-page-list-button {
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
}
.adjacent-page-list-button-title {
  font-size: 1.5rem;
  color: #fff;
}
.article-carousel {
  position: relative;
  overflow-x: hidden;
}
.article-carousel-strip {
  position: relative;
  left: 0;
  margin: 0;
  width: 100%;
  display: flex;
}
.article-carousel-strip {
  height: var(--viewport-height);
}
.article-carousel-slide {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}
.article-carousel-slide-text {
  max-width: 40rem;
  font-size: 2rem;
  color: #fff;
}
.article-carousel-arrow {
  font-size: 4rem;
  color: #fff;
  cursor: pointer;
}
.article-carousel-left-arrow {
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
}
.article-carousel-right-arrow {
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}
.contact-form {
  position: relative;
  margin-top: 4rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  padding: 2rem;
  background-color: rgba(0,0,0,0.1);
}
.contact-form-row {
  display: flex;
}
.contact-form-row + .contact-form-row {
  margin-top: 1rem;
}
.contact-form-input {
  height: 3rem;
  width: 20rem;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
  text-align: center;
}
.contact-form-input:invalid,
.contact-form-input.is-invalid {
  border: 0.125rem solid #e30047;
  box-shadow: none;
}
.contact-form-input::placeholder {
  text-align: center;
  color: #808080;
}
.contact-form-textarea {
  height: 6rem;
  text-align: left;
  resize: none;
}
.contact-form-captcha-image {
  margin-left: 1rem;
  height: 3rem;
  border-radius: 0.5rem;
}
.contact-form-send-button {
  margin-left: auto;
  height: 3rem;
  border-radius: 0.5rem;
  padding: 0 2rem;
  display: inline-block;
  background: #999;
  line-height: 3rem;
  color: #fff;
  cursor: pointer;
}
.contact-form-thanks-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form-thanks-text {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.contact-map {
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 50vh;
  width: 100%;
}
.contact-map > * {
  display: none;
}
.cookie-consent-banner {
  z-index: 10000;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  max-width: 20rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0.25rem 0.5rem rgba(128,128,128,0.5);
  font-size: 0.9rem;
  color: #333;
}
.cookie-consent-banner.is-wide {
  max-width: 30rem;
}
.cookie-consent-banner .link {
  text-decoration: none;
  color: #e30047;
}
.cookie_consent-banner .link:hover {
  color: #ee6690;
}
.cookie-consent-banner-title {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #333;
}
.cookie-consent-banner-text {
  color: #333;
}
.cookie-consent-banner-text.is-small {
  font-size: 0.8rem;
}
.cookie-consent-banner-button-list {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 35em) {
  .cookie-consent-banner.is-wide .cookie-consent-banner-button-list {
    flex-direction: row;
    justify-content: space-between;
  }
}
.cookie-consent-banner-button {
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  background-color: #001955;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cookie-consent-banner-button:hover {
  background-color: #001f6a;
  color: #fff;
}
.cookie-consent-banner-cookies-settings-button {
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  color: #808080;
}
.cookie-consent-banner-cookies-settings-button:hover {
  background-color: #fff;
  color: #808080;
}
.cookie-consent-button {
  z-index: 10000;
  position: fixed;
  bottom: 0.5rem;
  left: 0.5rem;
  height: 2rem;
  width: 2rem;
  opacity: 0.5;
  background: url("/static/image/cookie_consent/cookie_button.svg") no-repeat center center/contain;
  filter: drop-shadow(0 0.25rem 0.5rem rgba(0,0,0,0.4));
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.cookie-consent-button:hover {
  transform: scale(1.05);
  opacity: 1;
}
.cookie-consent-button-tooltip {
  position: absolute;
  top: 0.5rem;
  left: 2.5rem;
  padding: 0.125rem 0.25rem;
  display: none;
  opacity: 0;
  background-color: #000c2a;
  font-size: 0.6rem;
  white-space: nowrap;
  color: #fff;
  transition: opacity 0.25s ease;
}
.cookie-consent-button:hover .cookie-consent-button-tooltip {
  display: block;
  opacity: 1;
}
.cookie-consent-dialog-container {
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.2);
}
.cookie-consent-dialog {
  margin-left: 1rem;
  margin-right: 1rem;
  max-height: 80vh;
  max-width: 32rem;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #fff;
  font-size: 0.9rem;
  color: #333;
}
.cookie-consent-dialog .link {
  text-decoration: none;
  color: #e30047;
}
.cookie_consent-dialog .link:hover {
  color: #ee6690;
}
.cookie-consent-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.cookie-consent-dialog-header-image {
  height: 2rem;
  width: auto;
}
.cookie-consent-dialog-header-title {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}
.cookie-consent-dialog-header-close-button {
  height: 1rem;
  width: 1rem;
  background: url("/static/image/cookie_consent/close_icon.svg") no-repeat center center/contain;
  cursor: pointer;
  transition: transform 0.25s ease;
}
.cookie-consent-dialog-header-close-button:hover {
  transform: scale(1.1);
}
.cookie-consent-dialog-content {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #666;
}
.cookie-consent-dialog-description {
  font-size: 0.8rem;
  color: #666;
}
.cookie-consent-dialog-left-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: start;
}
.cookie-consent-dialog-right-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: end;
}
.cookie-consent-dialog-button {
  border-radius: 0.25rem;
  padding: 0.25rem 1rem;
  display: inline-block;
  background-color: #001955;
  color: #fff;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
.cookie-consent-dialog-button:hover {
  background-color: #001f6a;
  color: #fff;
}
.cookie-consent-dialog-setting-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cookie-consent-dialog-setting-list-title {
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
.cookie-consent-dialog-setting {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto 1fr auto;
  grid-template-areas: "title . value" "description description description";
  align-items: center;
}
.cookie-consent-dialog-setting-title-image {
  margin-right: 0.5rem;
  height: 0.5rem;
  width: auto;
}
.cookie-consent-dialog-setting-title {
  grid-area: title;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
}
.cookie-consent-dialog-setting-title:hover {
  color: #666;
}
.cookie-consent-dialog-setting-title.is-grayed {
  opacity: 0.6;
}
.cookie-consent-dialog-setting-title:hover .cookie-consent-dialog-setting-title-image {
  opacity: 0.8;
}
.cookie-consent-dialog-setting-value {
  grid-area: value;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: #359708;
}
.cookie-consent-dialog-setting-description {
  grid-area: description;
  border-radius: 0.5rem;
  padding: 1rem;
  background-color: #f2f2f2;
  font-size: 0.8rem;
  color: #666;
  cursor: pointer;
}
.cookie-consent-dialog-setting-switch {
  position: relative;
  height: 1.5rem;
  width: 2.5rem;
  display: inline-block;
}
.cookie-consent-dialog-setting-input {
  height: 0;
  width: 0;
  opacity: 0;
}
.cookie-consent-dialog-setting-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 1rem;
  background-color: #b3b3b3;
  cursor: pointer;
  transition: 0.4s;
}
.cookie-consent-dialog-setting-slider.is-readonly {
  cursor: not-allowed;
}
.cookie-consent-dialog-setting-slider:before {
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  content: "";
  background-color: #fff;
  transition: 0.4s;
}
.cookie-consent-dialog-setting-input:checked + .cookie-consent-dialog-setting-slider {
  background-color: #359708;
}
.cookie-consent-dialog-setting-input:checked + .cookie-consent-dialog-setting-slider:before {
  transform: translateX(1rem);
}
.footer {
  height: 3rem;
  border-top: 1px solid #dadada;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.footer-text {
  font-size: 1rem;
  color: #737373;
}
.header-menu {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  transition: background-color 0.25s ease;
}
body.is-scrolled .header-menu:not(.is-open) {
  background-color: rgba(0,0,0,0.3);
}
@media (max-width: 64.98em) {
  .header-menu.is-open {
    min-height: var(--viewport-height);
    background-color: rgba(0,0,0,0.5);
  }
}
.header-menu-button-container {
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (max-width: 64.98em) {
  .header-menu.is-open .header-menu-button-container {
    display: none;
  }
}
.header-menu-button {
  font-size: 1rem;
  color: #fff;
}
.header-menu-button.is-selected,
.header-menu-button.is-used {
  font-weight: 700;
}
.header-menu-button + .header-menu-button {
  margin-left: 1rem;
}
@media (max-width: 64.98em) {
  .header-menu-desktop-button {
    display: none;
  }
}
.header-menu-icon-button {
  height: 2rem;
  width: 2rem;
}
.header-menu-icon-button + .header-menu-icon-button {
  margin-left: 1rem;
}
.header-menu-open-button {
  margin-left: 1rem;
  background: url("/static/image/header/menu_button.svg") no-repeat center center/contain;
}
@media (min-width: 65em) {
  .header-menu-open-button {
    display: none;
  }
}
.header-menu-mobile-button-container {
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 64.98em) {
  .header-menu.is-open .header-menu-mobile-button-container {
    display: flex;
  }
}
.header-menu-mobile-button {
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 2rem;
  color: #fff;
}
.header-menu-mobile-button.is-selected,
.header-menu-mobile-button.is-active {
  font-weight: 700;
}
.header-menu-mobile-button + .header-menu-mobile-button {
  margin-top: 1rem;
}
.header-menu-close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: url("/static/image/header/close_button.svg") no-repeat center center/contain;
}
.image {
  max-height: var(--viewport-height);
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #fff;
}
@media (min-width: 65em) {
  .image {
    padding: 2rem;
  }
}
:root {
  --page-heading-height: clamp( 22rem, calc( var( --viewport-height ) * 0.8 ), 34rem );
  --page-heading-width: var(--viewport-width);
  --page-heading-width-aspect-ratio: var(--viewport-width-aspect-ratio);
  --page-heading-title-font-size: 1rem;
  --page-heading-teaser-font-size: 0.8rem;
  --page-heading-subtitle-font-size: 0.8rem;
  --page-heading-button-font-size: 0.8rem;
  --page-heading-footer-font-size: 0.6rem;
}
@media (min-width: 35em) {
  :root {
    --page-heading-title-font-size: 1.5rem;
    --page-heading-teaser-font-size: 1rem;
    --page-heading-subtitle-font-size: 1rem;
    --page-heading-footer-font-size: 1rem;
    --page-heading-button-font-size: 1rem;
  }
}
@media (min-width: 65em) {
  :root {
    --page-margin: 2rem;
    --page-padding: 2rem;
    --page-heading-title-font-size: 2rem;
    --page-heading-teaser-font-size: 1.5rem;
  }
}
.page-heading {
  position: relative;
  min-height: var(--page-heading-height);
  display: grid;
  grid-template-rows: 1rem 1fr auto 1rem auto;
  grid-template-columns: 1rem 1fr 1rem;
  background-position: 25% !important;
  grid-template-areas: ". . ." ". . ." ". content ." ". . ." ;;
}
@media (min-width: 65em) {
  .page-heading {
    grid-template-rows: 1rem 1fr 1rem auto;
    grid-template-columns: 1rem 1fr 1rem;
    background-position: unset !important;
    grid-template-areas: ". . ." ". content ." ". . ." ;;
  }
}
.page-heading-logo {
  margin-top: 1rem;
  height: 8rem;
  width: 8rem;
  background: url("/static/image/base/logo.svg") no-repeat center center/contain;
  background-color: #fff;
  background-size: 6rem;
}
.page-heading-background {
  --container-width-aspect-ratio: 1;
  --clip-path-width-aspect-ratio: var(--page-heading-width-aspect-ratio);
  --clip-path-basis: 0.53;
  --clip-path-scale: 0.12;
  --clip-path-top-width-ratio: calc(var(--clip-path-basis) + (var(--clip-path-scale) / var(--clip-path-width-aspect-ratio)));
  --clip-path-bottom-width-ratio: calc(var(--clip-path-basis) - (var(--clip-path-scale) / var(--clip-path-width-aspect-ratio)));
  --clip-path-top-position: calc(var(--viewport-width) * var(--clip-path-top-width-ratio));
  --clip-path-bottom-position: calc(var(--viewport-width) * var(--clip-path-bottom-width-ratio));
  grid-area: content;
  background: rgba(255,255,255,0.6);
  backdrop-filter: blur(0.5rem);
}
@media (min-width: 65em) {
  .page-heading-background {
    clip-path: polygon(var(--clip-path-top-position) 0, 100% 0, 100% 100%, var(--clip-path-bottom-position) 100%);
  }
}
.page-heading-content {
  grid-area: content;
  z-index: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media (min-width: 65em) {
  .page-heading-content {
    padding-left: 63%;
  }
}
.page-heading-content-title {
  max-width: 45rem;
  line-height: 1.2;
  font-size: var(--page-heading-title-font-size);
  color: #000;
}
.page-heading-content-title .block-subtitle {
  font-size: var(--page-heading-subtitle-font-size);
  color: #000;
}
.page-heading-content-teaser {
  max-width: 45rem;
  line-height: 1.2;
  font-size: var(--page-heading-teaser-font-size);
  color: #e30047;
}
.page-heading-content-teaser .block-subtitle {
  font-size: var(--page-heading-subtitle-font-size);
  color: #000;
}
.page-heading-content-title + .page-heading-content-teaser {
  margin-top: 1rem;
}
.page-heading-content-button {
  margin-top: 1rem;
  padding: 0.8rem 1.6rem;
  background-color: #e30047;
  font-size: var(--page-heading-button-font-size);
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
}
@media (min-width: 35em) {
  .page-heading-content-button {
    padding: 1rem 2rem;
  }
}
.page-padding {
  flex-grow: 1;
}
.scroll-down-reminder {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
body.is-scrolled .scroll-down-reminder {
  z-index: -1000;
  opacity: 0;
}
.scroll-down-reminder-text {
  line-height: 1rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.scroll-down-reminder-icon {
  margin-top: 1rem;
  height: 0.8rem;
  width: 0.8rem;
  opacity: 1;
  background: url("/static/image/base/scroll_down_icon.svg") no-repeat center center/contain;
  transition: all 0.25s ease;
  animation: scroll-down-reminder-icon-animation 1s ease infinite;
}
@keyframes scroll-down-reminder-icon-animation {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}
.scroll-top-button {
  z-index: 999;
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  overflow: visible;
  height: 3rem;
  width: 1.25rem;
  opacity: 1;
  background: url("/static/image/base/scroll_top_icon.svg") no-repeat center center/contain;
  cursor: pointer;
  transition: opacity 0.25s ease;
}
body:not(.is-scrolled) .scroll-top-button {
  opacity: 0;
  pointer-events: none;
}
.text {
  padding: var(--block-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #000;
}
.text-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
}
.text-content-top {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-and-image {
  display: grid;
  align-items: end;
}
.text-and-image.image-side-left {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media (min-width: 65em) {
  .text-and-image.image-side-left {
    grid-template-rows: 1fr;
    grid-template-columns: 55% 45%;
    grid-template-areas: "image text";
  }
}
.text-and-image.image-side-right {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  grid-template-areas: "image" "text";
}
@media (min-width: 65em) {
  .text-and-image.image-side-right {
    grid-template-rows: 1fr;
    grid-template-columns: 45% 55%;
    grid-template-areas: "text image";
  }
}
.text-and-image-text {
  grid-area: text;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 65em) {
  .text-and-image.image-side-left .text-and-image-text {
    padding-left: var(--block-padding);
  }
}
@media (min-width: 65em) {
  .text-and-image.image-side-right .text-and-image-text {
    padding-right: var(--block-padding);
  }
}
@media (min-width: 65em) {
  .text-and-image.image-side-left .text-and-image-image {
    padding-right: var(--block-padding);
  }
}
@media (min-width: 65em) {
  .text-and-image.image-side-right .text-and-image-image {
    padding-left: var(--block-padding);
  }
}
.text-and-image-text-container {
  height: 100%;
  max-width: 90%;
}
.text-and-image-image {
  grid-area: image;
  position: relative;
  height: 100%;
}
.text-and-image-image-image {
  position: relative;
  min-height: 100%;
  background-color: #ff0;
}
.text-and-image-image-image-carousel {
  position: absolute;
  overflow: hidden;
  inset: 0;
  display: flex;
  align-items: center;
}
.text-and-image-image-image-carousel-track {
  height: 100%;
  display: flex;
}
.text-and-image-image-image-carousel-track-image {
  height: 100%;
  width: 100%;
  flex-shrink: 0;
}
.text-and-image-image-image-legend {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
  background-color: rgba(255,255,255,0.5);
}
@media (min-width: 65em) {
  .text-and-image-image-image-legend {
    left: 1.5rem;
  }
}
.text-and-image-image-image-legend .block-title {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #001f6a;
}
.text-and-image-image-image-legend .block-teaser {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: #e30047;
}
.text-and-image-vertical {
  display: flex;
  flex-direction: column;
}
@media (min-width: 65em) {
  .text-and-image-vertical {
    flex-basis: 35%;
  }
}
.text-and-image-vertical-modal {
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
}
.text-and-image-vertical-modal-container {
  overflow: hidden;
  width: 90vw;
  border-radius: 0.5rem;
}
@media (min-width: 65em) {
  .text-and-image-vertical-modal-container {
    width: 120vh;
    max-width: 90vw;
  }
}
.text-and-image-vertical-modal-top {
  --button-size: 4vh;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.text-and-image-vertical-modal-top-button {
  z-index: 2;
  position: absolute;
  right: 0;
  height: var(--button-size);
  width: var(--button-size);
  border-radius: 0.5vh 1vh 0.5vh 0.5vh;
  display: flex;
  background-color: #e6e6e6;
  cursor: pointer;
}
@media (min-width: 65em) {
  .text-and-image-vertical-modal-top-button {
    border-radius: 0.5vh;
  }
}
.text-and-image-vertical-modal-top-button-image {
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  background: url("/static/image/base/gray_close_icon.svg") no-repeat center center/contain;
}
@media (min-width: 65em) {
  .text-and-image-vertical-modal-top-button-image {
    height: 2vh;
    width: 2vh;
  }
}
.text-and-gallery {
  display: flex;
}
@media (min-width: 65em) {
  .text-and-gallery {
    border-right: 1px solid #dadada;
    flex-basis: 65%;
  }
}
.text-and-gallery >div {
  width: 100%;
}
.text-and-gallery-items-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.text-and-gallery-item-text {
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #4f4f4f;
}
.text-and-gallery-item-text::before {
  transform: translate(0, 0.2em);
  margin-right: 0.5rem;
  height: 1em;
  width: 2em;
  display: inline-block;
  content: '';
  background: url("/static/image/base/red_right_arrow_icon.svg") no-repeat center right/contain;
}
.text-and-gallery-item-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 35em) {
  .text-and-gallery-item-container {
    flex-direction: row;
  }
}
.text-and-gallery-item-image {
  position: relative;
  flex: 1;
}
.text-and-gallery-item-helper-text {
  margin-top: 2rem;
  font-size: var(--block-title-font-size);
  font-weight: 600;
  color: #001f6a;
}
.text-and-gallery-item-modal {
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
}
.text-and-gallery-item-modal-container {
  overflow: hidden;
  width: 90vw;
  border-radius: 0.5rem;
}
@media (min-width: 65em) {
  .text-and-gallery-item-modal-container {
    width: 120vh;
    max-width: 90vw;
  }
}
.text-and-gallery-item-modal-top {
  --button-size: 4vh;
  position: relative;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.text-and-gallery-item-modal-top-button {
  z-index: 2;
  position: absolute;
  right: 0;
  height: var(--button-size);
  width: var(--button-size);
  border-radius: 0.5vh 1vh 0.5vh 0.5vh;
  display: flex;
  background-color: #e6e6e6;
  cursor: pointer;
}
@media (min-width: 65em) {
  .text-and-gallery-item-modal-top-button {
    border-radius: 0.5vh;
  }
}
.text-and-gallery-item-modal-top-button-image {
  margin: auto;
  height: 1.5rem;
  width: 1.5rem;
  background: url("/static/image/base/gray_close_icon.svg") no-repeat center center/contain;
}
@media (min-width: 65em) {
  .text-and-gallery-item-modal-top-button-image {
    height: 2vh;
    width: 2vh;
  }
}
.text-and-video {
  display: grid;
}
.text-and-video.video-side-left {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "video" "text";
}
@media (min-width: 65em) {
  .text-and-video.video-side-left {
    grid-template-rows: 1fr;
    grid-template-columns: 55% 45%;
    grid-template-areas: "video text";
  }
}
.text-and-video.video-side-right {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-template-areas: "text" "video";
}
@media (min-width: 65em) {
  .text-and-video.video-side-right {
    grid-template-rows: 1fr;
    grid-template-columns: 45% 55%;
    grid-template-areas: "text video";
  }
}
.text-and-video-text {
  grid-area: text;
  padding: var(--block-padding);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #000;
}
.text-and-video-video {
  grid-area: video;
  height: 100%;
}
.text-and-video-video-image {
  position: relative;
  min-height: 100%;
}
.text-and-video-video-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.video {
  position: relative;
  max-height: var(--viewport-height);
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #fff;
}
@media (min-width: 65em) {
  .video {
    padding: 2rem;
  }
}
.video-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
