@charset "UTF-8";
/* 14px */
/* 16px, base */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 26px */
/* 28px */
/* 30px */
/* 32px */
/* 36px */
/* 40px */
/* 42px */
/* 44px */
/* 50px */
/* 54px */
/* 64px */
@import "lib/glightbox.css";
*, *: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;
}

body {
  line-height: 1;
}
body.overflow {
  overflow: hidden;
}

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: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .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: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 2.5rem;
  --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: 0.625rem;
}

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

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

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

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

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

.g-24,
.gx-24 {
  --bs-gutter-x: 1.5rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 0.625rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 7.5rem;
  }
}
@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: 0.625rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 1rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 1rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 2rem;
  }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 2rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 5rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 7.5rem;
  }
}
@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: 0.625rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .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: 0.625rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-110,
  .gx-xl-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-xl-110,
  .gy-xl-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 1400px) {
  .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: 0.625rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xxl-110,
  .gx-xxl-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-xxl-110,
  .gy-xxl-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 7.5rem;
  }
}
/*!
 * 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: 2.5rem;
  --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: 728px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 952px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1060px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1120px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 2.5rem;
  --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: 0.625rem;
}

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

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

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

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

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

.g-24,
.gx-24 {
  --bs-gutter-x: 1.5rem;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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: 0.625rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-24,
  .gx-sm-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-24,
  .gy-sm-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-32,
  .gx-sm-32 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-32,
  .gy-sm-32 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 7.5rem;
  }
}
@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: 0.625rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 1rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 1rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-24,
  .gx-md-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-24,
  .gy-md-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-32,
  .gx-md-32 {
    --bs-gutter-x: 2rem;
  }
  .g-md-32,
  .gy-md-32 {
    --bs-gutter-y: 2rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 5rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 7.5rem;
  }
}
@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: 0.625rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-24,
  .gx-lg-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-24,
  .gy-lg-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-32,
  .gx-lg-32 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-32,
  .gy-lg-32 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .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: 0.625rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-24,
  .gx-xl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-24,
  .gy-xl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-32,
  .gx-xl-32 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-32,
  .gy-xl-32 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-110,
  .gx-xl-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-xl-110,
  .gy-xl-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 1400px) {
  .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: 0.625rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-24,
  .gx-xxl-24 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-24,
  .gy-xxl-24 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-32,
  .gx-xxl-32 {
    --bs-gutter-x: 2rem;
  }
  .g-xxl-32,
  .gy-xxl-32 {
    --bs-gutter-y: 2rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xxl-110,
  .gx-xxl-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-xxl-110,
  .gy-xxl-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 7.5rem;
  }
}
.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: 0.625rem !important;
}

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

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

.m-24 {
  margin: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-24 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-120 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !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: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

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

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

.my-24 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-24 {
  margin-top: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-24 {
  margin-right: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-24 {
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-24 {
  margin-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-24 {
  padding: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-24 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-24 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-24 {
  padding-top: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-24 {
  padding-right: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-24 {
  padding-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-24 {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ps-120 {
  padding-left: 7.5rem !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: 0.625rem !important;
  }
  .m-sm-16 {
    margin: 1rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .m-sm-24 {
    margin: 1.5rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .m-sm-32 {
    margin: 2rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-50 {
    margin: 3.125rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-70 {
    margin: 4.375rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .m-sm-90 {
    margin: 5.625rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .m-sm-110 {
    margin: 6.875rem !important;
  }
  .m-sm-120 {
    margin: 7.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-sm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-16 {
    margin-top: 1rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-24 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-32 {
    margin-top: 2rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mt-sm-90 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-110 {
    margin-top: 6.875rem !important;
  }
  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-10 {
    margin-right: 0.625rem !important;
  }
  .me-sm-16 {
    margin-right: 1rem !important;
  }
  .me-sm-20 {
    margin-right: 1.25rem !important;
  }
  .me-sm-24 {
    margin-right: 1.5rem !important;
  }
  .me-sm-30 {
    margin-right: 1.875rem !important;
  }
  .me-sm-32 {
    margin-right: 2rem !important;
  }
  .me-sm-40 {
    margin-right: 2.5rem !important;
  }
  .me-sm-50 {
    margin-right: 3.125rem !important;
  }
  .me-sm-60 {
    margin-right: 3.75rem !important;
  }
  .me-sm-70 {
    margin-right: 4.375rem !important;
  }
  .me-sm-80 {
    margin-right: 5rem !important;
  }
  .me-sm-90 {
    margin-right: 5.625rem !important;
  }
  .me-sm-100 {
    margin-right: 6.25rem !important;
  }
  .me-sm-110 {
    margin-right: 6.875rem !important;
  }
  .me-sm-120 {
    margin-right: 7.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-32 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-10 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-16 {
    margin-left: 1rem !important;
  }
  .ms-sm-20 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-24 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-30 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-32 {
    margin-left: 2rem !important;
  }
  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-50 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-70 {
    margin-left: 4.375rem !important;
  }
  .ms-sm-80 {
    margin-left: 5rem !important;
  }
  .ms-sm-90 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-110 {
    margin-left: 6.875rem !important;
  }
  .ms-sm-120 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-10 {
    padding: 0.625rem !important;
  }
  .p-sm-16 {
    padding: 1rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .p-sm-24 {
    padding: 1.5rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .p-sm-32 {
    padding: 2rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-50 {
    padding: 3.125rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .p-sm-70 {
    padding: 4.375rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .p-sm-90 {
    padding: 5.625rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .p-sm-110 {
    padding: 6.875rem !important;
  }
  .p-sm-120 {
    padding: 7.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-sm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-16 {
    padding-top: 1rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-24 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-32 {
    padding-top: 2rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-70 {
    padding-top: 4.375rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pt-sm-90 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-110 {
    padding-top: 6.875rem !important;
  }
  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-10 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-16 {
    padding-right: 1rem !important;
  }
  .pe-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-24 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-32 {
    padding-right: 2rem !important;
  }
  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-50 {
    padding-right: 3.125rem !important;
  }
  .pe-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-70 {
    padding-right: 4.375rem !important;
  }
  .pe-sm-80 {
    padding-right: 5rem !important;
  }
  .pe-sm-90 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-110 {
    padding-right: 6.875rem !important;
  }
  .pe-sm-120 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-32 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-10 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-16 {
    padding-left: 1rem !important;
  }
  .ps-sm-20 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-24 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-30 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-32 {
    padding-left: 2rem !important;
  }
  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-50 {
    padding-left: 3.125rem !important;
  }
  .ps-sm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-70 {
    padding-left: 4.375rem !important;
  }
  .ps-sm-80 {
    padding-left: 5rem !important;
  }
  .ps-sm-90 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-110 {
    padding-left: 6.875rem !important;
  }
  .ps-sm-120 {
    padding-left: 7.5rem !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: 0.625rem !important;
  }
  .m-md-16 {
    margin: 1rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .m-md-24 {
    margin: 1.5rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .m-md-32 {
    margin: 2rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-50 {
    margin: 3.125rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-70 {
    margin: 4.375rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .m-md-90 {
    margin: 5.625rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .m-md-110 {
    margin: 6.875rem !important;
  }
  .m-md-120 {
    margin: 7.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-md-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .mt-md-16 {
    margin-top: 1rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mt-md-24 {
    margin-top: 1.5rem !important;
  }
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mt-md-32 {
    margin-top: 2rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mt-md-70 {
    margin-top: 4.375rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mt-md-90 {
    margin-top: 5.625rem !important;
  }
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .mt-md-110 {
    margin-top: 6.875rem !important;
  }
  .mt-md-120 {
    margin-top: 7.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-10 {
    margin-right: 0.625rem !important;
  }
  .me-md-16 {
    margin-right: 1rem !important;
  }
  .me-md-20 {
    margin-right: 1.25rem !important;
  }
  .me-md-24 {
    margin-right: 1.5rem !important;
  }
  .me-md-30 {
    margin-right: 1.875rem !important;
  }
  .me-md-32 {
    margin-right: 2rem !important;
  }
  .me-md-40 {
    margin-right: 2.5rem !important;
  }
  .me-md-50 {
    margin-right: 3.125rem !important;
  }
  .me-md-60 {
    margin-right: 3.75rem !important;
  }
  .me-md-70 {
    margin-right: 4.375rem !important;
  }
  .me-md-80 {
    margin-right: 5rem !important;
  }
  .me-md-90 {
    margin-right: 5.625rem !important;
  }
  .me-md-100 {
    margin-right: 6.25rem !important;
  }
  .me-md-110 {
    margin-right: 6.875rem !important;
  }
  .me-md-120 {
    margin-right: 7.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-16 {
    margin-bottom: 1rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-32 {
    margin-bottom: 2rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-10 {
    margin-left: 0.625rem !important;
  }
  .ms-md-16 {
    margin-left: 1rem !important;
  }
  .ms-md-20 {
    margin-left: 1.25rem !important;
  }
  .ms-md-24 {
    margin-left: 1.5rem !important;
  }
  .ms-md-30 {
    margin-left: 1.875rem !important;
  }
  .ms-md-32 {
    margin-left: 2rem !important;
  }
  .ms-md-40 {
    margin-left: 2.5rem !important;
  }
  .ms-md-50 {
    margin-left: 3.125rem !important;
  }
  .ms-md-60 {
    margin-left: 3.75rem !important;
  }
  .ms-md-70 {
    margin-left: 4.375rem !important;
  }
  .ms-md-80 {
    margin-left: 5rem !important;
  }
  .ms-md-90 {
    margin-left: 5.625rem !important;
  }
  .ms-md-100 {
    margin-left: 6.25rem !important;
  }
  .ms-md-110 {
    margin-left: 6.875rem !important;
  }
  .ms-md-120 {
    margin-left: 7.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-10 {
    padding: 0.625rem !important;
  }
  .p-md-16 {
    padding: 1rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .p-md-24 {
    padding: 1.5rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .p-md-32 {
    padding: 2rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-50 {
    padding: 3.125rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .p-md-70 {
    padding: 4.375rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .p-md-90 {
    padding: 5.625rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .p-md-110 {
    padding: 6.875rem !important;
  }
  .p-md-120 {
    padding: 7.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-md-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-10 {
    padding-top: 0.625rem !important;
  }
  .pt-md-16 {
    padding-top: 1rem !important;
  }
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .pt-md-24 {
    padding-top: 1.5rem !important;
  }
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .pt-md-32 {
    padding-top: 2rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pt-md-70 {
    padding-top: 4.375rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pt-md-90 {
    padding-top: 5.625rem !important;
  }
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .pt-md-110 {
    padding-top: 6.875rem !important;
  }
  .pt-md-120 {
    padding-top: 7.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-10 {
    padding-right: 0.625rem !important;
  }
  .pe-md-16 {
    padding-right: 1rem !important;
  }
  .pe-md-20 {
    padding-right: 1.25rem !important;
  }
  .pe-md-24 {
    padding-right: 1.5rem !important;
  }
  .pe-md-30 {
    padding-right: 1.875rem !important;
  }
  .pe-md-32 {
    padding-right: 2rem !important;
  }
  .pe-md-40 {
    padding-right: 2.5rem !important;
  }
  .pe-md-50 {
    padding-right: 3.125rem !important;
  }
  .pe-md-60 {
    padding-right: 3.75rem !important;
  }
  .pe-md-70 {
    padding-right: 4.375rem !important;
  }
  .pe-md-80 {
    padding-right: 5rem !important;
  }
  .pe-md-90 {
    padding-right: 5.625rem !important;
  }
  .pe-md-100 {
    padding-right: 6.25rem !important;
  }
  .pe-md-110 {
    padding-right: 6.875rem !important;
  }
  .pe-md-120 {
    padding-right: 7.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-16 {
    padding-bottom: 1rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-32 {
    padding-bottom: 2rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-10 {
    padding-left: 0.625rem !important;
  }
  .ps-md-16 {
    padding-left: 1rem !important;
  }
  .ps-md-20 {
    padding-left: 1.25rem !important;
  }
  .ps-md-24 {
    padding-left: 1.5rem !important;
  }
  .ps-md-30 {
    padding-left: 1.875rem !important;
  }
  .ps-md-32 {
    padding-left: 2rem !important;
  }
  .ps-md-40 {
    padding-left: 2.5rem !important;
  }
  .ps-md-50 {
    padding-left: 3.125rem !important;
  }
  .ps-md-60 {
    padding-left: 3.75rem !important;
  }
  .ps-md-70 {
    padding-left: 4.375rem !important;
  }
  .ps-md-80 {
    padding-left: 5rem !important;
  }
  .ps-md-90 {
    padding-left: 5.625rem !important;
  }
  .ps-md-100 {
    padding-left: 6.25rem !important;
  }
  .ps-md-110 {
    padding-left: 6.875rem !important;
  }
  .ps-md-120 {
    padding-left: 7.5rem !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: 0.625rem !important;
  }
  .m-lg-16 {
    margin: 1rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .m-lg-24 {
    margin: 1.5rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .m-lg-32 {
    margin: 2rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-50 {
    margin: 3.125rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .m-lg-70 {
    margin: 4.375rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .m-lg-90 {
    margin: 5.625rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .m-lg-110 {
    margin: 6.875rem !important;
  }
  .m-lg-120 {
    margin: 7.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-lg-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-16 {
    margin-top: 1rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-24 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-32 {
    margin-top: 2rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-90 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-110 {
    margin-top: 6.875rem !important;
  }
  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-10 {
    margin-right: 0.625rem !important;
  }
  .me-lg-16 {
    margin-right: 1rem !important;
  }
  .me-lg-20 {
    margin-right: 1.25rem !important;
  }
  .me-lg-24 {
    margin-right: 1.5rem !important;
  }
  .me-lg-30 {
    margin-right: 1.875rem !important;
  }
  .me-lg-32 {
    margin-right: 2rem !important;
  }
  .me-lg-40 {
    margin-right: 2.5rem !important;
  }
  .me-lg-50 {
    margin-right: 3.125rem !important;
  }
  .me-lg-60 {
    margin-right: 3.75rem !important;
  }
  .me-lg-70 {
    margin-right: 4.375rem !important;
  }
  .me-lg-80 {
    margin-right: 5rem !important;
  }
  .me-lg-90 {
    margin-right: 5.625rem !important;
  }
  .me-lg-100 {
    margin-right: 6.25rem !important;
  }
  .me-lg-110 {
    margin-right: 6.875rem !important;
  }
  .me-lg-120 {
    margin-right: 7.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-32 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-10 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-16 {
    margin-left: 1rem !important;
  }
  .ms-lg-20 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-24 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-30 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-32 {
    margin-left: 2rem !important;
  }
  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-50 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-70 {
    margin-left: 4.375rem !important;
  }
  .ms-lg-80 {
    margin-left: 5rem !important;
  }
  .ms-lg-90 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-110 {
    margin-left: 6.875rem !important;
  }
  .ms-lg-120 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-10 {
    padding: 0.625rem !important;
  }
  .p-lg-16 {
    padding: 1rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .p-lg-24 {
    padding: 1.5rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .p-lg-32 {
    padding: 2rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-50 {
    padding: 3.125rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .p-lg-70 {
    padding: 4.375rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .p-lg-90 {
    padding: 5.625rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .p-lg-110 {
    padding: 6.875rem !important;
  }
  .p-lg-120 {
    padding: 7.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-lg-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-16 {
    padding-top: 1rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-24 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-32 {
    padding-top: 2rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-70 {
    padding-top: 4.375rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pt-lg-90 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-110 {
    padding-top: 6.875rem !important;
  }
  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-10 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-16 {
    padding-right: 1rem !important;
  }
  .pe-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-24 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-32 {
    padding-right: 2rem !important;
  }
  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-50 {
    padding-right: 3.125rem !important;
  }
  .pe-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-70 {
    padding-right: 4.375rem !important;
  }
  .pe-lg-80 {
    padding-right: 5rem !important;
  }
  .pe-lg-90 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-110 {
    padding-right: 6.875rem !important;
  }
  .pe-lg-120 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-32 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-10 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-16 {
    padding-left: 1rem !important;
  }
  .ps-lg-20 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-24 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-30 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-32 {
    padding-left: 2rem !important;
  }
  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-50 {
    padding-left: 3.125rem !important;
  }
  .ps-lg-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-70 {
    padding-left: 4.375rem !important;
  }
  .ps-lg-80 {
    padding-left: 5rem !important;
  }
  .ps-lg-90 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-110 {
    padding-left: 6.875rem !important;
  }
  .ps-lg-120 {
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 1200px) {
  .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: 0.625rem !important;
  }
  .m-xl-16 {
    margin: 1rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .m-xl-24 {
    margin: 1.5rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem !important;
  }
  .m-xl-32 {
    margin: 2rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .m-xl-50 {
    margin: 3.125rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .m-xl-70 {
    margin: 4.375rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .m-xl-90 {
    margin: 5.625rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .m-xl-110 {
    margin: 6.875rem !important;
  }
  .m-xl-120 {
    margin: 7.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-10 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-16 {
    margin-top: 1rem !important;
  }
  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-24 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-32 {
    margin-top: 2rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-50 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mt-xl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-10 {
    margin-right: 0.625rem !important;
  }
  .me-xl-16 {
    margin-right: 1rem !important;
  }
  .me-xl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xl-24 {
    margin-right: 1.5rem !important;
  }
  .me-xl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xl-32 {
    margin-right: 2rem !important;
  }
  .me-xl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xl-50 {
    margin-right: 3.125rem !important;
  }
  .me-xl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xl-80 {
    margin-right: 5rem !important;
  }
  .me-xl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-32 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-10 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-16 {
    margin-left: 1rem !important;
  }
  .ms-xl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-24 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-32 {
    margin-left: 2rem !important;
  }
  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-50 {
    margin-left: 3.125rem !important;
  }
  .ms-xl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xl-80 {
    margin-left: 5rem !important;
  }
  .ms-xl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-10 {
    padding: 0.625rem !important;
  }
  .p-xl-16 {
    padding: 1rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .p-xl-24 {
    padding: 1.5rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem !important;
  }
  .p-xl-32 {
    padding: 2rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .p-xl-50 {
    padding: 3.125rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .p-xl-70 {
    padding: 4.375rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .p-xl-90 {
    padding: 5.625rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .p-xl-110 {
    padding: 6.875rem !important;
  }
  .p-xl-120 {
    padding: 7.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-10 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-16 {
    padding-top: 1rem !important;
  }
  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-24 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-32 {
    padding-top: 2rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-50 {
    padding-top: 3.125rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xl-80 {
    padding-top: 5rem !important;
  }
  .pt-xl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xl-120 {
    padding-top: 7.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-10 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-16 {
    padding-right: 1rem !important;
  }
  .pe-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-24 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-32 {
    padding-right: 2rem !important;
  }
  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-50 {
    padding-right: 3.125rem !important;
  }
  .pe-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xl-80 {
    padding-right: 5rem !important;
  }
  .pe-xl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xl-120 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-32 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-10 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-16 {
    padding-left: 1rem !important;
  }
  .ps-xl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-24 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-32 {
    padding-left: 2rem !important;
  }
  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-50 {
    padding-left: 3.125rem !important;
  }
  .ps-xl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xl-80 {
    padding-left: 5rem !important;
  }
  .ps-xl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xl-120 {
    padding-left: 7.5rem !important;
  }
}
@media (min-width: 1400px) {
  .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: 0.625rem !important;
  }
  .m-xxl-16 {
    margin: 1rem !important;
  }
  .m-xxl-20 {
    margin: 1.25rem !important;
  }
  .m-xxl-24 {
    margin: 1.5rem !important;
  }
  .m-xxl-30 {
    margin: 1.875rem !important;
  }
  .m-xxl-32 {
    margin: 2rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxl-50 {
    margin: 3.125rem !important;
  }
  .m-xxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxl-70 {
    margin: 4.375rem !important;
  }
  .m-xxl-80 {
    margin: 5rem !important;
  }
  .m-xxl-90 {
    margin: 5.625rem !important;
  }
  .m-xxl-100 {
    margin: 6.25rem !important;
  }
  .m-xxl-110 {
    margin: 6.875rem !important;
  }
  .m-xxl-120 {
    margin: 7.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-16 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-24 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-32 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xxl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-16 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-24 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-32 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xxl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-10 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-16 {
    margin-top: 1rem !important;
  }
  .mt-xxl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-24 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-32 {
    margin-top: 2rem !important;
  }
  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-50 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xxl-80 {
    margin-top: 5rem !important;
  }
  .mt-xxl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xxl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-10 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-16 {
    margin-right: 1rem !important;
  }
  .me-xxl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-24 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-32 {
    margin-right: 2rem !important;
  }
  .me-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-50 {
    margin-right: 3.125rem !important;
  }
  .me-xxl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xxl-80 {
    margin-right: 5rem !important;
  }
  .me-xxl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xxl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xxl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-24 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-32 {
    margin-bottom: 2rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-10 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-16 {
    margin-left: 1rem !important;
  }
  .ms-xxl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-24 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-32 {
    margin-left: 2rem !important;
  }
  .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-50 {
    margin-left: 3.125rem !important;
  }
  .ms-xxl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xxl-80 {
    margin-left: 5rem !important;
  }
  .ms-xxl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xxl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-10 {
    padding: 0.625rem !important;
  }
  .p-xxl-16 {
    padding: 1rem !important;
  }
  .p-xxl-20 {
    padding: 1.25rem !important;
  }
  .p-xxl-24 {
    padding: 1.5rem !important;
  }
  .p-xxl-30 {
    padding: 1.875rem !important;
  }
  .p-xxl-32 {
    padding: 2rem !important;
  }
  .p-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxl-50 {
    padding: 3.125rem !important;
  }
  .p-xxl-60 {
    padding: 3.75rem !important;
  }
  .p-xxl-70 {
    padding: 4.375rem !important;
  }
  .p-xxl-80 {
    padding: 5rem !important;
  }
  .p-xxl-90 {
    padding: 5.625rem !important;
  }
  .p-xxl-100 {
    padding: 6.25rem !important;
  }
  .p-xxl-110 {
    padding: 6.875rem !important;
  }
  .p-xxl-120 {
    padding: 7.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-16 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-24 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-32 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xxl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-16 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-24 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-32 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xxl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-10 {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-16 {
    padding-top: 1rem !important;
  }
  .pt-xxl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-24 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-32 {
    padding-top: 2rem !important;
  }
  .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-50 {
    padding-top: 3.125rem !important;
  }
  .pt-xxl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xxl-80 {
    padding-top: 5rem !important;
  }
  .pt-xxl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xxl-120 {
    padding-top: 7.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-10 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-16 {
    padding-right: 1rem !important;
  }
  .pe-xxl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-24 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-32 {
    padding-right: 2rem !important;
  }
  .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-50 {
    padding-right: 3.125rem !important;
  }
  .pe-xxl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xxl-80 {
    padding-right: 5rem !important;
  }
  .pe-xxl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xxl-120 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-24 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-32 {
    padding-bottom: 2rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-10 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-16 {
    padding-left: 1rem !important;
  }
  .ps-xxl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-24 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-32 {
    padding-left: 2rem !important;
  }
  .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-50 {
    padding-left: 3.125rem !important;
  }
  .ps-xxl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xxl-80 {
    padding-left: 5rem !important;
  }
  .ps-xxl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xxl-120 {
    padding-left: 7.5rem !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;
}

.glightbox-container .gslide-inner-content {
  width: 90% !important;
}
.glightbox-container .gslide-image img {
  max-height: 80vh !important;
}

.bg-color-gradientGreyLight {
  background: linear-gradient(108deg, #CDD6DC 1.71%, #E2E8EB 94.29%);
}

.bg-color-gradientGreyDark {
  background: linear-gradient(134deg, #2F373C 0%, #3C454B 100%);
}

.bg-color-gradientBlueGrey {
  background: linear-gradient(108deg, #6D7C82 1.71%, #8A9CA6 94.29%);
}

.bg-color-gradientYellow {
  background: linear-gradient(172deg, #FBBA00 0%, #FED017 97.92%);
}

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

.bg-color-grey1 {
  background: #3B3B3C;
  color: #fff;
}

.bg-color-grey5 {
  background: #EBEBEB;
}

.bg-color-yellow {
  background: #FBBA00;
}

@font-face {
  font-family: "OpenSansRegular";
  src: url("../assets/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url("../assets/fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansBold";
  src: url("../assets/fonts/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../assets/fonts/RobotoSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoBold";
  src: url("../assets/fonts/RobotoSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
div.wpforms-container-full {
  margin-bottom: 3.125rem !important;
}
@media (min-width: 992px) {
  div.wpforms-container-full {
    margin-left: 16.66666667% !important;
    width: 66.66666667% !important;
    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: #3B3B3C !important;
  border: none !important;
  border-bottom: 1px solid #3B3B3C !important;
  padding: 1.75rem 1.25rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  box-shadow: none !important;
  transition: border 0.15s, box-shadow 0.15s !important;
}
div.wpforms-container-full input[type=date]::placeholder,
div.wpforms-container-full input[type=datetime]::placeholder,
div.wpforms-container-full input[type=datetime-local]::placeholder,
div.wpforms-container-full input[type=email]::placeholder,
div.wpforms-container-full input[type=month]::placeholder,
div.wpforms-container-full input[type=number]::placeholder,
div.wpforms-container-full input[type=password]::placeholder,
div.wpforms-container-full input[type=range]::placeholder,
div.wpforms-container-full input[type=search]::placeholder,
div.wpforms-container-full input[type=tel]::placeholder,
div.wpforms-container-full input[type=text]::placeholder,
div.wpforms-container-full input[type=time]::placeholder,
div.wpforms-container-full input[type=url]::placeholder,
div.wpforms-container-full input[type=week]::placeholder,
div.wpforms-container-full select::placeholder,
div.wpforms-container-full textarea::placeholder {
  color: #3B3B3C !important;
  opacity: 1 !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: #3B3B3C !important;
}
div.wpforms-container-full input[type=date]:focus-visible,
div.wpforms-container-full input[type=datetime]:focus-visible,
div.wpforms-container-full input[type=datetime-local]:focus-visible,
div.wpforms-container-full input[type=email]:focus-visible,
div.wpforms-container-full input[type=month]:focus-visible,
div.wpforms-container-full input[type=number]:focus-visible,
div.wpforms-container-full input[type=password]:focus-visible,
div.wpforms-container-full input[type=range]:focus-visible,
div.wpforms-container-full input[type=search]:focus-visible,
div.wpforms-container-full input[type=tel]:focus-visible,
div.wpforms-container-full input[type=text]:focus-visible,
div.wpforms-container-full input[type=time]:focus-visible,
div.wpforms-container-full input[type=url]:focus-visible,
div.wpforms-container-full input[type=week]:focus-visible,
div.wpforms-container-full select:focus-visible,
div.wpforms-container-full textarea:focus-visible {
  outline: 2px solid #1d4ed8 !important;
  outline-offset: 4px !important;
}
div.wpforms-container-full select,
div.wpforms-container-full textarea {
  padding: 1.75rem 1.25rem !important;
}
div.wpforms-container-full textarea {
  border: 1px solid #3B3B3C !important;
  font-size: 1.125rem !important;
}
div.wpforms-container-full .contact-hint {
  margin-top: 2rem !important;
  font-size: 1.25rem !important;
  font-family: "OpenSansBold", sans-serif !important;
  color: #3B3B3C !important;
}
@media (min-width: 1200px) {
  div.wpforms-container-full .contact-hint {
    line-height: 1.875rem !important;
  }
}
div.wpforms-container-full .contact-hint-italic {
  font-family: "RobotoRegular", serif !important;
  font-weight: inherit !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
div.wpforms-container-full .contact-required {
  margin-top: 3rem !important;
  font-family: "OpenSansRegular", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
@media (min-width: 1200px) {
  div.wpforms-container-full .contact-required {
    font-size: 1.125rem !important;
    line-height: 1.625rem !important;
  }
}
div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
  font-family: "OpenSansRegular", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
@media (min-width: 1200px) {
  div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input + label {
    font-size: 1.125rem !important;
    line-height: 1.625rem !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: var(--wpforms-field-size-input-height) !important;
  padding: 1.25rem !important;
  border: none !important;
  border-bottom: 1px solid #3B3B3C !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__item--selectable {
  font-size: 1.125rem !important;
  font-family: "OpenSansRegular", sans-serif !important;
}
@media (min-width: 1200px) {
  div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner .choices__list--single .choices__item--selectable {
    font-size: 1.125rem !important;
    line-height: 1.875rem !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: 1px solid #3B3B3C !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: 1px solid #3B3B3C !important;
  border-right: 1px solid #3B3B3C !important;
  content: "" !important;
  display: block !important;
  height: 1rem !important;
  width: 1rem !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: -0.5rem !important;
  border-color: transparent #3B3B3C #3B3B3C 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;
  border-left: none !important;
  border-top: none !important;
  border-bottom: 1px solid #3B3B3C !important;
  border-right: 1px solid #3B3B3C !important;
}
div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices[data-type*=select-one] .choices__button {
  display: none !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: #FBBA00 !important;
  color: #3B3B3C !important;
}
div.wpforms-container-full .wpforms-submit {
  margin-top: 1.25rem !important;
  box-shadow: none !important;
  height: auto !important;
}
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;
}

.wpforms-container .wpforms-field-label {
  font-size: 1.25rem !important;
  font-family: "OpenSansBold", sans-serif !important;
}
@media (min-width: 1200px) {
  .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-family: "OpenSansRegular", sans-serif !important;
  font-size: 1.125rem !important;
  font-weight: inherit;
}
@media (min-width: 1200px) {
  .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: 1.125rem !important;
  font-family: "OpenSansRegular", sans-serif !important;
}
@media (min-width: 1200px) {
  .wpforms-container .choices__list--dropdown .choices__item {
    font-size: 1.125rem !important;
    line-height: 1.875rem !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: #FBBA00 !important;
}
label a:hover {
  color: #FBBA00 !important;
}

@media (min-width: 768px) {
  .wpforms-field-rating {
    display: grid;
    grid-template-columns: 60% auto;
  }
}
@media (min-width: 1200px) {
  .wpforms-field-rating {
    display: grid;
    grid-template-columns: 40% auto;
  }
}

.wpforms-field-divider {
  border: none !important;
  display: inline-block !important;
  width: 100% !important;
  margin-top: 2rem !important;
}
.wpforms-field-divider h3 {
  font-family: "RobotoRegular", serif !important;
  font-weight: inherit !important;
  font-size: 1.875rem !important;
  line-height: 2.5rem !important;
}

@media (min-width: 992px) {
  .wpcf7 {
    margin-left: 16.66666667% !important;
    width: 66.66666667% !important;
    margin-bottom: 5rem !important;
  }
}
.wpcf7 input[type=date],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=email],
.wpcf7 input[type=month],
.wpcf7 input[type=number],
.wpcf7 input[type=password],
.wpcf7 input[type=range],
.wpcf7 input[type=search],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=time],
.wpcf7 input[type=url],
.wpcf7 input[type=week],
.wpcf7 select,
.wpcf7 textarea {
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #3B3B3C !important;
  border: none !important;
  border-bottom: 1px solid #3B3B3C !important;
  padding: 1.75rem 1.25rem 1.75rem 0 !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  box-shadow: none !important;
  transition: border 0.15s, box-shadow 0.15s !important;
}
.wpcf7 input[type=date]::placeholder,
.wpcf7 input[type=datetime]::placeholder,
.wpcf7 input[type=datetime-local]::placeholder,
.wpcf7 input[type=email]::placeholder,
.wpcf7 input[type=month]::placeholder,
.wpcf7 input[type=number]::placeholder,
.wpcf7 input[type=password]::placeholder,
.wpcf7 input[type=range]::placeholder,
.wpcf7 input[type=search]::placeholder,
.wpcf7 input[type=tel]::placeholder,
.wpcf7 input[type=text]::placeholder,
.wpcf7 input[type=time]::placeholder,
.wpcf7 input[type=url]::placeholder,
.wpcf7 input[type=week]::placeholder,
.wpcf7 select::placeholder,
.wpcf7 textarea::placeholder {
  color: #3B3B3C !important;
  opacity: 1 !important;
  font-family: "OpenSansRegular", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.75rem;
  color: #3B3B3C;
}
.wpcf7 input[type=date]::-ms-input-placeholder,
.wpcf7 input[type=datetime]::-ms-input-placeholder,
.wpcf7 input[type=datetime-local]::-ms-input-placeholder,
.wpcf7 input[type=email]::-ms-input-placeholder,
.wpcf7 input[type=month]::-ms-input-placeholder,
.wpcf7 input[type=number]::-ms-input-placeholder,
.wpcf7 input[type=password]::-ms-input-placeholder,
.wpcf7 input[type=range]::-ms-input-placeholder,
.wpcf7 input[type=search]::-ms-input-placeholder,
.wpcf7 input[type=tel]::-ms-input-placeholder,
.wpcf7 input[type=text]::-ms-input-placeholder,
.wpcf7 input[type=time]::-ms-input-placeholder,
.wpcf7 input[type=url]::-ms-input-placeholder,
.wpcf7 input[type=week]::-ms-input-placeholder,
.wpcf7 select::-ms-input-placeholder,
.wpcf7 textarea::-ms-input-placeholder {
  color: #3B3B3C !important;
}
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=password]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none;
}
.wpcf7 select {
  height: auto;
  padding-left: 0;
}
.wpcf7 input[type=checkbox],
.wpcf7 input[type=radio] {
  position: relative;
  display: inline-block;
  background: none;
  height: 1rem;
  width: 1rem;
  margin: 0.5rem 0.5rem 0 0.125rem;
  border: none;
  box-shadow: none;
  vertical-align: top;
  opacity: 1;
  appearance: none;
}
.wpcf7 input[type=checkbox]:before, .wpcf7 input[type=checkbox]:after,
.wpcf7 input[type=radio]:before,
.wpcf7 input[type=radio]:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 1rem;
  height: 1rem;
  box-sizing: content-box;
  cursor: pointer;
}
.wpcf7 input[type=checkbox]:before,
.wpcf7 input[type=radio]:before {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  background-clip: padding-box;
  background-image: none;
  border-radius: 3px;
}
.wpcf7 input[type=checkbox]:checked:before,
.wpcf7 input[type=radio]:checked:before {
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #066aab;
  box-shadow: 0 0 0 1px rgb(6, 106, 171), 0 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}
.wpcf7 input[type=checkbox]:checked:after,
.wpcf7 input[type=radio]:checked:after {
  border-top: none;
  border-right: none;
  height: 9.6px;
  border-left: 4px solid #066aab;
  border-bottom: 4px solid #066aab;
  background-color: transparent;
  transform: translate(0, 1px) scale(0.5) rotate(-45deg);
  left: -2px;
  top: -2px;
}
.wpcf7 input[type=radio] {
  border-radius: 50%;
}
.wpcf7 input[type=radio]:before {
  border-radius: 50%;
}
.wpcf7 input[type=radio]:checked:after {
  border: 1px solid transparent;
  border-radius: 50%;
  background-color: #066aab;
  transform: scale(0.5);
  height: 1rem;
  -moz-transform: scale(0.47);
  left: -2px;
  top: -2px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item,
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  width: 100%;
  margin: 0.6rem 0 0.2rem 0 !important;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7 .wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  width: calc(100% - 2.2rem);
}
.wpcf7 select {
  padding: 1.75rem 1.25rem 1.75rem 0 !important;
}
.wpcf7 textarea {
  border: 1px solid #3B3B3C !important;
  padding: 1.75rem 1.25rem !important;
  font-size: 1.125rem !important;
  height: 12rem;
}
.wpcf7 label {
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .wpcf7 label {
    line-height: 1.875rem !important;
  }
}
.wpcf7 p {
  margin-bottom: 1rem;
}
.wpcf7 .contact-required {
  color: #727777;
}
.wpcf7 .wpcf7-submit {
  margin-top: 1.25rem !important;
  height: auto !important;
}

body {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #3B3B3C;
  overflow-x: hidden;
}
@media (min-width: 1400px) {
  body {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

main {
  padding-top: 4.5rem;
}
@media (min-width: 1200px) {
  main {
    padding-top: 7.5rem;
  }
}

.no-bottom-space > section {
  padding-bottom: 0 !important;
}

.no-top-space > section {
  padding-top: 0 !important;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

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

.img-grayscale {
  filter: grayscale(100%);
}

.invisible {
  visibility: hidden;
  opacity: 0;
}

.zoom-img {
  cursor: zoom-in;
}
.zoom-img-overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.zoom-img-icon {
  position: absolute;
  width: 2.6rem;
  height: 2.6rem;
  bottom: 1rem;
  right: 1rem;
  z-index: 20;
  background: url("../../eucon/assets/icons/icon-search.svg") center center no-repeat #EBEBEB;
  background-size: 1.6rem 1.6rem;
  border-radius: 6px;
}
.zoom-img:hover .zoom-img-overlay {
  opacity: 1;
}

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

.position-relative {
  position: relative;
}

sup {
  vertical-align: super !important;
  font-size: smaller !important;
}

em, i {
  font-style: italic !important;
}

blockquote {
  margin: 1.25rem;
}
blockquote p:first-child:before {
  content: "„";
}
blockquote p:last-child:after {
  content: "“";
}

html:lang(en) blockquote p:first-child:before {
  content: "“";
}
html:lang(en) blockquote p:last-child:after {
  content: "”";
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "OpenSansRegular", sans-serif;
  font-weight: 400;
}
h1 a:link,
h1 a:active,
h1 a:visited,
h1 a:hover,
h1 a:focus, .h1 a:link,
.h1 a:active,
.h1 a:visited,
.h1 a:hover,
.h1 a:focus,
h2 a:link,
h2 a:active,
h2 a:visited,
h2 a:hover,
h2 a:focus, .h2 a:link,
.h2 a:active,
.h2 a:visited,
.h2 a:hover,
.h2 a:focus,
h3 a:link,
h3 a:active,
h3 a:visited,
h3 a:hover,
h3 a:focus, .h3 a:link,
.h3 a:active,
.h3 a:visited,
.h3 a:hover,
.h3 a:focus,
h4 a:link,
h4 a:active,
h4 a:visited,
h4 a:hover,
h4 a:focus, .h4 a:link,
.h4 a:active,
.h4 a:visited,
.h4 a:hover,
.h4 a:focus,
h5 a:link,
h5 a:active,
h5 a:visited,
h5 a:hover,
h5 a:focus, .h5 a:link,
.h5 a:active,
.h5 a:visited,
.h5 a:hover,
.h5 a:focus {
  text-decoration: none;
  color: #FBBA00;
}
h1 a:hover,
h1 a:focus, .h1 a:hover,
.h1 a:focus,
h2 a:hover,
h2 a:focus, .h2 a:hover,
.h2 a:focus,
h3 a:hover,
h3 a:focus, .h3 a:hover,
.h3 a:focus,
h4 a:hover,
h4 a:focus, .h4 a:hover,
.h4 a:focus,
h5 a:hover,
h5 a:focus, .h5 a:hover,
.h5 a:focus {
  border-bottom: 2px solid #FBBA00;
}

h1, .h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  h1, .h1 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 3.125rem;
    line-height: 3.625rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  h2, .h2 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: 2.625rem;
    line-height: 3rem;
  }
}

h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4, .h4,
h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "OpenSansSemiBold", sans-serif;
  font-weight: 600;
  margin-bottom: 0.625rem;
}
@media (min-width: 1400px) {
  h4, .h4,
  h5, .h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

a:link,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: underline;
  color: inherit;
}
a:link:hover,
a:active:hover,
a:focus:hover,
a:hover:hover,
a:visited:hover {
  color: #FBBA00;
}

.btn {
  font-family: "OpenSansBold" !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem;
  display: inline-block;
  padding: 0.625rem 3rem 0.625rem 1.25rem !important;
  cursor: pointer;
  text-decoration: none !important;
  border: 0.125rem solid #fff !important;
  border-radius: 6.25rem !important;
  background-color: transparent !important;
}
@media (min-width: 1200px) {
  .btn {
    padding: 0.875rem 3.5rem 0.875rem 1.75rem !important;
  }
}
.btn-primary {
  color: #fff !important;
  background-image: url("../../eucon/assets/icons/arrow-button-white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 1.375rem center !important;
}
@media (min-width: 1200px) {
  .btn-primary {
    background-position: right 1.875rem center !important;
  }
}
.btn-primary:hover {
  background-position: right 1.25rem center !important;
}
@media (min-width: 1200px) {
  .btn-primary:hover {
    background-position: right 1.75rem center !important;
  }
}
.btn-secondary {
  color: #3B3B3C !important;
  background-image: url("../../eucon/assets/icons/arrow-button-grey.svg") !important;
  border-color: #3B3B3C !important;
  background-repeat: no-repeat !important;
  background-position: right 1.875rem center !important;
}
.btn-secondary:hover {
  background-position: right 1.75rem center !important;
}

.bg-color-white .btn-primary,
.bg-color-yellow .btn-primary,
.bg-color-grey5 .btn-primary {
  color: #3B3B3C !important;
  background-image: url("../../eucon/assets/icons/arrow-button-grey.svg") !important;
  border-color: #3B3B3C !important;
}

.text-roofline {
  font-family: "OpenSansSemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-subtitle {
  font-family: "RobotoRegular", serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1200px) {
  .text-subtitle {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
.text-subtitle strong {
  font-family: "RobotoBold", serif;
}
.text-subtitle-small {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-small {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-extra-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-decoration-underline {
  text-decoration: underline;
}

.text-decoration-none {
  text-decoration: none;
}

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

strong,
b,
.font-weight-bold {
  font-family: "OpenSansBold", sans-serif;
}

.font-weight-regular {
  font-family: "OpenSansRegular", sans-serif;
}

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

@media (min-width: 576px) {
  .text-sm-start {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-md-start {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
    text-align: left;
  }
}

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

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

@media (min-width: 576px) {
  .text-sm-end {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-md-end {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-lg-end {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-lg-start {
    text-align: left;
  }
}

.text-white {
  color: #fff;
}

.text-grey {
  color: #3B3B3C;
}

.text-yellow {
  color: #FBBA00;
}

header {
  position: fixed;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
  z-index: 999;
}
header.js-scrolled {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
header .header {
  background: rgba(59, 59, 60, 0.9);
  height: 7.5rem;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199.98px) {
  header .header {
    height: 4.5rem;
  }
}
header .header:has(.sub-menu-wrapper.open) {
  background: rgb(59, 59, 60);
}
header .header .logo {
  height: auto;
  max-height: 3.25rem;
}
@media (max-width: 1199.98px) {
  header .header .logo {
    max-height: 2.6rem;
  }
}
header .header .menu-header-container,
header .header .menu-header-en-container {
  width: 100%;
}
@media (max-width: 1199.98px) {
  header .header .menu-header-container,
  header .header .menu-header-en-container {
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    background: #3B3B3C;
    height: calc(100vh - 4rem);
  }
}
header .header .menu-header-container .menu,
header .header .menu-header-en-container .menu {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1199.98px) {
  header .header .menu-header-container .menu,
  header .header .menu-header-en-container .menu {
    padding: 1.875rem 1.25rem;
  }
}
@media (min-width: 1200px) {
  header .header .menu-header-container .menu > li,
  header .header .menu-header-en-container .menu > li {
    padding: 0 0.5rem;
  }
  header .header .menu-header-container .menu > li:first-child,
  header .header .menu-header-en-container .menu > li:first-child {
    padding-left: 0;
  }
  header .header .menu-header-container .menu > li:last-child,
  header .header .menu-header-en-container .menu > li:last-child {
    padding-right: 0;
  }
}
header .header .menu-header-container .menu > li a,
header .header .menu-header-en-container .menu > li a {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #fff;
}
header .header .menu-header-container .menu > li a:visited,
header .header .menu-header-en-container .menu > li a:visited {
  color: #fff;
}
header .header .menu-header-container .menu > li a:hover, header .header .menu-header-container .menu > li a:active,
header .header .menu-header-en-container .menu > li a:hover,
header .header .menu-header-en-container .menu > li a:active {
  border-bottom: 0.125rem solid #FBBA00;
}
header .header .menu-header-container .menu > li a.active,
header .header .menu-header-en-container .menu > li a.active {
  border-bottom: 0.125rem solid #FBBA00;
}
header .header .menu-header-container .menu .menu-item.active > a,
header .header .menu-header-en-container .menu .menu-item.active > a {
  border-bottom: 0.125rem solid #FBBA00;
}
header .header .menu-header-container .menu li:has(.current-menu-item) > a,
header .header .menu-header-container .menu li.current-menu-item > a,
header .header .menu-header-en-container .menu li:has(.current-menu-item) > a,
header .header .menu-header-en-container .menu li.current-menu-item > a {
  border-bottom: 0.125rem solid #FBBA00;
}
header .header .menu-header-container .menu .sub-menu,
header .header .menu-header-en-container .menu .sub-menu {
  position: relative;
}
header .header .menu-header-container .menu .sub-menu-wrapper,
header .header .menu-header-en-container .menu .sub-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}
header .header .menu-header-container .menu .sub-menu-wrapper.open,
header .header .menu-header-en-container .menu .sub-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.125s;
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-0,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-0 {
  top: 7.48rem;
  background: rgba(59, 59, 60, 0.9);
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-0.open,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-0.open {
  background: rgb(59, 59, 60);
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-0 .sub-menu-container,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-0 .sub-menu-container {
  padding-top: 2.5rem;
  padding-bottom: 3.125rem;
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-0 .sub-menu > li,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-0 .sub-menu > li {
  display: block;
  width: 25%;
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-1,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-1 {
  top: 0;
  right: 0;
  width: 77%;
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-1 .sub-menu-container,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-1 .sub-menu-container {
  display: block;
  padding: 0 !important;
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-1 .sub-menu-container .sub-menu,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-1 .sub-menu-container .sub-menu {
  padding-left: 2rem;
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-1 .sub-menu-container .sub-menu li,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-1 .sub-menu-container .sub-menu li {
  max-width: unset;
  width: 100%;
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-1 .sub-menu-container .sub-menu li a,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-1 .sub-menu-container .sub-menu li a {
  width: 35%;
}
header .header .menu-header-container .menu .sub-menu-wrapper.level-2,
header .header .menu-header-en-container .menu .sub-menu-wrapper.level-2 {
  top: 0;
  right: 0;
  width: 65%;
}
header .header .menu-header-container .menu .sub-menu-wrapper .menu-item-teaser,
header .header .menu-header-en-container .menu .sub-menu-wrapper .menu-item-teaser {
  color: #fff;
  flex: 0 0 25%;
  padding-right: 2.5rem;
}
header .header .menu-header-container .menu .sub-menu-wrapper .menu-item-teaser-headline,
header .header .menu-header-en-container .menu .sub-menu-wrapper .menu-item-teaser-headline {
  padding-bottom: 0.9375rem;
}
header .header .menu-header-container .menu .sub-menu-wrapper .menu-item-teaser-link,
header .header .menu-header-en-container .menu .sub-menu-wrapper .menu-item-teaser-link {
  margin-top: 0.9375rem;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  header .header .menu-header-container .menu .sub-menu-wrapper .menu-item-teaser-link,
  header .header .menu-header-en-container .menu .sub-menu-wrapper .menu-item-teaser-link {
    background-position-y: 0.25rem;
  }
}
header .header .menu-header-container .menu .sub-menu-wrapper .menu-item-image,
header .header .menu-header-en-container .menu .sub-menu-wrapper .menu-item-image {
  flex: 0 0 25%;
  padding-left: 2.5rem;
  text-align: right;
}
header .header .menu-header-container .menu .sub-menu-wrapper .menu-item-image img,
header .header .menu-header-en-container .menu .sub-menu-wrapper .menu-item-image img {
  max-width: 100%;
  height: auto;
}
header .header .menu-header-container .menu .sub-menu-wrapper ul,
header .header .menu-header-en-container .menu .sub-menu-wrapper ul {
  flex: 0 0 100%;
}
header .header .menu-header-container .menu .sub-menu-wrapper ul > li,
header .header .menu-header-en-container .menu .sub-menu-wrapper ul > li {
  display: flex;
  justify-content: space-between;
  max-width: 50%;
}
header .header .menu-header-container .menu .sub-menu-wrapper li,
header .header .menu-header-en-container .menu .sub-menu-wrapper li {
  padding: 0.625rem 0;
}
header .header .menu-header-container .menu .sub-menu-wrapper li:first-child,
header .header .menu-header-en-container .menu .sub-menu-wrapper li:first-child {
  padding-top: 0;
}
header .header .menu-header-container .menu .sub-menu-container,
header .header .menu-header-en-container .menu .sub-menu-container {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1199.98px) {
  header .header .menu-header-container .menu,
  header .header .menu-header-en-container .menu {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  header .header .menu-header-container .menu li,
  header .header .menu-header-en-container .menu li {
    border-bottom: 0.125rem solid #727777;
    padding: 1.375rem 0;
  }
  header .header .menu-header-container .menu li.menu-item-has-children,
  header .header .menu-header-en-container .menu li.menu-item-has-children {
    position: relative;
  }
  header .header .menu-header-container .menu li.menu-item-has-children:after, header .header .menu-header-container .menu li.menu-item-has-children:before,
  header .header .menu-header-en-container .menu li.menu-item-has-children:after,
  header .header .menu-header-en-container .menu li.menu-item-has-children:before {
    content: "";
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url("../../eucon/assets/icons/icon-minus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 90% auto;
    position: absolute;
    right: 0;
    top: 1.4rem;
    cursor: pointer;
  }
  header .header .menu-header-container .menu li.menu-item-has-children:before,
  header .header .menu-header-en-container .menu li.menu-item-has-children:before {
    transform: rotateZ(90deg);
  }
  header .header .menu-header-container .menu li.menu-item-has-children.active:before,
  header .header .menu-header-en-container .menu li.menu-item-has-children.active:before {
    transform: rotateZ(0deg);
  }
  header .header .menu-header-container .menu li.menu-item-has-children:first-child:after, header .header .menu-header-container .menu li.menu-item-has-children:first-child:before,
  header .header .menu-header-en-container .menu li.menu-item-has-children:first-child:after,
  header .header .menu-header-en-container .menu li.menu-item-has-children:first-child:before {
    top: 0;
  }
  header .header .menu-header-container .menu li.menu-item-has-children .menu-item-has-children:after, header .header .menu-header-container .menu li.menu-item-has-children .menu-item-has-children:before,
  header .header .menu-header-en-container .menu li.menu-item-has-children .menu-item-has-children:after,
  header .header .menu-header-en-container .menu li.menu-item-has-children .menu-item-has-children:before {
    top: 0.5rem;
  }
  header .header .menu-header-container .menu li.menu-item-has-children .menu-item-has-children:first-child:after, header .header .menu-header-container .menu li.menu-item-has-children .menu-item-has-children:first-child:before,
  header .header .menu-header-en-container .menu li.menu-item-has-children .menu-item-has-children:first-child:after,
  header .header .menu-header-en-container .menu li.menu-item-has-children .menu-item-has-children:first-child:before {
    top: 0;
  }
  header .header .menu-header-container .menu li:first-child,
  header .header .menu-header-en-container .menu li:first-child {
    padding-top: 0;
  }
  header .header .menu-header-container .menu li li,
  header .header .menu-header-en-container .menu li li {
    border-bottom: none;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper,
  header .header .menu-header-en-container .menu .sub-menu-wrapper {
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper.open,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.open {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper {
    top: unset;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container {
    flex-direction: column;
    padding: 1.125rem 0;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu {
    order: 1;
    padding: 1rem 0 1rem 1rem;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu li,
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu .sub-menu-wrapper,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu li,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu .sub-menu-wrapper {
    max-width: unset;
    width: 100%;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu li:last-child,
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu .sub-menu-wrapper:last-child,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu li:last-child,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .sub-menu .sub-menu-wrapper:last-child {
    border-bottom: none;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .menu-item-teaser,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .menu-item-teaser {
    order: 3;
    padding: 0;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .menu-item-teaser-headline,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .menu-item-teaser-headline {
    display: none;
  }
  header .header .menu-header-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .menu-item-image,
  header .header .menu-header-en-container .menu .sub-menu-wrapper.sub-menu-wrapper .sub-menu-container .menu-item-image {
    order: 2;
    text-align: center;
    padding: 0;
    margin: 0.5rem 0;
  }
}
header .header .icon-container {
  align-items: center;
}
header .header .icon-container > div {
  padding-right: 1.25rem;
}
header .header .icon-container > div:last-child {
  padding-right: 0;
  padding-left: 1.25rem;
}
header .header .icon-container .language-switch {
  position: relative;
  display: flex;
  cursor: pointer;
  padding-right: 0;
}
header .header .icon-container .language-switch:before {
  content: "";
  background: url("../../eucon/assets/icons/icon-world.svg") no-repeat center center;
  background-size: 1rem 1rem;
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .header .icon-container .language-switch .wpml-ls {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
}
header .header .icon-container .language-switch .wpml-ls ul {
  list-style: none;
  position: absolute;
  top: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(59, 59, 60, 0.9);
  padding: 0.5rem 1rem 1rem 1rem;
}
header .header .icon-container .language-switch .wpml-ls ul li {
  display: block;
}
header .header .icon-container .language-switch .wpml-ls ul li a {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #fff;
  padding: 0.5rem 0 0 0;
  white-space: nowrap;
  display: inline-block;
}
header .header .icon-container .language-switch .wpml-ls ul li a:visited {
  color: #fff;
}
header .header .icon-container .language-switch .wpml-ls ul li a:hover, header .header .icon-container .language-switch .wpml-ls ul li a:active, header .header .icon-container .language-switch .wpml-ls ul li a.active {
  border-bottom: 0.125rem solid #FBBA00;
}
header .header .icon-container .language-switch .current-lang {
  text-transform: uppercase;
  margin-left: 1.375rem;
  color: #fff;
}
header .header .icon-container .language-switch:hover:before {
  background: url("../../eucon/assets/icons/icon-world-yellow.svg") no-repeat center center;
  background-size: 1rem 1rem;
}
header .header .icon-container .language-switch:hover .current-lang {
  color: #FBBA00;
}
header .header .icon-container .language-switch.open:before {
  background: url("../../eucon/assets/icons/icon-world-yellow.svg") no-repeat center center;
  background-size: 1rem 1rem;
}
header .header .icon-container .language-switch.open .wpml-ls {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.125s;
}
header .header .icon-container .language-switch.open .current-lang {
  color: #FBBA00;
}
header .header .icon-container .login {
  position: relative;
}
header .header .icon-container .login-link {
  color: #fff;
  padding-left: 1.5rem;
  position: relative;
}
header .header .icon-container .login-link:before, header .header .icon-container .login-link:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header .header .icon-container .login-link:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../../eucon/assets/icons/icon-login.svg") no-repeat center center;
  background-size: 1rem 1rem;
  left: 0;
}
header .header .icon-container .login-link:after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("../../eucon/assets/icons/icon-chevron-down.svg") no-repeat center center;
  background-size: 1rem 1rem;
  margin-left: 0.25rem;
}
header .header .icon-container .login-link:hover {
  color: #FBBA00;
  cursor: pointer;
}
header .header .icon-container .login-link:hover:before {
  filter: brightness(0) grayscale(100%) invert(77%) sepia(61%) saturate(1629%) hue-rotate(355deg) brightness(95%) contrast(109%);
}
header .header .icon-container .login-link:hover:after {
  filter: brightness(0) grayscale(100%) invert(77%) sepia(61%) saturate(1629%) hue-rotate(355deg) brightness(95%) contrast(109%);
}
header .header .icon-container .login-list {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  transition-delay: 0.2s;
  position: absolute;
  top: 2.2rem;
  right: 0;
}
header .header .icon-container .login-list ul {
  list-style: none;
  background: rgba(59, 59, 60, 0.9);
  padding: 0.5rem 1rem 1rem 1rem;
  text-align: right;
}
header .header .icon-container .login-list ul li {
  display: block;
}
header .header .icon-container .login-list ul li a {
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #fff;
  padding: 0.5rem 0 0 0;
  white-space: nowrap;
  display: inline-block;
}
header .header .icon-container .login-list ul li a:visited {
  color: #fff;
}
header .header .icon-container .login-list ul li a:hover, header .header .icon-container .login-list ul li a:active, header .header .icon-container .login-list ul li a.active {
  border-bottom: 0.125rem solid #FBBA00;
}
header .header .icon-container .login.open .login-list {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.125s;
}
header .header .icon-container .burger {
  cursor: pointer;
}
header .header .icon-container .burger span {
  display: block;
  width: 1.5rem;
  height: 0.125rem;
  position: relative;
  margin: 0.3125rem 0;
  background: #fff;
  border-radius: 0.1875rem;
  transition: all 0.5s ease;
  transform-origin: 90% 50%;
}
header .header .icon-container .burger.open span {
  opacity: 1;
  transform: rotate(45deg);
}
header .header .icon-container .burger.open span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
header .header .icon-container .burger.open span:nth-last-child(3) {
  transform: rotate(-45deg);
}

footer .footer-nav {
  color: #fff;
  border-bottom: 0.0625rem solid #94A6B0;
}
footer .footer-nav .menu {
  margin-bottom: 2.5rem;
}
footer .footer-nav .menu li {
  margin-bottom: 1rem;
}
footer .footer-nav .menu li a:link,
footer .footer-nav .menu li a:active,
footer .footer-nav .menu li a:visited,
footer .footer-nav .menu li a:hover,
footer .footer-nav .menu li a:focus {
  text-decoration: none;
  color: #fff;
}
footer .footer-nav .menu li a:hover,
footer .footer-nav .menu li a.active {
  border-bottom: 0.125rem solid #FBBA00;
}
footer .footer-nav .menu li ul {
  margin-top: 1.25rem;
}
footer .footer-nav .menu li ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
footer .footer-nav .menu li ul li a:link,
footer .footer-nav .menu li ul li a:active,
footer .footer-nav .menu li ul li a:visited,
footer .footer-nav .menu li ul li a:hover,
footer .footer-nav .menu li ul li a:focus {
  font-family: "OpenSansRegular";
}
footer .footer-nav .menu li ul li:has(.current-menu-item) > a,
footer .footer-nav .menu li ul li.current-menu-item > a {
  border-bottom: 0.125rem solid #FBBA00;
}
footer .footer-nav-legal {
  color: #fff;
}
footer .footer-nav-legal .menu li {
  margin-right: 2rem;
  display: inline;
}
footer .footer-nav-legal .menu li a:link,
footer .footer-nav-legal .menu li a:active,
footer .footer-nav-legal .menu li a:visited,
footer .footer-nav-legal .menu li a:hover,
footer .footer-nav-legal .menu li a:focus {
  text-decoration: none;
  color: #fff;
  font-size: 0.875rem;
}
footer .footer-nav-legal .menu li a:hover,
footer .footer-nav-legal .menu li a.active {
  border-bottom: 0.125rem solid #FBBA00;
}

.footer-locations a {
  text-decoration: none;
}
.footer-locations a:hover {
  text-decoration: underline;
  color: #3B3B3C;
}
.footer-locations .link-phone,
.footer-locations .link-email {
  padding-left: 1.5rem;
  background: url("../assets/icons/phone.svg") no-repeat 0 0.3125rem;
  background-size: 1rem 1rem;
}
.footer-locations .link-email {
  background: url("../assets/icons/mail.svg") no-repeat 0 0.3125rem;
}
.footer-locations .footer-nav-socialmedia .menu-footer-socialnav-container {
  margin-top: 0.625rem;
}
.footer-locations .footer-nav-socialmedia .menu li {
  display: inline;
}
.footer-locations .footer-nav-socialmedia .menu li a:link,
.footer-locations .footer-nav-socialmedia .menu li a:active,
.footer-locations .footer-nav-socialmedia .menu li a:visited,
.footer-locations .footer-nav-socialmedia .menu li a:hover,
.footer-locations .footer-nav-socialmedia .menu li a:focus {
  text-decoration: none;
  display: inline-block;
  margin-right: 1rem;
}
.footer-locations .footer-nav-socialmedia .menu li a:link span,
.footer-locations .footer-nav-socialmedia .menu li a:active span,
.footer-locations .footer-nav-socialmedia .menu li a:visited span,
.footer-locations .footer-nav-socialmedia .menu li a:hover span,
.footer-locations .footer-nav-socialmedia .menu li a:focus span {
  display: none;
}
.footer-locations .footer-nav-socialmedia .menu li a:link:before,
.footer-locations .footer-nav-socialmedia .menu li a:active:before,
.footer-locations .footer-nav-socialmedia .menu li a:visited:before,
.footer-locations .footer-nav-socialmedia .menu li a:hover:before,
.footer-locations .footer-nav-socialmedia .menu li a:focus:before {
  width: 2rem;
  height: 2rem;
  content: "";
  display: block;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: all 0.25s ease;
}
.footer-locations .footer-nav-socialmedia .menu li a:link:hover:before,
.footer-locations .footer-nav-socialmedia .menu li a:active:hover:before,
.footer-locations .footer-nav-socialmedia .menu li a:visited:hover:before,
.footer-locations .footer-nav-socialmedia .menu li a:hover:hover:before,
.footer-locations .footer-nav-socialmedia .menu li a:focus:hover:before {
  transform: scale(1.125);
  transition: all 0.25s ease;
}
.footer-locations .footer-nav-socialmedia .menu li.sociallink-linkedin a:before {
  background-image: url("../assets/icons/LinkedIn.svg");
}
.footer-locations .footer-nav-socialmedia .menu li.sociallink-xing a:before {
  background-image: url("../assets/icons/Xing.svg");
}
.footer-locations .footer-nav-socialmedia .menu li.sociallink-instagram a:before {
  background-image: url("../assets/icons/Instagram.svg");
}
.footer-locations .footer-nav-socialmedia .menu li.sociallink-facebook a:before {
  background-image: url("../assets/icons/Facebook.svg");
}
.footer-locations .footer-nav-socialmedia .menu li.sociallink-youtube a:before {
  background-image: url("../assets/icons/Youtube.svg");
}

.otgs-development-site-front-end {
  display: none !important;
}

.slick-dots {
  position: inherit;
  margin-top: 1.25rem;
  bottom: 0;
}
.slick-dots li {
  margin: 0 0.5rem;
  height: auto;
  width: auto;
}
.slick-dots li button {
  border: 0;
  background: #EBEBEB;
  display: block;
  height: 0.5rem;
  width: 1.875rem;
  outline: none;
  line-height: 0.5rem;
  font-size: 0;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 6.25rem;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #0d6efd;
}
.slick-dots li.slick-active button:before {
  display: none;
}

.slick-initialized.slick-slider .slick-arrow {
  background-color: transparent;
  background-image: url("../../eucon/assets/icons/arrow-slider-right.svg");
  background-repeat: no-repeat;
  background-size: 3.25rem 1.5rem;
  background-position: center;
  display: block;
  width: 3.25rem;
  height: 1.5rem;
  transform: unset;
  z-index: 1000;
}
@media (max-width: 767.98px) {
  .slick-initialized.slick-slider .slick-arrow {
    top: unset;
    bottom: -1.5rem;
  }
}
.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: 1400px) {
  .slick-initialized.slick-slider .slick-arrow.slick-next {
    right: 12.25rem;
  }
}
@media (min-width: 768px) {
  .slick-initialized.slick-slider .slick-arrow.slick-next:hover {
    right: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .slick-initialized.slick-slider .slick-arrow.slick-next:hover {
    right: 12.125rem;
  }
}
.slick-initialized.slick-slider .slick-arrow.slick-next:focus-visible {
  outline: 2px solid #1d4ed8;
  outline-offset: 4px;
}
.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: 1400px) {
  .slick-initialized.slick-slider .slick-arrow.slick-prev {
    left: 12.25rem;
  }
}
@media (min-width: 768px) {
  .slick-initialized.slick-slider .slick-arrow.slick-prev:hover {
    left: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .slick-initialized.slick-slider .slick-arrow.slick-prev:hover {
    left: 12.125rem;
  }
}
.slick-initialized.slick-slider .slick-arrow.slick-prev:focus-visible {
  outline: 2px solid #1d4ed8;
  outline-offset: 4px;
}

.bg-color-grey1 .slick-initialized.slick-slider .slick-arrow {
  background-color: transparent;
  background-image: url("../../eucon/assets/icons/arrow-slider-right-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;
}

.text-teaser p {
  margin-bottom: 1.25rem;
}
.text-teaser p:last-child {
  margin-bottom: 0;
}
.text-teaser a:link,
.text-teaser a:visited,
.text-teaser a:hover,
.text-teaser a:active,
.text-teaser a:focus {
  color: #FBBA00;
  text-decoration: underline;
}
.text-teaser a:hover {
  color: #FBBA00;
}
.text-teaser ul {
  list-style: disc;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.text-teaser ul li {
  margin-bottom: 0.5rem;
}
.text-teaser ol {
  list-style-type: decimal;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.text-teaser ol li {
  margin-bottom: 0.5rem;
}

.text-image {
  position: relative;
}
.text-image-image img {
  width: 100%;
}
.text-image-text ul {
  list-style: disc;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.text-image-text ul li {
  margin-bottom: 0.5rem;
}
.text-image-text ol {
  list-style-type: decimal;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.text-image-text ol li {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .text-image-background .text-image-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (min-width: 992px) {
  .text-image-background .text-image-text-bottom {
    position: absolute;
    top: unset;
    bottom: 3.125rem;
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .text-image-background-mobile .text-image-text {
    position: absolute;
    bottom: 0;
  }
}

.accordion-item {
  padding: 0.75rem 1.25rem 0.75rem 0.75rem;
  border-bottom: 1px solid #3B3B3C;
}
@media (min-width: 1400px) {
  .accordion-item {
    padding: 1.25rem 1.5rem;
  }
}
.accordion-item:first-child {
  border-top: 1px solid #3B3B3C;
}
.accordion-icon {
  width: 5.125rem;
  height: 5.125rem;
  margin-right: 1.25rem;
}
@media (max-width: 575.98px) {
  .accordion-icon {
    display: none;
  }
}
.accordion-label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-right: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1400px) {
  .accordion-label {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.accordion-label:after {
  border-bottom: 0.125rem solid;
  border-right: 0.125rem solid;
  content: "";
  display: block;
  height: 1rem;
  width: 1rem;
  pointer-events: none;
  transform: rotate(45deg);
  transition: all 0.45s ease-in-out;
  position: absolute;
  right: 0;
}
@media (min-width: 1400px) {
  .accordion-label:after {
    height: 1.25rem;
    width: 1.25rem;
  }
}
.accordion-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in;
}
.accordion-content-text ul {
  list-style: disc;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.accordion-content-text ul li {
  margin-bottom: 0.5rem;
}
.accordion-content-text ol {
  list-style-type: decimal;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.accordion-content-text ol li {
  margin-bottom: 0.5rem;
}
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.accordion input:checked + .accordion-label:after {
  transform: rotate(225deg);
}
.accordion input:checked ~ .accordion-content {
  margin-top: 1.25rem;
  max-height: 400rem;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-out;
}

.bg-color-grey1 .accordion-item {
  border-color: #fff;
}
.bg-color-grey1 .accordion-item:first-child {
  border-color: #fff;
}

.wp-block-lazyblock-ankernavigation {
  position: sticky;
  background: #fff;
  top: 0;
  z-index: 10000;
}

.ankernav-links {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
.ankernav-links::-webkit-scrollbar {
  display: none;
}
.ankernav-link {
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: "OpenSansBold";
  line-height: 1.2;
  padding: 1rem 1.5rem;
  border-bottom: 0.125rem solid #EBEBEB;
  white-space: nowrap;
}
.ankernav-link.active {
  border-bottom: 0.125rem solid #FBBA00;
}
.ankernav-link a:link,
.ankernav-link a:active,
.ankernav-link a:focus,
.ankernav-link a:hover,
.ankernav-link a:visited {
  text-decoration: none;
  color: inherit;
  border: none;
}

.infographic-image img {
  max-width: 7.5rem;
}
@media (min-width: 768px) {
  .infographic-image img {
    max-width: 10rem;
  }
}
@media (min-width: 1200px) {
  .infographic-image img {
    max-width: 13.125rem;
  }
}

.image-text-teaser-cols-text ul {
  list-style: disc;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.image-text-teaser-cols-text ul li {
  margin-bottom: 0.5rem;
}
.image-text-teaser-cols-text ol {
  list-style-type: decimal;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.image-text-teaser-cols-text ol li {
  margin-bottom: 0.5rem;
}

.teaserslider-item-wrapper {
  color: #fff;
}
.teaserslider-item-wrapper a {
  text-decoration: none;
}
.teaserslider-item-wrapper a:hover {
  color: #fff;
}
.teaserslider .slick-initialized.slick-slider {
  padding-bottom: 2rem;
}
.teaserslider .slick-initialized.slick-slider .slick-slide {
  padding: 0 1.25rem;
}
.teaserslider .slick-initialized.slick-slider .slick-arrow.slick-prev, .teaserslider .slick-initialized.slick-slider .slick-arrow.slick-next {
  top: unset;
  bottom: 0;
  left: unset;
  right: 7rem;
}
.teaserslider .slick-initialized.slick-slider .slick-arrow.slick-next {
  right: 1.25rem;
}
@media (max-width: 767.98px) {
  .teaserslider .slick-initialized.slick-slider .slick-arrow.slick-prev {
    left: 1.25rem;
    right: unset;
  }
}
.teaserslider-item {
  overflow: hidden;
}
.teaserslider-item img {
  display: flex;
  object-fit: cover;
}
.teaserslider-item img.icon-arrow-link {
  display: inline;
}

.testimonial-image {
  margin: 0 auto;
  width: 100%;
}
.testimonial-image-logo {
  max-width: 10.9375rem;
}

.tabbox {
  position: relative;
}
.tabbox-tabs {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
  margin-top: -6.2rem;
}
@media (min-width: 992px) {
  .tabbox-tabs {
    margin-top: -8rem;
  }
}
.tabbox-tabs::-webkit-scrollbar {
  display: none;
}
.tabbox-label {
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: "OpenSansBold";
  line-height: 1.2;
  padding: 1rem 1.5rem;
  border-right: 0.0625rem solid #EBEBEB;
  white-space: nowrap;
}
.tabbox-label:first-child {
  border-left: 0.0625rem solid #EBEBEB;
}
.tabbox-content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease-in;
}
.tabbox-content-text ul {
  list-style: disc;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.tabbox-content-text ul li {
  margin-bottom: 0.5rem;
}
.tabbox-content-text ol {
  list-style-type: decimal;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.tabbox-content-text ol li {
  margin-bottom: 0.5rem;
}
.tabbox input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabbox input:nth-of-type(1):checked ~ .tabbox-items > .tabbox-content:nth-child(1) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(1):checked ~ .tabbox-tabs > .tabbox-label:nth-child(1) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(2):checked ~ .tabbox-items > .tabbox-content:nth-child(2) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(2):checked ~ .tabbox-tabs > .tabbox-label:nth-child(2) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(3):checked ~ .tabbox-items > .tabbox-content:nth-child(3) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(3):checked ~ .tabbox-tabs > .tabbox-label:nth-child(3) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(4):checked ~ .tabbox-items > .tabbox-content:nth-child(4) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(4):checked ~ .tabbox-tabs > .tabbox-label:nth-child(4) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(5):checked ~ .tabbox-items > .tabbox-content:nth-child(5) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(5):checked ~ .tabbox-tabs > .tabbox-label:nth-child(5) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(6):checked ~ .tabbox-items > .tabbox-content:nth-child(6) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(6):checked ~ .tabbox-tabs > .tabbox-label:nth-child(6) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(7):checked ~ .tabbox-items > .tabbox-content:nth-child(7) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(7):checked ~ .tabbox-tabs > .tabbox-label:nth-child(7) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(8):checked ~ .tabbox-items > .tabbox-content:nth-child(8) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(8):checked ~ .tabbox-tabs > .tabbox-label:nth-child(8) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(9):checked ~ .tabbox-items > .tabbox-content:nth-child(9) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(9):checked ~ .tabbox-tabs > .tabbox-label:nth-child(9) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(10):checked ~ .tabbox-items > .tabbox-content:nth-child(10) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(10):checked ~ .tabbox-tabs > .tabbox-label:nth-child(10) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(11):checked ~ .tabbox-items > .tabbox-content:nth-child(11) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(11):checked ~ .tabbox-tabs > .tabbox-label:nth-child(11) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(12):checked ~ .tabbox-items > .tabbox-content:nth-child(12) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(12):checked ~ .tabbox-tabs > .tabbox-label:nth-child(12) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(13):checked ~ .tabbox-items > .tabbox-content:nth-child(13) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(13):checked ~ .tabbox-tabs > .tabbox-label:nth-child(13) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(14):checked ~ .tabbox-items > .tabbox-content:nth-child(14) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(14):checked ~ .tabbox-tabs > .tabbox-label:nth-child(14) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(15):checked ~ .tabbox-items > .tabbox-content:nth-child(15) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(15):checked ~ .tabbox-tabs > .tabbox-label:nth-child(15) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(16):checked ~ .tabbox-items > .tabbox-content:nth-child(16) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(16):checked ~ .tabbox-tabs > .tabbox-label:nth-child(16) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(17):checked ~ .tabbox-items > .tabbox-content:nth-child(17) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(17):checked ~ .tabbox-tabs > .tabbox-label:nth-child(17) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(18):checked ~ .tabbox-items > .tabbox-content:nth-child(18) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(18):checked ~ .tabbox-tabs > .tabbox-label:nth-child(18) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(19):checked ~ .tabbox-items > .tabbox-content:nth-child(19) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(19):checked ~ .tabbox-tabs > .tabbox-label:nth-child(19) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}
.tabbox input:nth-of-type(20):checked ~ .tabbox-items > .tabbox-content:nth-child(20) {
  opacity: 1;
  visibility: visible;
  max-height: unset;
}
.tabbox input:nth-of-type(20):checked ~ .tabbox-tabs > .tabbox-label:nth-child(20) {
  background-color: #EBEBEB;
  border-top: 0.125rem solid #FBBA00;
}

.bg-color-yellow.tabbox input:nth-of-type(1):checked ~ .tabbox-tabs > .tabbox-label:nth-child(1) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(2):checked ~ .tabbox-tabs > .tabbox-label:nth-child(2) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(3):checked ~ .tabbox-tabs > .tabbox-label:nth-child(3) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(4):checked ~ .tabbox-tabs > .tabbox-label:nth-child(4) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(5):checked ~ .tabbox-tabs > .tabbox-label:nth-child(5) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(6):checked ~ .tabbox-tabs > .tabbox-label:nth-child(6) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(7):checked ~ .tabbox-tabs > .tabbox-label:nth-child(7) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(8):checked ~ .tabbox-tabs > .tabbox-label:nth-child(8) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(9):checked ~ .tabbox-tabs > .tabbox-label:nth-child(9) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(10):checked ~ .tabbox-tabs > .tabbox-label:nth-child(10) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(11):checked ~ .tabbox-tabs > .tabbox-label:nth-child(11) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(12):checked ~ .tabbox-tabs > .tabbox-label:nth-child(12) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(13):checked ~ .tabbox-tabs > .tabbox-label:nth-child(13) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(14):checked ~ .tabbox-tabs > .tabbox-label:nth-child(14) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(15):checked ~ .tabbox-tabs > .tabbox-label:nth-child(15) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(16):checked ~ .tabbox-tabs > .tabbox-label:nth-child(16) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(17):checked ~ .tabbox-tabs > .tabbox-label:nth-child(17) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(18):checked ~ .tabbox-tabs > .tabbox-label:nth-child(18) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(19):checked ~ .tabbox-tabs > .tabbox-label:nth-child(19) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox input:nth-of-type(20):checked ~ .tabbox-tabs > .tabbox-label:nth-child(20) {
  background-color: #FBBA00;
  border-top: 0.125rem solid #FBBA00;
}
.bg-color-yellow.tabbox .tabbox-label {
  border-right: 0.0625rem solid #FBBA00;
}
.bg-color-yellow.tabbox .tabbox-label:first-child {
  border-left: 0.0625rem solid #FBBA00;
}

.video-stage {
  position: relative;
}
.video-stage-video video {
  width: 100%;
}
.video-stage-text-container {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .video-stage-text-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
.video-stage-text {
  padding: 2.5rem 1.25rem 3.125rem 1.25rem;
}
@media (min-width: 992px) {
  .video-stage-text {
    position: relative;
    width: 100%;
    padding: 0 3% 0 53%;
  }
}
@media (min-width: 1400px) {
  .video-stage-text {
    padding: 0 10% 0 55%;
  }
}
.video-stage-text ul {
  list-style: disc;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.video-stage-text ul li {
  margin-bottom: 0.5rem;
}
.video-stage-text ol {
  list-style-type: decimal;
  margin: 1.25rem 0 1.25rem 1.25rem;
}
.video-stage-text ol li {
  margin-bottom: 0.5rem;
}

.ms-bookings {
  background-color: #f4f4f4;
}

.stage-image img {
  width: 100%;
  max-height: 75vh;
  object-fit: cover;
  object-position: top;
}

.videomodul .video.playable:after {
  content: "";
  width: 4.6875rem;
  height: 4.6875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../assets/icons/icon-play.svg") no-repeat center;
  background-size: 4.6875rem;
  cursor: pointer;
}
.videomodul .video.playable video:hover {
  cursor: pointer;
}

.references-image {
  width: 100%;
  max-width: 9.375rem;
  margin: 0 auto;
}

.animated-stage {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  position: relative;
  height: 500vh;
}
.animated-stage canvas {
  position: sticky;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(56, 59, 63);
  z-index: 1;
}

#hero-textcontainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#hero-textcontainer .hero-text-stage {
  position: relative;
  width: 100%;
  height: 50vh;
  margin-bottom: 50vh;
  padding: 0 10% 0 55%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}
@media (max-width: 767.98px) {
  #hero-textcontainer .hero-text-stage {
    padding: 0 5%;
    max-width: 30em;
    margin-inline: auto;
  }
}
#hero-textcontainer .hero-text-stage:first-child {
  margin-top: 75vh;
}
@media (max-width: 767.98px) {
  #hero-textcontainer .hero-text-stage:first-child {
    margin-top: 100vh;
  }
}
#hero-textcontainer h2 {
  margin-bottom: 0.3em;
}

.animation-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.animation-container canvas {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 50vw;
  background: rgb(56, 59, 63);
  z-index: 1;
}
@media (width < 640px) or (orientation: portrait) {
  .animation-container canvas {
    height: 200vw;
  }
}

.hero-textcontainer {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-textcontainer .hero-text {
  position: relative;
  width: 100%;
  padding: 0 10% 0 55%;
  color: #fff;
}
.hero-textcontainer .hero-text.left {
  padding: 0 55% 0 10%;
}
@media (width < 640px) or (orientation: portrait) {
  .hero-textcontainer .hero-text {
    padding: 0 5%;
    max-width: 30em;
    margin-inline: auto;
  }
  .hero-textcontainer .hero-text.left {
    padding: 0 5%;
  }
}
@media (width < 640px) or (orientation: portrait) {
  .hero-textcontainer {
    padding-top: 80%;
  }
}
.hero-textcontainer .text-switch {
  display: none;
}
.hero-textcontainer .text-switch.current {
  display: block;
}
.hero-textcontainer h2 {
  margin-bottom: 0.3em;
}

.ba-toggle ul {
  list-style: none;
  padding: 0;
}
.ba-toggle li {
  display: block;
  padding: 0.2em 0;
  border-left: 1px solid #41464b;
}
@media (width < 640px) or (orientation: portrait) {
  .ba-toggle li {
    display: inline-block;
    margin-right: 1em;
  }
}
.ba-toggle a {
  color: inherit;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0.5em;
}
.ba-toggle a.current {
  color: #FBBA00;
  border-left: 2px solid #FBBA00;
}

.scroll-nav-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
@media (max-width: 991.98px) {
  .scroll-nav-video {
    flex-direction: column;
  }
}
.scroll-nav-video .scroll-nav-video-videocontainer {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  background-color: rgb(56, 59, 63);
  background-image: url("../assets/images/bg-animated-scrollnav-video_800x586.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 992px) {
  .scroll-nav-video .scroll-nav-video-videocontainer {
    background-image: url("../assets/images/bg-animated-scrollnav-video_2400x1200.jpg");
  }
}
.scroll-nav-video .scroll-nav-video-videocontainer video {
  width: 100%;
}

.scroll-nav-video-textcontainer {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .scroll-nav-video-textcontainer {
    position: inherit;
    height: auto;
    order: 2;
    background: #3B3B3C;
  }
}
.scroll-nav-video-textcontainer .scroll-nav-video-text {
  position: relative;
  width: 100%;
  padding: 0 55% 0 6%;
  color: #fff;
}
@media (max-width: 991.98px) {
  .scroll-nav-video-textcontainer .scroll-nav-video-text {
    margin-inline: auto;
    padding: 2.5rem 1.25rem 3.125rem 1.25rem;
  }
}
@media (min-width: 1400px) {
  .scroll-nav-video-textcontainer .scroll-nav-video-text {
    padding: 0 55% 0 12%;
  }
}
@media (max-width: 991.98px) {
  .scroll-nav-video-textcontainer .scroll-nav-video-nav {
    margin-bottom: 1.25rem;
  }
}
.scroll-nav-video-textcontainer .text-switch {
  display: none;
}
.scroll-nav-video-textcontainer .text-switch.current {
  display: block;
}
.scroll-nav-video-textcontainer h2 {
  margin-bottom: 0.3em;
}

.scroll-nav-video-nav ul {
  list-style: none;
  padding: 0;
}
.scroll-nav-video-nav li {
  display: block;
  padding: 0.2em 0;
}
@media (width < 640px) or (orientation: portrait) {
  .scroll-nav-video-nav li {
    display: inline-block;
    margin-right: 1em;
  }
}
.scroll-nav-video-nav a {
  color: inherit;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0.5em;
  border-left: 2px solid transparent;
}
.scroll-nav-video-nav a.current {
  color: #FBBA00;
  border-left: 2px solid #FBBA00;
}

.scroll-navigation {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .scroll-navigation {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.scroll-navigation-text-wrapper .text-switch {
  opacity: 0;
  height: 0;
  visibility: hidden;
  width: 90%;
}
.scroll-navigation-text-wrapper .text-switch.current {
  opacity: 1;
  height: auto;
  visibility: visible;
}
.scroll-navigation-text-wrapper .text-switch .slick-list {
  z-index: 10000;
}
.scroll-navigation-text-wrapper .text-switch .slick-list .slick-slide {
  padding: 1.25rem 1.25rem 1.25rem 0;
}
.scroll-navigation-text-wrapper .text-switch .btn:first-of-type {
  margin-right: 1rem;
}
.scroll-navigation-toggle ul {
  list-style: none;
  padding: 0;
}
.scroll-navigation-toggle li {
  display: block;
  padding: 0.2em 0;
  border-left: 2px solid #41464b;
}
.scroll-navigation-toggle li a {
  color: inherit;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0.625rem;
}
.scroll-navigation-toggle li a .icon {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.5rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(23%) saturate(3259%) hue-rotate(175deg) brightness(112%) contrast(105%);
}
.scroll-navigation-toggle li a:hover .icon {
  filter: brightness(0) saturate(100%) invert(72%) sepia(72%) saturate(1074%) hue-rotate(358deg) brightness(95%) contrast(109%);
}
.scroll-navigation-toggle li.current {
  color: #FBBA00;
  border-left: 2px solid #FBBA00;
}
.scroll-navigation-toggle li.current a .icon {
  filter: brightness(0) saturate(100%) invert(72%) sepia(72%) saturate(1074%) hue-rotate(358deg) brightness(95%) contrast(109%);
}

.page-id-6437 .header .nav-wrapper,
.page-id-10981 .header .nav-wrapper {
  display: none !important;
}
.page-id-6437 .header .icon-container,
.page-id-10981 .header .icon-container {
  display: none !important;
}

.login-form .wpforms-container-full {
  margin: 2rem 0 !important;
}

.news-wrapper .news-navigation-wrapper {
  margin-bottom: 5.2rem;
}
.news-wrapper .news-navigation-wrapper .wp-block-categories-list {
  display: none;
}
@media (min-width: 576px) {
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li {
    text-align: left;
    font-family: "OpenSansSemiBold";
    padding: 0 2rem;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: #3B3B3C;
    font-size: 1.625rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
@media (min-width: 576px) {
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a .category-icons-wrapper {
    display: flex;
    align-items: center;
    margin: 0 0.5rem 1rem 0;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a .category-icons-wrapper img {
    width: 40px;
    height: 40px;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a .category-icon-active {
    display: none;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a .category-icon {
    display: inline-block;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a .category-name {
    display: inline-block;
    height: 42px;
    vertical-align: middle;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a:hover {
    color: #FBBA00;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a:hover .category-icon-active {
    display: inline-block !important;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a:hover .category-icon {
    display: none;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a:active, .news-wrapper .news-navigation-wrapper .wp-block-categories-list li a:focus {
    color: #3B3B3C;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li.current-cat a {
    color: #3B3B3C;
    border-bottom: 3px solid #FBBA00;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li.current-cat a .category-icon-active {
    display: inline-block !important;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-list li.current-cat a .category-icon {
    display: none;
  }
  .news-wrapper .news-navigation-wrapper .wp-block-categories-dropdown {
    display: none;
  }
}
.news-wrapper .wp-block-categories-dropdown label {
  display: none;
}
.news-wrapper .wp-block-categories-dropdown select {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  color: #3B3B3C;
  border: none;
  border-bottom: 2px solid #3B3B3C;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  box-shadow: none;
  transition: border 0.15s, box-shadow 0.15s;
}
.news-wrapper .news-list-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news-wrapper .news-list-wrapper ul li {
  max-width: 22.5rem;
  margin: 0 1.25rem 4rem 1.25rem;
}
.news-wrapper .news-list-wrapper ul li .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
  display: block;
}
.news-wrapper .news-list-wrapper ul li a:link,
.news-wrapper .news-list-wrapper ul li a:active,
.news-wrapper .news-list-wrapper ul li a:focus,
.news-wrapper .news-list-wrapper ul li a:visited,
.news-wrapper .news-list-wrapper ul li a:hover {
  color: #3B3B3C;
  border: none;
  text-decoration: none;
}
.news-wrapper .news-list-wrapper ul li .wp-block-post-date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "OpenSansSemiBold", sans-serif;
  margin: 1rem 0 0.4rem 0;
}
.news-wrapper .news-list-wrapper ul li .wp-block-post-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .news-wrapper .news-list-wrapper ul li .wp-block-post-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.news-wrapper .news-list-wrapper ul li .wp-block-post-title a {
  position: relative;
}
.news-wrapper .news-list-wrapper ul li .wp-block-post-title a:after {
  content: "";
  background-image: url("../../eucon/assets/icons/arrow-link-grey.svg");
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1.5rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  display: inline-flex;
  position: absolute;
  bottom: 0.125rem;
}
@media (min-width: 1200px) {
  .news-wrapper .news-list-wrapper ul li .wp-block-post-title a:after {
    bottom: 0.375rem;
  }
}
.news-wrapper .news-list-wrapper ul li .wp-block-post-title a:hover {
  color: #FBBA00;
}
.news-wrapper .news-list-wrapper ul li .wp-block-post-title:hover a:after {
  background-position: 0.125rem 0;
  background-image: url("../../eucon/assets/icons/arrow-link-yellow.svg");
}
.news-wrapper .news-list-wrapper ul li .wp-block-post-excerpt {
  display: none;
}
.news-wrapper .news-pagination-wrapper {
  text-align: center;
}
.news-wrapper .news-pagination-wrapper .more-loading {
  margin: 0 auto;
  background: #fff url("../assets/icons/ajax-loader.gif") center center no-repeat;
  height: 2rem;
  width: 2rem;
}

.news-latest ul li {
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .news-latest ul li {
    margin-bottom: 5rem;
  }
}
.news-latest ul li a {
  color: #3B3B3C;
  border: none;
  text-decoration: none;
}
.news-latest ul li a:hover .wp-block-latest-posts__post-excerpt {
  color: #FBBA00;
}
.news-latest .wp-block-latest-posts__featured-image {
  overflow: hidden;
}
.news-latest .wp-block-latest-posts__featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: top;
  display: block;
}
.news-latest .wp-block-latest-posts__post-date {
  display: block;
  padding-bottom: 0.3125rem;
  font-size: 1rem;
  font-family: "OpenSansSemiBold", sans-serif;
  line-height: 1.25rem;
}
.news-latest .wp-block-latest-posts__post-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .news-latest .wp-block-latest-posts__post-title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}
.news-latest .wp-block-latest-posts__post-title:after {
  content: "";
  background-image: url("../../eucon/assets/icons/arrow-link-grey.svg");
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 1.5rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  display: inline-flex;
  position: absolute;
  bottom: 0.125rem;
}
@media (min-width: 1200px) {
  .news-latest .wp-block-latest-posts__post-title:after {
    bottom: 0.375rem;
  }
}
.news-latest .wp-block-latest-posts__post-title:hover {
  color: #FBBA00;
}
.news-latest .wp-block-latest-posts__post-title:hover:after {
  background-position: 0.125rem 0;
  background-image: url("../../eucon/assets/icons/arrow-link-yellow.svg");
}
.news-latest .wp-block-latest-posts__post-excerpt {
  margin-top: 0.5rem;
}

.single-post .single-post-date {
  margin-bottom: -3.125rem;
}
@media (min-width: 992px) {
  .single-post .single-post-date {
    margin-bottom: -5rem;
  }
}

.single-imported_job main {
  margin-bottom: 7.5rem;
}

.single-imported_job main ul {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}

.single-imported_job main li {
  padding-left: 30px;
  line-height: 1.6;
  background: url(../assets/icons/yellow_tick.png) no-repeat 0 8px;
}

.contact-person-wrapper img {
  width: 100%;
}

.contact-person-wrapper {
  background: #3B3B3C;
}

.contact-person-details {
  padding: 19px 22px 22px 22px;
  color: #ffffff;
}

.contact-person-name {
  color: #FBBA00;
  font-weight: 600;
  font-size: 1.225rem;
  margin-bottom: 10px;
}

.contact-person-phone a {
  margin-bottom: 5px;
}

.contact-person-phone a,
.contact-person-email a {
  text-decoration: none;
  font-weight: 500;
}

.button-wrapper {
  margin-top: 30px;
  text-align: center;
}

.jobs-container {
  background-color: #fff;
  max-width: 1200px;
  margin: 7.5rem auto;
}

.jobs-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.jobs-title {
  font-size: 2.625rem;
  margin: 0;
  position: relative;
}

.jobs-badge {
  display: inline-block;
  background-color: #FBBA00;
  color: #333;
  font-size: 14px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  margin-left: 8px;
  position: absolute;
  top: 0;
}

.jobs-listing {
  border-top: 1px solid #ddd;
}

.jobs-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 10px;
  border-bottom: 1px solid #ddd;
}

.jobs-arrow {
  color: #f4b000;
  font-size: 18px;
  margin-right: 8px;
}

.jobs-role {
  flex-grow: 1;
  color: #333;
}

.jobs-location {
  color: #555;
  text-transform: uppercase;
}

.jobs-listing a {
  text-decoration: none;
  line-height: 1;
}

.jobs-listing .jobs-item:hover {
  background: #f4b000;
  color: #333;
}

.jobs-listing .jobs-item:hover .jobs-arrow {
  color: #333;
}

.jobs-listing a:last-of-type {
  margin-bottom: 50px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .contact-person-wrapper {
    margin-top: 60px;
  }
  .jobs-role {
    line-height: 1.6;
  }
  .jobs-container {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .jobs-title {
    line-height: 1.2;
    font-size: 1.8rem;
  }
  .jobs-container {
    margin: 4rem auto;
  }
}
.job-detail p {
  margin-bottom: 1rem !important;
}

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