@charset "UTF-8";
/* 14px */
/* 16px, base */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 26px */
/* 28px */
/* 30px */
/* 32px */
/* 36px */
/* 40px */
/* 42px */
/* 44px */
/* 50px */
/* 54px */
/* 64px */
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

html {
  font-size: 10px;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1240px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1024px;
  --bs-breakpoint-xxl: 1240px;
}

.row {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 1rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 1rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 2rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 2rem;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 3rem;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 3rem;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 4rem;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 4rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 5rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 7rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

.g-110,
.gx-110 {
  --bs-gutter-x: 11rem;
}

.g-110,
.gy-110 {
  --bs-gutter-y: 11rem;
}

.g-120,
.gx-120 {
  --bs-gutter-x: 12rem;
}

.g-120,
.gy-120 {
  --bs-gutter-y: 12rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 1rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 1rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 2rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 2rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 3rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 3rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 4rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 4rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 5rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 6rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 6rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 7rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 7rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 8rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 8rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 9rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 9rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 10rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 10rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 11rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 11rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 12rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1024px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-110,
  .gx-xl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-110,
  .gy-xl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1240px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-110,
  .gx-xxl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-110,
  .gy-xxl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 12rem;
  }
}
/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1024px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1160px;
  }
}
@media (min-width: 1240px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1024px;
  --bs-breakpoint-xxl: 1240px;
}

.row {
  --bs-gutter-x: 4rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 1rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 1rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 2rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 2rem;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 3rem;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 3rem;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 4rem;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 4rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 5rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 5rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 6rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 6rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 7rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 7rem;
}

.g-80,
.gx-80 {
  --bs-gutter-x: 8rem;
}

.g-80,
.gy-80 {
  --bs-gutter-y: 8rem;
}

.g-90,
.gx-90 {
  --bs-gutter-x: 9rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 9rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 10rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 10rem;
}

.g-110,
.gx-110 {
  --bs-gutter-x: 11rem;
}

.g-110,
.gy-110 {
  --bs-gutter-y: 11rem;
}

.g-120,
.gx-120 {
  --bs-gutter-x: 12rem;
}

.g-120,
.gy-120 {
  --bs-gutter-y: 12rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 3rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 6rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 7rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 7rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 8rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 8rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 9rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 9rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 11rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 11rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 12rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 1rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 1rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 2rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 2rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 3rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 3rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 4rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 4rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 5rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 5rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 6rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 6rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 7rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 7rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 8rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 8rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 9rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 9rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 10rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 10rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 11rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 11rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 12rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 3rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 6rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 7rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 7rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 8rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 8rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 9rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 9rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 11rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 11rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 12rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1024px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-110,
  .gx-xl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xl-110,
  .gy-xl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 12rem;
  }
}
@media (min-width: 1240px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 3rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 6rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 7rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 7rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 8rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 8rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 9rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 9rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-110,
  .gx-xxl-110 {
    --bs-gutter-x: 11rem;
  }
  .g-xxl-110,
  .gy-xxl-110 {
    --bs-gutter-y: 11rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 12rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 12rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-10 {
  margin: 1rem !important;
}

.m-20 {
  margin: 2rem !important;
}

.m-30 {
  margin: 3rem !important;
}

.m-40 {
  margin: 4rem !important;
}

.m-50 {
  margin: 5rem !important;
}

.m-60 {
  margin: 6rem !important;
}

.m-70 {
  margin: 7rem !important;
}

.m-80 {
  margin: 8rem !important;
}

.m-90 {
  margin: 9rem !important;
}

.m-100 {
  margin: 10rem !important;
}

.m-110 {
  margin: 11rem !important;
}

.m-120 {
  margin: 12rem !important;
}

.m-auto {
  margin: auto !important;
}

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

.mx-10 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-20 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.mx-30 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-40 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-50 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-60 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-70 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-80 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.mx-90 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.mx-100 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-110 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.mx-120 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

.my-10 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-20 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-30 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-40 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-50 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-60 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-70 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-80 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-90 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-100 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-110 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-120 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-10 {
  margin-top: 1rem !important;
}

.mt-20 {
  margin-top: 2rem !important;
}

.mt-30 {
  margin-top: 3rem !important;
}

.mt-40 {
  margin-top: 4rem !important;
}

.mt-50 {
  margin-top: 5rem !important;
}

.mt-60 {
  margin-top: 6rem !important;
}

.mt-70 {
  margin-top: 7rem !important;
}

.mt-80 {
  margin-top: 8rem !important;
}

.mt-90 {
  margin-top: 9rem !important;
}

.mt-100 {
  margin-top: 10rem !important;
}

.mt-110 {
  margin-top: 11rem !important;
}

.mt-120 {
  margin-top: 12rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

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

.me-10 {
  margin-right: 1rem !important;
}

.me-20 {
  margin-right: 2rem !important;
}

.me-30 {
  margin-right: 3rem !important;
}

.me-40 {
  margin-right: 4rem !important;
}

.me-50 {
  margin-right: 5rem !important;
}

.me-60 {
  margin-right: 6rem !important;
}

.me-70 {
  margin-right: 7rem !important;
}

.me-80 {
  margin-right: 8rem !important;
}

.me-90 {
  margin-right: 9rem !important;
}

.me-100 {
  margin-right: 10rem !important;
}

.me-110 {
  margin-right: 11rem !important;
}

.me-120 {
  margin-right: 12rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

.mb-90 {
  margin-bottom: 9rem !important;
}

.mb-100 {
  margin-bottom: 10rem !important;
}

.mb-110 {
  margin-bottom: 11rem !important;
}

.mb-120 {
  margin-bottom: 12rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

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

.ms-10 {
  margin-left: 1rem !important;
}

.ms-20 {
  margin-left: 2rem !important;
}

.ms-30 {
  margin-left: 3rem !important;
}

.ms-40 {
  margin-left: 4rem !important;
}

.ms-50 {
  margin-left: 5rem !important;
}

.ms-60 {
  margin-left: 6rem !important;
}

.ms-70 {
  margin-left: 7rem !important;
}

.ms-80 {
  margin-left: 8rem !important;
}

.ms-90 {
  margin-left: 9rem !important;
}

.ms-100 {
  margin-left: 10rem !important;
}

.ms-110 {
  margin-left: 11rem !important;
}

.ms-120 {
  margin-left: 12rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.p-10 {
  padding: 1rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.p-50 {
  padding: 5rem !important;
}

.p-60 {
  padding: 6rem !important;
}

.p-70 {
  padding: 7rem !important;
}

.p-80 {
  padding: 8rem !important;
}

.p-90 {
  padding: 9rem !important;
}

.p-100 {
  padding: 10rem !important;
}

.p-110 {
  padding: 11rem !important;
}

.p-120 {
  padding: 12rem !important;
}

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

.px-10 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-20 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.px-30 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-40 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-50 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-60 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-70 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.px-80 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.px-90 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.px-100 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-110 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.px-120 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

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

.py-10 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-20 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-30 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-40 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-50 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-60 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-70 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-80 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-90 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-100 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-110 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-120 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

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

.pt-10 {
  padding-top: 1rem !important;
}

.pt-20 {
  padding-top: 2rem !important;
}

.pt-30 {
  padding-top: 3rem !important;
}

.pt-40 {
  padding-top: 4rem !important;
}

.pt-50 {
  padding-top: 5rem !important;
}

.pt-60 {
  padding-top: 6rem !important;
}

.pt-70 {
  padding-top: 7rem !important;
}

.pt-80 {
  padding-top: 8rem !important;
}

.pt-90 {
  padding-top: 9rem !important;
}

.pt-100 {
  padding-top: 10rem !important;
}

.pt-110 {
  padding-top: 11rem !important;
}

.pt-120 {
  padding-top: 12rem !important;
}

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

.pe-10 {
  padding-right: 1rem !important;
}

.pe-20 {
  padding-right: 2rem !important;
}

.pe-30 {
  padding-right: 3rem !important;
}

.pe-40 {
  padding-right: 4rem !important;
}

.pe-50 {
  padding-right: 5rem !important;
}

.pe-60 {
  padding-right: 6rem !important;
}

.pe-70 {
  padding-right: 7rem !important;
}

.pe-80 {
  padding-right: 8rem !important;
}

.pe-90 {
  padding-right: 9rem !important;
}

.pe-100 {
  padding-right: 10rem !important;
}

.pe-110 {
  padding-right: 11rem !important;
}

.pe-120 {
  padding-right: 12rem !important;
}

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

.pb-10 {
  padding-bottom: 1rem !important;
}

.pb-20 {
  padding-bottom: 2rem !important;
}

.pb-30 {
  padding-bottom: 3rem !important;
}

.pb-40 {
  padding-bottom: 4rem !important;
}

.pb-50 {
  padding-bottom: 5rem !important;
}

.pb-60 {
  padding-bottom: 6rem !important;
}

.pb-70 {
  padding-bottom: 7rem !important;
}

.pb-80 {
  padding-bottom: 8rem !important;
}

.pb-90 {
  padding-bottom: 9rem !important;
}

.pb-100 {
  padding-bottom: 10rem !important;
}

.pb-110 {
  padding-bottom: 11rem !important;
}

.pb-120 {
  padding-bottom: 12rem !important;
}

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

.ps-10 {
  padding-left: 1rem !important;
}

.ps-20 {
  padding-left: 2rem !important;
}

.ps-30 {
  padding-left: 3rem !important;
}

.ps-40 {
  padding-left: 4rem !important;
}

.ps-50 {
  padding-left: 5rem !important;
}

.ps-60 {
  padding-left: 6rem !important;
}

.ps-70 {
  padding-left: 7rem !important;
}

.ps-80 {
  padding-left: 8rem !important;
}

.ps-90 {
  padding-left: 9rem !important;
}

.ps-100 {
  padding-left: 10rem !important;
}

.ps-110 {
  padding-left: 11rem !important;
}

.ps-120 {
  padding-left: 12rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .m-sm-60 {
    margin: 6rem !important;
  }
  .m-sm-70 {
    margin: 7rem !important;
  }
  .m-sm-80 {
    margin: 8rem !important;
  }
  .m-sm-90 {
    margin: 9rem !important;
  }
  .m-sm-100 {
    margin: 10rem !important;
  }
  .m-sm-110 {
    margin: 11rem !important;
  }
  .m-sm-120 {
    margin: 12rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-sm-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-sm-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-sm-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-sm-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-sm-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-sm-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-sm-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-sm-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 1rem !important;
  }
  .mt-sm-20 {
    margin-top: 2rem !important;
  }
  .mt-sm-30 {
    margin-top: 3rem !important;
  }
  .mt-sm-40 {
    margin-top: 4rem !important;
  }
  .mt-sm-50 {
    margin-top: 5rem !important;
  }
  .mt-sm-60 {
    margin-top: 6rem !important;
  }
  .mt-sm-70 {
    margin-top: 7rem !important;
  }
  .mt-sm-80 {
    margin-top: 8rem !important;
  }
  .mt-sm-90 {
    margin-top: 9rem !important;
  }
  .mt-sm-100 {
    margin-top: 10rem !important;
  }
  .mt-sm-110 {
    margin-top: 11rem !important;
  }
  .mt-sm-120 {
    margin-top: 12rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-10 {
    margin-right: 1rem !important;
  }
  .me-sm-20 {
    margin-right: 2rem !important;
  }
  .me-sm-30 {
    margin-right: 3rem !important;
  }
  .me-sm-40 {
    margin-right: 4rem !important;
  }
  .me-sm-50 {
    margin-right: 5rem !important;
  }
  .me-sm-60 {
    margin-right: 6rem !important;
  }
  .me-sm-70 {
    margin-right: 7rem !important;
  }
  .me-sm-80 {
    margin-right: 8rem !important;
  }
  .me-sm-90 {
    margin-right: 9rem !important;
  }
  .me-sm-100 {
    margin-right: 10rem !important;
  }
  .me-sm-110 {
    margin-right: 11rem !important;
  }
  .me-sm-120 {
    margin-right: 12rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 11rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-10 {
    margin-left: 1rem !important;
  }
  .ms-sm-20 {
    margin-left: 2rem !important;
  }
  .ms-sm-30 {
    margin-left: 3rem !important;
  }
  .ms-sm-40 {
    margin-left: 4rem !important;
  }
  .ms-sm-50 {
    margin-left: 5rem !important;
  }
  .ms-sm-60 {
    margin-left: 6rem !important;
  }
  .ms-sm-70 {
    margin-left: 7rem !important;
  }
  .ms-sm-80 {
    margin-left: 8rem !important;
  }
  .ms-sm-90 {
    margin-left: 9rem !important;
  }
  .ms-sm-100 {
    margin-left: 10rem !important;
  }
  .ms-sm-110 {
    margin-left: 11rem !important;
  }
  .ms-sm-120 {
    margin-left: 12rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .p-sm-60 {
    padding: 6rem !important;
  }
  .p-sm-70 {
    padding: 7rem !important;
  }
  .p-sm-80 {
    padding: 8rem !important;
  }
  .p-sm-90 {
    padding: 9rem !important;
  }
  .p-sm-100 {
    padding: 10rem !important;
  }
  .p-sm-110 {
    padding: 11rem !important;
  }
  .p-sm-120 {
    padding: 12rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-sm-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-sm-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-sm-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-sm-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-sm-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-sm-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-sm-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-sm-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 1rem !important;
  }
  .pt-sm-20 {
    padding-top: 2rem !important;
  }
  .pt-sm-30 {
    padding-top: 3rem !important;
  }
  .pt-sm-40 {
    padding-top: 4rem !important;
  }
  .pt-sm-50 {
    padding-top: 5rem !important;
  }
  .pt-sm-60 {
    padding-top: 6rem !important;
  }
  .pt-sm-70 {
    padding-top: 7rem !important;
  }
  .pt-sm-80 {
    padding-top: 8rem !important;
  }
  .pt-sm-90 {
    padding-top: 9rem !important;
  }
  .pt-sm-100 {
    padding-top: 10rem !important;
  }
  .pt-sm-110 {
    padding-top: 11rem !important;
  }
  .pt-sm-120 {
    padding-top: 12rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-10 {
    padding-right: 1rem !important;
  }
  .pe-sm-20 {
    padding-right: 2rem !important;
  }
  .pe-sm-30 {
    padding-right: 3rem !important;
  }
  .pe-sm-40 {
    padding-right: 4rem !important;
  }
  .pe-sm-50 {
    padding-right: 5rem !important;
  }
  .pe-sm-60 {
    padding-right: 6rem !important;
  }
  .pe-sm-70 {
    padding-right: 7rem !important;
  }
  .pe-sm-80 {
    padding-right: 8rem !important;
  }
  .pe-sm-90 {
    padding-right: 9rem !important;
  }
  .pe-sm-100 {
    padding-right: 10rem !important;
  }
  .pe-sm-110 {
    padding-right: 11rem !important;
  }
  .pe-sm-120 {
    padding-right: 12rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 12rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-10 {
    padding-left: 1rem !important;
  }
  .ps-sm-20 {
    padding-left: 2rem !important;
  }
  .ps-sm-30 {
    padding-left: 3rem !important;
  }
  .ps-sm-40 {
    padding-left: 4rem !important;
  }
  .ps-sm-50 {
    padding-left: 5rem !important;
  }
  .ps-sm-60 {
    padding-left: 6rem !important;
  }
  .ps-sm-70 {
    padding-left: 7rem !important;
  }
  .ps-sm-80 {
    padding-left: 8rem !important;
  }
  .ps-sm-90 {
    padding-left: 9rem !important;
  }
  .ps-sm-100 {
    padding-left: 10rem !important;
  }
  .ps-sm-110 {
    padding-left: 11rem !important;
  }
  .ps-sm-120 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .m-md-60 {
    margin: 6rem !important;
  }
  .m-md-70 {
    margin: 7rem !important;
  }
  .m-md-80 {
    margin: 8rem !important;
  }
  .m-md-90 {
    margin: 9rem !important;
  }
  .m-md-100 {
    margin: 10rem !important;
  }
  .m-md-110 {
    margin: 11rem !important;
  }
  .m-md-120 {
    margin: 12rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-md-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-md-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-md-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-md-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-md-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-md-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-md-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-md-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 1rem !important;
  }
  .mt-md-20 {
    margin-top: 2rem !important;
  }
  .mt-md-30 {
    margin-top: 3rem !important;
  }
  .mt-md-40 {
    margin-top: 4rem !important;
  }
  .mt-md-50 {
    margin-top: 5rem !important;
  }
  .mt-md-60 {
    margin-top: 6rem !important;
  }
  .mt-md-70 {
    margin-top: 7rem !important;
  }
  .mt-md-80 {
    margin-top: 8rem !important;
  }
  .mt-md-90 {
    margin-top: 9rem !important;
  }
  .mt-md-100 {
    margin-top: 10rem !important;
  }
  .mt-md-110 {
    margin-top: 11rem !important;
  }
  .mt-md-120 {
    margin-top: 12rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-10 {
    margin-right: 1rem !important;
  }
  .me-md-20 {
    margin-right: 2rem !important;
  }
  .me-md-30 {
    margin-right: 3rem !important;
  }
  .me-md-40 {
    margin-right: 4rem !important;
  }
  .me-md-50 {
    margin-right: 5rem !important;
  }
  .me-md-60 {
    margin-right: 6rem !important;
  }
  .me-md-70 {
    margin-right: 7rem !important;
  }
  .me-md-80 {
    margin-right: 8rem !important;
  }
  .me-md-90 {
    margin-right: 9rem !important;
  }
  .me-md-100 {
    margin-right: 10rem !important;
  }
  .me-md-110 {
    margin-right: 11rem !important;
  }
  .me-md-120 {
    margin-right: 12rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 1rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-70 {
    margin-bottom: 7rem !important;
  }
  .mb-md-80 {
    margin-bottom: 8rem !important;
  }
  .mb-md-90 {
    margin-bottom: 9rem !important;
  }
  .mb-md-100 {
    margin-bottom: 10rem !important;
  }
  .mb-md-110 {
    margin-bottom: 11rem !important;
  }
  .mb-md-120 {
    margin-bottom: 12rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-10 {
    margin-left: 1rem !important;
  }
  .ms-md-20 {
    margin-left: 2rem !important;
  }
  .ms-md-30 {
    margin-left: 3rem !important;
  }
  .ms-md-40 {
    margin-left: 4rem !important;
  }
  .ms-md-50 {
    margin-left: 5rem !important;
  }
  .ms-md-60 {
    margin-left: 6rem !important;
  }
  .ms-md-70 {
    margin-left: 7rem !important;
  }
  .ms-md-80 {
    margin-left: 8rem !important;
  }
  .ms-md-90 {
    margin-left: 9rem !important;
  }
  .ms-md-100 {
    margin-left: 10rem !important;
  }
  .ms-md-110 {
    margin-left: 11rem !important;
  }
  .ms-md-120 {
    margin-left: 12rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .p-md-60 {
    padding: 6rem !important;
  }
  .p-md-70 {
    padding: 7rem !important;
  }
  .p-md-80 {
    padding: 8rem !important;
  }
  .p-md-90 {
    padding: 9rem !important;
  }
  .p-md-100 {
    padding: 10rem !important;
  }
  .p-md-110 {
    padding: 11rem !important;
  }
  .p-md-120 {
    padding: 12rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-md-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-md-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-md-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-md-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-md-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-md-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-md-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-md-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 1rem !important;
  }
  .pt-md-20 {
    padding-top: 2rem !important;
  }
  .pt-md-30 {
    padding-top: 3rem !important;
  }
  .pt-md-40 {
    padding-top: 4rem !important;
  }
  .pt-md-50 {
    padding-top: 5rem !important;
  }
  .pt-md-60 {
    padding-top: 6rem !important;
  }
  .pt-md-70 {
    padding-top: 7rem !important;
  }
  .pt-md-80 {
    padding-top: 8rem !important;
  }
  .pt-md-90 {
    padding-top: 9rem !important;
  }
  .pt-md-100 {
    padding-top: 10rem !important;
  }
  .pt-md-110 {
    padding-top: 11rem !important;
  }
  .pt-md-120 {
    padding-top: 12rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-10 {
    padding-right: 1rem !important;
  }
  .pe-md-20 {
    padding-right: 2rem !important;
  }
  .pe-md-30 {
    padding-right: 3rem !important;
  }
  .pe-md-40 {
    padding-right: 4rem !important;
  }
  .pe-md-50 {
    padding-right: 5rem !important;
  }
  .pe-md-60 {
    padding-right: 6rem !important;
  }
  .pe-md-70 {
    padding-right: 7rem !important;
  }
  .pe-md-80 {
    padding-right: 8rem !important;
  }
  .pe-md-90 {
    padding-right: 9rem !important;
  }
  .pe-md-100 {
    padding-right: 10rem !important;
  }
  .pe-md-110 {
    padding-right: 11rem !important;
  }
  .pe-md-120 {
    padding-right: 12rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 1rem !important;
  }
  .pb-md-20 {
    padding-bottom: 2rem !important;
  }
  .pb-md-30 {
    padding-bottom: 3rem !important;
  }
  .pb-md-40 {
    padding-bottom: 4rem !important;
  }
  .pb-md-50 {
    padding-bottom: 5rem !important;
  }
  .pb-md-60 {
    padding-bottom: 6rem !important;
  }
  .pb-md-70 {
    padding-bottom: 7rem !important;
  }
  .pb-md-80 {
    padding-bottom: 8rem !important;
  }
  .pb-md-90 {
    padding-bottom: 9rem !important;
  }
  .pb-md-100 {
    padding-bottom: 10rem !important;
  }
  .pb-md-110 {
    padding-bottom: 11rem !important;
  }
  .pb-md-120 {
    padding-bottom: 12rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-10 {
    padding-left: 1rem !important;
  }
  .ps-md-20 {
    padding-left: 2rem !important;
  }
  .ps-md-30 {
    padding-left: 3rem !important;
  }
  .ps-md-40 {
    padding-left: 4rem !important;
  }
  .ps-md-50 {
    padding-left: 5rem !important;
  }
  .ps-md-60 {
    padding-left: 6rem !important;
  }
  .ps-md-70 {
    padding-left: 7rem !important;
  }
  .ps-md-80 {
    padding-left: 8rem !important;
  }
  .ps-md-90 {
    padding-left: 9rem !important;
  }
  .ps-md-100 {
    padding-left: 10rem !important;
  }
  .ps-md-110 {
    padding-left: 11rem !important;
  }
  .ps-md-120 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .m-lg-60 {
    margin: 6rem !important;
  }
  .m-lg-70 {
    margin: 7rem !important;
  }
  .m-lg-80 {
    margin: 8rem !important;
  }
  .m-lg-90 {
    margin: 9rem !important;
  }
  .m-lg-100 {
    margin: 10rem !important;
  }
  .m-lg-110 {
    margin: 11rem !important;
  }
  .m-lg-120 {
    margin: 12rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-lg-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-lg-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-lg-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-lg-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-lg-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-lg-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-lg-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-lg-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 1rem !important;
  }
  .mt-lg-20 {
    margin-top: 2rem !important;
  }
  .mt-lg-30 {
    margin-top: 3rem !important;
  }
  .mt-lg-40 {
    margin-top: 4rem !important;
  }
  .mt-lg-50 {
    margin-top: 5rem !important;
  }
  .mt-lg-60 {
    margin-top: 6rem !important;
  }
  .mt-lg-70 {
    margin-top: 7rem !important;
  }
  .mt-lg-80 {
    margin-top: 8rem !important;
  }
  .mt-lg-90 {
    margin-top: 9rem !important;
  }
  .mt-lg-100 {
    margin-top: 10rem !important;
  }
  .mt-lg-110 {
    margin-top: 11rem !important;
  }
  .mt-lg-120 {
    margin-top: 12rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-10 {
    margin-right: 1rem !important;
  }
  .me-lg-20 {
    margin-right: 2rem !important;
  }
  .me-lg-30 {
    margin-right: 3rem !important;
  }
  .me-lg-40 {
    margin-right: 4rem !important;
  }
  .me-lg-50 {
    margin-right: 5rem !important;
  }
  .me-lg-60 {
    margin-right: 6rem !important;
  }
  .me-lg-70 {
    margin-right: 7rem !important;
  }
  .me-lg-80 {
    margin-right: 8rem !important;
  }
  .me-lg-90 {
    margin-right: 9rem !important;
  }
  .me-lg-100 {
    margin-right: 10rem !important;
  }
  .me-lg-110 {
    margin-right: 11rem !important;
  }
  .me-lg-120 {
    margin-right: 12rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 11rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-10 {
    margin-left: 1rem !important;
  }
  .ms-lg-20 {
    margin-left: 2rem !important;
  }
  .ms-lg-30 {
    margin-left: 3rem !important;
  }
  .ms-lg-40 {
    margin-left: 4rem !important;
  }
  .ms-lg-50 {
    margin-left: 5rem !important;
  }
  .ms-lg-60 {
    margin-left: 6rem !important;
  }
  .ms-lg-70 {
    margin-left: 7rem !important;
  }
  .ms-lg-80 {
    margin-left: 8rem !important;
  }
  .ms-lg-90 {
    margin-left: 9rem !important;
  }
  .ms-lg-100 {
    margin-left: 10rem !important;
  }
  .ms-lg-110 {
    margin-left: 11rem !important;
  }
  .ms-lg-120 {
    margin-left: 12rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .p-lg-60 {
    padding: 6rem !important;
  }
  .p-lg-70 {
    padding: 7rem !important;
  }
  .p-lg-80 {
    padding: 8rem !important;
  }
  .p-lg-90 {
    padding: 9rem !important;
  }
  .p-lg-100 {
    padding: 10rem !important;
  }
  .p-lg-110 {
    padding: 11rem !important;
  }
  .p-lg-120 {
    padding: 12rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-lg-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-lg-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-lg-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-lg-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-lg-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-lg-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-lg-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-lg-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-10 {
    padding-top: 1rem !important;
  }
  .pt-lg-20 {
    padding-top: 2rem !important;
  }
  .pt-lg-30 {
    padding-top: 3rem !important;
  }
  .pt-lg-40 {
    padding-top: 4rem !important;
  }
  .pt-lg-50 {
    padding-top: 5rem !important;
  }
  .pt-lg-60 {
    padding-top: 6rem !important;
  }
  .pt-lg-70 {
    padding-top: 7rem !important;
  }
  .pt-lg-80 {
    padding-top: 8rem !important;
  }
  .pt-lg-90 {
    padding-top: 9rem !important;
  }
  .pt-lg-100 {
    padding-top: 10rem !important;
  }
  .pt-lg-110 {
    padding-top: 11rem !important;
  }
  .pt-lg-120 {
    padding-top: 12rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-10 {
    padding-right: 1rem !important;
  }
  .pe-lg-20 {
    padding-right: 2rem !important;
  }
  .pe-lg-30 {
    padding-right: 3rem !important;
  }
  .pe-lg-40 {
    padding-right: 4rem !important;
  }
  .pe-lg-50 {
    padding-right: 5rem !important;
  }
  .pe-lg-60 {
    padding-right: 6rem !important;
  }
  .pe-lg-70 {
    padding-right: 7rem !important;
  }
  .pe-lg-80 {
    padding-right: 8rem !important;
  }
  .pe-lg-90 {
    padding-right: 9rem !important;
  }
  .pe-lg-100 {
    padding-right: 10rem !important;
  }
  .pe-lg-110 {
    padding-right: 11rem !important;
  }
  .pe-lg-120 {
    padding-right: 12rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-10 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 12rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-10 {
    padding-left: 1rem !important;
  }
  .ps-lg-20 {
    padding-left: 2rem !important;
  }
  .ps-lg-30 {
    padding-left: 3rem !important;
  }
  .ps-lg-40 {
    padding-left: 4rem !important;
  }
  .ps-lg-50 {
    padding-left: 5rem !important;
  }
  .ps-lg-60 {
    padding-left: 6rem !important;
  }
  .ps-lg-70 {
    padding-left: 7rem !important;
  }
  .ps-lg-80 {
    padding-left: 8rem !important;
  }
  .ps-lg-90 {
    padding-left: 9rem !important;
  }
  .ps-lg-100 {
    padding-left: 10rem !important;
  }
  .ps-lg-110 {
    padding-left: 11rem !important;
  }
  .ps-lg-120 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1024px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-10 {
    margin: 1rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .m-xl-60 {
    margin: 6rem !important;
  }
  .m-xl-70 {
    margin: 7rem !important;
  }
  .m-xl-80 {
    margin: 8rem !important;
  }
  .m-xl-90 {
    margin: 9rem !important;
  }
  .m-xl-100 {
    margin: 10rem !important;
  }
  .m-xl-110 {
    margin: 11rem !important;
  }
  .m-xl-120 {
    margin: 12rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-10 {
    margin-top: 1rem !important;
  }
  .mt-xl-20 {
    margin-top: 2rem !important;
  }
  .mt-xl-30 {
    margin-top: 3rem !important;
  }
  .mt-xl-40 {
    margin-top: 4rem !important;
  }
  .mt-xl-50 {
    margin-top: 5rem !important;
  }
  .mt-xl-60 {
    margin-top: 6rem !important;
  }
  .mt-xl-70 {
    margin-top: 7rem !important;
  }
  .mt-xl-80 {
    margin-top: 8rem !important;
  }
  .mt-xl-90 {
    margin-top: 9rem !important;
  }
  .mt-xl-100 {
    margin-top: 10rem !important;
  }
  .mt-xl-110 {
    margin-top: 11rem !important;
  }
  .mt-xl-120 {
    margin-top: 12rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-10 {
    margin-right: 1rem !important;
  }
  .me-xl-20 {
    margin-right: 2rem !important;
  }
  .me-xl-30 {
    margin-right: 3rem !important;
  }
  .me-xl-40 {
    margin-right: 4rem !important;
  }
  .me-xl-50 {
    margin-right: 5rem !important;
  }
  .me-xl-60 {
    margin-right: 6rem !important;
  }
  .me-xl-70 {
    margin-right: 7rem !important;
  }
  .me-xl-80 {
    margin-right: 8rem !important;
  }
  .me-xl-90 {
    margin-right: 9rem !important;
  }
  .me-xl-100 {
    margin-right: 10rem !important;
  }
  .me-xl-110 {
    margin-right: 11rem !important;
  }
  .me-xl-120 {
    margin-right: 12rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-10 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-10 {
    margin-left: 1rem !important;
  }
  .ms-xl-20 {
    margin-left: 2rem !important;
  }
  .ms-xl-30 {
    margin-left: 3rem !important;
  }
  .ms-xl-40 {
    margin-left: 4rem !important;
  }
  .ms-xl-50 {
    margin-left: 5rem !important;
  }
  .ms-xl-60 {
    margin-left: 6rem !important;
  }
  .ms-xl-70 {
    margin-left: 7rem !important;
  }
  .ms-xl-80 {
    margin-left: 8rem !important;
  }
  .ms-xl-90 {
    margin-left: 9rem !important;
  }
  .ms-xl-100 {
    margin-left: 10rem !important;
  }
  .ms-xl-110 {
    margin-left: 11rem !important;
  }
  .ms-xl-120 {
    margin-left: 12rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-10 {
    padding: 1rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .p-xl-60 {
    padding: 6rem !important;
  }
  .p-xl-70 {
    padding: 7rem !important;
  }
  .p-xl-80 {
    padding: 8rem !important;
  }
  .p-xl-90 {
    padding: 9rem !important;
  }
  .p-xl-100 {
    padding: 10rem !important;
  }
  .p-xl-110 {
    padding: 11rem !important;
  }
  .p-xl-120 {
    padding: 12rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-10 {
    padding-top: 1rem !important;
  }
  .pt-xl-20 {
    padding-top: 2rem !important;
  }
  .pt-xl-30 {
    padding-top: 3rem !important;
  }
  .pt-xl-40 {
    padding-top: 4rem !important;
  }
  .pt-xl-50 {
    padding-top: 5rem !important;
  }
  .pt-xl-60 {
    padding-top: 6rem !important;
  }
  .pt-xl-70 {
    padding-top: 7rem !important;
  }
  .pt-xl-80 {
    padding-top: 8rem !important;
  }
  .pt-xl-90 {
    padding-top: 9rem !important;
  }
  .pt-xl-100 {
    padding-top: 10rem !important;
  }
  .pt-xl-110 {
    padding-top: 11rem !important;
  }
  .pt-xl-120 {
    padding-top: 12rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-10 {
    padding-right: 1rem !important;
  }
  .pe-xl-20 {
    padding-right: 2rem !important;
  }
  .pe-xl-30 {
    padding-right: 3rem !important;
  }
  .pe-xl-40 {
    padding-right: 4rem !important;
  }
  .pe-xl-50 {
    padding-right: 5rem !important;
  }
  .pe-xl-60 {
    padding-right: 6rem !important;
  }
  .pe-xl-70 {
    padding-right: 7rem !important;
  }
  .pe-xl-80 {
    padding-right: 8rem !important;
  }
  .pe-xl-90 {
    padding-right: 9rem !important;
  }
  .pe-xl-100 {
    padding-right: 10rem !important;
  }
  .pe-xl-110 {
    padding-right: 11rem !important;
  }
  .pe-xl-120 {
    padding-right: 12rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-10 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 12rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-10 {
    padding-left: 1rem !important;
  }
  .ps-xl-20 {
    padding-left: 2rem !important;
  }
  .ps-xl-30 {
    padding-left: 3rem !important;
  }
  .ps-xl-40 {
    padding-left: 4rem !important;
  }
  .ps-xl-50 {
    padding-left: 5rem !important;
  }
  .ps-xl-60 {
    padding-left: 6rem !important;
  }
  .ps-xl-70 {
    padding-left: 7rem !important;
  }
  .ps-xl-80 {
    padding-left: 8rem !important;
  }
  .ps-xl-90 {
    padding-left: 9rem !important;
  }
  .ps-xl-100 {
    padding-left: 10rem !important;
  }
  .ps-xl-110 {
    padding-left: 11rem !important;
  }
  .ps-xl-120 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1240px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-10 {
    margin: 1rem !important;
  }
  .m-xxl-20 {
    margin: 2rem !important;
  }
  .m-xxl-30 {
    margin: 3rem !important;
  }
  .m-xxl-40 {
    margin: 4rem !important;
  }
  .m-xxl-50 {
    margin: 5rem !important;
  }
  .m-xxl-60 {
    margin: 6rem !important;
  }
  .m-xxl-70 {
    margin: 7rem !important;
  }
  .m-xxl-80 {
    margin: 8rem !important;
  }
  .m-xxl-90 {
    margin: 9rem !important;
  }
  .m-xxl-100 {
    margin: 10rem !important;
  }
  .m-xxl-110 {
    margin: 11rem !important;
  }
  .m-xxl-120 {
    margin: 12rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-10 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-20 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-30 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-40 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-50 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-60 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-70 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
  }
  .mx-xxl-80 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
  }
  .mx-xxl-90 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
  }
  .mx-xxl-100 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-110 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
  }
  .mx-xxl-120 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-10 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-20 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-30 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-40 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-50 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-60 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-70 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .my-xxl-80 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .my-xxl-90 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .my-xxl-100 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-110 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .my-xxl-120 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-10 {
    margin-top: 1rem !important;
  }
  .mt-xxl-20 {
    margin-top: 2rem !important;
  }
  .mt-xxl-30 {
    margin-top: 3rem !important;
  }
  .mt-xxl-40 {
    margin-top: 4rem !important;
  }
  .mt-xxl-50 {
    margin-top: 5rem !important;
  }
  .mt-xxl-60 {
    margin-top: 6rem !important;
  }
  .mt-xxl-70 {
    margin-top: 7rem !important;
  }
  .mt-xxl-80 {
    margin-top: 8rem !important;
  }
  .mt-xxl-90 {
    margin-top: 9rem !important;
  }
  .mt-xxl-100 {
    margin-top: 10rem !important;
  }
  .mt-xxl-110 {
    margin-top: 11rem !important;
  }
  .mt-xxl-120 {
    margin-top: 12rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-10 {
    margin-right: 1rem !important;
  }
  .me-xxl-20 {
    margin-right: 2rem !important;
  }
  .me-xxl-30 {
    margin-right: 3rem !important;
  }
  .me-xxl-40 {
    margin-right: 4rem !important;
  }
  .me-xxl-50 {
    margin-right: 5rem !important;
  }
  .me-xxl-60 {
    margin-right: 6rem !important;
  }
  .me-xxl-70 {
    margin-right: 7rem !important;
  }
  .me-xxl-80 {
    margin-right: 8rem !important;
  }
  .me-xxl-90 {
    margin-right: 9rem !important;
  }
  .me-xxl-100 {
    margin-right: 10rem !important;
  }
  .me-xxl-110 {
    margin-right: 11rem !important;
  }
  .me-xxl-120 {
    margin-right: 12rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-10 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 7rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 8rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 9rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-110 {
    margin-bottom: 11rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-10 {
    margin-left: 1rem !important;
  }
  .ms-xxl-20 {
    margin-left: 2rem !important;
  }
  .ms-xxl-30 {
    margin-left: 3rem !important;
  }
  .ms-xxl-40 {
    margin-left: 4rem !important;
  }
  .ms-xxl-50 {
    margin-left: 5rem !important;
  }
  .ms-xxl-60 {
    margin-left: 6rem !important;
  }
  .ms-xxl-70 {
    margin-left: 7rem !important;
  }
  .ms-xxl-80 {
    margin-left: 8rem !important;
  }
  .ms-xxl-90 {
    margin-left: 9rem !important;
  }
  .ms-xxl-100 {
    margin-left: 10rem !important;
  }
  .ms-xxl-110 {
    margin-left: 11rem !important;
  }
  .ms-xxl-120 {
    margin-left: 12rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-10 {
    padding: 1rem !important;
  }
  .p-xxl-20 {
    padding: 2rem !important;
  }
  .p-xxl-30 {
    padding: 3rem !important;
  }
  .p-xxl-40 {
    padding: 4rem !important;
  }
  .p-xxl-50 {
    padding: 5rem !important;
  }
  .p-xxl-60 {
    padding: 6rem !important;
  }
  .p-xxl-70 {
    padding: 7rem !important;
  }
  .p-xxl-80 {
    padding: 8rem !important;
  }
  .p-xxl-90 {
    padding: 9rem !important;
  }
  .p-xxl-100 {
    padding: 10rem !important;
  }
  .p-xxl-110 {
    padding: 11rem !important;
  }
  .p-xxl-120 {
    padding: 12rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-10 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-20 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-30 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-40 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-50 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-60 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-70 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
  }
  .px-xxl-80 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
  }
  .px-xxl-90 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
  }
  .px-xxl-100 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-110 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
  }
  .px-xxl-120 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-30 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-40 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-50 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-60 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-70 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .py-xxl-80 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .py-xxl-90 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .py-xxl-100 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-110 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .py-xxl-120 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-10 {
    padding-top: 1rem !important;
  }
  .pt-xxl-20 {
    padding-top: 2rem !important;
  }
  .pt-xxl-30 {
    padding-top: 3rem !important;
  }
  .pt-xxl-40 {
    padding-top: 4rem !important;
  }
  .pt-xxl-50 {
    padding-top: 5rem !important;
  }
  .pt-xxl-60 {
    padding-top: 6rem !important;
  }
  .pt-xxl-70 {
    padding-top: 7rem !important;
  }
  .pt-xxl-80 {
    padding-top: 8rem !important;
  }
  .pt-xxl-90 {
    padding-top: 9rem !important;
  }
  .pt-xxl-100 {
    padding-top: 10rem !important;
  }
  .pt-xxl-110 {
    padding-top: 11rem !important;
  }
  .pt-xxl-120 {
    padding-top: 12rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-10 {
    padding-right: 1rem !important;
  }
  .pe-xxl-20 {
    padding-right: 2rem !important;
  }
  .pe-xxl-30 {
    padding-right: 3rem !important;
  }
  .pe-xxl-40 {
    padding-right: 4rem !important;
  }
  .pe-xxl-50 {
    padding-right: 5rem !important;
  }
  .pe-xxl-60 {
    padding-right: 6rem !important;
  }
  .pe-xxl-70 {
    padding-right: 7rem !important;
  }
  .pe-xxl-80 {
    padding-right: 8rem !important;
  }
  .pe-xxl-90 {
    padding-right: 9rem !important;
  }
  .pe-xxl-100 {
    padding-right: 10rem !important;
  }
  .pe-xxl-110 {
    padding-right: 11rem !important;
  }
  .pe-xxl-120 {
    padding-right: 12rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-10 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 7rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 8rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 9rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-110 {
    padding-bottom: 11rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 12rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-10 {
    padding-left: 1rem !important;
  }
  .ps-xxl-20 {
    padding-left: 2rem !important;
  }
  .ps-xxl-30 {
    padding-left: 3rem !important;
  }
  .ps-xxl-40 {
    padding-left: 4rem !important;
  }
  .ps-xxl-50 {
    padding-left: 5rem !important;
  }
  .ps-xxl-60 {
    padding-left: 6rem !important;
  }
  .ps-xxl-70 {
    padding-left: 7rem !important;
  }
  .ps-xxl-80 {
    padding-left: 8rem !important;
  }
  .ps-xxl-90 {
    padding-left: 9rem !important;
  }
  .ps-xxl-100 {
    padding-left: 10rem !important;
  }
  .ps-xxl-110 {
    padding-left: 11rem !important;
  }
  .ps-xxl-120 {
    padding-left: 12rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../assets/icons/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.max-width {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 845px) and (max-width: 1024px) {
  .max-width {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (min-width: 1025px) {
  .max-width {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

body {
  font-family: "Metropolis Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  body {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}

main {
  margin-top: 9.1rem;
}
@media (min-width: 768px) {
  main {
    margin-top: 12.6rem;
  }
}
@media (min-width: 1024px) {
  main {
    margin-top: 14.1rem;
  }
}

.overflow-hidden {
  overflow: hidden;
}

p {
  padding-bottom: 2rem;
  letter-spacing: 0.48px;
}
p:last-child {
  padding-bottom: 0;
}

.intro-text {
  font-family: "Metropolis Medium", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.highlight {
  color: #e61e1e;
}
.bg-secondary-color .highlight {
  color: #d20909;
}

.hint {
  color: #333;
}

.inactive {
  color: #A6B5BD;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.img-icon {
  max-height: 4.5rem;
  max-width: 5.5rem;
}
@media (min-width: 768px) {
  .img-icon {
    max-height: 6rem;
    max-width: 7.5rem;
  }
}
.img-icon-lg {
  max-height: 8.5rem;
  max-width: 8.5rem;
}

.font-small {
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.font-extra-small {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.cursor-pointer {
  cursor: pointer;
}

b, strong {
  font-family: "Metropolis Bold", sans-serif;
}

.overflow-hidden {
  overflow: hidden;
}

hr {
  border: none;
  height: 0.1rem;
  background-color: #A6B5BD;
  margin: 0;
}

.seperator {
  height: 0.4rem;
  width: 100%;
  background-color: #EFF2F4;
}

.loader-spinner {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.loader-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.6rem;
  border: 0.6rem solid #e61e1e;
  border-radius: 50%;
  border-color: #e61e1e transparent transparent transparent;
}

#totop {
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
}

a.totop {
  display: block;
  background-image: url("../assets/icons/totop.svg");
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  position: sticky;
  z-index: 8;
  bottom: -5rem;
  left: calc(100% - 6rem);
  background-size: cover;
  transition: bottom 0.175s ease;
  border-bottom: none;
}

.js-scrolled a.totop {
  bottom: 2.4rem;
  transition: all 0.75s ease;
}
@media (min-width: 845px) {
  .js-scrolled a.totop {
    bottom: 4.4rem;
    transition: bottom 0.75s ease;
  }
}

.invisible-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.invisible-scrollbar::-webkit-scrollbar {
  display: none;
}

.thin-scrollbar {
  scrollbar-color: #000 transparent;
  scrollbar-width: thin;
}
.thin-scrollbar::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.3rem;
  background-color: #A6B5BD;
}
.thin-scrollbar::-webkit-scrollbar-thumb {
  background: #000;
}

.pill {
  color: #000;
  background: #fff;
  font-family: "Metropolis Bold";
  font-size: 1.4rem;
  padding: 0.6rem 2rem;
  border: 0.2rem solid #fff;
  border-radius: 2rem;
  display: inline-block;
  cursor: pointer;
}
.pill:hover {
  color: #000;
  border-color: #fff;
}
.pill-reset {
  position: relative;
  padding-right: 5rem;
}
.pill-reset:after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  top: 0.9rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../assets/icons/close-small.svg") no-repeat center center;
}

.position-relative {
  position: relative;
}

/* textelements only for screenreaders */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  display: none !important;
}

.mb-05 {
  margin-bottom: 0.5rem;
}

.icon-video {
  width: 4rem;
  height: 4rem;
}

.form-controls {
  margin-bottom: 2rem;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .form-controls {
    margin-bottom: 5rem;
  }
}
.form-controls__button {
  color: #000;
  font-family: "Metropolis Bold", sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
  padding: 0.4rem 2.5rem;
  border: 0.2rem solid #EFF2F4;
  border-radius: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
}
.form-controls__button.active, .form-controls__button[aria-selected=true] {
  border-color: #000;
}
.form-controls__success {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
}

.inputs-button-container {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .inputs-button-container {
    margin-bottom: 5rem;
  }
}
.inputs-button-container__input {
  display: inline-block;
  margin-right: 0.4rem;
  margin-bottom: 2rem;
}
.inputs-button-container__input label {
  color: #000;
  font-family: "Metropolis Bold", sans-serif;
  font-size: 1.4rem;
  padding: 0.4rem 2.5rem;
  border: 0.2rem solid #000;
  border-radius: 2rem;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
.inputs-button-container__input label.active {
  border-color: #000;
}
.inputs-button-container__input input:checked + label {
  color: #fff;
  background: #000;
}

.slider-container {
  position: relative;
  border: none;
  max-width: 50rem;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.input-container {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .input-container {
    margin-bottom: 4rem;
  }
}
.input-container--no-spacing {
  margin-bottom: 0;
}
.input-container textarea,
.input-container input {
  padding: 2.5rem 2rem 1rem;
  background-color: transparent;
  width: 100%;
  font-family: "Metropolis Bold", sans-serif;
  transition: all 500ms;
}
.input-container textarea + label,
.input-container input + label {
  position: absolute;
  left: 2rem;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.4rem;
  transition: all 500ms;
}
.input-container textarea:focus, .input-container textarea.has-value,
.input-container input:focus,
.input-container input.has-value {
  outline: none;
  background-color: #EFF2F4;
}
.input-container textarea:focus + label, .input-container textarea.has-value + label,
.input-container input:focus + label,
.input-container input.has-value + label {
  top: 0;
  transform: translateY(0);
  font-size: 1.6rem;
}
.input-container textarea.search-references,
.input-container input.search-references {
  padding: 3.8rem 2rem 1rem;
}
.input-container textarea {
  height: 15rem;
  border: 0.2rem solid #000;
}
.input-container textarea + label {
  top: 2rem;
}
.input-container input {
  border: none;
  border-bottom: 0.2rem solid #000;
  font-size: 1.8rem;
  line-height: 2.1rem;
}
.input-container input + label {
  top: 50%;
  transform: translateY(-50%);
}
.input-container input.has-icons {
  padding-right: 4rem;
}
.input-container .input-icons {
  position: absolute;
  right: 1rem;
  width: 2.5rem;
  bottom: 1rem;
  cursor: pointer;
}
.input-container .input-icons button {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  cursor: pointer;
  background: transparent;
}

.input-file-container label {
  display: block;
  font-family: "Metropolis Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  .input-file-container label {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.input-file-container input[type=file] {
  font-size: 1.4rem;
  position: relative;
  padding-right: 3rem;
}
.input-file-container input[type=file]::after {
  position: absolute;
  pointer-events: none;
  top: 2rem;
  left: 2.6rem;
  height: 2.4rem;
  width: 3rem;
  content: "";
  background: url("../assets/icons/upload.svg") no-repeat center center;
}
.input-file-container input[type=file]::file-selector-button {
  padding-left: 6.6rem;
  padding-right: 3rem;
  font-family: "Metropolis Bold", sans-serif;
  font-size: 1.4rem;
  line-height: 6rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  cursor: pointer;
  background-color: transparent;
  border-bottom: 0.2rem solid #000;
  border-radius: 0;
  margin-right: 1.6rem;
}
@supports (-moz-appearance: none) {
  .input-file-container input[type=file]::file-selector-button {
    padding-left: 3rem;
  }
}
.input-file-container input[type=file]::file-selector-button:hover {
  background-color: transparent;
}
.input-file-container input[type=file]::file-selector-button:active {
  background-color: transparent;
}

.form-invert input,
.form-invert textarea {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.form-invert input + label,
.form-invert textarea + label {
  color: #fff;
}
.form-invert input:focus, .form-invert input.has-value,
.form-invert textarea:focus,
.form-invert textarea.has-value {
  background-color: #fff;
  color: #000;
}
.form-invert input:focus + label, .form-invert input.has-value + label,
.form-invert textarea:focus + label,
.form-invert textarea.has-value + label {
  color: #000;
}
.form-invert .checkbox-container input {
  border-color: #fff;
}
.form-invert .checkbox-container input:checked {
  border-color: #fff;
  background: url("../assets/icons/check-white.svg") no-repeat center center;
  background-size: 55%;
}
.form-invert .checkbox-container input:focus, .form-invert .checkbox-container input.has-value {
  background-color: transparent;
}
.form-invert .checkbox-container a {
  color: #fff;
  border-color: #fff;
}
.form-invert .form-controls__button {
  color: #fff;
  border-color: #EFF2F4;
  opacity: 0.7;
}
.form-invert .form-controls__button.active, .form-invert .form-controls__button[aria-selected=true] {
  border-color: #fff;
  opacity: 1;
}
.form-inline {
  display: flex;
}
.form-inline .input-container {
  margin-bottom: 0;
}
.form-inline .input-container input {
  padding-top: 2.75rem;
  padding-bottom: 1.25rem;
}
.form-inline .button-container {
  margin-left: 4rem;
}
.form-search .input-container input {
  background-color: #EFF2F4;
  border: none;
}

.checkbox-container {
  display: flex;
  align-items: flex-start;
}
.checkbox-container__input {
  display: flex;
  position: relative;
}
.checkbox-container input {
  border: 0.1rem solid #000;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.checkbox-container input:checked {
  border-color: #e61e1e;
  background: url("../assets/icons/check-red.svg") no-repeat center center;
  background-size: 55%;
}
.checkbox-container a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.select-container {
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .select-container {
    margin-bottom: 4rem;
  }
}
.select-container--no-spacing {
  margin-bottom: 0;
}
.select-container input {
  padding: 2.5rem 2rem 1rem;
  background-color: transparent;
  width: 100%;
  font-family: "Metropolis Bold", sans-serif;
  transition: all 500ms;
  border: none;
  border-bottom: 0.2rem solid #000;
  cursor: pointer;
}
.select-container input + label {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.4rem;
  transition: all 500ms;
}
.select-container input:focus, .select-container input.has-value {
  outline: none;
  background-color: #fff;
}
.select-container input:focus + label, .select-container input.has-value + label {
  top: 0;
  transform: translateY(0);
  font-size: 1.6rem;
}
.select-container .sns-custom-select {
  position: relative;
  display: flex;
  width: 100%;
  font-family: "Metropolis Bold", sans-serif;
}
.select-container .sns-custom-select.open {
  background-color: #EFF2F4;
}
.select-container .sns-custom-select.open .sns-custom-select__option,
.select-container .sns-custom-select.open .sns-custom-select__options {
  opacity: 1;
}
.select-container .sns-custom-select.open .sns-custom-select__options {
  min-height: 15rem;
  height: 100%;
  pointer-events: all;
  z-index: 999;
  overflow-y: scroll;
  padding-top: 1rem;
}
.select-container .sns-custom-select.open .arrow {
  right: 2rem;
  transform: translateY(-50%) rotate(-180deg);
}
.select-container .sns-custom-select input {
  border-bottom: none;
}
.select-container .sns-custom-select__wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}
.select-container .sns-custom-select__trigger {
  position: relative;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
.select-container .sns-custom-select__options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  background: #EFF2F4;
  transition: all 500ms;
  height: 0;
  pointer-events: none;
  z-index: 2;
  opacity: 1;
  border-bottom: 0.2rem solid #000;
}
.select-container .sns-custom-select__option {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 300ms;
  padding: 1rem 2.5rem;
  opacity: 0;
}
.select-container .sns-custom-select .arrow {
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 500ms;
}
.select-container .sns-custom-select .arrow::before, .select-container .sns-custom-select .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.15rem;
  height: 100%;
}
.select-container .sns-custom-select .arrow::before {
  left: -0.5rem;
  transform: rotate(-45deg);
  background-color: #000;
}
.select-container .sns-custom-select .arrow::after {
  left: 0.5rem;
  transform: rotate(45deg);
  background-color: #000;
}
.select-container .choices + label {
  position: absolute;
  left: 2rem;
  top: 65%;
  transform: translateY(-65%);
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.4rem;
  transition: all 500ms;
}
.select-container .choices.has-value + label {
  top: 0;
  transform: translateY(0);
  font-size: 1.6rem;
}

.success-message-container {
  padding: 14rem 10rem 7.5rem 2.1rem;
}
@media (min-width: 768px) {
  .success-message-container {
    padding: 16rem 16rem 8rem 8rem;
  }
}
.success-message-container .image-wrapper {
  position: absolute;
  right: 2.5rem;
  top: 8rem;
}
@media (min-width: 768px) {
  .success-message-container .image-wrapper {
    right: 5rem;
  }
}
.success-message-container .image-wrapper img {
  border-radius: 100%;
  max-height: 7rem;
  height: 7rem;
  width: 7rem;
  border: 0.2rem solid transparent;
}
@media (min-width: 768px) {
  .success-message-container .image-wrapper img {
    max-height: 10rem;
    height: 10rem;
    width: 10rem;
  }
}
.success-message-container .success-message {
  border: #EFF2F4 3px solid;
  padding: 2.5rem;
}

@media (max-width: 844px) {
  .button-container button,
  .button-container a.btn-primary {
    width: 100%;
  }
}
form .has-danger input {
  border-bottom: 0.2rem solid #e61e1e;
}
form .has-danger input + label {
  color: #e61e1e;
}
form .has-danger .select-container:has(.choices > .choices__inner > .choices__list.choices__list--single > .choices__placeholder) label {
  color: #e61e1e;
  top: 45%;
  transform: translateY(-45%);
}
form .has-danger .select-container .pristine-error {
  top: -1.75rem;
}
form .has-danger .choices__inner {
  border-bottom: 0.2rem solid #e61e1e;
}
form .has-danger input[type=checkbox] {
  border-color: #e61e1e;
  background: transparent;
}
form .has-danger .pristine-error {
  position: relative;
  color: #e61e1e;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  left: 2rem;
  top: 0.5rem;
}
form .has-danger .checkbox-container-dataprotection {
  position: relative;
  padding-bottom: 3rem;
}
form .has-danger .checkbox-container-dataprotection .pristine-error {
  position: absolute;
  color: #e61e1e;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.6rem;
  left: 0;
  top: unset;
  bottom: 0;
}

.wpforms-required-label {
  display: none;
}

div.wpforms-container-full {
  margin-bottom: 3.125rem !important;
}
@media (min-width: 992px) {
  div.wpforms-container-full {
    margin-bottom: 5rem !important;
  }
}
div.wpforms-container-full input[type=date],
div.wpforms-container-full input[type=datetime],
div.wpforms-container-full input[type=datetime-local],
div.wpforms-container-full input[type=email],
div.wpforms-container-full input[type=month],
div.wpforms-container-full input[type=number],
div.wpforms-container-full input[type=password],
div.wpforms-container-full input[type=range],
div.wpforms-container-full input[type=search],
div.wpforms-container-full input[type=tel],
div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=time],
div.wpforms-container-full input[type=url],
div.wpforms-container-full input[type=week],
div.wpforms-container-full select,
div.wpforms-container-full textarea {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #000 !important;
  border: none !important;
  border-bottom: 2px solid #000 !important;
  padding: 3.4rem 2rem 2.2rem !important;
  font-size: 1.8rem !important;
  height: 6.2rem !important;
  box-shadow: none !important;
  transition: border 0.15s, box-shadow 0.15s !important;
  font-family: "Metropolis Bold", sans-serif;
}
div.wpforms-container-full input[type=date]::placeholder,
div.wpforms-container-full input[type=date] option.placeholder,
div.wpforms-container-full input[type=datetime]::placeholder,
div.wpforms-container-full input[type=datetime] option.placeholder,
div.wpforms-container-full input[type=datetime-local]::placeholder,
div.wpforms-container-full input[type=datetime-local] option.placeholder,
div.wpforms-container-full input[type=email]::placeholder,
div.wpforms-container-full input[type=email] option.placeholder,
div.wpforms-container-full input[type=month]::placeholder,
div.wpforms-container-full input[type=month] option.placeholder,
div.wpforms-container-full input[type=number]::placeholder,
div.wpforms-container-full input[type=number] option.placeholder,
div.wpforms-container-full input[type=password]::placeholder,
div.wpforms-container-full input[type=password] option.placeholder,
div.wpforms-container-full input[type=range]::placeholder,
div.wpforms-container-full input[type=range] option.placeholder,
div.wpforms-container-full input[type=search]::placeholder,
div.wpforms-container-full input[type=search] option.placeholder,
div.wpforms-container-full input[type=tel]::placeholder,
div.wpforms-container-full input[type=tel] option.placeholder,
div.wpforms-container-full input[type=text]::placeholder,
div.wpforms-container-full input[type=text] option.placeholder,
div.wpforms-container-full input[type=time]::placeholder,
div.wpforms-container-full input[type=time] option.placeholder,
div.wpforms-container-full input[type=url]::placeholder,
div.wpforms-container-full input[type=url] option.placeholder,
div.wpforms-container-full input[type=week]::placeholder,
div.wpforms-container-full input[type=week] option.placeholder,
div.wpforms-container-full select::placeholder,
div.wpforms-container-full select option.placeholder,
div.wpforms-container-full textarea::placeholder,
div.wpforms-container-full textarea option.placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.4rem !important;
}
div.wpforms-container-full input[type=date]::-ms-input-placeholder,
div.wpforms-container-full input[type=datetime]::-ms-input-placeholder,
div.wpforms-container-full input[type=datetime-local]::-ms-input-placeholder,
div.wpforms-container-full input[type=email]::-ms-input-placeholder,
div.wpforms-container-full input[type=month]::-ms-input-placeholder,
div.wpforms-container-full input[type=number]::-ms-input-placeholder,
div.wpforms-container-full input[type=password]::-ms-input-placeholder,
div.wpforms-container-full input[type=range]::-ms-input-placeholder,
div.wpforms-container-full input[type=search]::-ms-input-placeholder,
div.wpforms-container-full input[type=tel]::-ms-input-placeholder,
div.wpforms-container-full input[type=text]::-ms-input-placeholder,
div.wpforms-container-full input[type=time]::-ms-input-placeholder,
div.wpforms-container-full input[type=url]::-ms-input-placeholder,
div.wpforms-container-full input[type=week]::-ms-input-placeholder,
div.wpforms-container-full select::-ms-input-placeholder,
div.wpforms-container-full textarea::-ms-input-placeholder {
  color: #000 !important;
}
div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=date]:focus-visible,
div.wpforms-container-full input[type=datetime]:focus,
div.wpforms-container-full input[type=datetime]:focus-visible,
div.wpforms-container-full input[type=datetime-local]:focus,
div.wpforms-container-full input[type=datetime-local]:focus-visible,
div.wpforms-container-full input[type=email]:focus,
div.wpforms-container-full input[type=email]:focus-visible,
div.wpforms-container-full input[type=month]:focus,
div.wpforms-container-full input[type=month]:focus-visible,
div.wpforms-container-full input[type=number]:focus,
div.wpforms-container-full input[type=number]:focus-visible,
div.wpforms-container-full input[type=password]:focus,
div.wpforms-container-full input[type=password]:focus-visible,
div.wpforms-container-full input[type=range]:focus,
div.wpforms-container-full input[type=range]:focus-visible,
div.wpforms-container-full input[type=search]:focus,
div.wpforms-container-full input[type=search]:focus-visible,
div.wpforms-container-full input[type=tel]:focus,
div.wpforms-container-full input[type=tel]:focus-visible,
div.wpforms-container-full input[type=text]:focus,
div.wpforms-container-full input[type=text]:focus-visible,
div.wpforms-container-full input[type=time]:focus,
div.wpforms-container-full input[type=time]:focus-visible,
div.wpforms-container-full input[type=url]:focus,
div.wpforms-container-full input[type=url]:focus-visible,
div.wpforms-container-full input[type=week]:focus,
div.wpforms-container-full input[type=week]:focus-visible,
div.wpforms-container-full select:focus,
div.wpforms-container-full select:focus-visible,
div.wpforms-container-full textarea:focus,
div.wpforms-container-full textarea:focus-visible {
  outline: none !important;
  background-color: #EFF2F4 !important;
}
div.wpforms-container-full input[type=password] {
  padding: 1.9rem 2rem 2rem !important;
}
div.wpforms-container-full select,
div.wpforms-container-full textarea {
  padding: 1.75rem 1.25rem !important;
}
div.wpforms-container-full textarea {
  height: 15rem !important;
  border: 0.2rem solid #000 !important;
  line-height: 2.8rem !important;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
  font-family: "Metropolis Regular", sans-serif !important;
  font-size: 1.6rem !important;
}
@media (min-width: 1024px) {
  div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
    font-size: 1.6rem !important;
  }
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown {
  background-color: #fff !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
  background-color: transparent !important;
  min-height: 6rem !important;
  padding: 0 1.25rem !important;
  border: none !important;
  border-bottom: 2px solid #000 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single {
  background-color: transparent !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__placeholder {
  color: #000 !important;
  opacity: 1 !important;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.4rem !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__item--selectable {
  color: #000 !important;
  font-size: 1.8rem !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
  border-bottom: 2px solid #000 !important;
  box-shadow: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
  border: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:not(.is-flipped) .choices__list--dropdown {
  border-radius: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open:not(.is-flipped):before {
  display: none !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*=select-one]:after,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*=select-multiple]:after {
  border-left: none !important;
  border-top: none !important;
  border-bottom: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
  content: "" !important;
  display: block !important;
  height: 1.6rem !important;
  width: 1.6rem !important;
  pointer-events: none !important;
  transform: rotate(45deg) !important;
  transition: all 0.45s ease-in-out !important;
  position: absolute !important;
  right: 1.25rem !important;
  margin-top: -1.2rem !important;
  border-color: transparent #000 #000 transparent !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*=select-one].is-open:after,
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*=select-multiple].is-open:after {
  transform: rotate(225deg) !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*=select-one] .choices__button {
  background-size: 16px 16px, 16px 16px !important;
  opacity: 1 !important;
  margin-inline-end: 40px !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable {
  font-size: 1.8rem !important;
  font-family: "Metropolis Bold", sans-serif !important;
  background-color: #EFF2F4 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #EFF2F4 !important;
  color: #000 !important;
}
div.wpforms-container-full .wpforms-submit {
  margin-top: 1.25rem !important;
  box-shadow: none !important;
  height: auto !important;
  padding: 0 3rem !important;
  font-family: "Metropolis Bold", sans-serif !important;
  font-size: 1.4rem !important;
  line-height: 6rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05rem !important;
  border: none !important;
  display: inline-block !important;
  transition: all 500ms !important;
  position: relative !important;
  cursor: pointer !important;
  background: transparent !important;
  z-index: 9 !important;
}
@media (min-width: 768px) {
  div.wpforms-container-full .wpforms-submit:hover:before {
    transform: skew(-20deg) t !important;
  }
}
div.wpforms-container-full .wpforms-submit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 500ms;
}
div.wpforms-container-full .wpforms-confirmation-container-full,
div.wpforms-container-full div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  border: none !important;
  background-color: transparent !important;
}
div.wpforms-container-full input[type=checkbox]:before,
div.wpforms-container-full input[type=radio]:before,
div.wpforms-container-full input[type=checkbox]:checked:before,
div.wpforms-container-full input[type=radio]:checked:before,
div.wpforms-container-full input[type=checkbox]:after,
div.wpforms-container-full input[type=radio]:after,
div.wpforms-container-full input[type=checkbox]:checked:after,
div.wpforms-container-full input[type=radio]:checked:after {
  display: none !important;
}
div.wpforms-container-full input[type=checkbox] {
  border: 1px solid #000 !important;
  box-shadow: none !important;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 0 !important;
}
div.wpforms-container-full input[type=checkbox]:checked {
  background: url(../assets/icons/check.svg) no-repeat center center;
  background-size: 55%;
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
  padding-inline-start: 1rem !important;
  line-height: 3.2rem !important;
}

.wpforms-field-file-upload {
  padding-top: 4rem !important;
}

.wpforms-container .wpforms-field-label {
  font-size: 2.2rem !important;
  line-height: 2.8rem !important;
  font-family: "Metropolis Bold", sans-serif !important;
}
@media (min-width: 1024px) {
  .wpforms-container .wpforms-field-label {
    line-height: 1.875rem !important;
  }
}
.wpforms-container .wpforms-field-label .wpforms-required-label {
  display: none !important;
}
.wpforms-container legend.wpforms-field-label {
  font-size: 2.4rem !important;
  line-height: 2.8rem !important;
  font-weight: inherit;
}
@media (min-width: 1024px) {
  .wpforms-container legend.wpforms-field-label {
    max-width: 80%;
  }
}
.wpforms-container .wpforms-form .choices__list--dropdown {
  border: none !important;
}
.wpforms-container .wpforms-form .choices__placeholder {
  opacity: 1 !important;
}
.wpforms-container .choices__list--dropdown .choices__item {
  padding: 1rem 1.25rem !important;
  font-size: 2.4rem !important;
  line-height: 2.8rem !important;
  font-family: "Metropolis Regular", sans-serif !important;
}
@media (min-width: 1024px) {
  .wpforms-container .choices__list--dropdown .choices__item {
    font-size: 2.4rem !important;
    line-height: 2.8rem !important;
  }
}
@media (max-width: 575.98px) {
  .wpforms-container .wpforms-one-half {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 575.98px) {
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
    padding: 0 0 !important;
  }
}
@media (max-width: 575.98px) {
  .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block:last-child {
    padding: 1.875rem 0 !important;
  }
}

label a {
  color: #e61e1e !important;
}
label a:hover {
  color: #DD0606 !important;
}

@keyframes fadeIn {
  to {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes heroHeadlines {
  0% {
    top: -2rem;
    opacity: 0;
  }
  30% {
    top: -2rem;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes heroButton {
  0% {
    right: -2rem;
    opacity: 0;
  }
  50% {
    right: -2rem;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes dashAnimation {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes changeColor {
  to {
    color: #e61e1e;
  }
}
@keyframes changeColorMarcard {
  to {
    color: #66002E;
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 845px) {
  .animation__dash {
    animation: dashAnimation 2s ease-out forwards;
  }
}
.animation__fade-in {
  animation: fadeIn 2s forwards;
}

.animation__hero-headline {
  animation: heroHeadlines 2s ease-out forwards;
}

.animation__hero-button {
  animation: heroButton 2s ease-out forwards;
}

.animation__color-change {
  animation: changeColor 1s forwards;
}

.animation__loader-spinner div {
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.animation__loader-spinner div:nth-child(1) {
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation-delay: -0.45s;
}
.animation__loader-spinner div:nth-child(2) {
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation-delay: -0.3s;
}
.animation__loader-spinner div:nth-child(3) {
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation-delay: -0.15s;
}

.sns-step-menu__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 45, 63, 0.95);
  transform: translateY(-100%);
  visibility: hidden;
  z-index: 999;
}
.sns-step-menu__container.open {
  transform: translateY(0);
  transition: all 500ms;
  visibility: visible;
}
.sns-step-menu__container.open .header__buttons {
  pointer-events: none;
}
.sns-step-menu__container.closed {
  transform: translateY(-100%);
  transition: all 500ms;
}
.sns-step-menu__track {
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
.sns-step-menu__content {
  width: 100vw;
  height: calc(100% - 107px);
  float: left;
  overflow-y: scroll;
  padding-bottom: 2rem;
}

.fundfinder {
  overflow: visible;
  padding-top: 9rem;
  padding-bottom: 6rem;
}
.fundfinder .btn-icon {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .fundfinder .btn-icon {
    margin-bottom: 0;
  }
}
.fundfinder-filter {
  position: relative;
}
.fundfinder .input-container {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .fundfinder .filter-collapsible-group summary {
    min-height: 6rem;
  }
}
.fundfinder .filter-collapsible-group[open] summary {
  font-family: "minion-pro", serif;
  font-weight: 600;
  font-style: italic;
  background: #fff;
}

.fund-popup-lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 45, 63, 0.95);
  z-index: 9999;
}
.fund-popup-container {
  width: 90%;
  max-width: 1015px;
  padding: 7.5rem 2.5rem;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .fund-popup-container {
    padding: 9rem;
  }
}
@media (min-width: 992px) {
  .fund-popup-container {
    padding: 7.5rem;
  }
}

.fundlist {
  overflow-y: inherit;
}
.fundlist .table-wrapper {
  max-width: 120rem;
  overflow-x: auto;
  padding-bottom: 6rem;
}
.fundlist table {
  line-height: 2rem;
  font-size: 1.6rem;
  width: 100%;
}
.fundlist table thead tr {
  border-bottom: 2px solid #D6DDE1;
  font-family: "Metropolis Bold", sans-serif;
}
.fundlist table thead tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 4;
  max-width: 430px;
}
.fundlist table tbody tr:hover th, .fundlist table tbody tr:hover td {
  background: #D6DDE1;
}
.fundlist table tbody tr > th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}
.fundlist table tr {
  border-bottom: 1px solid #D6DDE1;
}
.fundlist table th {
  text-align: left;
}
.fundlist table th .th-hint {
  display: block;
  font-family: "Metropolis Regular";
  margin-top: 0.6rem;
  white-space: nowrap;
  line-height: 1;
}
.fundlist table th, .fundlist table td {
  padding: 2rem;
  background: #fff;
}
.fundlist table .sticky-thead {
  position: fixed;
  z-index: 3;
  background-color: #fff;
}
.fundlist table .sticky-thead tr th {
  z-index: 3;
  background-color: #fff;
}
.fundlist .tooltip {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.fundlist .overlay__lightbox {
  display: none;
}
.fundlist .overlay__lightbox.open {
  display: block;
}
.fundlist .overlay__center-container {
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1360px;
  max-height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}
.fundlist .overlay__close {
  background: url("../assets/icons/close.svg") no-repeat;
}

.fund-benefits {
  padding-bottom: 4rem;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .fund-benefits {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .fund-benefits {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.fund-lists-wrapper {
  column-count: 1;
  column-gap: 4rem;
}
@media (min-width: 768px) {
  .fund-lists-wrapper {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .fund-lists-wrapper {
    column-count: 2;
  }
}

.fund-list {
  break-inside: avoid;
}
.fund-list dt {
  display: flex;
  align-items: baseline;
}
.fund-list dt .fund-dot {
  flex-shrink: 0;
}

.chart-tabnav {
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}
.chart-tabnav a {
  font-family: "Gotham Bold", sans-serif;
  font-weight: inherit;
  padding: 1.6rem;
  color: #000;
  border-bottom: 0.2rem solid transparent;
}
.chart-tabnav a:hover, .chart-tabnav a.active {
  color: #e61e1e;
  border-bottom: 0.2rem solid #e61e1e;
}

.rating-star {
  width: 2.4rem;
  height: 2.2rem;
  margin-right: 1rem;
}

/* Keyfacts */
.fund-keyfacts-wrapper {
  border: 2px solid #D6DDE1;
  padding: 1rem;
  margin-bottom: 1rem;
  height: 20rem;
}
.fund-keyfacts .price {
  color: #00587C;
  font-family: "Metropolis Bold", sans-serif;
}
.fund-keyfacts .price-value-large {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
@media (min-width: 845px) {
  .fund-keyfacts .price-value-large {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}
.fund-keyfacts .inactive {
  color: #517285;
}
.fund-keyfacts .fund-timeline {
  height: 5rem;
  align-items: center;
  position: relative;
}
.fund-keyfacts .fund-timeline:after {
  content: "";
  display: block;
  background: linear-gradient(90deg, #e61e1e 0.68%, #00587C 87.95%);
  height: 2.4rem;
  width: 98%;
  border-radius: 10rem;
}
.fund-keyfacts .fund-timeline:before {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-left: 2rem solid #00587C;
  border-top: 2rem solid transparent;
  border-bottom: 2rem solid transparent;
}
.fund-keyfacts .fund-timeline-year {
  color: #fff;
  line-height: 5rem;
  margin-left: calc(50% - 2.6rem);
  background: #e61e1e;
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 2.6rem;
  position: absolute;
}
.fund-keyfacts .fund-risk {
  height: 5rem;
  align-items: center;
  background: #EFF2F4;
  border-radius: 10rem;
  width: 100%;
}
.fund-keyfacts .fund-risk-value {
  line-height: 4rem;
  width: 100%;
  padding: 0 2rem;
  color: #517285;
  justify-content: space-between;
}
.fund-keyfacts .fund-risk-value .active {
  color: #fff;
  background: #e61e1e;
  width: 4rem;
  height: 4rem;
  border-radius: 2rem;
  font-family: "Metropolis Bold", sans-serif;
}
.fund-keyfacts .fund-risk-text {
  justify-content: space-between;
}

/* Composition */
.fund-composition {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 3.6rem;
  border-radius: 10rem;
  background: #EFF2F4;
}
.fund-composition span {
  border-right: 1px solid #fff;
}
.fund-composition span:last-child {
  border: none;
}

.fund-dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 0.6898rem;
  display: inline-block;
  margin-right: 1rem;
}

.fund-downloads {
  padding-bottom: 10rem;
}
.fund-downloads-item {
  border-bottom: 1px solid #D6DDE1;
  padding: 2rem 0;
}

div.styled-list ul {
  list-style: none;
  position: relative;
}
div.styled-list ul li {
  padding-left: 2rem;
}
div.styled-list ul li:before {
  content: "- ";
  color: #e61e1e;
  position: absolute;
  left: 0;
}
div.styled-list ul li ul {
  list-style: none;
  position: relative;
}
div.styled-list ul li ul li ul {
  margin-left: 1.5rem;
}
div.styled-list ul > li {
  position: relative;
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}
div.styled-list ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 100%;
  background-image: url("../assets/icons/styled-list.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0.5rem;
}

.fund-stage {
  height: 76rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fund-stage {
    height: 65rem;
  }
}
.fund-stage__background {
  position: absolute;
  z-index: 8;
  width: 100%;
  height: 41rem;
}
@media (min-width: 768px) {
  .fund-stage__background {
    height: 46rem;
  }
}
@media (min-width: 1024px) {
  .fund-stage__background {
    height: 50rem;
  }
}
.fund-stage__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fund-stage__textbox {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  margin: 0 auto;
}
.fund-stage__textbox-headline {
  padding: 2rem;
}
@media (min-width: 768px) {
  .fund-stage__textbox-headline {
    padding: 4rem 4rem 2rem 4rem;
  }
}
@media (min-width: 1024px) {
  .fund-stage__textbox-headline {
    padding: 4rem 4rem 3rem 4rem;
  }
}
.fund-stage__textbox-infos {
  padding: 0 2rem 1rem 2rem;
}
@media (min-width: 768px) {
  .fund-stage__textbox-infos {
    padding: 4rem 4rem 2rem 4rem;
  }
}
@media (min-width: 1024px) {
  .fund-stage__textbox-infos {
    padding: 4rem 4rem 3rem 4rem;
  }
}
.fund-stage__textbox-list {
  font-size: 1.6rem;
  line-height: 2.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .fund-stage__textbox-list {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.fund-stage__textbox-list dt {
  width: 100%;
  font-family: "Metropolis Bold", sans-serif;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .fund-stage__textbox-list dt {
    text-align: right;
    width: 40%;
    margin-bottom: 1rem;
  }
}
.fund-stage__textbox-list dd {
  width: 100%;
}
@media (min-width: 768px) {
  .fund-stage__textbox-list dd {
    width: 60%;
    padding-left: 1rem;
  }
}

@font-face {
  font-family: "Metropolis Regular";
  src: url("../assets/fonts/Metropolis-Regular.woff2") format("woff2"), url("../assets/fonts/Metropolis-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis Medium";
  src: url("../assets/fonts/Metropolis-Medium.woff2") format("woff2"), url("../assets/fonts/Metropolis-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis Bold";
  src: url("../assets/fonts/Metropolis-SemiBold.woff2") format("woff2"), url("../assets/fonts/Metropolis-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.bg-secondary-color {
  background-color: #EFF2F4;
}
.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Styleguide Headlines */
.bg-color-grey5 {
  background-color: #dddddd;
}

.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-red {
  color: #e61e1e;
}
.bg-secondary-color .text-red {
  color: #d20909;
}
.text-light-red {
  color: #E56A54;
}
.text-turquoise {
  color: #00587C;
}

.bg-color-1 {
  background: #E61E1E;
}

.bg-color-2 {
  background: #00587C;
}

.bg-color-3 {
  background: #137F9D;
}

.bg-color-4 {
  background: #73A7BC;
}

.bg-color-5 {
  background: #B9D2DC;
}

.bg-color-6 {
  background: #C5B9AC;
}

.bg-color-7 {
  background: #D3CAC1;
}

.bg-color-8 {
  background: #E2DBD5;
}

.bg-color-9 {
  background: #F0EBE9;
}

.bg-color-10 {
  background: #D9D9D9;
}

.bg-color-11 {
  background: #DADADA;
}

.bg-color-12 {
  background: #DBDBDB;
}

.bg-color-13 {
  background: #DCDCDC;
}

.bg-color-14 {
  background: #DDDDDD;
}

.bg-color-15 {
  background: #DEDEDE;
}

.bg-color-16 {
  background: #DFDFDF;
}

.bg-color-17 {
  background: #EFEFEF;
}

.bg-color-18 {
  background: #FFFFFF;
}

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

a,
.link-more {
  color: #e61e1e;
  text-decoration: none;
  font-family: "Metropolis Bold", sans-serif;
  border-bottom: 0.2rem solid #e61e1e;
}
.module__bg-wrapper--secondary a, .bg-secondary-color a,
.module__bg-wrapper--secondary .link-more,
.bg-secondary-color .link-more {
  color: #DD0606;
}
a:hover,
.link-more:hover {
  color: #d20909;
  border-color: #d20909;
  transition: color 500ms, font 500ms, border 500ms;
}
.module__bg-wrapper--secondary a:hover, .bg-secondary-color a:hover,
.module__bg-wrapper--secondary .link-more:hover,
.bg-secondary-color .link-more:hover {
  color: #DD0606;
}

a.link-reverted {
  color: #000;
  text-decoration: none;
  font-family: "Metropolis Bold", sans-serif;
  border-bottom: none;
}
a.link-reverted:hover {
  color: #e61e1e;
  border-bottom: 0.2rem solid #e61e1e;
  transition: color 500ms, font 500ms, border 500ms;
}

.linked-image {
  overflow: hidden;
  display: block;
  border-bottom: none !important;
  position: relative;
}
.linked-image__overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.linked-image img {
  display: block;
  transition: transform 0.8s ease-in-out;
  transform-origin: center;
  will-change: transform;
  transform: scale3d(1, 1, 1);
}
.linked-image:hover, .linked-image:active, .linked-image:focus {
  border-bottom: none !important;
  border-color: transparent !important;
}
.linked-image:hover .linked-image__overlay, .linked-image:active .linked-image__overlay, .linked-image:focus .linked-image__overlay {
  opacity: 0.1;
  background-color: rgba(0, 45, 63, 0.95);
}
.linked-image:hover img, .linked-image:active img, .linked-image:focus img {
  transform: scale3d(1.02, 1.02, 1.02);
}

.link-back {
  width: 3rem;
  height: 1.3rem;
  background: url("../assets/icons/arrow.svg") no-repeat;
  transform: rotate(180deg) translateY(50%);
  display: inline-block;
  border: 0;
}
.link-back:hover {
  background-image: url("../assets/icons/arrow-red.svg");
}

.link-download {
  font-family: "Metropolis Regular", sans-serif;
  color: #000;
  border: 0;
  position: relative;
  transition: all 500ms;
  padding: 0.4rem 4rem;
}
.link-download:before {
  content: "";
  position: absolute;
  top: 0;
  width: 3rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.5rem;
  left: 0;
  background-image: url("../assets/icons/download.svg");
}
.link-download:hover {
  color: #e61e1e;
}
.link-download:hover:before {
  background-image: url("../assets/icons/download-red.svg");
}

.link-download-small {
  font-family: "Metropolis Regular", sans-serif;
  color: #000;
  border: 0;
  position: relative;
  transition: all 500ms;
  padding: 0.4rem 4rem 0.4rem 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.module__bg-wrapper--secondary .link-download-small, .bg-secondary-color .link-download-small {
  color: #000;
}
.link-download-small:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3rem;
  margin-left: 1rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.5rem;
  background-image: url("../assets/icons/download.svg");
}
.link-download-small:hover {
  color: #e61e1e;
}
.link-download-small:hover:after {
  background-image: url("../assets/icons/download-red.svg");
}

.link-reset {
  font-family: "Metropolis Regular", sans-serif;
  color: #000;
  border: 0;
  position: relative;
  padding: 0 4rem 0 0;
  font-size: 1.4rem;
  line-height: 4rem;
}
.link-reset:after {
  content: "";
  position: absolute;
  top: 0;
  width: 3.6rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 3.6rem;
  right: 0;
  background-image: url("../assets/icons/reset.svg");
}
.link-reset:hover {
  color: #000;
}

.btn-primary, .btn-secondary, .btn-tertiary {
  padding: 0 3rem;
  font-family: "Metropolis Bold", sans-serif;
  font-size: 1.4rem;
  line-height: 6rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  border: none;
  display: inline-block;
  transition: all 500ms;
  position: relative;
  cursor: pointer;
  background: transparent;
  z-index: 9;
}
@media (min-width: 768px) {
  .btn-primary:hover:before, .btn-secondary:hover:before, .btn-tertiary:hover:before {
    transform: skew(-20deg);
  }
}
.btn-primary:before, .btn-secondary:before, .btn-tertiary:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  transition: all 500ms;
}
.btn-primary, .btn-tertiary {
  color: #fff;
}
.module__bg-wrapper--secondary .btn-primary, .bg-secondary-color .btn-primary, .module__bg-wrapper--secondary .btn-tertiary, .bg-secondary-color .btn-tertiary {
  color: #fff;
}
.btn-primary:hover, .btn-tertiary:hover {
  color: #fff;
}
.module__bg-wrapper--secondary .btn-primary:hover, .bg-secondary-color .btn-primary:hover, .module__bg-wrapper--secondary .btn-tertiary:hover, .bg-secondary-color .btn-tertiary:hover {
  color: #fff;
}
.btn-primary.disabled:before, .btn-primary:disabled:before, .btn-tertiary.disabled:before, .btn-tertiary:disabled:before {
  background-color: #dddddd;
}
.btn-primary:before, .btn-tertiary:before {
  background: #e61e1e;
}
.btn-primary--invert {
  color: #e61e1e;
}
.module__bg-wrapper--secondary .btn-primary--invert, .bg-secondary-color .btn-primary--invert {
  color: #e61e1e;
}
.btn-primary--invert:before {
  background: #fff;
}
.btn-primary--invert:hover {
  color: #e61e1e;
}
.module__bg-wrapper--secondary .btn-primary--invert:hover, .bg-secondary-color .btn-primary--invert:hover {
  color: #e61e1e;
}
.btn-secondary {
  color: #000;
  position: relative;
}
.module__bg-wrapper--secondary .btn-secondary, .bg-secondary-color .btn-secondary {
  color: #000;
}
.btn-secondary:hover {
  color: #000;
}
.module__bg-wrapper--secondary .btn-secondary:hover, .bg-secondary-color .btn-secondary:hover {
  color: #000;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #dddddd;
}
.btn-secondary.disabled:before, .btn-secondary:disabled:before {
  border-color: #dddddd;
}
.btn-secondary:before {
  background: transparent;
  border: 0.2rem solid #000;
}
.btn-secondary--invert {
  color: #fff;
}
.btn-secondary--invert:hover {
  color: #fff;
}
.module__bg-wrapper--secondary .btn-secondary--invert:hover, .bg-secondary-color .btn-secondary--invert:hover {
  color: #fff;
}
.btn-secondary--invert:before {
  border-color: #fff;
}
.btn-tertiary {
  color: #e61e1e;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 4rem;
  margin-left: -2rem;
}
.module__bg-wrapper--secondary .btn-tertiary, .bg-secondary-color .btn-tertiary {
  color: #d20909;
}
.module__bg-wrapper--secondary .btn-tertiary, .bg-secondary-color .btn-tertiary, .news__link .btn-tertiary {
  color: #d20909;
}
.btn-tertiary:before {
  top: unset;
  height: 0.2rem;
  transition: height 400ms, transform 300ms 100ms, margin 400ms;
  margin: 0 2rem;
}
.btn-tertiary:hover {
  color: #d20909;
}
.module__bg-wrapper--secondary .btn-tertiary:hover, .bg-secondary-color .btn-tertiary:hover {
  color: #d20909;
}
@media (min-width: 1025px) {
  .btn-tertiary:hover {
    color: #fff;
  }
  .module__bg-wrapper--secondary .btn-tertiary:hover, .bg-secondary-color .btn-tertiary:hover {
    color: #fff;
  }
  .btn-tertiary:hover:before {
    height: 100%;
    margin: 0;
  }
}
.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon .icon {
  margin-left: 1rem;
}

.btn-search-icon {
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: 0.8rem;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
  background: url("../assets/icons/search.svg") no-repeat center center;
}

.select-container label {
  position: absolute;
  left: 2rem;
  top: 65%;
  -webkit-transform: translateY(-65%);
  transform: translateY(-65%);
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.4rem;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.select-container:has(.choices.is-open) label, .select-container:has(.choices.is-focused) label, .select-container:has(:not(.choices > .choices__inner > .choices__list.choices__list--single > .choices__placeholder)) label {
  top: 0;
  transform: translateY(0);
  font-size: 1.6rem;
}
.select-container:has(.choices > .choices__inner > .choices__list.choices__list--single > .choices__placeholder) label {
  top: 65%;
  transform: translateY(-65%);
  font-size: 2.4rem;
  transition: all 500ms;
  z-index: 100;
}

.form-invert .select-container .choices {
  background: transparent;
}
.form-invert .select-container .choices::after {
  filter: invert(1);
}
.form-invert .select-container .choices .choices__inner {
  border-bottom-color: #fff;
}
.form-invert .select-container .choices.is-open {
  color: #000;
}
.form-invert .select-container .choices.is-open::after {
  filter: invert(0);
  z-index: 1;
}
.form-invert .select-container .choices.is-open .choices__inner {
  border-bottom-color: #000;
}
.form-invert .select-container:has(.choices.is-open) label, .form-invert .select-container:has(.choices.is-focused) label, .form-invert .select-container:has(:not(.choices > .choices__inner > .choices__list.choices__list--single > .choices__placeholder)) label {
  color: #000;
  z-index: 1;
}
.form-invert .select-container:has(.choices.is-open) .choices, .form-invert .select-container:has(.choices.is-focused) .choices, .form-invert .select-container:has(:not(.choices > .choices__inner > .choices__list.choices__list--single > .choices__placeholder)) .choices {
  color: #000;
  background: #fff;
}
.form-invert .select-container:has(.choices.is-open) .choices::after, .form-invert .select-container:has(.choices.is-focused) .choices::after, .form-invert .select-container:has(:not(.choices > .choices__inner > .choices__list.choices__list--single > .choices__placeholder)) .choices::after {
  filter: invert(0);
  z-index: 1;
}
.form-invert .select-container:has(.choices > .choices__inner > .choices__list.choices__list--single > .choices__placeholder) label {
  color: #fff;
}
.form-invert .select-container:has(.choices > .choices__inner > .choices__list.choices__list--single > .choices__placeholder) .choices {
  background: transparent;
}
.form-invert .select-container:has(.choices > .choices__inner > .choices__list.choices__list--single > .choices__placeholder) .choices::after {
  filter: invert(1);
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.choices__inner {
  display: inline-block;
  vertical-align: top;
  min-height: 44px;
  overflow: hidden;
  padding: 2.5rem 2rem 1rem;
  background-color: transparent;
  width: 100%;
  font-family: "Metropolis Bold", sans-serif;
  transition: all 500ms;
  border: none;
  border-bottom: 0.2rem solid #000;
  cursor: pointer;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: visible;
}

.choices.is-focused {
  background-color: #EFF2F4;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url("../assets/icons/caret_down.svg");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}

.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
  display: none;
}

.choices[data-type*=select-one]::after {
  background: url("../assets/icons/caret_down.svg") no-repeat center center;
  padding: 0;
  background-size: 2rem;
  content: "";
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: 1.15rem;
  top: 50%;
  margin-top: -0.25rem;
  pointer-events: none;
  transition: all 500ms;
}

.choices[data-type*=select-one].is-open::after {
  transform: rotate(180deg);
  transition: all 500ms;
}

.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url("../assets/icons/caret_down.svg");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.is-open .choices__inner {
  border-color: transparent;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 90%;
  font-family: "Metropolis Bold", sans-serif;
  white-space: nowrap;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
}
.choices__list--single .choices__item.choices__placeholder {
  opacity: 0.5;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-family: "Metropolis Bold", sans-serif;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item.choices__placeholder {
  opacity: 0.5;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: transparent;
  border: none;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaaaaa;
  border: 1px solid #919191;
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  visibility: hidden;
  z-index: 999;
  position: absolute;
  width: 100%;
  background-color: #EFF2F4;
  transition: all 500ms;
  border-bottom: 0.2rem solid transparent;
  top: 100%;
  margin-top: -1px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  visibility: visible;
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: #000;
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 120px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-family: "Metropolis Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  overflow-wrap: anywhere;
  word-break: normal;
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
    content: attr(data-select-text);
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list--dropdown .choices__list[aria-expanded] .choices__item--selectable:hover {
  background-color: white;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__list--dropdown .choices__item {
  cursor: default;
}
.choices__list--dropdown .choices__item:hover {
  background-color: white;
  text-decoration: underline;
}
.choices__list--dropdown .choices__item.is-selected {
  text-decoration: underline;
}

.choices__list--dropdown .choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-family: "Metropolis Bold", sans-serif;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: transparent;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  background-color: #f9f9f9;
  outline: 0;
}

.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__inner .choices__list .choices__item.choices__placeholder,
.choices__inner .choices__list--single .choices__item.choices__placeholder,
.choices__inner .choices__list--multiple .choices__item.choices__placeholder {
  opacity: 0;
}

/* =====  End of Choices  ====== */
.text-center {
  text-align: center;
}

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

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

.text-decoration-none {
  border-bottom: 0;
  text-decoration: none;
}
.text-decoration-none:hover {
  border-bottom: 0;
  text-decoration: none;
}

.text-roofline {
  font-family: "Metropolis Bold", sans-serif;
}

@media (min-width: 768px) {
  .text-small {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.no-wrap {
  white-space: nowrap;
}

@media (max-width: 844px) {
  .text-xs-center {
    text-align: center;
  }
  .text-xs-left {
    text-align: left;
  }
  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 845px) and (max-width: 1024px) {
  .text-md-center {
    text-align: center;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .text-lg-center {
    text-align: center;
  }
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
}
.text-rte h1, .text-rte h2, .text-rte h3, .text-rte h4, .text-rte h5 {
  margin: 1rem 0 2rem 0;
}
.text-rte ul {
  list-style: none;
  position: relative;
}
.text-rte ul li {
  padding-left: 2rem;
}
.text-rte ul li:before {
  content: "- ";
  color: #e61e1e;
  position: absolute;
  left: 0;
}
.text-rte ul li ul {
  list-style: none;
  position: relative;
}
.text-rte ul li ul li ul {
  margin-left: 1.5rem;
}
.text-rte ul > li {
  position: relative;
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}
.text-rte ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 100%;
  background-image: url("../assets/icons/styled-list.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0.5rem;
}
.text-rte ol {
  list-style-type: decimal;
  margin: 0 0 1.25rem 1.25rem;
}
.text-rte ol li {
  margin-bottom: 0.5rem;
}
.text-rte ul, .text-rte ol {
  margin-bottom: 4rem;
}
.text-rte table {
  margin: 2rem 0 4rem 0;
}
.text-rte table th, .text-rte table td {
  padding: 1rem;
  border: 1px solid #D6DDE1;
}
.text-rte table th ul, .text-rte table td ul {
  margin-bottom: 0;
}
.text-rte table th ul li, .text-rte table td ul li {
  margin: 0;
}

h1,
.h1 {
  font-family: "Metropolis Bold", sans-serif;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.48px;
}
h1 span,
.h1 span {
  color: #e61e1e;
}

.h1 {
  font-family: "Metropolis Medium", sans-serif;
}

h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: "Metropolis Medium", sans-serif;
  -webkit-font-smoothing: auto;
  letter-spacing: 0.48px;
}
h2 span, .h2 span,
h3 span, .h3 span,
h4 span, .h4 span {
  color: #e61e1e;
}

h1, .h1 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

h2, .h2 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}

h3, .h3 {
  font-size: 1.8rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

h4, .h4 {
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.h1-small {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 768px) {
  .h1-small {
    font-size: 4.4rem;
    line-height: 5rem;
  }
}

.headline-diagonale {
  position: relative;
}
.headline-diagonale h1, .headline-diagonale h2, .headline-diagonale h3, .headline-diagonale h4, .headline-diagonale h5 {
  text-indent: 1.5rem;
  padding-left: 2.5rem;
}
@media (min-width: 1024px) {
  .headline-diagonale h1, .headline-diagonale h2, .headline-diagonale h3, .headline-diagonale h4, .headline-diagonale h5 {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  .headline-diagonale h1, .headline-diagonale h2, .headline-diagonale h3, .headline-diagonale h4, .headline-diagonale h5 {
    text-indent: 1.5rem;
  }
}
.headline-diagonale h1:before, .headline-diagonale h2:before, .headline-diagonale h3:before, .headline-diagonale h4:before, .headline-diagonale h5:before {
  content: "";
  position: absolute;
  width: 0.2rem;
  background-color: #e61e1e;
  height: 400%;
  transform: skewX(-15deg);
  bottom: 0;
  left: 2.5rem;
}
@media (min-width: 1024px) {
  .headline-diagonale h1:before, .headline-diagonale h2:before, .headline-diagonale h3:before, .headline-diagonale h4:before, .headline-diagonale h5:before {
    left: 5rem;
  }
}

.module {
  padding-top: 4rem;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .module {
    padding-top: 6rem;
  }
}
.module__headline.headline--diagonale {
  position: relative;
}
.module__headline.headline--diagonale .headline {
  text-indent: 1.5rem;
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .module__headline.headline--diagonale .headline {
    text-indent: 2.5rem;
  }
}
.module__headline.headline--diagonale .headline:before {
  content: "";
  position: absolute;
  width: 0.2rem;
  background-color: #e61e1e;
  height: 400%;
  transform: skewX(-15deg);
  bottom: 0;
  left: 2.5rem;
}
@media (min-width: 768px) {
  .module__headline.headline--diagonale .headline:before {
    left: 6rem;
  }
}
.module__headline.headline--diagonale-invert .headline:before {
  background-color: #fff;
}
.module__seperator {
  margin-top: 4rem;
  height: 0.4rem;
  width: 100%;
  background-color: #EFF2F4;
}
@media (min-width: 768px) {
  .module__seperator {
    margin-top: 6rem;
  }
}
.module__video-link, .module__image-link {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 4rem;
  height: 4rem;
  cursor: pointer;
  border: none;
}
.module__video-link {
  background: url(../assets/icons/video.svg) no-repeat;
}
.module__image-link {
  background: url(../assets/icons/zoom.svg) no-repeat;
  pointer-events: none;
}
.module__phone {
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  color: #e61e1e;
  font-size: 2.4rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .module__phone {
    pointer-events: none;
  }
}
.module__phone a {
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  border-bottom: none;
}
.module__socials {
  display: flex;
}
.module__socials-icon {
  width: 3rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 100ms !important;
  border: none;
  margin-right: 1.5rem;
}
.module__socials-icon:last-child {
  margin-right: 0;
}
@media (min-width: 768px) {
  .module__socials-icon {
    height: 3rem;
    background-size: 75%;
  }
  .module__socials-icon:hover {
    background-size: 85%;
  }
}
.module__socials-icon.linked-in {
  background-image: url("../assets/icons/linkedin-org.svg");
}
.module__socials-icon.spotify {
  background-image: url("../assets/icons/spotify-org.svg");
}
.module__socials-icon.xing {
  background-image: url("../assets/icons/xing-org.svg");
}
.module__socials-icon.facebook {
  background-image: url("../assets/icons/facebook-org.svg");
}
.module__socials-icon.youtube {
  background-image: url("../assets/icons/youtube-org.svg");
}
@media (min-width: 768px) {
  .module__socials-icon.youtube {
    width: 3.5rem;
  }
}
.module__socials-icon.instagram {
  background-image: url("../assets/icons/instagram-org.svg");
}
.module__socials-icon--invert.linked-in {
  background-image: url("../assets/icons/linkedin-white.svg");
}
.module__socials-icon--invert.spotify {
  background-image: url("../assets/icons/spotify-white.svg");
}
.module__socials-icon--invert.xing {
  background-image: url("../assets/icons/xing-white.svg");
}
.module__socials-icon--invert.facebook {
  background-image: url("../assets/icons/facebook-white.svg");
}
.module__socials-icon--invert.youtube {
  background-image: url("../assets/icons/youtube-white.svg");
}
.module__socials-icon--invert.instagram {
  background-image: url("../assets/icons/instagram-white.svg");
}
.module__progressbar {
  margin-top: 6rem;
  height: 0.4rem;
  width: 100%;
  background-color: #f4f4f4;
  position: relative;
}
@media (min-width: 845px) {
  .module__progressbar {
    margin-top: 10rem;
  }
}
.module__progressbar-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  width: 0;
  transition: width 500ms;
}
.module__fw-container {
  width: 100%;
}
.module--overflow {
  overflow-y: initial;
}

.hide-seperator .module__seperator {
  display: none;
}

@media (max-width: 844px) {
  .show-first-row .row {
    display: none;
  }
  .show-first-row .row:first-child, .show-first-row .row:nth-child(2), .show-first-row .row.buttons {
    display: flex;
  }
}
@media (min-width: 845px) {
  .show-first-row .row {
    margin-bottom: 9rem;
  }
  .show-first-row .row:first-child, .show-first-row .row:last-child {
    margin-bottom: 0;
  }
  .show-first-row .row.buttons {
    display: none;
  }
}

.overlay__lightbox,
.form-overlay__lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 45, 63, 0.95);
  z-index: 9999;
}
.overlay__close,
.form-overlay__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background: url("../assets/icons/close-white.svg") no-repeat;
  cursor: pointer;
}
.overlay__center-container,
.form-overlay__center-container {
  width: 90%;
  max-width: 800px;
  position: relative;
}
.overlay__center-container img,
.form-overlay__center-container img {
  max-height: 80vh;
  max-width: 100%;
  margin: auto;
  display: flex;
}
.overlay__video-wrapper,
.form-overlay__video-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}
.overlay__video-wrapper iframe,
.form-overlay__video-wrapper iframe {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.overlay__form-success .overlay__center-container,
.overlay__form-success .form-overlay__center-container,
.form-overlay__form-success .overlay__center-container,
.form-overlay__form-success .form-overlay__center-container {
  background-color: #fff;
  max-width: 600px;
}
.overlay__form-success .overlay__close,
.overlay__form-success .form-overlay__close,
.form-overlay__form-success .overlay__close,
.form-overlay__form-success .form-overlay__close {
  background: url("../assets/icons/close.svg") no-repeat;
}

.header {
  padding: 1.2rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  transition: all 500ms;
  z-index: 998;
}
@media (min-width: 768px) {
  .header {
    padding: 2.6rem 0;
  }
}
@media (min-width: 1024px) {
  .header {
    padding: 2.6rem 4rem;
  }
}
@media print {
  .header {
    position: inherit;
    width: 100%;
    margin-bottom: 2rem;
  }
}
.header-menu-toggle {
  width: 2.6rem;
  height: 2rem;
  border-bottom: 0.2rem solid #000;
  position: relative;
  cursor: pointer;
  margin-right: 4rem;
}
.header-menu-toggle:before, .header-menu-toggle:after {
  position: absolute;
  background-color: #000;
  content: "";
  display: block;
  height: 0.2rem;
  left: 0;
  right: 0;
}
.header-menu-toggle:before {
  top: 0;
}
.header-menu-toggle:after {
  top: 50%;
}
.header-contact-link {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-contact-link .image-wrapper {
  position: relative;
  display: flex;
  width: max-content;
  pointer-events: none;
}
.header-contact-link .image-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.2rem;
  right: -0.2rem;
  bottom: -0.2rem;
  left: -0.2rem;
  background-color: transparent;
  border-radius: 100%;
  z-index: -99;
  transition: background-color 500ms;
}
.header-contact-link .image-wrapper img {
  border-radius: 100%;
  max-height: 5rem;
  width: auto;
  border: 0.2rem solid #fff;
}
.header-contact-link .hover-text {
  color: #e61e1e;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.8rem;
  margin-left: 1.5rem;
  white-space: nowrap;
  transition: opacity 500ms;
  pointer-events: none;
}
.header-contact-link:hover .image-wrapper:before, .header-contact-link.active .image-wrapper:before {
  background-color: #e61e1e;
}
.header .logo {
  max-height: 6rem;
  width: auto;
  height: 8rem;
  transition: all 500ms;
}
@media (min-width: 768px) {
  .header .logo {
    max-height: 6.5rem;
  }
}
@media (min-width: 1024px) {
  .header .logo {
    max-height: 8rem;
  }
}
@media (min-width: 845px) {
  .header.header-small {
    padding: 1.3rem 4rem;
  }
}
@media (min-width: 768px) {
  .header.header-small .logo {
    max-height: 6.5rem;
  }
}
.header-progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.4rem;
  background-color: #EFF2F4;
}
.header-progressbar-indicator {
  width: 0;
  height: 0.4rem;
  background-color: #e61e1e;
}
@media print {
  .header-progressbar {
    display: none;
  }
}
.header .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.header .wpml-ls-item {
  color: #657986;
  position: relative;
}
.header .wpml-ls-item:first-child:not(:last-child) {
  padding-right: 1rem;
}
.header .wpml-ls-item:first-child:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.header .wpml-ls-item a {
  color: #657986;
  border: none;
  padding: 0 0.6rem !important;
  line-height: inherit !important;
}
.header .wpml-ls-item a:visited {
  color: #657986;
}
.header .wpml-ls-item.wpml-ls-current-language a {
  color: #000;
  border: none;
}
.header .wpml-ls-item.wpml-ls-current-language a:visited {
  color: #000;
}

.nav-container__close {
  width: 2.5rem;
  height: 2.5rem;
  left: 2.5rem;
  top: 3.5rem;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../assets/icons/close-white.svg");
  cursor: pointer;
  z-index: 9999;
}
@media (min-width: 992px) {
  .nav-container__close {
    left: 6rem;
    top: 6rem;
  }
}
.nav-container .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.nav-container .wpml-ls-item {
  position: relative;
  color: #fff;
}
.nav-container .wpml-ls-item:first-child:not(:last-child) {
  padding-right: 1rem;
}
.nav-container .wpml-ls-item:first-child:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.nav-container .wpml-ls-item:first-child:not(:last-child) a {
  padding-left: 0;
}
.nav-container .wpml-ls-item a:active,
.nav-container .wpml-ls-item a:visited,
.nav-container .wpml-ls-item a:hover {
  border: none !important;
}

.nav-container a {
  color: #fff;
  border-bottom: 0.2rem solid transparent;
}
.nav-container a:hover, .nav-container a.active {
  border-color: #fff;
}
.nav-container__wrapper {
  padding: 2rem 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
}
@media (max-width: 767.98px) {
  .nav-container__wrapper {
    display: flex;
    flex-flow: column;
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .nav-container__wrapper {
    padding: 4rem;
  }
}
@media (min-width: 1024px) {
  .nav-container__wrapper {
    padding: 4rem 14rem;
  }
}
.nav-container__search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5rem;
}
.nav-container .menu-header-container,
.nav-container .menu-header-en-container {
  margin-top: 6rem;
  transition: all 500ms;
  position: relative;
}
@media (max-width: 767.98px) {
  .nav-container .menu-header-container,
  .nav-container .menu-header-en-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nav-container .menu-header-container,
  .nav-container .menu-header-en-container {
    margin-top: 12rem;
    display: flex;
  }
}
.nav-container .menu-header-container ul,
.nav-container .menu-header-en-container ul {
  /* 1 level */
}
.nav-container .menu-header-container ul li,
.nav-container .menu-header-en-container ul li {
  margin-bottom: 2rem;
  /* 2 level */
}
@media (min-width: 1024px) {
  .nav-container .menu-header-container ul li,
  .nav-container .menu-header-en-container ul li {
    display: flex;
    align-items: center;
  }
}
.nav-container .menu-header-container ul li:last-child,
.nav-container .menu-header-en-container ul li:last-child {
  margin-bottom: 0;
}
.nav-container .menu-header-container ul li a,
.nav-container .menu-header-en-container ul li a {
  font-size: 2.6rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .nav-container .menu-header-container ul li a,
  .nav-container .menu-header-en-container ul li a {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
@media (min-width: 1024px) {
  .nav-container .menu-header-container ul li a,
  .nav-container .menu-header-en-container ul li a {
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
}
.nav-container .menu-header-container ul li li,
.nav-container .menu-header-en-container ul li li {
  margin-bottom: 1rem;
  /* 3 level */
}
@media (min-width: 1024px) {
  .nav-container .menu-header-container ul li li,
  .nav-container .menu-header-en-container ul li li {
    margin-bottom: 2rem;
  }
}
.nav-container .menu-header-container ul li li a,
.nav-container .menu-header-en-container ul li li a {
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .nav-container .menu-header-container ul li li a,
  .nav-container .menu-header-en-container ul li li a {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 1024px) {
  .nav-container .menu-header-container ul li li a,
  .nav-container .menu-header-en-container ul li li a {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.nav-container .menu-header-container ul li li li a,
.nav-container .menu-header-en-container ul li li li a {
  font-size: 1.4rem;
  line-height: 2rem;
}
.nav-container .menu-header-container ul.menu,
.nav-container .menu-header-en-container ul.menu {
  width: 100%;
}
.nav-container .menu-header-container .sub-menu,
.nav-container .menu-header-en-container .sub-menu {
  position: relative;
}
.nav-container .menu-header-container .sub-menu-container,
.nav-container .menu-header-en-container .sub-menu-container {
  margin: 0;
}
.nav-container .menu-header-container .sub-menu-wrapper,
.nav-container .menu-header-en-container .sub-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.nav-container .menu-header-container .sub-menu-wrapper.open,
.nav-container .menu-header-en-container .sub-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.125s;
}
@media (min-width: 992px) {
  .nav-container .menu-header-container .sub-menu-wrapper.level-0, .nav-container .menu-header-container .sub-menu-wrapper.level-1,
  .nav-container .menu-header-en-container .sub-menu-wrapper.level-0,
  .nav-container .menu-header-en-container .sub-menu-wrapper.level-1 {
    top: 0;
    width: 50%;
    left: 50%;
    right: 0;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 992px) {
  .nav-container .menu-header-container .level-0,
  .nav-container .menu-header-container .level-1,
  .nav-container .menu-header-en-container .level-0,
  .nav-container .menu-header-en-container .level-1 {
    overflow: hidden;
  }
  .nav-container .menu-header-container .level-0 .sub-menu-container,
  .nav-container .menu-header-container .level-1 .sub-menu-container,
  .nav-container .menu-header-en-container .level-0 .sub-menu-container,
  .nav-container .menu-header-en-container .level-1 .sub-menu-container {
    transform: translateX(-100%);
    transition: all 500ms;
  }
  .nav-container .menu-header-container .level-0.open .sub-menu-container,
  .nav-container .menu-header-container .level-1.open .sub-menu-container,
  .nav-container .menu-header-en-container .level-0.open .sub-menu-container,
  .nav-container .menu-header-en-container .level-1.open .sub-menu-container {
    transform: translateX(0);
  }
}
@media (max-width: 991.98px) {
  .nav-container .menu-header-container .menu,
  .nav-container .menu-header-en-container .menu {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .nav-container .menu-header-container .menu li,
  .nav-container .menu-header-en-container .menu li {
    padding: 0;
  }
  .nav-container .menu-header-container .menu li.menu-item-has-children,
  .nav-container .menu-header-en-container .menu li.menu-item-has-children {
    position: relative;
  }
  .nav-container .menu-header-container .menu li.menu-item-has-children:after, .nav-container .menu-header-container .menu li.menu-item-has-children:before,
  .nav-container .menu-header-en-container .menu li.menu-item-has-children:after,
  .nav-container .menu-header-en-container .menu li.menu-item-has-children:before {
    content: "";
    display: inline-block;
    width: 2.375rem;
    height: 2.375rem;
    background-image: url("../assets/icons/icon-minus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .nav-container .menu-header-container .menu li.menu-item-has-children:before,
  .nav-container .menu-header-en-container .menu li.menu-item-has-children:before {
    transform: rotateZ(90deg);
  }
  .nav-container .menu-header-container .menu li.menu-item-has-children.active:before,
  .nav-container .menu-header-en-container .menu li.menu-item-has-children.active:before {
    transform: rotateZ(0deg);
  }
  .nav-container .menu-header-container .menu li.menu-item-has-children .menu-item-has-children:after, .nav-container .menu-header-container .menu li.menu-item-has-children .menu-item-has-children:before,
  .nav-container .menu-header-en-container .menu li.menu-item-has-children .menu-item-has-children:after,
  .nav-container .menu-header-en-container .menu li.menu-item-has-children .menu-item-has-children:before {
    top: 0.5rem;
  }
  .nav-container .menu-header-container .menu li.menu-item-has-children .menu-item-has-children:first-child:after, .nav-container .menu-header-container .menu li.menu-item-has-children .menu-item-has-children:first-child:before,
  .nav-container .menu-header-en-container .menu li.menu-item-has-children .menu-item-has-children:first-child:after,
  .nav-container .menu-header-en-container .menu li.menu-item-has-children .menu-item-has-children:first-child:before {
    top: 0;
  }
  .nav-container .menu-header-container .menu li:first-child,
  .nav-container .menu-header-en-container .menu li:first-child {
    padding-top: 0;
  }
  .nav-container .menu-header-container .menu li li,
  .nav-container .menu-header-en-container .menu li li {
    border-bottom: none;
  }
  .nav-container .menu-header-container .menu .sub-menu-wrapper,
  .nav-container .menu-header-en-container .menu .sub-menu-wrapper {
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .nav-container .menu-header-container .menu .sub-menu-wrapper.open,
  .nav-container .menu-header-en-container .menu .sub-menu-wrapper.open {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .nav-container .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper,
  .nav-container .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper {
    top: unset;
  }
  .nav-container .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container,
  .nav-container .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container {
    flex-direction: column;
    padding: 1.125rem 0;
  }
  .nav-container .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu,
  .nav-container .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu {
    order: 1;
    padding: 1rem 0 1rem 0;
  }
  .nav-container .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu li,
  .nav-container .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu .sub-menu-wrapper,
  .nav-container .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu li,
  .nav-container .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu .sub-menu-wrapper {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .nav-container .menu-header-container-wrapper,
  .nav-container .menu-header-en-container-wrapper {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .nav-container .menu-header-container-subnav-wrapper,
  .nav-container .menu-header-en-container-subnav-wrapper {
    padding-right: 4rem;
    padding-left: 6rem;
  }
}
.nav-container__additional-nav {
  margin-top: 5rem;
}
@media (max-width: 767.98px) {
  .nav-container__additional-nav {
    order: 3;
  }
}
@media (min-width: 768px) {
  .nav-container__additional-nav {
    margin-top: 8rem;
  }
}
.nav-container__additional-nav li {
  margin-bottom: 1.5rem;
}
.nav-container__additional-nav li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .nav-container__additional-nav li {
    display: inline-block;
    margin-right: 5rem;
    margin-bottom: 0;
  }
  .nav-container__additional-nav li:last-child {
    margin-right: 0;
  }
}
.nav-container__additional-nav li a {
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  .nav-container__language {
    order: 4;
    margin-top: 4rem;
  }
}
@media (min-width: 992px) {
  .nav-container__language {
    position: absolute;
    top: 5.5rem;
    right: 5.5rem;
  }
}

footer .contact-teaser-footer .footer__name {
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  footer .footer-nav-social {
    justify-content: center;
  }
}
footer .footer-nav-social li {
  display: inline-block;
}
footer .footer-nav-social li a {
  margin-right: 3rem;
  width: 3rem;
  text-indent: -99999rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  footer .footer-nav-social li a {
    margin-right: 2rem;
  }
}
footer .footer-nav-social li a:hover {
  border: none !important;
}
footer .footer-nav-social li a:last-child {
  margin-right: 0;
}
footer .footer-nav {
  margin-bottom: 1rem;
}
footer .footer-nav .sub-menu {
  margin-top: 1rem;
}
footer .footer-nav li {
  margin-bottom: 1rem;
}
footer .footer-nav li a {
  color: #000;
  border: none;
  font-family: "Metropolis Regular", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border-bottom: 0.2rem solid transparent;
  display: inline-block;
}
@media (min-width: 992px) {
  footer .footer-nav li a {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
footer .footer-nav li a:hover {
  font-family: "Metropolis Bold", sans-serif;
  color: #e61e1e;
  border-bottom: 0.2rem solid #e61e1e;
}
footer .footer-nav .menu:not(#menu-footer-legalnav, #menu-footer-5) > .menu-item > a {
  font-family: "Metropolis Bold", sans-serif;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  footer .footer-nav .menu:not(#menu-footer-legalnav, #menu-footer-5) > .menu-item > a {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
footer .footer-nav:last-child {
  margin-bottom: 0;
}
footer .footer-nav-legal {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 845px) {
  footer .footer-nav-legal {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
footer .footer-nav-legal li {
  margin-bottom: 1.5rem;
}
footer .footer-nav-legal li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .footer-nav-legal li {
    display: inline-block;
    margin-right: 5rem;
    margin-bottom: 0;
  }
}
footer .footer-nav-legal li a {
  font-family: "Metropolis Regular", sans-serif;
  color: #000;
  border: none;
  text-align: center;
  font-size: 1.6rem;
  display: block;
}
@media (min-width: 768px) {
  footer .footer-nav-legal li a {
    font-size: 1.4rem;
  }
}
footer .footer-nav-legal li a:hover {
  color: #333;
}

.exit-popup__lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background: rgba(0, 45, 63, 0.95);
  z-index: 9999;
}
.exit-popup__close {
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/icons/close.svg") no-repeat;
  cursor: pointer;
}
@media (min-width: 845px) and (max-width: 1024px) {
  .exit-popup__close {
    top: 3.5rem;
    right: 3.5rem;
  }
}
.exit-popup__center-container {
  width: 90%;
  max-width: 1015px;
  padding: 7.5rem 2.5rem;
  position: relative;
  background: #fff;
}
@media (min-width: 845px) and (max-width: 1024px) {
  .exit-popup__center-container {
    padding: 9rem;
  }
}
@media (min-width: 1025px) {
  .exit-popup__center-container {
    padding: 7.5rem;
  }
}
.exit-popup__team {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: 5rem;
  justify-content: center;
}
@media (min-width: 845px) {
  .exit-popup__team {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.exit-popup__team-member {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 845px) {
  .exit-popup__team-member {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.exit-popup__team-name {
  font-family: "Metropolis Bold", sans-serif;
}
@media (min-width: 845px) {
  .exit-popup__team-name {
    margin-bottom: 0.5rem;
  }
}
.exit-popup__team-position {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.exit-popup__text {
  font-family: "Metropolis Bold", sans-serif;
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: center;
  margin-bottom: 2rem;
}
.theme-marcard .exit-popup__text {
  font-family: "Fira Sans Bold", sans-serif;
}
@media (min-width: 845px) {
  .exit-popup__text {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.exit-popup__phone-number {
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  color: #e61e1e;
}
.theme-marcard .exit-popup__phone-number {
  font-family: "Fira Sans Italic", sans-serif;
}
@media (min-width: 845px) {
  .exit-popup__phone-number {
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
}

ul.styled-list-small > li {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
ul.styled-list-small > li:before {
  top: 0.1rem;
}

.list__items {
  padding-top: 3rem;
}
@media (min-width: 845px) {
  .list__items {
    padding-top: 6rem;
  }
}
.list__item {
  margin-bottom: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 0.2rem solid #D6DDE1;
  transition: border-bottom-color 500ms, color 500ms;
  display: block;
}
.list__item-subline {
  display: flex;
  font-size: 1.2rem;
  font-family: "Metropolis Medium", sans-serif;
}
.list__item-subline .seperator {
  margin: 0 1rem;
}
.list__item-headline {
  font-family: "Metropolis Bold", sans-serif;
  width: fit-content;
  line-height: 100%;
  border-bottom: 0.1rem solid transparent;
  padding-top: 0.5rem;
  transition: color 500ms, border-bottom-color 500ms;
  color: #000;
}
.list__item-link, .list__item-link-icon {
  margin-top: 1rem;
}
.list__item-link {
  font-size: 1.6rem;
  line-height: 1.6rem;
  border-bottom: 0.1rem solid #e61e1e;
  display: inline-block;
}
.list__item-link-icon {
  font-size: 1.4rem;
  line-height: 1.4rem;
  display: flex;
  align-items: center;
  color: #000;
  font-family: "Metropolis Regular", sans-serif;
  transition: color 500ms;
}
.list__item-link-icon .icon {
  width: 1.8rem;
  height: 2rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-left: 1.5rem;
}
.list__item-link-icon .icon:before, .list__item-link-icon .icon:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1.8rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(-50%);
  transition: top 500ms;
}
.list__item-link-icon .icon:before {
  top: 50%;
  background-image: url("../assets/icons/download.svg");
}
.list__item-link-icon .icon:after {
  top: -100%;
  background-image: url("../assets/icons/download-red.svg");
}
.list__item:hover {
  border-bottom-color: #000;
  cursor: pointer;
}
.list__item:hover .search-results__item-headline {
  color: #e61e1e;
  border-bottom-color: #e61e1e;
}

a.list__item .list__item-headline {
  border-bottom: 0.1rem solid transparent;
}
a.list__item:hover .list__item-headline {
  color: #e61e1e;
  border-bottom: 0.1rem solid #e61e1e;
}
a.list__item:hover .list__item-link-icon {
  color: #e61e1e;
}
a.list__item:hover .list__item-link-icon .icon:before {
  top: 150%;
}
a.list__item:hover .list__item-link-icon .icon:after {
  top: 50%;
}

dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 845px) {
  dl {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
dl dt {
  width: 100%;
}
dl dd {
  width: 100%;
  margin-bottom: 1rem;
  margin-left: 0;
}
@media (min-width: 845px) {
  dl dd {
    padding-left: 1rem;
    margin-bottom: 0;
  }
}
dl.dl-cols-40-60 dt {
  width: 40%;
}
dl.dl-cols-40-60 dd {
  width: 60%;
  margin-bottom: 0;
}
dl.dl-cols-60-40 dt {
  width: 60%;
}
dl.dl-cols-60-40 dd {
  width: 40%;
  margin-bottom: 0;
}
dl.dl-cols-70-30 dt {
  width: 70%;
}
dl.dl-cols-70-30 dd {
  width: 30%;
  margin-bottom: 0;
}

.dl-style-1 dt, .dl-style-1 dd {
  border-bottom: 1px solid #D6DDE1;
  padding: 1.4rem 2rem;
}
.dl-style-1 dd {
  text-align: right;
}

.dl-style-2 dt, .dl-style-2 dd {
  border-bottom: 1px solid #D6DDE1;
  padding: 1.4rem 2rem;
}
.dl-style-2 dt {
  font-family: "Metropolis Bold", sans-serif;
  font-weight: inherit;
}
.dl-style-2 dd {
  text-align: right;
  background: #EFF2F4;
}

.dl-style-3 dt, .dl-style-3 dd {
  border-bottom: 1px solid #fff;
  padding: 1.4rem 2rem;
}
.dl-style-3 dt {
  font-family: "Metropolis Bold", sans-serif;
  font-weight: inherit;
}
.dl-style-3 dd {
  text-align: right;
}

.breadcrumb {
  display: flex;
}
.breadcrumb li {
  font-family: "Metropolis Bold", sans-serif;
  margin-right: 2rem;
}
.theme-marcard .breadcrumb li {
  font-family: "Fira Sans Bold", sans-serif;
}
.breadcrumb li a {
  border-bottom: none;
  color: #D6DDE1;
  display: flex;
  position: relative;
  padding-right: 1.6rem;
}
.breadcrumb li a:after {
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  height: 0.9rem;
  width: 0.9rem;
  transform: rotate(-45deg) translateY(50%);
  position: absolute;
  right: 0;
  top: 0.5rem;
}

.tooltip {
  position: relative;
  overflow: hidden;
  border-bottom: none;
}
.tooltip:hover {
  overflow: visible;
}
.tooltip:hover .tooltip-content {
  opacity: 1;
}
.tooltip-content {
  background: #00587C;
  padding: 1.8rem;
  color: #fff;
  font-family: "Metropolis Regular", sans-serif;
  font-size: 1.4rem;
  line-height: 2.2rem;
  max-width: 29rem;
  min-width: 26rem;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  pointer-events: none;
}
.theme-marcard .tooltip-content {
  font-family: "Fira Sans Regular", sans-serif;
}
.tooltip-content::after {
  background: #00587C;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  transform: rotate(45deg);
}
.tooltip-top .tooltip-content {
  bottom: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
}
.tooltip-top .tooltip-content::after {
  bottom: -0.5rem;
  left: 50%;
  margin-left: -0.5rem;
}
.tooltip-right .tooltip-content {
  left: calc(100% + 1rem);
  top: 50%;
  transform: translateY(-50%);
}
.tooltip-right .tooltip-content::after {
  left: -0.5rem;
  margin-top: -0.5rem;
  top: 50%;
}
.tooltip.-left .tooltip-content {
  right: calc(100% + 1rem);
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.-left .tooltip-content::after {
  right: -0.5rem;
  margin-top: -0.5rem;
  top: 50%;
}
.tooltip-overlay-wrapper {
  padding: 8rem 3rem 6rem 3rem;
}

.benefit {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.benefit--icon {
  width: 8rem;
  height: 8rem;
}
.benefit--text {
  padding-left: 2rem;
  width: calc(100% - 10rem);
}

/*
.cms-module:not(.cms-module--bg) + .cms-module--bg {
    padding-top: 6rem;

    @include tabletMin {
        padding-top: 10rem;
    }
}
*/
.lazyblock-inner-blocks > .news-latest > .container {
  padding: 0;
}

.news-latest--two-col li > div {
  margin-bottom: 1.5rem;
  padding: 0.5rem 2rem 1.5rem 2rem;
  border: 0.2rem solid #D6DDE1;
  min-height: 16rem;
  transition: border-color 500ms;
}
.news-latest--two-col li > div:hover {
  border-color: #000;
}
.news-latest--two-col li > div:hover .wp-block-latest-posts__post-title {
  color: #e61e1e;
}
@media (max-width: 767.98px) {
  .news-latest--two-col li > div {
    margin-bottom: 3rem;
    min-height: 15rem;
  }
}
.news-latest--two-col li > div .wp-block-latest-posts__post-category {
  margin: 1rem 0 !important;
}
.news-latest--three-col-grey {
  background-color: #EFF2F4;
}
.news-latest--three-col-grey .masonry-item--hover:hover {
  transition: color 500ms;
  transition: background-color 500ms;
  background-color: #fff;
}
.news-latest--three-col-grey .masonry-item--hover:hover .wp-block-latest-posts__post-title {
  color: #e61e1e;
}
.news-latest--three-col-white .masonry-item--hover {
  border: 0.4rem solid transparent;
}
.news-latest--three-col-white .masonry-item--hover:hover {
  transition: color 500ms;
  transition: border-color 500ms;
  border: 0.4rem solid #EFF2F4;
}
.news-latest--three-col-white .masonry-item--hover:hover .wp-block-latest-posts__post-title {
  color: #e61e1e;
}
.news-latest a .wp-block-latest-posts__post-category,
.news-latest .wp-block-latest-posts__post-category {
  font-family: "Metropolis Medium";
  color: #000;
}
.news-latest a .wp-block-latest-posts__post-title,
.news-latest a h3,
.news-latest .wp-block-latest-posts__post-title {
  text-decoration: none;
  color: #000;
  font-family: "Metropolis Bold", sans-serif;
  transition: color 500ms;
  border: none;
  padding-top: 0.5rem;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.news-latest a .wp-block-latest-posts__post-title:hover,
.news-latest a h3:hover,
.news-latest .wp-block-latest-posts__post-title:hover {
  color: #e61e1e;
}
.news-latest a .wp-block-latest-posts__post-date,
.news-latest .wp-block-latest-posts__post-date {
  display: block;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  line-height: 100%;
  margin: 0.5rem 0;
  color: #000;
}
.news-latest .wp-block-latest-posts__featured-image {
  position: relative;
  overflow: hidden;
}
.news-latest .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.8s ease-in-out;
  transform-origin: center;
  will-change: transform;
  transform: scale3d(1, 1, 1);
}
.news-latest .wp-block-latest-posts__featured-image a {
  text-decoration: none;
  border: none;
}
.news-latest .wp-block-latest-posts__featured-image:hover img {
  transform: scale3d(1.02, 1.02, 1.02);
}
.news-latest .container {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}
.news-latest .container__masonry .news__wrapper {
  width: 100%;
}
@media (min-width: 768px) {
  .news-latest .container__masonry .news__wrapper {
    width: 33%;
  }
}
.news-latest .container .masonry-item--hover {
  padding: 0.8rem 0 0.8rem 0;
}
@media (min-width: 768px) {
  .news-latest .container .masonry-item--hover {
    padding: 1.8rem;
  }
}
@media (min-width: 992px) {
  .news-latest .container .masonry-item--hover {
    padding: 2rem;
  }
}

/* Filter */
.wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wp-block-categories-list .cat-item a {
  color: #000;
  font-family: "Metropolis Bold", sans-serif;
  font-size: 1.4rem;
  padding: 0.4rem 2.5rem;
  border: 0.2rem solid #dddddd;
  border-radius: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  white-space: nowrap;
}
.wp-block-categories-list .current-cat a {
  border-color: #000;
}

/* Listing */
.news-list-wrapper-2_columns li {
  margin: 0 2rem 4rem 2rem;
  border: 0.2rem solid #D6DDE1;
  min-height: 14rem;
  padding: 0.5rem 2rem 1.5rem 2rem;
  transition: border-color 500ms;
  width: calc(100% - 4rem);
}
@media (min-width: 768px) {
  .news-list-wrapper-2_columns li {
    width: calc(50% - 4rem);
  }
}
.news-list-wrapper-2_columns li .wp-block-post-title {
  font-size: 1.8rem;
  font-family: "Metropolis Bold", sans-serif;
  line-height: 2.8rem;
  transition: color 500ms, border-bottom-color 500ms;
}
.news-list-wrapper-2_columns li .post-categories {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-family: "Metropolis Medium", sans-serif;
  margin-bottom: 2rem;
}
.news-list-wrapper-2_columns li .post-categories a {
  font-family: "Metropolis Medium", sans-serif;
}
.news-list-wrapper-2_columns li:hover {
  border-color: #000;
}
.news-list-wrapper-2_columns li:hover .wp-block-post-title a {
  color: #e61e1e;
}
.news-list-wrapper-3_columns li {
  margin: 0 2.4rem 6rem 2.4rem;
  width: calc(100% - 4.8rem);
}
@media (min-width: 768px) {
  .news-list-wrapper-3_columns li {
    width: calc(50% - 4.8rem);
  }
}
@media (min-width: 992px) {
  .news-list-wrapper-3_columns li {
    width: calc(33% - 4.8rem);
  }
}
.news-list-wrapper-3_columns li:hover:before {
  content: "";
  display: block;
  border: 0.4rem solid #EFF2F4;
  background-color: #fff;
  position: absolute;
  top: -2.5rem;
  bottom: -2.5rem;
  right: -2.5rem;
  left: -2.5rem;
  z-index: -99;
}
.news-list-wrapper-3_columns li .wp-block-post-title {
  text-decoration: none;
  color: #000;
  font-family: "Metropolis Bold", sans-serif;
  transition: color 500ms;
  border: none;
  padding-top: 0.5rem;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
.news-list-wrapper-3_columns li .wp-block-post-title:hover a {
  color: #e61e1e;
}
.news-list-wrapper-3_columns li .post-categories {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-family: "Metropolis Medium", sans-serif;
  margin-bottom: 2rem;
}
.news-list-wrapper-3_columns li .post-categories a {
  font-family: "Metropolis Medium", sans-serif;
}
.news-list-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.news-list-wrapper ul li {
  position: relative;
}
.news-list-wrapper ul li img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
}
.news-list-wrapper ul li a:link,
.news-list-wrapper ul li a:active,
.news-list-wrapper ul li a:focus,
.news-list-wrapper ul li a:visited,
.news-list-wrapper ul li a:hover {
  color: #000;
  border: none;
  text-decoration: none;
}
.news-list-wrapper ul li .wp-block-post-date,
.news-list-wrapper ul li .wp-block-post-date a {
  display: block;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  line-height: 100%;
  margin: 0.5rem 0;
  color: #000;
}

/* Detail */
.single-post .wp-block-post-date {
  display: block;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  line-height: 100%;
  margin: 0.5rem 0;
  color: #000;
}
.single-post .wp-block-post-content {
  margin-top: -4rem;
}
.single-post .backlink {
  font-family: "Metropolis Regular", sans-serif;
  font-size: 1.4rem;
  color: #000;
  border: 0;
  position: relative;
  transition: all 500ms;
  padding: 0.4rem 4rem;
}
.single-post .backlink:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 3rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 2.5rem;
  left: 0;
  background-image: url("../assets/icons/arrow.svg");
  transform: rotate(180deg) translateY(50%);
}
.single-post .backlink:hover {
  color: #e61e1e;
}
.single-post .backlink:hover:before {
  background-image: url("../assets/icons/arrow-red.svg");
}

/* Search */
.category-search {
  width: 100%;
  height: 6.4rem !important;
  padding: 3.4rem 2rem 2rem !important;
}
@media (max-width: 767.98px) {
  .category-search {
    margin-bottom: 2rem;
  }
}

.category-year {
  margin-top: -0.2rem;
}

.category-filter {
  width: 100%;
}

.text-media .video.playable:after {
  content: "";
  width: 4.6875rem;
  height: 4.6875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../assets/icons/video.svg") no-repeat center;
  background-size: 4.6875rem;
  cursor: pointer;
}
.text-media .video.playable video:hover {
  cursor: pointer;
}
.text-media-videolink {
  position: relative;
  border-bottom: none;
}
.text-media-videolink .icon-video {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  right: 2rem;
  top: auto;
  cursor: pointer;
}

.cmp-fallback {
  display: inherit;
  width: 100%;
}

.pager__first-page {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  background: url("../img/icons/chevron_action.svg") no-repeat center center;
}
.pager__last-page {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  background: url("../img/icons/chevron_action.svg") no-repeat center center;
  transform: rotate(180deg);
}
.pager__prev-page {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  background: url("../img/icons/chevron.svg") no-repeat center center;
}
.pager__next-page {
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  cursor: pointer;
  background: url("../img/icons/chevron.svg") no-repeat center center;
  transform: rotate(180deg);
}
.pager__first-page a, .pager__last-page a, .pager__prev-page a, .pager__next-page a {
  padding: 1rem;
  color: transparent;
  text-decoration: none;
  border: none;
}
.pager__first-page a:hover, .pager__first-page a:active, .pager__first-page a:visited, .pager__last-page a:hover, .pager__last-page a:active, .pager__last-page a:visited, .pager__prev-page a:hover, .pager__prev-page a:active, .pager__prev-page a:visited, .pager__next-page a:hover, .pager__next-page a:active, .pager__next-page a:visited {
  border: none;
  color: transparent;
  text-decoration: none;
}
.pager__pages {
  display: inline-block;
}
.pager .pager__page {
  display: inline-block;
}
.pager .pager__page a {
  padding: 1rem;
  font-family: "Metropolis Regular", sans-serif;
  color: #000;
  border-bottom: none;
}
.pager .pager__page a:hover {
  color: #e61e1e;
}
.pager .pager__page.active {
  border-bottom: 0.2rem solid #e61e1e;
}
.pager .pager__page.active a {
  color: #e61e1e;
}
.pager .pager__page:hover {
  border-bottom: 0.2rem solid #e61e1e;
}
.pager__results b {
  margin-right: 1rem;
}

#content-dse > h2 {
  margin-top: 4rem;
}
@media (min-width: 845px) {
  #content-dse > h2 {
    margin-top: 6rem;
  }
}
#content-dse > h3,
#content-dse > h4:not(.uc-embed-collapsed-button-content) {
  margin-top: 2rem;
}
@media (min-width: 845px) {
  #content-dse > h3,
  #content-dse > h4:not(.uc-embed-collapsed-button-content) {
    margin-top: 4rem;
  }
}
#content-dse ul {
  list-style: none;
  position: relative;
}
.theme-marcard #content-dse ul {
  list-style: disc;
  margin-left: 3rem;
}
#content-dse ul li {
  padding-left: 2rem;
}
#content-dse ul li:before {
  content: "- ";
  color: #e61e1e;
  position: absolute;
  left: 0;
}
.theme-marcard #content-dse ul li:before {
  color: #66002E;
}
.theme-marcard #content-dse ul li::marker {
  color: #66002E;
}
#content-dse ul li ul {
  list-style: none;
  position: relative;
}
#content-dse ul li ul li ul {
  margin-left: 1.5rem;
}
#content-dse ul > li {
  position: relative;
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}
.theme-marcard #content-dse ul > li {
  padding: 0;
}
#content-dse ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 100%;
  background-image: url("../img/icons/styled-list.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0.5rem;
}
.theme-marcard #content-dse ul > li:before {
  background-image: none;
  width: 0;
}

#spotlight {
  font-family: "Metropolis Regular";
  background-color: rgba(0, 45, 63, 0.95);
}
#spotlight .spl-footer,
#spotlight .spl-header {
  background-color: unset;
}
#spotlight .spl-prev,
#spotlight .spl-next {
  display: block !important;
  background-color: transparent;
  background-image: url("../img/icons/arrow-white.svg");
  border: none;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3rem;
  cursor: pointer;
  top: 90%;
}
@media (min-width: 1025px) {
  #spotlight .spl-prev,
  #spotlight .spl-next {
    top: 50%;
  }
}
#spotlight .spl-prev {
  transform: rotate(180deg) !important;
}
#spotlight .spl-next {
  transform: unset !important;
}
#spotlight .spl-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  background: url("../img/icons/close-white.svg") no-repeat;
  cursor: pointer;
}
#spotlight .spl-fullscreen {
  display: none;
}

.filter-collapsible-group {
  border-bottom: 0.2rem solid #000;
  /* Optional: Pfeilpositionierung anpassen, falls list-style-type nicht funktioniert */
}
.filter-collapsible-group summary, .filter-collapsible-group-content {
  font-size: 1.4rem;
}
.filter-collapsible-group summary {
  cursor: pointer;
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2.4rem;
  min-height: 5.6rem;
  position: relative;
  transition: all 500ms;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 3rem;
  list-style: none;
  outline: none;
}
.theme-marcard .filter-collapsible-group summary {
  font-family: "Fira Sans Italic", sans-serif;
}
.filter-collapsible-group summary:focus {
  outline: none;
  background-color: #EFF2F4;
}
.theme-marcard .filter-collapsible-group summary:focus {
  background-color: #F5EBD5;
}
.filter-collapsible-group summary:after, .filter-collapsible-group summary:before {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  height: 0.2rem;
  width: 1.5rem;
  background-color: #000;
  display: block;
  content: "";
  transition: all 500ms;
  transform: rotate(45deg);
}
.filter-collapsible-group summary:before {
  transform: rotate(-45deg);
  right: 1.5rem;
}
.filter-collapsible-group summary::-webkit-details-marker {
  display: none; /* Für Chrome/Safari */
}
.filter-collapsible-group summary::marker {
  display: none; /* Für Firefox */
}
.filter-collapsible-group[open] summary {
  background: #EFF2F4;
}
.filter-collapsible-group[open] summary:after, .filter-collapsible-group[open] summary:before {
  transform: rotate(135deg);
}
.filter-collapsible-group[open] summary:before {
  transform: rotate(-135deg);
}
.filter-collapsible-group-content {
  overflow: hidden;
  transition: all 500ms;
  background: #EFF2F4;
  position: absolute;
  left: 0.5rem;
  width: calc(100% - 1rem);
  z-index: 10;
  padding: 2rem 4rem 0 4rem;
  border-bottom: 0.2rem solid #000;
}
@media (min-width: 845px) {
  .filter-collapsible-group-content {
    left: 2rem;
    width: calc(100% - 4rem);
  }
}
.filter-collapsible-group-content .checkbox-container {
  margin-bottom: 2rem;
}
.filter-collapsible-group-content .checkbox-container label {
  font-family: "Metropolis Bold", sans-serif;
  font-size: 1.6rem;
  line-height: 2.2rem;
}
@media (min-width: 845px) {
  .filter-collapsible-group-content .checkbox-container label {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}

.bg-secondary-color .filter-collapsible-group summary:focus {
  outline: none;
  background-color: #fff;
}
.bg-secondary-color .filter-collapsible-group[open] summary {
  font-family: "minion-pro", serif;
  font-weight: 600;
  font-style: italic;
  background: #fff;
}
.bg-secondary-color .filter-collapsible-group-content {
  background: #fff;
}

.textboxteaser {
  position: relative;
  overflow: hidden;
}
.textboxteaser .container {
  overflow: hidden;
}
.textboxteaser .bg-textbox-color {
  background-color: #EFF2F4;
}
@media (min-width: 768px) {
  .textboxteaser .restricted-width {
    width: 30%;
  }
}
.textboxteaser .module__headline {
  margin-bottom: 3rem;
}
.textboxteaser--center {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .textboxteaser--center {
    padding-bottom: 20rem;
  }
}
@media (min-width: 992px) {
  .textboxteaser--center {
    padding-bottom: 10rem;
  }
}
.textboxteaser--left .row, .textboxteaser--right .row {
  position: relative;
}
@media (max-width: 767.98px) {
  .textboxteaser--left, .textboxteaser--right {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.textboxteaser-image--center {
  width: 100vw;
  max-height: 90rem;
}
.textboxteaser-image--center * + img,
.textboxteaser-image--center img, .textboxteaser-image--left * + img,
.textboxteaser-image--left img, .textboxteaser-image--right * + img,
.textboxteaser-image--right img {
  width: 100%;
  height: 100%;
  max-height: 90rem;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .textboxteaser-image--center * + img,
  .textboxteaser-image--center img, .textboxteaser-image--left * + img,
  .textboxteaser-image--left img, .textboxteaser-image--right * + img,
  .textboxteaser-image--right img {
    width: 100vw;
    height: 54rem;
    object-fit: cover;
  }
}
@media print {
  .textboxteaser-image--center * + img,
  .textboxteaser-image--center img, .textboxteaser-image--left * + img,
  .textboxteaser-image--left img, .textboxteaser-image--right * + img,
  .textboxteaser-image--right img {
    display: none;
  }
}
.textboxteaser-textbox-wrapper {
  position: relative;
}
.textboxteaser-textbox--center {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .textboxteaser-textbox--center {
    position: relative;
    margin-top: -10rem;
    z-index: 99;
  }
}
@media (min-width: 768px) {
  .textboxteaser-textbox--center {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media print {
  .textboxteaser-textbox--center {
    margin-top: 2rem;
  }
}
.textboxteaser-textbox--center .bg-textbox-color {
  padding: 5rem 3rem;
}
@media (max-width: 767.98px) {
  .textboxteaser-textbox--center .bg-textbox-color {
    padding: 3rem 3rem 4rem 3rem;
  }
}
.textboxteaser-textbox--right, .textboxteaser-textbox--left {
  margin: 0;
}
@media (min-width: 768px) {
  .textboxteaser-textbox--right, .textboxteaser-textbox--left {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .textboxteaser-textbox--right, .textboxteaser-textbox--left {
    margin: -10rem auto 0 auto;
    padding: 3rem 3rem 4rem 3rem;
  }
}
@media print {
  .textboxteaser-textbox--right, .textboxteaser-textbox--left {
    margin-top: 2rem;
  }
}
.textboxteaser-textbox--right .bg-textbox-color, .textboxteaser-textbox--left .bg-textbox-color {
  padding: 5rem 3rem;
}
@media (max-width: 767.98px) {
  .textboxteaser-textbox--right .bg-textbox-color, .textboxteaser-textbox--left .bg-textbox-color {
    padding: 3rem 3rem 4rem 3rem;
  }
}

.slick-dots {
  position: inherit;
  margin-top: 1.25rem;
  bottom: 0;
}
.slick-dots li {
  margin: 0 0.3125rem;
  height: auto;
  width: auto;
}
.slick-dots li button {
  border: 0;
  background: #002D3F;
  display: block;
  height: 0.1875rem;
  width: 2.25rem;
  outline: none;
  line-height: 0.5rem;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #002D3F;
}
.slick-dots li.slick-active button:before {
  display: none;
}

.slick-initialized.slick-slider .slick-arrow {
  background-color: #002D3F;
  background-image: url("../../warburg-invest/assets/icons/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 3.25rem 1.5rem;
  background-position: center;
  display: block;
  width: 6.5rem;
  height: 5rem;
  transform: unset;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .slick-initialized.slick-slider .slick-arrow {
    top: unset;
    bottom: -1.5rem;
  }
}
.slick-initialized.slick-slider .slick-arrow.slick-disabled {
  background-color: #517285;
}
.slick-initialized.slick-slider .slick-arrow.slick-next {
  right: 1.25rem;
}
.slick-initialized.slick-slider .slick-arrow.slick-next:before {
  content: "";
}
@media (min-width: 768px) {
  .slick-initialized.slick-slider .slick-arrow.slick-next {
    right: 3.25rem;
  }
}
@media (min-width: 1240px) {
  .slick-initialized.slick-slider .slick-arrow.slick-next {
    right: 12.25rem;
  }
}
.slick-initialized.slick-slider .slick-arrow.slick-prev {
  transform: rotate(180deg);
  left: 1.25rem;
}
.slick-initialized.slick-slider .slick-arrow.slick-prev:before {
  content: "";
}
@media (min-width: 768px) {
  .slick-initialized.slick-slider .slick-arrow.slick-prev {
    left: 3.25rem;
  }
}
@media (min-width: 1240px) {
  .slick-initialized.slick-slider .slick-arrow.slick-prev {
    left: 12.25rem;
  }
}
.slick-initialized.slick-slider.slick-arrows-right .slick-arrow {
  background-color: #fff;
  height: 3.75rem;
  width: 3.75rem;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("../../warburg-invest/assets/icons/arrow-white.svg");
  z-index: 100;
}
@media (max-width: 991.98px) {
  .slick-initialized.slick-slider.slick-arrows-right .slick-arrow {
    display: none;
  }
}
.slick-initialized.slick-slider.slick-arrows-right .slick-arrow.slick-next {
  margin-top: -3.875rem;
}
.slick-initialized.slick-slider.slick-arrows-right .slick-arrow.slick-prev {
  left: unset;
  background-image: url("../../warburg-invest/assets/icons/arrow-white.svg");
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.slick-dots li:first-child:nth-last-child(1) {
  /* -or- li:only-child { */
  display: none;
}

.search-result .wp-block-post {
  display: flex;
  margin-bottom: 3rem;
  border-bottom: 0.2rem solid #D6DDE1;
  transition: border-bottom-color 500ms, color 500ms;
}
@media (max-width: 767.98px) {
  .search-result .wp-block-post {
    flex-direction: column;
  }
}
.search-result .wp-block-post:hover {
  border-bottom-color: #000;
}
.search-result .wp-block-post-terms {
  margin-bottom: 0.5rem;
}
.search-result .wp-block-post-terms a,
.search-result .wp-block-post-terms a:hover {
  color: #000;
  border: none;
  font-family: "Metropolis Regular";
}
.search-result .wp-block-post-title {
  font-size: 1.8rem;
}
.search-result .wp-block-post-title a {
  color: #000;
  border-bottom: none;
}
.search-result .wp-block-post-title a:hover {
  border-bottom: 0.2rem solid #e61e1e;
}
.search-result .wp-block-post-excerpt__excerpt {
  margin-bottom: 0.5rem;
  display: none;
}
.search-result .wp-block-post-excerpt__more-link {
  font-family: "Metropolis Bold", sans-serif;
}
.search-result .wp-block-query-pagination {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.search-result .wp-block-query-pagination .wp-block-query-pagination-next {
  margin-left: auto;
}

/* Suchfeld im Header */
#ajax-search-header #ajaxsearchpro1_1 input.orig,
#ajax-search-header #ajaxsearchpro1_1 input.orig::placeholder {
  font-family: "minion-pro", serif !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-size: 2.4rem !important;
  color: #fff !important;
}
#ajax-search-header #ajaxsearchpro1_1 .probox .proinput {
  margin: 0 1rem 0 1rem !important;
  width: auto !important;
}
#ajax-search-header #ajaxsearchpro1_1 .probox .proinput input.orig {
  height: 48px !important;
  width: 36rem !important;
  border-bottom: 2px solid #fff !important;
  padding: 0 2rem !important;
}

/* Suchergebnisseite */
#ajax-search-result #ajaxsearchpro3_1 input.orig,
#ajax-search-result #ajaxsearchpro3_1 input.orig::placeholder {
  font-family: "minion-pro", serif !important;
  font-weight: 500 !important;
  font-style: italic !important;
  font-size: 2.4rem !important;
  color: #000 !important;
}
#ajax-search-result #ajaxsearchpro3_1 .probox {
  height: auto !important;
}
#ajax-search-result #ajaxsearchpro3_1 .probox .proinput {
  margin: 0 1rem 0 0 !important;
  width: auto !important;
}
#ajax-search-result #ajaxsearchpro3_1 .probox .proinput input.orig {
  height: 6rem !important;
  width: calc(100% - 4rem) !important;
  padding: 0 2rem !important;
  background-color: #EFF2F4 !important;
  margin: 0 0 0 -4px !important;
}
#ajax-search-result #ajaxsearchpro3_1 .probox .promagnifier,
#ajax-search-result #ajaxsearchpro3_2 .probox .promagnifier,
#ajax-search-result div.asp_m.asp_m_3 .probox .promagnifier {
  height: 5.6rem !important;
}

/* Autosuggest Layer */
#ajaxsearchprores1_1 .results .item .asp_res_image_url,
#ajaxsearchprores1_1 .results .item .asp_image,
#ajaxsearchprores1_2 .results .item .asp_res_image_url,
#ajaxsearchprores1_2 .results .item .asp_image,
div.asp_r.asp_r_1 .results .item .asp_res_image_url,
div.asp_r.asp_r_1 .results .item .asp_image,
#ajaxsearchprores3_1 .results .item .asp_res_image_url,
#ajaxsearchprores3_1 .results .item .asp_image,
#ajaxsearchprores3_2 .results .item .asp_res_image_url,
#ajaxsearchprores3_2 .results .item .asp_image,
div.asp_r.asp_r_3 .results .item .asp_res_image_url,
div.asp_r.asp_r_3 .results .item .asp_image {
  display: none !important;
}
#ajaxsearchprores1_1 .results .item .asp_content,
#ajaxsearchprores1_2 .results .item .asp_content,
div.asp_r.asp_r_1 .results .item .asp_content,
#ajaxsearchprores3_1 .results .item .asp_content,
#ajaxsearchprores3_2 .results .item .asp_content,
div.asp_r.asp_r_3 .results .item .asp_content {
  padding-bottom: 0 !important;
}
#ajaxsearchprores1_1 .results .item .asp_content h3,
#ajaxsearchprores1_2 .results .item .asp_content h3,
div.asp_r.asp_r_1 .results .item .asp_content h3,
#ajaxsearchprores3_1 .results .item .asp_content h3,
#ajaxsearchprores3_2 .results .item .asp_content h3,
div.asp_r.asp_r_3 .results .item .asp_content h3 {
  font-size: 1.6rem !important;
  font-family: "Metropolis Bold" !important;
  font-weight: inherit !important;
}
#ajaxsearchprores1_1 .results .item .asp_content h3 a,
#ajaxsearchprores1_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_1 .results .item .asp_content h3 a,
#ajaxsearchprores3_1 .results .item .asp_content h3 a,
#ajaxsearchprores3_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_3 .results .item .asp_content h3 a {
  color: #000 !important;
  font-size: 1.6rem !important;
  font-family: "Metropolis Bold" !important;
  font-weight: inherit !important;
}
#ajaxsearchprores1_1 .results .item .asp_content h3 a:hover,
#ajaxsearchprores1_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_1 .results .item .asp_content h3 a:hover,
#ajaxsearchprores3_1 .results .item .asp_content h3 a:hover,
#ajaxsearchprores3_2 .results .item .asp_content h3 a:hover,
div.asp_r.asp_r_3 .results .item .asp_content h3 a:hover {
  color: #e61e1e !important;
}
#ajaxsearchprores1_1 p.showmore .asp_showmore,
#ajaxsearchprores1_2 p.showmore .asp_showmore,
div.asp_r.asp_r_1 p.showmore .asp_showmore,
#ajaxsearchprores3_1 p.showmore .asp_showmore,
#ajaxsearchprores3_2 p.showmore .asp_showmore,
div.asp_r.asp_r_3 p.showmore .asp_showmore {
  color: #000 !important;
}
#ajaxsearchprores1_1 p.showmore .asp_showmore:hover,
#ajaxsearchprores1_2 p.showmore .asp_showmore:hover,
div.asp_r.asp_r_1 p.showmore .asp_showmore:hover,
#ajaxsearchprores3_1 p.showmore .asp_showmore:hover,
#ajaxsearchprores3_2 p.showmore .asp_showmore:hover,
div.asp_r.asp_r_3 p.showmore .asp_showmore:hover {
  color: #e61e1e !important;
}

#ajaxsearchprores1_1 .asp_nores,
#ajaxsearchprores1_2 .asp_nores,
#ajaxsearchprores3_1 .asp_nores,
#ajaxsearchprores3_2 .asp_nores,
div.asp_r.asp_r_1 .asp_nores {
  font-size: 1.6rem !important;
  font-family: "Metropolis Bold" !important;
  font-weight: inherit !important;
  padding-top: 12px !important;
  padding-bottom: 20px !important;
  color: #000 !important;
}

.wp-block-lazyblock-stickynavigation {
  position: sticky !important;
  top: 8rem;
  z-index: 100;
  transition: all 500ms;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .wp-block-lazyblock-stickynavigation {
    top: 9.9rem;
    margin-top: 5rem;
  }
}
.wp-block-lazyblock-stickynavigation-no-margin {
  margin-top: 0;
}
@media (min-width: 768px) {
  .wp-block-lazyblock-stickynavigation-no-margin {
    margin-top: 0;
  }
}

.sticky-nav-links {
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: 2.4rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .sticky-nav-links {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.sticky-nav-links::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.sticky-nav-link {
  padding-right: 3rem;
  color: #A6B5BD;
  border: none;
  transition: color 500ms;
  display: inline-flex;
  font-family: "Metropolis Medium";
}
.bg-secondary-color .sticky-nav-link {
  color: #517285;
}
.bg-secondary-color .sticky-nav-link a:visited {
  color: #517285;
}
.sticky-nav-link:last-child {
  padding-right: 0;
}
.sticky-nav-link.active {
  color: #000;
  pointer-events: none;
}
.sticky-nav-link img {
  margin-left: 1.2rem;
}
.sticky-nav-progress {
  position: relative;
}
.sticky-nav__progressbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.4rem;
  background-color: transparent;
}
.sticky-nav__progressbar-indicator {
  width: 0;
  height: 0.4rem;
  background-color: #000;
}
@media (min-width: 768px) {
  .sticky-nav-center .sticky-nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.text-image-list-teaser-item {
  margin-bottom: 6rem;
}
.text-image-list-teaser-item:last-child {
  margin-bottom: 0;
}

.teaserslider-border-bottom {
  border-bottom: 0.4rem solid #EFF2F4;
}
.teaserslider-item-wrapper a {
  text-decoration: none;
  color: #000;
  font-family: inherit;
}
.teaserslider-image {
  position: relative;
  overflow: hidden;
}
.teaserslider-image img {
  width: 100%;
}
.teaserslider-item {
  width: 100%;
  margin: 0 3rem 0 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .teaserslider-item {
    width: calc(50% - 3rem);
  }
}
.teaserslider .slick-prev, .teaserslider .slick-next {
  top: unset;
  bottom: 0;
}
.teaserslider .slick-initialized.slick-slider .slick-arrow.slick-prev {
  left: 1.25rem;
}
@media (min-width: 768px) {
  .teaserslider .slick-initialized.slick-slider .slick-arrow.slick-prev {
    left: unset;
    right: 7.8rem;
  }
}
.teaserslider .slick-initialized.slick-slider .slick-arrow.slick-next {
  right: 1.25rem;
}

.section-teaser-image-videolink {
  position: relative;
  border-bottom: none;
}
@media (min-width: 992px) {
  .section-teaser-image img {
    position: sticky;
    top: 9.9rem;
    z-index: 1;
  }
}
.section-teaser-image img.icon-video {
  position: absolute;
  z-index: 2;
  bottom: 2rem;
  right: 2rem;
  top: auto;
  cursor: pointer;
}

.quote-teaser-text {
  padding-left: 5rem;
  padding-top: 5rem;
  position: relative;
}
@media (min-width: 992px) {
  .quote-teaser-text {
    padding-left: 6rem;
    padding-top: 4.6rem;
  }
}
.quote-teaser-text:before {
  content: "";
  background: url("../assets/icons/icon-quote.svg") no-repeat center center;
  height: 3.4rem;
  width: 3.4rem;
  background-size: 3.4rem 3.4rem;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
}
@media (min-width: 992px) {
  .quote-teaser-text:before {
    height: 5rem;
    width: 5rem;
    background-size: 5rem 5rem;
  }
}
.quote-teaser-quote {
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  color: #e61e1e;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .quote-teaser-quote {
    font-family: "minion-pro", serif;
    font-weight: 700;
    font-style: italic;
    font-size: 4.6rem;
    line-height: 4.6rem;
  }
}

/* Stage Home & Stage Subpage */
.stage {
  width: 100vw;
  position: relative;
  overflow: hidden;
  height: calc(75vh - 9.1rem);
}
@media (min-width: 768px) {
  .stage {
    height: calc(75vh - 12.6rem);
  }
}
@media (min-width: 1024px) {
  .stage {
    height: calc(75vh - 14.1rem);
  }
}
.stage-background {
  position: absolute;
  z-index: 8;
  left: 50%;
  transform: translate(-50%);
  animation: fadeIn 2s;
  height: 100%;
}
.stage-background img {
  min-width: 100vw;
  min-height: 100%;
  object-fit: cover;
}
.stage-gradient {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 8;
}
.stage-gradient-bottom-opacity-1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 18%, rgba(0, 0, 0, 0) 100%);
}
.stage-gradient-bottom-opacity-2 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 18%, rgba(0, 0, 0, 0) 100%);
}
.stage-gradient-bottom-opacity-3 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 18%, rgba(0, 0, 0, 0) 100%);
}
.stage-gradient-top-opacity-1 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0) 80%);
}
.stage-gradient-top-opacity-2 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0) 80%);
}
.stage-gradient-top-opacity-3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0) 80%);
}
.stage-content {
  position: absolute;
  left: 0;
  z-index: 9;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .stage-content {
    padding-left: 9rem;
    padding-right: 3rem;
    max-width: 85rem;
  }
}
@media (min-width: 1024px) {
  .stage-content-subpage {
    padding-left: 15rem;
    padding-right: 6rem;
    max-width: 110rem;
  }
}
.stage-content-dash {
  content: "";
  position: absolute;
  left: -3rem;
  top: -1rem;
  bottom: -1rem;
  width: 15rem;
}
@media (max-width: 767.98px) {
  .stage-content-dash {
    display: none;
  }
}
@media (min-width: 992px) {
  .stage-content-dash-subpage {
    left: 4rem;
  }
}
@media (min-width: 768px) {
  .stage-content-dash .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke: #fff;
  }
}
.stage-content-top {
  top: 0;
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .stage-content-top {
    padding-top: 5rem;
    padding-left: 11rem;
  }
}
@media (min-width: 1024px) {
  .stage-content-top {
    padding-top: 6rem;
    padding-left: 17rem;
  }
}
.stage-content-bottom {
  bottom: 0;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .stage-content-bottom {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1024px) {
  .stage-content-bottom {
    padding-bottom: 6rem;
  }
}
.stage-content-bottom .stage-content-dash {
  transform: rotate(180deg);
}
.stage-content-headlines, .stage-content-buttons {
  position: relative;
}
@media (min-width: 992px) {
  .stage-content-headlines, .stage-content-buttons {
    opacity: 0;
  }
}
.stage-content-headlines .btn-secondary, .stage-content-buttons .btn-secondary {
  white-space: nowrap;
}
.stage-content-headline {
  font-family: "Metropolis Medium", sans-serif;
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .stage-content-headline {
    font-size: 2.8rem;
    line-height: 3.8rem;
    margin-bottom: 2.5rem;
    padding-left: 1.5rem;
  }
  .stage-content-headline::first-letter {
    margin-left: 2rem;
  }
}
@media (min-width: 1240px) {
  .stage-content-headline {
    font-size: 3.4rem;
    line-height: 4.4rem;
    padding-left: 2rem;
  }
}
.stage-content-subline {
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .stage-content-subline {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.stage.text-dark .stage-content {
  color: #000;
}
.stage.text-dark .stage-content .path {
  stroke: #000;
}
.text-dark .stage__gradient-bottom-opacity-1, .stage-dark .stage__gradient-bottom-opacity-1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0) 100%);
}
.text-dark .stage__gradient-bottom-opacity-2, .stage-dark .stage__gradient-bottom-opacity-2 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 18%, rgba(255, 255, 255, 0) 100%);
}
.text-dark .stage__gradient-bottom-opacity-3, .stage-dark .stage__gradient-bottom-opacity-3 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 18%, rgba(255, 255, 255, 0) 100%);
}
.text-dark .stage__gradient-top-opacity-1, .stage-dark .stage__gradient-top-opacity-1 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0) 80%);
}
.text-dark .stage__gradient-top-opacity-2, .stage-dark .stage__gradient-top-opacity-2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0) 80%);
}
.text-dark .stage__gradient-top-opacity-3, .stage-dark .stage__gradient-top-opacity-3 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0) 80%);
}

.stage-home .stage {
  width: 100vw;
}
@media (min-width: 992px) {
  .stage-home .stage {
    flex-grow: 1;
    width: 33%;
    transition: width 800ms ease-in-out;
  }
}
.stage-home .stage.slick-slide {
  height: calc(75vh - 9.1rem) !important;
}
@media (min-width: 768px) {
  .stage-home .stage.slick-slide {
    height: calc(75vh - 12.6rem) !important;
  }
}
.stage-home .stage-background {
  transform: translate(-50%, -50%);
  top: 50%;
  overflow: hidden;
}
.stage-home .stage-background img {
  height: calc(75vh - 9.1rem) !important;
}
@media (min-width: 768px) {
  .stage-home .stage-background img {
    height: calc(75vh - 12.6rem) !important;
  }
}
@media (min-width: 1024px) {
  .stage-home .stage-background img {
    height: calc(75vh - 14.1rem) !important;
  }
}
@media (min-width: 1024px) {
  .stage-home .stage-content {
    max-width: 110rem;
  }
}
.stage-home .stage-content_bottom {
  bottom: 2%;
}
.stage-home .stage-content-subline {
  font-family: "minion-pro", serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .stage-home .stage-content-subline {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .stage-home .stage-content-subline {
    font-size: 3rem;
    line-height: 3.6rem;
    margin-bottom: 4rem;
  }
}
.stage-home .slick-initialized.slick-slider .slick-arrow {
  bottom: 0;
  top: unset;
  background-color: #fff;
  background-image: url("../../warburg-invest/assets/icons/arrow.svg");
}
.stage-home .slick-initialized.slick-slider .slick-arrow.slick-disabled {
  background-color: #D6DDE1;
  background-image: url("../../warburg-invest/assets/icons/arrow-white.svg");
}
.stage-home .slick-initialized.slick-slider .slick-arrow.slick-prev {
  left: unset;
  right: 6.5rem;
}
.stage-home .slick-initialized.slick-slider .slick-arrow.slick-next {
  right: 0;
}

/* Stage Home & Stage Subpage */
.stage-subpage-small {
  width: 100vw;
  position: relative;
  overflow: hidden;
  height: 41rem;
}
@media (min-width: 768px) {
  .stage-subpage-small {
    height: 46rem;
  }
}
@media (min-width: 1024px) {
  .stage-subpage-small {
    height: 50rem;
  }
}
.stage-subpage-small-background {
  position: absolute;
  z-index: 8;
  left: 50%;
  transform: translate(-50%);
  animation: fadeIn 2s;
  height: 100%;
}
.stage-subpage-small-background img {
  min-width: 100vw;
  min-height: 100%;
  object-fit: cover;
}
.stage-subpage-small-content {
  position: absolute;
  z-index: 9;
  color: #fff;
  overflow: hidden;
  width: 100%;
  padding: 4rem 2rem;
}
@media (min-width: 992px) {
  .stage-subpage-small-content {
    padding: 9rem 4rem;
  }
}
@media (min-width: 992px) {
  .stage-subpage-small-content-subline {
    margin-top: 3.5rem;
  }
}
.stage-subpage-small-content-button {
  margin-top: 2.5rem;
}
.stage-subpage-small.text-dark .stage-subpage-small-content {
  color: #000;
}

.file-module .link-download {
  padding-left: 0;
}
.file-module .link-download::before {
  left: unset;
  right: 0;
}

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