<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article &gt; * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  -webkit-font-smoothing: antialiased;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*/
* {
  -webkit-tap-highlight-color: transparent;
}

.color-darkblue-bg {
  color: #0F213C !important;
}

.bg-darkblue-bg {
  background-color: #0F213C !important;
}

.color-darkblue-bg2 {
  color: #20314A !important;
}

.bg-darkblue-bg2 {
  background-color: #20314A !important;
}

.color-sand-bg {
  color: #F9F7F3 !important;
}

.bg-sand-bg {
  background-color: #F9F7F3 !important;
}

.color-sand-dark-bg {
  color: #DFD5C1 !important;
}

.bg-sand-dark-bg {
  background-color: #DFD5C1 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.color-anthrazit {
  color: #333333 !important;
}

.bg-anthrazit {
  background-color: #333333 !important;
}

.color-blue {
  color: #13294B !important;
}

.bg-blue {
  background-color: #13294B !important;
}

.color-blue-tint {
  color: #87909D !important;
}

.bg-blue-tint {
  background-color: #87909D !important;
}

.color-interaction-blue {
  color: #13294B !important;
}

.bg-interaction-blue {
  background-color: #13294B !important;
}

.color-interaction-blue-tint-1 {
  color: #3F4D63 !important;
}

.bg-interaction-blue-tint-1 {
  background-color: #3F4D63 !important;
}

.color-interaction-blue-tint-2 {
  color: #6F7A8A !important;
}

.bg-interaction-blue-tint-2 {
  background-color: #6F7A8A !important;
}

.color-interaction-blue-tint-3 {
  color: #87909D !important;
}

.bg-interaction-blue-tint-3 {
  background-color: #87909D !important;
}

.color-interaction-blue-tint-4 {
  color: #9FA6B1 !important;
}

.bg-interaction-blue-tint-4 {
  background-color: #9FA6B1 !important;
}

.color-interaction-blue-tint-5 {
  color: #CFD3D8 !important;
}

.bg-interaction-blue-tint-5 {
  background-color: #CFD3D8 !important;
}

.color-interaction-blue-tint-6 {
  color: #E7E9EB !important;
}

.bg-interaction-blue-tint-6 {
  background-color: #E7E9EB !important;
}

.color-peppermint {
  color: #CAE6CD !important;
}

.bg-peppermint {
  background-color: #CAE6CD !important;
}

.color-lavender {
  color: #B57AFF !important;
}

.bg-lavender {
  background-color: #B57AFF !important;
}

.color-cornflower {
  color: #7A90FF !important;
}

.bg-cornflower {
  background-color: #7A90FF !important;
}

.color-coral {
  color: #F77C7C !important;
}

.bg-coral {
  background-color: #F77C7C !important;
}

.color-error {
  color: #FF0000 !important;
}

.bg-error {
  background-color: #FF0000 !important;
}

.logo &gt; a {
  display: inline-block;
}
.logo svg {
  display: block;
  height: 24px;
}
.logo svg path {
  fill: var(--color-blue);
}
@media (min-width: 768px) {
  .logo svg {
    height: 36px;
  }
}
.logo.theme-dark svg path {
  fill: var(--color-blue);
}
.logo.theme-light svg path {
  fill: var(--color-white);
}

html.theme-dark .logo svg path,
html .logo.theme-light svg path {
  fill: var(--color-white);
}

html.theme-light .logo svg path,
html .logo.theme-dark svg path {
  fill: var(--color-blue);
}

@font-face {
  font-family: HelveticaNowText;
  font-weight: 600;
  src: url("../fonts/HelveticaNowText-Bold.otf") format("opentype");
}
@font-face {
  font-family: HelveticaNowText;
  font-weight: 400;
  src: url("../fonts/HelveticaNowText-Regular.otf") format("opentype");
}
@font-face {
  font-family: "paicons";
  src: url("../fonts/paicons.eot?vketjq");
  src: url("../fonts/paicons.eot?vketjq#iefix") format("embedded-opentype"), url("../fonts/paicons.ttf?vketjq") format("truetype"), url("../fonts/paicons.woff?vketjq") format("woff"), url("../fonts/paicons.svg?vketjq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.25;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: none;
  font-size: 22px;
  line-height: 36px;
}

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

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

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

.text-justify {
  text-align: justify;
}

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

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

@media (min-width: 0) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-justify {
    text-align: justify;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-justify {
    text-align: justify;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-justify {
    text-align: justify;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-justify {
    text-align: justify;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-right {
    text-align: right;
  }
}
@media (min-width: 1240px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-justify {
    text-align: justify;
  }
  .text-xl-center {
    text-align: center;
  }
  .text-xl-right {
    text-align: right;
  }
}
@media (min-width: 1356px) {
  .text-ul-left {
    text-align: left;
  }
  .text-ul-justify {
    text-align: justify;
  }
  .text-ul-center {
    text-align: center;
  }
  .text-ul-right {
    text-align: right;
  }
}
p,
ul, ol {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 992px) {
  p,
  ul, ol {
    font-size: 22px;
    line-height: 36px;
  }
}
p:not(:first-child),
ul:not(:first-child), ol:not(:first-child) {
  margin-top: 18px;
}
p:not(:last-child),
ul:not(:last-child), ol:not(:last-child) {
  margin-bottom: 12px;
}

.text-normal, .text-normal p, .text-normal ul, .text-normal ol,
.text-regular,
.text-regular p,
.text-regular ul,
.text-regular ol {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .text-normal, .text-normal p, .text-normal ul, .text-normal ol,
  .text-regular,
  .text-regular p,
  .text-regular ul,
  .text-regular ol {
    font-size: 22px;
    line-height: 36px;
  }
}
.text-normal p:not(:first-child), .text-normal ul:not(:first-child), .text-normal ol:not(:first-child),
.text-regular p:not(:first-child),
.text-regular ul:not(:first-child),
.text-regular ol:not(:first-child) {
  margin-top: 18px;
}
.text-normal p:not(:last-child), .text-normal ul:not(:last-child), .text-normal ol:not(:last-child),
.text-regular p:not(:last-child),
.text-regular ul:not(:last-child),
.text-regular ol:not(:last-child) {
  margin-bottom: 12px;
}

.text-lead, .text-lead p, .text-lead ul, .text-lead ol {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .text-lead, .text-lead p, .text-lead ul, .text-lead ol {
    font-size: 28px;
    line-height: 40px;
  }
}
.text-lead p:not(:first-child), .text-lead ul:not(:first-child), .text-lead ol:not(:first-child) {
  margin-top: 18px;
}
.text-lead p:not(:last-child), .text-lead ul:not(:last-child), .text-lead ol:not(:last-child) {
  margin-bottom: 12px;
}

.text-bigger, .text-bigger p, .text-bigger ul, .text-bigger ol {
  font-size: 22px;
  line-height: 28px;
}
.text-bigger:not(:first-child), .text-bigger p:not(:first-child), .text-bigger ul:not(:first-child), .text-bigger ol:not(:first-child) {
  margin-top: 22px;
}
.text-bigger:not(:last-child), .text-bigger p:not(:last-child), .text-bigger ul:not(:last-child), .text-bigger ol:not(:last-child) {
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .text-bigger, .text-bigger p, .text-bigger ul, .text-bigger ol {
    font-size: 24px;
    line-height: 32px;
  }
  .text-bigger:not(:first-child), .text-bigger p:not(:first-child), .text-bigger ul:not(:first-child), .text-bigger ol:not(:first-child) {
    margin-top: 24px;
  }
  .text-bigger:not(:last-child), .text-bigger p:not(:last-child), .text-bigger ul:not(:last-child), .text-bigger ol:not(:last-child) {
    margin-bottom: 16px;
  }
}

.text-small,
.text-small p,
.text-small ul, .text-small ol {
  font-size: 18px;
  line-height: 28px;
}
.text-small p:not(:first-child), .text-small ul:not(:first-child), .text-small ol:not(:first-child) {
  margin-top: 18px;
}
.text-small p:not(:last-child), .text-small ul:not(:last-child), .text-small ol:not(:last-child) {
  margin-bottom: 12px;
}

.text-smaller,
.text-smaller p,
.text-smaller ul, .text-smaller ol {
  font-size: 16px;
  line-height: 24px;
}
.text-smaller p:not(:first-child), .text-smaller ul:not(:first-child), .text-smaller ol:not(:first-child) {
  margin-top: 18px;
}
.text-smaller p:not(:last-child), .text-smaller ul:not(:last-child), .text-smaller ol:not(:last-child) {
  margin-bottom: 12px;
}

a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

sup,
sub {
  font-size: 75%;
  line-height: 0;
}

address {
  font-style: normal;
}

.sr-only {
  display: none;
}

h1, .text-h1,
h2, .text-h2,
h3, .text-h3,
h4, .text-h4,
h5, .text-h5,
h6, .text-h6 {
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-headline);
}

h1,
.text-h1 {
  font-size: 46px;
  line-height: 54px;
  margin-bottom: 24px;
}
h1:not(:first-child),
.text-h1:not(:first-child) {
  margin-top: 36px;
}
@media (min-width: 992px) {
  h1,
  .text-h1 {
    font-size: 66px;
    line-height: 72px;
    margin-bottom: 40px;
  }
  h1:not(:first-child),
  .text-h1:not(:first-child) {
    margin-top: 60px;
  }
}

h2,
.text-h2 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}
h2:not(:first-child),
.text-h2:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 992px) {
  h2,
  .text-h2 {
    font-size: 58px;
    line-height: 66px;
    margin-bottom: 32px;
  }
  h2:not(:first-child),
  .text-h2:not(:first-child) {
    margin-top: 48px;
  }
}

h3,
.text-h3 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 12px;
}
h3:not(:first-child),
.text-h3:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 992px) {
  h3,
  .text-h3 {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 24px;
  }
  h3:not(:first-child),
  .text-h3:not(:first-child) {
    margin-top: 36px;
  }
}

h4,
.text-h4 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 16px;
}
h4:not(:first-child),
.text-h4:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 992px) {
  h4,
  .text-h4 {
    font-size: 44px;
    line-height: 55px;
    margin-bottom: 16px;
  }
  h4:not(:first-child),
  .text-h4:not(:first-child) {
    margin-top: 24px;
  }
}

h5,
.text-h5 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 16px;
}
h5:not(:first-child),
.text-h5:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 992px) {
  h5,
  .text-h5 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  h5:not(:first-child),
  .text-h5:not(:first-child) {
    margin-top: 24px;
  }
}

h6,
.text-h6 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}
h6:not(:first-child),
.text-h6:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 992px) {
  h6,
  .text-h6 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  h6:not(:first-child),
  .text-h6:not(:first-child) {
    margin-top: 18px;
  }
}

.content ul,
.content ol {
  list-style-position: outside;
}
.content ul li,
.content ol li {
  margin-left: 32px;
}
.content ul li:before,
.content ol li:before {
  margin-left: -32px;
  display: inline-block;
  float: left;
  position: relative;
  top: 4px;
}
.content ul li:not(:last-child),
.content ol li:not(:last-child) {
  margin-bottom: 6px;
}
.content ul li[class*=icon]:before {
  top: 5px;
}
.content ol.list {
  list-style: numeric;
  list-style-position: inside;
}
.content ol.list li {
  margin-left: 0;
}

blockquote {
  position: relative;
  text-align: center;
}
blockquote:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 992px) {
  blockquote:not(:first-child) {
    margin-top: 48px;
  }
}
blockquote p {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}
blockquote p:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  blockquote p {
    font-size: 56px;
    line-height: 64px;
  }
  blockquote p:not(:last-child) {
    margin-bottom: 32px;
  }
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}
html[lang=de] blockquote p:before {
  content: "«";
}
html[lang=de] blockquote p:after {
  content: "»";
}
blockquote footer {
  text-align: center;
  font-size: 20px;
  line-height: 32px;
}
blockquote footer cite {
  font-style: normal;
}
blockquote footer cite span {
  display: block;
}
blockquote footer cite span:first-child {
  font-weight: 600;
}
blockquote p,
blockquote footer cite {
  color: var(--color-headline);
}

blockquote.has-background:before, blockquote.has-background:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  aspect-ratio: 1;
}
blockquote.has-background:before {
  top: 0;
  left: 0;
  background-image: url("../images/backgrounds/bg-stripes-quote-top-left-280x280.png");
  width: 280px;
  transform: translate(-5%, -30%);
}
@media (max-width: 767px) {
  blockquote.has-background:before {
    background-image: url("../images/backgrounds/bg-stripes-quote-top-left-mobile-140x140.png");
    width: 140px;
  }
}
@media (min-width: 768px) {
  blockquote.has-background:before {
    left: 15%;
  }
}
blockquote.has-background:after {
  top: 100%;
  right: 0;
  background-image: url("../images/backgrounds/bg-stripes-quote-bottom-right-250x250.png");
  width: 250px;
  transform: translate(5%, -85%);
}
@media (max-width: 767px) {
  blockquote.has-background:after {
    background-image: url("../images/backgrounds/bg-stripes-quote-bottom-right-mobile-120x120.png");
    width: 120px;
  }
}
@media (min-width: 768px) {
  blockquote.has-background:after {
    right: 15%;
  }
}

/*
 * INFO: icons are declared in abstracts/variables
 *
 */
[class*=icon]:before,
.icon {
  font-family: "paicons" !important;
  speak: never;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-whatsapp:before {
  content: "\e911";
}

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

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

.icon-grid:before {
  content: "\e915";
}

.icon-list:before {
  content: "\e916";
}

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

.icon-institution:before {
  content: "\e918";
}

.icon-person:before {
  content: "\e919";
}

.icon-group:before {
  content: "\e91a";
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

dialog form.marketingForm &gt; div &gt; div:last-child:not(:first-child) {
  display: none;
}
dialog form.marketingForm &gt; div .submitButtonWrapper,
dialog form.marketingForm &gt; div table,
dialog form.marketingForm &gt; div .textFormFieldBlock,
dialog form.marketingForm &gt; div .textFormFieldBlock label {
  padding: 0;
  margin: 0;
  text-align: left;
}
dialog form.marketingForm &gt; div label,
dialog form.marketingForm &gt; div input {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
}
dialog form.marketingForm &gt; div .textFormFieldBlock[data-required=required] label:after {
  display: none;
}
dialog form.marketingForm &gt; div .textFormFieldBlock {
  display: block;
}
dialog form.marketingForm &gt; div .textFormFieldBlock:not(:last-child) {
  margin-bottom: 24px;
}
dialog form.marketingForm &gt; div .textFormFieldBlock label {
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 12px;
  color: #13294B;
}
dialog form.marketingForm &gt; div .textFormFieldBlock input {
  height: 48px;
  width: 100%;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #87909D;
  font-size: 18px;
  line-height: 22px;
  padding: 13px 20px;
}
dialog form.marketingForm &gt; div .textFormFieldBlock input:hover {
  outline: 1px solid #13294B;
}
dialog form.marketingForm &gt; div .textFormFieldBlock input:focus, dialog form.marketingForm &gt; div .textFormFieldBlock input:active {
  outline: 2px solid #13294B;
}
dialog form.marketingForm &gt; div .submitButtonWrapper {
  margin: 48px 0 24px;
}
dialog form.marketingForm &gt; div .submitButtonWrapper button {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid transparent;
  background: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 13px 22px;
  border-color: #3F4D63;
  background: #3F4D63;
  color: #FFFFFF;
}
@media (hover: hover) {
  dialog form.marketingForm &gt; div .submitButtonWrapper button:hover {
    border-color: #13294B;
    background: #13294B;
  }
}
dialog form.marketingForm &gt; div .submitButtonWrapper button[disabled] {
  color: #CFD3D8;
  border-color: #87909D;
  background: #87909D;
}

html {
  height: -webkit-fill-available;
  overscroll-behavior: none;
  overflow: hidden;
  height: 100%;
  --color-darkblue-bg: #0F213C;
  --color-darkblue-bg2: #20314A;
  --color-sand-bg: #F9F7F3;
  --color-sand-dark-bg: #DFD5C1;
  --color-white: #FFFFFF;
  --color-anthrazit: #333333;
  --color-blue: #13294B;
  --color-blue-tint: #87909D;
  --color-interaction-blue: #13294B;
  --color-interaction-blue-tint-1: #3F4D63;
  --color-interaction-blue-tint-2: #6F7A8A;
  --color-interaction-blue-tint-3: #87909D;
  --color-interaction-blue-tint-4: #9FA6B1;
  --color-interaction-blue-tint-5: #CFD3D8;
  --color-interaction-blue-tint-6: #E7E9EB;
  --color-peppermint: #CAE6CD;
  --color-lavender: #B57AFF;
  --color-cornflower: #7A90FF;
  --color-coral: #F77C7C;
  --color-error: #FF0000;
  --color-bg: var(--color-sand-bg);
  --color-bg-alt: var(--color-white);
  --color-fg: var(--color-anthrazit);
  --color-headline: var(--color-blue);
  --border-radius: 12px;
  --site-padding: 24px;
  --site-max-width: 1216px;
  --site-header-height: 72px;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1240px;
  --breakpoint-ul: 1356px;
}
html.theme-light {
  --color-bg: var(--color-sand-bg);
  --color-bg-alt: var(--color-white);
  --color-fg: var(--color-anthrazit);
  --color-headline: var(--color-blue);
}
html.theme-dark {
  --color-bg: var(--color-darkblue-bg);
  --color-bg-alt: var(--color-darkblue-bg2);
  --color-fg: var(--color-white);
  --color-headline: var(--color-white);
}
@media (min-width: 768px) {
  html {
    --site-padding: 32px;
    --site-header-height: 120px;
  }
}
html.show-grid:before {
  content: "";
  width: calc(100% - 48px);
  max-width: 1216px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1216px;
  background-image: url("../images/Grid-1216-12-32-8.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: repeat-y;
  pointer-events: none;
  opacity: 0.65;
}
@media (min-width: 768px) {
  html.show-grid:before {
    width: calc(100% - 64px);
  }
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: -webkit-fill-available;
  background: var(--color-bg);
  color: var(--color-fg);
  overflow: auto;
  height: 100%;
}

div#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

main.site {
  flex: 1 1 auto;
  position: relative;
}

.outer {
  padding: 0 var(--site-padding);
}

.inner {
  max-width: var(--site-max-width);
  margin: 0 auto;
}

::selection {
  color: var(--color-bg);
  background-color: var(--color-fg);
}
dialog ::selection {
  background: var(--color-darkblue-bg);
  color: var(--color-white);
}

[id]:target:not(dialog),
[name]:target:not(dialog) {
  padding-top: var(--site-header-height);
  margin-top: calc(-1 * var(--site-header-height));
}

.site-backgrounds {
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: -1;
  max-height: 100%;
}

div#wrapper &gt; .site-backgrounds {
  top: 0;
  height: 600px;
  background-image: url("../images/backgrounds/bg-stripes-top-mobile-964x600.png");
  background-position: top center;
  background-size: 964px 600px;
}
@media (min-width: 768px) {
  div#wrapper &gt; .site-backgrounds {
    height: 1390px;
    background-image: url("../images/backgrounds/bg-stripes-top-2810x1390.png");
    background-size: 2810px 1390px;
  }
}

main.site &gt; .site-backgrounds {
  bottom: 0;
  height: 640px;
  background-image: url("../images/backgrounds/bg-stripes-bottom-mobile-1436x640.png");
  background-position: bottom center;
  background-size: 1436px 640px;
}
@media (min-width: 768px) {
  main.site &gt; .site-backgrounds {
    height: 1050px;
    background-image: url("../images/backgrounds/bg-stripes-bottom-3750x1050.png");
    background-size: 3750px 1050px;
  }
}
html.layout-bg-hide-02 main.site &gt; .site-backgrounds {
  display: none;
}

header.site {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 16px 0;
}
@media (min-width: 768px) {
  header.site {
    padding: 40px 0;
  }
}
header.site:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 350ms;
}
header.site.is-dropping:before {
  opacity: 1;
}

footer.site {
  background-color: var(--color-bg-alt);
}
footer.site .grid {
  padding: 40px 0;
}

.theme-dark footer.site {
  color: #FFFFFF;
}

.theme-light footer.site {
  color: #13294B;
}

dialog#navigation {
  padding: 0;
  background: var(--color-white);
  color: var(--color-blue);
}
dialog#navigation &gt; div {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
dialog#navigation header {
  position: relative;
}
dialog#navigation nav &gt; .inner {
  height: 100%;
  padding-bottom: var(--site-padding);
  display: flex;
  flex-direction: column;
}
dialog#navigation nav &gt; .inner &gt; *:first-child {
  margin-bottom: auto;
}

dialog#navigation div#primary {
  padding: 24px 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(12, 1fr);
}
dialog#navigation div#primary ul, dialog#navigation div#primary p {
  margin: 0;
}
@media (min-width: 768px) {
  dialog#navigation div#primary {
    padding: 48px 0;
    gap: 0 32px;
  }
}
dialog#navigation div#primary &gt; ul.first-level {
  margin: 0;
  grid-column: 1/-1;
  grid-row: 1/-1;
}
@media (min-width: 768px) {
  dialog#navigation div#primary &gt; ul.first-level {
    grid-column: 1/span 6;
  }
}
@media (min-width: 992px) {
  dialog#navigation div#primary &gt; ul.first-level {
    grid-column: 1/span 4;
  }
}
dialog#navigation div#primary &gt; div.second-level {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
@media (min-width: 768px) {
  dialog#navigation div#primary &gt; div.second-level {
    grid-column: 7/span 6;
  }
}
@media (min-width: 992px) {
  dialog#navigation div#primary &gt; div.second-level {
    grid-column: 5/span 4;
  }
}

dialog#navigation div#primary a {
  text-decoration: none;
  padding: 11px 0 12px 0;
  display: grid;
  align-items: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 32px;
  gap: 0 8px;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  dialog#navigation div#primary a {
    font-size: 28px;
    line-height: 40px;
  }
}
dialog#navigation div#primary a:after {
  content: "\e902";
  font-family: paicons;
  opacity: 0;
  transition: all 250ms;
}
@media (hover: hover) {
  dialog#navigation div#primary a:hover:after {
    opacity: 1;
  }
}

dialog#navigation div#primary .second-level p:not(.nav-title) &gt; a,
dialog#navigation div#primary .second-level li &gt; a {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  dialog#navigation div#primary .second-level p:not(.nav-title) &gt; a,
  dialog#navigation div#primary .second-level li &gt; a {
    font-size: 24px;
    line-height: 32px;
  }
}

dialog#navigation div#primary li.is-active a:after {
  opacity: 1;
}

dialog#navigation div#primary &gt; div.second-level .nav-level-control {
  padding-top: 8px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  dialog#navigation div#primary &gt; div.second-level .nav-level-control {
    display: none;
  }
}
dialog#navigation div#primary &gt; div.second-level .nav-level-control button, dialog#navigation div#primary &gt; div.second-level .nav-level-control button:before {
  font-size: 18px;
  line-height: 24px;
}
dialog#navigation div#primary &gt; div.second-level .nav-title {
  font-weight: 500;
}
@media (max-width: 767px) {
  dialog#navigation div#primary &gt; div.second-level .nav-title {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  dialog#navigation div#primary &gt; div.second-level .nav-title {
    display: none;
  }
}
dialog#navigation div#primary &gt; div.second-level .nav-level-items &gt; div:not(.is-active) {
  display: none;
}

dialog#navigation div#primary:not(.is-open) &gt; div.second-level {
  opacity: 0;
}
dialog#navigation div#primary:not(.is-open) &gt; div.second-level,
dialog#navigation div#primary:not(.is-open) &gt; div.second-level * {
  pointer-events: none;
}
dialog#navigation div#primary:not(.is-open) &gt; ul.first-level:hover li a:not(:hover) {
  color: #6F7A8A;
}

@media (max-width: 767px) {
  dialog#navigation div#primary.is-open &gt; ul.first-level {
    opacity: 0;
  }
  dialog#navigation div#primary.is-open &gt; ul.first-level,
  dialog#navigation div#primary.is-open &gt; ul.first-level * {
    pointer-events: none;
  }
}
dialog#navigation div#primary.is-open &gt; ul.first-level li:not(.is-active) a:not(:hover) {
  color: #6F7A8A;
}
dialog#navigation div#primary.is-open &gt; div.second-level ul:hover li a:not(:hover) {
  color: #6F7A8A;
}

dialog#navigation div#secondary ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
dialog#navigation div#secondary ul li {
  flex: 0 0 auto;
  padding: 0 32px 32px 0;
}

figure:not(:first-child) {
  margin-top: 24px;
}
@media (min-width: 768px) {
  figure:not(:first-child) {
    margin-top: 48px;
  }
}
figure figcaption {
  font-size: 18px;
  line-height: 28px;
  color: var(--color-interaction-blue-tint-3);
}
figure figcaption:not(:first-child) {
  margin-top: 20px;
}
figure figcaption:not(:last-child) {
  margin-bottom: 12px;
}

figure.image img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 0) {
  figure.image img {
    width: var(--image-xs-w, auto);
    height: var(--image-xs-h, auto);
    max-width: var(--image-xs-mw, 100%);
    max-height: var(--image-xs-mh, auto);
  }
}
@media (min-width: 576px) {
  figure.image img {
    width: var(--image-sm-w, var(--image-xs-w, auto));
    height: var(--image-sm-h, var(--image-xs-h, auto));
    max-width: var(--image-sm-mw, var(--image-xs-mw, 100%));
    max-height: var(--image-sm-mh, var(--image-xs-mh, auto));
  }
}
@media (min-width: 768px) {
  figure.image img {
    width: var(--image-md-w, var(--image-sm-w, var(--image-xs-w, auto)));
    height: var(--image-md-h, var(--image-sm-h, var(--image-xs-h, auto)));
    max-width: var(--image-md-mw, var(--image-sm-mw, var(--image-xs-mw, 100%)));
    max-height: var(--image-md-mh, var(--image-sm-mh, var(--image-xs-mh, auto)));
  }
}
@media (min-width: 992px) {
  figure.image img {
    width: var(--image-lg-w, var(--image-md-w, var(--image-sm-w, var(--image-xs-w, auto))));
    height: var(--image-lg-h, var(--image-md-h, var(--image-sm-h, var(--image-xs-h, auto))));
    max-width: var(--image-lg-mw, var(--image-md-mw, var(--image-sm-mw, var(--image-xs-mw, 100%))));
    max-height: var(--image-lg-mh, var(--image-md-mh, var(--image-sm-mh, var(--image-xs-mh, auto))));
  }
}
@media (min-width: 1240px) {
  figure.image img {
    width: var(--image-xl-w, var(--image-lg-w, var(--image-md-w, var(--image-sm-w, var(--image-xs-w, auto)))));
    height: var(--image-xl-h, var(--image-lg-h, var(--image-md-h, var(--image-sm-h, var(--image-xs-h, auto)))));
    max-width: var(--image-xl-mw, var(--image-lg-mw, var(--image-md-mw, var(--image-sm-mw, var(--image-xs-mw, 100%)))));
    max-height: var(--image-xl-mh, var(--image-lg-mh, var(--image-md-mh, var(--image-sm-mh, var(--image-xs-mh, auto)))));
  }
}
@media (min-width: 1356px) {
  figure.image img {
    width: var(--image-ul-w, var(--image-xl-w, var(--image-lg-w, var(--image-md-w, var(--image-sm-w, var(--image-xs-w, auto))))));
    height: var(--image-ul-h, var(--image-xl-h, var(--image-lg-h, var(--image-md-h, var(--image-sm-h, var(--image-xs-h, auto))))));
    max-width: var(--image-ul-mw, var(--image-xl-mw, var(--image-lg-mw, var(--image-md-mw, var(--image-sm-mw, var(--image-xs-mw, 100%))))));
    max-height: var(--image-ul-mh, var(--image-xl-mh, var(--image-lg-mh, var(--image-md-mh, var(--image-sm-mh, var(--image-xs-mh, auto))))));
  }
}
figure.image.has-border-radius img {
  border-radius: var(--border-radius, 12px);
}
@media (min-width: 0) {
  figure.image.image-xs-p-left img {
    margin: 0 auto 0 0;
  }
  figure.image.image-xs-p-center img {
    margin: 0 auto;
  }
  figure.image.image-xs-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 576px) {
  figure.image.image-sm-p-left img {
    margin: 0 auto 0 0;
  }
  figure.image.image-sm-p-center img {
    margin: 0 auto;
  }
  figure.image.image-sm-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  figure.image.image-md-p-left img {
    margin: 0 auto 0 0;
  }
  figure.image.image-md-p-center img {
    margin: 0 auto;
  }
  figure.image.image-md-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  figure.image.image-lg-p-left img {
    margin: 0 auto 0 0;
  }
  figure.image.image-lg-p-center img {
    margin: 0 auto;
  }
  figure.image.image-lg-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1240px) {
  figure.image.image-xl-p-left img {
    margin: 0 auto 0 0;
  }
  figure.image.image-xl-p-center img {
    margin: 0 auto;
  }
  figure.image.image-xl-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1356px) {
  figure.image.image-ul-p-left img {
    margin: 0 auto 0 0;
  }
  figure.image.image-ul-p-center img {
    margin: 0 auto;
  }
  figure.image.image-ul-p-right img {
    margin: 0 0 0 auto;
  }
}
figure.image figcaption {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

figure.video {
  width: 100%;
}
figure.video iframe,
figure.video video {
  aspect-ratio: var(--aspect-ratio, 16/9);
  border: none;
  outline: none;
  width: 100%;
  display: block;
}
figure.video.has-border-radius iframe,
figure.video.has-border-radius video {
  border-radius: var(--border-radius, 12px);
}

figure.lottie lottie-player {
  display: block;
  margin: 0 auto;
}
figure.lottie lottie-player[hidden] {
  visibility: hidden;
}
@media (min-width: 0) {
  figure.lottie lottie-player {
    width: var(--lottie-xs-w, auto);
    height: var(--lottie-xs-h, auto);
    max-width: var(--lottie-xs-mw, 100%);
    max-height: var(--lottie-xs-mh, auto);
  }
}
@media (min-width: 576px) {
  figure.lottie lottie-player {
    width: var(--lottie-sm-w, var(--lottie-xs-w, auto));
    height: var(--lottie-sm-h, var(--lottie-xs-h, auto));
    max-width: var(--lottie-sm-mw, var(--lottie-xs-mw, 100%));
    max-height: var(--lottie-sm-mh, var(--lottie-xs-mh, auto));
  }
}
@media (min-width: 768px) {
  figure.lottie lottie-player {
    width: var(--lottie-md-w, var(--lottie-sm-w, var(--lottie-xs-w, auto)));
    height: var(--lottie-md-h, var(--lottie-sm-h, var(--lottie-xs-h, auto)));
    max-width: var(--lottie-md-mw, var(--lottie-sm-mw, var(--lottie-xs-mw, 100%)));
    max-height: var(--lottie-md-mh, var(--lottie-sm-mh, var(--lottie-xs-mh, auto)));
  }
}
@media (min-width: 992px) {
  figure.lottie lottie-player {
    width: var(--lottie-lg-w, var(--lottie-md-w, var(--lottie-sm-w, var(--lottie-xs-w, auto))));
    height: var(--lottie-lg-h, var(--lottie-md-h, var(--lottie-sm-h, var(--lottie-xs-h, auto))));
    max-width: var(--lottie-lg-mw, var(--lottie-md-mw, var(--lottie-sm-mw, var(--lottie-xs-mw, 100%))));
    max-height: var(--lottie-lg-mh, var(--lottie-md-mh, var(--lottie-sm-mh, var(--lottie-xs-mh, auto))));
  }
}
@media (min-width: 1240px) {
  figure.lottie lottie-player {
    width: var(--lottie-xl-w, var(--lottie-lg-w, var(--lottie-md-w, var(--lottie-sm-w, var(--lottie-xs-w, auto)))));
    height: var(--lottie-xl-h, var(--lottie-lg-h, var(--lottie-md-h, var(--lottie-sm-h, var(--lottie-xs-h, auto)))));
    max-width: var(--lottie-xl-mw, var(--lottie-lg-mw, var(--lottie-md-mw, var(--lottie-sm-mw, var(--lottie-xs-mw, 100%)))));
    max-height: var(--lottie-xl-mh, var(--lottie-lg-mh, var(--lottie-md-mh, var(--lottie-sm-mh, var(--lottie-xs-mh, auto)))));
  }
}
@media (min-width: 1356px) {
  figure.lottie lottie-player {
    width: var(--lottie-ul-w, var(--lottie-xl-w, var(--lottie-lg-w, var(--lottie-md-w, var(--lottie-sm-w, var(--lottie-xs-w, auto))))));
    height: var(--lottie-ul-h, var(--lottie-xl-h, var(--lottie-lg-h, var(--lottie-md-h, var(--lottie-sm-h, var(--lottie-xs-h, auto))))));
    max-width: var(--lottie-ul-mw, var(--lottie-xl-mw, var(--lottie-lg-mw, var(--lottie-md-mw, var(--lottie-sm-mw, var(--lottie-xs-mw, 100%))))));
    max-height: var(--lottie-ul-mh, var(--lottie-xl-mh, var(--lottie-lg-mh, var(--lottie-md-mh, var(--lottie-sm-mh, var(--lottie-xs-mh, auto))))));
  }
}
@media (min-width: 0) {
  figure.lottie.lottie-xs-p-left img {
    margin: 0 auto 0 0;
  }
  figure.lottie.lottie-xs-p-center img {
    margin: 0 auto;
  }
  figure.lottie.lottie-xs-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 576px) {
  figure.lottie.lottie-sm-p-left img {
    margin: 0 auto 0 0;
  }
  figure.lottie.lottie-sm-p-center img {
    margin: 0 auto;
  }
  figure.lottie.lottie-sm-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 768px) {
  figure.lottie.lottie-md-p-left img {
    margin: 0 auto 0 0;
  }
  figure.lottie.lottie-md-p-center img {
    margin: 0 auto;
  }
  figure.lottie.lottie-md-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 992px) {
  figure.lottie.lottie-lg-p-left img {
    margin: 0 auto 0 0;
  }
  figure.lottie.lottie-lg-p-center img {
    margin: 0 auto;
  }
  figure.lottie.lottie-lg-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1240px) {
  figure.lottie.lottie-xl-p-left img {
    margin: 0 auto 0 0;
  }
  figure.lottie.lottie-xl-p-center img {
    margin: 0 auto;
  }
  figure.lottie.lottie-xl-p-right img {
    margin: 0 0 0 auto;
  }
}
@media (min-width: 1356px) {
  figure.lottie.lottie-ul-p-left img {
    margin: 0 auto 0 0;
  }
  figure.lottie.lottie-ul-p-center img {
    margin: 0 auto;
  }
  figure.lottie.lottie-ul-p-right img {
    margin: 0 0 0 auto;
  }
}

.employees &gt; .grid:not(:has(&gt; *:nth-child(3))) {
  justify-content: center;
}

.accordion .employees &gt; .grid {
  justify-content: start;
}

.employee &gt; a {
  text-decoration: none;
  display: block;
  border-radius: var(--border-radius, 12px);
}
.employee &gt; a &gt; * {
  pointer-events: none;
}
@media (hover: hover) {
  .employee &gt; a:hover figure.employee-picture img {
    transform: scale(1.05);
  }
}
.employee &gt; a .employee-title:after {
  font-family: paicons;
  content: "\e902";
  font-weight: 400;
  font-size: 20px;
  width: 32px;
  height: 32px;
  display: block;
  flex: 0 0 auto;
}

.employee figure.employee-picture {
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: var(--border-radius);
}
.employee figure.employee-picture img {
  transition: 350ms ease;
}
.employee .employee-title {
  color: var(--color-headline);
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 10px;
  display: grid;
  font-weight: 500;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr auto;
}
.employee .employee-position {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.employee-modal .employee-title {
  font-weight: 500;
  color: var(--color-blue);
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .employee-modal .employee-title {
    font-size: 48px;
    line-height: 56px;
  }
}
.employee-modal .employee-position {
  margin-bottom: 40px;
  color: var(--color-anthrazit);
  font-size: 28px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .employee-modal .employee-position {
    margin-bottom: 56px;
    font-size: 32px;
    line-height: 40px;
  }
}
.employee-modal .employee-picture img {
  width: 100%;
}
@media (max-width: 767px) {
  .employee-modal .employee-picture {
    margin-bottom: 40px;
  }
}

.employee-small-inline figure,
.employee-small a figure {
  width: 72px;
  margin: 0 !important;
}
.employee-small-inline figure img,
.employee-small a figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top center;
}
.employee-small-inline p,
.employee-small a p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.employee-small-inline p.employee-title,
.employee-small a p.employee-title {
  color: var(--color-headline);
  font-weight: 500;
  margin: 0;
}
.employee-small-inline p.employee-title,
.employee-small a p.employee-title {
  font-size: 18px;
  line-height: 28px;
}
.employee-small-inline p.employee-position,
.employee-small a p.employee-position {
  font-size: 16px;
  line-height: 22px;
}

.employee-small-inline:has(&gt; figure) {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  gap: 16px;
}
.employee-small-inline:has(&gt; figure) &gt; div {
  align-self: center;
}

.grid &gt; div[class*=column]:not(:last-child) .employee-small {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .grid &gt; div[class*=column]:not(:last-child) .employee-small {
    margin-bottom: 24px;
  }
}

.employee-small a {
  display: grid;
  grid-template-columns: auto 1fr 32px;
  grid-template-rows: auto;
  gap: 16px;
}
.employee-small a &gt; div {
  align-self: center;
}

html.theme-light .insight:is(.teaser) {
  background: #FFFFFF;
}

html.theme-dark .insight:is(.teaser) {
  background: #20314A;
}

.insights &gt; .grid:not(:has(&gt; *:nth-child(3))) {
  justify-content: center;
}

.insight:is(.teaser) {
  border-radius: var(--border-radius);
  height: 100%;
}
.insight:is(.teaser) &gt; a {
  display: flex;
  text-decoration: none;
  border-radius: var(--border-radius);
  height: 100%;
  flex-direction: column;
}
@media (hover: hover) {
  .insight:is(.teaser) &gt; a:hover .insight-picture img {
    transform: scale(1.05);
  }
}
.insight:is(.teaser) &gt; a .button {
  pointer-events: none;
}
.insight:is(.teaser) .insight-inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: var(--site-padding);
}
.insight:is(.teaser) .insight-picture {
  overflow: hidden;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  margin: 0;
}
.insight:is(.teaser) .insight-picture img {
  transition: 350ms ease;
}
.insight:is(.teaser) .insight-spitzmarke {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .insight:is(.teaser) .insight-spitzmarke {
    font-size: 18px;
    line-height: 28px;
  }
}
.theme-light .insight:is(.teaser) .insight-spitzmarke {
  color: var(--color-interaction-blue);
}
.insight:is(.teaser) .insight-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .insight:is(.teaser) .insight-title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 38px;
  }
}
.theme-light .insight:is(.teaser) .insight-title {
  color: var(--color-interaction-blue);
}
.insight:is(.teaser) button {
  margin-top: auto;
  color: var(--color-white);
  justify-content: flex-start;
}
.insight:is(.teaser) button:before {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.theme-dark .insight:is(.teaser) button {
  color: var(--color-white);
}
.theme-light .insight:is(.teaser) button {
  color: var(--color-interaction-blue);
}

table {
  width: 100%;
}
table tr:not(:last-child) td {
  border-bottom: 1px solid var(--color-fg);
}
table tr td:first-child:not([width]) {
  width: 33%;
}
table tr td {
  padding: 4px 0;
}

html .contextual-box.theme-dark tr td,
html.theme-dark table tr td,
html table.theme-light tr td {
  color: #FFFFFF;
}
html .contextual-box.theme-dark tr:not(:last-child) td,
html.theme-dark table tr:not(:last-child) td,
html table.theme-light tr:not(:last-child) td {
  border-color: #E7E9EB;
}

html .contextual-box.theme-light tr td,
html.theme-light table tr td,
html table.theme-dark tr td {
  color: #333333;
}
html .contextual-box.theme-light tr:not(:last-child) td,
html.theme-light table tr:not(:last-child) td,
html table.theme-dark tr:not(:last-child) td {
  border-color: #9FA6B1;
}

@media (max-width: 767px) {
  .grid &gt; .column:not(:last-child) .teaser {
    margin-bottom: 32px;
  }
}

.teaser.layout-image {
  border-radius: var(--border-radius);
  overflow: hidden;
  text-decoration: none;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-height: 320px;
  height: 100%;
}
.teaser.layout-image &gt; * {
  grid-area: 1/1/-1/-1;
  pointer-events: none;
  position: relative;
}
.teaser.layout-image figure.teaser-background {
  margin: 0;
  z-index: 0;
}
.teaser.layout-image figure.teaser-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms;
}
.teaser.layout-image div.teaser-content {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--site-padding);
}
.teaser.layout-image div.teaser-content &gt; *:last-child {
  margin-top: auto;
}
.teaser.layout-image div.teaser-content .teaser-pretitle {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 0;
  color: #FFFFFF;
}
.teaser.layout-image div.teaser-content .teaser-headline {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0;
}
@media (hover: hover) {
  .teaser.layout-image:hover figure.teaser-background img {
    transform: scale(1.05);
  }
}

div.infographic figure {
  margin: 0;
}
div.infographic figure img {
  max-width: 100%;
  display: block;
  margin: 0;
}
div.infographic figure:not(:last-child) {
  margin-bottom: 24px;
}
div.infographic .infographic-category_label {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 4px;
}
div.infographic .infographic-caption * {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 768px) {
  div.infographic .infographic-caption *:is(p.text-center) {
    max-width: 75%;
    margin: 0 auto;
  }
}
div.infographic div.infographic-legend_color {
  width: 10px;
  height: 10px;
  border-radius: 2px;
}
div.infographic div.infographic-legend_text {
  font-size: 16px;
  line-height: 24px;
}
div.infographic ul.infographic-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 12px;
}
div.infographic li.infographic-item {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template: auto/auto auto;
  gap: 6px;
}
div.infographic li.infographic-item &gt; div.infographic-legend_color {
  margin-top: 7px;
}
div.infographic .infographic-category {
  display: grid;
  grid-template-rows: auto auto;
  grid-template: 1fr;
}
div.infographic .infographic-legend {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px 24px;
}
@media (max-width: 767px) {
  div.infographic .infographic-legend {
    flex-direction: column;
  }
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
  width: calc(100% + 32px);
}
.grid &gt; * {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.grid.row-gutter {
  margin-top: -16px;
  margin-bottom: -16px;
}
.grid.row-gutter &gt; * {
  padding-top: 16px;
  padding-bottom: 16px;
}
.grid .column-1 {
  flex: 0 0 8.3333333333%;
}
.grid .offset-1 {
  margin-left: 8.3333333333%;
}
.grid .column-2 {
  flex: 0 0 16.6666666667%;
}
.grid .offset-2 {
  margin-left: 16.6666666667%;
}
.grid .column-3 {
  flex: 0 0 25%;
}
.grid .offset-3 {
  margin-left: 25%;
}
.grid .column-4 {
  flex: 0 0 33.3333333333%;
}
.grid .offset-4 {
  margin-left: 33.3333333333%;
}
.grid .column-5 {
  flex: 0 0 41.6666666667%;
}
.grid .offset-5 {
  margin-left: 41.6666666667%;
}
.grid .column-6 {
  flex: 0 0 50%;
}
.grid .offset-6 {
  margin-left: 50%;
}
.grid .column-7 {
  flex: 0 0 58.3333333333%;
}
.grid .offset-7 {
  margin-left: 58.3333333333%;
}
.grid .column-8 {
  flex: 0 0 66.6666666667%;
}
.grid .offset-8 {
  margin-left: 66.6666666667%;
}
.grid .column-9 {
  flex: 0 0 75%;
}
.grid .offset-9 {
  margin-left: 75%;
}
.grid .column-10 {
  flex: 0 0 83.3333333333%;
}
.grid .offset-10 {
  margin-left: 83.3333333333%;
}
.grid .column-11 {
  flex: 0 0 91.6666666667%;
}
.grid .offset-11 {
  margin-left: 91.6666666667%;
}
.grid .column-12 {
  flex: 0 0 100%;
}
.grid .offset-12 {
  margin-left: 100%;
}
.grid .align-top {
  align-self: flex-start;
}
.grid .align-center {
  align-self: center;
}
.grid .align-bottom {
  align-self: flex-end;
}
@media (min-width: 0) {
  .grid .offset-xs-0 {
    margin-left: 0;
  }
  .grid .offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .grid .column-xs-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .grid .column-xs-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-3 {
    margin-left: 25%;
  }
  .grid .column-xs-3 {
    width: 25%;
    flex-basis: 25%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .grid .column-xs-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .grid .column-xs-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-6 {
    margin-left: 50%;
  }
  .grid .column-xs-6 {
    width: 50%;
    flex-basis: 50%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .grid .column-xs-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .grid .column-xs-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-9 {
    margin-left: 75%;
  }
  .grid .column-xs-9 {
    width: 75%;
    flex-basis: 75%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .grid .column-xs-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
  .grid .column-xs-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid .offset-xs-12 {
    margin-left: 100%;
  }
  .grid .column-xs-12 {
    width: 100%;
    flex-basis: 100%;
  }
  .grid .align-xs-top {
    align-self: flex-start;
  }
  .grid .align-xs-center {
    align-self: center;
  }
  .grid .align-xs-bottom {
    align-self: flex-end;
  }
  .grid &gt; * {
    order: var(--order-xs, 0);
  }
}
@media (min-width: 576px) {
  .grid .offset-sm-0 {
    margin-left: 0;
  }
  .grid .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .grid .column-sm-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .grid .column-sm-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-3 {
    margin-left: 25%;
  }
  .grid .column-sm-3 {
    width: 25%;
    flex-basis: 25%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .grid .column-sm-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .grid .column-sm-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-6 {
    margin-left: 50%;
  }
  .grid .column-sm-6 {
    width: 50%;
    flex-basis: 50%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .grid .column-sm-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .grid .column-sm-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-9 {
    margin-left: 75%;
  }
  .grid .column-sm-9 {
    width: 75%;
    flex-basis: 75%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .grid .column-sm-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .grid .column-sm-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid .offset-sm-12 {
    margin-left: 100%;
  }
  .grid .column-sm-12 {
    width: 100%;
    flex-basis: 100%;
  }
  .grid .align-sm-top {
    align-self: flex-start;
  }
  .grid .align-sm-center {
    align-self: center;
  }
  .grid .align-sm-bottom {
    align-self: flex-end;
  }
  .grid &gt; * {
    order: var(--order-sm, var(--order-xs, 0));
  }
}
@media (min-width: 768px) {
  .grid .offset-md-0 {
    margin-left: 0;
  }
  .grid .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .grid .column-md-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .grid .column-md-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-3 {
    margin-left: 25%;
  }
  .grid .column-md-3 {
    width: 25%;
    flex-basis: 25%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .grid .column-md-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .grid .column-md-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-6 {
    margin-left: 50%;
  }
  .grid .column-md-6 {
    width: 50%;
    flex-basis: 50%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .grid .column-md-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .grid .column-md-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-9 {
    margin-left: 75%;
  }
  .grid .column-md-9 {
    width: 75%;
    flex-basis: 75%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .grid .column-md-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .grid .column-md-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid .offset-md-12 {
    margin-left: 100%;
  }
  .grid .column-md-12 {
    width: 100%;
    flex-basis: 100%;
  }
  .grid .align-md-top {
    align-self: flex-start;
  }
  .grid .align-md-center {
    align-self: center;
  }
  .grid .align-md-bottom {
    align-self: flex-end;
  }
  .grid &gt; * {
    order: var(--order-md, var(--order-sm, var(--order-xs, 0)));
  }
}
@media (min-width: 992px) {
  .grid .offset-lg-0 {
    margin-left: 0;
  }
  .grid .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .grid .column-lg-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .grid .column-lg-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-3 {
    margin-left: 25%;
  }
  .grid .column-lg-3 {
    width: 25%;
    flex-basis: 25%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .grid .column-lg-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .grid .column-lg-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-6 {
    margin-left: 50%;
  }
  .grid .column-lg-6 {
    width: 50%;
    flex-basis: 50%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .grid .column-lg-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .grid .column-lg-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-9 {
    margin-left: 75%;
  }
  .grid .column-lg-9 {
    width: 75%;
    flex-basis: 75%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .grid .column-lg-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .grid .column-lg-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid .offset-lg-12 {
    margin-left: 100%;
  }
  .grid .column-lg-12 {
    width: 100%;
    flex-basis: 100%;
  }
  .grid .align-lg-top {
    align-self: flex-start;
  }
  .grid .align-lg-center {
    align-self: center;
  }
  .grid .align-lg-bottom {
    align-self: flex-end;
  }
  .grid &gt; * {
    order: var(--order-lg, var(--order-md, var(--order-sm, var(--order-xs, 0))));
  }
}
@media (min-width: 1240px) {
  .grid .offset-xl-0 {
    margin-left: 0;
  }
  .grid .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .grid .column-xl-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .grid .column-xl-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-3 {
    margin-left: 25%;
  }
  .grid .column-xl-3 {
    width: 25%;
    flex-basis: 25%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .grid .column-xl-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .grid .column-xl-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-6 {
    margin-left: 50%;
  }
  .grid .column-xl-6 {
    width: 50%;
    flex-basis: 50%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .grid .column-xl-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .grid .column-xl-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-9 {
    margin-left: 75%;
  }
  .grid .column-xl-9 {
    width: 75%;
    flex-basis: 75%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .grid .column-xl-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .grid .column-xl-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid .offset-xl-12 {
    margin-left: 100%;
  }
  .grid .column-xl-12 {
    width: 100%;
    flex-basis: 100%;
  }
  .grid .align-xl-top {
    align-self: flex-start;
  }
  .grid .align-xl-center {
    align-self: center;
  }
  .grid .align-xl-bottom {
    align-self: flex-end;
  }
  .grid &gt; * {
    order: var(--order-xl, var(--order-lg, var(--order-md, var(--order-sm, var(--order-xs, 0)))));
  }
}
@media (min-width: 1356px) {
  .grid .offset-ul-0 {
    margin-left: 0;
  }
  .grid .offset-ul-1 {
    margin-left: 8.3333333333%;
  }
  .grid .column-ul-1 {
    width: 8.3333333333%;
    flex-basis: 8.3333333333%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-2 {
    margin-left: 16.6666666667%;
  }
  .grid .column-ul-2 {
    width: 16.6666666667%;
    flex-basis: 16.6666666667%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-3 {
    margin-left: 25%;
  }
  .grid .column-ul-3 {
    width: 25%;
    flex-basis: 25%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-4 {
    margin-left: 33.3333333333%;
  }
  .grid .column-ul-4 {
    width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-5 {
    margin-left: 41.6666666667%;
  }
  .grid .column-ul-5 {
    width: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-6 {
    margin-left: 50%;
  }
  .grid .column-ul-6 {
    width: 50%;
    flex-basis: 50%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-7 {
    margin-left: 58.3333333333%;
  }
  .grid .column-ul-7 {
    width: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-8 {
    margin-left: 66.6666666667%;
  }
  .grid .column-ul-8 {
    width: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-9 {
    margin-left: 75%;
  }
  .grid .column-ul-9 {
    width: 75%;
    flex-basis: 75%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-10 {
    margin-left: 83.3333333333%;
  }
  .grid .column-ul-10 {
    width: 83.3333333333%;
    flex-basis: 83.3333333333%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-11 {
    margin-left: 91.6666666667%;
  }
  .grid .column-ul-11 {
    width: 91.6666666667%;
    flex-basis: 91.6666666667%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid .offset-ul-12 {
    margin-left: 100%;
  }
  .grid .column-ul-12 {
    width: 100%;
    flex-basis: 100%;
  }
  .grid .align-ul-top {
    align-self: flex-start;
  }
  .grid .align-ul-center {
    align-self: center;
  }
  .grid .align-ul-bottom {
    align-self: flex-end;
  }
  .grid &gt; * {
    order: var(--order-ul, var(--order-xl, var(--order-lg, var(--order-md, var(--order-sm, var(--order-xs, 0))))));
  }
}

.seperator {
  margin: 0;
  padding: 0;
  width: 100%;
  pointer-events: none;
  outline: none;
  border: none;
}
.seperator.has-line {
  height: 1px;
  background: var(--color-interaction-blue-tint-1);
}
@media (min-width: 0) {
  .seperator.has-line {
    margin-top: var(--seperator-xs, 0);
    margin-bottom: var(--seperator-xs, 0);
  }
}
@media (min-width: 576px) {
  .seperator.has-line {
    margin-top: var(--seperator-sm, var(--seperator-xs, 0));
    margin-bottom: var(--seperator-sm, var(--seperator-xs, 0));
  }
}
@media (min-width: 768px) {
  .seperator.has-line {
    margin-top: var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0)));
    margin-bottom: var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0)));
  }
}
@media (min-width: 992px) {
  .seperator.has-line {
    margin-top: var(--seperator-lg, var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0))));
    margin-bottom: var(--seperator-lg, var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0))));
  }
}
@media (min-width: 1240px) {
  .seperator.has-line {
    margin-top: var(--seperator-xl, var(--seperator-lg, var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0)))));
    margin-bottom: var(--seperator-xl, var(--seperator-lg, var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0)))));
  }
}
@media (min-width: 1356px) {
  .seperator.has-line {
    margin-top: var(--seperator-ul, var(--seperator-xl, var(--seperator-lg, var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0))))));
    margin-bottom: var(--seperator-ul, var(--seperator-xl, var(--seperator-lg, var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0))))));
  }
}
.theme-light .seperator.has-line {
  background: var(--color-interaction-blue-tint-3);
}
@media (min-width: 0) {
  .seperator:not(.has-line) {
    height: var(--seperator-xs, 0);
  }
}
@media (min-width: 576px) {
  .seperator:not(.has-line) {
    height: var(--seperator-sm, var(--seperator-xs, 0));
  }
}
@media (min-width: 768px) {
  .seperator:not(.has-line) {
    height: var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0)));
  }
}
@media (min-width: 992px) {
  .seperator:not(.has-line) {
    height: var(--seperator-lg, var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0))));
  }
}
@media (min-width: 1240px) {
  .seperator:not(.has-line) {
    height: var(--seperator-xl, var(--seperator-lg, var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0)))));
  }
}
@media (min-width: 1356px) {
  .seperator:not(.has-line) {
    height: var(--seperator-ul, var(--seperator-xl, var(--seperator-lg, var(--seperator-md, var(--seperator-sm, var(--seperator-xs, 0))))));
  }
}

main.site &gt; section {
  margin-bottom: 28px;
}
main.site &gt; section:first-child {
  margin-top: 64px;
}
main.site &gt; section:last-of-type {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  main.site &gt; section {
    margin-bottom: 128px;
  }
  main.site &gt; section:first-child {
    margin-top: 128px;
  }
  main.site &gt; section:last-of-type {
    margin-bottom: 200px;
  }
}

.contextual-box {
  background: var(--background);
  padding: 16px;
  border-radius: var(--border-radius);
}
.contextual-box:not(:first-child) {
  margin-top: 36px;
}
.contextual-box:not(:last-child) {
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .contextual-box {
    padding: 32px;
  }
  .contextual-box:not(:first-child) {
    margin-top: 56px;
  }
  .contextual-box:not(:last-child) {
    margin-bottom: 56px;
  }
}
.contextual-box.theme-dark {
  color: var(--color-white);
  --color-headline: var(--color-white);
}
.contextual-box.theme-light {
  color: var(--color-anthrazit);
  --color-headline: var(--color-blue);
}

.background-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  min-height: var(--mh-ul, var(--mh-xl, var(--mh-lg, var(--mh-md, var(--mh-sm, var(--mh-xs, 240px))))));
}
.background-container &gt; * {
  grid-area: 1/1/-1/-1;
}
.background-container &gt; .background-media {
  position: relative;
}
.background-container &gt; .background-media &gt; .background-media-inner {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.background-container &gt; .background-media &gt; .background-media-inner &gt; * {
  grid-area: 1/1/-1/-1;
}
.background-container &gt; .background-media &gt; .background-media-inner figure,
.background-container &gt; .background-media &gt; .background-media-inner figure img,
.background-container &gt; .background-media &gt; .background-media-inner video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.background-container &gt; .background-content {
  position: relative;
  z-index: 1;
  padding: var(--site-padding);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.background-container &gt; .background-content &gt; *:last-child {
  margin: 0;
}

nav li {
  list-style: none;
}
nav.inline ul {
  display: inline-flex;
}
nav.inline ul &gt; li:not(:last-child) {
  margin-right: 12px;
}

.tabs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabs .tabs-controls button span {
  background: transparent;
  font-weight: 500;
  margin: 0;
}
.tabs .tabs-controls button[aria-selected=true] span {
  background: rgb(63, 77.4, 99);
  color: #FFFFFF;
}

html .tabs.theme-dark .tabs-controls,
html.theme-light .tabs .tabs-controls {
  background: #FFFFFF;
}
html .tabs.theme-dark .tabs-controls button span,
html.theme-light .tabs .tabs-controls button span {
  color: #13294B;
}
@media (hover: hover) {
  html .tabs.theme-dark .tabs-controls button span:hover,
  html.theme-light .tabs .tabs-controls button span:hover {
    background: #E7E9EB;
  }
}
html .tabs.theme-dark .tabs-controls button[aria-selected=true] span,
html.theme-light .tabs .tabs-controls button[aria-selected=true] span {
  background: rgb(63, 77.4, 99);
  color: #FFFFFF;
}

html .tabs.theme-light .tabs-controls,
html.theme-dark .tabs .tabs-controls {
  background: #9FA6B1;
}
html .tabs.theme-light .tabs-controls button span,
html.theme-dark .tabs .tabs-controls button span {
  color: #FFFFFF;
}
@media (hover: hover) {
  html .tabs.theme-light .tabs-controls button span:hover,
  html.theme-dark .tabs .tabs-controls button span:hover {
    background: #87909D;
  }
}
html .tabs.theme-light .tabs-controls button[aria-selected=true] span,
html.theme-dark .tabs .tabs-controls button[aria-selected=true] span {
  background: rgb(63, 77.4, 99);
  color: #FFFFFF;
}

.tabs-controls {
  border-radius: 8px;
  margin-bottom: 24px;
  overflow-x: auto;
  white-space: nowrap;
  max-width: 100%;
  scroll-snap-type: x mandatory;
  display: flex;
}
@media (min-width: 768px) {
  .tabs-controls {
    margin-bottom: 40px;
  }
}
.tabs-controls::-webkit-scrollbar {
  display: none;
}
.tabs-controls::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}
.tabs-controls::-webkit-scrollbar-track {
  background: transparent;
}
.tabs-controls button {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  padding: 3px;
  background: transparent;
  scroll-snap-align: start;
}
.tabs-controls button span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  border-radius: 8px;
  padding: 13px 24px;
  text-align: center;
  white-space: nowrap;
}

.tab-items {
  width: 100%;
}
html.theme-dark .tabs.layout-icon-bar .tabs-controls,
html.theme-light .tabs.layout-icon-bar .tabs-controls {
  background: transparent;
}

.tabs.layout-icon-bar .tabs-controls {
  min-width: 100%;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(auto-fit, minmax(1px, 1fr));
  gap: 32px;
}
@media (max-width: 767px) {
  .tabs.layout-icon-bar .tabs-controls {
    gap: 8px;
  }
}
.tabs.layout-icon-bar .tabs-controls button {
  padding: 0;
  border-radius: 12px;
}
.tabs.layout-icon-bar .tabs-controls button span {
  padding: 24px;
  white-space: wrap;
  height: 100%;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .tabs.layout-icon-bar .tabs-controls button span {
    padding: 16px 2px;
    font-size: 16px;
    line-height: 22px;
  }
}
.tabs.layout-icon-bar .tabs-controls button span i.icon {
  display: block;
  margin-bottom: 16px;
  font-size: 60px;
}
.tabs.layout-icon-bar .tabs-controls button span i.icon:before {
  font-weight: 400;
}
@media (max-width: 767px) {
  .tabs.layout-icon-bar .tabs-controls button span i.icon {
    font-size: 40px;
    margin-bottom: 4px;
  }
}

html .tabs.theme-dark.layout-icon-bar .tabs-controls,
html.theme-light .tabs.layout-icon-bar .tabs-controls {
  background: transparent;
}
html .tabs.theme-dark.layout-icon-bar .tabs-controls button span,
html.theme-light .tabs.layout-icon-bar .tabs-controls button span {
  color: #13294B;
}
@media (hover: hover) {
  html .tabs.theme-dark.layout-icon-bar .tabs-controls button span:hover,
  html.theme-light .tabs.layout-icon-bar .tabs-controls button span:hover {
    background: #E7E9EB;
  }
}
html .tabs.theme-dark.layout-icon-bar .tabs-controls button[aria-selected=true] span,
html.theme-light .tabs.layout-icon-bar .tabs-controls button[aria-selected=true] span {
  background: rgb(63, 77.4, 99);
  color: #FFFFFF;
}

html .tabs.theme-light.layout-icon-bar .tabs-controls,
html.theme-dark .tabs.layout-icon-bar .tabs-controls {
  background: transparent;
}
html .tabs.theme-light.layout-icon-bar .tabs-controls button span,
html.theme-dark .tabs.layout-icon-bar .tabs-controls button span {
  color: #FFFFFF;
  background: #20314A;
}
@media (hover: hover) {
  html .tabs.theme-light.layout-icon-bar .tabs-controls button span:hover,
  html.theme-dark .tabs.layout-icon-bar .tabs-controls button span:hover {
    background: #3F4D63;
  }
}
html .tabs.theme-light.layout-icon-bar .tabs-controls button[aria-selected=true] span,
html.theme-dark .tabs.layout-icon-bar .tabs-controls button[aria-selected=true] span {
  background: #6F7A8A;
}

.accordion.no-transition * {
  transition: none !important;
}

html.theme-light .accordion,
html.theme-light .accordion.theme-dark,
html.theme-dark .accordion.theme-dark {
  border-top: 1px solid #13294B;
}
html.theme-light .accordion .accordion-item,
html.theme-light .accordion.theme-dark .accordion-item,
html.theme-dark .accordion.theme-dark .accordion-item {
  border-bottom: 1px solid #13294B;
}
html.theme-light .accordion .accordion-button, html.theme-light .accordion .accordion-button &gt; span,
html.theme-light .accordion.theme-dark .accordion-button,
html.theme-light .accordion.theme-dark .accordion-button &gt; span,
html.theme-dark .accordion.theme-dark .accordion-button,
html.theme-dark .accordion.theme-dark .accordion-button &gt; span {
  color: #13294B;
}
@media (hover: hover) {
  html.theme-light .accordion .accordion-button:not([aria-expanded=true]):hover,
  html.theme-light .accordion.theme-dark .accordion-button:not([aria-expanded=true]):hover,
  html.theme-dark .accordion.theme-dark .accordion-button:not([aria-expanded=true]):hover {
    background: rgba(231, 233, 235, 0.2);
  }
}

html.theme-dark .accordion,
html.theme-light .accordion.theme-light,
html.theme-dark .accordion.theme-light {
  border-top: 1px solid #FFFFFF;
}
html.theme-dark .accordion .accordion-item,
html.theme-light .accordion.theme-light .accordion-item,
html.theme-dark .accordion.theme-light .accordion-item {
  border-bottom: 1px solid #FFFFFF;
}
html.theme-dark .accordion .accordion-button, html.theme-dark .accordion .accordion-button &gt; span,
html.theme-light .accordion.theme-light .accordion-button,
html.theme-light .accordion.theme-light .accordion-button &gt; span,
html.theme-dark .accordion.theme-light .accordion-button,
html.theme-dark .accordion.theme-light .accordion-button &gt; span {
  color: #FFFFFF;
}
@media (hover: hover) {
  html.theme-dark .accordion .accordion-button:not([aria-expanded=true]):hover,
  html.theme-light .accordion.theme-light .accordion-button:not([aria-expanded=true]):hover,
  html.theme-dark .accordion.theme-light .accordion-button:not([aria-expanded=true]):hover {
    background: rgba(63, 77.4, 99, 0.2);
  }
}

.accordion.is-borderless,
.accordion.is-borderless &gt; .accordion-item {
  border-color: transparent !important;
}

.accordion-header {
  margin: 0 !important;
}
.accordion-header .accordion-button {
  outline: none;
  border: none;
  background: transparent;
  padding: 24px 0;
  color: var(--accordion-color);
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template: 1fr/1fr auto;
  border-radius: 0;
}
.accordion-header .accordion-button:after {
  font-family: paicons;
  content: "\e905";
  font-weight: 500;
  width: 24px;
  height: 24px;
  display: block;
}
.accordion-header .accordion-button[aria-expanded=true]:after {
  content: "\e908";
}
.accordion-header .accordion-button:after,
.accordion-header .accordion-button &gt; span {
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .accordion-header .accordion-button:after,
  .accordion-header .accordion-button &gt; span {
    font-size: 24px;
    line-height: 32px;
  }
}
.accordion-header .accordion-button &gt; span {
  margin: 0;
}

.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s ease, padding 0.3s ease;
  padding: 0;
}
.accordion-panel:not([hidden]) {
  grid-template-rows: 1fr;
  padding: 0 0 48px;
}
@media (min-width: 768px) {
  .accordion-panel:not([hidden]) {
    padding: 24px 0 72px;
  }
}
.accordion-panel &gt; div {
  overflow: hidden;
}

.form p.error {
  color: #FF0000;
  font: inherit;
  margin: 0;
  display: none;
}
.form.is-error label {
  color: #FF0000;
}
.form.is-error p.error {
  display: block;
}

div.form.input {
  position: relative;
}
div.form.input input {
  color: var(--color);
  border: 1px solid var(--border);
  background: transparent;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 13px 20px;
}
div.form.input input:focus, div.form.input input:active {
  outline: 1px solid var(--border);
}
div.form.input input::-webkit-outer-spin-button, div.form.input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

html.theme-dark div.form.input:not(.theme-dark):not(.theme-light) input,
html div.form.input.theme-light input {
  --color: #FFFFFF !important;
  --border: #87909D;
  --background: #E7E9EB;
}
html.theme-dark div.form.input:not(.theme-dark):not(.theme-light) input:focus, html.theme-dark div.form.input:not(.theme-dark):not(.theme-light) input:active,
html div.form.input.theme-light input:focus,
html div.form.input.theme-light input:active {
  --border: #FFFFFF;
}
@media (hover: hover) {
  html.theme-dark div.form.input:not(.theme-dark):not(.theme-light) input:hover,
  html div.form.input.theme-light input:hover {
    --border: #FFFFFF;
  }
}

html.theme-light div.form.input:not(.theme-dark):not(.theme-light) input,
html div.form.input.theme-dark input {
  --color: #13294B !important;
  --border: #87909D;
  --background: #E7E9EB;
}
html.theme-light div.form.input:not(.theme-dark):not(.theme-light) input:focus, html.theme-light div.form.input:not(.theme-dark):not(.theme-light) input:active,
html div.form.input.theme-dark input:focus,
html div.form.input.theme-dark input:active {
  --border: #13294B;
}
@media (hover: hover) {
  html.theme-light div.form.input:not(.theme-dark):not(.theme-light) input:hover,
  html div.form.input.theme-dark input:hover {
    --border: #13294B;
  }
}

div.form.input.has-icon &gt; div.field {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 1fr;
  align-items: center;
}
div.form.input.has-icon &gt; div.field &gt; input {
  grid-area: 1/1/-1/-1;
  padding-right: 54px;
}
div.form.input.has-icon &gt; div.field &gt; .icon {
  grid-area: 1/2/-1/-1;
  width: auto;
  height: 100%;
  aspect-ratio: 1;
  position: relative;
  color: #13294B;
}
div.form.input.has-icon &gt; div.field &gt; .icon:after, div.form.input.has-icon &gt; div.field &gt; .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.form.textarea {
  position: relative;
}
div.form.textarea textarea {
  --color: #13294B;
  --border: #87909D;
  --background: #E7E9EB;
  color: var(--color);
  border: 1px solid var(--border);
  background: transparent;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 8px;
  --color: #FFFFFF !important;
  resize: none;
  width: 100%;
  min-height: 160px;
}
html.theme-dark div.form.textarea textarea {
  --color: #FFFFFF;
  --border: #87909D;
  --background: #0F213C;
}
html.theme-dark div.form.textarea textarea {
  --color: #13294B;
  --border: #87909D;
  --background: #E7E9EB;
}
div.form.textarea textarea::-webkit-outer-spin-button, div.form.textarea textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
div.form.textarea textarea:focus, div.form.textarea textarea:active {
  --border: #FFFFFF;
}
@media (hover: hover) {
  div.form.textarea textarea:hover {
    --border: #FFFFFF;
  }
}

div.form.select {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
}
div.form.select.select-full,
div.form.select.select-full select {
  width: 100%;
}
div.form.select:after {
  content: "\e905";
  font-family: paicons;
  line-height: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  pointer-events: none;
}
div.form.select select {
  --color: #13294B;
  --border: #87909D;
  --background: #E7E9EB;
  color: var(--color);
  border: 1px solid var(--border);
  background: transparent;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 36px 10px 16px;
  -webkit-appearance: none;
  font-weight: 500;
}
html.theme-dark div.form.select select {
  --color: #FFFFFF;
  --border: #87909D;
  --background: #0F213C;
}
html.theme-dark div.form.select select {
  --color: #13294B;
  --border: #87909D;
  --background: #E7E9EB;
}
@media (hover: hover) {
  div.form.select select:hover {
    background: rgba(135, 144, 157, 0.2);
  }
}
div.form.select.theme-dark:after,
div.form.select.theme-dark select {
  color: var(--color-blue);
}
div.form.select.theme-light:after,
div.form.select.theme-light select {
  color: var(--color-white);
}
div.form.select.is-placeholder select {
  color: var(--color-interaction-blue-tint-3);
}
div.form.select.is-error select {
  border-color: #FF0000;
  color: #FF0000;
}

div.form.select:has(select[data-listener=swap] option:first-child:is(:last-child)) {
  display: none;
}

div.form.toggle {
  position: relative;
  padding-left: 58px;
}
div.form.toggle label {
  cursor: pointer;
}
div.form.toggle span.indicator {
  width: 46px;
  height: 24px;
  border-radius: 44px;
  background: #FFFFFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8px;
}
@media (max-width: 991px) {
  div.form.toggle span.indicator {
    margin-top: 4px;
  }
}
div.form.toggle span.indicator:before, div.form.toggle span.indicator:after {
  display: block;
  font-size: 8px;
  line-height: 12px;
  position: absolute;
  top: 7px;
}
div.form.toggle span.indicator:before {
  content: attr(data-true);
  text-transform: uppercase;
  left: 6px;
}
div.form.toggle span.indicator:after {
  content: attr(data-false);
  text-transform: uppercase;
  right: 6px;
}
div.form.toggle span.indicator &gt; span {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  margin: 2px;
}
div.form.toggle input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
div.form.toggle input[type=checkbox][disabled] + label {
  cursor: not-allowed;
}
div.form.toggle input[type=checkbox]:checked + label &gt; span.indicator &gt; span {
  margin-left: 24px;
}
div.form.toggle.theme-light .text-lead {
  color: #FFFFFF;
}
div.form.toggle.theme-light input:not([disabled]) + label &gt; span.indicator {
  background: #FFFFFF;
}
div.form.toggle.theme-light input:not([disabled]) + label &gt; span.indicator:before, div.form.toggle.theme-light input:not([disabled]) + label &gt; span.indicator:after {
  color: #13294B;
}
div.form.toggle.theme-light input:not([disabled]) + label &gt; span.indicator &gt; span {
  background: #13294B;
}
div.form.toggle.theme-light input:not([disabled]) + label:hover &gt; span.indicator {
  background: #CFD3D8;
}
div.form.toggle.theme-light input[disabled] + label &gt; span.indicator {
  background: #6F7A8A;
}
div.form.toggle.theme-light input[disabled] + label &gt; span.indicator:before, div.form.toggle.theme-light input[disabled] + label &gt; span.indicator:after {
  color: #3F4D63;
}
div.form.toggle.theme-light input[disabled] + label &gt; span.indicator &gt; span {
  background: #3F4D63;
}
div.form.toggle.theme-dark .text-lead {
  color: #13294B;
}
div.form.toggle.theme-dark input:not([disabled]) + label &gt; span.indicator {
  background: #13294B;
}
div.form.toggle.theme-dark input:not([disabled]) + label &gt; span.indicator:before, div.form.toggle.theme-dark input:not([disabled]) + label &gt; span.indicator:after {
  color: #FFFFFF;
}
div.form.toggle.theme-dark input:not([disabled]) + label &gt; span.indicator &gt; span {
  background: #FFFFFF;
}
div.form.toggle.theme-dark input:not([disabled]) + label:hover &gt; span.indicator {
  background: #6F7A8A;
}
div.form.toggle.theme-dark input[disabled] + label &gt; span.indicator {
  background: #CFD3D8;
}
div.form.toggle.theme-dark input[disabled] + label &gt; span.indicator:before, div.form.toggle.theme-dark input[disabled] + label &gt; span.indicator:after {
  color: #FFFFFF;
}
div.form.toggle.theme-dark input[disabled] + label &gt; span.indicator &gt; span {
  background: #FFFFFF;
}

div.form.checkbox {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 28px;
}
div.form.checkbox.theme-dark label {
  color: var(--color-blue);
}
div.form.checkbox.theme-light label {
  color: var(--color-white);
}
div.form.checkbox.is-error label:before,
div.form.checkbox.is-error label:after {
  border-color: #FF0000;
  color: #FF0000;
}
div.form.checkbox label {
  cursor: pointer;
}
div.form.checkbox label:before, div.form.checkbox label:after {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
div.form.checkbox label:before {
  content: "";
  background: #FFFFFF;
  border: 1px solid #87909D;
  border-radius: 4px;
}
div.form.checkbox label:after {
  color: #13294B;
  content: "\e904";
  font-family: paicons;
  text-align: center;
  font-size: 16px;
  transform: scale(0.65);
  opacity: 0;
}
div.form.checkbox label:hover:after {
  opacity: 1;
}
div.form.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
div.form.checkbox input[type=checkbox][disabled] + label {
  cursor: not-allowed;
}
div.form.checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.modal-open {
  overflow: hidden !important;
  padding-inline-end: var(--scrollbar-width) !important;
}

dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100vw;
  max-height: 100vh;
  background: transparent;
  border: none;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: var(--level);
  padding: var(--site-padding);
  color: var(--color-anthrazit);
  --color-bg: var(--color-sand-bg);
  --color-bg-alt: var(--color-white);
  --color-fg: var(--color-anthrazit);
  --color-headline: var(--color-blue);
}
dialog .dialog-container {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
dialog .dialog-outer {
  width: 100%;
  max-width: var(--site-max-width);
  background: #fff;
  border-radius: var(--border-radius);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translate(0, 48px);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 80px auto 80px;
  gap: 0;
}
dialog .dialog-header {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  dialog .dialog-header {
    padding: var(--site-padding);
  }
}
dialog .dialog-inner {
  grid-column: 2/-2;
}
dialog[open] .dialog-outer {
  animation: modalOpen 250ms 50ms cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}
@media (max-width: 767px) {
  dialog {
    padding: var(--site-padding) 0 0;
  }
  dialog .dialog-container {
    align-items: flex-end;
  }
  dialog .dialog-outer {
    grid-template-rows: auto auto;
    padding: var(--site-padding);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
  }
  dialog .dialog-inner {
    grid-column: 1/-1;
  }
}

@keyframes modalOpen {
  0% {
    opacity: 0;
    transform: translate(0, 100vh);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
.button-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  width: calc(100% + 8px);
}
.button-group:not(:first-child) {
  margin-top: 4px;
}
.button-group:not(:last-child) {
  margin-bottom: 4px;
}
.button-group &gt; * {
  margin: 4px;
}
@media (min-width: 768px) {
  .button-group {
    margin-left: -8px;
    margin-right: -8px;
    width: calc(100% + 16px);
  }
  .button-group &gt; * {
    margin: 8px;
  }
}
.button-group.button-group-left {
  justify-content: flex-start;
}
.button-group.button-group-center {
  justify-content: center;
}
.button-group.button-group-right {
  justify-content: flex-end;
}
.button-group.button-group-vertical {
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 0) {
  .button-group.button-group-xs-left {
    justify-content: flex-start;
  }
  .button-group.button-group-xs-center {
    justify-content: center;
  }
  .button-group.button-group-xs-right {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .button-group.button-group-sm-left {
    justify-content: flex-start;
  }
  .button-group.button-group-sm-center {
    justify-content: center;
  }
  .button-group.button-group-sm-right {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .button-group.button-group-md-left {
    justify-content: flex-start;
  }
  .button-group.button-group-md-center {
    justify-content: center;
  }
  .button-group.button-group-md-right {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .button-group.button-group-lg-left {
    justify-content: flex-start;
  }
  .button-group.button-group-lg-center {
    justify-content: center;
  }
  .button-group.button-group-lg-right {
    justify-content: flex-end;
  }
}
@media (min-width: 1240px) {
  .button-group.button-group-xl-left {
    justify-content: flex-start;
  }
  .button-group.button-group-xl-center {
    justify-content: center;
  }
  .button-group.button-group-xl-right {
    justify-content: flex-end;
  }
}
@media (min-width: 1356px) {
  .button-group.button-group-ul-left {
    justify-content: flex-start;
  }
  .button-group.button-group-ul-center {
    justify-content: center;
  }
  .button-group.button-group-ul-right {
    justify-content: flex-end;
  }
}

.button {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  display: inline-block;
  border: 1px solid transparent;
  background: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  padding: 13px 22px;
}
.button.button-icon-only {
  padding: 13px;
  font-size: 22px;
  line-height: 22px;
}
.button.button-small {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 16px;
}
.button.button-small.button-icon-only {
  padding: 9px;
  font-size: 20px;
  line-height: 20px;
}
.button.button-big {
  font-size: 32px;
  line-height: 40px;
  padding: 16px 22px;
}
.button.button-big.button-icon-only {
  padding: 12px;
  font-size: 32px;
  line-height: 32px;
}
.button[class*=icon] {
  display: inline-flex;
  align-items: center;
}
.button[class*=icon]:not(.button-icon-only) {
  gap: 0 8px;
}
.button[class*=icon]:before {
  font-weight: 500;
}
.button.icon-right:before {
  order: 1;
}
html.theme-dark .button:not(.button-dark):not(.button-light) {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
html.theme-light .button:not(.button-dark):not(.button-light) {
  border-color: #87909D;
  color: var(--color-blue);
}
@media (hover: hover) {
  .button:hover {
    background: rgba(135, 144, 157, 0.2);
  }
}
.button[disabled] {
  color: #87909D;
  pointer-events: none;
  user-select: none;
}
.button.button-light {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.button.button-light[disabled] {
  color: #87909D;
  border-color: #87909D;
}
.button.button-dark {
  color: #13294B;
  border-color: #87909D;
}
.button.button-dark[disabled] {
  color: #87909D;
  border-color: #87909D;
}
.button.button-fill, .button.button-fill.button-dark {
  border-color: #3F4D63;
  background: #3F4D63;
  color: #FFFFFF;
}
@media (hover: hover) {
  .button.button-fill:hover, .button.button-fill.button-dark:hover {
    border-color: #13294B;
    background: #13294B;
  }
}
.button.button-fill[disabled], .button.button-fill.button-dark[disabled] {
  color: #CFD3D8;
  border-color: #87909D;
  background: #87909D;
}
.button.button-fill.button-light {
  border-color: #E7E9EB;
  background: #E7E9EB;
  color: #13294B;
}
@media (hover: hover) {
  .button.button-fill.button-light:hover {
    border-color: #87909D;
    background: #87909D;
  }
}
.button.button-fill.button-light[disabled] {
  color: #13294B;
  border-color: #3F4D63;
  background: #3F4D63;
}
.button.button-ghost {
  border-color: transparent !important;
}
.button.button-ghost.button-dark {
  color: #13294B;
}
.button.button-ghost.button-light {
  color: #FFFFFF;
}
.button.button-inline {
  background: transparent !important;
  border-color: transparent !important;
  padding: 0;
  display: inline-flex;
  justify-content: flex-start;
  text-align: left;
  align-items: center;
}
.button.button-inline.button-dark {
  color: #13294B;
}
.button.button-inline.button-light {
  color: #FFFFFF;
}
.button.button-inline:not(.button-icon-only):before {
  padding-top: 2px;
}
.button.is-swappable {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.button.is-swappable &gt; span {
  grid-area: 1 / 1 / -1 / -1;
}
.button.is-swappable &gt; span, .button.is-swappable:before {
  transition: all 250ms;
}
.button.is-swappable[class*=icon] {
  grid-template-columns: auto 1fr;
}
.button.is-swappable[class*=icon]:before {
  grid-area: 1/1;
}
.button.is-swappable[class*=icon] &gt; span:nth-of-type(1) {
  grid-area: 1/2;
  text-align: right;
}
.button.is-swappable[class*=icon].icon-right {
  grid-template-columns: 1fr auto;
}
.button.is-swappable[class*=icon].icon-right:before {
  grid-area: 1/2;
}
.button.is-swappable[class*=icon].icon-right &gt; span:nth-of-type(1) {
  grid-area: 1/1;
  text-align: left;
}
.button.is-swappable &gt; span:nth-of-type(2) {
  opacity: 0;
  transform: translate(0, 200%);
}
@media (hover: hover) {
  .button.is-swappable:hover &gt; span:nth-of-type(1), .button.is-swappable:hover:before {
    transform: translate(0, -200%);
  }
  .button.is-swappable:hover &gt; span:nth-of-type(2) {
    opacity: 1;
    transform: translate(0, 0%);
  }
}

.label {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 44px;
  display: inline-block;
  border: 1px solid transparent;
  background: transparent;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 6px 16px;
  height: 32px;
  overflow: hidden;
}
.label[class*=icon] {
  display: inline-flex;
  align-items: center;
}
.label[class*=icon]:not(.button-icon-only) {
  gap: 0 8px;
}
.label[class*=icon]:before {
  font-weight: 500;
  color: inherit;
}
.label.icon-right:before {
  order: 1;
}
.label.label-dark {
  border-color: #87909D;
  color: var(--color-blue);
}
@media (hover: hover) {
  .label.label-dark:hover {
    background: rgba(135, 144, 157, 0.2);
  }
}
.label.label-light {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
@media (hover: hover) {
  .label.label-light:hover {
    background: rgba(135, 144, 157, 0.2);
  }
}

.tooltip {
  display: inline-block;
}
.tooltip .tooltip-icon {
  color: #13294B;
  display: inline;
  padding: 6px 4px 4px;
  aspect-ratio: 1;
  border-radius: 3px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 2px;
}
.tooltip .tooltip-icon .icon:before {
  font-weight: 400;
}
.tooltip.theme-light {
  color: #FFFFFF;
}
@media (hover: hover) {
  .tooltip:hover .tooltip-icon {
    background: #E7E9EB;
  }
}
.tooltip .tooltip-content {
  display: none;
}

.tippy-content .tooltip-content_headline,
.tooltip-content .tooltip-content_headline {
  color: #13294B;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 4px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .tippy-content .tooltip-content_headline,
  .tooltip-content .tooltip-content_headline {
    font-size: 16px;
    line-height: 24px;
  }
}
.tippy-content .tooltip-content_text,
.tooltip-content .tooltip-content_text {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 767px) {
  .tippy-content .tooltip-content_text,
  .tooltip-content .tooltip-content_text {
    font-size: 14px;
    line-height: 22px;
  }
}

.tippy-box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px 24px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
}
.tippy-box .tippy-content {
  padding: 0;
}
.tippy-box .tippy-arrow {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .tippy-box {
    padding: 8px 12px;
  }
}

.outer:has(.slider) {
  overflow: hidden;
}

.slider.grid &gt; div {
  padding: 0;
}
.slider.grid div.item {
  padding: 0 16px;
}
.slider.grid.flickity-enabled {
  display: grid;
  grid-template-rows: auto 40px;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px 8px;
}
.slider.grid.flickity-enabled .flickity-viewport {
  grid-area: 1/1/2/4;
}
.slider.grid.flickity-enabled .flickity-button.previous {
  grid-area: 2/1/3/2;
}
.slider.grid.flickity-enabled .flickity-page-dots {
  grid-area: 2/2/3/3;
}
.slider.grid.flickity-enabled .flickity-button.next {
  grid-area: 2/3/3/4;
}
@media (max-width: 767px) {
  .slider.grid.flickity-enabled {
    gap: 12px 8px;
  }
}

.slider:has(.flickity-page-dots li:only-child) .flickity-page-dots,
.slider:has(.flickity-page-dots li:only-child) .flickity-button {
  display: none;
}
.slider:has(.flickity-page-dots li:only-child).grid {
  grid-template-rows: auto;
}

.slider .flickity-page-dots {
  display: flex;
  margin: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  position: relative;
  bottom: auto;
}
.slider .flickity-page-dots li {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
  margin: 0 !important;
  padding: 0;
  opacity: 1;
  transition: width 250ms;
}
.slider .flickity-page-dots li.is-selected {
  width: 24px;
}

html.theme-light .slider .flickity-page-dots li {
  background: #CFD3D8;
}
html.theme-light .slider .flickity-page-dots li.is-selected {
  background: #0F213C;
}

html.theme-dark .slider .flickity-page-dots li {
  background: #87909D;
}
html.theme-dark .slider .flickity-page-dots li.is-selected {
  background: #FFFFFF;
}

.slider .flickity-button {
  width: 40px;
  height: 40px;
  opacity: 1;
  text-align: center;
  position: relative;
  padding: 0;
  top: auto;
  transform: none;
  background: none;
}
.slider .flickity-button[disabled] {
  opacity: 1;
}
.slider .flickity-button svg {
  display: none;
}
.slider .flickity-button.next {
  right: auto;
}
.slider .flickity-button.previous {
  left: auto;
  justify-self: self-end;
}
.slider .flickity-button.previous:before, .slider .flickity-button.next:before {
  font-family: "paicons" !important;
}
.slider .flickity-button.previous:before {
  content: "\e901";
}
.slider .flickity-button.next:before {
  content: "\e902";
}

.theme-dark .slider .flickity-button {
  color: var(--color-white);
}
.theme-dark .slider .flickity-button[disabled] {
  color: var(--color-interaction-blue-tint-3);
}
@media (hover: hover) {
  .theme-dark .slider .flickity-button:hover {
    background: var(--color-interaction-blue-tint-1);
  }
}

.theme-light .slider .flickity-button {
  color: var(--color-darkblue-bg);
}
.theme-light .slider .flickity-button[disabled] {
  color: var(--color-interaction-blue-tint-5);
}
@media (hover: hover) {
  .theme-light .slider .flickity-button:hover {
    background: var(--color-interaction-blue-tint-6);
  }
}

.slider-container.layout-default .slider.grid div.item {
  width: 100%;
}

.slider-container.layout-fullbleed .flickity-viewport {
  overflow: visible;
}
.slider-container.layout-fullbleed .slider.grid .item {
  padding: 0;
}

.loading-spinner {
  margin: 24px 0;
}
.loading-spinner .spinner {
  width: 56px;
  aspect-ratio: 1;
  margin: 0 auto;
  border-radius: 50%;
  animation: loadingSpinner 0.8s infinite linear;
  background: radial-gradient(farthest-side, #13294B 94%, rgba(0, 0, 0, 0)) top/9px 9px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #13294B);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 9px), #000 0);
}
@media (min-width: 768px) {
  .loading-spinner .spinner {
    width: 96px;
    background: radial-gradient(farthest-side, #13294B 94%, rgba(0, 0, 0, 0)) top/18px 18px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #13294B);
    -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 18px), #000 0);
  }
}

@keyframes loadingSpinner {
  100% {
    transform: rotate(1turn);
  }
}
main.site &gt; section {
  margin-bottom: 80px;
}
main.site &gt; section:first-child {
  margin-top: 64px;
}
@media (min-width: 768px) {
  main.site &gt; section {
    margin-bottom: 160px;
  }
  main.site &gt; section:first-child {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  main.site &gt; section {
    margin-bottom: 200px;
  }
  main.site &gt; section:first-child {
    margin-top: 160px;
  }
}
main.site &gt; section.is-reduced {
  margin-bottom: 28px;
}
main.site &gt; section.is-reduced:first-child {
  margin-top: 64px;
}
main.site &gt; section.is-reduced:last-child {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  main.site &gt; section.is-reduced {
    margin-bottom: 56px;
  }
  main.site &gt; section.is-reduced:first-child {
    margin-top: 128px;
  }
}

.template-insight main.site {
  padding: 64px 0;
}
@media (min-width: 768px) {
  .template-insight main.site {
    padding: 125px 0 200px;
  }
}
.template-insight main.site &gt; *:not(:last-child) {
  margin-bottom: 56px;
}
.template-insight main.site h2 {
  font-size: 32px;
  line-height: 40px;
}
.template-insight main.site blockquote:not(:last-child) {
  margin-bottom: 32px;
}
.template-insight main.site blockquote p {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .template-insight main.site blockquote p {
    font-size: 32px;
    line-height: 40px;
  }
}
.template-insight main.site blockquote cite.author span {
  display: inline;
}
.template-insight main.site blockquote cite.author span:first-child:not(:last-child):after {
  content: ", ";
}
.template-insight main.site .slider.grid.flickity-enabled {
  gap: 24px 8px;
}
.template-insight main.site figure:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .template-insight main.site figure:not(:first-child) {
    margin-top: 48px;
  }
}
.template-insight .insight-back {
  margin-bottom: 24px;
}
.template-insight .insight-spitzmarke {
  margin-bottom: 8px;
}
.template-insight .insight-title {
  margin-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .template-insight .insight-title {
    margin-bottom: 56px;
  }
}
.template-insight .insight-picture {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .template-insight .insight-picture {
    margin-bottom: 56px;
  }
}
.template-insight .insight-date-author {
  margin-bottom: 16px;
}
.template-insight .insight-lead,
.template-insight .insight-lead * {
  margin-top: 0;
  margin-bottom: 0;
}
.template-insight .insight-lead * {
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .template-insight .insight-lead * {
    font-size: 28px;
    line-height: 40px;
  }
}
.template-insight footer.insight div[class*=insight-]:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .template-insight footer.insight div[class*=insight-]:not(:last-child) {
    margin-bottom: 56px;
  }
}
.template-insight footer.insight .insight-legal {
  color: var(--color-interaction-blue-tint-3);
}

dialog#legalModal {
  padding: 96px 0 0;
}
@media (min-width: 768px) {
  dialog#legalModal {
    padding: 125px 0 125px;
  }
}
dialog#legalModal .dialog-container .dialog-outer {
  max-width: 800px;
}
@media (min-width: 768px) {
  dialog#legalModal .dialog-container .dialog-outer {
    padding: 0 104px;
  }
}
dialog#legalModal::backdrop {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: rgba(15, 33, 60, 0.5);
}

.legal-redirect-message {
  display: none;
}

.legal-redirect-hidden {
  display: block;
}

.downloads-search,
.downloads-filter,
.downloads-filter-active {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .downloads-search,
  .downloads-filter,
  .downloads-filter-active {
    margin-bottom: 72px;
  }
}

.downloads-filter {
  background: #FFFFFF;
  border-radius: var(--border-radius);
}
.downloads-filter .accordion-button,
.downloads-filter .accordion-panel {
  padding-left: var(--site-padding);
  padding-right: var(--site-padding);
}
.downloads-filter .downloads-filter-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  gap: 24px 16px;
}
@media (max-width: 991px) {
  .downloads-filter .downloads-filter-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .downloads-filter .downloads-filter-grid .downloads-filter-column-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .downloads-filter .downloads-filter-grid .downloads-filter-column-grid &gt; * {
    flex: 0 0 25%;
  }
}
@media (max-width: 767px) {
  .downloads-filter .downloads-filter-grid .downloads-filter-column-grid &gt; * {
    flex: 0 0 33%;
  }
}
@media (max-width: 575px) {
  .downloads-filter .downloads-filter-grid .downloads-filter-column-grid &gt; * {
    flex: 0 0 50%;
  }
}

.downloads-filter-active:not(:has(li)) {
  display: none;
}

.downloads-filter-active .downloads-filter-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
  gap: 8px;
}
.downloads-filter-active .downloads-filter-list li {
  font-size: 16px;
  line-height: 1;
  margin: 0 !important;
}
.downloads-filter-active .downloads-filter-list li:before {
  top: 0 !important;
  left: auto;
  margin: 0;
  float: none;
  font-weight: 500;
}

.downloads-list .downloads-list__headline,
.downloads-list .downloads-list__item {
  display: grid;
  grid-template-columns: 426fr repeat(4, 190fr);
  gap: 40px 8px;
  padding: 24px 0;
  border-bottom: 1px solid #9FA6B1;
}
.downloads-list .downloads-list__headline &gt; *:last-child,
.downloads-list .downloads-list__item &gt; *:last-child {
  text-align: right;
}
@media (max-width: 767px) {
  .downloads-list .downloads-list__headline,
  .downloads-list .downloads-list__item {
    padding: 12px 0 16px;
  }
}
.downloads-list:not(.no-results) .downloads-list__no-results, .downloads-list.no-results .downloads-list__headline {
  display: none;
}
.downloads-list .downloads-list__no-results {
  padding: 32px 0;
}

.downloads-list .downloads-list__headline {
  color: #13294B;
  font-weight: 600;
}
@media (max-width: 767px) {
  .downloads-list .downloads-list__headline {
    display: none;
  }
}

.downloads-list .downloads-list__item {
  text-decoration: none;
}
@media (hover: hover) {
  .downloads-list .downloads-list__item:hover {
    background: rgba(135, 144, 157, 0.1);
  }
}
.downloads-list .downloads-list__item &gt; div &gt; span {
  display: none;
}
.downloads-list .downloads-list__item .downloads-list__name {
  font-weight: 600;
  color: #13294B;
}
@media (max-width: 767px) {
  .downloads-list .downloads-list__item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 0;
  }
  .downloads-list .downloads-list__item &gt; div {
    flex: 0 0 auto;
  }
  .downloads-list .downloads-list__item &gt; div:first-child {
    flex: 1 0 100%;
  }
  .downloads-list .downloads-list__item &gt; div &gt; span {
    display: inline;
  }
  .downloads-list .downloads-list__item &gt; div:not(.downloads-list__name) {
    font-size: 16px;
    line-height: 18px;
  }
}

dialog.downloads-item .dialog-outer {
  max-width: 1126px;
}
dialog.downloads-item .downloads-files {
  border-top: 1px solid #9FA6B1;
}
dialog.downloads-item .downloads-file {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 3fr repeat(3, 1fr);
  gap: 40px 8px;
  padding: 24px 0 24px;
  border-bottom: 1px solid #9FA6B1;
}
@media (max-width: 767px) {
  dialog.downloads-item .downloads-file {
    grid-template-columns: 6fr repeat(3, 1fr);
    padding: 12px 0 16px;
  }
  dialog.downloads-item .downloads-file &gt; div {
    font-size: 16px;
    line-height: 18px;
  }
}
dialog.downloads-item .downloads-file .downloads-file__label {
  color: #13294B;
  font-weight: 600;
}
dialog.downloads-item .downloads-file .downloads-file__language {
  text-align: right;
}
dialog.downloads-item .downloads-file .downloads-file__language &gt; a {
  color: #13294B;
}
dialog.downloads-item .downloads-file .downloads-file__language &gt; span {
  color: #9FA6B1;
}

.event:not(.layout-layer) &gt; .event-inner {
  padding: 64px 0;
}
.event:not(:first-child) {
  border-top: 1px solid #87909D;
}
.event:not(:last-child) {
  border-bottom: 1px solid #87909D;
}
.event + .event {
  border-top-color: transparent;
}
.event:first-child:last-child &gt; .event-inner {
  padding: 0;
}

.event .event-card {
  text-align: center;
  padding: 48px 40px;
  border-radius: var(--border-radius);
}
.event .event-card .event-category {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
}
.event .event-card .event-day {
  font-size: 152px;
  line-height: 152px;
  font-weight: 500;
  display: block;
}
.event .event-card .event-button {
  margin-top: 32px;
}
.event .event-date-location {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
}
.event .event-headline {
  margin: 0 0 16px;
}
.event .employee-small-inline {
  margin-top: 32px;
}
.event .event-content &gt; *:first-child:is(figure) {
  margin-top: 36px;
}

dialog.event-modal .event-spitzmarke {
  margin-bottom: 0;
}
dialog.event-modal .dialog-outer {
  max-width: 720px;
}
dialog.event-modal .event-headline {
  margin-bottom: 48px;
}
dialog.event-modal .event-legal {
  margin-top: 32px;
}

.products-navigation {
  margin-bottom: 56px;
}
.products-navigation .products-navigation_select {
  display: flex;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .products-navigation .products-navigation_select {
    flex-direction: column;
  }
  .products-navigation .products-navigation_select &gt; div &gt; div, .products-navigation .products-navigation_select &gt; div &gt; div select {
    display: block;
    width: 100%;
  }
}
.products-navigation .products-navigation_buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0 8px;
}
@media (max-width: 767px) {
  .products-navigation .products-navigation_buttons {
    margin-top: 16px;
  }
}
.products-navigation .products-navigation_buttons .button:not(.is-active) {
  opacity: 0.5;
}
@media (hover: hover) {
  .products-navigation .products-navigation_buttons .button:not(.is-active):hover {
    opacity: 1;
  }
}

.products-list.products-layout_teasers {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 32px;
}
.products-list.products-layout_teasers &gt; div {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .products-list.products-layout_teasers &gt; div {
    grid-column: auto/span 6;
  }
}
@media (min-width: 992px) {
  .products-list.products-layout_teasers &gt; div {
    grid-column: auto/span 4;
  }
}

.products &gt; .grid:not(:has(&gt; *:nth-child(3))) {
  justify-content: center;
}

.product:is(.teaser) {
  background: var(--color-darkblue-bg2);
  border-radius: var(--border-radius);
  height: 100%;
}
html.theme-dark .product:is(.teaser) {
  background: var(--color-darkblue-bg2);
}
html.theme-light .product:is(.teaser) {
  background: var(--color-white);
}
.product:is(.teaser) &gt; a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  border-radius: var(--border-radius);
  height: 100%;
}
@media (hover: hover) {
  .product:is(.teaser) &gt; a:hover .product-picture img {
    transform: scale(1.05);
  }
  .product:is(.teaser) &gt; a:hover .button {
    background: rgba(135, 144, 157, 0.2);
  }
}
.product:is(.teaser) &gt; a .button {
  pointer-events: none;
}
.product:is(.teaser) .product-picture {
  overflow: hidden;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  margin: 0;
}
.product:is(.teaser) .product-picture img {
  transition: 350ms ease;
}
.product:is(.teaser) .product-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 16px;
  hyphens: auto;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 32px;
  max-height: 128px;
}
@media (min-width: 768px) {
  .product:is(.teaser) .product-title {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 38px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 40px;
    max-height: 160px;
  }
}
html.theme-light .product:is(.teaser) .product-title {
  color: var(--color-interaction-blue);
}
.product:is(.teaser) .product-description p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product:is(.teaser) .product-description p {
    font-size: 16px;
    line-height: 18px;
  }
}
.product:is(.teaser) button {
  margin-top: auto;
  color: var(--color-white);
  justify-content: flex-start;
}
.product:is(.teaser) button:before {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
html.theme-dark .product:is(.teaser) button {
  color: var(--color-white);
}
html.theme-light .product:is(.teaser) button {
  color: var(--color-interaction-blue);
}
.product:is(.teaser).is-more {
  display: grid;
  min-height: 320px;
  height: auto;
  background: var(--color-interaction-blue);
  color: var(--color-white);
  text-decoration: none;
}
.product:is(.teaser).is-more .product-inner {
  height: 100%;
}
@media (min-width: 576px) {
  .product:is(.teaser).is-more .product-inner p.text-lead {
    max-width: 85%;
  }
}
@media (hover: hover) {
  .product:is(.teaser).is-more:hover {
    background: var(--color-interaction-blue-tint-6);
  }
}
.product:is(.teaser).is-more button {
  color: var(--color-white);
}

.template-product main.site {
  padding: 64px 0;
}
@media (min-width: 768px) {
  .template-product main.site {
    padding: 125px 0 200px;
  }
}
.template-product main.site &gt; *:not(:last-child) {
  margin-bottom: 56px;
}
.template-product .product-back {
  margin-bottom: 24px;
}
.template-product .product-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 768px) {
  .template-product .product-title {
    margin-bottom: 56px;
    font-size: 56px;
    line-height: 72px;
  }
}
.template-product .product-picture {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .template-product .product-picture {
    margin-bottom: 48px;
  }
}
.template-product .product-picture figcaption {
  text-transform: uppercase;
}
.template-product header.product + div .product-table tr td:first-child {
  width: 28%;
}
.template-product header.product + div .product-table tr td:last-child {
  text-align: left;
}
.template-product .accordion {
  margin-bottom: 48px;
}
.template-product footer.product div[class*=product-]:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .template-product footer.product div[class*=product-]:not(:last-child) {
    margin-bottom: 56px;
  }
}
.template-product footer.product .product-legal {
  color: var(--color-interaction-blue-tint-3);
}

.product:is(.teaser) .product-inner {
  display: flex;
  flex-direction: column;
  padding: var(--site-padding);
}
.product:is(.teaser) .product-inner &gt; *:last-child {
  margin-top: auto;
}

.product-holder {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.product-holder &gt; * {
  grid-area: 1 / 1 / -1 / -1;
}
.product-holder &gt; *:first-child {
  position: relative;
  z-index: 1;
}
.product-holder .product-label p {
  transform: translate(0, -50%);
}

.product-label p {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
}
.product-label p span {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 16px 7px;
  border-radius: 16px;
  background: var(--color);
  color: #FFFFFF;
}

.product-table table {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .product-table table {
    font-size: 16px;
    line-height: 18px;
  }
}
.product-table table tr td {
  vertical-align: top;
  padding: 8px 0;
}
.product-table table tr td:first-child {
  width: 45%;
}
.product-table table tr td:last-child {
  text-align: right;
}

.product-table,
.product-description {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .product-table,
  .product-description {
    margin-bottom: 24px;
  }
}

.product.rating {
  background: #13294B;
  border-radius: var(--border-radius);
  margin-bottom: 56px;
}
.product.rating .star-rating {
  display: inline-block;
  margin: 8px 0 24px;
}
.product.rating .star-rating .star {
  display: inline-block;
  font-size: 36px;
  line-height: 36px;
  opacity: 0.4;
  cursor: pointer;
}
.product.rating .star-rating .star.active, .product.rating .star-rating .star.hover {
  opacity: 1;
}
.product.rating .star-rating .star.inactive {
  opacity: 0.4 !important;
}
.product.rating div.input-inline {
  margin-top: 16px;
}
.product.rating div.input-inline * {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .product.rating div.input-inline * {
    display: inline-block;
    width: auto;
  }
  .product.rating div.input-inline *:first-child {
    padding-right: 16px;
  }
}
.product.rating div.form.textarea,
.product.rating div.form.textarea textarea {
  height: 100%;
}

.products-layout_list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 48px;
}

.products-list-category .products-list-category_inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 12px;
}

.product:is(.list) .product-inner {
  display: grid;
  gap: 4px 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 3fr 32px;
  align-items: start;
}
@media (max-width: 767px) {
  .product:is(.list) .product-inner {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.product:is(.list) .product-inner * {
  margin: 0;
}
.product:is(.list) .product-inner .button--group {
  justify-self: end;
}
@media (max-width: 767px) {
  .product:is(.list) .product-inner .button--group {
    display: none;
  }
}
.product:is(.list) .product-inner ul {
  padding: 4px 0 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr repeat(3, 2fr);
  font-size: 16px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .product:is(.list) .product-inner ul {
    display: block;
  }
  .product:is(.list) .product-inner ul &gt; li {
    display: inline;
  }
  .product:is(.list) .product-inner ul &gt; li:not(:first-child):before {
    content: "/";
    padding: 0;
    margin: 0;
    top: auto;
    display: inline;
    float: none;
  }
}
.product:is(.list) .product-inner .product-title {
  font-size: 18px;
  line-height: 22px;
  color: #13294B;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 22px;
  max-height: 66px;
}
.product:is(.list) .product-inner .product-description p {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}
.product:is(.list):is(.headline) {
  padding: 0 calc(var(--site-padding) / 2);
  margin-bottom: 12px;
}
.product:is(.list):is(.headline) .product-inner {
  align-items: end;
}
.product:is(.list):is(.headline) ul {
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 6px;
}
@media (max-width: 767px) {
  .product:is(.list):is(.headline) ul {
    display: none;
  }
}
.product:is(.list):is(.headline) .product-category {
  font-size: 24px;
  line-height: 32px;
  color: #13294B;
  font-weight: 500;
}
.product:is(.list):not(.headline) a {
  display: block;
  background: #FFFFFF;
  padding: calc(var(--site-padding) / 2);
  border-radius: var(--border-radius);
  text-decoration: none;
}
.product:is(.list):not(.headline) a ul li &gt; span:first-child {
  display: none;
}
@media (max-width: 767px) {
  .product:is(.list):not(.headline) a ul li &gt; span:first-child {
    display: inline;
  }
}
@media (hover: hover) {
  .product:is(.list):not(.headline) a:hover {
    background: #E7E9EB;
  }
}
.product:is(.list) .product-label p {
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 8px;
}
.product:is(.list) .product-label p span {
  padding: 4px 8px 6px;
}

.margin-0 {
  margin: 0px !important;
}

.margin-top-0 {
  margin-top: 0px !important;
}

.margin-right-0 {
  margin-right: 0px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-left-0 {
  margin-left: 0px !important;
}

.margin-v-0 {
  margin-top: 0px;
  margin-bottom: 0px !important;
}

.margin-h-0 {
  margin-right: 0px;
  margin-left: 0px !important;
}

.margin-1 {
  margin: 8px !important;
}

.margin-top-1 {
  margin-top: 8px !important;
}

.margin-right-1 {
  margin-right: 8px !important;
}

.margin-bottom-1 {
  margin-bottom: 8px !important;
}

.margin-left-1 {
  margin-left: 8px !important;
}

.margin-v-1 {
  margin-top: 8px;
  margin-bottom: 8px !important;
}

.margin-h-1 {
  margin-right: 8px;
  margin-left: 8px !important;
}

.margin-2 {
  margin: 16px !important;
}

.margin-top-2 {
  margin-top: 16px !important;
}

.margin-right-2 {
  margin-right: 16px !important;
}

.margin-bottom-2 {
  margin-bottom: 16px !important;
}

.margin-left-2 {
  margin-left: 16px !important;
}

.margin-v-2 {
  margin-top: 16px;
  margin-bottom: 16px !important;
}

.margin-h-2 {
  margin-right: 16px;
  margin-left: 16px !important;
}

.margin-3 {
  margin: 24px !important;
}

.margin-top-3 {
  margin-top: 24px !important;
}

.margin-right-3 {
  margin-right: 24px !important;
}

.margin-bottom-3 {
  margin-bottom: 24px !important;
}

.margin-left-3 {
  margin-left: 24px !important;
}

.margin-v-3 {
  margin-top: 24px;
  margin-bottom: 24px !important;
}

.margin-h-3 {
  margin-right: 24px;
  margin-left: 24px !important;
}

.margin-4 {
  margin: 32px !important;
}

.margin-top-4 {
  margin-top: 32px !important;
}

.margin-right-4 {
  margin-right: 32px !important;
}

.margin-bottom-4 {
  margin-bottom: 32px !important;
}

.margin-left-4 {
  margin-left: 32px !important;
}

.margin-v-4 {
  margin-top: 32px;
  margin-bottom: 32px !important;
}

.margin-h-4 {
  margin-right: 32px;
  margin-left: 32px !important;
}

.margin-5 {
  margin: 40px !important;
}

.margin-top-5 {
  margin-top: 40px !important;
}

.margin-right-5 {
  margin-right: 40px !important;
}

.margin-bottom-5 {
  margin-bottom: 40px !important;
}

.margin-left-5 {
  margin-left: 40px !important;
}

.margin-v-5 {
  margin-top: 40px;
  margin-bottom: 40px !important;
}

.margin-h-5 {
  margin-right: 40px;
  margin-left: 40px !important;
}

.padding-0 {
  padding: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-right-0 {
  padding-right: 0px !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.padding-v-0 {
  padding-top: 0px;
  padding-bottom: 0px !important;
}

.padding-h-0 {
  padding-right: 0px;
  padding-left: 0px !important;
}

.padding-1 {
  padding: 8px !important;
}

.padding-top-1 {
  padding-top: 8px !important;
}

.padding-right-1 {
  padding-right: 8px !important;
}

.padding-bottom-1 {
  padding-bottom: 8px !important;
}

.padding-left-1 {
  padding-left: 8px !important;
}

.padding-v-1 {
  padding-top: 8px;
  padding-bottom: 8px !important;
}

.padding-h-1 {
  padding-right: 8px;
  padding-left: 8px !important;
}

.padding-2 {
  padding: 16px !important;
}

.padding-top-2 {
  padding-top: 16px !important;
}

.padding-right-2 {
  padding-right: 16px !important;
}

.padding-bottom-2 {
  padding-bottom: 16px !important;
}

.padding-left-2 {
  padding-left: 16px !important;
}

.padding-v-2 {
  padding-top: 16px;
  padding-bottom: 16px !important;
}

.padding-h-2 {
  padding-right: 16px;
  padding-left: 16px !important;
}

.padding-3 {
  padding: 24px !important;
}

.padding-top-3 {
  padding-top: 24px !important;
}

.padding-right-3 {
  padding-right: 24px !important;
}

.padding-bottom-3 {
  padding-bottom: 24px !important;
}

.padding-left-3 {
  padding-left: 24px !important;
}

.padding-v-3 {
  padding-top: 24px;
  padding-bottom: 24px !important;
}

.padding-h-3 {
  padding-right: 24px;
  padding-left: 24px !important;
}

.padding-4 {
  padding: 32px !important;
}

.padding-top-4 {
  padding-top: 32px !important;
}

.padding-right-4 {
  padding-right: 32px !important;
}

.padding-bottom-4 {
  padding-bottom: 32px !important;
}

.padding-left-4 {
  padding-left: 32px !important;
}

.padding-v-4 {
  padding-top: 32px;
  padding-bottom: 32px !important;
}

.padding-h-4 {
  padding-right: 32px;
  padding-left: 32px !important;
}

.padding-5 {
  padding: 40px !important;
}

.padding-top-5 {
  padding-top: 40px !important;
}

.padding-right-5 {
  padding-right: 40px !important;
}

.padding-bottom-5 {
  padding-bottom: 40px !important;
}

.padding-left-5 {
  padding-left: 40px !important;
}

.padding-v-5 {
  padding-top: 40px;
  padding-bottom: 40px !important;
}

.padding-h-5 {
  padding-right: 40px;
  padding-left: 40px !important;
}

@media (min-width: 0) {
  .margin-xs-0 {
    margin: 0px !important;
  }
  .margin-xs-top-0 {
    margin-top: 0px !important;
  }
  .margin-xs-right-0 {
    margin-right: 0px !important;
  }
  .margin-xs-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-xs-left-0 {
    margin-left: 0px !important;
  }
  .margin-xs-v-0 {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .margin-xs-h-0 {
    margin-right: 0px;
    margin-left: 0px !important;
  }
  .margin-xs-1 {
    margin: 8px !important;
  }
  .margin-xs-top-1 {
    margin-top: 8px !important;
  }
  .margin-xs-right-1 {
    margin-right: 8px !important;
  }
  .margin-xs-bottom-1 {
    margin-bottom: 8px !important;
  }
  .margin-xs-left-1 {
    margin-left: 8px !important;
  }
  .margin-xs-v-1 {
    margin-top: 8px;
    margin-bottom: 8px !important;
  }
  .margin-xs-h-1 {
    margin-right: 8px;
    margin-left: 8px !important;
  }
  .margin-xs-2 {
    margin: 16px !important;
  }
  .margin-xs-top-2 {
    margin-top: 16px !important;
  }
  .margin-xs-right-2 {
    margin-right: 16px !important;
  }
  .margin-xs-bottom-2 {
    margin-bottom: 16px !important;
  }
  .margin-xs-left-2 {
    margin-left: 16px !important;
  }
  .margin-xs-v-2 {
    margin-top: 16px;
    margin-bottom: 16px !important;
  }
  .margin-xs-h-2 {
    margin-right: 16px;
    margin-left: 16px !important;
  }
  .margin-xs-3 {
    margin: 24px !important;
  }
  .margin-xs-top-3 {
    margin-top: 24px !important;
  }
  .margin-xs-right-3 {
    margin-right: 24px !important;
  }
  .margin-xs-bottom-3 {
    margin-bottom: 24px !important;
  }
  .margin-xs-left-3 {
    margin-left: 24px !important;
  }
  .margin-xs-v-3 {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  .margin-xs-h-3 {
    margin-right: 24px;
    margin-left: 24px !important;
  }
  .margin-xs-4 {
    margin: 32px !important;
  }
  .margin-xs-top-4 {
    margin-top: 32px !important;
  }
  .margin-xs-right-4 {
    margin-right: 32px !important;
  }
  .margin-xs-bottom-4 {
    margin-bottom: 32px !important;
  }
  .margin-xs-left-4 {
    margin-left: 32px !important;
  }
  .margin-xs-v-4 {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }
  .margin-xs-h-4 {
    margin-right: 32px;
    margin-left: 32px !important;
  }
  .margin-xs-5 {
    margin: 40px !important;
  }
  .margin-xs-top-5 {
    margin-top: 40px !important;
  }
  .margin-xs-right-5 {
    margin-right: 40px !important;
  }
  .margin-xs-bottom-5 {
    margin-bottom: 40px !important;
  }
  .margin-xs-left-5 {
    margin-left: 40px !important;
  }
  .margin-xs-v-5 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .margin-xs-h-5 {
    margin-right: 40px;
    margin-left: 40px !important;
  }
  .padding-xs-0 {
    padding: 0px !important;
  }
  .padding-xs-top-0 {
    padding-top: 0px !important;
  }
  .padding-xs-right-0 {
    padding-right: 0px !important;
  }
  .padding-xs-bottom-0 {
    padding-bottom: 0px !important;
  }
  .padding-xs-left-0 {
    padding-left: 0px !important;
  }
  .padding-xs-v-0 {
    padding-top: 0px;
    padding-bottom: 0px !important;
  }
  .padding-xs-h-0 {
    padding-right: 0px;
    padding-left: 0px !important;
  }
  .padding-xs-1 {
    padding: 8px !important;
  }
  .padding-xs-top-1 {
    padding-top: 8px !important;
  }
  .padding-xs-right-1 {
    padding-right: 8px !important;
  }
  .padding-xs-bottom-1 {
    padding-bottom: 8px !important;
  }
  .padding-xs-left-1 {
    padding-left: 8px !important;
  }
  .padding-xs-v-1 {
    padding-top: 8px;
    padding-bottom: 8px !important;
  }
  .padding-xs-h-1 {
    padding-right: 8px;
    padding-left: 8px !important;
  }
  .padding-xs-2 {
    padding: 16px !important;
  }
  .padding-xs-top-2 {
    padding-top: 16px !important;
  }
  .padding-xs-right-2 {
    padding-right: 16px !important;
  }
  .padding-xs-bottom-2 {
    padding-bottom: 16px !important;
  }
  .padding-xs-left-2 {
    padding-left: 16px !important;
  }
  .padding-xs-v-2 {
    padding-top: 16px;
    padding-bottom: 16px !important;
  }
  .padding-xs-h-2 {
    padding-right: 16px;
    padding-left: 16px !important;
  }
  .padding-xs-3 {
    padding: 24px !important;
  }
  .padding-xs-top-3 {
    padding-top: 24px !important;
  }
  .padding-xs-right-3 {
    padding-right: 24px !important;
  }
  .padding-xs-bottom-3 {
    padding-bottom: 24px !important;
  }
  .padding-xs-left-3 {
    padding-left: 24px !important;
  }
  .padding-xs-v-3 {
    padding-top: 24px;
    padding-bottom: 24px !important;
  }
  .padding-xs-h-3 {
    padding-right: 24px;
    padding-left: 24px !important;
  }
  .padding-xs-4 {
    padding: 32px !important;
  }
  .padding-xs-top-4 {
    padding-top: 32px !important;
  }
  .padding-xs-right-4 {
    padding-right: 32px !important;
  }
  .padding-xs-bottom-4 {
    padding-bottom: 32px !important;
  }
  .padding-xs-left-4 {
    padding-left: 32px !important;
  }
  .padding-xs-v-4 {
    padding-top: 32px;
    padding-bottom: 32px !important;
  }
  .padding-xs-h-4 {
    padding-right: 32px;
    padding-left: 32px !important;
  }
  .padding-xs-5 {
    padding: 40px !important;
  }
  .padding-xs-top-5 {
    padding-top: 40px !important;
  }
  .padding-xs-right-5 {
    padding-right: 40px !important;
  }
  .padding-xs-bottom-5 {
    padding-bottom: 40px !important;
  }
  .padding-xs-left-5 {
    padding-left: 40px !important;
  }
  .padding-xs-v-5 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .padding-xs-h-5 {
    padding-right: 40px;
    padding-left: 40px !important;
  }
}
@media (min-width: 576px) {
  .margin-sm-0 {
    margin: 0px !important;
  }
  .margin-sm-top-0 {
    margin-top: 0px !important;
  }
  .margin-sm-right-0 {
    margin-right: 0px !important;
  }
  .margin-sm-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-sm-left-0 {
    margin-left: 0px !important;
  }
  .margin-sm-v-0 {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .margin-sm-h-0 {
    margin-right: 0px;
    margin-left: 0px !important;
  }
  .margin-sm-1 {
    margin: 8px !important;
  }
  .margin-sm-top-1 {
    margin-top: 8px !important;
  }
  .margin-sm-right-1 {
    margin-right: 8px !important;
  }
  .margin-sm-bottom-1 {
    margin-bottom: 8px !important;
  }
  .margin-sm-left-1 {
    margin-left: 8px !important;
  }
  .margin-sm-v-1 {
    margin-top: 8px;
    margin-bottom: 8px !important;
  }
  .margin-sm-h-1 {
    margin-right: 8px;
    margin-left: 8px !important;
  }
  .margin-sm-2 {
    margin: 16px !important;
  }
  .margin-sm-top-2 {
    margin-top: 16px !important;
  }
  .margin-sm-right-2 {
    margin-right: 16px !important;
  }
  .margin-sm-bottom-2 {
    margin-bottom: 16px !important;
  }
  .margin-sm-left-2 {
    margin-left: 16px !important;
  }
  .margin-sm-v-2 {
    margin-top: 16px;
    margin-bottom: 16px !important;
  }
  .margin-sm-h-2 {
    margin-right: 16px;
    margin-left: 16px !important;
  }
  .margin-sm-3 {
    margin: 24px !important;
  }
  .margin-sm-top-3 {
    margin-top: 24px !important;
  }
  .margin-sm-right-3 {
    margin-right: 24px !important;
  }
  .margin-sm-bottom-3 {
    margin-bottom: 24px !important;
  }
  .margin-sm-left-3 {
    margin-left: 24px !important;
  }
  .margin-sm-v-3 {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  .margin-sm-h-3 {
    margin-right: 24px;
    margin-left: 24px !important;
  }
  .margin-sm-4 {
    margin: 32px !important;
  }
  .margin-sm-top-4 {
    margin-top: 32px !important;
  }
  .margin-sm-right-4 {
    margin-right: 32px !important;
  }
  .margin-sm-bottom-4 {
    margin-bottom: 32px !important;
  }
  .margin-sm-left-4 {
    margin-left: 32px !important;
  }
  .margin-sm-v-4 {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }
  .margin-sm-h-4 {
    margin-right: 32px;
    margin-left: 32px !important;
  }
  .margin-sm-5 {
    margin: 40px !important;
  }
  .margin-sm-top-5 {
    margin-top: 40px !important;
  }
  .margin-sm-right-5 {
    margin-right: 40px !important;
  }
  .margin-sm-bottom-5 {
    margin-bottom: 40px !important;
  }
  .margin-sm-left-5 {
    margin-left: 40px !important;
  }
  .margin-sm-v-5 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .margin-sm-h-5 {
    margin-right: 40px;
    margin-left: 40px !important;
  }
  .padding-sm-0 {
    padding: 0px !important;
  }
  .padding-sm-top-0 {
    padding-top: 0px !important;
  }
  .padding-sm-right-0 {
    padding-right: 0px !important;
  }
  .padding-sm-bottom-0 {
    padding-bottom: 0px !important;
  }
  .padding-sm-left-0 {
    padding-left: 0px !important;
  }
  .padding-sm-v-0 {
    padding-top: 0px;
    padding-bottom: 0px !important;
  }
  .padding-sm-h-0 {
    padding-right: 0px;
    padding-left: 0px !important;
  }
  .padding-sm-1 {
    padding: 8px !important;
  }
  .padding-sm-top-1 {
    padding-top: 8px !important;
  }
  .padding-sm-right-1 {
    padding-right: 8px !important;
  }
  .padding-sm-bottom-1 {
    padding-bottom: 8px !important;
  }
  .padding-sm-left-1 {
    padding-left: 8px !important;
  }
  .padding-sm-v-1 {
    padding-top: 8px;
    padding-bottom: 8px !important;
  }
  .padding-sm-h-1 {
    padding-right: 8px;
    padding-left: 8px !important;
  }
  .padding-sm-2 {
    padding: 16px !important;
  }
  .padding-sm-top-2 {
    padding-top: 16px !important;
  }
  .padding-sm-right-2 {
    padding-right: 16px !important;
  }
  .padding-sm-bottom-2 {
    padding-bottom: 16px !important;
  }
  .padding-sm-left-2 {
    padding-left: 16px !important;
  }
  .padding-sm-v-2 {
    padding-top: 16px;
    padding-bottom: 16px !important;
  }
  .padding-sm-h-2 {
    padding-right: 16px;
    padding-left: 16px !important;
  }
  .padding-sm-3 {
    padding: 24px !important;
  }
  .padding-sm-top-3 {
    padding-top: 24px !important;
  }
  .padding-sm-right-3 {
    padding-right: 24px !important;
  }
  .padding-sm-bottom-3 {
    padding-bottom: 24px !important;
  }
  .padding-sm-left-3 {
    padding-left: 24px !important;
  }
  .padding-sm-v-3 {
    padding-top: 24px;
    padding-bottom: 24px !important;
  }
  .padding-sm-h-3 {
    padding-right: 24px;
    padding-left: 24px !important;
  }
  .padding-sm-4 {
    padding: 32px !important;
  }
  .padding-sm-top-4 {
    padding-top: 32px !important;
  }
  .padding-sm-right-4 {
    padding-right: 32px !important;
  }
  .padding-sm-bottom-4 {
    padding-bottom: 32px !important;
  }
  .padding-sm-left-4 {
    padding-left: 32px !important;
  }
  .padding-sm-v-4 {
    padding-top: 32px;
    padding-bottom: 32px !important;
  }
  .padding-sm-h-4 {
    padding-right: 32px;
    padding-left: 32px !important;
  }
  .padding-sm-5 {
    padding: 40px !important;
  }
  .padding-sm-top-5 {
    padding-top: 40px !important;
  }
  .padding-sm-right-5 {
    padding-right: 40px !important;
  }
  .padding-sm-bottom-5 {
    padding-bottom: 40px !important;
  }
  .padding-sm-left-5 {
    padding-left: 40px !important;
  }
  .padding-sm-v-5 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .padding-sm-h-5 {
    padding-right: 40px;
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) {
  .margin-md-0 {
    margin: 0px !important;
  }
  .margin-md-top-0 {
    margin-top: 0px !important;
  }
  .margin-md-right-0 {
    margin-right: 0px !important;
  }
  .margin-md-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-md-left-0 {
    margin-left: 0px !important;
  }
  .margin-md-v-0 {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .margin-md-h-0 {
    margin-right: 0px;
    margin-left: 0px !important;
  }
  .margin-md-1 {
    margin: 8px !important;
  }
  .margin-md-top-1 {
    margin-top: 8px !important;
  }
  .margin-md-right-1 {
    margin-right: 8px !important;
  }
  .margin-md-bottom-1 {
    margin-bottom: 8px !important;
  }
  .margin-md-left-1 {
    margin-left: 8px !important;
  }
  .margin-md-v-1 {
    margin-top: 8px;
    margin-bottom: 8px !important;
  }
  .margin-md-h-1 {
    margin-right: 8px;
    margin-left: 8px !important;
  }
  .margin-md-2 {
    margin: 16px !important;
  }
  .margin-md-top-2 {
    margin-top: 16px !important;
  }
  .margin-md-right-2 {
    margin-right: 16px !important;
  }
  .margin-md-bottom-2 {
    margin-bottom: 16px !important;
  }
  .margin-md-left-2 {
    margin-left: 16px !important;
  }
  .margin-md-v-2 {
    margin-top: 16px;
    margin-bottom: 16px !important;
  }
  .margin-md-h-2 {
    margin-right: 16px;
    margin-left: 16px !important;
  }
  .margin-md-3 {
    margin: 24px !important;
  }
  .margin-md-top-3 {
    margin-top: 24px !important;
  }
  .margin-md-right-3 {
    margin-right: 24px !important;
  }
  .margin-md-bottom-3 {
    margin-bottom: 24px !important;
  }
  .margin-md-left-3 {
    margin-left: 24px !important;
  }
  .margin-md-v-3 {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  .margin-md-h-3 {
    margin-right: 24px;
    margin-left: 24px !important;
  }
  .margin-md-4 {
    margin: 32px !important;
  }
  .margin-md-top-4 {
    margin-top: 32px !important;
  }
  .margin-md-right-4 {
    margin-right: 32px !important;
  }
  .margin-md-bottom-4 {
    margin-bottom: 32px !important;
  }
  .margin-md-left-4 {
    margin-left: 32px !important;
  }
  .margin-md-v-4 {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }
  .margin-md-h-4 {
    margin-right: 32px;
    margin-left: 32px !important;
  }
  .margin-md-5 {
    margin: 40px !important;
  }
  .margin-md-top-5 {
    margin-top: 40px !important;
  }
  .margin-md-right-5 {
    margin-right: 40px !important;
  }
  .margin-md-bottom-5 {
    margin-bottom: 40px !important;
  }
  .margin-md-left-5 {
    margin-left: 40px !important;
  }
  .margin-md-v-5 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .margin-md-h-5 {
    margin-right: 40px;
    margin-left: 40px !important;
  }
  .padding-md-0 {
    padding: 0px !important;
  }
  .padding-md-top-0 {
    padding-top: 0px !important;
  }
  .padding-md-right-0 {
    padding-right: 0px !important;
  }
  .padding-md-bottom-0 {
    padding-bottom: 0px !important;
  }
  .padding-md-left-0 {
    padding-left: 0px !important;
  }
  .padding-md-v-0 {
    padding-top: 0px;
    padding-bottom: 0px !important;
  }
  .padding-md-h-0 {
    padding-right: 0px;
    padding-left: 0px !important;
  }
  .padding-md-1 {
    padding: 8px !important;
  }
  .padding-md-top-1 {
    padding-top: 8px !important;
  }
  .padding-md-right-1 {
    padding-right: 8px !important;
  }
  .padding-md-bottom-1 {
    padding-bottom: 8px !important;
  }
  .padding-md-left-1 {
    padding-left: 8px !important;
  }
  .padding-md-v-1 {
    padding-top: 8px;
    padding-bottom: 8px !important;
  }
  .padding-md-h-1 {
    padding-right: 8px;
    padding-left: 8px !important;
  }
  .padding-md-2 {
    padding: 16px !important;
  }
  .padding-md-top-2 {
    padding-top: 16px !important;
  }
  .padding-md-right-2 {
    padding-right: 16px !important;
  }
  .padding-md-bottom-2 {
    padding-bottom: 16px !important;
  }
  .padding-md-left-2 {
    padding-left: 16px !important;
  }
  .padding-md-v-2 {
    padding-top: 16px;
    padding-bottom: 16px !important;
  }
  .padding-md-h-2 {
    padding-right: 16px;
    padding-left: 16px !important;
  }
  .padding-md-3 {
    padding: 24px !important;
  }
  .padding-md-top-3 {
    padding-top: 24px !important;
  }
  .padding-md-right-3 {
    padding-right: 24px !important;
  }
  .padding-md-bottom-3 {
    padding-bottom: 24px !important;
  }
  .padding-md-left-3 {
    padding-left: 24px !important;
  }
  .padding-md-v-3 {
    padding-top: 24px;
    padding-bottom: 24px !important;
  }
  .padding-md-h-3 {
    padding-right: 24px;
    padding-left: 24px !important;
  }
  .padding-md-4 {
    padding: 32px !important;
  }
  .padding-md-top-4 {
    padding-top: 32px !important;
  }
  .padding-md-right-4 {
    padding-right: 32px !important;
  }
  .padding-md-bottom-4 {
    padding-bottom: 32px !important;
  }
  .padding-md-left-4 {
    padding-left: 32px !important;
  }
  .padding-md-v-4 {
    padding-top: 32px;
    padding-bottom: 32px !important;
  }
  .padding-md-h-4 {
    padding-right: 32px;
    padding-left: 32px !important;
  }
  .padding-md-5 {
    padding: 40px !important;
  }
  .padding-md-top-5 {
    padding-top: 40px !important;
  }
  .padding-md-right-5 {
    padding-right: 40px !important;
  }
  .padding-md-bottom-5 {
    padding-bottom: 40px !important;
  }
  .padding-md-left-5 {
    padding-left: 40px !important;
  }
  .padding-md-v-5 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .padding-md-h-5 {
    padding-right: 40px;
    padding-left: 40px !important;
  }
}
@media (min-width: 992px) {
  .margin-lg-0 {
    margin: 0px !important;
  }
  .margin-lg-top-0 {
    margin-top: 0px !important;
  }
  .margin-lg-right-0 {
    margin-right: 0px !important;
  }
  .margin-lg-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-lg-left-0 {
    margin-left: 0px !important;
  }
  .margin-lg-v-0 {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .margin-lg-h-0 {
    margin-right: 0px;
    margin-left: 0px !important;
  }
  .margin-lg-1 {
    margin: 8px !important;
  }
  .margin-lg-top-1 {
    margin-top: 8px !important;
  }
  .margin-lg-right-1 {
    margin-right: 8px !important;
  }
  .margin-lg-bottom-1 {
    margin-bottom: 8px !important;
  }
  .margin-lg-left-1 {
    margin-left: 8px !important;
  }
  .margin-lg-v-1 {
    margin-top: 8px;
    margin-bottom: 8px !important;
  }
  .margin-lg-h-1 {
    margin-right: 8px;
    margin-left: 8px !important;
  }
  .margin-lg-2 {
    margin: 16px !important;
  }
  .margin-lg-top-2 {
    margin-top: 16px !important;
  }
  .margin-lg-right-2 {
    margin-right: 16px !important;
  }
  .margin-lg-bottom-2 {
    margin-bottom: 16px !important;
  }
  .margin-lg-left-2 {
    margin-left: 16px !important;
  }
  .margin-lg-v-2 {
    margin-top: 16px;
    margin-bottom: 16px !important;
  }
  .margin-lg-h-2 {
    margin-right: 16px;
    margin-left: 16px !important;
  }
  .margin-lg-3 {
    margin: 24px !important;
  }
  .margin-lg-top-3 {
    margin-top: 24px !important;
  }
  .margin-lg-right-3 {
    margin-right: 24px !important;
  }
  .margin-lg-bottom-3 {
    margin-bottom: 24px !important;
  }
  .margin-lg-left-3 {
    margin-left: 24px !important;
  }
  .margin-lg-v-3 {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  .margin-lg-h-3 {
    margin-right: 24px;
    margin-left: 24px !important;
  }
  .margin-lg-4 {
    margin: 32px !important;
  }
  .margin-lg-top-4 {
    margin-top: 32px !important;
  }
  .margin-lg-right-4 {
    margin-right: 32px !important;
  }
  .margin-lg-bottom-4 {
    margin-bottom: 32px !important;
  }
  .margin-lg-left-4 {
    margin-left: 32px !important;
  }
  .margin-lg-v-4 {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }
  .margin-lg-h-4 {
    margin-right: 32px;
    margin-left: 32px !important;
  }
  .margin-lg-5 {
    margin: 40px !important;
  }
  .margin-lg-top-5 {
    margin-top: 40px !important;
  }
  .margin-lg-right-5 {
    margin-right: 40px !important;
  }
  .margin-lg-bottom-5 {
    margin-bottom: 40px !important;
  }
  .margin-lg-left-5 {
    margin-left: 40px !important;
  }
  .margin-lg-v-5 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .margin-lg-h-5 {
    margin-right: 40px;
    margin-left: 40px !important;
  }
  .padding-lg-0 {
    padding: 0px !important;
  }
  .padding-lg-top-0 {
    padding-top: 0px !important;
  }
  .padding-lg-right-0 {
    padding-right: 0px !important;
  }
  .padding-lg-bottom-0 {
    padding-bottom: 0px !important;
  }
  .padding-lg-left-0 {
    padding-left: 0px !important;
  }
  .padding-lg-v-0 {
    padding-top: 0px;
    padding-bottom: 0px !important;
  }
  .padding-lg-h-0 {
    padding-right: 0px;
    padding-left: 0px !important;
  }
  .padding-lg-1 {
    padding: 8px !important;
  }
  .padding-lg-top-1 {
    padding-top: 8px !important;
  }
  .padding-lg-right-1 {
    padding-right: 8px !important;
  }
  .padding-lg-bottom-1 {
    padding-bottom: 8px !important;
  }
  .padding-lg-left-1 {
    padding-left: 8px !important;
  }
  .padding-lg-v-1 {
    padding-top: 8px;
    padding-bottom: 8px !important;
  }
  .padding-lg-h-1 {
    padding-right: 8px;
    padding-left: 8px !important;
  }
  .padding-lg-2 {
    padding: 16px !important;
  }
  .padding-lg-top-2 {
    padding-top: 16px !important;
  }
  .padding-lg-right-2 {
    padding-right: 16px !important;
  }
  .padding-lg-bottom-2 {
    padding-bottom: 16px !important;
  }
  .padding-lg-left-2 {
    padding-left: 16px !important;
  }
  .padding-lg-v-2 {
    padding-top: 16px;
    padding-bottom: 16px !important;
  }
  .padding-lg-h-2 {
    padding-right: 16px;
    padding-left: 16px !important;
  }
  .padding-lg-3 {
    padding: 24px !important;
  }
  .padding-lg-top-3 {
    padding-top: 24px !important;
  }
  .padding-lg-right-3 {
    padding-right: 24px !important;
  }
  .padding-lg-bottom-3 {
    padding-bottom: 24px !important;
  }
  .padding-lg-left-3 {
    padding-left: 24px !important;
  }
  .padding-lg-v-3 {
    padding-top: 24px;
    padding-bottom: 24px !important;
  }
  .padding-lg-h-3 {
    padding-right: 24px;
    padding-left: 24px !important;
  }
  .padding-lg-4 {
    padding: 32px !important;
  }
  .padding-lg-top-4 {
    padding-top: 32px !important;
  }
  .padding-lg-right-4 {
    padding-right: 32px !important;
  }
  .padding-lg-bottom-4 {
    padding-bottom: 32px !important;
  }
  .padding-lg-left-4 {
    padding-left: 32px !important;
  }
  .padding-lg-v-4 {
    padding-top: 32px;
    padding-bottom: 32px !important;
  }
  .padding-lg-h-4 {
    padding-right: 32px;
    padding-left: 32px !important;
  }
  .padding-lg-5 {
    padding: 40px !important;
  }
  .padding-lg-top-5 {
    padding-top: 40px !important;
  }
  .padding-lg-right-5 {
    padding-right: 40px !important;
  }
  .padding-lg-bottom-5 {
    padding-bottom: 40px !important;
  }
  .padding-lg-left-5 {
    padding-left: 40px !important;
  }
  .padding-lg-v-5 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .padding-lg-h-5 {
    padding-right: 40px;
    padding-left: 40px !important;
  }
}
@media (min-width: 1240px) {
  .margin-xl-0 {
    margin: 0px !important;
  }
  .margin-xl-top-0 {
    margin-top: 0px !important;
  }
  .margin-xl-right-0 {
    margin-right: 0px !important;
  }
  .margin-xl-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-xl-left-0 {
    margin-left: 0px !important;
  }
  .margin-xl-v-0 {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .margin-xl-h-0 {
    margin-right: 0px;
    margin-left: 0px !important;
  }
  .margin-xl-1 {
    margin: 8px !important;
  }
  .margin-xl-top-1 {
    margin-top: 8px !important;
  }
  .margin-xl-right-1 {
    margin-right: 8px !important;
  }
  .margin-xl-bottom-1 {
    margin-bottom: 8px !important;
  }
  .margin-xl-left-1 {
    margin-left: 8px !important;
  }
  .margin-xl-v-1 {
    margin-top: 8px;
    margin-bottom: 8px !important;
  }
  .margin-xl-h-1 {
    margin-right: 8px;
    margin-left: 8px !important;
  }
  .margin-xl-2 {
    margin: 16px !important;
  }
  .margin-xl-top-2 {
    margin-top: 16px !important;
  }
  .margin-xl-right-2 {
    margin-right: 16px !important;
  }
  .margin-xl-bottom-2 {
    margin-bottom: 16px !important;
  }
  .margin-xl-left-2 {
    margin-left: 16px !important;
  }
  .margin-xl-v-2 {
    margin-top: 16px;
    margin-bottom: 16px !important;
  }
  .margin-xl-h-2 {
    margin-right: 16px;
    margin-left: 16px !important;
  }
  .margin-xl-3 {
    margin: 24px !important;
  }
  .margin-xl-top-3 {
    margin-top: 24px !important;
  }
  .margin-xl-right-3 {
    margin-right: 24px !important;
  }
  .margin-xl-bottom-3 {
    margin-bottom: 24px !important;
  }
  .margin-xl-left-3 {
    margin-left: 24px !important;
  }
  .margin-xl-v-3 {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  .margin-xl-h-3 {
    margin-right: 24px;
    margin-left: 24px !important;
  }
  .margin-xl-4 {
    margin: 32px !important;
  }
  .margin-xl-top-4 {
    margin-top: 32px !important;
  }
  .margin-xl-right-4 {
    margin-right: 32px !important;
  }
  .margin-xl-bottom-4 {
    margin-bottom: 32px !important;
  }
  .margin-xl-left-4 {
    margin-left: 32px !important;
  }
  .margin-xl-v-4 {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }
  .margin-xl-h-4 {
    margin-right: 32px;
    margin-left: 32px !important;
  }
  .margin-xl-5 {
    margin: 40px !important;
  }
  .margin-xl-top-5 {
    margin-top: 40px !important;
  }
  .margin-xl-right-5 {
    margin-right: 40px !important;
  }
  .margin-xl-bottom-5 {
    margin-bottom: 40px !important;
  }
  .margin-xl-left-5 {
    margin-left: 40px !important;
  }
  .margin-xl-v-5 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .margin-xl-h-5 {
    margin-right: 40px;
    margin-left: 40px !important;
  }
  .padding-xl-0 {
    padding: 0px !important;
  }
  .padding-xl-top-0 {
    padding-top: 0px !important;
  }
  .padding-xl-right-0 {
    padding-right: 0px !important;
  }
  .padding-xl-bottom-0 {
    padding-bottom: 0px !important;
  }
  .padding-xl-left-0 {
    padding-left: 0px !important;
  }
  .padding-xl-v-0 {
    padding-top: 0px;
    padding-bottom: 0px !important;
  }
  .padding-xl-h-0 {
    padding-right: 0px;
    padding-left: 0px !important;
  }
  .padding-xl-1 {
    padding: 8px !important;
  }
  .padding-xl-top-1 {
    padding-top: 8px !important;
  }
  .padding-xl-right-1 {
    padding-right: 8px !important;
  }
  .padding-xl-bottom-1 {
    padding-bottom: 8px !important;
  }
  .padding-xl-left-1 {
    padding-left: 8px !important;
  }
  .padding-xl-v-1 {
    padding-top: 8px;
    padding-bottom: 8px !important;
  }
  .padding-xl-h-1 {
    padding-right: 8px;
    padding-left: 8px !important;
  }
  .padding-xl-2 {
    padding: 16px !important;
  }
  .padding-xl-top-2 {
    padding-top: 16px !important;
  }
  .padding-xl-right-2 {
    padding-right: 16px !important;
  }
  .padding-xl-bottom-2 {
    padding-bottom: 16px !important;
  }
  .padding-xl-left-2 {
    padding-left: 16px !important;
  }
  .padding-xl-v-2 {
    padding-top: 16px;
    padding-bottom: 16px !important;
  }
  .padding-xl-h-2 {
    padding-right: 16px;
    padding-left: 16px !important;
  }
  .padding-xl-3 {
    padding: 24px !important;
  }
  .padding-xl-top-3 {
    padding-top: 24px !important;
  }
  .padding-xl-right-3 {
    padding-right: 24px !important;
  }
  .padding-xl-bottom-3 {
    padding-bottom: 24px !important;
  }
  .padding-xl-left-3 {
    padding-left: 24px !important;
  }
  .padding-xl-v-3 {
    padding-top: 24px;
    padding-bottom: 24px !important;
  }
  .padding-xl-h-3 {
    padding-right: 24px;
    padding-left: 24px !important;
  }
  .padding-xl-4 {
    padding: 32px !important;
  }
  .padding-xl-top-4 {
    padding-top: 32px !important;
  }
  .padding-xl-right-4 {
    padding-right: 32px !important;
  }
  .padding-xl-bottom-4 {
    padding-bottom: 32px !important;
  }
  .padding-xl-left-4 {
    padding-left: 32px !important;
  }
  .padding-xl-v-4 {
    padding-top: 32px;
    padding-bottom: 32px !important;
  }
  .padding-xl-h-4 {
    padding-right: 32px;
    padding-left: 32px !important;
  }
  .padding-xl-5 {
    padding: 40px !important;
  }
  .padding-xl-top-5 {
    padding-top: 40px !important;
  }
  .padding-xl-right-5 {
    padding-right: 40px !important;
  }
  .padding-xl-bottom-5 {
    padding-bottom: 40px !important;
  }
  .padding-xl-left-5 {
    padding-left: 40px !important;
  }
  .padding-xl-v-5 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .padding-xl-h-5 {
    padding-right: 40px;
    padding-left: 40px !important;
  }
}
@media (min-width: 1356px) {
  .margin-ul-0 {
    margin: 0px !important;
  }
  .margin-ul-top-0 {
    margin-top: 0px !important;
  }
  .margin-ul-right-0 {
    margin-right: 0px !important;
  }
  .margin-ul-bottom-0 {
    margin-bottom: 0px !important;
  }
  .margin-ul-left-0 {
    margin-left: 0px !important;
  }
  .margin-ul-v-0 {
    margin-top: 0px;
    margin-bottom: 0px !important;
  }
  .margin-ul-h-0 {
    margin-right: 0px;
    margin-left: 0px !important;
  }
  .margin-ul-1 {
    margin: 8px !important;
  }
  .margin-ul-top-1 {
    margin-top: 8px !important;
  }
  .margin-ul-right-1 {
    margin-right: 8px !important;
  }
  .margin-ul-bottom-1 {
    margin-bottom: 8px !important;
  }
  .margin-ul-left-1 {
    margin-left: 8px !important;
  }
  .margin-ul-v-1 {
    margin-top: 8px;
    margin-bottom: 8px !important;
  }
  .margin-ul-h-1 {
    margin-right: 8px;
    margin-left: 8px !important;
  }
  .margin-ul-2 {
    margin: 16px !important;
  }
  .margin-ul-top-2 {
    margin-top: 16px !important;
  }
  .margin-ul-right-2 {
    margin-right: 16px !important;
  }
  .margin-ul-bottom-2 {
    margin-bottom: 16px !important;
  }
  .margin-ul-left-2 {
    margin-left: 16px !important;
  }
  .margin-ul-v-2 {
    margin-top: 16px;
    margin-bottom: 16px !important;
  }
  .margin-ul-h-2 {
    margin-right: 16px;
    margin-left: 16px !important;
  }
  .margin-ul-3 {
    margin: 24px !important;
  }
  .margin-ul-top-3 {
    margin-top: 24px !important;
  }
  .margin-ul-right-3 {
    margin-right: 24px !important;
  }
  .margin-ul-bottom-3 {
    margin-bottom: 24px !important;
  }
  .margin-ul-left-3 {
    margin-left: 24px !important;
  }
  .margin-ul-v-3 {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  .margin-ul-h-3 {
    margin-right: 24px;
    margin-left: 24px !important;
  }
  .margin-ul-4 {
    margin: 32px !important;
  }
  .margin-ul-top-4 {
    margin-top: 32px !important;
  }
  .margin-ul-right-4 {
    margin-right: 32px !important;
  }
  .margin-ul-bottom-4 {
    margin-bottom: 32px !important;
  }
  .margin-ul-left-4 {
    margin-left: 32px !important;
  }
  .margin-ul-v-4 {
    margin-top: 32px;
    margin-bottom: 32px !important;
  }
  .margin-ul-h-4 {
    margin-right: 32px;
    margin-left: 32px !important;
  }
  .margin-ul-5 {
    margin: 40px !important;
  }
  .margin-ul-top-5 {
    margin-top: 40px !important;
  }
  .margin-ul-right-5 {
    margin-right: 40px !important;
  }
  .margin-ul-bottom-5 {
    margin-bottom: 40px !important;
  }
  .margin-ul-left-5 {
    margin-left: 40px !important;
  }
  .margin-ul-v-5 {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .margin-ul-h-5 {
    margin-right: 40px;
    margin-left: 40px !important;
  }
  .padding-ul-0 {
    padding: 0px !important;
  }
  .padding-ul-top-0 {
    padding-top: 0px !important;
  }
  .padding-ul-right-0 {
    padding-right: 0px !important;
  }
  .padding-ul-bottom-0 {
    padding-bottom: 0px !important;
  }
  .padding-ul-left-0 {
    padding-left: 0px !important;
  }
  .padding-ul-v-0 {
    padding-top: 0px;
    padding-bottom: 0px !important;
  }
  .padding-ul-h-0 {
    padding-right: 0px;
    padding-left: 0px !important;
  }
  .padding-ul-1 {
    padding: 8px !important;
  }
  .padding-ul-top-1 {
    padding-top: 8px !important;
  }
  .padding-ul-right-1 {
    padding-right: 8px !important;
  }
  .padding-ul-bottom-1 {
    padding-bottom: 8px !important;
  }
  .padding-ul-left-1 {
    padding-left: 8px !important;
  }
  .padding-ul-v-1 {
    padding-top: 8px;
    padding-bottom: 8px !important;
  }
  .padding-ul-h-1 {
    padding-right: 8px;
    padding-left: 8px !important;
  }
  .padding-ul-2 {
    padding: 16px !important;
  }
  .padding-ul-top-2 {
    padding-top: 16px !important;
  }
  .padding-ul-right-2 {
    padding-right: 16px !important;
  }
  .padding-ul-bottom-2 {
    padding-bottom: 16px !important;
  }
  .padding-ul-left-2 {
    padding-left: 16px !important;
  }
  .padding-ul-v-2 {
    padding-top: 16px;
    padding-bottom: 16px !important;
  }
  .padding-ul-h-2 {
    padding-right: 16px;
    padding-left: 16px !important;
  }
  .padding-ul-3 {
    padding: 24px !important;
  }
  .padding-ul-top-3 {
    padding-top: 24px !important;
  }
  .padding-ul-right-3 {
    padding-right: 24px !important;
  }
  .padding-ul-bottom-3 {
    padding-bottom: 24px !important;
  }
  .padding-ul-left-3 {
    padding-left: 24px !important;
  }
  .padding-ul-v-3 {
    padding-top: 24px;
    padding-bottom: 24px !important;
  }
  .padding-ul-h-3 {
    padding-right: 24px;
    padding-left: 24px !important;
  }
  .padding-ul-4 {
    padding: 32px !important;
  }
  .padding-ul-top-4 {
    padding-top: 32px !important;
  }
  .padding-ul-right-4 {
    padding-right: 32px !important;
  }
  .padding-ul-bottom-4 {
    padding-bottom: 32px !important;
  }
  .padding-ul-left-4 {
    padding-left: 32px !important;
  }
  .padding-ul-v-4 {
    padding-top: 32px;
    padding-bottom: 32px !important;
  }
  .padding-ul-h-4 {
    padding-right: 32px;
    padding-left: 32px !important;
  }
  .padding-ul-5 {
    padding: 40px !important;
  }
  .padding-ul-top-5 {
    padding-top: 40px !important;
  }
  .padding-ul-right-5 {
    padding-right: 40px !important;
  }
  .padding-ul-bottom-5 {
    padding-bottom: 40px !important;
  }
  .padding-ul-left-5 {
    padding-left: 40px !important;
  }
  .padding-ul-v-5 {
    padding-top: 40px;
    padding-bottom: 40px !important;
  }
  .padding-ul-h-5 {
    padding-right: 40px;
    padding-left: 40px !important;
  }
}
.hidden {
  display: none;
}

.visible {
  display: block;
}

@media (min-width: 0) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
}
@media (min-width: 576px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .hidden-md {
    display: none;
  }
  .visible-md {
    display: block;
  }
}
@media (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
  .visible-lg {
    display: block;
  }
}
@media (min-width: 1240px) {
  .hidden-xl {
    display: none;
  }
  .visible-xl {
    display: block;
  }
}
@media (min-width: 1356px) {
  .hidden-ul {
    display: none;
  }
  .visible-ul {
    display: block;
  }
}</pre></body></html>