@charset "UTF-8";
/*———— -Libraries- ————*/
.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


/* Ascending order is required for the $container-max-widths map.*/
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 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: 1.6rem;
  --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: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1181px;
  }
}
: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: 1.6rem;
  --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-1,
.gx-1 {
  --bs-gutter-x: 0.4rem;
}

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

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

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

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

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

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

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

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

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

@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-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@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-1,
  .gx-md-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@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-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@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-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
@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-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.4rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.4rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.8rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.8rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1.6rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.6rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 2.4rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 2.4rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 4.8rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 4.8rem;
  }
}
.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-1 {
  margin: 0.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-5 {
  padding-left: 4.8rem !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-1 {
    margin: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1.6rem !important;
  }
  .m-sm-4 {
    margin: 2.4rem !important;
  }
  .m-sm-5 {
    margin: 4.8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-5 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.4rem !important;
  }
  .me-sm-2 {
    margin-right: 0.8rem !important;
  }
  .me-sm-3 {
    margin-right: 1.6rem !important;
  }
  .me-sm-4 {
    margin-right: 2.4rem !important;
  }
  .me-sm-5 {
    margin-right: 4.8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-4 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-5 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1.6rem !important;
  }
  .p-sm-4 {
    padding: 2.4rem !important;
  }
  .p-sm-5 {
    padding: 4.8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-5 {
    padding-top: 4.8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-4 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-5 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.4rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-4 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-5 {
    padding-left: 4.8rem !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-1 {
    margin: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1.6rem !important;
  }
  .m-md-4 {
    margin: 2.4rem !important;
  }
  .m-md-5 {
    margin: 4.8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.4rem !important;
  }
  .mt-md-2 {
    margin-top: 0.8rem !important;
  }
  .mt-md-3 {
    margin-top: 1.6rem !important;
  }
  .mt-md-4 {
    margin-top: 2.4rem !important;
  }
  .mt-md-5 {
    margin-top: 4.8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.4rem !important;
  }
  .me-md-2 {
    margin-right: 0.8rem !important;
  }
  .me-md-3 {
    margin-right: 1.6rem !important;
  }
  .me-md-4 {
    margin-right: 2.4rem !important;
  }
  .me-md-5 {
    margin-right: 4.8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.4rem !important;
  }
  .ms-md-2 {
    margin-left: 0.8rem !important;
  }
  .ms-md-3 {
    margin-left: 1.6rem !important;
  }
  .ms-md-4 {
    margin-left: 2.4rem !important;
  }
  .ms-md-5 {
    margin-left: 4.8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1.6rem !important;
  }
  .p-md-4 {
    padding: 2.4rem !important;
  }
  .p-md-5 {
    padding: 4.8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.4rem !important;
  }
  .pt-md-2 {
    padding-top: 0.8rem !important;
  }
  .pt-md-3 {
    padding-top: 1.6rem !important;
  }
  .pt-md-4 {
    padding-top: 2.4rem !important;
  }
  .pt-md-5 {
    padding-top: 4.8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.4rem !important;
  }
  .pe-md-2 {
    padding-right: 0.8rem !important;
  }
  .pe-md-3 {
    padding-right: 1.6rem !important;
  }
  .pe-md-4 {
    padding-right: 2.4rem !important;
  }
  .pe-md-5 {
    padding-right: 4.8rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.4rem !important;
  }
  .ps-md-2 {
    padding-left: 0.8rem !important;
  }
  .ps-md-3 {
    padding-left: 1.6rem !important;
  }
  .ps-md-4 {
    padding-left: 2.4rem !important;
  }
  .ps-md-5 {
    padding-left: 4.8rem !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-1 {
    margin: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1.6rem !important;
  }
  .m-lg-4 {
    margin: 2.4rem !important;
  }
  .m-lg-5 {
    margin: 4.8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-5 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.4rem !important;
  }
  .me-lg-2 {
    margin-right: 0.8rem !important;
  }
  .me-lg-3 {
    margin-right: 1.6rem !important;
  }
  .me-lg-4 {
    margin-right: 2.4rem !important;
  }
  .me-lg-5 {
    margin-right: 4.8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.4rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-4 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-5 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1.6rem !important;
  }
  .p-lg-4 {
    padding: 2.4rem !important;
  }
  .p-lg-5 {
    padding: 4.8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-4 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-5 {
    padding-top: 4.8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-4 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-5 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.4rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-4 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-5 {
    padding-left: 4.8rem !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-1 {
    margin: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 0.8rem !important;
  }
  .m-xl-3 {
    margin: 1.6rem !important;
  }
  .m-xl-4 {
    margin: 2.4rem !important;
  }
  .m-xl-5 {
    margin: 4.8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-4 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-5 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xl-3 {
    margin-right: 1.6rem !important;
  }
  .me-xl-4 {
    margin-right: 2.4rem !important;
  }
  .me-xl-5 {
    margin-right: 4.8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-4 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-5 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.8rem !important;
  }
  .p-xl-3 {
    padding: 1.6rem !important;
  }
  .p-xl-4 {
    padding: 2.4rem !important;
  }
  .p-xl-5 {
    padding: 4.8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-4 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-5 {
    padding-top: 4.8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-4 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-4 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-5 {
    padding-left: 4.8rem !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-1 {
    margin: 0.4rem !important;
  }
  .m-xxl-2 {
    margin: 0.8rem !important;
  }
  .m-xxl-3 {
    margin: 1.6rem !important;
  }
  .m-xxl-4 {
    margin: 2.4rem !important;
  }
  .m-xxl-5 {
    margin: 4.8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxl-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.6rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 4.8rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.6rem !important;
  }
  .me-xxl-4 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-5 {
    margin-right: 4.8rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.6rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 4.8rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.4rem !important;
  }
  .p-xxl-2 {
    padding: 0.8rem !important;
  }
  .p-xxl-3 {
    padding: 1.6rem !important;
  }
  .p-xxl-4 {
    padding: 2.4rem !important;
  }
  .p-xxl-5 {
    padding: 4.8rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xxl-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxl-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.6rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 4.8rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.6rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.6rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 4.8rem !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;
  }
}
/*!
 * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

.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;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale {
  object-fit: scale-down !important;
}

.object-fit-none {
  object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.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;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !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-1 {
  margin: 0.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.4rem !important;
}

.gap-2 {
  gap: 0.8rem !important;
}

.gap-3 {
  gap: 1.6rem !important;
}

.gap-4 {
  gap: 2.4rem !important;
}

.gap-5 {
  gap: 4.8rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.4rem !important;
}

.row-gap-2 {
  row-gap: 0.8rem !important;
}

.row-gap-3 {
  row-gap: 1.6rem !important;
}

.row-gap-4 {
  row-gap: 2.4rem !important;
}

.row-gap-5 {
  row-gap: 4.8rem !important;
}

.column-gap-0 {
  column-gap: 0 !important;
}

.column-gap-1 {
  column-gap: 0.4rem !important;
}

.column-gap-2 {
  column-gap: 0.8rem !important;
}

.column-gap-3 {
  column-gap: 1.6rem !important;
}

.column-gap-4 {
  column-gap: 2.4rem !important;
}

.column-gap-5 {
  column-gap: 4.8rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -ms-user-select: all !important;
      user-select: all !important;
}

.user-select-auto {
  -ms-user-select: auto !important;
      user-select: auto !important;
}

.user-select-none {
  -ms-user-select: none !important;
      user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .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-1 {
    margin: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.8rem !important;
  }
  .m-sm-3 {
    margin: 1.6rem !important;
  }
  .m-sm-4 {
    margin: 2.4rem !important;
  }
  .m-sm-5 {
    margin: 4.8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-sm-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-sm-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-sm-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-sm-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-sm-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-sm-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.8rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.6rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.4rem !important;
  }
  .mt-sm-5 {
    margin-top: 4.8rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.4rem !important;
  }
  .me-sm-2 {
    margin-right: 0.8rem !important;
  }
  .me-sm-3 {
    margin-right: 1.6rem !important;
  }
  .me-sm-4 {
    margin-right: 2.4rem !important;
  }
  .me-sm-5 {
    margin-right: 4.8rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.4rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.8rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.6rem !important;
  }
  .ms-sm-4 {
    margin-left: 2.4rem !important;
  }
  .ms-sm-5 {
    margin-left: 4.8rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.8rem !important;
  }
  .p-sm-3 {
    padding: 1.6rem !important;
  }
  .p-sm-4 {
    padding: 2.4rem !important;
  }
  .p-sm-5 {
    padding: 4.8rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-sm-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-sm-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-sm-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-sm-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-sm-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-sm-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-sm-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-sm-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.8rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.6rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.4rem !important;
  }
  .pt-sm-5 {
    padding-top: 4.8rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.8rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.6rem !important;
  }
  .pe-sm-4 {
    padding-right: 2.4rem !important;
  }
  .pe-sm-5 {
    padding-right: 4.8rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.4rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.8rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.6rem !important;
  }
  .ps-sm-4 {
    padding-left: 2.4rem !important;
  }
  .ps-sm-5 {
    padding-left: 4.8rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.4rem !important;
  }
  .gap-sm-2 {
    gap: 0.8rem !important;
  }
  .gap-sm-3 {
    gap: 1.6rem !important;
  }
  .gap-sm-4 {
    gap: 2.4rem !important;
  }
  .gap-sm-5 {
    gap: 4.8rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1.6rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 2.4rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 4.8rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1.6rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 2.4rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 4.8rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .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-1 {
    margin: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.8rem !important;
  }
  .m-md-3 {
    margin: 1.6rem !important;
  }
  .m-md-4 {
    margin: 2.4rem !important;
  }
  .m-md-5 {
    margin: 4.8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-md-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-md-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-md-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-md-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-md-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-md-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-md-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-md-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.4rem !important;
  }
  .mt-md-2 {
    margin-top: 0.8rem !important;
  }
  .mt-md-3 {
    margin-top: 1.6rem !important;
  }
  .mt-md-4 {
    margin-top: 2.4rem !important;
  }
  .mt-md-5 {
    margin-top: 4.8rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.4rem !important;
  }
  .me-md-2 {
    margin-right: 0.8rem !important;
  }
  .me-md-3 {
    margin-right: 1.6rem !important;
  }
  .me-md-4 {
    margin-right: 2.4rem !important;
  }
  .me-md-5 {
    margin-right: 4.8rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.4rem !important;
  }
  .ms-md-2 {
    margin-left: 0.8rem !important;
  }
  .ms-md-3 {
    margin-left: 1.6rem !important;
  }
  .ms-md-4 {
    margin-left: 2.4rem !important;
  }
  .ms-md-5 {
    margin-left: 4.8rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.8rem !important;
  }
  .p-md-3 {
    padding: 1.6rem !important;
  }
  .p-md-4 {
    padding: 2.4rem !important;
  }
  .p-md-5 {
    padding: 4.8rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-md-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-md-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-md-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-md-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-md-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-md-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-md-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-md-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.4rem !important;
  }
  .pt-md-2 {
    padding-top: 0.8rem !important;
  }
  .pt-md-3 {
    padding-top: 1.6rem !important;
  }
  .pt-md-4 {
    padding-top: 2.4rem !important;
  }
  .pt-md-5 {
    padding-top: 4.8rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.4rem !important;
  }
  .pe-md-2 {
    padding-right: 0.8rem !important;
  }
  .pe-md-3 {
    padding-right: 1.6rem !important;
  }
  .pe-md-4 {
    padding-right: 2.4rem !important;
  }
  .pe-md-5 {
    padding-right: 4.8rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.4rem !important;
  }
  .ps-md-2 {
    padding-left: 0.8rem !important;
  }
  .ps-md-3 {
    padding-left: 1.6rem !important;
  }
  .ps-md-4 {
    padding-left: 2.4rem !important;
  }
  .ps-md-5 {
    padding-left: 4.8rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.4rem !important;
  }
  .gap-md-2 {
    gap: 0.8rem !important;
  }
  .gap-md-3 {
    gap: 1.6rem !important;
  }
  .gap-md-4 {
    gap: 2.4rem !important;
  }
  .gap-md-5 {
    gap: 4.8rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1.6rem !important;
  }
  .row-gap-md-4 {
    row-gap: 2.4rem !important;
  }
  .row-gap-md-5 {
    row-gap: 4.8rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1.6rem !important;
  }
  .column-gap-md-4 {
    column-gap: 2.4rem !important;
  }
  .column-gap-md-5 {
    column-gap: 4.8rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .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-1 {
    margin: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.8rem !important;
  }
  .m-lg-3 {
    margin: 1.6rem !important;
  }
  .m-lg-4 {
    margin: 2.4rem !important;
  }
  .m-lg-5 {
    margin: 4.8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-lg-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-lg-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-lg-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-lg-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-lg-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-lg-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.8rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.6rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.4rem !important;
  }
  .mt-lg-5 {
    margin-top: 4.8rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.4rem !important;
  }
  .me-lg-2 {
    margin-right: 0.8rem !important;
  }
  .me-lg-3 {
    margin-right: 1.6rem !important;
  }
  .me-lg-4 {
    margin-right: 2.4rem !important;
  }
  .me-lg-5 {
    margin-right: 4.8rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.4rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.8rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.6rem !important;
  }
  .ms-lg-4 {
    margin-left: 2.4rem !important;
  }
  .ms-lg-5 {
    margin-left: 4.8rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.8rem !important;
  }
  .p-lg-3 {
    padding: 1.6rem !important;
  }
  .p-lg-4 {
    padding: 2.4rem !important;
  }
  .p-lg-5 {
    padding: 4.8rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-lg-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-lg-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-lg-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-lg-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-lg-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-lg-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-lg-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-lg-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.8rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.6rem !important;
  }
  .pt-lg-4 {
    padding-top: 2.4rem !important;
  }
  .pt-lg-5 {
    padding-top: 4.8rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.8rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.6rem !important;
  }
  .pe-lg-4 {
    padding-right: 2.4rem !important;
  }
  .pe-lg-5 {
    padding-right: 4.8rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.4rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.8rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.6rem !important;
  }
  .ps-lg-4 {
    padding-left: 2.4rem !important;
  }
  .ps-lg-5 {
    padding-left: 4.8rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.4rem !important;
  }
  .gap-lg-2 {
    gap: 0.8rem !important;
  }
  .gap-lg-3 {
    gap: 1.6rem !important;
  }
  .gap-lg-4 {
    gap: 2.4rem !important;
  }
  .gap-lg-5 {
    gap: 4.8rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1.6rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 2.4rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 4.8rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1.6rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 2.4rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 4.8rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .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-1 {
    margin: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 0.8rem !important;
  }
  .m-xl-3 {
    margin: 1.6rem !important;
  }
  .m-xl-4 {
    margin: 2.4rem !important;
  }
  .m-xl-5 {
    margin: 4.8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xl-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xl-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xl-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.6rem !important;
  }
  .mt-xl-4 {
    margin-top: 2.4rem !important;
  }
  .mt-xl-5 {
    margin-top: 4.8rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xl-3 {
    margin-right: 1.6rem !important;
  }
  .me-xl-4 {
    margin-right: 2.4rem !important;
  }
  .me-xl-5 {
    margin-right: 4.8rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.6rem !important;
  }
  .ms-xl-4 {
    margin-left: 2.4rem !important;
  }
  .ms-xl-5 {
    margin-left: 4.8rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.8rem !important;
  }
  .p-xl-3 {
    padding: 1.6rem !important;
  }
  .p-xl-4 {
    padding: 2.4rem !important;
  }
  .p-xl-5 {
    padding: 4.8rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xl-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xl-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xl-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xl-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.6rem !important;
  }
  .pt-xl-4 {
    padding-top: 2.4rem !important;
  }
  .pt-xl-5 {
    padding-top: 4.8rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.6rem !important;
  }
  .pe-xl-4 {
    padding-right: 2.4rem !important;
  }
  .pe-xl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.6rem !important;
  }
  .ps-xl-4 {
    padding-left: 2.4rem !important;
  }
  .ps-xl-5 {
    padding-left: 4.8rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.4rem !important;
  }
  .gap-xl-2 {
    gap: 0.8rem !important;
  }
  .gap-xl-3 {
    gap: 1.6rem !important;
  }
  .gap-xl-4 {
    gap: 2.4rem !important;
  }
  .gap-xl-5 {
    gap: 4.8rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 4.8rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 4.8rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .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-1 {
    margin: 0.4rem !important;
  }
  .m-xxl-2 {
    margin: 0.8rem !important;
  }
  .m-xxl-3 {
    margin: 1.6rem !important;
  }
  .m-xxl-4 {
    margin: 2.4rem !important;
  }
  .m-xxl-5 {
    margin: 4.8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.4rem !important;
    margin-left: 0.4rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.8rem !important;
    margin-left: 0.8rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important;
  }
  .mx-xxl-4 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }
  .mx-xxl-5 {
    margin-right: 4.8rem !important;
    margin-left: 4.8rem !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-1 {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.8rem !important;
    margin-bottom: 0.8rem !important;
  }
  .my-xxl-3 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important;
  }
  .my-xxl-4 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }
  .my-xxl-5 {
    margin-top: 4.8rem !important;
    margin-bottom: 4.8rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.4rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.8rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1.6rem !important;
  }
  .mt-xxl-4 {
    margin-top: 2.4rem !important;
  }
  .mt-xxl-5 {
    margin-top: 4.8rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.4rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.8rem !important;
  }
  .me-xxl-3 {
    margin-right: 1.6rem !important;
  }
  .me-xxl-4 {
    margin-right: 2.4rem !important;
  }
  .me-xxl-5 {
    margin-right: 4.8rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.4rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.8rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1.6rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 2.4rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 4.8rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.4rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.8rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1.6rem !important;
  }
  .ms-xxl-4 {
    margin-left: 2.4rem !important;
  }
  .ms-xxl-5 {
    margin-left: 4.8rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.4rem !important;
  }
  .p-xxl-2 {
    padding: 0.8rem !important;
  }
  .p-xxl-3 {
    padding: 1.6rem !important;
  }
  .p-xxl-4 {
    padding: 2.4rem !important;
  }
  .p-xxl-5 {
    padding: 4.8rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.4rem !important;
    padding-left: 0.4rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.8rem !important;
    padding-left: 0.8rem !important;
  }
  .px-xxl-3 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important;
  }
  .px-xxl-4 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }
  .px-xxl-5 {
    padding-right: 4.8rem !important;
    padding-left: 4.8rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
  }
  .py-xxl-3 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important;
  }
  .py-xxl-4 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }
  .py-xxl-5 {
    padding-top: 4.8rem !important;
    padding-bottom: 4.8rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.4rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.8rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1.6rem !important;
  }
  .pt-xxl-4 {
    padding-top: 2.4rem !important;
  }
  .pt-xxl-5 {
    padding-top: 4.8rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.4rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.8rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1.6rem !important;
  }
  .pe-xxl-4 {
    padding-right: 2.4rem !important;
  }
  .pe-xxl-5 {
    padding-right: 4.8rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.8rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1.6rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 2.4rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 4.8rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.4rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.8rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1.6rem !important;
  }
  .ps-xxl-4 {
    padding-left: 2.4rem !important;
  }
  .ps-xxl-5 {
    padding-left: 4.8rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.4rem !important;
  }
  .gap-xxl-2 {
    gap: 0.8rem !important;
  }
  .gap-xxl-3 {
    gap: 1.6rem !important;
  }
  .gap-xxl-4 {
    gap: 2.4rem !important;
  }
  .gap-xxl-5 {
    gap: 4.8rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.4rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.8rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1.6rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 2.4rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 4.8rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.4rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.8rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1.6rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 2.4rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 4.8rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.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;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/*———— -Tools- ————*/
/*———— -Bolierplate- ————*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

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

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

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

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

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

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

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

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

@-ms-viewport {
  width: device-width;
}
/*———— -Fonts- ————*/
/*———— -Settings- ————*/
/*———— -Typefaces etc- ————*/
/*———— -Z-indices- ————*/
/*———— -Colors- ————*/
/*———— -Gradients- ————*/
/*———— -Shadow- ————*/
/*———— -Spacing- ————*/
/*———— -Animación- ————*/
/*———— -Mixins- ————*/
/*———— -Global Styles- ————*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #4f5656;
  font-family: "Mulish", "Arial", "Helvetica", "sans-serif";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
  margin: 0;
  text-align: left;
}

html,
body {
  max-width: 100%;
  min-height: 100vh;
  height: 100%;
}
html.scroll-lock,
body.scroll-lock {
  overflow: hidden;
}

html.lock-scroll,
body.lock-scroll {
  overflow: hidden;
}

.skip-link.c-btn, body .modal-box .modal-content .skip-link.btn:not(.close) {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 8px;
  font-size: 1.2rem;
  transform: translateY(-100%);
  transition: transform 0.2s ease;
}
.skip-link.c-btn:hover, body .modal-box .modal-content .skip-link.btn:hover:not(.close) {
  background-color: #fff;
}

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

.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.sr-only-focusable:focus.skip-link {
  position: fixed;
  transform: translateY(8px);
}
.sr-only-focusable:focus.skip-link:hover {
  background-color: #fff;
}

table {
  border-collapse: collapse;
}

.c-btn, body .modal-box .modal-content .btn:not(.close) {
  display: inline-block;
  border: 2px solid #002956;
  color: #ffffff;
  cursor: pointer;
  background-color: #002956;
  border-radius: 5rem;
  font-family: "Mulish", "Arial", "Helvetica", "sans-serif";
  font-size: 1.9rem;
  font-weight: 900;
  line-height: 1;
  padding: 1.1rem 3.4rem;
  vertical-align: bottom;
  text-align: center;
  transition: all ease 400ms;
  text-transform: uppercase;
}
.c-btn:active, body .modal-box .modal-content .btn:active:not(.close) {
  color: #002956;
  background: transparent;
}
@media (min-width: 769px) {
  .c-btn:hover, body .modal-box .modal-content .btn:hover:not(.close), .c-btn:focus, body .modal-box .modal-content .btn:focus:not(.close) {
    color: #002956;
    background: transparent;
  }
}
.c-btn__content-after {
  margin-left: 1.5rem;
}
.c-btn:active, body .modal-box .modal-content .btn:active:not(.close) {
  transform: translate(0px, 2px);
  -webkit-transform: translate(0px, 2px);
}
.c-btn:focus-visible, body .modal-box .modal-content .btn:focus-visible:not(.close) {
  border: 2px solid #005fcc;
}
.c-btn.is-full, body .modal-box .modal-content .is-full.btn:not(.close) {
  width: 100%;
}
.c-btn.is-reverse, body .modal-box .modal-content .is-reverse.btn:not(.close) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002956;
}
.c-btn.is-reverse:active, body .modal-box .modal-content .is-reverse.btn:active:not(.close) {
  color: #ffffff;
  background-color: #002956;
  border-color: #002956;
}
@media (min-width: 769px) {
  .c-btn.is-reverse:hover, body .modal-box .modal-content .is-reverse.btn:hover:not(.close), .c-btn.is-reverse:focus, body .modal-box .modal-content .is-reverse.btn:focus:not(.close) {
    color: #ffffff;
    background-color: #002956;
    border-color: #002956;
  }
}
.c-btn.is-outline, body .modal-box .modal-content .is-outline.btn:not(.close) {
  color: #002956;
  background: transparent;
  border: 2px solid #002956;
}
.c-btn.is-outline:active, body .modal-box .modal-content .is-outline.btn:active:not(.close) {
  background-color: #002956;
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-btn.is-outline:hover, body .modal-box .modal-content .is-outline.btn:hover:not(.close), .c-btn.is-outline:focus, body .modal-box .modal-content .is-outline.btn:focus:not(.close) {
    background-color: #002956;
    color: #ffffff;
  }
}
.c-btn.is-outline-blue, body .modal-box .modal-content .is-outline-blue.btn:not(.close) {
  color: #2c8ebf;
  background: transparent;
  border: 2px solid #2c8ebf;
}
.c-btn.is-outline-blue:active, body .modal-box .modal-content .is-outline-blue.btn:active:not(.close) {
  background-color: #2c8ebf;
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-btn.is-outline-blue:hover, body .modal-box .modal-content .is-outline-blue.btn:hover:not(.close), .c-btn.is-outline-blue:focus, body .modal-box .modal-content .is-outline-blue.btn:focus:not(.close) {
    background-color: #2c8ebf;
    color: #ffffff;
  }
}
.c-btn.is-outline-reverse, body .modal-box .modal-content .is-outline-reverse.btn:not(.close) {
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
}
.c-btn.is-outline-reverse:active, body .modal-box .modal-content .is-outline-reverse.btn:active:not(.close) {
  background: #ffffff;
  color: #002956;
  border-color: #ffffff;
}
@media (min-width: 769px) {
  .c-btn.is-outline-reverse:hover, body .modal-box .modal-content .is-outline-reverse.btn:hover:not(.close), .c-btn.is-outline-reverse:focus, body .modal-box .modal-content .is-outline-reverse.btn:focus:not(.close) {
    background: #ffffff;
    color: #002956;
    border-color: #ffffff;
  }
}
.c-btn.is-light, body .modal-box .modal-content .is-light.btn:not(.close) {
  background: #ffffff;
  color: #2c8ebf;
  border-color: #ffffff;
}
.c-btn.is-light:active, body .modal-box .modal-content .is-light.btn:active:not(.close) {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-btn.is-light:hover, body .modal-box .modal-content .is-light.btn:hover:not(.close), .c-btn.is-light:focus, body .modal-box .modal-content .is-light.btn:focus:not(.close) {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
  }
}
.c-btn.is-secondary, body .modal-box .modal-content .is-secondary.btn:not(.close) {
  background: #2c8ebf;
  color: #ffffff;
  border-color: #2c8ebf;
}
.c-btn.is-secondary:active, body .modal-box .modal-content .is-secondary.btn:active:not(.close) {
  background: transparent;
  border: 2px solid #2c8ebf;
  color: #2c8ebf;
}
@media (min-width: 769px) {
  .c-btn.is-secondary:hover, body .modal-box .modal-content .is-secondary.btn:hover:not(.close), .c-btn.is-secondary:focus, body .modal-box .modal-content .is-secondary.btn:focus:not(.close) {
    background: transparent;
    border: 2px solid #2c8ebf;
    color: #2c8ebf;
  }
}
.c-btn.is-secondary.has-white-hover:active, body .modal-box .modal-content .is-secondary.has-white-hover.btn:active:not(.close) {
  border-color: #ffffff;
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-btn.is-secondary.has-white-hover:hover, body .modal-box .modal-content .is-secondary.has-white-hover.btn:hover:not(.close), .c-btn.is-secondary.has-white-hover:focus, body .modal-box .modal-content .is-secondary.has-white-hover.btn:focus:not(.close) {
    border-color: #ffffff;
    color: #ffffff;
  }
}
.c-btn.has-solid-hover:active, body .modal-box .modal-content .has-solid-hover.btn:active:not(.close) {
  background-color: #ffffff;
  border-color: #ffffff;
  color: currentColor;
}
@media (min-width: 769px) {
  .c-btn.has-solid-hover:hover, body .modal-box .modal-content .has-solid-hover.btn:hover:not(.close), .c-btn.has-solid-hover:focus, body .modal-box .modal-content .has-solid-hover.btn:focus:not(.close) {
    background-color: #ffffff;
    border-color: #ffffff;
    color: currentColor;
  }
}
.c-btn.is-blue, body .modal-box .modal-content .is-blue.btn:not(.close) {
  background: #2c8ebf;
  color: #ffffff;
  border-color: #2c8ebf;
}
.c-btn.is-blue:hover, body .modal-box .modal-content .is-blue.btn:hover:not(.close) {
  background: transparent;
  border: 2px solid #2c8ebf;
  color: #2c8ebf;
}
.c-btn.is-transparent, body .modal-box .modal-content .is-transparent.btn:not(.close) {
  background: transparent;
  border: 2px solid transparent;
  color: #1a3679;
}
.c-btn.is-transparent:active, body .modal-box .modal-content .is-transparent.btn:active:not(.close) {
  background: #dcdcdc;
  border: 2px solid #dcdcdc;
  color: #1a3679;
}
@media (min-width: 769px) {
  .c-btn.is-transparent:hover, body .modal-box .modal-content .is-transparent.btn:hover:not(.close), .c-btn.is-transparent:focus, body .modal-box .modal-content .is-transparent.btn:focus:not(.close) {
    background: #dcdcdc;
    border: 2px solid #dcdcdc;
    color: #1a3679;
  }
}
.c-btn.is-custom, body .modal-box .modal-content .is-custom.btn:not(.close) {
  color: var(--custom-color);
}
.c-btn.is-custom:active, body .modal-box .modal-content .is-custom.btn:active:not(.close) {
  color: #ffffff;
  background: var(--custom-color);
  border-color: var(--custom-color);
}
@media (min-width: 769px) {
  .c-btn.is-custom:hover, body .modal-box .modal-content .is-custom.btn:hover:not(.close), .c-btn.is-custom:focus, body .modal-box .modal-content .is-custom.btn:focus:not(.close) {
    color: #ffffff;
    background: var(--custom-color);
    border-color: var(--custom-color);
  }
}
.c-btn.is-small, body .modal-box .modal-content .is-small.btn:not(.close) {
  font-size: 1.6rem;
  padding: 0.8rem 2rem;
}
.c-btn.is-small .c-btn__content-after, body .modal-box .modal-content .is-small.btn:not(.close) .c-btn__content-after {
  margin-left: 1.2rem;
}
.c-btn.is-small > span, body .modal-box .modal-content .is-small.btn:not(.close) > span {
  position: relative;
}
.c-btn.is-tiny, body .modal-box .modal-content .is-tiny.btn:not(.close) {
  font-size: 1.4rem;
  padding: 1rem 2rem;
}
.c-btn.has-content, body .modal-box .modal-content .has-content.btn:not(.close) {
  display: inline-flex;
  align-items: center;
  flex-flow: row nowrap;
}
.c-btn > span, body .modal-box .modal-content .btn:not(.close) > span {
  position: relative;
}

strong {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: currentColor;
  text-decoration: none;
  transition: all 300ms ease;
}
a:before, a:after {
  transition: inherit;
}
a:hover {
  text-decoration: none;
}

button {
  background: none;
  border: none;
  color: currentColor;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  padding: 0;
  text-transform: inherit;
}
button:before, button:after {
  transition: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

address {
  font-style: normal;
}

form {
  max-width: 100%;
}

input {
  border: none;
  border-radius: 0;
  color: currentColor;
  outline: none;
  max-width: 100%;
}

input[type=submit] {
  cursor: pointer;
}

select {
  appearance: none;
  border: none;
  overflow: hidden;
  outline: none;
  -ms-user-select: none;
      user-select: none;
  text-shadow: none;
  white-space: nowrap;
}

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

li {
  display: inline-block;
}

svg {
  display: block;
  max-width: 100%;
}

.wp-block-embed iframe {
  margin: 0 10px;
  max-width: -webkit-fill-available;
}

.form-ui {
  display: flex;
}
.form-ui .select {
  position: relative;
}
.form-ui select {
  background: transparent;
  color: #4f5656;
  resize: none;
  width: 100%;
}
.form-ui label {
  font-family: "Mulish", "Arial", "Helvetica", "sans-serif";
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.form-ui input[type=text],
.form-ui input[type=email],
.form-ui input[type=tel],
.form-ui select,
.form-ui textarea {
  -webkit-appearance: none;
  color: #4f5656;
  padding: 1.2rem 1.8rem 1.6rem;
  background: transparent;
  font-family: "Mulish", "Arial", "Helvetica", "sans-serif";
  font-size: 1.6rem;
  background-color: #efefef;
  border: 2px solid #c9d1d1;
  border-radius: 100vmax;
  resize: none;
  width: 100%;
}
.form-ui input[type=text]:focus,
.form-ui input[type=email]:focus,
.form-ui input[type=tel]:focus,
.form-ui select:focus,
.form-ui textarea:focus {
  outline: none;
}
.form-ui input[type=text]::-webkit-input-placeholder,
.form-ui input[type=email]::-webkit-input-placeholder,
.form-ui input[type=tel]::-webkit-input-placeholder,
.form-ui select::-webkit-input-placeholder,
.form-ui textarea::-webkit-input-placeholder {
  padding-left: 1rem;
  color: #4f5656;
  opacity: 0.6;
}
.form-ui input[type=text]:-moz-placeholder,
.form-ui input[type=email]:-moz-placeholder,
.form-ui input[type=tel]:-moz-placeholder,
.form-ui select:-moz-placeholder,
.form-ui textarea:-moz-placeholder {
  padding-left: 1rem;
  color: #4f5656;
  opacity: 0.6;
}
.form-ui input[type=text]::-moz-placeholder,
.form-ui input[type=email]::-moz-placeholder,
.form-ui input[type=tel]::-moz-placeholder,
.form-ui select::-moz-placeholder,
.form-ui textarea::-moz-placeholder {
  padding-left: 1rem;
  color: #4f5656;
  opacity: 0.6;
}
.form-ui input[type=text]:-ms-input-placeholder,
.form-ui input[type=email]:-ms-input-placeholder,
.form-ui input[type=tel]:-ms-input-placeholder,
.form-ui select:-ms-input-placeholder,
.form-ui textarea:-ms-input-placeholder {
  padding-left: 1rem;
  color: #4f5656;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .form-ui input[type=text],
  .form-ui input[type=email],
  .form-ui input[type=tel],
  .form-ui select,
  .form-ui textarea {
    padding: 1.4rem 2rem 1.8rem;
  }
}
.form-ui class input[type=submit] {
  margin-top: 1.8rem;
}
.form-ui .select select {
  border-radius: 0;
  display: inline-block;
}
.form-ui .select select::-ms-expand {
  display: none;
}
.form-ui select:after {
  pointer-events: none;
  border-bottom: 0.3rem solid #4f5656;
  border-right: 0.3rem solid #4f5656;
  border-radius: 0.3rem;
  content: "";
  height: 1.4rem;
  position: absolute;
  right: 2rem;
  top: 0;
  transform: rotate(45deg);
  width: 1.4rem;
}
.form-ui .select,
.form-ui .styled-select {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.form-ui .select:after,
.form-ui .styled-select:after {
  border-bottom: 0.2rem solid #4f5656;
  border-left: 0;
  border-right: 0.2rem solid #4f5656;
  border-top: 0;
  content: "";
  display: inline-block;
  height: 1rem;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  width: 1rem;
}
.form-ui .select select,
.form-ui .styled-select select {
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 1.7rem 6rem 1.6rem 2rem;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .form-ui .half {
    padding-right: 1.75rem;
  }
  .form-ui .half + .half {
    padding-right: 0px;
    padding-left: 1.75rem;
  }
}
.form-ui .ajax-loader {
  display: block !important;
  margin: 0.5rem auto 0 !important;
}
.form-ui .ajax-loader + .ajax-loader {
  display: none !important;
}
.form-ui .row {
  align-items: flex-start;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.form-ui .row [class*=column] {
  position: relative;
  margin-top: 1.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.table-ui.table-ui--fixed table {
  height: 100%;
  table-layout: fixed;
}
.table-ui.table-ui--fixed tr:first-of-type th:first-of-type {
  min-width: 33.33333333%;
}
.table-uitable {
  width: 100%;
}
.table-ui th,
.table-ui td {
  border-top: 2px solid #c9d1d1;
  border-right: 2px solid #c9d1d1;
}
.table-ui th:last-of-type,
.table-ui td:last-of-type {
  border-right: 0;
}
.table-ui th[scope=row] {
  vertical-align: middle;
  border-right: 2px solid #c9d1d1;
}
.table-ui th {
  height: 100%;
  vertical-align: top;
  font-weight: 400;
  padding: 4rem 2rem 3rem;
}
.table-ui th[scope=col] {
  position: relative;
  border-top: 0;
  border-left: 0;
  border-bottom: 6px solid #2c8ebf;
}
.table-ui th.has-padding-left {
  padding-left: 4rem;
  border-left: 0;
}
.table-ui th[scope=row] {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4rem;
  border-left: 0;
}
.table-ui td {
  font-size: 1.8rem;
  color: #4f5656;
  width: 16.554%;
  padding: 2rem 1.5rem;
}
.table-ui td > div {
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.table-ui td div + div {
  margin-top: 1.5rem;
}
.table-ui .th-valign {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.table-ui .th-valign.th-valign--top {
  justify-content: flex-start;
}
.table-ui .th-valign.th-valign--top .th-description {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
}
.table-ui .th-valign.th-valign--top .th-description p {
  margin-bottom: 2rem;
}
.table-ui .th-valign.th-valign--top .th-description a {
  max-width: 20rem;
}
.table-ui .th-valign.th-valign--top .th-description a:first-of-type {
  margin-top: auto;
}
.table-ui .th-valign.th-valign--top .th-description a:first-of-type:not(:last-child) {
  margin-bottom: 2rem;
}
.table-ui .th-valign.th-valign--center {
  justify-content: center;
}
.table-ui .th-headline {
  text-transform: uppercase;
  color: #002956;
  margin-bottom: 1.8rem;
}
.table-ui .th-headline:only-child {
  margin-bottom: 0;
}
.table-ui .th-description {
  font-size: 1.8rem;
}

.table-ui-minimal table {
  width: 100%;
  table-layout: auto;
}
@media (min-width: 992px) {
  .table-ui-minimal table {
    padding-right: 0;
    table-layout: fixed;
  }
}
.table-ui-minimal thead tr:first-of-type th:first-of-type {
  min-width: 33.33333333%;
}
.table-ui-minimal tbody tr {
  border-bottom: 1px solid #c9d1d1;
}
.table-ui-minimal tbody tr:last-of-type {
  border-bottom: 0;
}
.table-ui-minimal td {
  padding: 1.5rem 0 1.7rem;
  padding-right: 3rem;
}
@media (min-width: 992px) {
  .table-ui-minimal td {
    padding-right: 1rem;
  }
}
.table-ui-minimal th {
  font-weight: 900;
  padding-right: 3rem;
}
@media (min-width: 992px) {
  .table-ui-minimal th {
    padding-right: 1rem;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: "Mulish", "Arial", "Helvetica", "sans-serif";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", "Arial", "Helvetica", "sans-serif";
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: bolder;
}

.heading-h1, .rich-text h1 {
  color: #002956;
  font-size: 4.8rem;
  line-height: 1.16;
  font-weight: 900;
}
@media (min-width: 365px) {
  .heading-h1, .rich-text h1 {
    font-size: 5.2rem;
  }
}
@media (min-width: 768px) {
  .heading-h1, .rich-text h1 {
    font-size: 6rem;
  }
}

.heading-h2, .rich-text h2 {
  color: #002956;
  font-size: 4.2rem;
  line-height: 1.16;
  font-weight: 900;
}
@media (min-width: 576px) {
  .heading-h2, .rich-text h2 {
    font-size: 4.8rem;
  }
}

.heading-h3, .c-link-card__headline, .c-cta-hero__content h2, .c-cta-hero__content h1, .rich-text h3 {
  color: #002956;
  font-size: 2.9rem;
  line-height: 1.16;
  font-weight: 900;
}
@media (min-width: 576px) {
  .heading-h3, .c-link-card__headline, .c-cta-hero__content h2, .c-cta-hero__content h1, .rich-text h3 {
    font-size: 3.2rem;
  }
}

.heading-h4, .c-tiers-slider .th-headline, .c-list-card__headline, .c-info-bar__headline, .rich-text h4, .table-ui .th-headline {
  color: #002956;
  font-size: 2rem;
  line-height: 1.16;
  font-weight: 900;
}
@media (min-width: 576px) {
  .heading-h4, .c-tiers-slider .th-headline, .c-list-card__headline, .c-info-bar__headline, .rich-text h4, .table-ui .th-headline {
    font-size: 2.4rem;
  }
}

.heading-h5, .rich-text h5 {
  font-size: 1.8rem;
  font-weight: 900;
}

.heading-h6, .rich-text h6 {
  font-size: 1.6rem;
  font-weight: 900;
}

p {
  margin: 0;
}

pre {
  font-family: "Mulish", "Arial", "Helvetica", "sans-serif";
}

.bg-dark-mode {
  color: #ffffff;
}

blockquote {
  margin: 0;
}

.rich-text a:not(.c-btn):not(.button):not(.ignore-link-style) {
  color: #2c8ebf;
  font-weight: 700;
  display: inline;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}
.rich-text a:not(.c-btn):not(.button):not(.ignore-link-style):active {
  color: #002956;
}
@media (min-width: 769px) {
  .rich-text a:not(.c-btn):not(.button):not(.ignore-link-style):hover, .rich-text a:not(.c-btn):not(.button):not(.ignore-link-style):focus {
    color: #002956;
  }
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 1.7rem;
}
.rich-text * + p {
  margin-top: 2.1rem;
}
.rich-text h1:not(:first-child),
.rich-text h2:not(:first-child),
.rich-text h3:not(:first-child),
.rich-text h4:not(:first-child),
.rich-text h5:not(:first-child),
.rich-text h6:not(:first-child) {
  margin-top: 3.5rem;
}
@media (min-width: 1024px) {
  .rich-text h1:not(:first-child),
  .rich-text h2:not(:first-child),
  .rich-text h3:not(:first-child),
  .rich-text h4:not(:first-child),
  .rich-text h5:not(:first-child),
  .rich-text h6:not(:first-child) {
    margin-top: 4.4rem;
  }
}
.rich-text p,
.rich-text ul,
.rich-text li {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 576px) {
  .rich-text p,
  .rich-text ul,
  .rich-text li {
    font-size: 1.6rem;
  }
}
.rich-text blockquote {
  margin: 4rem 0;
  padding-left: 4rem;
  position: relative;
}
.rich-text blockquote a:active {
  color: #4f5656;
}
@media (min-width: 1024px) {
  .rich-text blockquote {
    padding-left: 8rem;
  }
  .rich-text blockquote a:hover {
    color: #4f5656;
  }
}
.rich-text blockquote::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.16rem;
  border-right: 0.8rem solid #002956;
}
@media (min-width: 1024px) {
  .rich-text blockquote::before {
    left: 3.2rem;
  }
}
.rich-text blockquote,
.rich-text blockquote p {
  font-weight: 600;
  color: #002956;
  font-size: 1.8rem;
  line-height: 2;
  position: relative;
}
@media (min-width: 576px) {
  .rich-text blockquote,
  .rich-text blockquote p {
    font-size: 2.2rem;
  }
}
.rich-text strong {
  font-weight: 700;
}
.rich-text ul,
.rich-text ol {
  list-style: none;
  padding: 0 0 0 0;
  margin-top: 2rem;
  margin-bottom: -1rem;
}
.rich-text ul li:not(.menu-item),
.rich-text ol li:not(.menu-item) {
  display: block;
  width: 100%;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding-left: 2.7rem;
  padding-bottom: 1.4rem;
  position: relative;
}
.rich-text ul li:not(.menu-item):before,
.rich-text ol li:not(.menu-item):before {
  position: absolute;
  top: 0.1rem;
  left: 1rem;
  content: "";
  color: #4f5656;
  display: inline-block;
  height: 10px;
}
.rich-text ul li:not(.menu-item):before {
  content: "•";
  font-size: 1.4rem;
}
.rich-text ol li:not(.menu-item) {
  counter-increment: step-counter;
}
.rich-text ol li:not(.menu-item):before {
  content: counter(step-counter) ".";
  font-family: "Mulish", "Arial", "Helvetica", "sans-serif";
  font-style: normal;
}
.rich-text .bg-dark-mode * {
  color: #ffffff;
}
.rich-text .is-highlighted-text {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #002956;
  margin-bottom: 4.4rem;
}

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

.text-link-dark {
  color: #002956;
  font-weight: 700;
  display: inline;
  text-decoration: none;
}
.text-link-dark:active {
  text-decoration: underline;
  color: #2c8ebf;
}
@media (min-width: 769px) {
  .text-link-dark:hover, .text-link-dark:focus {
    text-decoration: underline;
    color: #2c8ebf;
  }
}

.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}

a[data-js] {
  cursor: pointer;
}

.text-rate-unit {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .text-rate-unit {
    font-size: inherit;
  }
}

.sm-choice-card-question li {
  display: list-item;
}

/*———— -Animation- ————*/
/*———— -Layouts- ————*/
.layout-footer-top {
  background-color: #f7f9f9;
  padding: 8rem 0 0;
}
.layout-footer-top.is-home {
  padding-top: 11rem;
}
@media (min-width: 992px) {
  .layout-footer-top.is-home {
    padding-top: 19rem;
  }
}

.grid-link-cards {
  margin-top: 4rem;
}
.grid-link-cards .row {
  margin-bottom: -2rem;
}
.grid-link-cards .row > div {
  margin-bottom: 2rem;
}
.grid-link-cards__adjust {
  margin-top: -2rem;
}
@media (min-width: 768px) {
  .grid-link-cards__adjust {
    margin-top: 0;
  }
}
@media (min-width: 330px) {
  .grid-link-cards {
    padding: 0 2rem;
  }
}
@media (min-width: 576px) {
  .grid-link-cards {
    padding: 0;
  }
}

.grid-media {
  margin-top: 9rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .grid-media {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
}
@media (min-width: 768px) {
  .grid-media__flush {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.grid-tab-content {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .grid-tab-content {
    justify-content: flex-start;
  }
}
.grid-tab-content__half {
  width: 100%;
}
.grid-tab-content__half + .grid-tab-content__half {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .grid-tab-content__half {
    margin-top: 2.5rem;
    width: calc(50% - 7rem);
  }
  .grid-tab-content__half + .grid-tab-content__half {
    margin-top: 2.5rem;
  }
}

.layout-location-listing .heading-h5, .layout-location-listing .rich-text h5, .rich-text .layout-location-listing h5 {
  color: #002956;
}
.layout-location-listing__flex {
  margin-right: calc(-1 * var(--bs-gutter-x));
  margin-left: calc(-1 * var(--bs-gutter-x));
}
.layout-location-listing__flex .c-location-preview {
  margin-bottom: 4rem;
  padding-left: calc(var(--bs-gutter-x) * 1);
  padding-right: calc(var(--bs-gutter-x) * 1);
}

.post-type-archive-locations .locations-key {
  background-color: #E7EBEB;
  border-radius: 2rem;
  padding: 3rem 3rem 2rem;
}
.post-type-archive-locations .locations-key h4.heading-h5 {
  color: #002956;
}

.layout-page-content {
  padding: 8rem 0 9.5rem;
  background-color: #f7f9f9;
}
@media (min-width: 992px) {
  .layout-page-content__article {
    padding-right: 3rem;
  }
}

.branch-info {
  background-color: #2c8ebf;
  color: #fff;
  text-align: center;
  min-height: 50px;
}
.branch-info h3 {
  padding-top: 7px;
}

.layout-post-content {
  padding: 8rem 0 9.5rem;
  background-color: #ffffff;
}

.layout-posts-listing {
  margin-top: 9rem;
  margin-bottom: 10rem;
}
@media (min-width: 768px) {
  .layout-posts-listing {
    margin-bottom: 11rem;
  }
}
@media (min-width: 768px) {
  .layout-posts-listing__flush {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.layout-posts-listing.is-ajax {
  margin: 0;
}
@media (min-width: 768px) {
  .layout-posts-listing.is-ajax .layout-posts-listing__flush {
    margin-left: -1.8rem;
    margin-right: -1.8rem;
  }
}

.page-search-results {
  margin-top: 3.5rem;
}

.layout-search-results {
  margin: 0 auto;
  max-width: 816px;
}
.layout-search-results__chatbot-cta:first-child {
  margin-top: 0;
}
.layout-search-results__form {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: end;
}
.layout-search-results__form input[type=text] {
  background: #ffffff;
}
@media (min-width: 768px) {
  .layout-search-results__form {
    flex-wrap: nowrap;
  }
}
.layout-search-results__page-title {
  font-size: 2.5rem;
  padding-bottom: 15px;
  font-weight: 300;
  margin: 50px auto 20px;
  color: #002956 !important;
  border-style: solid;
  border-color: #9d9d9d;
  border-width: 0px 0px 1px 0px;
}
.layout-search-results__page-title:first-child {
  margin-top: 0;
}

.search-result-card {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .search-result-card {
    margin-top: 3.5rem;
  }
}
.search-result-card__content {
  margin-top: 2.5rem;
}
@media (min-width: 992px) {
  .search-result-card__content {
    margin-top: 0;
    padding-left: 1rem;
  }
}
.search-result-card__content a {
  color: #000;
}
.search-result-card__thumbnail {
  background-color: #002956;
  position: relative;
  padding-bottom: 62.48%;
  overflow: hidden;
}
.search-result-card__thumbnail img,
.search-result-card__thumbnail svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.search-result-card .c-article-preview__graphic {
  color: #2c8ebf;
  width: 21.6rem;
  height: 31.85rem;
}

.layout-img-callout {
  margin-top: 9rem;
}

.section-img-callout {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.section-img-callout__text {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 3.5rem;
  order: 2;
}
@media (min-width: 768px) {
  .section-img-callout__text {
    margin-top: 0rem;
    width: 50%;
    order: 1;
  }
}
.section-img-callout__img {
  width: 100%;
  order: 1;
}
@media (min-width: 768px) {
  .section-img-callout__img {
    width: 50%;
    position: relative;
    order: 2;
  }
}
.section-img-callout__img-frame {
  position: relative;
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .section-img-callout__img-frame {
    width: 50vw;
    padding-left: 3rem;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .section-img-callout__img-frame {
    padding-left: 5rem;
  }
}
.section-img-callout__img-frame img {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 78rem;
  height: auto;
}
.section-img-callout.is-img-left {
  transform: scaleX(-1);
}
.section-img-callout.is-img-left .section-img-callout__img img {
  transform: scaleX(-1);
}
.section-img-callout.is-img-left .section-img-callout__text {
  transform: scaleX(-1);
}
.section-img-callout.is-sm-img .section-img-callout__img-frame img {
  max-width: 24rem;
}
@media (min-width: 768px) {
  .section-img-callout.is-sm-img .section-img-callout__text {
    width: 65%;
  }
  .section-img-callout.is-sm-img .section-img-callout__img {
    width: 35%;
  }
  .section-img-callout.is-sm-img .section-img-callout__img-frame {
    width: 35vw;
    padding-right: 0;
    padding-left: 8rem;
  }
}
@media (min-width: 992px) {
  .section-img-callout.is-sm-img .section-img-callout__img-frame {
    padding-left: 12rem;
  }
  .section-img-callout.is-sm-img .section-img-callout__img-frame img {
    max-width: 43rem;
  }
}
@media (min-width: 768px) {
  .section-img-callout.is-full-width .section-img-callout__text {
    width: 65%;
  }
  .section-img-callout.is-full-width .section-img-callout__img {
    width: 35%;
  }
  .section-img-callout.is-full-width .section-img-callout__img-frame {
    width: 35vw;
    padding-right: 0;
    padding-left: 8rem;
  }
}

.rectangle-image-copy-links {
  margin-top: 9rem;
}
.rectangle-image-copy-links .section-inner {
  background-color: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
}

@media (max-width: 991.98px) {
  .section-rectangle-image-copy-links__img {
    padding-top: 42.67%;
  }
}
.section-rectangle-image-copy-links__img picture,
.section-rectangle-image-copy-links__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-rectangle-image-copy-links__text .text-inner {
  padding: 2.75rem 2.75rem 3.75rem;
}
@media (min-width: 768px) {
  .section-rectangle-image-copy-links__text .text-inner {
    padding: 3.5rem 5rem 5rem;
  }
}
.section-rectangle-image-copy-links__text h3 {
  margin-bottom: 0.4em;
  text-align: center;
}
@media (min-width: 992px) {
  .section-rectangle-image-copy-links__text h3 {
    text-align: left;
  }
}
.section-rectangle-image-copy-links__text .copy-cols {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.section-rectangle-image-copy-links__text .copy-cols .col {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.section-rectangle-image-copy-links__text .copy-cols .col:not(.header-wrap) {
  margin-bottom: 1.125rem;
}
.section-rectangle-image-copy-links__text .copy-cols .col ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.section-rectangle-image-copy-links__text .copy-cols .col ul li {
  display: list-item;
  padding-bottom: 1.4rem;
}
.section-rectangle-image-copy-links__text .copy-cols .col ul:first-child, .section-rectangle-image-copy-links__text .copy-cols .col ul:only-child {
  margin-block-start: 0;
}
.section-rectangle-image-copy-links__text .btns-wrap {
  padding-top: 3rem;
  gap: 20px;
}
@media (min-width: 768px) {
  .section-rectangle-image-copy-links__text .btns-wrap {
    gap: 30px;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .section-rectangle-image-copy-links__text .btns-wrap {
    justify-content: flex-start;
  }
}
.section-rectangle-image-copy-links__text .btns-wrap > .col {
  width: 100%;
  flex: 0 0 100%;
}
.section-rectangle-image-copy-links__text .btns-wrap > .col a {
  width: 100%;
}
@media (min-width: 768px) {
  .section-rectangle-image-copy-links__text .btns-wrap > .col {
    width: auto;
    flex: 0 0 auto;
  }
}
.section-rectangle-image-copy-links.is-img-right {
  flex-direction: row-reverse;
}
.section-rectangle-image-copy-links.is-sm-img .rectangle-image-copy-links__img-frame img {
  max-width: 24rem;
}
@media (min-width: 768px) {
  .section-rectangle-image-copy-links.is-sm-img .rectangle-image-copy-links__text {
    width: 65%;
  }
  .section-rectangle-image-copy-links.is-sm-img .rectangle-image-copy-links__img {
    width: 35%;
  }
  .section-rectangle-image-copy-links.is-sm-img .rectangle-image-copy-links__img-frame {
    width: 35vw;
    padding-right: 0;
    padding-left: 8rem;
  }
}
@media (min-width: 992px) {
  .section-rectangle-image-copy-links.is-sm-img .rectangle-image-copy-links__img-frame {
    padding-left: 12rem;
  }
  .section-rectangle-image-copy-links.is-sm-img .rectangle-image-copy-links__img-frame img {
    max-width: 43rem;
  }
}
@media (min-width: 768px) {
  .section-rectangle-image-copy-links.is-full-width .rectangle-image-copy-links__text {
    width: 65%;
  }
  .section-rectangle-image-copy-links.is-full-width .rectangle-image-copy-links__img {
    width: 35%;
  }
  .section-rectangle-image-copy-links.is-full-width .rectangle-image-copy-links__img-frame {
    width: 35vw;
    padding-right: 0;
    padding-left: 8rem;
  }
}

.layout-rate-sheet,
.has-standard-margin {
  margin-top: 8rem;
  margin-bottom: 6rem;
}

.has-standard-padding {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.layout-site {
  background-color: #ffffff;
}

/*———— -Components etc.- ————*/
.c-cu-alert-bar__container {
  max-width: 144rem;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .c-cu-alert-bar__container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.c-cu-alert-bar__content {
  flex-grow: 1;
}
.c-cu-alert-bar__close-btn {
  flex-grow: 0;
  flex-shrink: 0;
}

.c-archive-sidebar__region {
  margin-bottom: 4rem;
}
.c-archive-sidebar__region:last-of-type {
  margin-bottom: 0;
}

.c-article-preview {
  text-align: left;
  margin-top: 1.5rem;
}
@media (min-width: 585px) {
  .c-article-preview {
    padding: 0 1rem 2rem;
  }
}
@media (min-width: 1024px) {
  .c-article-preview {
    border-top: 0;
  }
}
.c-article-preview * {
  transition: all ease 400ms;
}
.c-article-preview__content {
  display: block;
  position: relative;
  height: 100%;
}
.c-article-preview__thumbnail {
  padding-bottom: 66.5%;
  position: relative;
  transition: all ease 400ms;
}
.c-article-preview__thumbnail:active {
  opacity: 0.7;
}
@media (min-width: 769px) {
  .c-article-preview__thumbnail:hover, .c-article-preview__thumbnail:focus {
    opacity: 0.7;
  }
}
.c-article-preview__thumbnail img,
.c-article-preview__thumbnail svg {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-article-preview__thumbnail-cover {
  border-radius: 2rem;
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.c-article-preview__thumbnail-cover::before {
  display: block;
  background-color: #002956;
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 5;
}
.c-article-preview__title {
  margin-top: 2.5rem;
  color: #002956;
}
.c-article-preview__title:active {
  color: #2c8ebf;
}
@media (min-width: 769px) {
  .c-article-preview__title:hover, .c-article-preview__title:focus {
    color: #2c8ebf;
  }
}
@media (min-width: 1024px) {
  .c-article-preview__title {
    padding: 0;
  }
}
.c-article-preview__excerpt {
  margin-top: 1.5rem;
}
.c-article-preview__link {
  position: absolute;
  bottom: 0;
  left: 0.3rem;
  margin-top: 2.5rem;
}
@media (min-width: 585px) {
  .c-article-preview__link {
    left: 3rem;
  }
}

.c-article-preview .c-article-preview__graphic {
  color: #2c8ebf;
  width: 21.6rem;
  height: 31.85rem;
}

.c-marketing-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  max-width: 994px;
  margin: 3rem auto;
  text-align: center;
}
.c-marketing-content a {
  display: block;
}
.c-marketing-content img {
  width: 100%;
}
@media (min-width: 992px) {
  .c-marketing-content {
    margin: 3rem auto;
  }
}

.c-benefit {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .c-benefit {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    margin-left: -2.2rem;
  }
}
.c-benefit__headline {
  font-weight: 700;
  color: #002956;
}
.c-benefit__descr {
  margin-top: 1.5rem;
}

.cu-breadcrumbs {
  background-color: transparent;
  margin-bottom: -4.5rem;
  padding: 4rem 0 0 0;
  border-radius: 0;
  font-size: 1.6rem;
}
.cu-breadcrumbs .breadcrumb-item a {
  color: #1a3679;
  font-weight: 700;
}
.cu-breadcrumbs .breadcrumb-item a:active {
  color: #2c8ebf;
}
@media (min-width: 769px) {
  .cu-breadcrumbs .breadcrumb-item a:hover, .cu-breadcrumbs .breadcrumb-item a:focus {
    color: #2c8ebf;
  }
}
.cu-breadcrumbs .breadcrumb-item.active {
  color: #4f5656;
}
.cu-breadcrumbs__separator {
  position: relative;
  top: 2px;
  margin: 0 1rem;
}
.cu-breadcrumbs__separator svg {
  display: inline-block;
  color: #2c8ebf;
  width: 0.62rem;
  height: 1.5rem;
}

.page .cu-breadcrumbs {
  background-color: #f7f9f9;
  padding-bottom: 1.7rem;
}

.c-cta-bar {
  position: relative;
  overflow: hidden;
  border-radius: 2rem;
  padding: 4rem 2rem 5rem;
  background-color: #002956;
}
@media (min-width: 992px) {
  .c-cta-bar {
    padding-right: 10rem;
    padding-left: 10rem;
  }
}
.c-cta-bar__content {
  position: relative;
  z-index: 10;
}
.c-cta-bar__graphic {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25.5rem;
  height: 37.5rem;
}
@media (min-width: 768px) {
  .c-cta-bar__graphic {
    width: 38rem;
    height: 56.5rem;
    top: -5rem;
    left: -4rem;
  }
}
.c-cta-bar .c-section-heading * {
  color: #ffffff;
}
.c-cta-bar__button {
  margin-top: 3rem;
}

.c-cta-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10rem 0 10.2rem;
}
@media (min-width: 992px) {
  .c-cta-hero {
    padding: 6.5rem 0;
    min-height: 48rem;
  }
}
.c-cta-hero__bg-img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .c-cta-hero__bg-img {
    display: none;
  }
}
.c-cta-hero__overlay {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0.8;
}
@media (min-width: 992px) {
  .c-cta-hero__overlay {
    display: none;
  }
}
.c-cta-hero__content {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.c-cta-hero__content h1 {
  color: #002956;
  font-weight: 400;
  margin-bottom: 0.6em;
}
.c-cta-hero__content h2 {
  margin-bottom: 0.8rem;
}
.c-cta-hero__content h3 {
  font-size: 3.9rem;
  font-weight: 900;
  color: #002956;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .c-cta-hero__content h3 {
    font-size: 4.8rem;
  }
}
@media (min-width: 992px) {
  .c-cta-hero__content {
    max-width: 674px;
    text-align: left;
  }
}
.c-cta-hero__buttons {
  padding-top: 2.25rem;
  position: static;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
@media (max-width: 991.98px) {
  .c-cta-hero__buttons {
    flex-direction: column;
  }
}
.c-cta-hero__buttons .c-btn, .c-cta-hero__buttons body .modal-box .modal-content .btn:not(.close), body .modal-box .modal-content .c-cta-hero__buttons .btn:not(.close) {
  font-size: 2.5rem !important;
}
@media (max-width: 991.98px) {
  .c-cta-hero__buttons .c-btn, .c-cta-hero__buttons body .modal-box .modal-content .btn:not(.close), body .modal-box .modal-content .c-cta-hero__buttons .btn:not(.close) {
    max-width: 280px;
  }
}
.c-cta-hero__buttons .c-btn:nth-child(2):hover, .c-cta-hero__buttons body .modal-box .modal-content .btn:nth-child(2):hover:not(.close), body .modal-box .modal-content .c-cta-hero__buttons .btn:nth-child(2):hover:not(.close) {
  background-color: #002956 !important;
  color: #fff;
}
.c-cta-hero__small-text {
  padding-top: 2rem;
}
.c-cta-hero__right-img-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 0;
  display: none;
}
.c-cta-hero__right-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .c-cta-hero__right-img-wrap {
    display: block;
  }
}
@media (min-width: 365px) {
  .c-cta-hero__headline {
    font-size: 5.2rem;
  }
}
@media (min-width: 992px) {
  .c-cta-hero__headline {
    font-size: 6rem;
  }
}
.c-cta-hero__descr {
  margin-top: 1.3rem;
}
.c-cta-hero__button {
  margin-top: 2.4rem;
}

.c-details {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .c-details {
    margin-bottom: 5rem;
  }
}
.c-details:last-of-type {
  margin-bottom: 0;
}
.c-details__button {
  margin-top: 4rem;
}
.c-details__links {
  margin-top: 2rem;
}
.c-details__links a {
  color: #002956;
  font-weight: 700;
  display: inline;
  text-decoration: none;
  margin-right: 2rem;
}
.c-details__links a:active {
  text-decoration: underline;
  color: #2c8ebf;
}
@media (min-width: 769px) {
  .c-details__links a:hover, .c-details__links a:focus {
    text-decoration: underline;
    color: #2c8ebf;
  }
}

.layout-dots {
  display: inline-flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: -0.2rem;
  transition: all ease 400ms;
}
.layout-dots .c-dot,
.layout-dots .swiper-pagination-bullet {
  position: relative;
  padding: 0.2rem;
  border: 0.2rem solid transparent;
  background-color: transparent;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.1rem 0;
  transition: background-color ease 400ms, border ease 400ms;
  border-radius: 100%;
}
.layout-dots .c-dot::after,
.layout-dots .swiper-pagination-bullet::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #ffffff;
}
.layout-dots .c-dot.js-is-active, .layout-dots .c-dot.swiper-pagination-bullet-active,
.layout-dots .swiper-pagination-bullet.js-is-active,
.layout-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 0.2rem solid #ffffff;
}
.layout-dots .c-dot:not(.js-is-active):not(.swiper-pagination-bullet-active):active,
.layout-dots .swiper-pagination-bullet:not(.js-is-active):not(.swiper-pagination-bullet-active):active {
  background-color: #ffffff;
}
@media (min-width: 769px) {
  .layout-dots .c-dot:not(.js-is-active):not(.swiper-pagination-bullet-active):hover, .layout-dots .c-dot:not(.js-is-active):not(.swiper-pagination-bullet-active):focus,
  .layout-dots .swiper-pagination-bullet:not(.js-is-active):not(.swiper-pagination-bullet-active):hover,
  .layout-dots .swiper-pagination-bullet:not(.js-is-active):not(.swiper-pagination-bullet-active):focus {
    background-color: #ffffff;
  }
}
.layout-dots .c-dot.js-is-completed,
.layout-dots .swiper-pagination-bullet.js-is-completed {
  background-color: #ffffff;
}

.grid-tab-content > .c-featured-product {
  width: 100%;
  margin-bottom: 6rem;
}
.grid-tab-content > .c-featured-product:last-child {
  margin-bottom: 0;
}
.grid-tab-content > .c-featured-product:last-child:only-child {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .grid-tab-content > .c-featured-product {
    width: calc(100% / 2 - 6rem / 2);
    margin-top: auto;
    margin-right: 6rem;
  }
  .grid-tab-content > .c-featured-product:nth-last-child(1):not(:nth-child(2n)) {
    margin-bottom: 0;
  }
  .grid-tab-content > .c-featured-product:nth-last-child(2):not(:nth-child(2n)) {
    margin-bottom: 0;
  }
  .grid-tab-content > .c-featured-product:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .grid-tab-content > .c-featured-product {
    width: calc(100% / 2 - 14rem / 2);
    margin-right: 14rem;
  }
}
.c-featured-product__top {
  padding-bottom: 1.2rem;
  border-bottom: solid 6px #c9d1d1;
}
.c-featured-product__name {
  font-size: 2rem;
  color: #002956;
}
.c-featured-product__bottom {
  margin-top: 2rem;
}
.c-featured-product__rate {
  color: #002956;
  font-size: 7.2rem;
  font-weight: 900;
  line-height: 1;
  font-size: 3.5rem;
}
@media (min-width: 576px) {
  .c-featured-product__rate {
    font-size: 4.8rem;
  }
}
@media (min-width: 992px) {
  .c-featured-product__rate {
    font-size: 5.2rem;
  }
}
@media (min-width: 1200px) {
  .c-featured-product__rate {
    font-size: 6.2rem;
  }
}
.c-featured-product__category {
  font-size: 3.5rem;
  color: #2c8ebf;
  margin-bottom: 0.3rem;
}
@media (min-width: 576px) {
  .c-featured-product__category {
    font-size: 4.8rem;
  }
}
.c-featured-product__link {
  display: block;
  color: #2c8ebf;
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .c-featured-product__link {
    margin-top: 3rem;
  }
}

.c-footer {
  position: relative;
  z-index: 0;
  background-color: #002956;
  padding: 4.5rem 0;
  overflow: hidden;
}
.c-footer__container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .c-footer {
    padding: 8.2rem 0;
  }
}
.c-footer * {
  color: #ffffff;
}
.c-footer__bg {
  position: absolute;
  z-index: -1;
  bottom: 0;
  width: 100%;
}
.c-footer__group {
  margin-bottom: 4rem;
}
.c-footer__group:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .c-footer__group {
    margin-bottom: 0;
  }
}
.c-footer__nav .menu-item {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.4rem;
}
.c-footer__nav .menu-item a:active {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .c-footer__nav .menu-item a:hover, .c-footer__nav .menu-item a:focus {
    text-decoration: underline;
  }
}
.c-footer__meta {
  display: block;
  margin-top: 0.6rem;
  font-size: 2.2rem;
  font-weight: 900;
}
.c-footer__slogan {
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #2c8ebf;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .c-footer__slogan {
    font-size: 4.8rem;
    margin-top: 6rem;
  }
}
@media (min-width: 992px) {
  .c-footer__slogan {
    margin-top: 8rem;
  }
}
.c-footer__icon-list {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  margin: 1.2rem 0 3rem;
}
.c-footer__icon-list svg {
  width: 2.8rem;
  height: 2.8rem;
}
.c-footer__icon-list a {
  display: inline-block;
  overflow: hidden;
}
.c-footer__icon-list a:active svg,
.c-footer__icon-list a:active use {
  color: #c0ddec;
}
@media (min-width: 769px) {
  .c-footer__icon-list a:hover svg,
  .c-footer__icon-list a:hover use, .c-footer__icon-list a:focus svg,
  .c-footer__icon-list a:focus use {
    color: #c0ddec;
  }
}
.c-footer__icon-list a + a {
  margin-left: 2.8rem;
}
.c-footer__icon-statement {
  display: flex;
  width: 100%;
  max-width: 50rem;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  margin: 5rem auto 0;
}
.c-footer__icon-statement picture:first-of-type {
  margin-left: auto;
  margin-right: 2.5rem;
}
.c-footer__icon-statement picture:last-of-type {
  margin-right: auto;
}
@media (min-width: 768px) {
  .c-footer__icon-statement {
    margin-top: 6rem;
  }
}
.c-footer__eq-statement {
  font-size: 1.4rem;
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .c-footer__eq-statement {
    max-width: 24rem;
    text-align: left;
    margin-bottom: 0;
  }
}
.c-footer__disclaimer {
  width: 100%;
  max-width: 90rem;
  text-align: center;
  margin: 5rem auto 0;
}
.c-footer__disclaimer * {
  font-size: 1.4rem !important;
}
.c-footer__disclaimer a:not(.c-btn):not(.button):not(.ignore-link-style) {
  border-bottom: none;
}
.c-footer__disclaimer a:not(.c-btn):not(.button):not(.ignore-link-style):active {
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-footer__disclaimer a:not(.c-btn):not(.button):not(.ignore-link-style):hover, .c-footer__disclaimer a:not(.c-btn):not(.button):not(.ignore-link-style):focus {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .c-footer__disclaimer {
    margin-top: 6rem;
  }
}

.c-footer-disclaimer {
  background-color: #f7f9f9;
}
.c-footer-disclaimer.pt-0 {
  padding-top: 0;
}
.c-footer-disclaimer__content {
  max-width: 964px;
}

.c-full-img-cta {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  margin-top: 8rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .c-full-img-cta {
    height: 48rem;
  }
}
@media (min-width: 992px) {
  .c-full-img-cta {
    display: flex;
    align-items: center;
    margin-top: 8rem;
    height: 59.2rem;
  }
}
.c-full-img-cta__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.c-full-img-cta__link {
  display: block;
  position: relative;
  z-index: 10;
  width: auto;
  max-width: 48rem;
}
.c-full-img-cta__graphic {
  display: block;
}

.c-hero-slider {
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .c-hero-slider {
    padding: 0;
    height: 100%;
    overflow: hidden;
  }
}
.c-hero-slider__dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
.c-hero-slider__dots.hide {
  visibility: hidden;
}
@media (min-width: 768px) {
  .c-hero-slider__dots {
    right: 4rem;
  }
}
.c-hero-slider__button {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 15%;
  z-index: 100;
  margin: 0 auto;
}
.c-hero-slider__login-card {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  z-index: 100;
  margin: 0 auto;
}
.c-hero-slider__overlay {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.c-hero-slider__text {
  position: static !important;
}
@media (min-width: 768px) {
  .c-hero-slider__text {
    padding-left: 5.5rem !important;
    position: absolute;
  }
}

[data-js=reveal-content].js-is-ready [data-js=slide].js-is-hidden {
  opacity: 0;
  display: block;
}

.swiper-slide {
  background: #fff;
  transition: opacity 0.3s ease !important;
}
.swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}
.swiper-slide.js-is-hidden {
  display: none;
}
.swiper-slide.swiper-slide.headings-buttons {
  display: flex;
  height: auto;
}
.swiper-slide.swiper-slide.headings-buttons img.slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5.5rem 0 2.5rem;
}
.swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap > div {
  padding-top: calc(3rem + var(--nav-height) * 0.5);
  padding-bottom: 3rem;
}
.swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap > div > .row {
  padding-right: 5rem;
}
.swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap h1,
.swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap h2,
.swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap h3 {
  margin-bottom: 0.8rem;
}
.swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap .c-hero-slider__button {
  padding-top: 2.25rem;
  position: static;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  gap: 24px;
}
.swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap .c-hero-slider__button .c-btn:nth-child(2):hover, .swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap .c-hero-slider__button body .modal-box .modal-content .btn:nth-child(2):hover:not(.close), body .modal-box .modal-content .swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap .c-hero-slider__button .btn:nth-child(2):hover:not(.close) {
  background-color: #fff !important;
}
.swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap .c-hero-slider__button a {
  font-size: 1.9rem;
  font-size: clamp(1.9rem, 1.682rem + 1.091vw, 2.5rem);
}
@media (min-width: 768px) {
  .swiper-slide.swiper-slide.headings-buttons .heading-btns-wrap .c-hero-slider__button a {
    font-size: 2.5rem;
    font-size: clamp(1.9rem, 1.682rem + 1.091vw, 2.5rem);
  }
}

.swiper-pagination {
  z-index: 1;
}

.c-icon-list {
  max-width: 934px;
}
.c-icon-list__item {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .c-icon-list__item {
    flex-flow: row nowrap;
  }
}
.c-icon-list__item + .c-icon-list__item {
  margin-top: 4rem;
}
.c-icon-list__item-image {
  width: 15rem;
}
@media (min-width: 768px) {
  .c-icon-list__item-image {
    text-align: center;
  }
}
.c-icon-list__item-image img {
  width: 8.5rem;
  height: auto;
  display: inline-block;
}
.c-icon-list__item-content {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .c-icon-list__item-content {
    margin-top: 0;
    margin-left: 4.2rem;
  }
}

.c-image-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 0 5.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .c-image-hero {
    padding: 6.5rem 0;
    min-height: 48rem;
  }
}
.c-image-hero__bg-img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-image-hero__overlay {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90.21deg, #ffffff 0.12%, rgba(255, 255, 255, 0) 99.76%);
  opacity: 0.8;
}
.c-image-hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media (min-width: 768px) {
  .c-image-hero__content {
    max-width: 674px;
    text-align: left;
  }
}
.c-image-hero__offer {
  margin-top: 2rem;
}
.c-image-hero__tag {
  font-size: 1.8rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-image-hero__tag {
    text-align: left;
  }
}
.c-image-hero__headline {
  font-size: 3.8rem;
}
@media (min-width: 576px) {
  .c-image-hero__headline {
    font-size: 5.2rem;
  }
}
@media (min-width: 768px) {
  .c-image-hero__headline {
    font-size: 6rem;
  }
}
.c-image-hero__descr {
  margin-top: 1.3rem;
}
.c-image-hero__button {
  margin-top: 2.4rem;
}

.c-info-bar {
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  margin-top: 4rem;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  overflow: hidden;
}
@media (min-width: 576px) {
  .c-info-bar {
    flex-flow: row nowrap;
  }
}
.c-info-bar__icon {
  display: inline-block;
  height: 4.5rem;
  width: auto;
  color: #ffffff;
}
.c-info-bar__heading {
  padding: 2rem 1rem;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  background-color: #002956;
  text-align: center;
}
@media (min-width: 576px) {
  .c-info-bar__heading {
    width: 50%;
    max-width: 260px;
  }
}
.c-info-bar__headline {
  display: block;
  width: 100%;
  margin-top: 0.7rem;
  color: #ffffff;
}
.c-info-bar__content {
  padding: 2rem;
}
@media (min-width: 576px) {
  .c-info-bar__content {
    width: 100%;
    padding: 3rem 3.7rem;
  }
}

.c-input {
  line-height: 1.2;
  font-size: 1.6rem;
  color: #4f5656;
  background-color: #ffffff;
  padding: 0.8rem 1rem 0.9rem;
  border-radius: 1rem;
  border: 1px solid #aebaba;
}
.c-input.is-dropdown {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-input.is-dropdown::-ms-expand {
  display: none;
}
.c-input__select {
  position: relative;
}
.c-input__select:after {
  position: absolute;
  content: "";
  pointer-events: none;
  height: 1rem;
  right: 1rem;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  border-top: solid 0.7rem #7b8787;
  border-left: solid 0.7rem transparent;
  border-right: solid 0.7rem transparent;
  display: inline-block;
}

.c-location__social {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  margin: 1.2rem 0 3rem;
}
.c-location__social svg {
  width: 2.8rem;
}
.c-location__social img {
  width: 2.8rem;
  height: auto;
}
.c-location__social a {
  color: #002956;
  display: inline-block;
  overflow: hidden;
}
.c-location__social a:active svg,
.c-location__social a:active use {
  color: #2c8ebf;
}
@media (min-width: 769px) {
  .c-location__social a:hover svg,
  .c-location__social a:hover use, .c-location__social a:focus svg,
  .c-location__social a:focus use {
    color: #2c8ebf;
  }
}
.c-location__social a + a {
  margin-left: 2rem;
}

.c-location-preview__title {
  color: #2c8ebf;
  transition: all ease 300ms;
}
.c-location-preview a:active .c-location-preview__title {
  color: #002956;
}
@media (min-width: 769px) {
  .c-location-preview a:hover .c-location-preview__title, .c-location-preview a:focus .c-location-preview__title {
    color: #002956;
  }
}
.c-location-preview .service-icons {
  gap: 8px;
}

.blue-vertical-bar {
  border-left: solid 4px #2c8ebf;
  padding-left: 10px;
}

.c-link-card {
  display: block;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 5;
  margin-top: 2rem;
}
.c-link-card::after {
  content: "";
  border-radius: 5px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity linear 250ms;
}
.c-link-card:active {
  box-shadow: none;
}
.c-link-card:active::after {
  opacity: 1;
}
@media (min-width: 769px) {
  .c-link-card:hover, .c-link-card:focus {
    box-shadow: none;
  }
  .c-link-card:hover::after, .c-link-card:focus::after {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .c-link-card {
    height: 100%;
    margin-top: 0;
  }
}
.c-link-card__top {
  background: linear-gradient(180deg, rgba(247, 249, 249, 0) 0%, #f7f9f9 100%);
  height: 10.2rem;
  padding: 2rem 2.5rem;
  padding-top: 2.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .c-link-card__top {
    height: 12.2rem;
  }
}
.c-link-card__icon {
  display: inline-block;
  height: 5.2rem;
  width: auto;
}
@media (min-width: 576px) {
  .c-link-card__icon {
    height: 7.2rem;
  }
}
.c-link-card__headline {
  transition: all ease 500ms;
}
.c-link-card__descr {
  font-size: 1.6rem;
  font-weight: 400;
  color: #4f5656;
  line-height: 1.55;
}
@media (min-width: 576px) {
  .c-link-card__descr {
    font-size: 1.8rem;
  }
}
.c-link-card__bottom {
  padding: 2rem 2.5rem;
}

/*———— -variants- ————*/
.c-link-card.is-icon-left .c-link-card__top {
  text-align: left;
}

/*———— -hover styles- ————*/
.c-link-card:active .c-link-card__headline {
  color: #2c8ebf;
}
@media (min-width: 769px) {
  .c-link-card:hover .c-link-card__headline, .c-link-card:focus .c-link-card__headline {
    color: #2c8ebf;
  }
}

.c-list-card {
  display: block;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.c-list-card__top {
  background: linear-gradient(180deg, rgba(247, 249, 249, 0) 0%, #f7f9f9 100%);
  padding: 2rem 2.5rem;
  padding-top: 2.5rem;
}
.c-list-card__bottom {
  padding: 2rem 2.5rem;
}
.c-list-card__item {
  color: #2c8ebf;
  font-size: 1.8rem;
  font-weight: 700;
}
.c-list-card__item + .c-list-card__item {
  margin-top: 2rem;
}
.c-list-card__item a:hover {
  color: #002956;
}

.cu-login-form {
  position: fixed;
  left: 0;
  right: 0;
  pointer-events: none;
  width: 100%;
  margin: 0 auto;
  top: calc(var(--nav-height) + var(--alert-bar-spacer-height));
  max-width: 137rem;
  height: calc(100vh - var(--nav-height));
  z-index: 300;
  text-align: left;
}
@media (min-width: 992px) {
  .cu-login-form {
    position: fixed;
    height: auto;
  }
}
.cu-login-form__close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  color: #002956;
}
.cu-login-form__close svg {
  width: 2.4rem;
  height: 2.4rem;
}
.cu-login-form__close:active {
  opacity: 0.5;
}
@media (min-width: 769px) {
  .cu-login-form__close:hover, .cu-login-form__close:focus {
    opacity: 0.5;
  }
}
.cu-login-form__heading {
  color: #002956;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 900;
}
.cu-login-form__container {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 4.8rem 3rem 2.7rem;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
@media (min-width: 992px) {
  .cu-login-form__container {
    padding: 4rem 3rem 3.2rem;
    width: auto;
    bottom: auto;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .cu-login-form__container {
    top: 0;
  }
}
.cu-login-form__field {
  width: 100%;
}
.cu-login-form__field + .cu-login-form__field {
  margin-top: 1rem;
}
.cu-login-form__field.is-button {
  margin-top: 1.7rem;
}
@media (min-width: 992px) {
  .cu-login-form__field {
    margin-top: 0;
    width: 35.33%;
  }
  .cu-login-form__field + .cu-login-form__field {
    margin-top: 0;
    margin-left: 3rem;
  }
  .cu-login-form__field.is-button {
    position: relative;
    top: 2.1rem;
    width: 11rem;
    text-align: left;
    padding-right: 0;
  }
}
.cu-login-form__link {
  margin-top: 1.2rem;
  display: block;
  font-size: 1.2rem;
}
.cu-login-form__link a {
  color: currentColor;
  text-decoration: underline;
}
.cu-login-form__link a:hover {
  text-decoration: none;
}
.cu-login-form label {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  color: #002956;
  margin-bottom: 0.5rem;
}
.cu-login-form input:not([type=submit]) {
  width: 100%;
  display: block;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  background-color: #efefef;
  border: 1px solid #c9d1d1;
}
.cu-login-form input:not([type=submit]):focus {
  outline: none;
}
.cu-login-form form {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  text-align: left;
}
.cu-login-form button[type=submit] {
  position: relative;
  min-width: 0;
}

[data-js=login-form] {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity linear 300ms, top 0.4s ease-in-out 0s;
}
@media (min-width: 992px) {
  [data-js=login-form] {
    display: block;
  }
}
[data-js=login-form].js-is-active {
  display: block;
  opacity: 1;
}
[data-js=login-form].js-is-active .cu-login-form__container {
  pointer-events: all;
}

.cu-login-card {
  padding: 0 1rem;
}
.cu-login-card__container {
  max-width: 1024px;
  margin: 0 auto;
}

.cu-login-card__card {
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  overflow: hidden;
  border-radius: 1rem;
}
@media (min-width: 992px) {
  .cu-login-card__card {
    display: flex;
  }
}

.cu-login-card__form {
  padding: 2.4rem 2rem 3rem;
}
@media (min-width: 992px) {
  .cu-login-card__form {
    order: 1;
    flex: 1 1 auto;
    padding: 2rem 3.2rem 2rem 4.2rem;
  }
}

.cu-login-card__form-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #002956;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .cu-login-card__form-heading {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 1.2rem;
  }
}

.cu-login-card__form-fieldset {
  padding: 0;
  border: none;
}
@media (min-width: 992px) {
  .cu-login-card__form-fieldset {
    display: flex;
  }
}

.cu-login-card__form-field {
  margin-bottom: 1.6rem;
}
.cu-login-card__form-field:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cu-login-card__form-field {
    flex: 1 1 auto;
    margin-right: 1.6rem;
    margin-bottom: 0;
  }
  .cu-login-card__form-field:last-child {
    flex-shrink: 0;
    margin-right: 0;
  }
}

.cu-login-card__input {
  width: 100%;
  height: 4.5rem;
  padding: 0 1.6rem;
  font-size: 1.9rem;
  border: 2px solid #c9d1d1;
  border-radius: 2.25rem;
  margin-bottom: 1.1rem;
  transition: border-color 0.2s;
}
.cu-login-card__input:hover, .cu-login-card__input:focus {
  border-color: #2c8ebf;
}
@media (min-width: 992px) {
  .cu-login-card__input {
    height: 4.8rem;
    padding: 0 1.8rem;
    border-radius: 2.4rem;
  }
}

.cu-login-card__link {
  display: block;
  padding-left: calc(1.6rem + 2px);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.14285714;
  text-align: left;
  color: #2c8ebf;
}
.cu-login-card__link:hover, .cu-login-card__link:focus {
  color: #002956;
}
@media (min-width: 992px) {
  .cu-login-card__link {
    padding-left: calc(1.8rem + 3px);
  }
}

.cu-login-card__submit {
  width: 100%;
}
@media (min-width: 992px) {
  .cu-login-card__submit {
    width: auto;
  }
}

.cu-login-card__join {
  position: relative;
  z-index: 0;
  background-color: #002956;
  padding: 3rem 2rem 2.4rem;
  text-align: center;
}
.cu-login-card__join::after {
  content: "OR";
  display: flex;
  position: absolute;
  top: -1.8rem;
  left: calc(50% - 1.8rem);
  width: 3.6rem;
  height: 3.6rem;
  padding-top: 2px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #002956;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .cu-login-card__join {
    display: flex;
    width: 34.2rem;
    flex-shrink: 0;
    align-items: center;
    padding: 2rem 4.2rem 2rem 3.2rem;
  }
  .cu-login-card__join::after {
    top: auto;
    right: -1.8rem;
    left: auto;
  }
}

.cu-login-card__join-graphic {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 85%;
  height: 100%;
}
[data-js=slide] .cu-login-card__join-graphic {
  width: 85%;
}

.cu-login-card__join-button {
  width: 100%;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .cu-login-card__join-button {
    width: auto;
  }
}

.c-map-embed {
  margin-top: 2.5rem;
  position: relative;
  padding-bottom: 78.2%;
}
.c-map-embed__iframe {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/*———— -interactive styling- ————*/
.c-mobile-nav {
  position: fixed;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 300;
  top: calc(var(--nav-height) + var(--alert-bar-spacer-height));
  background-color: #ffffff;
  opacity: 0;
  transition: opacity 200ms linear;
  pointer-events: none;
  transition: top 0.4s ease-in-out 0s;
}
@media (min-width: 1200px) {
  .c-mobile-nav {
    display: none;
  }
}
.c-mobile-nav.js-is-active {
  opacity: 1;
}
.c-mobile-nav.js-is-active .c-mobile-nav__slider {
  pointer-events: all;
}
.c-mobile-nav.js-is-active .c-mobile-nav__section {
  pointer-events: all;
}
.c-mobile-nav.js-is-active .c-mobile-nav__scroller {
  pointer-events: all;
}
.c-mobile-nav .sub-menu {
  padding: 0;
  margin: 0;
}
.c-mobile-nav > div > a {
  transition: opacity 200ms linear;
  opacity: 1;
}
.c-mobile-nav > div.js-is-active > a {
  opacity: 0;
}
.c-mobile-nav__boundary {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.c-mobile-nav__scroller {
  height: calc(100% - var(--nav-height));
  overflow: auto;
}
.c-mobile-nav__content {
  padding-bottom: 4rem;
}
.c-mobile-nav__container {
  width: 100%;
  padding: 0 2rem;
}
.c-mobile-nav__slider {
  position: relative;
  width: 100%;
  min-height: 0;
  margin: 1.2rem 0;
  transition: transform 400ms ease-in-out, min-height 700ms ease;
}
.c-mobile-nav__section {
  padding: 2.5rem 0;
  border-top: 1px solid #d9d9d6;
}
.c-mobile-nav__page {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms linear;
}
.c-mobile-nav__page.js-is-active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0%);
}
.c-mobile-nav__page > div > div,
.c-mobile-nav__page button {
  transition: opacity 200ms linear;
  opacity: 0;
}
.c-mobile-nav__page.js-is-current > div > div,
.c-mobile-nav__page.js-is-current button {
  opacity: 1;
}

/*———— -link styling- ————*/
.c-mobile-nav__arrow {
  color: #2c8ebf;
  width: 7px;
  height: 11px;
  margin-right: 3px;
}
.c-mobile-nav__arrow:active {
  color: #002956;
}
.c-mobile-nav .menu-item a {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  color: #002956;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  padding: 1rem 0 0 1rem;
}
.c-mobile-nav .menu-item a:active {
  color: #002956;
}
.c-mobile-nav .menu-item.current-menu-item:not(.menu-item-has-children) > a {
  color: #002956;
}
.c-mobile-nav .c-mobile-nav__back-link {
  display: flex;
  width: 100%;
  appearance: none;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0;
  color: #2c8ebf;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
}
.c-mobile-nav .c-mobile-nav__back-link .c-mobile-nav__arrow {
  margin-left: 0;
  margin-right: 8px;
  transform: rotate(-180deg);
}

[data-js=page-0] > .menu-item-has-children > a {
  font-weight: 800;
  padding-left: 0;
}

.c-mobile-nav__page .menu-item:first-of-type > a {
  font-weight: 800;
  padding-left: 0;
}

[data-js=mobile-utility-nav] {
  opacity: 0;
  transition: opacity 300ms linear, max-height 500ms ease;
  max-height: none;
}
[data-js=mobile-utility-nav].js-is-active {
  opacity: 1;
}

/*———— -mobile nav right: log in and toggle- ————*/
.mobile-nav-right {
  display: inline-flex;
  align-items: center;
}

/*———— -nav button- ————*/
button.mobile-nav-toggle {
  padding: 0;
  border: 0;
  width: 36px;
  height: 36px;
  position: relative;
  top: 1px;
  margin-left: 1rem;
}
button.mobile-nav-toggle span {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  background-color: #002956;
}
button.mobile-nav-toggle .open-wrap,
button.mobile-nav-toggle .close-wrap {
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
}
button.mobile-nav-toggle .open-wrap span,
button.mobile-nav-toggle .close-wrap span {
  position: absolute;
}
button.mobile-nav-toggle .open-wrap span {
  transform: translateX(0);
  transition: all 0.2s linear 0.21s;
}
button.mobile-nav-toggle .open-wrap span:nth-child(1) {
  top: 6px;
}
button.mobile-nav-toggle .open-wrap span:nth-child(2) {
  top: 16px;
}
button.mobile-nav-toggle .open-wrap span:nth-child(3) {
  top: 26px;
}
button.mobile-nav-toggle .close-wrap span {
  top: 16px;
  width: 0;
  transition: all 0.2s linear;
}
button.mobile-nav-toggle .close-wrap span:nth-child(1) {
  transform: translateX(18px) rotate(45deg);
}
button.mobile-nav-toggle .close-wrap span:nth-child(2) {
  transform: translateX(18px) rotate(-45deg);
}
button.mobile-nav-toggle[aria-expanded=true] .open-wrap span {
  width: 0;
  transform: translateX(18px);
  transition: all 0.2s linear;
}
button.mobile-nav-toggle[aria-expanded=true] .close-wrap span {
  width: 38px;
  transition: all 0.2s linear 0.21s;
}
button.mobile-nav-toggle[aria-expanded=true] .close-wrap span:nth-child(1) {
  transform: translateX(0px) rotate(45deg);
}
button.mobile-nav-toggle[aria-expanded=true] .close-wrap span:nth-child(2) {
  transform: translateX(0px) rotate(-45deg);
}

/*———— -util menu- ————*/
.c-mobile-nav__utility-menu {
  padding: 0 2rem;
}
.c-mobile-nav__utility-menu .menu {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.c-mobile-nav__utility-menu .menu-item {
  width: 50%;
}
.c-mobile-nav__utility-menu .menu-item a {
  font-size: 1.4rem;
}

body > iframe[src="javascript:false"] {
  position: absolute;
}

main {
  padding-top: 82px;
  padding-top: calc(var(--nav-height) - 1px);
}
@media (min-width: 1200px) {
  main {
    padding-top: 163px;
    padding-top: calc(var(--nav-height) - 1px);
  }
}

.c-nav {
  position: fixed;
  width: 100%;
  z-index: 200;
}
@media (max-width: 1199.98px) {
  .c-nav {
    position: fixed;
    width: 100%;
  }
}
body.sm-chat.sm-engaged.sm-engaged-right:not(.sm-mobile) .c-nav {
  width: calc(100% - 270px);
}
.c-nav__bottom {
  padding: 2rem 0;
  border-bottom: 0.6rem solid #2c8ebf;
  transition: border-bottom linear 300ms;
  position: relative;
}
.c-nav__bottom::before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  background-color: #ffffff;
  transition: opacity linear 300ms;
  opacity: 1;
}
@media (min-width: 1200px) {
  .c-nav__bottom {
    padding: 3rem 0 2.5rem;
  }
}
.c-nav__top {
  padding: 1rem 0 0.9rem;
  background-color: #002956;
  color: #ffffff;
}
.c-nav__meta {
  margin-right: 3rem;
  width: 35.7rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.c-nav__meta a:active {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .c-nav__meta a:hover, .c-nav__meta a:focus {
    text-decoration: underline;
  }
}
@media (min-width: 1200px) {
  .c-nav__meta {
    white-space: nowrap;
  }
}
.c-nav__container {
  max-width: 144rem;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .c-nav__container {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.c-nav__flex {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.c-nav__logo {
  display: block;
  color: #002956;
}
.c-nav__logo svg {
  width: 11.5rem;
  height: 3rem;
}
@media (min-width: 992px) {
  .c-nav__logo svg {
    width: 14rem;
    height: 3.65rem;
  }
}
@media (min-width: 1200px) {
  .c-nav__logo svg {
    width: 18.7rem;
    height: 4.8rem;
  }
}
.c-nav__logo:active {
  color: #1a3679;
}
@media (min-width: 769px) {
  .c-nav__logo:hover, .c-nav__logo:focus {
    color: #1a3679;
  }
}
.c-nav__menu {
  display: none;
  width: 100%;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1200px) {
  .c-nav__menu {
    display: flex;
  }
}
.c-nav__menu [data-js=search-trigger] {
  margin-left: 4rem;
  color: #002956;
  transition: all ease 400ms;
}
.c-nav__menu [data-js=search-trigger] svg {
  width: 3rem;
  height: 3.1rem;
}
.c-nav__menu [data-js=search-trigger]:active {
  color: #2c8ebf;
}
@media (min-width: 769px) {
  .c-nav__menu [data-js=search-trigger]:hover, .c-nav__menu [data-js=search-trigger]:focus {
    color: #2c8ebf;
  }
}
.c-nav__menu .menu {
  display: flex;
  align-items: center;
  width: 100%;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.c-nav__menu .menu-item {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 0.5rem 0;
}
.c-nav__menu .menu-item > a:active {
  color: #2c8ebf;
}
@media (min-width: 769px) {
  .c-nav__menu .menu-item > a:hover, .c-nav__menu .menu-item > a:focus {
    color: #2c8ebf;
  }
}
@media (min-width: 992px) {
  .c-nav__menu .menu-item {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .c-nav__menu .menu-item.current-menu-ancestor, .c-nav__menu .menu-item.current-menu-parent, .c-nav__menu .menu-item.current-menu-item {
    color: #2c8ebf;
  }
}
@media (min-width: 1200px) {
  .c-nav__menu .menu-item.is-top-level {
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
  }
  .c-nav__menu .menu-item.is-top-level.current-menu-ancestor, .c-nav__menu .menu-item.is-top-level.current-menu-parent, .c-nav__menu .menu-item.is-top-level.current-menu-item {
    border-bottom-color: #2c8ebf;
  }
}
.c-nav__menu .menu-item.is-top-level + .menu-item {
  margin-left: 2.5rem;
}
@media (min-width: 992px) {
  .c-nav__menu .menu-item.is-top-level + .menu-item {
    margin-left: 3.7rem;
  }
}
.c-nav__menu .sub-menu[data-depth="2"] .menu-item > a:active {
  font-weight: 700;
}
@media (min-width: 769px) {
  .c-nav__menu .sub-menu[data-depth="2"] .menu-item > a:hover, .c-nav__menu .sub-menu[data-depth="2"] .menu-item > a:focus {
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .c-nav__menu .sub-menu[data-depth="2"] .menu-item.current-menu-ancestor, .c-nav__menu .sub-menu[data-depth="2"] .menu-item.current-menu-parent, .c-nav__menu .sub-menu[data-depth="2"] .menu-item.current-menu-item {
    font-weight: 700;
  }
}

.c-nav .sub-menu[data-depth="1"] {
  display: none;
  position: absolute;
  top: var(--bottom-bar-height);
  left: 0;
  right: 0;
  padding: 2.5rem 0 5rem;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: opacity linear 300ms;
}
.c-nav .sub-menu[data-depth="1"].js-is-staged {
  display: block;
}
.c-nav .sub-menu[data-depth="1"].js-is-active {
  opacity: 1;
  pointer-events: all;
}
.c-nav .sub-menu .menu-item {
  text-transform: none;
  font-size: 1.4rem;
}
.c-nav .sub-menu[data-depth="2"] {
  margin-top: 1.6rem;
}
.c-nav .sub-menu[data-depth="2"] .menu-item {
  font-weight: 400;
}
.c-nav .sub-menu[data-depth="2"] .menu-item + .menu-item {
  margin-top: 1.2rem;
}
.c-nav .c-nav__submenu {
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 1;
  max-width: 23rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 3.5rem;
  padding-right: 0;
}
.c-nav .c-nav__submenu:first-of-type {
  padding-left: 0;
}
@media (min-width: 1170px) {
  .c-nav .c-nav__submenu {
    padding-left: 4.5rem;
  }
}

/*———— -variants- ————*/
.c-nav__bottom .menu-item {
  color: #002956;
}
@media (min-width: 1200px) {
  .c-nav__bottom.is-transparent {
    margin-bottom: calc(var(--nav-height) * -1);
  }
  .c-nav__bottom.is-transparent:not(.js-is-active) {
    border-bottom-color: transparent;
  }
  .c-nav__bottom.is-transparent:not(.js-is-active)::before {
    opacity: 0;
  }
  .c-nav__bottom.is-transparent:not(.js-is-active) [data-js=search-trigger],
  .c-nav__bottom.is-transparent:not(.js-is-active) .c-nav__logo {
    color: #ffffff;
  }
  .c-nav__bottom.is-transparent:not(.js-is-active) [data-js=search-trigger]:active,
  .c-nav__bottom.is-transparent:not(.js-is-active) .c-nav__logo:active {
    color: #c0ddec;
  }
}
@media (min-width: 1200px) and (min-width: 769px) {
  .c-nav__bottom.is-transparent:not(.js-is-active) [data-js=search-trigger]:hover, .c-nav__bottom.is-transparent:not(.js-is-active) [data-js=search-trigger]:focus,
  .c-nav__bottom.is-transparent:not(.js-is-active) .c-nav__logo:hover,
  .c-nav__bottom.is-transparent:not(.js-is-active) .c-nav__logo:focus {
    color: #c0ddec;
  }
}
@media (min-width: 1200px) {
  .c-nav__bottom.is-transparent:not(.js-is-active) .menu-item.is-top-level {
    color: #ffffff;
  }
  .c-nav__bottom.is-transparent:not(.js-is-active) .menu-item.is-top-level:active > a {
    color: #c0ddec;
  }
}
@media (min-width: 1200px) and (min-width: 769px) {
  .c-nav__bottom.is-transparent:not(.js-is-active) .menu-item.is-top-level:hover > a, .c-nav__bottom.is-transparent:not(.js-is-active) .menu-item.is-top-level:focus > a {
    color: #c0ddec;
  }
}

.c-nav__top {
  display: none;
}
@media (min-width: 1200px) {
  .c-nav__top {
    display: block;
  }
}
.c-nav__top [data-js=login-trigger] {
  margin-left: 3.7rem;
  min-width: 12.5rem;
}
.c-nav__top .menu .menu-item {
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  opacity: 1;
  transition: opacity 400ms;
}
.c-nav__top .menu .menu-item:active {
  color: #ffffff;
  text-decoration: underline;
}
.c-nav__top .menu .menu-item:active > a {
  color: #ffffff;
}
@media (min-width: 769px) {
  .c-nav__top .menu .menu-item:hover, .c-nav__top .menu .menu-item:focus {
    color: #ffffff;
    text-decoration: underline;
  }
  .c-nav__top .menu .menu-item:hover > a, .c-nav__top .menu .menu-item:focus > a {
    color: #ffffff;
  }
}
.c-nav__top .menu .menu-item + .menu-item {
  margin-left: 2.5rem;
}
@media (min-width: 992px) {
  .c-nav__top .menu .menu-item + .menu-item {
    margin-left: 3.7rem;
  }
}

.c-news-preview__title {
  color: #000000;
}
.c-news-preview__date {
  margin-top: 0.8rem;
  color: #4f5656;
  font-size: 1.4rem;
}
.c-news-preview__link {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #2c8ebf;
  font-weight: 700;
  transition: all ease 300ms;
}
.c-news-preview__link:active {
  text-decoration: underline;
  color: #002956;
}
@media (min-width: 769px) {
  .c-news-preview__link:hover, .c-news-preview__link:focus {
    text-decoration: underline;
    color: #002956;
  }
}

.c-page-intro__buttons {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  flex-basis: auto;
}
@media (min-width: 576px) {
  .c-page-intro__buttons {
    flex-flow: row nowrap;
  }
}
.c-page-intro__buttons .c-btn, .c-page-intro__buttons body .modal-box .modal-content .btn:not(.close), body .modal-box .modal-content .c-page-intro__buttons .btn:not(.close) {
  min-width: 51%;
}
@media (min-width: 576px) {
  .c-page-intro__buttons .c-btn, .c-page-intro__buttons body .modal-box .modal-content .btn:not(.close), body .modal-box .modal-content .c-page-intro__buttons .btn:not(.close) {
    min-width: 0px;
  }
}
.c-page-intro__buttons .c-btn + .c-btn, .c-page-intro__buttons body .modal-box .modal-content .btn:not(.close) + .c-btn, body .modal-box .modal-content .c-page-intro__buttons .btn:not(.close) + .c-btn, .c-page-intro__buttons body .modal-box .modal-content .c-btn + .btn:not(.close), body .modal-box .modal-content .c-page-intro__buttons .c-btn + .btn:not(.close), .c-page-intro__buttons body .modal-box .modal-content .btn:not(.close) + .btn:not(.close), body .modal-box .modal-content .c-page-intro__buttons .btn:not(.close) + .btn:not(.close) {
  margin-top: 2rem;
}
@media (min-width: 576px) {
  .c-page-intro__buttons .c-btn + .c-btn, .c-page-intro__buttons body .modal-box .modal-content .btn:not(.close) + .c-btn, body .modal-box .modal-content .c-page-intro__buttons .btn:not(.close) + .c-btn, .c-page-intro__buttons body .modal-box .modal-content .c-btn + .btn:not(.close), body .modal-box .modal-content .c-page-intro__buttons .c-btn + .btn:not(.close), .c-page-intro__buttons body .modal-box .modal-content .btn:not(.close) + .btn:not(.close), body .modal-box .modal-content .c-page-intro__buttons .btn:not(.close) + .btn:not(.close) {
    margin-top: 0;
    margin-left: 4rem;
  }
}

.c-product-table {
  margin-top: 2rem;
}
.c-product-table + .c-product-table {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .c-product-table + .c-product-table {
    margin-top: 8rem;
  }
}
.c-product-table b {
  font-size: 2.2rem;
}

.c-product-list {
  margin-top: 2rem;
}
.c-product-list + .c-product-list {
  margin-top: 3rem;
}
@media (min-width: 992px) {
  .c-product-list + .c-product-list {
    margin-top: 8rem;
  }
}
.c-product-list b {
  font-size: 2.2rem;
}
.c-product-list .loans-last-col b {
  font-weight: 400 !important;
}
.c-product-list .loans-last-col p {
  max-width: none !important;
}

.c-rate-sheet {
  margin-top: 4.2rem;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  padding: 4rem 1.2rem;
}
@media (min-width: 768px) {
  .c-rate-sheet {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }
}
@media (min-width: 992px) {
  .c-rate-sheet {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
.c-rate-sheet__item {
  padding-bottom: 4rem;
  text-align: center;
}
.c-rate-sheet__item h2 {
  font-size: 4.8rem;
}
@media (min-width: 992px) {
  .c-rate-sheet__item h2 {
    font-size: 7.2rem;
  }
}
.c-rate-sheet__item + .c-rate-sheet__item {
  padding-top: 4rem;
  position: relative;
}
.c-rate-sheet__item + .c-rate-sheet__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  border-top: solid 0.6rem #c9d1d1;
}
@media (min-width: 768px) {
  .c-rate-sheet__item + .c-rate-sheet__item::before {
    left: 0;
    right: 0;
  }
}
.c-rate-sheet__item:last-child {
  padding-bottom: 0;
}
.c-rate-sheet__descr {
  margin-top: 1.8rem;
}
.c-rate-sheet__rate-type {
  font-size: 0.67em;
}

.cu-search-modal {
  position: relative;
  pointer-events: none;
  width: 100%;
  height: calc(100vh - 90px);
  z-index: 300;
}
@media (min-width: 992px) {
  .cu-search-modal {
    height: 0px;
  }
}
.cu-search-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 1.7rem;
  color: #002956;
  transition: opacity linear 300ms;
}
.cu-search-modal__close svg {
  width: 1.6rem;
  height: 1.6rem;
}
.cu-search-modal__close:active {
  opacity: 0.5;
}
@media (min-width: 769px) {
  .cu-search-modal__close:hover, .cu-search-modal__close:focus {
    opacity: 0.5;
  }
}
.cu-search-modal__container {
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 3rem 1.5rem 1.6rem;
  transform: translateY(var(--alert-bar-spacer-height));
  transition: top 0.4s ease-in-out 0s;
}
@media (min-width: 992px) {
  .cu-search-modal__container {
    padding: 3.5rem 1.5rem 1.6rem;
    width: auto;
    bottom: auto;
    left: auto;
    margin-right: 25rem;
  }
}
.cu-search-modal button[type=submit] {
  position: relative;
  z-index: 2;
  height: 55px;
  top: 50%;
}
.cu-search-modal .align-search-input {
  border-width: 2px !important;
  border-radius: 50px !important;
  height: 55px !important;
  text-align: center !important;
  background-color: transparent !important;
}
.cu-search-modal svg.is-search {
  position: relative;
  top: 1rem;
  width: 2.8rem;
  height: 2.5rem;
}

[data-js=search-modal] {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity linear 300ms;
}
@media (min-width: 992px) {
  [data-js=search-modal].js-is-staged {
    display: block;
  }
}
[data-js=search-modal].js-is-active {
  opacity: 1;
}
[data-js=search-modal].js-is-active .cu-search-modal__container {
  pointer-events: all;
}

.cu-search-modal__container-in-page {
  padding: 1.8rem 1.5rem 1.6rem;
  width: auto;
  bottom: auto;
  left: auto;
  background-color: #2c8ebf;
  max-width: 310px;
}

.link-color {
  color: #2c8ebf;
}

.cu-search-modal__container {
  top: var(--nav-height);
  transition: transform 0.3s ease;
}

.sticky-bottom-bar .cu-search-modal__container {
  transform: translateY(calc(-1 * var(--top-bar-height)));
  transition: transform 0.5s ease;
}

input[name=s]:focus {
  outline: none;
}

.c-mobile-search {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.c-mobile-search form {
  display: flex;
  flex-flow: row nowrap;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 0 1.6rem;
}
.c-mobile-search input[name=s] {
  width: 100%;
  height: 48px;
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
}
.c-mobile-search [type=submit] {
  color: #2c8ebf;
}

.c-section-heading {
  max-width: 774px;
  margin-bottom: 2.5rem;
}
.c-section-heading.text-center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.c-section-heading.text-left {
  margin-right: auto;
}
.c-section-heading.text-right {
  margin-right: auto;
}
.c-section-heading__headline, .c-cta-hero__content h4 {
  font-size: 3.9rem;
  font-weight: 900;
  color: #002956;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .c-section-heading__headline, .c-cta-hero__content h4 {
    font-size: 4.8rem;
  }
}
.c-section-heading__descr {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #4f5656;
  line-height: 1.55;
}
@media (min-width: 576px) {
  .c-section-heading__descr {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .c-section-heading__descr {
    margin-top: 1.8rem;
  }
}
.c-section-heading.is-wide {
  max-width: 959px;
}
.c-section-heading.is-wide .c-section-heading__descr {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .c-section-heading.is-sm .c-section-heading__headline, .c-section-heading.is-sm .c-cta-hero__content h4, .c-cta-hero__content .c-section-heading.is-sm h4 {
    font-size: 4rem;
  }
}

.media-612x306 {
  display: none;
}

.media-320x316 {
  display: none;
}

@media screen and (max-width: 675px) {
  .media-185x555 {
    display: none;
  }
  .media-612x306 {
    display: block;
  }
  .media-320x316 {
    display: block;
  }
  .media-1455x240 {
    display: none;
  }
}
.c-sidebar {
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .c-sidebar {
    max-width: 25.6rem;
  }
}
.c-sidebar.is-full-width {
  max-width: none;
}
@media (min-width: 768px) {
  .c-sidebar.is-full-width {
    padding-left: 3rem;
  }
}
.c-sidebar.is-full-width .c-sidebar__region {
  margin-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .c-sidebar.is-full-width .c-sidebar__region {
    margin-bottom: 5.5rem;
  }
}
.c-sidebar__region {
  margin-bottom: 6rem;
}
@media (min-width: 992px) {
  .c-sidebar__region {
    margin-bottom: 8rem;
  }
}
.c-sidebar__region:last-of-type {
  margin-bottom: 0;
}

.layout-slider-dots {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: -0.2rem;
  transition: all ease 400ms;
}
.layout-slider-dots .c-slider-dot {
  position: relative;
  background-color: #c9d1d1;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0rem 0.2rem;
  transition: background-color ease 400ms;
  border-radius: 100%;
}
.layout-slider-dots .c-slider-dot.js-is-active {
  background-color: #2c8ebf;
}
.layout-slider-dots .c-slider-dot:not(.js-is-active):active {
  background-color: #2c8ebf;
}
@media (min-width: 769px) {
  .layout-slider-dots .c-slider-dot:not(.js-is-active):hover, .layout-slider-dots .c-slider-dot:not(.js-is-active):focus {
    background-color: #2c8ebf;
  }
}

.stacked-table-rows.c-product-list {
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.c-svg.is-play-icon {
  width: 5.8rem;
  height: 5.8rem;
}
.c-svg.is-apple {
  width: 2.7rem;
  height: 3.2rem;
}
.c-svg.is-android {
  width: 3.4rem;
  height: 1.9rem;
}
.c-svg.is-checkmark {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
}
.c-svg.is-facebook {
  width: 1.2rem;
  height: 2.6rem;
}
.c-svg.is-twitter {
  width: 2.3rem;
  height: 1.9rem;
}
.c-svg.is-instagram {
  width: 2.6rem;
  height: 2.6rem;
}
.c-svg.is-linkedin {
  width: 2.5rem;
  height: 2.4rem;
}
.c-svg.is-youtube {
  width: 2.9rem;
  height: 2.1rem;
}

.c-tab-group {
  margin-top: 7rem;
}
@media (min-width: 992px) {
  .c-tab-group {
    margin-top: 11rem;
  }
}
.c-tab-group__content {
  margin-top: 2.3rem;
}
.c-tab-group__nav {
  display: block;
  text-align: left;
  max-width: none;
}
@media (max-width: 767.98px) {
  .c-tab-group__nav {
    display: flex;
    flex-direction: column;
  }
  .c-tab-group__nav li {
    width: 100%;
  }
  .c-tab-group__nav li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .c-tab-group__nav button {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .c-tab-group__nav {
    padding-right: 0;
    position: relative;
    left: auto;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    white-space: normal;
  }
}
.c-tab-group__nav.is-left-aligned {
  justify-content: flex-start;
}
.c-tab-group__scroller {
  position: relative;
  padding: 2rem 2.5rem;
  min-height: 7.6rem;
}
.c-tab-group__menu {
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 100;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(247, 249, 249, 0) 0%, #f7f9f9 100%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 576px) {
  .c-tab-group__menu::after {
    display: none;
  }
}
.c-tab-group__menu-item {
  font-size: 1.5rem;
  padding: 0;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .c-tab-group__menu-item {
    padding: 0 1rem;
    font-size: 1.7rem;
  }
}
.c-tab-group__button {
  position: relative;
  padding: 0.9rem 2rem;
  border-radius: 4.5rem;
  color: #002956;
  transition: all ease 400ms;
  text-align: center;
}
.c-tab-group__button > span {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 768px) {
  .c-tab-group__button > span {
    line-height: 1.15;
  }
}
.c-tab-group__button::before {
  /* Spaceholder eliminates jump on active state 
  due to font-weight switch */
  display: block;
  content: attr(data-spaceholder);
  font-weight: 900;
  opacity: 0;
}
.c-tab-group__button:active {
  background: #dcdcdc;
  color: #002956;
}
@media (min-width: 769px) {
  .c-tab-group__button:hover, .c-tab-group__button:focus {
    background: #dcdcdc;
    color: #002956;
  }
}
.c-tab-group__button.active {
  font-weight: 900;
  background-color: #2c8ebf;
  color: #ffffff;
  transition: all ease 0ms;
}
.c-tab-group__info {
  position: relative;
}
.c-tab-group__page {
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  padding: 2rem 2.5rem;
  display: none;
  padding-bottom: 4rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  z-index: 1;
  overflow: auto;
}
.c-tab-group__page.active {
  display: block;
}
@media (min-width: 768px) {
  .c-tab-group__page {
    padding-bottom: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.c-tab-group .active .c-tab-group__page {
  display: block;
}
.c-tab-group .active .c-tab-group__disclaimer {
  display: block;
}
.c-tab-group__disclaimer {
  display: none;
  max-width: 93.8rem;
  margin: 3.5rem auto 0;
  color: #4f5656;
  font-size: 1.6rem;
}

.c-tax-selector__headline {
  display: block;
  margin-bottom: 2rem;
}
.c-tax-selector .c-input {
  width: 100%;
}

body .modal-box .modal-content .btn:not(.close) {
  height: auto !important;
  line-height: 1 !important;
  padding: 1.1rem 3.4rem !important;
}
body .modal-box .close {
  line-height: 48px;
}
body .c-custom-button {
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  body .modal-box .modal-content {
    padding: 48px 34px;
  }
}

.c-text-hero {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 10.2rem;
  background-color: #002956;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .c-text-hero {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
@media (min-width: 992px) {
  .c-text-hero {
    text-align: left;
    padding-right: 10rem;
    padding-left: 10rem;
  }
}
@media (min-width: 992px) {
  .c-text-hero.is-narrow {
    text-align: center;
    padding-top: 10rem;
    padding-bottom: 10.2rem;
  }
}
.c-text-hero__content {
  position: relative;
  z-index: 10;
}
.c-text-hero__graphic {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 25.5rem;
  height: 37.5rem;
  color: #2c8ebf;
}
@media (min-width: 768px) {
  .c-text-hero__graphic {
    width: 38rem;
    height: 56.5rem;
    top: -5rem;
    left: -4rem;
  }
}
@media (min-width: 365px) {
  .c-text-hero__headline, .c-cta-hero__content h3 {
    font-size: 4.9rem;
  }
}
@media (min-width: 768px) {
  .c-text-hero__headline, .c-cta-hero__content h3 {
    font-size: 6rem;
  }
}

.c-tiers-slider .tns-item {
  padding: 1rem 0;
}
.c-tiers-slider__card {
  width: 20rem;
  margin: 0 auto;
  padding: 2rem;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border: 2px solid transparent;
  transition: all ease 300ms;
  opacity: 0.7;
  text-align: center;
}
.c-tiers-slider .js-is-active .c-tiers-slider__card {
  opacity: 1;
  border-color: #2c8ebf;
}
.c-tiers-slider__cell-text {
  width: 100%;
}
.c-tiers-slider__content {
  width: 100%;
  margin-bottom: 2rem;
}
.c-tiers-slider .c-tiers-table__final {
  padding: 3rem 1rem;
}
.c-tiers-slider__final {
  margin-top: 3rem;
}
.c-tiers-slider .is-checkmark {
  display: block;
  margin-left: auto;
}
.c-tiers-slider .th-headline {
  text-transform: uppercase;
  color: #002956;
  margin-bottom: 1.3rem;
}
.c-tiers-slider .th-description {
  font-size: 1.8rem;
}
.c-tiers-slider .th-description p, .c-tiers-slider .th-description a {
  display: block;
  margin-bottom: 2rem;
}
.c-tiers-slider .th-description :last-child {
  margin-bottom: 0;
}
.c-tiers-slider td {
  padding: 1.5rem 0;
  border-bottom: 2px solid #c9d1d1;
}
.c-tiers-slider td > div {
  width: 100%;
  vertical-align: middle;
}
.c-tiers-slider td div + div {
  margin-top: 1.5rem;
}
.c-tiers-slider td:nth-of-type(1) {
  width: 80%;
}
.c-tiers-slider td:nth-of-type(2) {
  padding-left: 2rem;
  text-align: right;
}
.c-tiers-slider tr:last-of-type td {
  border-bottom: 0;
}
.c-tiers-slider tbody {
  width: 100%;
}

.product-tier-benefits-table.consumer-credit-cards td:nth-of-type(1) {
  width: 40%;
}
@media (min-width: 992px) {
  .product-tier-benefits-table.consumer-credit-cards td:nth-of-type(1) {
    width: 80%;
  }
}

.c-tiers-table {
  height: 100%;
  margin-top: 4rem;
  background: #ffffff;
  border-radius: 2rem;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.c-tiers-table__cell-text {
  width: 100%;
}
.c-tiers-table .c-tiers-table__final {
  padding: 3rem 1rem;
}
.c-tiers-table .is-checkmark {
  display: block;
  margin: 0 auto;
}

.c-video-embed {
  margin-bottom: 4.5rem;
}
.c-video-embed:last-of-type {
  margin-bottom: 0;
}
.c-video-embed__title {
  margin-top: 2rem;
}
.c-video-embed__player {
  position: relative;
  width: 100%;
  padding-bottom: 57.7%;
}
.c-video-embed__iframe {
  border-radius: 2rem;
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*———— -Vendor- ————*/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
/*———— -Trumps- ————*/
.bg-cover {
  background-size: cover !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.pointer-events-none {
  pointer-events: none !important;
}

.pointer-events-all {
  pointer-events: all !important;
}

.bg-center {
  background-position: center;
}

.boundary {
  position: absolute;
  overflow-x: hidden;
  width: 100%;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
@media (min-width: 1025px) {
  .boundary {
    overflow: visible;
  }
}

.sticky {
  position: fixed;
}

.z-outer-space {
  z-index: 300 !important;
}

.z-stratosphere {
  z-index: 200 !important;
}

.z-sky {
  z-index: 100 !important;
}

.z-mountain {
  z-index: 50 !important;
}

.z-hill {
  z-index: 10 !important;
}

.z-land {
  z-index: 5 !important;
}

.z-default {
  z-index: 1 !important;
}

.z-sea {
  z-index: -1 !important;
}

.border-black {
  border-color: #000000 !important;
}

.bg-black {
  background-color: #000000 !important;
}

.text-black {
  color: #000000 !important;
}

.border-white {
  border-color: #ffffff !important;
}

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

.text-white {
  color: #ffffff !important;
}

.border-darkBlue {
  border-color: #002956 !important;
}

.bg-darkBlue {
  background-color: #002956 !important;
}

.text-darkBlue {
  color: #002956 !important;
}

.border-navy {
  border-color: #1a3679 !important;
}

.bg-navy {
  background-color: #1a3679 !important;
}

.text-navy {
  color: #1a3679 !important;
}

.border-blue {
  border-color: #2c8ebf !important;
}

.bg-blue {
  background-color: #2c8ebf !important;
}

.text-blue {
  color: #2c8ebf !important;
}

.border-blueTint {
  border-color: #c0ddec !important;
}

.bg-blueTint {
  background-color: #c0ddec !important;
}

.text-blueTint {
  color: #c0ddec !important;
}

.border-dc {
  border-color: #dcdcdc !important;
}

.bg-dc {
  background-color: #dcdcdc !important;
}

.text-dc {
  color: #dcdcdc !important;
}

.border-gray {
  border-color: #4f5656 !important;
}

.bg-gray {
  background-color: #4f5656 !important;
}

.text-gray {
  color: #4f5656 !important;
}

.border-grey {
  border-color: #4f5656 !important;
}

.bg-grey {
  background-color: #4f5656 !important;
}

.text-grey {
  color: #4f5656 !important;
}

.border-input-bg {
  border-color: #efefef !important;
}

.bg-input-bg {
  background-color: #efefef !important;
}

.text-input-bg {
  color: #efefef !important;
}

.border-medium-gray {
  border-color: #c9d1d1 !important;
}

.bg-medium-gray {
  background-color: #c9d1d1 !important;
}

.text-medium-gray {
  color: #c9d1d1 !important;
}

.border-light-gray {
  border-color: #f7f9f9 !important;
}

.bg-light-gray {
  background-color: #f7f9f9 !important;
}

.text-light-gray {
  color: #f7f9f9 !important;
}

.border-reading {
  border-color: #4f5656 !important;
}

.bg-reading {
  background-color: #4f5656 !important;
}

.text-reading {
  color: #4f5656 !important;
}

.border-primary {
  border-color: #002956 !important;
}

.bg-primary {
  background-color: #002956 !important;
}

.text-primary {
  color: #002956 !important;
}

.border-focus {
  border-color: #005fcc !important;
}

.bg-focus {
  background-color: #005fcc !important;
}

.text-focus {
  color: #005fcc !important;
}

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

.mx-auto {
  margin: 0 auto !important;
}

.relative {
  position: relative;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.h-video {
  display: flex !important;
  flex-flow: row nowrap;
}
.h-video iframe {
  height: 100%;
}

.h-video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.js-no-transition {
  transition-duration: 0ms;
}

@media (max-width: 479px) {
  .mobile-hide {
    display: none;
  }
}

@media (min-width: 480px) {
  .desktop-hide {
    display: none;
  }
}

.padded-edges {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}

.viewport-boundary {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.text-link {
  color: #2c8ebf;
  font-weight: 700;
  display: inline;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
}
.text-link:active {
  color: #002956;
}
@media (min-width: 769px) {
  .text-link:hover, .text-link:focus {
    color: #002956;
  }
}

.has-white-link-hover a:active {
  color: #ffffff !important;
}
@media (min-width: 769px) {
  .has-white-link-hover a:hover, .has-white-link-hover a:focus {
    color: #ffffff !important;
  }
}

.has-tab-focus-border:focus-visible {
  border: 1px solid #005fcc;
}
/*# sourceMappingURL=main.bundle.1.3.5.css.map */
