@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 800;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 800;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  letter-spacing: 0.08rem;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
}

p {
  margin-top: 0;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 800;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 300;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/montserrat-v25-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/montserrat-v25-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/montserrat-v25-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../assets/fonts/montserrat-v25-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.bg-blue-radial-gradient {
  background: #349aeb;
  background: radial-gradient(circle, #349aeb 0%, #163880 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#349aeb",endColorstr="#163880",GradientType=1);
  color: white;
}

.bg-network-blue {
  background: url("/assets/img/network-cluster.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-network-blue::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #349aeb;
  background: radial-gradient(circle, #349aeb 0%, #163880 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#349aeb",endColorstr="#163880",GradientType=1);
}
.bg-network-blue {
  color: white;
}

.bg-network-blue-ani {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-network-blue-ani::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200%;
  width: 200%;
  background: linear-gradient(160deg, #349aeb 0%, #091a3b 75%, #091a3b 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: animateGradient 24s ease infinite;
}
.bg-network-blue-ani::after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0%;
  left: -10%;
  height: 110%;
  width: 110%;
  background: url("/assets/img/network-cluster.png") no-repeat center center;
  background-size: cover;
  animation: animateImage 60s linear infinite;
}
.bg-network-blue-ani {
  color: white;
}

@keyframes animateGradient {
  0% {
    transform: translate(0%, 0%);
  }
  25% {
    transform: translate(0%, -50%);
  }
  50% {
    transform: translate(-50%, -50%);
  }
  75% {
    transform: translate(-50%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes animateImage {
  0% {
    transform: translate(0%, 0%);
  }
  10% {
    transform: translate(2%, 4%);
  }
  20% {
    transform: translate(4%, 0%);
  }
  30% {
    transform: translate(6%, 0%);
  }
  40% {
    transform: translate(0%, 2%);
  }
  50% {
    transform: translate(4%, 6%);
  }
  60% {
    transform: translate(1%, 6%);
  }
  70% {
    transform: translate(6%, 8%);
  }
  80% {
    transform: translate(4%, 4%);
  }
  90% {
    transform: translate(1%, 3%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
.bg-network-light-blue {
  background: url("/assets/img/network-cluster-white.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-network-light-blue::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ebf5fd;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-network-light-blue {
  color: black;
}

.bg-sphere-blue {
  background: url("/assets/img/background-sphere.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-sphere-blue::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #349aeb;
  background: radial-gradient(circle, #349aeb 0%, #163880 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#349aeb",endColorstr="#163880",GradientType=1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-sphere-blue {
  color: white;
}

.link-effect-only-icon > i {
  transition: transform 0.25s ease-out;
  display: inline-block;
}
.link-effect-only-icon:hover > i, .link-effect-only-icon:active > i {
  transform: scale(1.2); /* Grow the icon on hover */
}
.link-effect-only-icon.link-anchor:hover > i, .link-effect-only-icon.link-anchor:active > i {
  transform: scale(1.2) rotate(-90deg); /* Grow the icon on hover */
}

.link-effect-white-thin p {
  position: relative;
  text-decoration: none;
  color: white; /* text color */
}
.link-effect-white-thin p:hover, .link-effect-white-thin p:before {
  color: white;
}
.link-effect-white-thin p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px; /* underline height */
  bottom: -1px; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: white; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.link-effect-white-thin p:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.link-effect-white-thin:focus {
  color: white;
}
.link-effect-white-thin:hover p:before, .link-effect-white-thin:active p:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left;
}
.link-effect-white-thin > i {
  transition: transform 0.25s ease-out;
  display: inline-block;
}
.link-effect-white-thin:hover > i, .link-effect-white-thin:active > i {
  transform: scale(1.2); /* Grow the icon on hover */
}
.link-effect-white-thin.link-anchor:hover > i, .link-effect-white-thin.link-anchor:active > i {
  transform: scale(1.2) rotate(-90deg); /* Grow the icon on hover */
}

.link-effect-thematic-thin p {
  position: relative;
  text-decoration: none;
  color: #ffc940; /* text color */
}
.link-effect-thematic-thin p:hover, .link-effect-thematic-thin p:before {
  color: #ffc940;
}
.link-effect-thematic-thin p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px; /* underline height */
  bottom: -1px; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: #ffc940; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.link-effect-thematic-thin p:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.link-effect-thematic-thin:focus {
  color: #ffc940;
}
.link-effect-thematic-thin:hover p:before, .link-effect-thematic-thin:active p:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left;
}
.link-effect-thematic-thin > i {
  transition: transform 0.25s ease-out;
  display: inline-block;
}
.link-effect-thematic-thin:hover > i, .link-effect-thematic-thin:active > i {
  transform: scale(1.2); /* Grow the icon on hover */
}
.link-effect-thematic-thin.link-anchor:hover > i, .link-effect-thematic-thin.link-anchor:active > i {
  transform: scale(1.2) rotate(-90deg); /* Grow the icon on hover */
}

body a.link-thematic, body a.link-thematic:visited, body a.link-thematic:hover, body a.link-thematic:active {
  color: #ffc940;
}

.ul-on-hover-prim {
  position: relative;
  text-decoration: none;
  color: #163880; /* text color */
}
.ul-on-hover-prim:hover, .ul-on-hover-prim:before {
  color: #163880;
}
.ul-on-hover-prim:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* underline height */
  bottom: -2px; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: #163880; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.ul-on-hover-prim:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.ul-on-hover-prim:hover {
  color: #163880; /* Set the text color on hover */
}
.ul-on-hover-prim:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left;
}

.ul-on-hover-prim-thin {
  position: relative;
  text-decoration: none;
  color: #163880; /* text color */
}
.ul-on-hover-prim-thin:hover, .ul-on-hover-prim-thin:before {
  color: #163880;
}
.ul-on-hover-prim-thin:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px; /* underline height */
  bottom: -1px; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: #163880; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.ul-on-hover-prim-thin:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.ul-on-hover-prim-thin:hover {
  color: #163880; /* Set the text color on hover */
}
.ul-on-hover-prim-thin:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left;
}

.ul-on-hover-white-thin {
  position: relative;
  text-decoration: none;
  color: white; /* text color */
}
.ul-on-hover-white-thin:hover, .ul-on-hover-white-thin:before {
  color: white;
}
.ul-on-hover-white-thin:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px; /* underline height */
  bottom: -1px; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: white; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.ul-on-hover-white-thin:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.ul-on-hover-white-thin:hover {
  color: white; /* Set the text color on hover */
}
.ul-on-hover-white-thin:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left;
}

.ul-on-active-white {
  position: relative;
  text-decoration: none;
  color: white; /* text color */
}
.ul-on-active-white:hover, .ul-on-active-white:before {
  color: white;
}
.ul-on-active-white:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* underline height */
  bottom: -2px; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: white; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.ul-on-active-white:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.ul-on-active-white:active {
  color: white; /* Set the text color on hover */
}
.ul-on-active-white:active:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left;
}

.ul-on-active-white-thin {
  position: relative;
  text-decoration: none;
  color: white; /* text color */
}
.ul-on-active-white-thin:hover, .ul-on-active-white-thin:before {
  color: white;
}
.ul-on-active-white-thin:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px; /* underline height */
  bottom: -1px; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: white; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.ul-on-active-white-thin:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.ul-on-active-white-thin:active {
  color: white; /* Set the text color on hover */
}
.ul-on-active-white-thin:active:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left;
}

.grow-on-active {
  transition: transform 0.25s ease-out; /* Animation transition */
}
.grow-on-active:active {
  transform: scale(1.2); /* Grow the icon on hover */
}

.grow-on-hover {
  transition: transform 0.25s ease-out; /* Animation transition */
}
.grow-on-hover:hover {
  transform: scale(1.2); /* Grow the icon on hover */
}

@keyframes slide-out-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(400%);
  }
}
@keyframes slide-out-right-wide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(1200%);
  }
}
.slide-out-right,
.slide-out-right-wide {
  animation-name: slide-out-right;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.slide-out-right-wide {
  animation-name: slide-out-right-wide;
}

.slide-out-right {
  animation-name: slide-out-right;
}

.--slideable {
  transition: transform 0.5s ease-in-out;
}

.--js-slide-active {
  overflow-x: hidden;
}

.link-effect-sec p {
  position: relative;
  text-decoration: none;
  color: #349aeb; /* text color */
}
.link-effect-sec p:hover, .link-effect-sec p:before {
  color: #349aeb;
}
.link-effect-sec p:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* underline height */
  bottom: -2px; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: #349aeb; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.link-effect-sec p:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.link-effect-sec:focus {
  color: #349aeb;
}
.link-effect-sec:hover p:before, .link-effect-sec:active p:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left;
}
.link-effect-sec > i {
  transition: transform 0.25s ease-out;
  display: inline-block;
}
.link-effect-sec:hover > i, .link-effect-sec:active > i {
  transform: scale(1.2); /* Grow the icon on hover */
}
.link-effect-sec.link-anchor:hover > i, .link-effect-sec.link-anchor:active > i {
  transform: scale(1.2) rotate(-90deg); /* Grow the icon on hover */
}

.ul-on-hover-active_multiline {
  display: inline;
  background: linear-gradient(0deg, white, white) no-repeat right bottom/0 var(--bg-h);
  transition: background-size 0.25s;
  --bg-h: 100%;
}
.ul-on-hover-active_multiline:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  color: white;
}
.ul-on-hover-active_multiline {
  padding-bottom: 2px;
  --bg-h: 2px;
  text-decoration: none;
  color: white;
  line-height: 1;
}

.ul-on-hover-active_multiline_sec {
  background: linear-gradient(0deg, #349aeb, #349aeb) no-repeat right bottom/0 var(--bg-h);
  transition: background-size 0.25s;
  --bg-h: 100%;
}
.ul-on-hover-active_multiline_sec:where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  color: #349aeb;
}
.ul-on-hover-active_multiline_sec {
  padding-bottom: 1px;
  --bg-h: 1px;
  text-decoration: none;
  color: black;
  line-height: 1;
}

/* START : confirmation check */
.icon-send-confirmed {
  box-sizing: border-box;
  position: fixed;
  transform: translate(-50%, -50%);
  width: 13.3rem;
  height: 13.3rem;
  border-radius: 6.65rem;
  animation: fadeOut 0.5s ease-in-out 1.5s forwards;
  opacity: 1;
}
.icon-send-confirmed.--persistent {
  animation: fadeIn 0.25s ease-in-out forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeIn {
  from {
    scale: 0;
  }
  to {
    scale: 1;
  }
}
.disabled {
  display: none;
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 25.1328rem;
  }
  to {
    stroke-dasharray: 25.1328rem, 25.1328rem;
  }
}
#outline {
  animation: 0.38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
}

@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
#white-circle {
  animation: 0.35s ease-in 0.35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes check {
  from {
    stroke-dasharray: 0, 8rem;
  }
  to {
    stroke-dasharray: 8rem, 8rem;
  }
}
#check {
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
  stroke-dasharray: 0, 8rem;
}

@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}
#check-group {
  animation: 0.32s ease-in-out 1.03s check-group;
  transform-origin: center;
}

/* END : confirmation check */
.button-thematic, .button-prim {
  display: flex;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0.3rem;
  border: solid 1px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0.5rem 2rem 0.5rem 2rem;
  scroll-behavior: smooth;
  transition: border-color 0.25s, color 0.25s, background-color 0.25s;
}
.button-thematic:active, .button-prim:active {
  color: #163880;
  border-color: black;
  background-color: white;
}
@media (min-width: 975px) {
  .button-thematic:hover, .button-prim:hover {
    color: #163880;
    border-color: black;
    background-color: white;
  }
}

.button-prim {
  background-color: #163880;
  border-color: #163880;
  color: white;
  font-weight: bold;
}
.button-prim:hover {
  background-color: white;
}
.button-prim:focus:not(:active):not(:hover) {
  color: white;
}

.button-thematic {
  scroll-behavior: smooth;
  background-color: #ffc940;
  border-color: #ffc940;
  color: black;
}
.button-thematic:visited, .button-thematic:hover, .button-thematic:active {
  color: black;
}
.button-thematic:hover {
  background-color: white;
  border-color: black;
}

body {
  font-family: "Montserrat", "sans-serif";
  font-weight: 300;
  letter-spacing: 0.05rem;
  font-size: 1.6rem;
}

p {
  margin: 0;
  letter-spacing: 0.08rem;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

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

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1440px;
}

.wrapper_i-line {
  max-width: 66ch;
  margin-left: auto;
  margin-right: auto;
}

.pre-headline {
  color: #349aeb;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 1.25rem;
}

h1 {
  font-size: 3rem;
}

.headline {
  font-size: 2.5rem;
  margin-top: 0.5rem;
  text-align: center;
  letter-spacing: 0.08rem;
}
@media (min-width: 550px) {
  .headline {
    font-size: 3.2rem;
    margin-top: 1rem;
  }
}
@media (min-width: 550px) and (min-width: 975px) {
  .headline {
    font-size: 3.6rem;
  }
}

.white {
  color: white;
}

.bg-white {
  background-color: white;
}

.box {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  color: black;
  background-color: white;
  border-bottom: 0.5rem solid #163880;
}

section {
  scroll-margin-top: 6rem;
}

.js-clipped {
  overflow: hidden;
  position: fixed;
  top: 6rem;
}

.img-wrapper {
  text-align: center;
}
@media (min-width: 975px) {
  .img-wrapper {
    max-width: 33%;
  }
}

.bumper-bottom {
  height: 9rem;
}

.flex-list {
  list-style-type: none;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0;
}
.flex-list i,
.flex-list p {
  display: inline-block;
  cursor: pointer;
  margin: 0;
}

.flex-container {
  display: flex;
  justify-content: space-between;
}

.icon-and-label i,
.icon-and-label p {
  display: inline-block;
}

ul {
  list-style-type: none;
  margin: 0;
}

li {
  margin: 0;
}

.fa-check {
  margin: 0;
}

.resp-font {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .resp-font {
    font-size: 1.6rem;
  }
}

.description {
  text-wrap: balance;
  hyphens: auto;
}

h3 {
  font-size: 1.6rem;
  text-align: center;
}

.--rounded-edges {
  border-radius: 0.5rem;
}

.social-links {
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-grow: 1;
  gap: 1rem;
}

.social-link {
  display: flex;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #349aeb;
  justify-content: center;
  align-items: center;
}

.social-link-icon {
  font-size: 2.5rem;
  color: white;
}
.social-link-icon.fa-facebook-f {
  font-size: 2.2rem;
}

.fancy-background_container {
  position: absolute;
  z-index: -1;
  width: 100%;
  min-height: calc(50vh + 6rem + 10rem);
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 300% 300%;
  background-color: linear-gradient(-45deg, #24282f 0%, #163880 51%, #349aeb 100%);
  background-image: linear-gradient(-45deg, #24282f 0%, #163880 51%, #349aeb 100%);
  animation: AnimateBG 12s ease infinite;
  will-change: background-position;
}
@keyframes AnimateBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimateVerticalBG {
  0% {
    background-position: 50% 0;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.fancy-background {
  position: fixed;
  bottom: 0;
  top: 0;
  width: 400vw;
  min-height: 100vh;
  background: url("/assets/img/background-network-trans.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  animation: AnimateVerticalBG 32s ease infinite;
  will-change: background-position;
}
@media (min-width: 768px) {
  .fancy-background {
    width: 250vw;
  }
}
@media (min-width: 975px) {
  .fancy-background {
    width: 150vw;
  }
}
@media (min-width: 1200px) {
  .fancy-background {
    width: 100vw;
  }
}

.--bp-mB-below {
  display: block;
}
@media screen and (min-width: 550px) {
  .--bp-mB-below {
    display: none;
  }
}

.--bp-mB-above {
  display: none;
}
@media screen and (min-width: 550px) {
  .--bp-mB-above {
    display: block;
  }
}

.--bp-dxtp-below {
  display: block;
}
@media screen and (min-width: 975px) {
  .--bp-dxtp-below {
    display: none;
  }
}

.--bp-dxtp-above {
  display: none;
}
@media screen and (min-width: 975px) {
  .--bp-dxtp-above {
    display: block;
  }
}

.--thin {
  font-weight: 300 !important;
}

.img-full {
  width: 100%;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.error {
  font-size: 0.8rem;
  font-weight: 400;
  color: red;
}

.noscript-message {
  background-color: #ffc940;
  color: black;
  padding: 2rem 4rem;
  text-align: center;
  border: 1px solid red;
  box-shadow: 0 0 2rem rgba(255, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../assets/fonts/montserrat-v25-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/montserrat-v25-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/montserrat-v25-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../assets/fonts/montserrat-v25-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.header {
  will-change: transform;
  top: 0;
  height: 6rem;
  left: 0;
  right: 0;
  position: sticky;
  z-index: 1000;
  font-weight: 600;
  background-color: white;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.header a {
  color: #163880;
}
.header a:active, .header a:hover, .header a:visited {
  color: #163880;
}

.t-link {
  display: flex;
}

.header_container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.header_logo-link {
  display: flex;
  flex: 1;
  max-width: 70%;
  height: 100%;
}

.header_logo {
  max-height: 6rem;
  max-width: 100%;
}

.header_nav-list,
.header_nav-item {
  margin: 0;
  z-index: inherit;
}

.header_nav-list {
  background-color: white;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 6rem;
}

.header_call-button {
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}

.header_menu-button {
  /* requires (empty) div children to work properly 
    , toggling active class displays open/closed state
    */
}
.header_menu-button:before, .header_menu-button:after, .header_menu-button div {
  background: #163880;
  content: "";
  display: block;
  width: 2rem;
  height: 0.3rem;
  border-radius: 0.15rem;
  margin-top: 0.55rem;
  margin-bottom: 0.55rem;
  transition: 0.25s;
}
.header_menu-button:before {
  margin-top: 0;
}
.header_menu-button:after {
  margin-bottom: 0;
}
.header_menu-button[aria-expanded=true]:before {
  transform: translateY(0.86rem) rotate(-135deg) scaleX(1.2);
}
.header_menu-button[aria-expanded=true]:after {
  transform: translateY(-0.86rem) rotate(135deg) scaleX(1.2);
}
.header_menu-button[aria-expanded=true] div {
  transform: scale(0);
}
.header_menu-button {
  display: block;
  height: 2rem;
  width: 2rem;
}
@media (min-width: 975px) {
  .header_menu-button {
    display: none;
  }
}

.header .pop-up-menu {
  visibility: hidden;
}
.header .pop-up-menu.visible {
  visibility: visible;
}
.header .pop-up-menu:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 100%;
  top: -1px;
  left: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.5rem black;
}
.header .pop-up-menu {
  box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  background-color: white;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 2rem;
  left: -2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  z-index: -1;
  transition: top 0.25s;
}
.header .pop-up-menu li:hover ~ li,
.header .pop-up-menu li:has(~ li:hover) {
  /* Select any preceding / following element*/
}
.header .pop-up-menu li:hover ~ li .--current:before,
.header .pop-up-menu li:has(~ li:hover) .--current:before {
  background-color: rgba(22, 56, 128, 0.5);
}

.header_nav-item {
  display: none;
  cursor: pointer;
  position: relative;
  height: 100%;
  align-items: center;
  list-style-type: none;
}
@media screen and (min-width: 975px) {
  .header_nav-item {
    display: flex;
  }
}
.header_nav-item a.button-thematic {
  padding: 0.5rem 4rem;
  font-weight: bold;
  color: black;
}
.header_nav-item.pop-up.--6e .pop-up-menu {
  top: -18.5rem;
}
.header_nav-item.pop-up.--6e li {
  display: inline-block;
  width: 21rem;
}
.header_nav-item.pop-up.--2e .pop-up-menu {
  top: -9rem;
}
.header_nav-item.pop-up.--2e li {
  display: inline-block;
  width: 15rem;
}
.header_nav-item.pop-up .pop-up-menu {
  top: 6rem;
}
.header_nav-item.pop-up:hover .pop-up-menu {
  top: 6rem;
}

.nav-link {
  color: #163880;
}
.nav-link.--sub {
  z-index: 1000;
  position: relative;
  text-decoration: none;
  color: #163880; /* text color */
}
.nav-link.--sub:hover, .nav-link.--sub:before {
  color: #163880;
}
.nav-link.--sub:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* underline height */
  bottom: -0.5rem; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: #163880; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.nav-link.--sub:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.nav-link.--sub.--current {
  position: relative;
  text-decoration: none;
  color: #163880; /* text color */
}
.nav-link.--sub.--current:hover, .nav-link.--sub.--current:before {
  color: #163880;
}
.nav-link.--sub.--current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* underline height */
  bottom: -0.5rem; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: #163880; /* underline color */
  transform: scaleX(1); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.nav-link.--sub.--current:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.nav-link:not(.--sub).--current {
  position: relative;
  text-decoration: none;
  color: #163880; /* text color */
}
.nav-link:not(.--sub).--current:hover, .nav-link:not(.--sub).--current:before {
  color: #163880;
}
.nav-link:not(.--sub).--current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* underline height */
  bottom: -1.7rem; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: #163880; /* underline color */
  transform: scaleX(1); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.nav-link:not(.--sub).--current:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}
.nav-link:not(.--sub):not(.pop-up) {
  position: relative;
  text-decoration: none;
  color: #163880; /* text color */
}
.nav-link:not(.--sub):not(.pop-up):hover, .nav-link:not(.--sub):not(.pop-up):before {
  color: #163880;
}
.nav-link:not(.--sub):not(.pop-up):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* underline height */
  bottom: -1.7rem; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: #163880; /* underline color */
  transform: scaleX(0); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.nav-link:not(.--sub):not(.pop-up):hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}

.menu {
  color: white;
  box-sizing: border-box;
  min-height: calc(100vh - 6rem);
  padding-bottom: 9rem;
  display: none;
  z-index: 900;
  width: 100%;
  transition: padding-top 0.25s, opacity 0.25s;
}
.menu .--grayed-out {
  color: rgba(255, 255, 255, 0.5);
}
.menu .def-link-colors {
  color: white;
  font-size: 1.6rem;
  font-weight: 500;
}
.menu .def-link-colors:visited, .menu .def-link-colors:visited, .menu .def-link-colors:hover {
  color: white;
}
.menu hr {
  border-color: rgba(255, 255, 255, 0.5);
}
.menu {
  background: linear-gradient(160deg, rgba(52, 154, 235, 0.97) 0%, rgba(22, 56, 128, 0.97) 75%, #163880 100%);
}
.menu.js-animation-offset {
  top: 0;
  position: relative;
  display: flex;
  padding-top: 18rem;
  opacity: 0;
}
.menu[aria-expanded=true] {
  padding-top: 0;
  opacity: 1;
}
.menu .pop-up-menu {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.menu .pop-up-menu > li {
  margin-left: 2rem;
}

.menu_subjects {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  gap: 3rem;
}
.menu_subjects .menu_subject_headline {
  text-align: start;
  margin: 0 0 2rem;
}
@media screen and (min-width: 550px) {
  .menu_subjects {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0;
  }
}

.menu_subject {
  box-sizing: border-box;
  align-items: start;
  width: 100%;
}
@media screen and (min-width: 550px) {
  .menu_subject {
    width: 50%;
  }
  .menu_subject.--full-sized {
    width: 100%;
  }
  .menu_subject {
    gap: 2rem;
  }
}

.subject-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.subject-list_item {
  font-size: 1.6rem;
  font-weight: 500;
}
.subject-list_item .--current {
  position: relative;
  text-decoration: none;
  color: white; /* text color */
}
.subject-list_item .--current:hover, .subject-list_item .--current:before {
  color: white;
}
.subject-list_item .--current:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px; /* underline height */
  bottom: -0.5rem; /* gap b/w text and underline */
  left: 0; /* acts as "margin left" */
  background-color: white; /* underline color */
  transform: scaleX(1); /* 0 = no width ("invisible" underline) / 1 = underline scaled to full width of element ("visible" underline) */
  transform-origin: bottom right; /* direction where the underline transitions to (defaulted) */
  transition: transform 0.25s ease-out, background-color 0.5s; /* animation transition */
}
.subject-list_item .--current:hover:before {
  transform: scaleX(1); /* Expand the underline on hover */
  transform-origin: bottom left; /* from where the effects rolls in */
}

.menu_contact {
  color: white;
  order: 1;
}
@media screen and (min-width: 550px) {
  .menu_contact {
    order: 0;
  }
}

.menu_contact_headline {
  font-size: 2rem;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
}

.menu_contact_links {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 550px) {
  .menu_contact_links {
    flex-direction: column;
  }
}

.contact-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75em;
  font-size: 1.6rem;
}

.contact-link-icon,
.contact-link-label {
  color: white;
}

.contact-link-icon {
  font-size: 1.8rem;
}

.contact-link-label {
  font-weight: 500;
}

.menu_nav-item {
  font-size: 1.6rem;
  font-weight: 500;
}

/* START : footer */
.footer {
  background-color: #24282f;
  color: white;
}
.footer a {
  color: white;
}
.footer a:active, .footer a:hover, .footer a:visited {
  color: white;
}
.footer {
  padding: 5rem 0;
}
.footer h3 {
  text-align: start;
  font-size: 1.6rem;
}
.footer .fa-solid {
  margin-right: 0.5rem;
  display: inline-block;
}
.footer .p {
  display: inline-block;
}
.footer hr {
  width: 100%;
  color: white;
  margin: 0;
}
.footer a:active.button-thematic,
.footer a:hover.button-thematic {
  color: black;
}
.footer .social-link {
  background-color: white;
}
.footer .social-link-icon {
  color: #24282f;
}

.footer_upper-segment,
.footer_lower-segment {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 975px) {
  .footer_upper-segment,
  .footer_lower-segment {
    display: flex;
    gap: 6rem;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .footer_upper-segment > li:first-child,
  .footer_lower-segment > li:first-child {
    margin-right: auto;
  }
  .footer_upper-segment .footer_info,
  .footer_upper-segment .footer_logo,
  .footer_lower-segment .footer_info,
  .footer_lower-segment .footer_logo {
    max-width: 500px;
  }
  .footer_upper-segment .footer_links,
  .footer_upper-segment .footer_link-email,
  .footer_lower-segment .footer_links,
  .footer_lower-segment .footer_link-email {
    margin-top: 0;
    width: 25ch;
    min-width: 25ch;
    max-width: 25ch;
  }
  .footer_upper-segment .footer_legal,
  .footer_upper-segment .footer_link-phone,
  .footer_lower-segment .footer_legal,
  .footer_lower-segment .footer_link-phone {
    margin-top: 0;
    width: 24ch;
    min-width: 24ch;
    max-width: 24ch;
  }
}

.footer_link .icon-and-label {
  display: flex;
}
.footer_link .icon-and-label i {
  align-items: center;
  display: flex;
  margin-right: 8px;
}

.footer_upper-segment {
  padding-bottom: 2.5rem;
}
.footer_upper-segment .social-links {
  display: none;
}
@media (min-width: 975px) {
  .footer_upper-segment .social-links {
    display: flex;
  }
}

.footer_button {
  color: white;
  margin: 2.5rem 0 4rem;
}

.footer_legal {
  margin-top: 5rem;
}

.footer_logo {
  width: 100%;
  height: 4rem;
  margin: 0;
  display: flex;
  flex: 1;
}

.footer_link {
  margin: 0;
}

.footer_lower_link {
  margin: 0;
}

.footer_lower-segment {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
}
.footer_lower-segment li {
  margin-top: 2.5rem;
}
.footer_lower-segment :first-child {
  margin-top: 0;
}
@media (min-width: 975px) {
  .footer_lower-segment {
    flex-direction: row;
    align-items: center;
  }
  .footer_lower-segment li {
    height: 100%;
  }
  .footer_lower-segment .social-links {
    display: none;
  }
}

.footer_logo-link {
  display: flex;
  flex: 1;
  max-width: 100%;
}
@media (min-width: 975px) {
  .footer_logo-link {
    max-width: 40rem;
  }
}

.footer_logo-img {
  width: 100%;
  max-width: 40rem;
}

/* END : footer */
.hero {
  overflow: hidden;
  display: flex;
  justify-content: center;
  min-height: 20rem;
  color: white;
  position: relative;
}
.hero h1 {
  text-align: center;
  letter-spacing: 0.02rem;
  margin: 0 0 1rem 0;
  hyphens: auto;
}
@media (min-width: 975px) {
  .hero h1 {
    text-align: left;
  }
}

.hero_wrapper {
  padding-top: 2.5rem;
  padding-bottom: 5.5rem;
}
@media (min-width: 975px) {
  .hero_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 3.75rem;
    padding-bottom: 8.25rem;
  }
}
@media (min-width: 975px) and (min-width: 1200px) {
  .hero_wrapper {
    padding-top: 5rem;
    padding-bottom: 11rem;
  }
}

.hero_col-0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 975px) {
  .hero_col-0 {
    width: 40%;
  }
}

.hero_col-1 {
  display: none;
  align-self: center;
}
@media (min-width: 975px) {
  .hero_col-1 {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}

.hero_img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 975px) {
  .hero_img-wrapper {
    display: none;
  }
}

.hero_img {
  max-width: 500px;
  max-height: 387px;
  max-width: 100%;
}

.hero_description-wrapper {
  display: flex;
  justify-content: center;
  hyphens: auto;
}

.hero_description {
  letter-spacing: 0.04rem;
  margin: 1.5rem 0;
}

.hero_b-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 50rem;
}
@media screen and (min-width: 975px) {
  .hero_b-wrapper {
    max-width: none;
  }
}

.hero_button {
  scroll-behavior: smooth;
  background-color: #ffc940;
  border-color: #ffc940;
  color: black;
  width: 100%;
  text-decoration: none;
  color: black;
}
.hero_button:visited, .hero_button:hover, .hero_button:active {
  color: black;
}
.hero_button:hover {
  background-color: white;
  border-color: black;
}

.hero_awards-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

main a {
  cursor: pointer;
  color: #349aeb;
}
main a:visited, main a:hover, main a:active, main a:focus {
  color: #349aeb;
}
main .ihvz-overlay-btn:visited, main .ihvz-overlay-btn:hover, main .ihvz-overlay-btn:active, main .ihvz-overlay-btn:focus {
  color: #163880;
  background-color: #f1f1f1;
}
main ol,
main li {
  font-size: 1.6rem;
}
main .js-clipped {
  width: 100%;
}
main h2 {
  letter-spacing: 0.02rem;
  font-size: 2rem;
}
@media (min-width: 975px) {
  main h2 {
    font-size: 3rem;
  }
}
main p {
  max-width: 100%;
}

.hero {
  padding-left: 5%;
  padding-right: 5%;
  flex-direction: column;
  min-height: 50vh;
}
.hero h1 {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
  margin: 0;
}
@media (min-width: 550px) {
  .hero h1 {
    font-size: 6rem;
  }
}
@media (min-width: 550px) and (min-width: 768px) {
  .hero h1 {
    font-size: 8rem;
  }
}

.versetzt {
  box-sizing: border-box;
  padding-left: 2.5rem;
}

.list_clauses {
  list-style-type: none;
}
.list_clauses > li {
  counter-increment: clause-counter;
  margin-bottom: 3rem;
}
.list_clauses .--marker::before {
  font-size: 2rem;
  position: absolute;
  content: counter(clause-counter) ". ";
  font-weight: bold;
  margin-right: 0;
}
.list_clauses .--marker > h3 {
  font-size: 2rem;
  position: relative;
  top: 3px;
  left: 2.5rem;
  max-width: calc(100% - 2.5rem);
}
.list_clauses .--marker > p {
  padding-left: 2.5rem;
}
.list_clauses .headline_paragraph {
  display: inline-block;
  vertical-align: top;
  margin-right: 2rem;
}

#reklamationsbedingungen-zusammenfassung h2,
#reklamationsbedingungen-zusammenfassung p {
  text-align: center;
}

.list_clauses.connected {
  --box-width: 60rem;
  --line-width: 18rem;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  list-style: none;
  counter-reset: clause-counter;
  overflow-y: visible;
  padding: 4rem 0 0;
}
.list_clauses.connected::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  width: 32rem;
  transform: translateX(-50%);
  background-image: url("/assets/img/dashed-line-rotated.svg?v=3");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% calc(100% - 16rem);
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}
.list_clauses.connected .box-element {
  position: relative;
  z-index: 1;
  width: min(var(--box-width), 100%);
  margin: 0 auto;
  padding: 4rem;
  box-sizing: border-box;
  border-radius: 5px;
  border-bottom: 0.5rem solid #163880;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.list_clauses.connected .box-element:last-child {
  border-bottom-color: #349aeb;
}
.list_clauses.connected .box-element:last-child.--marker::before {
  background-color: #349aeb;
}
.list_clauses.connected .box-element h3,
.list_clauses.connected .box-element p {
  text-align: center;
  text-wrap: balance;
}
.list_clauses.connected .box-element li {
  justify-content: center;
}
.list_clauses.connected .box-element.--marker {
  counter-increment: clause-counter;
}
.list_clauses.connected .box-element.--marker::before {
  content: counter(clause-counter);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #163880;
  color: white;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.list_clauses.connected .box-element.--marker h3 {
  left: 0;
}
.list_clauses.connected .box-element.--marker p {
  padding-left: 0;
}
@media (min-width: 768px) {
  .list_clauses.connected .box-element {
    --shift: 0rem;
    margin-left: max(1rem, 50% - var(--box-width) / 2 + var(--shift));
    margin-right: auto;
  }
  .list_clauses.connected .box-element:nth-child(1) {
    --shift: 0rem;
  }
  .list_clauses.connected .box-element:nth-child(2) {
    --shift: -14rem;
  }
  .list_clauses.connected .box-element:nth-child(3) {
    --shift: 0rem;
  }
  .list_clauses.connected .box-element:nth-child(4) {
    --shift: 10rem;
  }
}
@media (min-width: 768px) and (max-width: 889px) {
  .list_clauses.connected .box-element:nth-child(4) {
    --shift: 6rem;
  }
  .list_clauses.connected .box-element:nth-child(4)::before {
    left: calc(50% + 4rem);
  }
}
@media (min-width: 768px) {
  .list_clauses.connected .box-element:nth-child(5) {
    --shift: 0rem;
  }
}
@media (min-width: 1200px) {
  .list_clauses.connected {
    --box-width: 56rem;
  }
}

.clause {
  position: relative;
}
.clause h3 {
  letter-spacing: 0.02rem;
}
.clause .clause_headline {
  letter-spacing: 0.02rem;
  position: absolute;
  left: 2rem;
  top: 3px;
}
.clause > p {
  margin-top: 2rem;
}

.list_sub-clauses {
  list-style-type: none;
  counter-reset: sub-clause-counter;
  margin-left: 0;
}
@media (min-width: 550px) {
  .list_sub-clauses {
    margin-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .list_sub-clauses {
    margin-left: 3rem;
  }
}
.list_sub-clauses > li {
  counter-increment: sub-clause-counter;
  margin-bottom: 2rem;
}
.list_sub-clauses > li p {
  position: relative;
  left: 3rem;
  margin-right: 3rem;
}
@media (min-width: 768px) {
  .list_sub-clauses > li p {
    margin-right: 6rem;
  }
}
.list_sub-clauses > li p:not(:first-of-type) {
  padding-top: 1rem;
}
.list_sub-clauses > li :first-child {
  margin-top: -2.5rem;
}
.list_sub-clauses > li::before {
  content: counter(sub-clause-counter, lower-alpha) ") ";
  font-weight: 300;
  margin-right: 5px;
}

.list_ssc {
  margin-top: 3rem;
}

.artikel {
  display: flex;
  flex-direction: column;
}
.artikel > * + * {
  margin-top: 25px;
}
.artikel > * + *.gap-10 {
  margin-top: 10px;
}
.artikel > * + *.gap-15 {
  margin-top: 15px;
}
.artikel .fa-circle-check,
.artikel .fa-circle-x,
.artikel .fa-circle-exclamation,
.artikel .fa-circle-arrow-right {
  color: #163880;
}
.artikel .illustration,
.artikel .column {
  width: 100%;
}
.artikel .container {
  display: flex;
  padding: 0 0;
  flex-direction: column;
}
.artikel .container::after {
  display: none;
}
.artikel .container.two-columns {
  gap: 25px;
}
@media (max-width: 1023px) {
  .artikel .container.mobile-reverse {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1024px) {
  .artikel .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .artikel .container.two-columns {
    gap: 30px;
  }
  .artikel .container.two-columns > .column {
    width: 50%;
  }
}
.artikel h1,
.artikel h2,
.artikel h3,
.artikel .author-name {
  font-weight: 800;
  text-align: left;
}
.artikel .flow,
.artikel .color-box,
.artikel .color-box-blue,
.artikel .color-box-attention {
  display: flex;
  flex-direction: column;
}
.artikel .flow > *,
.artikel .color-box > *,
.artikel .color-box-blue > *,
.artikel .color-box-attention > * {
  margin: 0;
}
.artikel .flow,
.artikel .color-box,
.artikel .color-box-blue,
.artikel .color-box-attention {
  --flow-space: 15px;
}
.artikel .flow > * + *,
.artikel .color-box > * + *,
.artikel .color-box-blue > * + *,
.artikel .color-box-attention > * + * {
  margin-block-start: var(--flow-space);
}
.artikel .flow > h2 + *,
.artikel .color-box > h2 + *,
.artikel .color-box-blue > h2 + *,
.artikel .color-box-attention > h2 + * {
  --flow-space: 20px;
}
.artikel .flow > .button-wrapper,
.artikel .color-box > .button-wrapper,
.artikel .color-box-blue > .button-wrapper,
.artikel .color-box-attention > .button-wrapper {
  --flow-space: 25px;
}
.artikel .flow > .box-themen + .box-themen,
.artikel .color-box > .box-themen + .box-themen,
.artikel .color-box-blue > .box-themen + .box-themen,
.artikel .color-box-attention > .box-themen + .box-themen {
  margin-block-start: 25px;
}
.artikel .flow > .sr-only + *,
.artikel .color-box > .sr-only + *,
.artikel .color-box-blue > .sr-only + *,
.artikel .color-box-attention > .sr-only + * {
  margin-block-start: 0;
}
.artikel .flow li:last-of-type,
.artikel .color-box li:last-of-type,
.artikel .color-box-blue li:last-of-type,
.artikel .color-box-attention li:last-of-type {
  margin-bottom: 0;
}
.artikel .flow > .color-box,
.artikel .color-box > .color-box,
.artikel .color-box-blue > .color-box,
.artikel .color-box-attention > .color-box {
  margin-block-start: 2.5rem;
}
.artikel:has(.container ~ .container) .container {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .artikel h1 {
    margin-top: 25px;
    text-align: left;
  }
}

#artikel-head {
  padding-bottom: 0;
}

.artikel-head .container {
  align-items: flex-start;
}

.container {
  max-width: min(1090px, 90%);
  margin-left: auto;
  margin-right: auto;
}

#ihvz-overlay p,
#ihvz-overlay a,
#ihvz-overlay .ihvz-headline,
#ihvz p,
#ihvz a,
#ihvz .ihvz-headline {
  color: white;
  font-weight: 800;
}
#ihvz-overlay .ihvz-headline,
#ihvz .ihvz-headline {
  font-size: 1.2em;
}
#ihvz-overlay .ihvz-liste-item.flex .fa-arrow-right,
#ihvz .ihvz-liste-item.flex .fa-arrow-right {
  margin-top: 4px;
  margin-right: 10px;
}

/* START: IHVZ */
#ihvz {
  position: relative;
  border-radius: 5px;
  padding: 25px;
  background-color: #163880;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
#ihvz .ihvz-liste-wrap {
  overflow: hidden;
  transition: all 0.25s;
  max-height: 2000px;
}
#ihvz .ihvz-liste-wrap.is-closed {
  max-height: 0;
}
#ihvz .ihvz-liste-headline {
  font-weight: 800;
  font-size: 1.2em;
  color: #fff;
}
#ihvz .ihvz-liste-item.flex {
  justify-content: start;
  color: #fff;
}
#ihvz .ihvz-liste-item.flex a {
  font-weight: 800;
  color: #fff;
}
#ihvz .ihvz-liste-item.flex .fa-arrow-right {
  margin-top: 4px;
  margin-right: 10px;
}
#ihvz .ihvz-liste {
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.25s;
  max-height: 2000px;
  margin: 15px 0;
}
#ihvz.collapsed .ihvz-liste {
  margin: 0;
  max-height: 0;
}

.ihvz-link {
  display: flex;
  flex-direction: row;
  padding: 2.5px 0;
}

.ihvz-list-title {
  text-wrap: balance;
}

/* ENDE : IHVZ */
/* START: IHVZ Button (chevron button "/\" und "\/" ) */
.ihvz-btn-wrapper {
  position: absolute;
  top: 25px;
  right: 25px;
}
@media (max-width: 349px) {
  .ihvz-btn-wrapper {
    right: 10px;
  }
}

.ihvz-btn {
  --rot-left: -45deg;
  --rot-right: 45deg;
  --overlap: 1px;
  position: relative;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  transform: translate(0, -0.75rem);
  transition: all 0.25s;
}
.ihvz-btn.closed {
  --rot-left: 45deg;
  --rot-right: -45deg;
  transform: translate(0, 0.3rem);
}
.ihvz-btn::before, .ihvz-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 1.5rem;
  background: #fff;
  border-radius: 2px;
  transition: transform 0.25s ease;
  will-change: transform;
}
.ihvz-btn::before {
  transform-origin: 100% 50%;
  transform: translate(calc(-100% + var(--overlap)), -50%) rotate(var(--rot-left));
}
.ihvz-btn::after {
  transform-origin: 0% 50%;
  transform: translate(calc(0% - var(--overlap)), -50%) rotate(var(--rot-right));
}

/* ENDE : IHVZ Button (chevron button "/\" und "\/" ) */
/* START: Overlay */
#ihvz-overlay {
  box-sizing: border-box;
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: -1px;
  overflow: hidden;
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 25px;
  padding-right: 50px;
  background: radial-gradient(circle, rgba(52, 154, 235, 0.99) 0%, rgba(22, 56, 128, 0.96) 100%);
  transition: all 0.25s;
  height: 100vh;
  padding-top: 100px;
  border-radius: 0;
  width: 100vw;
}
#ihvz-overlay.collapsed {
  bottom: -100vh;
  opacity: 0;
}
#ihvz-overlay .ihvz-overlay-title {
  font-size: 1.2em;
}
#ihvz-overlay .ihvz-liste {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: calc(100vh - 175px);
  transition: all 0.25s ease;
  margin: 15px 0;
}
#ihvz-overlay .ihvz-liste-item {
  justify-content: flex-start;
  padding-right: 20px;
}
#ihvz-overlay .ihvz-overlay-list {
  overflow-y: auto;
}
@media (min-width: 768px) {
  #ihvz-overlay {
    width: auto;
    min-width: 33vw;
  }
}

.ihvz-overlay-panel {
  display: flex;
  justify-content: center;
  min-height: 100%;
}

/* ENDE : Overlay */
/* START: Overlay Button (Buch) */
.ihvz-overlay-btn-wrapper {
  z-index: 9000;
  position: fixed;
  bottom: 110px;
}
@media (min-width: 768px) {
  .ihvz-overlay-btn-wrapper {
    bottom: 110px;
  }
}
.ihvz-overlay-btn-wrapper {
  right: 18px;
  display: flex;
  align-items: center;
  padding-left: 15px;
  transition: bottom 0.25s ease-in-out;
}
.ihvz-overlay-btn-wrapper.is-at-end {
  bottom: 110px;
}
.ihvz-overlay-btn-wrapper.is-intro .ihvz-overlay-btn {
  pointer-events: none;
  animation: ihvzBtnPulse 2s ease both;
}
.ihvz-overlay-btn-wrapper.is-intro .ihvz-overlay-btn-label {
  animation: ihvzLabelIntro 2s ease both;
}
.ihvz-overlay-btn-wrapper.is-intro .ihvz-overlay-btn .cover {
  animation: ihvzBookCoverIntro 2s ease both;
}
.ihvz-overlay-btn-wrapper.is-intro .ihvz-overlay-btn .floor {
  animation: ihvzBookFloorIntro 2s ease both;
}

.ihvz-overlay-btn-label {
  transition: max-width 0.25s ease-in-out;
  max-width: 0;
  overflow: hidden;
  box-sizing: border-box;
  height: 36px;
  transform: translateX(50px);
  opacity: 0;
}
.ihvz-overlay-btn-label.visible {
  max-width: 200px;
}
.ihvz-overlay-btn-label {
  background-color: #163880;
  color: #f1f1f1;
  border-radius: 5px;
  padding: 5px 25px 5px 15px;
}

.ihvz-overlay-btn {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 12px;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #163880;
  opacity: 0;
  pointer-events: none;
  scale: 1;
}
.ihvz-overlay-btn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.ihvz-overlay-btn .item {
  position: absolute;
  font-size: 21.5px;
  transition: scale 0.25s, transform 0.25s ease;
}
.ihvz-overlay-btn .floor {
  color: #349aeb;
}
.ihvz-overlay-btn {
  transition: color 0.25s;
  transition: 0.25s;
}
.ihvz-overlay-btn[aria-expanded=true] .cover {
  transform: scaleX(-1) translateX(40%);
}
.ihvz-overlay-btn[aria-expanded=true] .floor {
  transform: translateX(40%);
}

@keyframes ihvzLabelIntro {
  0% {
    max-width: 0;
    opacity: 0;
    transform: translateX(50px);
  }
  12% {
    max-width: 200px;
    opacity: 1;
    transform: translateX(10px);
  }
  85% {
    max-width: 200px;
    opacity: 1;
    transform: translateX(10px);
  }
  100% {
    max-width: 0;
    opacity: 0;
    transform: translateX(50px);
  }
}
@keyframes ihvzBtnPulse {
  0% {
    scale: 1;
  }
  10% {
    scale: 1.2;
  }
  20% {
    scale: 1;
  }
  30% {
    scale: 1.15;
  }
  40% {
    scale: 1;
  }
  55% {
    scale: 1.1;
  }
  70% {
    scale: 1;
  }
  100% {
    scale: 1;
  }
}
@keyframes ihvzBookCoverIntro {
  0%, 80% {
    transform: scaleX(-1) translateX(40%);
  }
  100% {
    transform: none;
  }
}
@keyframes ihvzBookFloorIntro {
  0%, 80% {
    transform: translateX(40%);
  }
  100% {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ihvz-overlay-btn-wrapper.is-intro .ihvz-overlay-btn,
  .ihvz-overlay-btn-wrapper.is-intro .ihvz-overlay-btn .cover,
  .ihvz-overlay-btn-wrapper.is-intro .ihvz-overlay-btn .floor {
    animation: none;
  }
  .ihvz-overlay-btn-wrapper.is-intro .ihvz-overlay-btn-label {
    animation: ihvzLabelFade 1400ms ease both;
    transform: none;
  }
  @keyframes ihvzLabelFade {
    0% {
      max-width: 0;
      opacity: 0;
    }
    20% {
      max-width: 140px;
      opacity: 1;
    }
    80% {
      max-width: 140px;
      opacity: 1;
    }
    100% {
      max-width: 0;
      opacity: 0;
    }
  }
}
/* ENDE : Overlay Button (Buch) */
/* START: Global Responsive Design Rules */
@media (min-width: 1024px) {
  .ihvz-btn {
    display: none;
  }
}
/* ENDE : Global Responsive Design Rules */
.flex {
  display: flex;
}

.table-def,
.table-def * {
  box-sizing: border-box;
}

.table-def td {
  white-space: normal;
}

@media (max-width: 767px) {
  .table-def.mb\:no-caption:not(.bp-1024) caption {
    display: none;
  }
}
@media (max-width: 1023px) {
  .table-def.mb\:no-caption.bp-1024 caption {
    display: none;
  }
}
@media (min-width: 768px) {
  .table-def.equal-rows:not(.bp-1024) tbody tr {
    height: var(--eq-row-h, auto);
  }
}
@media (min-width: 1024px) {
  .table-def.equal-rows.bp-1024 tbody tr {
    height: var(--eq-row-h, auto);
  }
}
.table-def.equal-rows.only-table tbody tr {
  height: var(--eq-row-h, auto);
}

.table-def {
  width: 100%;
}
.table-def th,
.table-def td {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: manual;
  text-wrap: pretty;
}
.table-def:not(.only-table) thead {
  display: none;
}
.table-def:not(.only-table) tbody {
  margin-bottom: 15px;
}
.table-def:not(.only-table) tbody tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  clear: both;
  border-radius: 5px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.table-def:not(.only-table) tbody tr.reverse {
  flex-direction: column-reverse;
}
.table-def:not(.only-table) tbody td {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  position: relative;
}
.table-def:not(.only-table) tbody td:nth-child(even):not(.key) {
  background-color: #f1f1f1;
}
.table-def:not(.only-table) tbody td:nth-child(odd):not(.key) {
  background-color: white;
}
.table-def:not(.only-table) tbody td.key {
  font-weight: bold;
  background-color: #163880;
  color: white;
}
.table-def:not(.only-table) tbody td.value {
  padding-top: 4rem;
}
.table-def:not(.only-table) tbody td.value::after {
  content: attr(data-label);
  font-weight: 800;
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  color: #163880;
}
.table-def.no-uppercase tbody td.key {
  text-transform: none;
}
.table-def caption {
  text-align: left;
  font-weight: bold;
  font-size: 1.2em;
  width: 100%;
}
.table-def:not(.only-table) caption {
  margin-bottom: 10px;
}
.table-def:not(.only-table) th.col-compact,
.table-def:not(.only-table) td.col-compact {
  white-space: normal;
}
.table-def:not(.only-table) tr > :nth-child(even):not(th):not(.key) {
  background-color: #f1f1f1;
}
.table-def:not(.only-table) tr .key {
  border-radius: 5px 5px 0 0;
}
.table-def:not(.only-table) tbody {
  margin-bottom: 0;
}
.table-def:not(.only-table) tbody > :last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .table-def:not(.bp-1024):not(.only-table) {
    margin-bottom: 15px !important;
  }
  .table-def:not(.bp-1024):not(.only-table)::after, .table-def:not(.bp-1024):not(.only-table)::before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 3rem;
    pointer-events: none;
    backdrop-filter: blur(1.75px);
    -webkit-backdrop-filter: blur(1.75px);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
  }
  .table-def:not(.bp-1024):not(.only-table)::after {
    inset: 0 auto 0 -6px;
    border-radius: 0.5em 0 0 0.5em;
    background: radial-gradient(ellipse at left center, #f1f1f1 0%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 25%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 25%, transparent 100%);
  }
  .table-def:not(.bp-1024):not(.only-table)::before {
    inset: 0 -6px 0 auto;
    border-radius: 0 0.5em 0.5em 0;
    background: radial-gradient(ellipse at right center, #f1f1f1 0%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(to left, #000 0%, #000 25%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, #000 0%, #000 25%, transparent 100%);
  }
  .table-def:not(.bp-1024):not(.only-table) {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    overflow: hidden;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.5em;
    text-align: left;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody {
    border-radius: 15px;
    border: 2px black solid;
    padding: 2px;
    position: relative;
    overflow: hidden;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody > :nth-child(even):not(th) {
    background-color: #f1f1f1;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody > :nth-child(even) td.key {
    background-color: #f1f1f1;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody > :nth-child(odd):not(th) td {
    background-color: white;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody > :nth-child(even):not(th) td {
    background-color: #f1f1f1;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody td.value {
    padding-top: 15px;
  }
  .table-def:not(.bp-1024):not(.only-table) .align-center {
    text-align: center;
  }
  .table-def:not(.bp-1024):not(.only-table) th.col-compact,
  .table-def:not(.bp-1024):not(.only-table) td.col-compact {
    white-space: nowrap;
    text-align: right;
  }
  .table-def:not(.bp-1024):not(.only-table).no-capital thead {
    text-transform: none;
  }
  .table-def:not(.bp-1024):not(.only-table) thead {
    display: table-header-group;
    background-color: #163880;
    color: white;
  }
  .table-def:not(.bp-1024):not(.only-table) thead th {
    padding: 15px;
  }
  .table-def:not(.bp-1024):not(.only-table) thead :first-child {
    border-radius: 5px 0 0 0;
  }
  .table-def:not(.bp-1024):not(.only-table) thead :last-child {
    border-radius: 0 5px 0 0;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody {
    display: table-row-group;
    margin-bottom: 0;
    border-radius: 0 0.5rem;
    overflow: hidden;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody tr {
    display: table-row;
    flex-direction: row;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody td {
    display: table-cell;
    width: auto;
    padding: 15px;
    vertical-align: top;
    position: static;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody td.key {
    background-color: white;
    color: black;
    text-transform: none;
    font-weight: normal;
  }
  .table-def:not(.bp-1024):not(.only-table) tbody td.value::after {
    display: none;
  }
  .table-def:not(.bp-1024):not(.only-table) caption {
    box-sizing: border-box;
    caption-side: bottom;
    text-align: right;
    font-size: 1em;
    padding: 10px;
    padding-bottom: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-weight: normal;
  }
  .table-def:not(.bp-1024):not(.only-table) .min-80 {
    box-sizing: border-box;
    width: 100px;
  }
  .table-def:not(.bp-1024):not(.only-table) .max-200 {
    box-sizing: border-box;
    width: 200px;
    max-width: 200px;
  }
}
@media (min-width: 1024px) {
  .table-def.bp-1024:not(.only-table) {
    margin-bottom: 15px !important;
  }
  .table-def.bp-1024:not(.only-table)::after, .table-def.bp-1024:not(.only-table)::before {
    content: "";
    position: absolute;
    z-index: 5;
    width: 3rem;
    pointer-events: none;
    backdrop-filter: blur(1.75px);
    -webkit-backdrop-filter: blur(1.75px);
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
  }
  .table-def.bp-1024:not(.only-table)::after {
    inset: 0 auto 0 -6px;
    border-radius: 0.5em 0 0 0.5em;
    background: radial-gradient(ellipse at left center, #f1f1f1 0%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 25%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 25%, transparent 100%);
  }
  .table-def.bp-1024:not(.only-table)::before {
    inset: 0 -6px 0 auto;
    border-radius: 0 0.5em 0.5em 0;
    background: radial-gradient(ellipse at right center, #f1f1f1 0%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(to left, #000 0%, #000 25%, transparent 100%);
    -webkit-mask-image: linear-gradient(to left, #000 0%, #000 25%, transparent 100%);
  }
  .table-def.bp-1024:not(.only-table) {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    overflow: hidden;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 0.5em;
    text-align: left;
  }
  .table-def.bp-1024:not(.only-table) tbody {
    border-radius: 15px;
    border: 2px black solid;
    padding: 2px;
    position: relative;
    overflow: hidden;
  }
  .table-def.bp-1024:not(.only-table) tbody > :nth-child(even):not(th) {
    background-color: #f1f1f1;
  }
  .table-def.bp-1024:not(.only-table) tbody > :nth-child(even) td.key {
    background-color: #f1f1f1;
  }
  .table-def.bp-1024:not(.only-table) tbody > :nth-child(odd):not(th) td {
    background-color: white;
  }
  .table-def.bp-1024:not(.only-table) tbody > :nth-child(even):not(th) td {
    background-color: #f1f1f1;
  }
  .table-def.bp-1024:not(.only-table) tbody td.value {
    padding-top: 15px;
  }
  .table-def.bp-1024:not(.only-table) .align-center {
    text-align: center;
  }
  .table-def.bp-1024:not(.only-table) th.col-compact,
  .table-def.bp-1024:not(.only-table) td.col-compact {
    white-space: nowrap;
    text-align: right;
  }
  .table-def.bp-1024:not(.only-table).no-capital thead {
    text-transform: none;
  }
  .table-def.bp-1024:not(.only-table) thead {
    display: table-header-group;
    background-color: #163880;
    color: white;
  }
  .table-def.bp-1024:not(.only-table) thead th {
    padding: 15px;
  }
  .table-def.bp-1024:not(.only-table) thead :first-child {
    border-radius: 5px 0 0 0;
  }
  .table-def.bp-1024:not(.only-table) thead :last-child {
    border-radius: 0 5px 0 0;
  }
  .table-def.bp-1024:not(.only-table) tbody {
    display: table-row-group;
    margin-bottom: 0;
    border-radius: 0 0.5rem;
    overflow: hidden;
  }
  .table-def.bp-1024:not(.only-table) tbody tr {
    display: table-row;
    flex-direction: row;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .table-def.bp-1024:not(.only-table) tbody td {
    display: table-cell;
    width: auto;
    padding: 15px;
    vertical-align: top;
    position: static;
  }
  .table-def.bp-1024:not(.only-table) tbody td.key {
    background-color: white;
    color: black;
    text-transform: none;
    font-weight: normal;
  }
  .table-def.bp-1024:not(.only-table) tbody td.value::after {
    display: none;
  }
  .table-def.bp-1024:not(.only-table) caption {
    box-sizing: border-box;
    caption-side: bottom;
    text-align: right;
    font-size: 1em;
    padding: 10px;
    padding-bottom: 0;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-weight: normal;
  }
  .table-def.bp-1024:not(.only-table) .min-80 {
    box-sizing: border-box;
    width: 100px;
  }
  .table-def.bp-1024:not(.only-table) .max-200 {
    box-sizing: border-box;
    width: 200px;
    max-width: 200px;
  }
}
.table-def.only-table {
  margin-bottom: 15px !important;
}
.table-def.only-table::after, .table-def.only-table::before {
  content: "";
  position: absolute;
  z-index: 5;
  width: 3rem;
  pointer-events: none;
  backdrop-filter: blur(1.75px);
  -webkit-backdrop-filter: blur(1.75px);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
.table-def.only-table::after {
  inset: 0 auto 0 -6px;
  border-radius: 0.5em 0 0 0.5em;
  background: radial-gradient(ellipse at left center, #f1f1f1 0%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to right, #000 0%, #000 25%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, #000 0%, #000 25%, transparent 100%);
}
.table-def.only-table::before {
  inset: 0 -6px 0 auto;
  border-radius: 0 0.5em 0.5em 0;
  background: radial-gradient(ellipse at right center, #f1f1f1 0%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 100%);
  mask-image: linear-gradient(to left, #000 0%, #000 25%, transparent 100%);
  -webkit-mask-image: linear-gradient(to left, #000 0%, #000 25%, transparent 100%);
}
.table-def.only-table {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  margin: 0;
  overflow: hidden;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.5em;
  text-align: left;
}
.table-def.only-table tbody {
  border-radius: 15px;
  border: 2px black solid;
  padding: 2px;
  position: relative;
  overflow: hidden;
}
.table-def.only-table tbody > :nth-child(even):not(th) {
  background-color: #f1f1f1;
}
.table-def.only-table tbody > :nth-child(even) td.key {
  background-color: #f1f1f1;
}
.table-def.only-table tbody > :nth-child(odd):not(th) td {
  background-color: white;
}
.table-def.only-table tbody > :nth-child(even):not(th) td {
  background-color: #f1f1f1;
}
.table-def.only-table tbody td.value {
  padding-top: 15px;
}
.table-def.only-table .align-center {
  text-align: center;
}
.table-def.only-table th.col-compact,
.table-def.only-table td.col-compact {
  white-space: nowrap;
  text-align: right;
}
.table-def.only-table.no-capital thead {
  text-transform: none;
}
.table-def.only-table thead {
  display: table-header-group;
  background-color: #163880;
  color: white;
}
.table-def.only-table thead th {
  padding: 15px;
}
.table-def.only-table thead :first-child {
  border-radius: 5px 0 0 0;
}
.table-def.only-table thead :last-child {
  border-radius: 0 5px 0 0;
}
.table-def.only-table tbody {
  display: table-row-group;
  margin-bottom: 0;
  border-radius: 0 0.5rem;
  overflow: hidden;
}
.table-def.only-table tbody tr {
  display: table-row;
  flex-direction: row;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: none;
}
.table-def.only-table tbody td {
  display: table-cell;
  width: auto;
  padding: 15px;
  vertical-align: top;
  position: static;
}
.table-def.only-table tbody td.key {
  background-color: white;
  color: black;
  text-transform: none;
  font-weight: normal;
}
.table-def.only-table tbody td.value::after {
  display: none;
}
.table-def.only-table caption {
  box-sizing: border-box;
  caption-side: bottom;
  text-align: right;
  font-size: 1em;
  padding: 10px;
  padding-bottom: 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-weight: normal;
}
.table-def.only-table .min-80 {
  box-sizing: border-box;
  width: 100px;
}
.table-def.only-table .max-200 {
  box-sizing: border-box;
  width: 200px;
  max-width: 200px;
}
.table-def.only-table {
  border-radius: 0.5em;
}
.table-def:not(.only-table).calculation tbody tr {
  background-color: white;
  color: black;
}
.table-def:not(.only-table).calculation tbody tr .green {
  color: green;
}
.table-def:not(.only-table).calculation tbody tr .main-val {
  font-weight: 800;
}
.table-def:not(.only-table).calculation tbody td {
  color: black;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  .table-def:not(.only-table).calculation tbody td.key {
    border-bottom: rgba(30, 58, 95, 0.2) 1px solid;
  }
}
.table-def:not(.only-table).calculation .main-val {
  text-align: right;
}
.table-def:not(.only-table).calculation .main-val.to-top {
  position: absolute;
  top: 15px;
  right: 0;
}
@media (min-width: 440px) {
  .table-def:not(.only-table).calculation .main-val.a440\:to-top {
    position: absolute;
    top: 15px;
    right: 0;
  }
}
.table-def:not(.only-table).calculation tbody tr {
  position: relative;
}
.table-def:not(.only-table).calculation tbody td.value {
  padding-top: 15px;
}
.table-def:not(.only-table).calculation tbody td.value.main-val {
  padding-top: 0;
}
.table-def:not(.only-table).calculation tbody td.value::after {
  display: none;
}
.table-def:not(.only-table).calculation tbody tr.last .blue {
  background-color: #f1f1f1;
}
@media (max-width: 439px) {
  .table-def:not(.only-table).calculation tbody tr.last .b440\:blue {
    background-color: #f1f1f1;
  }
}

@media (min-width: 768px) {
  .table-group {
    --col-2: 130px;
    --col-1: clamp(
      150px,
      calc(100% - var(--col-2) - 500px),
      260px
    );
  }
}
@media (min-width: 768px) {
  .table-group .table-def.table-sync-cols {
    display: block;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
  }
  .table-group .table-def.table-sync-cols thead,
  .table-group .table-def.table-sync-cols tbody,
  .table-group .table-def.table-sync-cols tr {
    display: block;
  }
  .table-group .table-def.table-sync-cols thead tr,
  .table-group .table-def.table-sync-cols tbody tr {
    display: grid;
    grid-template-columns: var(--col-1) var(--col-2) minmax(0, 1fr);
  }
  .table-group .table-def.table-sync-cols thead tr {
    background-color: #163880;
    color: white;
  }
  .table-group .table-def.table-sync-cols tbody tr {
    margin-bottom: 0;
  }
  .table-group .table-def.table-sync-cols th,
  .table-group .table-def.table-sync-cols td {
    min-width: 0;
    padding: 15px;
    vertical-align: middle;
  }
  .table-group .table-def.table-sync-cols th:nth-child(2),
  .table-group .table-def.table-sync-cols td:nth-child(2) {
    white-space: nowrap;
  }
  .table-group .table-def.table-sync-cols td:nth-child(3),
  .table-group .table-def.table-sync-cols th:nth-child(3) {
    overflow-wrap: anywhere;
  }
}
.table-group .table-note {
  text-align: right;
  margin-block-start: 10px !important;
  padding-bottom: 10px !important;
}

main.main > section.artikel {
  padding-bottom: 5rem;
}
@media (min-width: 975px) {
  main.main > section.artikel {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 975px) and (min-width: 1200px) {
  main.main > section.artikel {
    padding-bottom: 10rem;
  }
}
main.main > section.artikel {
  padding-top: 5rem;
}
@media (min-width: 975px) {
  main.main > section.artikel {
    padding-top: 7.5rem;
  }
}
@media (min-width: 975px) and (min-width: 1200px) {
  main.main > section.artikel {
    padding-top: 10rem;
  }
}
main.main > section.artikel:nth-of-type(odd):not(.artikel-head) {
  background-color: #f1f1f1;
}
main.main > section.artikel:not(:has(~ section.artikel)) {
  padding-bottom: 5rem;
}
@media (min-width: 975px) {
  main.main > section.artikel:not(:has(~ section.artikel)) {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 975px) and (min-width: 1200px) {
  main.main > section.artikel:not(:has(~ section.artikel)) {
    padding-bottom: 10rem;
  }
}

.icon-list {
  display: flex;
}

.icon-list {
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
.icon-list li {
  display: flex;
  justify-content: start;
  margin-bottom: var(--item-mb);
}
.icon-list li span {
  margin-right: 9px;
}
.icon-list p {
  text-align: left !important;
}

.icon-list-wrapper .icon-list {
  margin-top: 0;
  margin-bottom: 0;
}

.balanced {
  text-wrap: balance;
  hyphens: auto;
  word-wrap: normal;
  word-break: normal;
}

.color-box {
  background-color: #163880;
  padding: 25px;
  border-radius: 5px;
}
.color-box h3,
.color-box h2 {
  display: grid;
  justify-content: center;
  text-wrap: balance;
}
.color-box h3 {
  grid-template-columns: calc(1.2em - 2px) 1fr;
}
.color-box h2 {
  grid-template-columns: calc(1.5em - 2px) 1fr;
}
.color-box svg {
  margin-top: 2px;
}
.color-box h2,
.color-box p,
.color-box .fa-solid {
  color: white;
}
.color-box.-blue {
  background-color: #349aeb;
}
.color-box.-blue h2,
.color-box.-blue p,
.color-box.-blue .fa-solid {
  color: white;
}
.color-box.-green {
  background-color: #0a6317;
}
.color-box.-green h2,
.color-box.-green p,
.color-box.-green .fa-solid {
  color: white;
}
.color-box.-attention {
  background-color: #ffc940;
}
.color-box.-attention h2,
.color-box.-attention p,
.color-box.-attention .fa-solid {
  color: #000;
}
.color-box.-attention {
  box-sizing: border-box;
  background-color: rgba(52, 154, 235, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.color-box.-attention h2,
.color-box.-attention p,
.color-box.-attention .fa-solid {
  color: #24282f;
}

.email-link,
.box-element {
  display: inline-block;
  transition: transform 1s ease-in-out;
}
.email-link:hover,
.box-element:hover {
  transform: scale(1.05);
}

.email-link {
  padding-left: 6px;
}

.pre-headline {
  color: #349aeb;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  font-size: 1.25rem;
}

.headline-block .center {
  text-align: center;
}
.headline-block h2 {
  margin-top: 10px;
}
.headline-block:has(.headline_icon) .pre-headline {
  margin-left: 5rem;
}

.center {
  text-align: center;
}
.center > h2,
.center > p {
  text-align: center;
}

.left {
  text-align: left;
}
.left > h2,
.left > p {
  text-align: left;
}

@media (min-width: 975px) {
  .tb\:center {
    text-align: center;
  }
  .tb\:center > h2,
  .tb\:center > p {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .bp1024\:center {
    text-align: center;
  }
  .bp1024\:center > h2,
  .bp1024\:center > p {
    text-align: center;
  }
}

.headline_icon {
  --icon-size: 3rem;
  --icon-gap: 2rem;
  --icon-color: currentColor;
  display: flex;
  align-items: center;
  gap: var(--icon-gap);
  color: var(--icon-color);
}
.headline_icon span {
  flex: 0 0 var(--icon-size);
  width: var(--icon-size);
  height: var(--icon-size);
  display: inline-flex;
  justify-content: center;
  color: var(--icon-color);
}
.headline_icon i {
  font-size: calc(var(--icon-size) * 0.55);
  font-size: calc(var(--icon-size));
  line-height: 1;
}

.artikel .headline_icon i {
  color: #163880;
}

.artikel .headline_icon.--success i {
  color: green !important;
}

.artikel .headline_icon.--danger i {
  color: red;
}

.ihvz-titleSwap-full {
  letter-spacing: 0.02rem;
}

body.has-ihvz-overlay-open {
  overflow: hidden;
}

#reklamationsbedingungen-zusammenfassung-tabelle {
  overflow-x: hidden;
}

.table-wrapper {
  border-radius: 0.5em;
  overflow: hidden;
  overflow-x: auto;
}

.table-scroll {
  position: relative;
}
.table-scroll .table-wrapper {
  padding: 0 2.5rem;
}

.artikel.alt .container {
  max-width: min(560px, 100%);
  padding: 2.5rem;
  background-color: white;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5em;
}
.artikel.alt p,
.artikel.alt h2 {
  color: black;
}
.artikel.alt h2 {
  display: flex;
  justify-content: flex-start;
}
.artikel.alt .pre-headline {
  color: #349aeb;
}/*# sourceMappingURL=reklamationsbedingungen.css.map */