@charset "UTF-8";
/* ibm-plex-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/ibm-plex-sans-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-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: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/ibm-plex-sans-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/ibm-plex-sans-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../Fonts/ibm-plex-serif-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-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: "IBM Plex Serif";
  font-style: normal;
  font-weight: 500;
  src: url("../Fonts/ibm-plex-serif-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "IBM Plex Serif";
  font-style: normal;
  font-weight: 700;
  src: url("../Fonts/ibm-plex-serif-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Computes a CSS calc function that betweens a value from
 * A to B over viewport-width A to viewport-width B.
 * Requires a media query to cap the value at B.
 */
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

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

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

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

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

html {
  min-height: 100%;
}

img {
  max-width: 100%;
  font-style: italic;
  vertical-align: middle;
  height: auto;
}

button {
  cursor: pointer;
}

nav ul li::marker {
  content: "";
}

@font-face {
  font-family: "icomoon";
  src: url("../Fonts/icomoon/icomoon.ttf?qva9e1") format("truetype"), url("../Fonts/icomoon/icomoon.woff?qva9e1") format("woff"), url("../Fonts/icomoon/icomoon.svg?qva9e1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-refresh-ccw:before {
  content: "\e910";
}

.icon-cross:before {
  content: "\e90a";
}

.icon-chevron-down:before {
  content: "\e900";
}

.icon-chevron-left:before {
  content: "\e901";
}

.icon-chevron-right:before {
  content: "\e902";
}

.icon-chevron-up:before {
  content: "\e903";
}

.icon-download:before {
  content: "\e904";
}

.icon-mail:before {
  content: "\e905";
}

.icon-phone:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-external-link:before {
  content: "\e909";
}

.icon-home:before {
  content: "\e90b";
}

.icon-link:before {
  content: "\e90c";
}

.icon-minus:before {
  content: "\e90d";
}

.icon-plus:before {
  content: "\e90e";
}

.icon-printer:before {
  content: "\e90f";
}

.icon-info:before {
  content: "\e912";
}

.icon-settings:before {
  content: "\e913";
}

.icon-shield:before {
  content: "\e914";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-x:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin:before {
  content: "\eaca";
}

.icon-pinterest:before {
  content: "\ead2";
}

.icon-xing:before {
  content: "\ead4";
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.e-form__fieldwrap,
.form-group,
.actions {
  position: relative;
  width: 100%;
}
* + .e-form__fieldwrap,
* + .form-group,
* + .actions {
  margin-top: 16px;
}
.c-selftest .e-form__fieldwrap,
.c-selftest .form-group,
.c-selftest .actions {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
@media (min-width: 38.75em) {
  .c-selftest .e-form__fieldwrap,
  .c-selftest .form-group,
  .c-selftest .actions {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
  }
}

label {
  line-height: 20px;
  font-size: 14px;
  color: #3a4559;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
}
.c-selftest label {
  display: flex;
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  align-items: center;
  text-align: start;
  font-size: 16px;
  line-height: 1.5;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search] {
  border: 2px solid #3a4559;
  border-radius: 8px;
  height: auto;
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  padding: 8px;
  color: #404040;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
}
input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=search]:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus {
  outline: 4px solid #bdf1ff;
  outline-offset: 0;
}
input[type=text].form-control.error,
input[type=password].form-control.error,
input[type=email].form-control.error,
input[type=search].form-control.error {
  border-color: #e82949;
}

textarea {
  border: 2px solid #3a4559;
  border-radius: 8px;
  height: auto;
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  padding: 8px;
  color: #404040;
  transition: box-shadow 0.3s ease-in-out;
  width: 100%;
}
textarea:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}
textarea:focus {
  outline: 4px solid #bdf1ff;
  outline-offset: 0;
}
textarea.form-control.error {
  border-color: #e82949;
}

.error.form-text {
  color: #e82949;
}

.e-form__radio label {
  cursor: pointer;
}
.e-form__radio input[type=radio] {
  display: none;
}
.e-form__radio.-test {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.e-form__radio.-test label {
  display: block;
  padding: 8px;
  height: 100%;
}
.e-form__radio.-test:has(input[type=radio]:checked) {
  background-color: #e82949;
}
.e-form__radio.-test:has(input[type=radio]:checked) label {
  color: #fffefd;
}

html {
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
}

a {
  color: #e82949;
  text-decoration: underline;
}
a:hover {
  color: #e82949;
  text-decoration: underline;
}

[class^=link-icon],
[class*=link-icon] {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.4em;
}
[class^=link-icon]::before,
[class*=link-icon]::before {
  position: absolute;
  content: "";
  font-size: inherit;
  line-height: 1;
  font-family: "icomoon", sans-serif;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}

.link-icon--phone::before {
  content: "\e906";
}

.link-icon--print::before {
  content: "\e90f";
}

.link-icon--download::before {
  content: "\e904";
}

.link-icon--email::before {
  transform: translateY(-45%);
  content: "\e905";
}

.link-icon--home::before {
  content: "\e90b";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h-h1,
.h-h2,
.h-h3,
.h-h4,
.h-h5,
.h-h6 {
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  color: #3a4559;
  font-weight: 500;
  margin: 0;
  hyphens: auto;
}
* + h1,
* + h2,
* + h3,
* + h4,
* + h5,
* + h6,
* + .h-h1,
* + .h-h2,
* + .h-h3,
* + .h-h4,
* + .h-h5,
* + .h-h6 {
  margin-top: 32px;
}

h1,
.h-h1 {
  font-size: 2.986rem;
  line-height: 1.2;
}

h2,
.h-h2 {
  font-size: 2.488rem;
  line-height: 1.2;
}

h3,
.h-h3 {
  font-size: 2.074rem;
  line-height: 1.2;
}
* + h3,
* + .h-h3 {
  margin-top: 32px;
}

h4,
.h-h4 {
  font-size: 1.728rem;
  line-height: 1.2;
}
* + h4,
* + .h-h4 {
  margin-top: 32px;
}

h5,
.h-h5 {
  font-size: 1.44rem;
  line-height: 1.2;
}

h6,
.h-h6 {
  font-size: 1.2rem;
  line-height: 1.2;
}

p {
  margin: 0;
}
* + p {
  margin-top: 16px;
}

ul {
  list-style: disc;
  margin: 0;
  padding: 0 0 0 12px;
}
* + ul {
  margin-top: 16px;
}
ul li {
  padding-left: 8px;
}
ul li::marker {
  content: "■";
  color: #e82949;
  font-style: italic;
}

figure {
  margin: 0;
}

figcaption {
  color: #bfbfbf;
  margin: 10px 0 0 0;
  background: #fff;
}

/*!
 * delicious-hamburgers
 * @description Beautiful SASS powered hamburger menu toggle buttons
 * @author Kasper Koman
 * @link https://github.com/kapoko/delicious-hamburgers
 */
button.g-burger {
  width: 30px;
  height: 30px;
}

div.g-burger {
  width: 30px;
  height: 30px;
}
div.g-burger > .inner {
  top: 50%;
}

.g-burger {
  background: transparent;
  border: 0 transparent solid;
  padding: 0px;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-transform: none;
  margin: 0;
  overflow: visible;
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger.active {
  background: transparent;
}
.g-burger.active span.bar {
  background-color: #3a4559;
}
.g-burger > .inner {
  position: relative;
  margin: 0;
  width: 100%;
  margin-top: -1px;
}
.g-burger span.bar {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #3a4559;
  border-radius: 0;
}
.g-burger span.bar:nth-child(1) {
  top: -10px;
}
.g-burger span.bar:nth-child(3) {
  top: 10px;
}
.g-burger:focus {
  outline: 0;
}
.g-burger:hover {
  opacity: 1;
}

.g-burger--default.active span.bar {
  top: 0;
}
.g-burger--default.active span.bar:nth-child(1) {
  transform: rotate(45deg);
}
.g-burger--default.active span.bar:nth-child(2) {
  opacity: 0;
}
.g-burger--default.active span.bar:nth-child(3) {
  transform: rotate(-45deg);
}

.g-burger--criss-cross > .inner::before, .g-burger--criss-cross > .inner::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #3a4559;
  border-radius: 0;
  left: 4.3933982822px;
  transform-origin: 0 50%;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 0;
  opacity: 0;
}
.g-burger--criss-cross > .inner::before {
  transform: rotate(45deg);
  top: -10.6066017178px;
}
.g-burger--criss-cross > .inner::after {
  transform: rotate(-45deg);
  top: 10.6066017178px;
  transition-delay: 0.05s;
}
.g-burger--criss-cross span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--criss-cross span.bar:nth-child(1) {
  transition-delay: 0.165s;
}
.g-burger--criss-cross span.bar:nth-child(2) {
  transition-delay: 0.18s;
}
.g-burger--criss-cross span.bar:nth-child(3) {
  transition-delay: 0.195s;
}
.g-burger--criss-cross.active > .inner::before, .g-burger--criss-cross.active > .inner::after {
  opacity: 1;
  width: 100%;
}
.g-burger--criss-cross.active > .inner::before {
  transition-delay: 0.2s;
}
.g-burger--criss-cross.active > .inner::after {
  transition-delay: 0.25s;
}
.g-burger--criss-cross.active span.bar {
  transform: translate3D(-10px, 0, 0);
  opacity: 0;
  width: 50%;
}
.g-burger--criss-cross.active span.bar:nth-child(1) {
  transition-delay: 0s;
}
.g-burger--criss-cross.active span.bar:nth-child(2) {
  transition-delay: 0.1s;
}
.g-burger--criss-cross.active span.bar:nth-child(3) {
  transition-delay: 0.05s;
}

.g-burger--apple > .inner {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--apple span.bar:nth-child(1) {
  top: -8px;
  transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.125s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--apple span.bar:nth-child(2) {
  display: none;
}
.g-burger--apple span.bar:nth-child(3) {
  top: 8px;
  transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.175s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--apple.active > .inner {
  transition: transform 0.175s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotate(90deg) translate3d(1px, -1px, 0);
}
.g-burger--apple.active span.bar {
  transition: top 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.175s cubic-bezier(0.645, 0.045, 0.355, 1) 0.075s;
}
.g-burger--apple.active span.bar:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.g-burger--apple.active span.bar:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}

.g-burger--arrow > .inner, .g-burger--arrow-right > .inner {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--arrow span.bar, .g-burger--arrow-right span.bar {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0.05s;
}
.g-burger--arrow span.bar:nth-child(1), .g-burger--arrow-right span.bar:nth-child(1) {
  transform-origin: 100% 0;
  right: 0;
}
.g-burger--arrow span.bar:nth-child(3), .g-burger--arrow-right span.bar:nth-child(3) {
  transform-origin: 100% 100%;
  right: 0;
}
.g-burger--arrow.active span.bar, .g-burger--arrow-right.active span.bar {
  transition-delay: 0s;
}
.g-burger--arrow.active span.bar:nth-child(1), .g-burger--arrow-right.active span.bar:nth-child(1) {
  transform: rotate(45deg);
  top: 1px;
  width: 40%;
}
.g-burger--arrow.active span.bar:nth-child(2), .g-burger--arrow-right.active span.bar:nth-child(2) {
  width: 28px;
}
.g-burger--arrow.active span.bar:nth-child(3), .g-burger--arrow-right.active span.bar:nth-child(3) {
  transform: rotate(-45deg);
  top: -1px;
  width: 40%;
}
.g-burger--arrow.active > .inner, .g-burger--arrow-right.active > .inner {
  transform: rotate(180deg) translate3d(0, -2px, 0);
}

.g-burger--arrow-right span.bar:nth-child(1) {
  transform-origin: 0 0;
  left: 0;
}
.g-burger--arrow-right span.bar:nth-child(2) {
  right: 0;
}
.g-burger--arrow-right span.bar:nth-child(3) {
  transform-origin: 0 100%;
  left: 0;
}
.g-burger--arrow-right.active span.bar:nth-child(1) {
  transform: rotate(-45deg);
}
.g-burger--arrow-right.active span.bar:nth-child(3) {
  transform: rotate(45deg);
}
.g-burger--arrow-right.active > .inner {
  transform: rotate(-180deg) translate3d(0, -2px, 0);
}

.g-burger--spin > .inner {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--spin span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.125s cubic-bezier(0.645, 0.045, 0.355, 1) 0.125s, opacity 0.125s cubic-bezier(0.645, 0.045, 0.355, 1) 0.125s;
}
.g-burger--spin.active span.bar {
  top: 0;
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.125s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.125s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--spin.active span.bar:nth-child(1) {
  transform: rotate(135deg);
}
.g-burger--spin.active span.bar:nth-child(2) {
  opacity: 0;
}
.g-burger--spin.active span.bar:nth-child(3) {
  transform: rotate(45deg);
}
.g-burger--spin.active > .inner {
  transform: rotate(180deg) translate3d(0, -2px, 0);
}

.g-burger--collapse span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.125s cubic-bezier(0.645, 0.045, 0.355, 1) 0.125s, opacity 0.125s cubic-bezier(0.645, 0.045, 0.355, 1) 0.125s;
}
.g-burger--collapse.active span.bar {
  top: 0;
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s, top 0.125s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.125s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--collapse.active span.bar:nth-child(1) {
  transform: rotate(135deg);
}
.g-burger--collapse.active span.bar:nth-child(2) {
  opacity: 0;
}
.g-burger--collapse.active span.bar:nth-child(3) {
  transform: rotate(45deg);
}

.g-burger--minimal span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.175s cubic-bezier(0.645, 0.045, 0.355, 1) 0.075s;
}
.g-burger--minimal span.bar:nth-child(1) {
  top: -8px;
}
.g-burger--minimal span.bar:nth-child(2) {
  display: none;
}
.g-burger--minimal span.bar:nth-child(3) {
  top: 8px;
}
.g-burger--minimal.active span.bar {
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.175s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--minimal.active span.bar:nth-child(1) {
  transform: translate3d(0, 8px, 0);
}
.g-burger--minimal.active span.bar:nth-child(3) {
  transform: translate3d(0, -8px, 0);
  opacity: 0;
}

.g-burger--dive span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), right 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--dive span.bar:nth-child(1) {
  top: -8px;
}
.g-burger--dive span.bar:nth-child(2) {
  display: none;
}
.g-burger--dive span.bar:nth-child(3) {
  transform-origin: 100% 50%;
  top: 8px;
  right: 0;
}
.g-burger--dive.active span.bar:nth-child(1) {
  transform: rotate(135deg);
  top: 0;
}
.g-burger--dive.active span.bar:nth-child(3) {
  transform: rotate(45deg);
  right: 4.3933982822px;
  top: 10.6066017178px;
}

.g-burger--stack span.bar {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0.15s;
}
.g-burger--stack.active span.bar {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--stack.active span.bar:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
}
.g-burger--stack.active span.bar:nth-child(2) {
  transform: rotate(45deg);
}
.g-burger--stack.active span.bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 0;
}

.g-burger--converge span.bar {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--converge.active span.bar {
  top: 0;
}
.g-burger--converge.active span.bar:nth-child(1) {
  transform: rotate(135deg);
}
.g-burger--converge.active span.bar:nth-child(2) {
  transform: scale(0);
}
.g-burger--converge.active span.bar:nth-child(3) {
  transform: rotate(-135deg);
}

.g-burger--twist span.bar {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.g-burger--twist span.bar:nth-child(1) {
  transform-origin: 0 50%;
  left: 0;
}
.g-burger--twist span.bar:nth-child(2) {
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.g-burger--twist.active span.bar:nth-child(1) {
  transform: rotate(45deg);
  left: 4.3933982822px;
  top: -10.6066017178px;
}
.g-burger--twist.active span.bar:nth-child(2) {
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}
.g-burger--twist.active span.bar:nth-child(3) {
  transform: rotate(-225deg);
  top: 0;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  color: #fff;
  background: #e82949;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: "icomoon", sans-serif;
  font-size: 24px;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 8px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "\e901";
}
@media (min-width: 46.25em) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 32px;
  }
}
@media (min-width: 65em) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 40px;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 8px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "\e902";
}
@media (min-width: 46.25em) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 32px;
  }
}
@media (min-width: 65em) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 40px;
  }
}

.swiper-pagination {
  width: 100%;
  bottom: 8px;
  left: 0;
  height: 8px;
  display: flex;
  justify-content: center;
  z-index: 9;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  margin: 0 4px;
  position: relative;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* purgecss start ignore */
.o-accordion {
  display: flex;
  flex-wrap: wrap;
}

.o-accordion_header {
  width: 100%;
  cursor: pointer;
}

.o-accordion_content {
  display: none;
  width: 100%;
}
.o-accordion_content[aria-hidden=true] {
  display: none;
}
.o-accordion_content[aria-hidden=false] {
  display: block;
}

/* purgecss end ignore */
.o-dialog-container,
.o-dialog-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.o-dialog-container {
  z-index: 20;
  display: flex;
}

.o-dialog-container[aria-hidden=true] {
  display: none; /* 1 */
}

.o-dialog-overlay {
  background-color: rgba(0, 0, 0, 0.5); /* 1 */
  animation: fade-in 200ms both;
}
.o-dialog-container.-menu .o-dialog-overlay {
  background-color: transparent;
}

.o-dialog-content {
  margin: auto; /* 1 */
  z-index: 2; /* 2 */
  position: relative; /* 2 */
  background-color: white; /* 3 */
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 0;
  max-width: 90%;
  width: 1130px;
  border-radius: 24px;
  overflow: auto;
  max-height: 90vh;
}
.o-dialog-container.-menu .o-dialog-content, .o-dialog-container.-search .o-dialog-content {
  margin: auto auto 0 auto;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 82px);
  max-height: 100%;
  background: #fff;
  border-radius: 0;
  animation: fade-in 400ms 200ms both, slide-left 400ms 200ms both;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.o-dialog-container.-search .o-dialog-content {
  flex-direction: row;
  justify-content: center;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
@keyframes slide-left {
  from {
    transform: translateX(10%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .o-dialog-overlay,
  .o-dialog-content {
    animation: none;
  }
}
.o-section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-left: clamp(8px, -1.9447513812px + 0.026519337 * 100vw, 32px);
  padding-right: clamp(8px, -1.9447513812px + 0.026519337 * 100vw, 32px);
  margin-top: clamp(32px, 18.7403314917px + 0.035359116 * 100vw, 64px);
  /* * + & {
      margin-top: clamp-calc(32px, 64px);
  } */
}
.o-section:last-child {
  margin-bottom: clamp(32px, 18.7403314917px + 0.035359116 * 100vw, 64px);
}
.o-section.-fullWidth {
  padding-left: 0;
  padding-right: 0;
}
.o-section.-hasBg {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  padding-left: clamp(16px, 9.3701657459px + 0.017679558 * 100vw, 32px);
  padding-right: clamp(16px, 9.3701657459px + 0.017679558 * 100vw, 32px);
  padding-top: clamp(32px, 18.7403314917px + 0.035359116 * 100vw, 64px);
  padding-bottom: clamp(32px, 18.7403314917px + 0.035359116 * 100vw, 64px);
  margin-top: clamp(32px, 18.7403314917px + 0.035359116 * 100vw, 64px);
  /* * + & {
      margin-top: 0;
  } */
}
.o-section.-hasBg.-noSpacing {
  padding-top: 0;
  padding-bottom: 0;
}
.o-section.-bgPrimary {
  background-color: #3a4559;
}
.o-section.-bgGrey {
  background-color: #ededea;
}
.g-breadcrumb + .o-section {
  margin-top: 0;
}

.o-section_lyt {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  position: relative;
}
.o-section.-fullWidth .o-section_lyt {
  max-width: 100%;
}
.o-section.-component .o-section_lyt {
  max-width: 1280px;
}
.o-section_lyt header {
  margin-bottom: 16px;
}

.g-header {
  background: #fffefd;
  height: auto;
  padding: 8px clamp(8px, -1.9447513812px + 0.026519337 * 100vw, 32px);
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.g-header_lyt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
}

.g-logo img {
  height: 66px;
  width: auto;
}

.g-header_navbar {
  display: flex;
  align-items: center;
  gap: 16px;
}

.g-menuMainMobile_trigger {
  height: 30px;
}
@media (min-width: 65em) {
  .g-menuMainMobile_trigger {
    display: none;
  }
}

.g-menuMainMobile {
  width: 327px;
  order: 0;
  max-height: calc(100vh - 184px);
  overflow: auto;
}
@media (min-width: 46.25em) {
  .g-menuMainMobile {
    width: 480px;
  }
}

.g-menuMainMobile_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.g-menuMainMobile_item {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.g-menuMainMobile_item + .g-menuMainMobile_item {
  border-top: 1px solid rgba(58, 69, 89, 0.1);
}

.g-menuMainMobile_link {
  font-size: 22px;
  line-height: 1.2;
  text-transform: none;
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  color: #3a4559;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
  flex-grow: 1;
}
.g-menuMainMobile_link:hover {
  color: #e82949;
  text-decoration: none;
}
.g-menuMainMobile_link.-active {
  color: #e82949;
}

.g-menuMainMobile_linkSubtrigger {
  height: 32px;
  width: 32px;
  text-align: center;
  border: 0;
  padding: 0;
}
.g-menuMainMobile_linkSubtrigger::before {
  font-family: "icomoon", sans-serif;
  content: "\e90e";
  display: inline-block;
  font-size: 24px;
  color: #3a4559;
  line-height: 32px;
}
.g-menuMainMobile_item.-hasSub.-isActive > .g-menuMainMobile_linkSubtrigger::before, .g-menuMainMobileL1_item.-hasSub.-isActive > .g-menuMainMobile_linkSubtrigger::before {
  content: "\e90d";
}

.g-menuMainMobileL1_wrap {
  display: none;
  padding: 0;
  flex-grow: 1;
  width: 100%;
}
.g-menuMainMobileL1_wrap.-open {
  display: block;
}

.g-menuMainMobileL1_item {
  padding: 0;
  border-top: 1px solid rgba(58, 69, 89, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.g-menuMainMobileL1_link {
  font-size: 18px;
  line-height: 1.2;
  color: #3a4559;
  text-decoration: none;
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  padding: 12px 40px 12px 8px;
  flex-grow: 1;
}
.g-menuMainMobileL1_link:hover {
  color: rgb(207.6802884615, 214.4158653846, 19.0841346154);
  text-decoration: none;
}
.g-menuMainMobileL1_link--active {
  color: rgb(207.6802884615, 214.4158653846, 19.0841346154);
}
.g-menuMainMobileL1_link--active::after {
  width: 4px;
  height: 16px;
  content: "";
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  position: absolute;
  background: rgb(207.6802884615, 214.4158653846, 19.0841346154);
  border-radius: 6px;
  z-index: 1;
}

.g-menuMainMobileL2_wrap {
  display: none;
  padding: 0;
  flex-grow: 1;
  width: 100%;
}
.g-menuMainMobileL2_wrap.-open {
  display: block;
}

.g-menuMainMobileL2_item {
  padding: 0;
  border-top: 1px solid rgba(58, 69, 89, 0.1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.g-menuMainMobileL2_link {
  font-size: 16px;
  line-height: 1.2;
  color: #3a4559;
  text-decoration: none;
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  padding: 12px 40px 12px 16px;
  flex-grow: 1;
}
.g-menuMainMobileL2_link:hover {
  color: rgb(207.6802884615, 214.4158653846, 19.0841346154);
  text-decoration: none;
}
.g-menuMainMobileL2_link--active {
  color: rgb(207.6802884615, 214.4158653846, 19.0841346154);
}
.g-menuMainMobileL2_link--active::after {
  width: 4px;
  height: 16px;
  content: "";
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  position: absolute;
  background: rgb(207.6802884615, 214.4158653846, 19.0841346154);
  border-radius: 6px;
  z-index: 1;
}

.g-menuMainMobile_trigger {
  appearance: none;
  border: 0;
  padding: 0;
}

.g-menuMain {
  display: none;
}
@media (min-width: 65em) {
  .g-menuMain {
    display: block;
    width: auto;
  }
}

.g-menuMain_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.g-menuMain_item {
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.g-menuMain_item + .g-menuMain_item::before {
  position: absolute;
  display: block;
  content: "";
  width: 2px;
  left: -1px;
  height: 100%;
  background: #e82949;
  transform: skewX(-16deg);
  z-index: -1;
}
.g-menuMain_item:has(.g-menuMain_link.-active)::after {
  content: "";
  background: #e82949;
  transform: skew(-16deg);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.g-menuMain_link {
  font-size: 1.2rem;
  line-height: 1.2;
  text-transform: none;
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  color: #3a4559;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  z-index: 0;
  display: block;
  width: auto;
  padding: 4px 12px;
  transition: all 0.3s ease-in-out;
}
.-hasSub > .g-menuMain_link {
  padding: 4px 0 4px 12px;
}
.g-menuMain_link:hover {
  color: #e82949;
  text-decoration: none;
}
.g-menuMain_link.-active {
  background: transparent;
  color: #fff;
}

.g-menuMain_linkSubtrigger {
  height: 32px;
  width: 32px;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0 12px 0 0;
}
.g-menuMainL1_item .g-menuMain_linkSubtrigger {
  margin: 0;
  justify-self: end;
}
.g-menuMain_linkSubtrigger::before {
  font-family: "icomoon", sans-serif;
  content: "\e900";
  display: inline-block;
  font-size: 24px;
  color: #3a4559;
  line-height: 32px;
}
.g-menuMain_link.-active + .g-menuMain_linkSubtrigger::before {
  color: #fff;
}
.g-menuMain_item.-hasSub.-isActive > .g-menuMain_linkSubtrigger::before, .g-menuMainL1_item.-hasSub.-isActive > .g-menuMain_linkSubtrigger::before {
  content: "\e903";
}

.g-menuMainL1_wrap {
  display: none;
  padding: 0;
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  height: auto;
  width: max-content;
  padding: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 12px;
}
.g-menuMainL1_wrap.-open {
  display: block;
}
.g-menuMainL1_wrap::before {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-bottom-color: #fff;
  top: -10px;
  left: calc(50% - 5px);
}

.g-menuMainL1_item {
  padding: 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}

.g-menuMainL1_link {
  font-size: 1.1rem;
  line-height: 1.2;
  color: #3a4559;
  text-decoration: none;
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: block;
  padding: 6px 0;
  flex-grow: 1;
}
.g-menuMainL1_link.-active {
  color: #e82949;
}

.g-menuMainL2_wrap {
  display: none;
  flex-grow: 1;
  width: 100%;
  grid-column: 1/span 2;
}
.g-menuMainL2_wrap.-open {
  display: block;
}

.g-menuMainL2_item {
  width: fit-content;
}

.g-menuMainL2_link {
  color: #3a4559;
}
.g-menuMainL2_link.-active {
  color: #e82949;
}

.g-menuSm {
  margin-top: 16px;
}

.g-menuSm_item {
  padding: 0;
}

a.g-menuSm_link {
  text-decoration: none;
}

.g-menuScl {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}

.g-menuScl_wrap {
  display: flex;
  gap: 8px;
}

.g-menuScl_item {
  padding: 0;
}

a.g-menuScl_link {
  text-decoration: none;
}
a.g-menuScl_link span[class^=icon-],
a.g-menuScl_link span[class*=" icon-"] {
  font-size: 32px;
  line-height: 1;
}

.g-searchHeader_trigger {
  border: 0;
  padding: 0;
  font-size: 28px;
  line-height: 28px;
  height: 28px;
}

.g-searchHeader_form {
  display: flex;
  width: 80%;
  max-width: 640px;
  gap: 8px;
}

.g-searchHeader_input {
  flex-shrink: 1;
}

.g-searchHeader_submit.c-btn {
  flex-shrink: 0;
  margin-top: 0;
}

.g-footer {
  background: #272f3f;
  width: 100%;
  height: auto;
  color: #bdf1ff;
  padding: 0;
  margin: 0;
  padding: 32px clamp(8px, -1.9447513812px + 0.026519337 * 100vw, 32px);
}
.g-footer a {
  color: #bdf1ff;
  font-weight: 400;
}
.g-footer a:hover {
  color: #fff;
}
.g-footer a:not(.g-menuSm_link, .g-menuScl_link) {
  text-decoration: underline;
}
.g-footer h2,
.g-footer h3,
.g-footer h4,
.g-footer h5,
.g-footer h6 {
  color: #bdf1ff;
  text-align: start;
}
@media (min-width: 65em) {
  .g-footer {
    margin: 0;
  }
}

.g-footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 0 16px 0;
  width: 100%;
  max-width: 1280px;
  gap: clamp(16px, 9.3701657459px + 0.017679558 * 100vw, 32px);
}

.g-footer__info,
.g-footer__sitemap,
.g-footer__social {
  width: auto;
  padding: 0;
}

.g-footer__bottom {
  position: relative;
  padding: 16px 0 0 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  gap: clamp(16px, 9.3701657459px + 0.017679558 * 100vw, 32px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-footer__bottom::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #e82949 0%, #bdf1ff 100%) 0% 0% no-repeat;
}

.g-meta__wrap {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}

.g-meta__item {
  padding: 0;
}

.g-cbar {
  background: #b9bf11;
  padding: 4px 24px;
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.g-cbar a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  display: inline-block;
  margin: 0 0 0 16px;
}
@media (min-width: 65em) {
  .g-cbar {
    padding: 8px 32px 0;
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    justify-content: flex-end;
    background: none;
    z-index: 11;
    width: auto;
  }
}

html {
  scroll-padding-block-start: 60px;
  scroll-behavior: smooth;
}
@media (min-width: 65em) {
  html {
    scroll-padding-block-start: 100px;
  }
}

html.body--noscroll {
  overflow-y: hidden;
}
@media (min-width: 65em) {
  html.body--noscroll {
    overflow-y: auto;
  }
}

body {
  background: #fffefd;
}

.g-page {
  padding-top: 82px;
  padding-bottom: 0;
}
@media (min-width: 65em) {
  .g-page {
    padding-top: 82px;
    padding-bottom: 0;
  }
}
.g-page--start {
  padding-top: 320px;
}
@media (min-width: 65em) {
  .g-page--start {
    padding-top: 576px;
  }
}

.c-btn {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  border: 2px solid #e82949;
  background: #e82949;
  color: #fff;
  padding: 4px 12px;
  transition: box-shadow 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-family: "IBM Plex Sans", "Helvetica", "Arial", sans-serif;
  transform: skewX(-15deg);
  margin: 0 5px;
  border-radius: 8px;
}
.c-btn span {
  display: inline-block;
  transform: skewX(15deg);
}
.c-btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  color: #fff;
}
.c-btn--inv {
  border-color: #fff;
  background: #fff;
  color: #b9bf11;
}
.c-btn.-ghost {
  border-color: #3a4559;
  background: none;
  color: #3a4559;
}
.c-btn.-ghost.-inv {
  border-color: #bdf1ff;
  background: none;
  color: #bdf1ff;
}
.c-btn--ghost-inv {
  border-color: #fff;
  background: none;
  color: #fff;
}
.c-btn--ghost-inv:hover {
  background: #fff;
  color: #b9bf11;
  box-shadow: none;
}
.c-btn--download::before {
  font-family: "icomoon", sans-serif;
  content: "\e904";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
@media (min-width: 65em) {
  .c-btn--download::before {
    margin: 0 10px 0 0;
  }
}
* + .c-btn {
  margin-top: 16px;
}
.c-btn:focus-visible {
  outline: 4px solid #bdf1ff;
}
.c-btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.c-toTop {
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-toTop [class^=icon-],
.c-toTop [class*=" icon-"] {
  background: #fffefd;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
}

.cc-window {
  position: fixed;
  z-index: 9999;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  box-sizing: border-box;
  transition: opacity 1s ease;
  opacity: 1;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-window.cc-static {
  position: static;
}

@media print {
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-left,
  .cc-window.cc-right {
    right: 0;
    left: 0;
  }
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
}
.cc-compliance {
  display: flex;
  align-content: space-between;
  align-items: center;
}

.cc-animate:hover {
  transform: translateY(0);
}

.cc-grower {
  overflow: hidden;
  max-height: 0;
  transition: max-height 1s;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link {
  cursor: pointer;
}

.cc-link {
  display: block;
  padding: 8px 0;
  text-decoration: underline;
  opacity: 0.9;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #b9bf11;
  background: #b9bf11;
  color: #fff;
  padding: 4px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
}
.cc-btn:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: nowrap;
  }
}
.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

.cc-highlight .cc-btn:first-child {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #b9bf11;
  color: #b9bf11;
  padding: 4px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  background: none;
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background: #b9bf11;
  color: #fff;
  box-shadow: none;
}

.cc-close {
  font-size: 1.6em;
  line-height: 0.75;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  display: block;
  opacity: 0.9;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-banner {
  padding: 1em;
}

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-banner.cc-window {
  align-items: center;
  flex-direction: row;
  width: 100%;
  padding: 1em 1.8em;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-banner.cc-window {
    right: 0;
    left: 0;
    align-items: unset;
    flex-direction: column;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-banner.cc-window .cc-compliance {
    flex: 1 1 auto;
  }
}
.cc-banner.cc-top {
  top: 0;
  right: 0;
  left: 0;
}

.cc-banner.cc-bottom {
  right: 0;
  bottom: 0;
  left: 0;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  height: 100%;
  margin: 0;
  padding: 0.8em 1.8em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  padding-bottom: 1.5em;
}

.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}

.cc-floating.cc-window {
  flex-direction: column;
  max-width: 24em;
  padding: 2em;
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-floating.cc-window {
    right: 0;
    left: 0;
    max-width: none;
  }
}
.cc-floating.cc-window .cc-compliance {
  flex: 1 0 auto;
}

.cc-floating.cc-theme-classic {
  padding: 24px;
  border-radius: 0;
}

.cc-floating.cc-theme-classic.cc-type-info .cc-compliance {
  display: inline;
  flex: none;
  text-align: center;
}

.cc-floating.cc-theme-classic.cc-type-info .cc-btn {
  display: inline-block;
}

.cc-floating.cc-theme-edgeless {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  padding: 2em 2em 1.5em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.cc-revoke {
  line-height: 1.5em;
  position: fixed;
  z-index: 9999;
  display: flex;
  overflow: hidden;
  flex-wrap: nowrap;
  box-sizing: border-box;
  padding: 0.5em;
  cursor: pointer;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  right: unset;
  left: 3em;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

@media print {
  .cc-revoke {
    display: none;
  }
}
.cc-revoke.cc-animate {
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-revoke.cc-animate.cc-top {
  transform: translateY(-2em);
}

.cc-revoke.cc-animate.cc-bottom {
  transform: translateY(2em);
}

.cc-revoke.cc-animate.cc-active.cc-bottom {
  transform: translateY(0);
}

.cc-revoke.cc-animate.cc-active.cc-top {
  transform: translateY(0);
}

.dp--cookie-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -8px 0 -8px;
  flex-wrap: wrap;
}

.dp--cookie-check label {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dp--cookie-check label:first-child {
  padding-left: 10px;
}

.dp--cookie-check label:last-child {
  padding-right: 10px;
}

.dp--iframe {
  display: none;
}

.dp--iframe.dp--loaded {
  display: block;
}

.dp--overlay {
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
}

.dp--overlay-description {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
}

.dp--overlay-button {
  margin-top: 8px;
}

.db--overlay-submit {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  border: 2px solid #b9bf11;
  background: #b9bf11;
  color: #fff;
  padding: 4px 12px;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  white-space: nowrap;
}
.db--overlay-submit:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.dp--iframe.dp--loaded + .dp--overlay {
  display: none;
}

.cc-revoke.dp--revoke {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  margin: 5px;
  transition: all 0.3s ease-in-out;
  transform: none !important;
  text-decoration: none !important;
  border-radius: 20px !important;
}

.cc-revoke.dp--revoke i {
  font-size: 24px;
  pointer-events: none;
}

.cc-revoke.dp--revoke.cc-top,
.cc-revoke.dp--revoke.cc-bottom {
  left: 0;
}

.cc-revoke.dp--revoke.cc-right {
  right: 0;
  left: auto;
}

.cc-revoke.dp--revoke .dp--hover {
  pointer-events: none;
  display: none;
}

.cc-revoke.dp--revoke:hover {
  opacity: 0.7;
}

.cc-revoke.dp--revoke:hover .dp--hover {
  display: inline-block;
}

.dp--sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[class^=dp--icon-],
[class*=" dp--icon-"] {
  font-family: "icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dp--icon-fingerprint::before {
  content: "\e914";
}

.dp--checkwrap {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 8px;
  position: relative;
}

input[type=checkbox].dp--check-box {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

input[type=checkbox].dp--check-box + label.dp--check-label {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 0 0 28px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  overflow: visible;
}
input[type=checkbox].dp--check-box + label.dp--check-label::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 4px;
  content: "";
}
input[type=checkbox].dp--check-box + label.dp--check-label::after {
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(15px) rotate(-45deg);
  content: "";
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  height: 8px;
  width: 14px;
  transform-origin: top center;
  transition: all 0.15s ease-in-out;
}

input[type=checkbox].dp--check-box:focus + label.dp--check-label::before {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.4);
}

input[type=checkbox].dp--check-box:checked + label.dp--check-label::after {
  opacity: 1;
}

input[type=checkbox].dp--check-box:disabled + label.dp--check-label {
  opacity: 0.7;
}

.c-alert {
  margin: 32px auto;
  padding: 0 24px;
  width: 100%;
}
@media (min-width: 65em) {
  .c-alert {
    margin: 48px auto;
    padding: 0 32px;
  }
}

.c-alert__lyt {
  margin: 0 auto;
  padding: 56px 24px 24px 24px;
  display: block;
  max-width: 780px;
  position: relative;
  background: linear-gradient(180deg, #bdf1ff 0%, #bdf1ff 32px, #ececec 32px, #ececec 100%);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.c-alert__lyt > *:first-child {
  margin-top: 0;
}
.c-alert__lyt > *:last-child {
  margin-bottom: 0;
}
.c-alert__lyt::before {
  content: "\e912";
  color: #fff;
  font-family: "icomoon", sans-serif;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  width: 100%;
  padding: 4px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 46.25em) {
  .c-alert__lyt {
    background: linear-gradient(90deg, #bdf1ff 0%, #bdf1ff 32px, #ececec 32px, #ececec 100%);
    padding: 24px 24px 24px 56px;
  }
  .c-alert__lyt::before {
    width: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-dispatcher {
  width: 100%;
  max-width: 1080px;
  margin: 32px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 65em) {
  .c-dispatcher {
    margin: 48px auto;
  }
}

.c-dispatcher__lyt {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.c-dispatcher__lyt a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
@media (min-width: 46.25em) {
  .c-dispatcher__lyt {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 12px;
    padding: 0 36px;
  }
}
@media (min-width: 65em) {
  .c-dispatcher__lyt {
    grid-gap: 16px;
    padding: 0 48px;
  }
}

.c-dispatcher__item {
  width: 146px;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  flex-shrink: 0;
}
.c-dispatcher__item h3 {
  margin: 8px 0 0 0;
}
@media (min-width: 46.25em) {
  .c-dispatcher__item {
    width: 100%;
    padding: 0;
  }
  .c-dispatcher__item:nth-child(n+1) {
    grid-column: 1/span 1;
    grid-row: 1/span 1;
  }
  .c-dispatcher__item:nth-child(n+2) {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  .c-dispatcher__item:nth-child(n+3) {
    grid-column: 3/span 1;
    grid-row: 1/span 1;
  }
  .c-dispatcher__item:nth-child(n+4) {
    grid-column: 4/span 1;
    grid-row: 1/span 1;
  }
  .c-dispatcher__item:nth-child(n+5) {
    grid-column: 5/span 1;
    grid-row: 1/span 1;
  }
  .c-dispatcher__item:nth-child(n+6) {
    grid-column: 6/span 1;
    grid-row: 1/span 1;
  }
  .c-dispatcher__item:nth-child(n+7) {
    grid-column: 7/span 1;
    grid-row: 1/span 1;
  }
  .c-dispatcher__item h3 {
    padding: 0;
  }
}
@media (min-width: 65em) {
  .c-dispatcher__item h3 {
    padding: 0;
  }
}

.c-dispatcher__image {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 8px solid rgba(185, 191, 17, 0.6);
  transition: all 0.3s ease-in-out;
}
.c-dispatcher__item:hover .c-dispatcher__image {
  border-color: rgba(185, 191, 17, 0.9);
}

.c-headblock {
  width: 100%;
  max-width: 70ch;
  padding: 0 24px;
  text-align: left;
  margin: 24px auto 24px auto;
}
@media (min-width: 65em) {
  .c-headblock {
    margin: 32px auto;
    padding: 0 32px;
  }
}
.c-headblock h1,
.c-headblock h2,
.c-headblock h3,
.c-headblock h4 {
  text-align: center;
  hyphens: auto;
}

.c-textblock {
  width: 100%;
  max-width: 828px;
  margin: 24px auto;
  padding: 0 clamp(8px, -1.9447513812px + 0.026519337 * 100vw, 32px);
  display: block;
}
@media (min-width: 65em) {
  .c-textblock {
    margin: 32px auto;
    padding: 0 32px;
    max-width: 844px;
  }
}
.c-textblock > *:first-child {
  margin-top: 0;
}
.c-textblock > *:last-child {
  margin-bottom: 0;
}
.c-textblock--spaceless {
  margin: 0 auto;
}
.c-textblock--spaceless > *:first-child {
  margin-top: inherit;
}
.c-textblock--spaceless > *:last-child {
  margin-bottom: inherit;
}
.c-textblock--closein {
  margin: 60px auto -30px auto;
}
@media (min-width: 65em) {
  .c-textblock--closein {
    margin: 90px auto -60px auto;
  }
}
.c-textblock--wide {
  max-width: 1120px;
}

.c-imageblock {
  width: 100%;
  max-width: 990px;
  margin: 60px auto;
  padding: 0 30px;
  display: block;
}
@media (min-width: 65em) {
  .c-imageblock {
    margin: 90px auto;
  }
}
.c-imageblock > *:first-child {
  margin-top: 0;
}
.c-imageblock > *:last-child {
  margin-bottom: 0;
}
.c-imageblock img {
  border-radius: 9px;
}

.c-searchform {
  width: 100%;
  max-width: 930px;
  margin: 40px auto;
  padding: 0 30px;
}
.c-searchform--start {
  max-width: 990px;
}

.c-searchform__form {
  width: 100%;
  display: flex;
  align-items: center;
}

input.c-searchform__input {
  border-radius: 50px;
  border: 2px solid #3a4559;
  height: 56px;
  font-size: 20px;
  line-height: 22px;
  padding: 13px 55px 13px 15px;
  width: 100%;
}

.c-searchform__button {
  width: 40px;
  height: 40px;
  margin-left: -50px;
  padding: 0;
  border: 0;
  text-align: center;
}
.c-searchform__button::after {
  font-family: "icomoon", sans-serif;
  content: "\e907";
  display: inline-block;
  line-height: 40px;
  font-size: 24px;
  color: #3a4559;
}

.tx-indexedsearch-autocomplete {
  background: none;
  width: 100%; /* This value is set in the javascript code, to match the width of the search box */
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 101;
  top: calc(100% + 8px);
  min-width: 230px;
}

.tx-indexedsearch-autocomplete ul {
  list-style: none;
  padding: 4px 0;
  margin: 0;
  border: 1px solid #3a4559;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.tx-indexedsearch-autocomplete ul li {
  padding: 4px 8px;
}
.tx-indexedsearch-autocomplete ul li::marker {
  content: "";
}

.tx-indexedsearch-autocomplete a {
  width: 100%;
}

.c-teaser-text {
  width: 100%;
  margin: 32px auto;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
@media (min-width: 65em) {
  .c-teaser-text {
    margin: 48px auto;
    padding: 0 32px;
  }
}

.c-teaser-text__lyt {
  max-width: 804px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 -12px;
}
@media (min-width: 65em) {
  .c-teaser-text__lyt {
    max-width: 812px;
    margin: 0 -16px;
  }
}

.c-teaser-text__item {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  width: 100%;
  padding: 0 12px;
  position: relative;
  text-align: left;
}
.c-teaser-text__item + .c-teaser-text__item {
  margin-top: 32px;
}
.c-teaser-text__item > p {
  text-align: left;
}
.c-teaser-text__item > *:first-child {
  margin-top: 0;
}
.c-teaser-text__item > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .c-teaser-text__item {
    width: 50%;
    padding: 0 16px;
    text-align: left;
  }
  .c-teaser-text__item + .c-teaser-text__item {
    margin: 0;
  }
}

.c-teaser-itr {
  width: 100%;
  max-width: 980px;
  margin: 24px auto 24px auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-teaser-itr--rev {
  flex-direction: row-reverse;
}
@media (min-width: 65em) {
  .c-teaser-itr {
    margin: 32px auto 32px auto;
    padding: 0 32px;
  }
}

.c-teaser-itr__image {
  width: 100%;
  text-align: center;
}
.c-teaser-itr__image img {
  border-radius: 2px;
  width: 100%;
  max-width: 240px;
  height: auto;
  padding: 0;
}
@media (min-width: 30em) {
  .c-teaser-itr__image {
    text-align: right;
    width: 40%;
    padding: 0 8px 0 0;
  }
}
@media (min-width: 46.25em) {
  .c-teaser-itr__image {
    padding: 0 8px 0 0;
  }
  .c-teaser-itr__image img {
    max-width: 340px;
  }
}
@media (min-width: 65em) {
  .c-teaser-itr__image {
    padding: 0 8px 0 0;
  }
  .c-teaser-itr__image img {
    max-width: 440px;
  }
}
.c-teaser-itr--rev .c-teaser-itr__image {
  text-align: center;
}
@media (min-width: 30em) {
  .c-teaser-itr--rev .c-teaser-itr__image {
    padding: 0 0 0 8px;
    text-align: left;
  }
}
@media (min-width: 46.25em) {
  .c-teaser-itr--rev .c-teaser-itr__image {
    padding: 0 0 0 8px;
  }
}
@media (min-width: 65em) {
  .c-teaser-itr--rev .c-teaser-itr__image {
    padding: 0 0 0 8px;
  }
}

.c-teaser-itr__body {
  margin: 8px 0 0 0;
  width: 100%;
  text-align: center;
  padding: 0;
}
.c-teaser-itr__body > *:first-child {
  margin-top: 0;
}
.c-teaser-itr__body > *:last-child {
  margin-bottom: 0;
}
.c-teaser-itr__body h2,
.c-teaser-itr__body h3,
.c-teaser-itr__body h4,
.c-teaser-itr__body p {
  margin-bottom: 8px;
}
@media (min-width: 30em) {
  .c-teaser-itr__body {
    margin: 16px 0;
    width: 60%;
    padding: 0 0 0 8px;
    text-align: left;
  }
}
@media (min-width: 46.25em) {
  .c-teaser-itr__body {
    padding: 0 0 0 8px;
  }
}
@media (min-width: 65em) {
  .c-teaser-itr__body {
    padding: 0 0 0 8px;
  }
}
.c-teaser-itr--rev .c-teaser-itr__body {
  text-align: center;
  padding: 0;
}
@media (min-width: 30em) {
  .c-teaser-itr--rev .c-teaser-itr__body {
    padding: 0 8px 0 0;
    text-align: right;
  }
}
@media (min-width: 46.25em) {
  .c-teaser-itr--rev .c-teaser-itr__body {
    padding: 0 8px 0 0;
  }
}
@media (min-width: 65em) {
  .c-teaser-itr--rev .c-teaser-itr__body {
    padding: 0 8px 0 0;
  }
}

.c-teaser-it {
  width: 100%;
  max-width: 980px;
  margin: 24px auto;
  padding: 0 24px;
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 65em) {
  .c-teaser-it {
    margin: 32px auto;
    padding: 0 32px;
  }
}

.c-teaser-it__wrap {
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-teaser-it--rev .c-teaser-it__wrap, .c-teaser-it:nth-child(even) .c-teaser-it__wrap {
  flex-direction: row-reverse;
}

.c-teaser-it__image {
  width: 100%;
}
.c-teaser-it__image img {
  border-radius: 2px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 30em) {
  .c-teaser-it__image {
    width: 40%;
    padding: 0 12px 0 0;
  }
}
@media (min-width: 65em) {
  .c-teaser-it__image {
    padding: 0 16px 0 0;
  }
}
@media (min-width: 30em) {
  .c-teaser-it--rev .c-teaser-it__image, .c-teaser-it:nth-child(even) .c-teaser-it__image {
    padding: 0 0 0 12px;
  }
}
@media (min-width: 65em) {
  .c-teaser-it--rev .c-teaser-it__image, .c-teaser-it:nth-child(even) .c-teaser-it__image {
    padding: 0 0 0 16px;
  }
}

.c-teaser-it__body {
  width: 100%;
  padding: 0;
}
.c-teaser-it__body > *:first-child {
  margin-top: 0;
}
.c-teaser-it__body > *:last-child {
  margin-bottom: 0;
}
.c-teaser-it__body h2,
.c-teaser-it__body h3,
.c-teaser-it__body h4,
.c-teaser-it__body h5 {
  margin-top: 0;
}
@media (min-width: 30em) {
  .c-teaser-it__image + .c-teaser-it__body {
    width: 60%;
    padding: 0 0 0 12px;
  }
}
@media (min-width: 65em) {
  .c-teaser-it__image + .c-teaser-it__body {
    padding: 0 0 0 16px;
  }
}
.c-teaser-it--rev .c-teaser-it__body, .c-teaser-it:nth-child(even) .c-teaser-it__body {
  padding: 0;
}
@media (min-width: 30em) {
  .c-teaser-it__image + .c-teaser-it--rev .c-teaser-it__body, .c-teaser-it__image + .c-teaser-it:nth-child(even) .c-teaser-it__body {
    padding: 0 12px 0 0;
  }
}
@media (min-width: 65em) {
  .c-teaser-it__image + .c-teaser-it--rev .c-teaser-it__body, .c-teaser-it__image + .c-teaser-it:nth-child(even) .c-teaser-it__body {
    padding: 0 16px 0 0;
  }
}

.c-teaserQuiz {
  width: 100%;
  padding: clamp(8px, -1.9447513812px + 0.026519337 * 100vw, 32px);
  display: block;
}

.c-teaserQuiz_lyt {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
  max-width: 1280px;
  gap: clamp(8px, -1.9447513812px + 0.026519337 * 100vw, 32px);
}
@media (min-width: 30em) {
  .c-teaserQuiz_lyt {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 65em) {
  .c-teaserQuiz_lyt {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-teaserQuiz_item {
  padding: 0;
  margin: 0;
  position: relative;
  background: #ededea;
  display: grid;
  grid-template-rows: auto 1fr;
  text-align: center;
}
.c-teaserQuiz_item .c-btn {
  align-self: center;
}

.c-teaserQuiz_body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  align-self: stretch;
  height: 100%;
  gap: 16px;
}

.c-teaserQuiz_overlayClose {
  border: 0;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}

.c-teaser-number {
  width: 100%;
  max-width: 1000px;
  margin: 24px auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 65em) {
  .c-teaser-number {
    margin: 32px auto;
    padding: 0 32px;
  }
}

.c-teaser-number__item {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-teaser-number__item + .c-teaser-number__item {
  margin-top: 24px;
}
@media (min-width: 65em) {
  .c-teaser-number__item + .c-teaser-number__item {
    margin-top: 32px;
  }
}

.c-teaser-number__number {
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: 64px;
  height: 64px;
  padding: 8px 0 0 0;
  line-height: 54px;
  text-align: center;
  background: url(../../Public/Images/branding/marker.svg);
  background-size: 100%;
  color: #e82949;
  margin: 0;
}
@media (min-width: 30em) {
  .c-teaser-number__number {
    font-size: 24px;
    width: 104px;
    height: 104px;
    padding: 16px 0 0 0;
    line-height: 88px;
  }
}

.c-teaser-number__body {
  padding: 0 0 0 24px;
  width: calc(100% - 64px);
}
.c-teaser-number__body > *:first-child {
  margin-top: 0;
}
.c-teaser-number__body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 30em) {
  .c-teaser-number__body {
    width: calc(100% - 104px);
  }
}
@media (min-width: 65em) {
  .c-teaser-number__body {
    padding: 0 0 0 32px;
  }
}

.c-news-latest {
  width: 100%;
  padding: 32px clamp(8px, -1.9447513812px + 0.026519337 * 100vw, 32px);
  background: #bdf1ff;
  background: none;
  position: relative;
  display: flex;
  justify-content: center;
}

.c-news-latest__lyt {
  margin: 0 auto;
  max-width: 1280px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  justify-content: center;
  align-items: start;
}
@media (min-width: 38.75em) {
  .c-news-latest__lyt {
    gap: 64px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-news-latest__item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  width: 100%;
  padding: 0;
  position: relative;
  text-align: center;
  gap: 0;
}
.c-news-latest__item + .c-news-latest__item::before {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%) skewX(-16deg);
  content: "";
  width: 50%;
  height: 4px;
  background: #bdf1ff;
}
@media (min-width: 38.75em) {
  .c-news-latest__item + .c-news-latest__item::before {
    position: absolute;
    top: 50%;
    left: -32px;
    transform: translateY(-50%) translateX(-50%) skewX(-16deg);
    content: "";
    width: 4px;
    height: 50%;
    background: #bdf1ff;
  }
}

.c-newsLatest_body {
  align-self: end;
}

.c-news-cats {
  list-style: none;
  margin: 30px auto;
  padding: 0 30px;
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 930px;
}

.c-news-cats__item {
  margin: 8px;
  padding: 0;
  display: block;
}
.c-news-cats__item a {
  display: block;
  font-size: 18px;
  line-height: 24px;
  border: 2px solid #b9bf11;
  background: #b9bf11;
  color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
}
.c-news-cats__item a:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.c-news-cats__item a.active {
  background: #3a4559;
  border-color: #3a4559;
  color: #fff;
}
.c-news-cats__item a.active:hover {
  box-shadow: none;
  text-decoration: none;
}

.news-img-wrap {
  float: left;
  width: 40%;
  margin: 0 8px 8px 0;
}
@media (min-width: 46.25em) {
  .news-img-wrap {
    margin: 0 16px 16px 0;
  }
}

.mediaelement-image + .mediaelement-image {
  margin-top: 8px;
}
.mediaelement-image img {
  border-radius: 8px;
}
@media (min-width: 46.25em) {
  .mediaelement-image + .mediaelement-image {
    margin-top: 16px;
  }
}

.c-team-cards {
  padding: 0;
  margin: 24px auto 24px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 930px;
}
@media (min-width: 30em) {
  .c-team-cards {
    justify-content: center;
  }
}
@media (min-width: 65em) {
  .c-team-cards {
    margin: 32px auto 32px auto;
  }
}

.c-team-cards__item {
  padding: 0 12px 24px 12px;
  width: 100%;
}
@media (min-width: 38.75em) {
  .c-team-cards__item {
    width: 50%;
  }
}
@media (min-width: 46.25em) {
  .c-team-cards__item {
    width: 33.333333%;
  }
}
@media (min-width: 65em) {
  .c-team-cards__item {
    padding: 0 16px 32px 16px;
  }
}

.c-team-cards__image {
  width: 100%;
  text-align: center;
}
.c-team-cards__image img {
  border-radius: 50%;
  width: 100%;
  max-width: 206px;
  height: auto;
  border: 8px solid rgba(58, 69, 89, 0.2);
  padding: 0;
}
@media (min-width: 65em) {
  .c-team-cards__image img {
    max-width: 222px;
  }
}

.c-team-cards__body {
  text-align: center;
  padding: 15px 0 0 0;
}
.c-team-cards__body > *:first-child {
  margin-top: 0;
}
.c-team-cards__body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 38.75em) {
  .c-team-cards__body {
    padding: 20px 0 0 0;
  }
}

.c-contactblock {
  width: 100%;
  margin: 24px auto;
  padding: 0 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 980px;
}
@media (min-width: 65em) {
  .c-contactblock {
    padding: 0 16px;
    margin: 32px auto;
  }
}

.c-contactblock__item {
  margin: 12px;
  width: calc(100% - 24px);
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  text-align: left;
  background: rgba(255, 255, 255, 0.7);
}
.c-contactblock__item > *:first-child {
  margin-top: 0;
}
.c-contactblock__item > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 38.75em) {
  .c-contactblock__item {
    width: calc(50% - 24px);
  }
}
@media (min-width: 65em) {
  .c-contactblock__item {
    margin: 16px;
    width: calc(50% - 32px);
    padding: 32px;
  }
}

.c-map-text {
  margin: 24px auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: rgba(223, 223, 223, 0.5);
}
@media (min-width: 65em) {
  .c-map-text {
    margin: 32px auto;
  }
}

.c-map-text__map {
  width: 100%;
  height: 56.25vw;
}
@media (min-width: 46.25em) {
  .c-map-text__map {
    width: 50%;
    height: 50vw;
  }
}
@media (min-width: 65em) {
  .c-map-text__map {
    height: 40vw;
  }
}
@media (min-width: 80em) {
  .c-map-text__map {
    height: 28.125vw;
  }
}

.c-map-text__body {
  width: 100%;
  padding: 24px;
}
.c-map-text__body h1,
.c-map-text__body h2 {
  text-align: left;
}
.c-map-text__body > *:first-child {
  margin-top: 0;
}
.c-map-text__body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  .c-map-text__body {
    width: 50%;
    padding: 8px 24px;
  }
}
@media (min-width: 65em) {
  .c-map-text__body {
    padding: 8px 32px;
    max-width: 530px;
  }
}

.c-downloads {
  margin: 32px auto;
  padding: 0 30px;
  width: 100%;
  max-width: 980px;
}
.c-downloads--news {
  max-width: 844px;
  clear: both;
}
@media (min-width: 65em) {
  .c-downloads {
    margin: 48px auto;
  }
}

.c-downloads__lyt {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  margin: 0;
  gap: 16px;
}
@media (min-width: 38.75em) {
  .c-downloads__lyt {
    grid-template-columns: 1fr 1fr;
  }
}

.c-downloads__item {
  width: 100%;
  margin: 0;
  padding: 16px 62px 16px 16px;
  border-radius: 8px;
  border: 1px solid #e82949;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  color: #3a4559;
}
.c-downloads__item h4 {
  margin: 0;
}
.c-downloads__item::after {
  content: "\e904";
  font-family: "icomoon", sans-serif;
  font-size: 40px;
  line-height: 1;
  color: #3a4559;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.c-downloads__item:hover {
  text-decoration: none;
  background: #e82949;
  color: #fff;
}
.c-downloads__item:hover h4 {
  text-decoration: none;
  color: #fff;
}
.c-downloads__item:hover::after {
  color: #fff;
}

.c-hero {
  width: 100%;
  padding: 0;
  height: auto;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 46.25em) {
  .c-hero {
    padding: 32px;
    width: 100%;
    height: auto;
    position: relative;
    background-position: center right;
    background-size: contain;
    position: relative;
    padding: 32px;
    aspect-ratio: 16/9;
  }
  .c-hero::before {
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    content: "";
    width: 70%;
    background: #3a4559;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: 0;
  }
}
@media (min-width: 65em) {
  .c-hero {
    aspect-ratio: 12/5;
  }
  .c-hero::before {
    width: 60%;
  }
}
@media (min-width: 46.25em) {
  .c-hero.-pages {
    aspect-ratio: auto 4/1;
  }
  .c-hero.-pages::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    width: 70%;
  }
}
@media (min-width: 65em) {
  .c-hero.-pages {
    aspect-ratio: auto 6/1;
  }
  .c-hero.-pages::before {
    width: 60%;
  }
}

.c-hero_image {
  height: auto;
  width: 100%;
  z-index: -1;
}
@media (min-width: 46.25em) {
  .c-hero_image {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    z-index: -1;
  }
}
.c-hero_image img {
  height: 100%;
  width: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.-pages .c-hero_image {
  display: none;
}
@media (min-width: 46.25em) {
  .-pages .c-hero_image {
    display: block;
  }
  .-pages .c-hero_image img {
    aspect-ratio: 20/8;
  }
}

.c-hero_cover {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.-pages .c-hero_cover {
  height: auto;
  min-height: 100%;
}

.c-hero_body {
  width: 100%;
  margin-top: 0;
  padding: 32px clamp(8px, -1.9447513812px + 0.026519337 * 100vw, 32px);
  background-color: #3a4559;
  color: #bdf1ff;
}
@media (min-width: 46.25em) {
  .c-hero_body {
    margin-top: 0;
    background-color: transparent;
    padding: 0;
    width: 60%;
    text-align: start;
  }
}
@media (min-width: 65em) {
  .c-hero_body {
    width: 50%;
  }
}
.c-hero_body h1 {
  text-align: start;
  color: #bdf1ff;
}
@media (min-width: 46.25em) {
  .-pages .c-hero_body {
    width: 65%;
  }
}
@media (min-width: 65em) {
  .-pages .c-hero_body {
    width: 55%;
  }
}

.c-slider {
  width: 100%;
  margin: 24px auto;
  padding: 0;
  max-width: 980px;
  position: relative;
}
@media (min-width: 46.25em) {
  .c-slider {
    padding: 0 24px;
  }
  .c-slider img {
    border-radius: 2px;
  }
}
@media (min-width: 65em) {
  .c-slider {
    margin: 32px auto;
    padding: 0 32px;
  }
}

.c-accordion {
  margin-top: clamp(16px, 9.3701657459px + 0.017679558 * 100vw, 32px);
}

.c-accordion_wrap {
  border-top: 1px solid #e82949;
}

.c-accordion_item {
  width: 100%;
  border-bottom: 1px solid #e82949;
}

.c-accordion_button {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 0;
  padding: clamp(8px, 4.6850828729px + 0.008839779 * 100vw, 16px) 0;
  font-weight: 500;
}
.c-accordion_button[aria-expanded=true] {
  color: #e82949;
  border: none;
}
.c-accordion_button:hover {
  color: #e82949;
}

.c-accordion_header {
  text-align: left;
  max-width: 65ch;
}
.c-accordion_header:hover {
  color: inherit;
}

.c-accordion_toggle {
  vertical-align: middle;
  font-size: 24px;
  padding-inline-start: clamp(8px, 4.6850828729px + 0.008839779 * 100vw, 16px);
}
.js-accordion_toggle[aria-expanded=false] .c-accordion_toggle::before {
  font-family: "icomoon";
  content: "\e90e";
}
.js-accordion_toggle[aria-expanded=true] .c-accordion_toggle::before {
  font-family: "icomoon";
  content: "\e90d";
}

.c-accordion_content {
  padding: clamp(8px, 4.6850828729px + 0.008839779 * 100vw, 16px) 0;
}

.c-pb {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  width: 100%;
  max-width: 930px;
}

.c-pb__layout {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  float: none;
}

.c-pb__item {
  padding: 0;
  margin: 0 4px;
}

.c-pb__link {
  display: block;
  color: #b9bf11;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  font-weight: 400;
  background: #fff;
  border-radius: 8px;
}
.c-pb__link--active {
  background: #e82949;
  color: #fff;
}
.c-pb__link--prev, .c-pb__link--next {
  font-size: 0;
  line-height: 0;
  height: 30px;
  border: 0;
}
.c-pb__link--prev::after, .c-pb__link--next::after {
  font-family: "icomoon", sans-serif;
  display: inline-block;
  line-height: 30px;
  font-size: 30px;
  color: #b9bf11;
  height: 30px;
}
.c-pb__link--prev::after {
  content: "\e901";
}
.c-pb__link--next::after {
  content: "\e902";
}
.c-pb__link--disabled {
  color: #bfbfbf;
}
.c-pb__link--disabled::after {
  color: #bfbfbf;
}

.page-navigation {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  width: 100%;
  max-width: 930px;
}
.page-navigation p:first-child {
  display: none;
}

ul.f3-widget-paginator {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  float: none;
}
ul.f3-widget-paginator li {
  margin: 0 4px;
  padding: 0;
  background: none;
  display: block;
  color: #b9bf11;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  border-radius: 8px;
}
ul.f3-widget-paginator li a {
  display: block;
  color: #b9bf11;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  text-decoration: none;
  font-weight: 400;
  background: none;
  border-radius: 8px;
}
ul.f3-widget-paginator li.previous a, ul.f3-widget-paginator li.next a {
  font-size: 0;
  line-height: 30px;
  height: 30px;
}
ul.f3-widget-paginator li.previous a::after, ul.f3-widget-paginator li.next a::after {
  font-family: "icomoon", sans-serif;
  display: inline-block;
  position: relative;
  line-height: 30px;
  font-size: 30px;
  color: #b9bf11;
  height: 30px;
}
ul.f3-widget-paginator li.previous a::after {
  content: "\e901";
}
ul.f3-widget-paginator li.next a::after {
  content: "\e902";
}
ul.f3-widget-paginator li.current, ul.f3-widget-paginator li.current a {
  background: #e82949;
  color: #fff;
}

.tx-indexedsearch-browseboxwrap {
  text-align: center;
  margin: 24px auto;
}
@media (min-width: 65em) {
  .tx-indexedsearch-browseboxwrap {
    margin: 32px auto;
  }
}

ul.tx-indexedsearch-browsebox {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: auto;
  float: none;
  justify-content: center;
}
ul.tx-indexedsearch-browsebox li {
  margin: 0 4px;
  padding: 0;
  background: none;
  display: block;
  color: #b9bf11;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif, "icomoon";
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  font-weight: 400;
  border-radius: 8px;
}
ul.tx-indexedsearch-browsebox li a {
  display: block;
  color: #b9bf11;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif, "icomoon";
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  text-decoration: none;
  font-weight: 400;
  background: none;
  border-radius: 8px;
}
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage,
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
  background: #e82949;
  color: #fff;
}

.c-yard {
  width: 100%;
  margin: 32px auto;
  padding: 0 24px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 65em) {
  .c-yard {
    padding: 0 32px;
    margin: 48px auto;
  }
}

.c-yard__lyt {
  margin: -12px;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 65em) {
  .c-yard__lyt {
    margin: -16px;
  }
}

.c-yard__image {
  display: block;
  width: auto;
  padding: 12px;
  height: 48px;
  box-sizing: content-box;
}
@media (min-width: 65em) {
  .c-yard__image {
    padding: 16px;
  }
}

.c-search__formwrap {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.c-search__formwrap .e-form__fieldwrap {
  margin: 0 8px 0 0;
}

.c-search__submit {
  line-height: 24px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  font-family: "IBM Plex Serif", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  padding: 8px;
  border: 2px solid transparent;
  background: #b9bf11;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  min-width: 100px;
}

.c-video {
  width: 100%;
  margin: 24px auto;
  padding: 0;
  max-width: 844px;
  position: relative;
}
@media (min-width: 46.25em) {
  .c-video {
    padding: 0 24px;
  }
}
@media (min-width: 65em) {
  .c-video {
    margin: 32px auto;
    padding: 0 32px;
  }
}

.c-video__lyt {
  width: 100%;
  height: 0;
  padding: 56.25% 0 0 0;
  position: relative;
}
.c-video__lyt iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 46.25em) {
  .c-video__lyt iframe {
    border-radius: 2px;
  }
}
.c-video__lyt .dp--overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 46.25em) {
  .c-video__lyt .dp--overlay {
    border-radius: 2px;
  }
}

.c-video__lyt.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.9);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}
@media (min-width: 46.25em) {
  .c-video__lyt.ended::after {
    border-radius: 2px;
  }
}

.c-video__lyt.paused::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.9);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
@media (min-width: 46.25em) {
  .c-video__lyt.paused::after {
    border-radius: 2px;
  }
}

.c-selftest {
  padding: 32px;
  background: #fff;
}

.c-selftest__lyt {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.c-selftest__panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  position: relative;
}
* + .c-selftest__panel {
  margin-top: 32px;
}
.c-selftest__panel > * {
  max-width: 750px;
}
@media (min-width: 46.25em) {
  .c-selftest__panel {
    align-items: center;
  }
}

@media (min-width: 38.75em) {
  .c-selftest__header {
    text-align: center;
  }
}

.c-selftest__section {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-selftest__section > h3 {
  text-align: center;
}
.c-selftest__section .h-dot {
  display: block;
  margin: 0 auto 10px auto;
}
.c-selftest__section .c-btn {
  margin-top: 30px;
}
@media (min-width: 38.75em) {
  .c-selftest__section .h-dot {
    margin: 0;
    display: inline-block;
  }
}
.c-selftest__section--full {
  padding: 10px 0 0 0;
}

.c-selftest__result {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.c-selftest__result img {
  width: 27.5%;
}
@media (min-width: 38.75em) {
  .c-selftest__result img {
    width: 22.5%;
  }
}
.c-selftest__result h2 {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 38.75em) {
  .c-selftest__result h2 {
    width: 70%;
    margin-top: 0;
  }
}
.c-selftest__result p {
  width: 100%;
}
@media (min-width: 38.75em) {
  .c-selftest__result p {
    text-align: center;
  }
}

.c-selftest__cta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.c-selftest__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}

.c-selftest__dot {
  width: 12px;
  height: 12px;
  background: #3a4559;
  margin: 0 5px;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.c-selftest__dot--active {
  background: #e82949;
}

.u-mb-0 {
  margin-bottom: 0;
}

.u-mt-0 {
  margin-top: 0;
}

@media (min-width: 65em) {
  .u-hide--d {
    display: none !important;
  }
}

@media (min-width: 20em) and (max-width: 64.99em) {
  .u-hide--mp-tls {
    display: none !important;
  }
}

.u-text--center {
  text-align: center;
}

.u-btn--center .c-btn {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.u-header--center h1,
.u-header--center h2,
.u-header--center h3,
.u-header--center h4,
.u-header--center h5,
.u-header--center h6 {
  text-align: center;
}

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