@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.ct-label {
  fill: rgb(191.25, 191.25, 191.25);
  color: rgb(191.25, 191.25, 191.25);
  line-height: 1;
  font-size: 0.435rem;
}
@media (min-width: 576px) {
  .ct-label {
    font-size: 0.522rem;
  }
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
  width: auto !important;
  transform: translateX(-50%);
  display: inline-flex;
}
@media (max-width: 1019.98px) {
  .ct-label.ct-horizontal.ct-start {
    transform: rotate(-90deg);
  }
}

.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
  margin-top: 0.75rem;
  display: inline-flex;
}
.ct-chart-line .ct-label.ct-horizontal.ct-end {
  width: auto !important;
  transform: translateX(-50%);
}
@media (max-width: 1019.98px) {
  .ct-chart-line .ct-label.ct-horizontal.ct-end {
    transform: translateX(-50%) rotate(-90deg);
  }
}
@media (max-width: 767.98px) {
  .ct-chart-line .ct-label.ct-horizontal.ct-end {
    transform: translateX(-25%) rotate(-90deg);
  }
}
@media (max-width: 1019.98px) {
  .ct-label.ct-horizontal.ct-end {
    transform: rotate(-90deg);
  }
}

.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
  height: auto !important;
  transform: translateY(-100%);
  top: 100%;
  right: 1rem;
  position: relative;
  display: inline-flex;
}

.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
  height: auto !important;
  transform: translateY(-50%);
  top: 100%;
  right: 1rem;
  position: absolute;
  display: inline-flex;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.05);
  stroke-width: 1px;
  stroke-dasharray: 0;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-linecap: round;
  stroke-width: 6px;
}
@media (min-width: 576px) {
  .ct-point {
    stroke-width: 10px;
  }
}

.ct-line {
  fill: none;
  stroke-width: 2px;
}
@media (min-width: 576px) {
  .ct-line {
    stroke-width: 2px;
  }
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 5px;
}
@media (min-width: 576px) {
  .ct-bar {
    stroke-width: 6.6666666667px;
  }
}
@media (min-width: 576px) {
  .ct-bar {
    stroke-width: 8px;
  }
}
@media (min-width: 1020px) {
  .ct-bar {
    stroke-width: 10px;
  }
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: rgb(134.832, 55.968, 78.864);
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: rgb(134.832, 55.968, 78.864);
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: rgb(14.4727272727, 91.6606060606, 224.3272727273);
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: rgb(14.4727272727, 91.6606060606, 224.3272727273);
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: rgb(242.5, 242.5, 242.5);
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: rgb(242.5, 242.5, 242.5);
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-square::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square::after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-minor-second {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-minor-second::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second::after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-major-second {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-major-second::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second::after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-minor-third {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-minor-third::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third::after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-major-third {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-major-third::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third::after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-perfect-fourth {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-perfect-fourth::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth::after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-perfect-fifth {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-perfect-fifth::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth::after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-minor-sixth {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-minor-sixth::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth::after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-golden-section {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-golden-section::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section::after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-major-sixth {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-major-sixth::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth::after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-minor-seventh {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-minor-seventh::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh::after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-major-seventh {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-major-seventh::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh::after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-octave {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-octave::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave::after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-major-tenth {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-major-tenth::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth::after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-major-eleventh {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-major-eleventh::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh::after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-major-twelfth {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-major-twelfth::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth::after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-double-octave {
  display: block;
  align-items: baseline;
  position: relative;
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}
.ct-double-octave::before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave::after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
}

.ct-label.ct-vertical.ct-start {
  position: relative;
}
.ct-label.ct-vertical.ct-start::after {
  content: "%";
  display: block;
  position: absolute;
  transform: translateX(100%);
  top: 0;
  right: 0;
}

@media (max-width: 767.98px) {
  .multicolumn-xs-1 {
    -moz-columns: 1 auto;
         columns: 1 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-5 {
    -moz-columns: 5 auto;
         columns: 5 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-6 {
    -moz-columns: 6 auto;
         columns: 6 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-7 {
    -moz-columns: 7 auto;
         columns: 7 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-8 {
    -moz-columns: 8 auto;
         columns: 8 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-9 {
    -moz-columns: 9 auto;
         columns: 9 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-10 {
    -moz-columns: 10 auto;
         columns: 10 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-11 {
    -moz-columns: 11 auto;
         columns: 11 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) {
  .multicolumn-xs-12 {
    -moz-columns: 12 auto;
         columns: 12 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1020px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1300px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (max-width: 575.98px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (max-width: 767.98px) and (min-width: 1560px) {
  .multicolumn-xs-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-1 {
    -moz-columns: 1 auto;
         columns: 1 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-5 {
    -moz-columns: 5 auto;
         columns: 5 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-6 {
    -moz-columns: 6 auto;
         columns: 6 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-7 {
    -moz-columns: 7 auto;
         columns: 7 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-8 {
    -moz-columns: 8 auto;
         columns: 8 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-9 {
    -moz-columns: 9 auto;
         columns: 9 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-10 {
    -moz-columns: 10 auto;
         columns: 10 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-11 {
    -moz-columns: 11 auto;
         columns: 11 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) {
  .multicolumn-sm-12 {
    -moz-columns: 12 auto;
         columns: 12 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .multicolumn-sm-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-1 {
    -moz-columns: 1 auto;
         columns: 1 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-1 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-2 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-3 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-4 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-5 {
    -moz-columns: 5 auto;
         columns: 5 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-5 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-5 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-5 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-6 {
    -moz-columns: 6 auto;
         columns: 6 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-6 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-6 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-6 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-7 {
    -moz-columns: 7 auto;
         columns: 7 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-7 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-7 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-7 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-8 {
    -moz-columns: 8 auto;
         columns: 8 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-8 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-8 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-8 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-9 {
    -moz-columns: 9 auto;
         columns: 9 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-9 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-9 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-9 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-10 {
    -moz-columns: 10 auto;
         columns: 10 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-10 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-10 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-10 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-11 {
    -moz-columns: 11 auto;
         columns: 11 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-11 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-11 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-11 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) {
  .multicolumn-md-12 {
    -moz-columns: 12 auto;
         columns: 12 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-12 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-12 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .multicolumn-md-12 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .multicolumn-md-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .multicolumn-md-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .multicolumn-md-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .multicolumn-md-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .multicolumn-md-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-1 {
    -moz-columns: 1 auto;
         columns: 1 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-1 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-2 {
    -moz-columns: 2 auto;
         columns: 2 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-2 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-3 {
    -moz-columns: 3 auto;
         columns: 3 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-3 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-4 {
    -moz-columns: 4 auto;
         columns: 4 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-4 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-5 {
    -moz-columns: 5 auto;
         columns: 5 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-5 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-6 {
    -moz-columns: 6 auto;
         columns: 6 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-6 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-7 {
    -moz-columns: 7 auto;
         columns: 7 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-7 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-8 {
    -moz-columns: 8 auto;
         columns: 8 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-9 {
    -moz-columns: 9 auto;
         columns: 9 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-9 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-10 {
    -moz-columns: 10 auto;
         columns: 10 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-10 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-11 {
    -moz-columns: 11 auto;
         columns: 11 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-11 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) {
  .multicolumn-lg-12 {
    -moz-columns: 12 auto;
         columns: 12 auto;
    -moz-column-fill: balance;
         column-fill: balance;
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 0.8rem;
         column-gap: 0.8rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .multicolumn-lg-12 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
:root {
  --blue: #007bff;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray-light: #EFEFEF;
  --gray: #D9D9D9;
  --gray-dark: #666;
  --primary: #6A2C3E;
  --primary-bright: #9D1E45;
  --table-dark: rgb(248.136, 238.464, 241.272);
  --table-darker: rgb(243.648, 227.652, 232.296);
  --secondary: #666;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #EFEFEF;
  --dark: #666;
  --black: #000;
  --gray: #D9D9D9;
  --white: #fff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1020px;
  --breakpoint-xl: 1300px;
  --breakpoint-xxl: 1560px;
  --font-family-serif: Georgia, Times, Times New Roman, serif;
  --font-family-sans-serif: Helvetica, Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
  quotes: "“" "”" "‘" "’";
}

blockquote::before {
  content: open-quote;
}

blockquote::after {
  content: close-quote;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #9D1E45;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(92.7727272727, 17.7272727273, 40.7727272727);
  text-decoration: underline;
}

.bg-gradient-primary a:not(.btn, .dropdown-item, .page-link), .bg-gradient-primary .btn-link:not(.btn) {
  color: #fff;
  text-decoration: underline;
}
.bg-gradient-primary a:not(.btn, .dropdown-item, .page-link):hover, .bg-gradient-primary .btn-link:not(.btn):hover {
  color: rgb(216.75, 216.75, 216.75);
}

a:not([href], [class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href], [class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #D9D9D9;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.25rem;
  font-size: 0.7827rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
legend {
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 1.3;
  color: #9D1E45;
}

h5, h6,
.h5, .h6 {
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 1.3;
}

h1, h2, h3,
.h1, .h2, .h3 {
  margin-bottom: 1rem;
}

h4, h5, h6,
.h4, .h5, .h6 {
  margin-bottom: 0.5rem;
}

h1, h3, h4, h6,
.h1, .h3, .h4, .h6 {
  font-weight: 400;
}

h2, h5,
.h2, .h5 {
  font-weight: 600;
}

h1, .h1 {
  font-size: 1.74rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.299rem + 0.588vw);
  }
}

h2, .h2 {
  font-size: 1.304rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.2554rem + 0.0648vw);
  }
}

h3, .h3 {
  font-size: 1.304rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2554rem + 0.0648vw);
  }
}

h4, .h4 {
  font-size: 1.13rem;
}

h5, .h5 {
  font-size: 0.87rem;
}

h6, .h6 {
  font-size: 0.7827rem;
}

.lead, .lead p {
  font-size: 1.304rem;
}
@media (max-width: 1200px) {
  .lead, .lead p {
    font-size: calc(1.2554rem + 0.0648vw);
  }
}
.lead, .lead p {
  font-weight: 400;
  line-height: 1.35;
  hyphens: manual;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 75%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list {
  padding-left: 0;
}

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

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.4rem;
}

.list-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.25rem 0;
  color: #666;
}
.list-link:hover, .list-link:focus {
  color: #9D1E45;
  text-decoration: none;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 75%;
  color: #D9D9D9;
}
.blockquote-footer::before {
  content: "— ";
}

figcaption {
  font-size: 0.914rem;
}

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

.img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 575.98px) {
  .container {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
.container {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (max-width: 575.98px) {
  .container {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 576px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1020px) {
  .container {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1300px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1560px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 780px;
  }
}
@media (min-width: 1020px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1380px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
.container-fluid {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 576px) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1020px) {
  .container-fluid {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1300px) {
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1560px) {
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}
@media (min-width: 576px) {
  .row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -0.6666666667rem;
    margin-left: -0.6666666667rem;
  }
}
@media (min-width: 1020px) {
  .row {
    margin-right: -0.6666666667rem;
    margin-left: -0.6666666667rem;
  }
}
@media (min-width: 1300px) {
  .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media (min-width: 1560px) {
  .row {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
@media (min-width: 576px) {
  .col-xxl,
  .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .col-xxl,
  .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1020px) {
  .col-xxl,
  .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1300px) {
  .col-xxl,
  .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1560px) {
  .col-xxl,
  .col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
  .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1020px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1560px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table,
table {
  font-size: 0.65rem;
  line-height: 1.35;
  width: 100%;
  margin-bottom: 1rem;
  color: #666;
}
.table th,
table th {
  font-weight: 500;
}
.table th,
.table td,
table th,
table td {
  vertical-align: middle;
  border-top: 1px solid rgb(208.4, 208.4, 208.4);
  padding: 0.75rem;
  min-width: 3rem;
}
@media (max-width: 1019.98px) {
  .table th,
  .table td,
  table th,
  table td {
    padding: 0.25rem;
    min-width: 5rem;
  }
}
.table td,
table td {
  border-top: 1px solid rgb(208.4, 208.4, 208.4);
}
.table thead th,
table thead th {
  vertical-align: middle;
  border-bottom: 2px solid #9D1E45;
  border-top: none;
  text-align: center;
  position: relative;
  word-wrap: normal;
}
.table tbody + tbody,
table tbody + tbody {
  border-top: 2px solid rgb(208.4, 208.4, 208.4);
}
.table tbody td,
table tbody td {
  text-align: center;
}

.table-sm th,
.table-sm td {
  padding: 0.75rem 0.25rem;
  font-size: 0.65rem;
}

.table-hover tbody tr:hover th, .table-hover tbody tr:hover td {
  color: #666;
  background-color: rgb(248.136, 238.464, 241.272) !important;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1019.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1299.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1559.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.35em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 1.35;
  color: #666;
  background-color: #EFEFEF;
  background-clip: padding-box;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.bg-light .form-control {
  background-color: #fff;
  border-color: #fff;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #666;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  outline: 0;
}
.bg-light .form-control:focus {
  background-color: #fff;
  border-color: #fff;
}
.form-control:focus {
  box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.5);
}
.form-control::-moz-placeholder {
  color: rgb(191.5, 191.5, 191.5);
  opacity: 1;
}
.form-control::placeholder {
  color: rgb(191.5, 191.5, 191.5);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #D9D9D9;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #666;
}
select.form-control:focus::-ms-value {
  color: #666;
  background-color: #EFEFEF;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: 5rem;
}

.form-group {
  margin-bottom: 0.75rem;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label {
  color: #D9D9D9;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 75%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.65rem;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.1rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.35em + 0.5rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3375em + 0.125rem) center;
  background-size: calc(0.675em + 0.25rem) calc(0.675em + 0.25rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 8.4rem !important;
  background-position: right 4.2rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.35em + 0.5rem);
  background-position: top calc(0.3375em + 0.125rem) right calc(0.3375em + 0.125rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23666%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #EFEFEF url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%2328a745%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.675em + 0.25rem) calc(0.675em + 0.25rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 75%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.65rem;
  line-height: 1.4;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.1rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.35em + 0.5rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.3375em + 0.125rem) center;
  background-size: calc(0.675em + 0.25rem) calc(0.675em + 0.25rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 8.4rem !important;
  background-position: right 4.2rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.35em + 0.5rem);
  background-position: top calc(0.3375em + 0.125rem) right calc(0.3375em + 0.125rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23666%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #EFEFEF url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27 viewBox=%270 0 12 12%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e") center right 1.75rem/calc(0.675em + 0.25rem) calc(0.675em + 0.25rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.25);
}

.btn {
  display: inline-block;
  font-family: Georgia, Times, Times New Roman, serif;
  font-weight: 700;
  color: #666;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.25rem 2.1rem;
  font-size: 0.87rem;
  line-height: 1.35;
  border-radius: 1.12rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #666;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.5);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #6A2C3E;
  border-color: #6A2C3E;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(78.97, 32.78, 46.19);
  border-color: rgb(69.96, 29.04, 40.92);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(78.97, 32.78, 46.19);
  border-color: rgb(69.96, 29.04, 40.92);
  box-shadow: 0 0 0 0.1rem rgba(128.35, 75.65, 90.95, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #6A2C3E;
  border-color: #6A2C3E;
}
.btn-primary:not(:disabled, .disabled):active, .btn-primary:not(:disabled, .disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(69.96, 29.04, 40.92);
  border-color: rgb(60.95, 25.3, 35.65);
}
.btn-primary:not(:disabled, .disabled):active:focus, .btn-primary:not(:disabled, .disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(128.35, 75.65, 90.95, 0.5);
}

.btn-primary-bright {
  color: #fff;
  background-color: #9D1E45;
  border-color: #9D1E45;
}
.btn-primary-bright:hover {
  color: #fff;
  background-color: rgb(124.8863636364, 23.8636363636, 54.8863636364);
  border-color: rgb(114.1818181818, 21.8181818182, 50.1818181818);
}
.btn-primary-bright:focus, .btn-primary-bright.focus {
  color: #fff;
  background-color: rgb(124.8863636364, 23.8636363636, 54.8863636364);
  border-color: rgb(114.1818181818, 21.8181818182, 50.1818181818);
  box-shadow: 0 0 0 0.1rem rgba(171.7, 63.75, 96.9, 0.5);
}
.btn-primary-bright.disabled, .btn-primary-bright:disabled {
  color: #fff;
  background-color: #9D1E45;
  border-color: #9D1E45;
}
.btn-primary-bright:not(:disabled, .disabled):active, .btn-primary-bright:not(:disabled, .disabled).active, .show > .btn-primary-bright.dropdown-toggle {
  color: #fff;
  background-color: rgb(114.1818181818, 21.8181818182, 50.1818181818);
  border-color: rgb(103.4772727273, 19.7727272727, 45.4772727273);
}
.btn-primary-bright:not(:disabled, .disabled):active:focus, .btn-primary-bright:not(:disabled, .disabled).active:focus, .show > .btn-primary-bright.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(171.7, 63.75, 96.9, 0.5);
}

.btn-table-dark {
  color: #000;
  background-color: rgb(248.136, 238.464, 241.272);
  border-color: rgb(248.136, 238.464, 241.272);
}
.btn-table-dark:hover {
  color: #000;
  background-color: rgb(236.916, 211.434, 218.832);
  border-color: rgb(233.176, 202.424, 211.352);
}
.btn-table-dark:focus, .btn-table-dark.focus {
  color: #000;
  background-color: rgb(236.916, 211.434, 218.832);
  border-color: rgb(233.176, 202.424, 211.352);
  box-shadow: 0 0 0 0.1rem rgba(210.9156, 202.6944, 205.0812, 0.5);
}
.btn-table-dark.disabled, .btn-table-dark:disabled {
  color: #000;
  background-color: rgb(248.136, 238.464, 241.272);
  border-color: rgb(248.136, 238.464, 241.272);
}
.btn-table-dark:not(:disabled, .disabled):active, .btn-table-dark:not(:disabled, .disabled).active, .show > .btn-table-dark.dropdown-toggle {
  color: #000;
  background-color: rgb(233.176, 202.424, 211.352);
  border-color: rgb(229.436, 193.414, 203.872);
}
.btn-table-dark:not(:disabled, .disabled):active:focus, .btn-table-dark:not(:disabled, .disabled).active:focus, .show > .btn-table-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(210.9156, 202.6944, 205.0812, 0.5);
}

.btn-table-darker {
  color: #000;
  background-color: rgb(243.648, 227.652, 232.296);
  border-color: rgb(243.648, 227.652, 232.296);
}
.btn-table-darker:hover {
  color: #000;
  background-color: rgb(232.428, 200.622, 209.856);
  border-color: rgb(228.688, 191.612, 202.376);
}
.btn-table-darker:focus, .btn-table-darker.focus {
  color: #000;
  background-color: rgb(232.428, 200.622, 209.856);
  border-color: rgb(228.688, 191.612, 202.376);
  box-shadow: 0 0 0 0.1rem rgba(207.1008, 193.5042, 197.4516, 0.5);
}
.btn-table-darker.disabled, .btn-table-darker:disabled {
  color: #000;
  background-color: rgb(243.648, 227.652, 232.296);
  border-color: rgb(243.648, 227.652, 232.296);
}
.btn-table-darker:not(:disabled, .disabled):active, .btn-table-darker:not(:disabled, .disabled).active, .show > .btn-table-darker.dropdown-toggle {
  color: #000;
  background-color: rgb(228.688, 191.612, 202.376);
  border-color: rgb(224.948, 182.602, 194.896);
}
.btn-table-darker:not(:disabled, .disabled):active:focus, .btn-table-darker:not(:disabled, .disabled).active:focus, .show > .btn-table-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(207.1008, 193.5042, 197.4516, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(82.875, 82.875, 82.875);
  border-color: rgb(76.5, 76.5, 76.5);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(82.875, 82.875, 82.875);
  border-color: rgb(76.5, 76.5, 76.5);
  box-shadow: 0 0 0 0.1rem rgba(124.95, 124.95, 124.95, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-secondary:not(:disabled, .disabled):active, .btn-secondary:not(:disabled, .disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(76.5, 76.5, 76.5);
  border-color: rgb(70.125, 70.125, 70.125);
}
.btn-secondary:not(:disabled, .disabled):active:focus, .btn-secondary:not(:disabled, .disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(124.95, 124.95, 124.95, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  box-shadow: 0 0 0 0.1rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled, .disabled):active, .btn-success:not(:disabled, .disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled, .disabled):active:focus, .btn-success:not(:disabled, .disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.1rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled, .disabled):active, .btn-info:not(:disabled, .disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled, .disabled):active:focus, .btn-info:not(:disabled, .disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #000;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.1rem rgba(216.75, 164.05, 5.95, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled, .disabled):active, .btn-warning:not(:disabled, .disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled, .disabled):active:focus, .btn-warning:not(:disabled, .disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(216.75, 164.05, 5.95, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  box-shadow: 0 0 0 0.1rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled, .disabled):active, .btn-danger:not(:disabled, .disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled, .disabled):active:focus, .btn-danger:not(:disabled, .disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(225.25, 83.3, 96.9, 0.5);
}

.btn-light {
  color: #000;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-light:hover {
  color: #000;
  background-color: rgb(219.875, 219.875, 219.875);
  border-color: rgb(213.5, 213.5, 213.5);
}
.btn-light:focus, .btn-light.focus {
  color: #000;
  background-color: rgb(219.875, 219.875, 219.875);
  border-color: rgb(213.5, 213.5, 213.5);
  box-shadow: 0 0 0 0.1rem rgba(203.15, 203.15, 203.15, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #000;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-light:not(:disabled, .disabled):active, .btn-light:not(:disabled, .disabled).active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: rgb(213.5, 213.5, 213.5);
  border-color: rgb(207.125, 207.125, 207.125);
}
.btn-light:not(:disabled, .disabled):active:focus, .btn-light:not(:disabled, .disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(203.15, 203.15, 203.15, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(82.875, 82.875, 82.875);
  border-color: rgb(76.5, 76.5, 76.5);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(82.875, 82.875, 82.875);
  border-color: rgb(76.5, 76.5, 76.5);
  box-shadow: 0 0 0 0.1rem rgba(124.95, 124.95, 124.95, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-dark:not(:disabled, .disabled):active, .btn-dark:not(:disabled, .disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(76.5, 76.5, 76.5);
  border-color: rgb(70.125, 70.125, 70.125);
}
.btn-dark:not(:disabled, .disabled):active:focus, .btn-dark:not(:disabled, .disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(124.95, 124.95, 124.95, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.1rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled, .disabled):active, .btn-black:not(:disabled, .disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled, .disabled):active:focus, .btn-black:not(:disabled, .disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-gray {
  color: #000;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}
.btn-gray:hover {
  color: #000;
  background-color: rgb(197.875, 197.875, 197.875);
  border-color: rgb(191.5, 191.5, 191.5);
}
.btn-gray:focus, .btn-gray.focus {
  color: #000;
  background-color: rgb(197.875, 197.875, 197.875);
  border-color: rgb(191.5, 191.5, 191.5);
  box-shadow: 0 0 0 0.1rem rgba(184.45, 184.45, 184.45, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #000;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}
.btn-gray:not(:disabled, .disabled):active, .btn-gray:not(:disabled, .disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #000;
  background-color: rgb(191.5, 191.5, 191.5);
  border-color: rgb(185.125, 185.125, 185.125);
}
.btn-gray:not(:disabled, .disabled):active:focus, .btn-gray:not(:disabled, .disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(184.45, 184.45, 184.45, 0.5);
}

.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #000;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #000;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  box-shadow: 0 0 0 0.1rem rgba(216.75, 216.75, 216.75, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled, .disabled):active, .btn-white:not(:disabled, .disabled).active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled, .disabled):active:focus, .btn-white:not(:disabled, .disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(216.75, 216.75, 216.75, 0.5);
}

.btn-outline-primary {
  color: #6A2C3E;
  border-color: #6A2C3E;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #6A2C3E;
  border-color: #6A2C3E;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.1rem rgba(106, 44, 62, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #6A2C3E;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled, .disabled):active, .btn-outline-primary:not(:disabled, .disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #6A2C3E;
  border-color: #6A2C3E;
}
.btn-outline-primary:not(:disabled, .disabled):active:focus, .btn-outline-primary:not(:disabled, .disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(106, 44, 62, 0.5);
}

.btn-outline-primary-bright {
  color: #9D1E45;
  border-color: #9D1E45;
}
.btn-outline-primary-bright:hover {
  color: #fff;
  background-color: #9D1E45;
  border-color: #9D1E45;
}
.btn-outline-primary-bright:focus, .btn-outline-primary-bright.focus {
  box-shadow: 0 0 0 0.1rem rgba(157, 30, 69, 0.5);
}
.btn-outline-primary-bright.disabled, .btn-outline-primary-bright:disabled {
  color: #9D1E45;
  background-color: transparent;
}
.btn-outline-primary-bright:not(:disabled, .disabled):active, .btn-outline-primary-bright:not(:disabled, .disabled).active, .show > .btn-outline-primary-bright.dropdown-toggle {
  color: #fff;
  background-color: #9D1E45;
  border-color: #9D1E45;
}
.btn-outline-primary-bright:not(:disabled, .disabled):active:focus, .btn-outline-primary-bright:not(:disabled, .disabled).active:focus, .show > .btn-outline-primary-bright.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(157, 30, 69, 0.5);
}

.btn-outline-table-dark {
  color: rgb(248.136, 238.464, 241.272);
  border-color: rgb(248.136, 238.464, 241.272);
}
.btn-outline-table-dark:hover {
  color: #000;
  background-color: rgb(248.136, 238.464, 241.272);
  border-color: rgb(248.136, 238.464, 241.272);
}
.btn-outline-table-dark:focus, .btn-outline-table-dark.focus {
  box-shadow: 0 0 0 0.1rem rgba(248.136, 238.464, 241.272, 0.5);
}
.btn-outline-table-dark.disabled, .btn-outline-table-dark:disabled {
  color: rgb(248.136, 238.464, 241.272);
  background-color: transparent;
}
.btn-outline-table-dark:not(:disabled, .disabled):active, .btn-outline-table-dark:not(:disabled, .disabled).active, .show > .btn-outline-table-dark.dropdown-toggle {
  color: #000;
  background-color: rgb(248.136, 238.464, 241.272);
  border-color: rgb(248.136, 238.464, 241.272);
}
.btn-outline-table-dark:not(:disabled, .disabled):active:focus, .btn-outline-table-dark:not(:disabled, .disabled).active:focus, .show > .btn-outline-table-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(248.136, 238.464, 241.272, 0.5);
}

.btn-outline-table-darker {
  color: rgb(243.648, 227.652, 232.296);
  border-color: rgb(243.648, 227.652, 232.296);
}
.btn-outline-table-darker:hover {
  color: #000;
  background-color: rgb(243.648, 227.652, 232.296);
  border-color: rgb(243.648, 227.652, 232.296);
}
.btn-outline-table-darker:focus, .btn-outline-table-darker.focus {
  box-shadow: 0 0 0 0.1rem rgba(243.648, 227.652, 232.296, 0.5);
}
.btn-outline-table-darker.disabled, .btn-outline-table-darker:disabled {
  color: rgb(243.648, 227.652, 232.296);
  background-color: transparent;
}
.btn-outline-table-darker:not(:disabled, .disabled):active, .btn-outline-table-darker:not(:disabled, .disabled).active, .show > .btn-outline-table-darker.dropdown-toggle {
  color: #000;
  background-color: rgb(243.648, 227.652, 232.296);
  border-color: rgb(243.648, 227.652, 232.296);
}
.btn-outline-table-darker:not(:disabled, .disabled):active:focus, .btn-outline-table-darker:not(:disabled, .disabled).active:focus, .show > .btn-outline-table-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(243.648, 227.652, 232.296, 0.5);
}

.btn-outline-secondary {
  color: #666;
  border-color: #666;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.1rem rgba(102, 102, 102, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #666;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled, .disabled):active, .btn-outline-secondary:not(:disabled, .disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-outline-secondary:not(:disabled, .disabled):active:focus, .btn-outline-secondary:not(:disabled, .disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(102, 102, 102, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled, .disabled):active, .btn-outline-success:not(:disabled, .disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled, .disabled):active:focus, .btn-outline-success:not(:disabled, .disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.1rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled, .disabled):active, .btn-outline-info:not(:disabled, .disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled, .disabled):active:focus, .btn-outline-info:not(:disabled, .disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled, .disabled):active, .btn-outline-warning:not(:disabled, .disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled, .disabled):active:focus, .btn-outline-warning:not(:disabled, .disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled, .disabled):active, .btn-outline-danger:not(:disabled, .disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled, .disabled):active:focus, .btn-outline-danger:not(:disabled, .disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.1rem rgba(239, 239, 239, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #EFEFEF;
  background-color: transparent;
}
.btn-outline-light:not(:disabled, .disabled):active, .btn-outline-light:not(:disabled, .disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #000;
  background-color: #EFEFEF;
  border-color: #EFEFEF;
}
.btn-outline-light:not(:disabled, .disabled):active:focus, .btn-outline-light:not(:disabled, .disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(239, 239, 239, 0.5);
}

.btn-outline-dark {
  color: #666;
  border-color: #666;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.1rem rgba(102, 102, 102, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #666;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled, .disabled):active, .btn-outline-dark:not(:disabled, .disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.btn-outline-dark:not(:disabled, .disabled):active:focus, .btn-outline-dark:not(:disabled, .disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(102, 102, 102, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled, .disabled):active, .btn-outline-black:not(:disabled, .disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled, .disabled):active:focus, .btn-outline-black:not(:disabled, .disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(0, 0, 0, 0.5);
}

.btn-outline-gray {
  color: #D9D9D9;
  border-color: #D9D9D9;
}
.btn-outline-gray:hover {
  color: #000;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0.1rem rgba(217, 217, 217, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #D9D9D9;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled, .disabled):active, .btn-outline-gray:not(:disabled, .disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #000;
  background-color: #D9D9D9;
  border-color: #D9D9D9;
}
.btn-outline-gray:not(:disabled, .disabled):active:focus, .btn-outline-gray:not(:disabled, .disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(217, 217, 217, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled, .disabled):active, .btn-outline-white:not(:disabled, .disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled, .disabled):active:focus, .btn-outline-white:not(:disabled, .disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #9D1E45;
  text-decoration: none;
}
.bg-gradient-primary .btn-link {
  color: #fff;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(92.7727272727, 17.7272727273, 40.7727272727);
  text-decoration: underline;
}
.bg-gradient-primary .btn-link:hover {
  color: rgb(216.75, 216.75, 216.75);
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #D9D9D9;
  pointer-events: none;
}

.btn-lg {
  padding: 0.25rem 2.1rem;
  font-size: 1.13rem;
  line-height: 1.35;
  border-radius: 1.38rem;
}

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.65rem;
  line-height: 1.35;
  border-radius: 0.9rem;
}
.btn-sm .icon {
  width: 1.15em;
  height: 1.15em;
}

.btn-xs {
  padding: 0.25rem 0.5rem;
  font-size: 0.522rem;
  line-height: 1;
  border-radius: 0.772rem;
}

.btn-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
.btn-block .icon-left {
  margin-right: auto;
}
.btn-block .icon-right {
  margin-left: auto;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn.btn-icon {
  padding: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
}
.btn.btn-icon .icon {
  margin-left: 0.15rem;
}

.print-btn {
  border-color: #EFEFEF;
  padding: 0.25rem 1rem;
}

.print-btn-icon path {
  fill: #9D1E45;
  transition: fill 0.3s ease;
}

/* Color on hover */
.btn:hover .print-btn-icon path {
  fill: #fff;
}

.btn.btn-scroller {
  position: absolute;
  top: 50%;
  z-index: 1;
  box-shadow: 0 0.25rem 0.75rem rgba(102, 102, 102, 0.15);
  margin-top: 2rem;
}
@media (max-width: 1019.98px) {
  .btn.btn-scroller {
    display: none;
  }
}

.btn.btn-scroller-prev {
  left: 0;
  transform: translate(25%, -50%);
}
@media (min-width: 1020px) {
  .btn.btn-scroller-prev {
    transform: translate(75%, -50%);
  }
}

.btn.btn-scroller-next {
  right: 0;
  transform: translate(-25%, -50%);
}
@media (min-width: 1020px) {
  .btn.btn-scroller-next {
    transform: translate(-75%, -50%);
  }
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
  position: relative;
}

@media (hover: hover) {
  .dropdown > .dropdown-menu {
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (hover: hover) {
  .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (hover: hover) {
  .dropdown:hover {
    overflow: visible;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
    overflow: visible;
    transform: translateY(0%);
  }
  .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (hover: hover) {
  .dropdown > .dropdown-toggle:active {
    /* Without this, clicking will make it sticky */
    pointer-events: none;
  }
}
.dropdown-menu {
  position: absolute;
  top: auto;
  left: -1rem;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 15rem;
  line-height: 1.35;
  color: #666;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.1rem;
}

.dropdown-menu-left {
  right: auto;
  left: -1rem;
}

.dropdown-menu-right {
  right: -1rem;
  left: auto;
}

.dropdown-menu-full {
  right: 0;
  left: 0;
  position: fixed !important;
}
@media (min-width: 576px) {
  .dropdown-menu-full {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-full {
    max-width: 780px;
  }
}
@media (min-width: 1020px) {
  .dropdown-menu-full {
    max-width: 980px;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-full {
    max-width: 1380px;
  }
}
@media (min-width: 1560px) {
  .dropdown-menu-full {
    max-width: 1440px;
  }
}
.dropdown-menu-full {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 575.98px) {
  .dropdown-menu-full {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
.dropdown-menu-full {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}
@media (max-width: 575.98px) {
  .dropdown-menu-full {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 576px) {
  .dropdown-menu-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 575.98px) {
  .dropdown-menu-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (max-width: 575.98px) {
  .dropdown-menu-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1020px) {
  .dropdown-menu-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (max-width: 575.98px) {
  .dropdown-menu-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 575.98px) {
  .dropdown-menu-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1560px) {
  .dropdown-menu-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: -1rem;
  }
  .dropdown-menu-sm-right {
    right: -1rem;
    left: auto;
  }
  .dropdown-menu-sm-full {
    right: 0;
    left: 0;
    position: fixed !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .dropdown-menu-sm-full {
    max-width: 540px;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .dropdown-menu-sm-full {
    max-width: 780px;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .dropdown-menu-sm-full {
    max-width: 980px;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .dropdown-menu-sm-full {
    max-width: 1380px;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .dropdown-menu-sm-full {
    max-width: 1440px;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .dropdown-menu-sm-full {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .dropdown-menu-sm-full {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .dropdown-menu-sm-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .dropdown-menu-sm-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .dropdown-menu-sm-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .dropdown-menu-sm-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 576px) and (min-width: 1020px) {
  .dropdown-menu-sm-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .dropdown-menu-sm-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 1300px) {
  .dropdown-menu-sm-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 575.98px) {
  .dropdown-menu-sm-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 576px) and (min-width: 1560px) {
  .dropdown-menu-sm-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: -1rem;
  }
  .dropdown-menu-md-right {
    right: -1rem;
    left: auto;
  }
  .dropdown-menu-md-full {
    right: 0;
    left: 0;
    position: fixed !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .dropdown-menu-md-full {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .dropdown-menu-md-full {
    max-width: 780px;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .dropdown-menu-md-full {
    max-width: 980px;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .dropdown-menu-md-full {
    max-width: 1380px;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .dropdown-menu-md-full {
    max-width: 1440px;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .dropdown-menu-md-full {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .dropdown-menu-md-full {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .dropdown-menu-md-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .dropdown-menu-md-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .dropdown-menu-md-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .dropdown-menu-md-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 768px) and (min-width: 1020px) {
  .dropdown-menu-md-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .dropdown-menu-md-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 1300px) {
  .dropdown-menu-md-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 575.98px) {
  .dropdown-menu-md-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) and (min-width: 1560px) {
  .dropdown-menu-md-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1020px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: -1rem;
  }
  .dropdown-menu-lg-right {
    right: -1rem;
    left: auto;
  }
  .dropdown-menu-lg-full {
    right: 0;
    left: 0;
    position: fixed !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .dropdown-menu-lg-full {
    max-width: 540px;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .dropdown-menu-lg-full {
    max-width: 780px;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .dropdown-menu-lg-full {
    max-width: 980px;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .dropdown-menu-lg-full {
    max-width: 1380px;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .dropdown-menu-lg-full {
    max-width: 1440px;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .dropdown-menu-lg-full {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .dropdown-menu-lg-full {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 1020px) and (min-width: 576px) {
  .dropdown-menu-lg-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .dropdown-menu-lg-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1020px) and (min-width: 768px) {
  .dropdown-menu-lg-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .dropdown-menu-lg-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1020px) and (min-width: 1020px) {
  .dropdown-menu-lg-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .dropdown-menu-lg-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 1300px) {
  .dropdown-menu-lg-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1020px) and (max-width: 575.98px) {
  .dropdown-menu-lg-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1020px) and (min-width: 1560px) {
  .dropdown-menu-lg-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: -1rem;
  }
  .dropdown-menu-xl-right {
    right: -1rem;
    left: auto;
  }
  .dropdown-menu-xl-full {
    right: 0;
    left: 0;
    position: fixed !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 1300px) and (min-width: 576px) {
  .dropdown-menu-xl-full {
    max-width: 540px;
  }
}
@media (min-width: 1300px) and (min-width: 768px) {
  .dropdown-menu-xl-full {
    max-width: 780px;
  }
}
@media (min-width: 1300px) and (min-width: 1020px) {
  .dropdown-menu-xl-full {
    max-width: 980px;
  }
}
@media (min-width: 1300px) and (min-width: 1300px) {
  .dropdown-menu-xl-full {
    max-width: 1380px;
  }
}
@media (min-width: 1300px) and (min-width: 1560px) {
  .dropdown-menu-xl-full {
    max-width: 1440px;
  }
}
@media (min-width: 1300px) and (max-width: 575.98px) {
  .dropdown-menu-xl-full {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
@media (min-width: 1300px) and (max-width: 575.98px) {
  .dropdown-menu-xl-full {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 1300px) and (min-width: 576px) {
  .dropdown-menu-xl-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1300px) and (max-width: 575.98px) {
  .dropdown-menu-xl-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1300px) and (min-width: 768px) {
  .dropdown-menu-xl-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 1300px) and (max-width: 575.98px) {
  .dropdown-menu-xl-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1300px) and (min-width: 1020px) {
  .dropdown-menu-xl-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 1300px) and (max-width: 575.98px) {
  .dropdown-menu-xl-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1300px) and (min-width: 1300px) {
  .dropdown-menu-xl-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1300px) and (max-width: 575.98px) {
  .dropdown-menu-xl-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1300px) and (min-width: 1560px) {
  .dropdown-menu-xl-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1560px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: -1rem;
  }
  .dropdown-menu-xxl-right {
    right: -1rem;
    left: auto;
  }
  .dropdown-menu-xxl-full {
    right: 0;
    left: 0;
    position: fixed !important;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 1560px) and (min-width: 576px) {
  .dropdown-menu-xxl-full {
    max-width: 540px;
  }
}
@media (min-width: 1560px) and (min-width: 768px) {
  .dropdown-menu-xxl-full {
    max-width: 780px;
  }
}
@media (min-width: 1560px) and (min-width: 1020px) {
  .dropdown-menu-xxl-full {
    max-width: 980px;
  }
}
@media (min-width: 1560px) and (min-width: 1300px) {
  .dropdown-menu-xxl-full {
    max-width: 1380px;
  }
}
@media (min-width: 1560px) and (min-width: 1560px) {
  .dropdown-menu-xxl-full {
    max-width: 1440px;
  }
}
@media (min-width: 1560px) and (max-width: 575.98px) {
  .dropdown-menu-xxl-full {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
}
@media (min-width: 1560px) and (max-width: 575.98px) {
  .dropdown-menu-xxl-full {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 1560px) and (min-width: 576px) {
  .dropdown-menu-xxl-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1560px) and (max-width: 575.98px) {
  .dropdown-menu-xxl-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1560px) and (min-width: 768px) {
  .dropdown-menu-xxl-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 1560px) and (max-width: 575.98px) {
  .dropdown-menu-xxl-full {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1560px) and (min-width: 1020px) {
  .dropdown-menu-xxl-full {
    padding-right: 1.3333333333rem;
    padding-left: 1.3333333333rem;
  }
}
@media (min-width: 1560px) and (max-width: 575.98px) {
  .dropdown-menu-xxl-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1560px) and (min-width: 1300px) {
  .dropdown-menu-xxl-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1560px) and (max-width: 575.98px) {
  .dropdown-menu-xxl-full {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1560px) and (min-width: 1560px) {
  .dropdown-menu-xxl-full {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-menu-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.1rem;
  border: 1px solid #d9d9d9;
  padding: 0.625rem;
}
@media (min-width: 576px) {
  .dropdown-menu-inner {
    padding: 0.625rem;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-inner {
    padding: 0.75rem;
  }
}
@media (min-width: 1020px) {
  .dropdown-menu-inner {
    padding: 1.05rem;
  }
}
@media (min-width: 1300px) {
  .dropdown-menu-inner {
    padding: 1.25rem;
  }
}

.dropdown-divider-x {
  min-height: 1px;
  background: #D9D9D9;
  opacity: 0.5;
}
@media (max-width: 1019.98px) {
  .dropdown-divider-x {
    display: none;
  }
}
@media (min-width: 768px) {
  .dropdown-divider-x {
    margin: 1.5rem 0.75rem;
  }
}
@media (min-width: 1020px) {
  .dropdown-divider-x {
    margin: 2.1rem 1.05rem;
  }
}
@media (min-width: 1300px) {
  .dropdown-divider-x {
    margin: 2.5rem 1.25rem;
  }
}

.dropdown-divider-y {
  display: inline-block;
  min-width: 1px;
  min-height: 100%;
  background: #D9D9D9;
  opacity: 0.5;
}
@media (max-width: 1019.98px) {
  .dropdown-divider-y {
    display: none;
  }
}
@media (min-width: 768px) {
  .dropdown-divider-y {
    margin: 0.75rem 1.5rem;
  }
}
@media (min-width: 1020px) {
  .dropdown-divider-y {
    margin: 1.05rem 2.1rem;
  }
}
@media (min-width: 1300px) {
  .dropdown-divider-y {
    margin: 1.25rem 2.5rem;
  }
}

.dropdown-item {
  display: inline-block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-size: 0.7827rem;
  font-weight: 400;
  color: #666;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #9D1E45;
  text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
  color: #666;
  text-decoration: none;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #D9D9D9;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  font-weight: 600;
  color: #260810;
  white-space: nowrap;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.25rem 2.1rem;
  margin-bottom: 0;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 1.35;
  color: #666;
  text-align: center;
  white-space: nowrap;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 0.1rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.35em + 0.5rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.25rem 2.1rem;
  font-size: 1.13rem;
  line-height: 1.35;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.35em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.75rem;
  font-size: 0.65rem;
  line-height: 1.35;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child, .dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-search-group {
  /* clears the 'X' from Internet Explorer */
}
.input-search-group input[type=search]::-ms-clear,
.input-search-group input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.input-search-group {
  /* clears the 'X' from Chrome */
}
.input-search-group input[type=search]::-webkit-search-decoration,
.input-search-group input[type=search]::-webkit-search-cancel-button,
.input-search-group input[type=search]::-webkit-search-results-button,
.input-search-group input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.input-search-group .input-search {
  padding-right: 4.5rem;
}
.input-search-group .input-search:not(:valid) ~ .btn-clear {
  display: none;
}
.input-search-group .btn-search,
.input-search-group .btn-clear {
  position: absolute;
  z-index: 4;
}
.input-search-group .btn-search {
  top: 0;
  left: 0.5rem;
  height: 100%;
}
.input-search-group .btn-clear {
  top: 50%;
  right: 0.25rem;
  transform: translateY(-50%);
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.1rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%278%27 viewBox=%270 0 8 8%27><path fill=%27#666%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/></svg>");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #666;
  background-color: #666;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%274%27 viewBox=%270 0 4 4%27><path stroke=%27#666%27 d=%27M0 2h4%27/></svg>");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(106, 44, 62, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(106, 44, 62, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%27-4 -4 8 8%27><circle r=%273%27 fill=%27#666%27/></svg>");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(106, 44, 62, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.35em + 0.5rem + 2px);
  padding: 0.25rem 1.75rem 0.25rem 0.75rem;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 1.35;
  color: #666;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%274%27 height=%275%27 viewBox=%270 0 4 5%27%3e%3cpath fill=%27%23666%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bg-light .custom-select {
  background-color: #fff;
  border-color: #fff;
}
.custom-select:focus {
  border-color: #EFEFEF;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(102, 102, 102, 0.5);
}
.custom-select:focus::-ms-value {
  color: #666;
  background-color: #EFEFEF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #D9D9D9;
  background-color: #EFEFEF;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.35em + 0.5rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.35em + 0.5rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #EFEFEF;
  box-shadow: 0 0.1rem 0 0 rgba(102, 102, 102, 0.5);
}
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #D9D9D9;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.35em + 0.5rem + 2px);
  padding: 0.25rem 2.1rem;
  font-weight: 400;
  line-height: 1.35;
  color: #666;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 0.1rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.35em + 0.5rem);
  padding: 0.25rem 2.1rem;
  line-height: 1.35;
  color: #666;
  content: "Browse";
  background-color: #EFEFEF;
  border-left: inherit;
  border-radius: 0 0.1rem 0.1rem 0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.75rem 0.75rem;
  position: relative;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #D9D9D9;
  pointer-events: none;
  cursor: default;
}

.nav-item.active > .nav-link, .nav-item.active.nav-link {
  color: #666;
}

.nav-tabs .nav-link.disabled {
  color: #D9D9D9;
}
.nav-tabs .nav-link::after {
  background-color: #666;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  color: #9D1E45;
  cursor: pointer;
}
.nav-tabs .nav-link:hover::after, .nav-tabs .nav-link:focus::after {
  background-color: #9D1E45;
}
.nav-tabs .nav-link {
  padding: 0.25rem 0.625rem 0.25rem 0;
}
@media (min-width: 768px) {
  .nav-tabs .nav-link {
    font-size: 0.87rem;
    padding-bottom: 1rem;
    padding-right: 1.25rem;
  }
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #666;
}
.nav-tabs + .tab-scroller {
  padding-top: 1rem;
  margin-top: 0;
}

.tab-links + .tabs-container {
  margin-top: 0;
}

.tab-content > .tab-pane {
  display: none;
  opacity: 0.65;
}
.tab-content > .active {
  display: block;
  opacity: 1;
}

.nav-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.nav-grid .nav-link {
  line-height: 2;
}

.nav-location {
  color: #9D1E45;
  font-weight: 600;
  font-size: 16px;
}

.change-btn, .nav-client-portal {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.nav-client-portal {
  margin-top: 3px;
}

.location-toggle {
  position: relative;
}

.block-dropdown {
  position: absolute;
  width: 335px;
  background-color: #6A2C3E;
  background-image: linear-gradient(#6A2C3E, #9D1E45);
  border-radius: 4px;
  z-index: 1200;
  display: none;
  padding: 0;
}

.block-dropdown::before {
  /* Arrow styles */
  content: "";
  position: absolute;
  top: -9px; /* Positions the arrow pointing up, just outside the top border */
  left: 50%; /* Centers the arrow horizontally */
  transform: translateX(-50%); /* Fine-tunes horizontal centering */
  width: 0;
  height: 0;
  /* Creates the triangle shape using borders */
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #6A2C3E; /* Color of the arrow border */
}

.block-dropdown-actions {
  margin-top: 12px;
}

.block-dropdown-continue-btn {
  max-width: 95%;
  justify-content: center;
  margin: 0 10px;
  background: transparent;
  border: 1px solid #fff;
  font-weight: normal;
  border-radius: 8px;
}

.block-dropdown-checkbox {
  margin-top: 20px;
  color: rgb(34, 34, 34);
  margin-left: 15px;
  display: flex;
}

.block-dropdown-checkbox label {
  font-size: 12px;
  color: #fff;
  margin: 0 5px;
}

.loc-dropdown {
  font-size: 0.85rem;
  padding: 0.5em 1em;
  min-width: 95%;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  line-height: 1.1;
  margin: 10px;
  color: #6A2C3E;
}

.block-dropdown-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.block-dropdown.open {
  display: block;
}

.block-dropdown-inner {
  padding: 25px;
}

.block-dropdown-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}

.block-dropdown-item {
  display: block;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  padding: 8px 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
}

.block-dropdown-item:hover,
.block-dropdown-item:focus {
  outline: none;
}

.navbar {
  font-size: 0.7827rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0;
  min-height: calc(1rem + 61px);
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  max-height: 100vh;
  align-items: flex-start;
}
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-item {
  height: 100%;
  position: relative;
}
.navbar-nav .nav-link {
  font-family: Georgia, Times, Times New Roman, serif;
  display: flex;
  height: 100%;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-nav .icon-hide {
  display: none;
}
.navbar-nav .icon-show {
  display: block;
}
.navbar-nav .show .icon-hide {
  display: block;
}
.navbar-nav .show .icon-show {
  display: none;
}
.navbar-nav [class*=multicolumn] {
  -moz-column-gap: 0;
       column-gap: 0;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.25rem;
  font-size: 1.13rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 1.12rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
  outline: none;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 24px;
  height: 1.5px;
  border-radius: 1px;
  margin: 7px 0;
  transition: all 0.2s;
}
.navbar-dark .navbar-toggler .icon-bar {
  background: #fff;
}
.navbar-light .navbar-toggler .icon-bar {
  background: #9D1E45;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 280%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 3% -220%;
}
.navbar-toggler.collapsed .icon-bar {
  /* .navbar closed top .icon-bar no rotation - straight */
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar {
  /* .navbar open middle .icon-bar visible */
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar {
  /* .navbar open bottom .icon-bar no rotation - straight */
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm .navbar-brand svg {
    width: 180px;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
    padding: 1rem 0;
    min-height: calc(2rem + 61px);
  }
  .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    height: 100%;
    align-items: flex-start;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .navbar-primary-buttons {
    position: absolute;
    display: inline-flex;
    top: 0;
    right: 2rem;
    z-index: 1030;
    margin-top: -1rem;
    margin-left: auto;
  }
  .navbar-expand-sm .navbar-primary-buttons .navbar-primary-button {
    width: auto;
    margin-left: auto;
    font-size: 0.522rem;
  }
  .navbar-expand-sm .navbar-primary-buttons .navbar-primary-button::after {
    display: none;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-sm .navbar-nav .nav-item:not(:last-child)::after {
    content: "•";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
    padding-top: 1rem;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.125);
  }
  .navbar-expand-sm .navbar-nav .dropdown-item {
    white-space: normal;
  }
  .navbar-expand-sm .navbar-nav .dropdown-multicolumn + .dropdown-menu > .dropdown-menu-inner {
    display: flex;
    min-width: 22.5rem;
  }
  .navbar-expand-sm .dropdown .dropdown-toggle::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    width: 2.5rem;
    height: 1rem;
    border-width: 0 1.25rem 1rem 1.25rem;
    border-bottom-color: #fff;
    z-index: 1001;
    transform: translateX(-50%);
    left: 50%;
    bottom: -1rem;
    margin-bottom: -1.5px;
    opacity: 0;
    filter: drop-shadow(0 -1.5px 0 #d9d9d9);
  }
  .navbar-expand-sm .dropdown.open .dropdown-toggle::before {
    opacity: 1;
    display: block;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-sm .dropdown:hover > .dropdown-toggle::after {
    opacity: 1;
    transition: all 0.1s ease-in-out;
  }
}
@media (min-width: 576px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-sm .dropdown:hover > .dropdown-toggle::after {
    transition: none;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.1s ease-in-out;
  }
}
@media (min-width: 576px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 576px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 576px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 576px) and (hover: hover) {
  .navbar-expand-sm .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-sm .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-sm .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md .navbar-brand svg {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
    padding: 1rem 0;
    min-height: calc(2rem + 61px);
  }
  .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    height: 100%;
    align-items: flex-start;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .navbar-primary-buttons {
    position: absolute;
    display: inline-flex;
    top: 0;
    right: 2rem;
    z-index: 1030;
    margin-top: -1rem;
    margin-left: auto;
  }
  .navbar-expand-md .navbar-primary-buttons .navbar-primary-button {
    width: auto;
    margin-left: auto;
    font-size: 0.522rem;
  }
  .navbar-expand-md .navbar-primary-buttons .navbar-primary-button::after {
    display: none;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-md .navbar-nav .nav-item:not(:last-child)::after {
    content: "•";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
  .navbar-expand-md .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    padding-top: 1rem;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.125);
  }
  .navbar-expand-md .navbar-nav .dropdown-item {
    white-space: normal;
  }
  .navbar-expand-md .navbar-nav .dropdown-multicolumn + .dropdown-menu > .dropdown-menu-inner {
    display: flex;
    min-width: 22.5rem;
  }
  .navbar-expand-md .dropdown .dropdown-toggle::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    width: 2.5rem;
    height: 1rem;
    border-width: 0 1.25rem 1rem 1.25rem;
    border-bottom-color: #fff;
    z-index: 1001;
    transform: translateX(-50%);
    left: 50%;
    bottom: -1rem;
    margin-bottom: -1.5px;
    opacity: 0;
    filter: drop-shadow(0 -1.5px 0 #d9d9d9);
  }
  .navbar-expand-md .dropdown.open .dropdown-toggle::before {
    opacity: 1;
    display: block;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-md .dropdown:hover > .dropdown-toggle::after {
    opacity: 1;
    transition: all 0.1s ease-in-out;
  }
}
@media (min-width: 768px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-md .dropdown:hover > .dropdown-toggle::after {
    transition: none;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.1s ease-in-out;
  }
}
@media (min-width: 768px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 768px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 768px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .navbar-expand-md .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-md .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-md .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (max-width: 1019.98px) {
  .navbar-expand-lg .navbar-brand svg {
    width: 180px;
  }
}
@media (min-width: 1020px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
    padding: 1rem 0;
    min-height: calc(2rem + 61px);
  }
  .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    height: 100%;
    align-items: flex-start;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-primary-buttons {
    position: absolute;
    display: inline-flex;
    top: 0;
    right: 2rem;
    z-index: 1030;
    margin-top: -1rem;
    margin-left: auto;
  }
  .navbar-expand-lg .navbar-primary-buttons .navbar-primary-button {
    width: auto;
    margin-left: auto;
    font-size: 0.522rem;
  }
  .navbar-expand-lg .navbar-primary-buttons .navbar-primary-button::after {
    display: none;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-lg .navbar-nav .nav-item:not(:last-child)::after {
    content: "•";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    padding-top: 1rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.125);
  }
  .navbar-expand-lg .navbar-nav .dropdown-item {
    white-space: normal;
  }
  .navbar-expand-lg .navbar-nav .dropdown-multicolumn + .dropdown-menu > .dropdown-menu-inner {
    display: flex;
    min-width: 22.5rem;
  }
  .navbar-expand-lg .dropdown .dropdown-toggle::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    width: 2.5rem;
    height: 1rem;
    border-width: 0 1.25rem 1rem 1.25rem;
    border-bottom-color: #fff;
    z-index: 1001;
    transform: translateX(-50%);
    left: 50%;
    bottom: -1rem;
    margin-bottom: -1.5px;
    opacity: 0;
    filter: drop-shadow(0 -1.5px 0 #d9d9d9);
  }
  .navbar-expand-lg .dropdown.open .dropdown-toggle::before {
    opacity: 1;
    display: block;
  }
}
@media (min-width: 1020px) and (hover: hover) {
  .navbar-expand-lg .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-lg .dropdown:hover > .dropdown-toggle::after {
    opacity: 1;
    transition: all 0.1s ease-in-out;
  }
}
@media (min-width: 1020px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-lg .dropdown:hover > .dropdown-toggle::after {
    transition: none;
  }
}
@media (min-width: 1020px) and (hover: hover) {
  .navbar-expand-lg .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.1s ease-in-out;
  }
}
@media (min-width: 1020px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1020px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1020px) and (hover: hover) {
  .navbar-expand-lg .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1020px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 1020px) and (hover: hover) {
  .navbar-expand-lg .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (max-width: 1299.98px) {
  .navbar-expand-xl .navbar-brand svg {
    width: 180px;
  }
}
@media (min-width: 1300px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
    padding: 1rem 0;
    min-height: calc(2rem + 61px);
  }
  .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    height: 100%;
    align-items: flex-start;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .navbar-primary-buttons {
    position: absolute;
    display: inline-flex;
    top: 0;
    right: 2rem;
    z-index: 1030;
    margin-top: -1rem;
    margin-left: auto;
  }
  .navbar-expand-xl .navbar-primary-buttons .navbar-primary-button {
    width: auto;
    margin-left: auto;
    font-size: 0.522rem;
  }
  .navbar-expand-xl .navbar-primary-buttons .navbar-primary-button::after {
    display: none;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-xl .navbar-nav .nav-item:not(:last-child)::after {
    content: "•";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
    padding-top: 1rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.125);
  }
  .navbar-expand-xl .navbar-nav .dropdown-item {
    white-space: normal;
  }
  .navbar-expand-xl .navbar-nav .dropdown-multicolumn + .dropdown-menu > .dropdown-menu-inner {
    display: flex;
    min-width: 22.5rem;
  }
  .navbar-expand-xl .dropdown .dropdown-toggle::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    width: 2.5rem;
    height: 1rem;
    border-width: 0 1.25rem 1rem 1.25rem;
    border-bottom-color: #fff;
    z-index: 1001;
    transform: translateX(-50%);
    left: 50%;
    bottom: -1rem;
    margin-bottom: -1.5px;
    opacity: 0;
    filter: drop-shadow(0 -1.5px 0 #d9d9d9);
  }
  .navbar-expand-xl .dropdown.open .dropdown-toggle::before {
    opacity: 1;
    display: block;
  }
}
@media (min-width: 1300px) and (hover: hover) {
  .navbar-expand-xl .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-xl .dropdown:hover > .dropdown-toggle::after {
    opacity: 1;
    transition: all 0.1s ease-in-out;
  }
}
@media (min-width: 1300px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-xl .dropdown:hover > .dropdown-toggle::after {
    transition: none;
  }
}
@media (min-width: 1300px) and (hover: hover) {
  .navbar-expand-xl .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.1s ease-in-out;
  }
}
@media (min-width: 1300px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1300px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1300px) and (hover: hover) {
  .navbar-expand-xl .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1300px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 1300px) and (hover: hover) {
  .navbar-expand-xl .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-xl .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
@media (max-width: 1559.98px) {
  .navbar-expand-xxl .navbar-brand svg {
    width: 180px;
  }
}
@media (min-width: 1560px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow: visible;
    padding: 1rem 0;
    min-height: calc(2rem + 61px);
  }
  .navbar-expand-xxl > .container-xxl, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    height: 100%;
    align-items: flex-start;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .navbar-primary-buttons {
    position: absolute;
    display: inline-flex;
    top: 0;
    right: 2rem;
    z-index: 1030;
    margin-top: -1rem;
    margin-left: auto;
  }
  .navbar-expand-xxl .navbar-primary-buttons .navbar-primary-button {
    width: auto;
    margin-left: auto;
    font-size: 0.522rem;
  }
  .navbar-expand-xxl .navbar-primary-buttons .navbar-primary-button::after {
    display: none;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
    height: 100%;
  }
  .navbar-expand-xxl .navbar-nav .nav-item:not(:last-child)::after {
    content: "•";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    flex-direction: column;
    justify-content: center;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
    padding-top: 1rem;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu-inner {
    box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.125);
  }
  .navbar-expand-xxl .navbar-nav .dropdown-item {
    white-space: normal;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-multicolumn + .dropdown-menu > .dropdown-menu-inner {
    display: flex;
    min-width: 22.5rem;
  }
  .navbar-expand-xxl .dropdown .dropdown-toggle::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    width: 2.5rem;
    height: 1rem;
    border-width: 0 1.25rem 1rem 1.25rem;
    border-bottom-color: #fff;
    z-index: 1001;
    transform: translateX(-50%);
    left: 50%;
    bottom: -1rem;
    margin-bottom: -1.5px;
    opacity: 0;
    filter: drop-shadow(0 -1.5px 0 #d9d9d9);
  }
  .navbar-expand-xxl .dropdown.open .dropdown-toggle::before {
    opacity: 1;
    display: block;
  }
}
@media (min-width: 1560px) and (hover: hover) {
  .navbar-expand-xxl .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-xxl .dropdown:hover > .dropdown-toggle::after {
    opacity: 1;
    transition: all 0.1s ease-in-out;
  }
}
@media (min-width: 1560px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand-xxl .dropdown:hover > .dropdown-toggle::after {
    transition: none;
  }
}
@media (min-width: 1560px) and (hover: hover) {
  .navbar-expand-xxl .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.1s ease-in-out;
  }
}
@media (min-width: 1560px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1560px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (min-width: 1560px) and (hover: hover) {
  .navbar-expand-xxl .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1560px) and (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xxl .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (min-width: 1560px) and (hover: hover) {
  .navbar-expand-xxl .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand-xxl .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand-xxl .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}
.navbar-expand .navbar-brand svg {
  width: 180px;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
  overflow: visible;
  padding: 1rem 0;
  min-height: calc(2rem + 61px);
}
.navbar-expand > .container-xxl, .navbar-expand > .container-xl, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  height: 100%;
  align-items: flex-start;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .navbar-primary-buttons {
  position: absolute;
  display: inline-flex;
  top: 0;
  right: 2rem;
  z-index: 1030;
  margin-top: -1rem;
  margin-left: auto;
}
.navbar-expand .navbar-primary-buttons .navbar-primary-button {
  width: auto;
  margin-left: auto;
  font-size: 0.522rem;
}
.navbar-expand .navbar-primary-buttons .navbar-primary-button::after {
  display: none;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
  height: 100%;
}
.navbar-expand .navbar-nav .nav-item:not(:last-child)::after {
  content: "•";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}
.navbar-expand .navbar-nav .nav-link {
  flex-direction: column;
  justify-content: center;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
  padding-top: 1rem;
}
.navbar-expand .navbar-nav .dropdown-menu-inner {
  box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.125);
}
.navbar-expand .navbar-nav .dropdown-item {
  white-space: normal;
}
.navbar-expand .navbar-nav .dropdown-multicolumn + .dropdown-menu > .dropdown-menu-inner {
  display: flex;
  min-width: 22.5rem;
}
.navbar-expand .dropdown .dropdown-toggle::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  width: 2.5rem;
  height: 1rem;
  border-width: 0 1.25rem 1rem 1.25rem;
  border-bottom-color: #fff;
  z-index: 1001;
  transform: translateX(-50%);
  left: 50%;
  bottom: -1rem;
  margin-bottom: -1.5px;
  opacity: 0;
  filter: drop-shadow(0 -1.5px 0 #d9d9d9);
}
.navbar-expand .dropdown.open .dropdown-toggle::before {
  opacity: 1;
  display: block;
}
@media (hover: hover) {
  .navbar-expand .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand .dropdown:hover > .dropdown-toggle::after {
    opacity: 1;
    transition: all 0.1s ease-in-out;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown:hover > .dropdown-toggle::before,
  .navbar-expand .dropdown:hover > .dropdown-toggle::after {
    transition: none;
  }
}
@media (hover: hover) {
  .navbar-expand .dropdown > .dropdown-menu {
    display: block;
    overflow: hidden;
    transform: translateY(-1000%);
    transition: transform 0s ease-in-out;
    transition: padding 0.1s ease-in-out;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown > .dropdown-menu {
    transition: none;
  }
}
@media (hover: hover) {
  .navbar-expand .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
  }
}
@media (hover: hover) and (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown > .dropdown-menu > .dropdown-menu-inner {
    transition: none;
  }
}
@media (hover: hover) {
  .navbar-expand .dropdown:hover {
    overflow: visible;
  }
  .navbar-expand .dropdown:hover > .dropdown-menu {
    overflow: visible;
    transform: translateY(0%);
  }
  .navbar-expand .dropdown:hover > .dropdown-menu > .dropdown-menu-inner {
    opacity: 1;
  }
}

.navbar-primary {
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-primary {
    transition: none;
  }
}

.navbar-light .navbar-brand,
.navbar-light .nav-icon {
  color: #6A2C3E;
}
.navbar-light .navbar-brand svg,
.navbar-light .nav-icon svg {
  fill: #6A2C3E;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus,
.navbar-light .nav-icon:hover,
.navbar-light .nav-icon:focus {
  color: #9D1E45;
}
.navbar-light .nav-icon {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .nav-icon svg {
  fill: rgba(0, 0, 0, 0.5);
}
.navbar-light .nav-icon:hover, .navbar-light .nav-icon:focus {
  color: #9D1E45;
}
.navbar-light .nav-icon:hover svg, .navbar-light .nav-icon:focus svg {
  fill: #9D1E45;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link svg {
  fill: #000;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-item-passive:hover, .navbar-light .navbar-nav .nav-item-passive:focus {
  cursor: default;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #9D1E45;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.5%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: #9D1E45;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #9D1E45;
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand svg {
  fill: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: rgb(234.6, 234.6, 234.6);
}
@media (min-width: 1020px) {
  .navbar-dark .navbar-nav .nav-item .nav-icon {
    font-size: 1rem;
  }
}
.navbar-dark .navbar-nav .nav-item .nav-icon::after {
  content: none;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgb(234.6, 234.6, 234.6);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: #fff;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2730%27 height=%2730%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: #fff;
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.nav-hide {
  transform: translateY(-100%);
}
.nav-hide .dropdown-toggle::before,
.nav-hide .dropdown-menu {
  display: none !important;
}

.cards-container.row {
  justify-content: flex-start;
  position: relative;
  z-index: 2;
}
.cards-container.row > div[class*=col-] {
  display: flex;
  flex: 1 0 auto;
}
.cards-container.row > div[class*=col-] .card {
  min-width: 100%;
}

.card {
  font-size: 0.7827rem;
  color: #666;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 0%;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 0.25rem 0.75rem rgba(102, 102, 102, 0.15);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .card {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
  }
}
@media (min-width: 1300px) {
  .card {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .card-body {
    padding: 1.25rem;
  }
}
@media (min-width: 1020px) {
  .card-body {
    padding: cacl(0.625rem);
  }
}
@media (min-width: 1300px) {
  .card-body {
    padding: 1.5rem;
  }
}
.card-body + .card-footer {
  padding-top: 0;
  margin-top: -1.25rem;
}
@media (min-width: 576px) {
  .card-body + .card-footer {
    margin-top: -1.25rem;
  }
}
@media (min-width: 768px) {
  .card-body + .card-footer {
    margin-top: -1.5rem;
  }
}
@media (min-width: 1020px) {
  .card-body + .card-footer {
    margin-top: -2.1rem;
  }
}
@media (min-width: 1300px) {
  .card-body + .card-footer {
    margin-top: -2.5rem;
  }
}

.card-header {
  padding: 0.5rem 0 0;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 1.25rem;
}
@media (min-width: 576px) {
  .card-footer {
    padding: 1.25rem;
  }
}
@media (min-width: 768px) {
  .card-footer {
    padding: 1.5rem;
  }
}
@media (min-width: 1020px) {
  .card-footer {
    padding: 2.1rem;
  }
}
@media (min-width: 1300px) {
  .card-footer {
    padding: 2.5rem;
  }
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card-footer *:last-child {
  margin-bottom: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
  min-height: 1px;
  transition: all 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .card-img,
  .card-img-top,
  .card-img-bottom {
    transition: none;
  }
}
.card-img,
.card-img-top,
.card-img-bottom {
  box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.125);
  transform: scale(1);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .card-deck {
    margin-right: -0.6666666667rem;
    margin-left: -0.6666666667rem;
  }
  .card-deck .card {
    margin-right: 0.6666666667rem;
    margin-left: 0.6666666667rem;
  }
}
@media (min-width: 1020px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -0.6666666667rem;
    margin-left: -0.6666666667rem;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 0.6666666667rem;
    margin-left: 0.6666666667rem;
  }
}
@media (min-width: 1300px) {
  .card-deck {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .card-deck .card {
    margin-right: 1rem;
    margin-left: 1rem;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group .card {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .card-group .card {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .card-group .card {
    margin-bottom: 1.3333333333rem;
  }
}
@media (min-width: 1020px) {
  .card-group .card {
    margin-bottom: 1.3333333333rem;
  }
}
@media (min-width: 1300px) {
  .card-group .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1560px) {
  .card-group .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child, :last-child, :only-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child, :last-child, :only-child) .card-img-top,
  .card-group .card:not(:first-child, :last-child, :only-child) .card-img-bottom {
    border-radius: 0;
  }
}

.card-columns {
  -moz-column-count: 1;
       column-count: 1;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card-columns {
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1020px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.3333333333rem;
         column-gap: 1.3333333333rem;
  }
}
@media (min-width: 1300px) {
  .card-columns {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

.cards-unstyled .card {
  background: transparent;
  border: none;
  box-shadow: none;
}
.cards-unstyled .card:hover, .cards-unstyled .card:focus {
  box-shadow: none;
}
.cards-unstyled .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.card-link {
  transition: all 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .card-link {
    transition: none;
  }
}
.card-link:hover, .card-link:focus {
  color: #666;
  text-decoration: none;
  box-shadow: 0 1.25rem 1rem rgba(102, 102, 102, 0.3);
  outline: none;
}
.card-link:hover .card-img,
.card-link:hover .card-img-top,
.card-link:hover .card-img-bottom, .card-link:focus .card-img,
.card-link:focus .card-img-top,
.card-link:focus .card-img-bottom {
  box-shadow: 0 1.25rem 1rem rgba(102, 102, 102, 0.3);
  transform: scale(1.05);
}

@media (max-width: 767.98px) {
  .card-chart-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .card-chart .card-body {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
.card-chart .ct-chart {
  margin-top: 10px;
}
@media only screen and (orientation: portrait) {
  .card-chart .ct-chart {
    display: block;
    align-items: baseline;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    font-weight: normal;
  }
  .card-chart .ct-chart::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 125%;
  }
  .card-chart .ct-chart::after {
    content: "";
    display: table;
    clear: both;
  }
  .card-chart .ct-chart > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
  }
}
@media (min-width: 576px) {
  .card-chart .ct-chart {
    display: block;
    align-items: baseline;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    font-weight: normal;
  }
  .card-chart .ct-chart::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%;
  }
  .card-chart .ct-chart::after {
    content: "";
    display: table;
    clear: both;
  }
  .card-chart .ct-chart > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
  }
}
@media only screen and (orientation: landscape) {
  .card-chart .ct-chart {
    display: block;
    align-items: baseline;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    font-weight: normal;
  }
  .card-chart .ct-chart::before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%;
  }
  .card-chart .ct-chart::after {
    content: "";
    display: table;
    clear: both;
  }
  .card-chart .ct-chart > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
  }
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #9D1E45;
}
.bg-gradient-primary .page-link {
  color: #fff;
}
.page-link:hover {
  z-index: 2;
  color: rgb(92.7727272727, 17.7272727273, 40.7727272727);
  text-decoration: none;
}
.bg-gradient-primary .page-link:hover {
  color: rgb(216.75, 216.75, 216.75);
}
.page-link:focus {
  z-index: 3;
  outline: 0;
}

.page-item.active .page-link {
  z-index: 3;
  border-bottom: 1px solid #9D1E45;
}
.bg-gradient-primary .page-item.active .page-link {
  border-bottom-color: #fff;
}
.page-item.disabled .page-link {
  color: rgba(157, 30, 69, 0.5);
  pointer-events: none;
  cursor: auto;
}
.bg-gradient-primary .page-item.disabled .page-link {
  color: rgba(255, 255, 255, 0.5);
}

.alert {
  position: relative;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  font-size: 0.7827rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 2.5rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.25rem 0.5rem;
  color: inherit;
}

.alert-primary {
  color: rgb(55.12, 22.88, 32.24);
  background-color: rgb(225.2, 212.8, 216.4);
  border-color: rgb(213.28, 195.92, 200.96);
}
.alert-primary .alert-link {
  color: rgb(19.08, 7.92, 11.16);
}

.alert-primary-bright {
  color: rgb(81.64, 15.6, 35.88);
  background-color: rgb(235.4, 210, 217.8);
  border-color: rgb(227.56, 192, 202.92);
}
.alert-primary-bright .alert-link {
  color: rgb(38.8218181818, 7.4181818182, 17.0618181818);
}

.alert-table-dark {
  color: rgb(129.03072, 124.00128, 125.46144);
  background-color: rgb(253.6272, 251.6928, 252.2544);
  border-color: rgb(253.07808, 250.36992, 251.15616);
}
.alert-table-dark .alert-link {
  color: rgb(103.0238642663, 99.0081357337, 100.1739924044);
}

.alert-table-darker {
  color: rgb(126.69696, 118.37904, 120.79392);
  background-color: rgb(252.7296, 249.5304, 250.4592);
  border-color: rgb(251.82144, 247.34256, 248.64288);
}
.alert-table-darker .alert-link {
  color: rgb(100.3314857798, 93.7445142202, 95.656860802);
}

.alert-secondary {
  color: rgb(53.04, 53.04, 53.04);
  background-color: rgb(224.4, 224.4, 224.4);
  border-color: rgb(212.16, 212.16, 212.16);
}
.alert-secondary .alert-link {
  color: rgb(27.54, 27.54, 27.54);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(124.28, 124.28, 124.28);
  background-color: rgb(251.8, 251.8, 251.8);
  border-color: rgb(250.52, 250.52, 250.52);
}
.alert-light .alert-link {
  color: rgb(98.78, 98.78, 98.78);
}

.alert-dark {
  color: rgb(53.04, 53.04, 53.04);
  background-color: rgb(224.4, 224.4, 224.4);
  border-color: rgb(212.16, 212.16, 212.16);
}
.alert-dark .alert-link {
  color: rgb(27.54, 27.54, 27.54);
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-black .alert-link {
  color: hsl(0, 0%, -10%);
}

.alert-gray {
  color: rgb(112.84, 112.84, 112.84);
  background-color: rgb(247.4, 247.4, 247.4);
  border-color: rgb(244.36, 244.36, 244.36);
}
.alert-gray .alert-link {
  color: rgb(87.34, 87.34, 87.34);
}

.alert-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
  border-color: white;
}
.alert-white .alert-link {
  color: rgb(107.1, 107.1, 107.1);
}

.close {
  position: absolute;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close {
  font-weight: 600;
  line-height: 0.65;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  z-index: 1;
  top: 0;
  right: 0;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled, .disabled):hover, .close:not(:disabled, .disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow: hidden auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog {
  transform: scale(0.9);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
  position: relative;
}
.modal-dialog-scrollable .modal-header::before,
.modal-dialog-scrollable .modal-footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  height: 0.625rem;
  margin: 0 2.1rem;
}
@media (min-width: 768px) {
  .modal-dialog-scrollable .modal-header::before,
  .modal-dialog-scrollable .modal-footer::before {
    height: 0.75rem;
    margin: 0 1.25rem;
  }
}
@media (min-width: 1020px) {
  .modal-dialog-scrollable .modal-header::before,
  .modal-dialog-scrollable .modal-footer::before {
    height: 1.05rem;
    margin: 0 1.5rem;
  }
}
@media (min-width: 1300px) {
  .modal-dialog-scrollable .modal-header::before,
  .modal-dialog-scrollable .modal-footer::before {
    height: 1.25rem;
    margin: 0 2.1rem;
  }
}
.modal-dialog-scrollable .modal-header {
  z-index: 2;
}
.modal-dialog-scrollable .modal-header::before {
  background-image: linear-gradient(white, white 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  bottom: -0.625rem;
}
@media (min-width: 768px) {
  .modal-dialog-scrollable .modal-header::before {
    bottom: -0.75rem;
  }
}
@media (min-width: 1020px) {
  .modal-dialog-scrollable .modal-header::before {
    bottom: -1.05rem;
  }
}
@media (min-width: 1300px) {
  .modal-dialog-scrollable .modal-header::before {
    bottom: -1.25rem;
  }
}
.modal-dialog-scrollable .modal-footer {
  z-index: 1;
}
.modal-dialog-scrollable .modal-footer::before {
  background-image: linear-gradient(rgba(255, 255, 255, 0), white 50%, white);
  background-repeat: no-repeat;
  top: -0.625rem;
}
@media (min-width: 768px) {
  .modal-dialog-scrollable .modal-footer::before {
    top: -0.75rem;
  }
}
@media (min-width: 1020px) {
  .modal-dialog-scrollable .modal-footer::before {
    top: -1.05rem;
  }
}
@media (min-width: 1300px) {
  .modal-dialog-scrollable .modal-footer::before {
    top: -1.25rem;
  }
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.75;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.modal-header .close {
  padding: 1.25rem 1.25rem;
}
.modal-header {
  padding: 2.1rem 2.1rem 0;
}
@media (min-width: 768px) {
  .modal-header {
    padding: 1.25rem 1.25rem 0;
  }
}
@media (min-width: 1020px) {
  .modal-header {
    padding: 1.5rem 1.5rem 0;
  }
}
@media (min-width: 1300px) {
  .modal-header {
    padding: 2.1rem 2.1rem 0;
  }
}

.modal-title {
  margin-bottom: 0;
}

.modal-body {
  font-size: 0.7827rem;
  position: relative;
  flex: 1 1 auto;
  padding: 1.05rem 2.1rem;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 0.625rem 1.25rem;
  }
}
@media (min-width: 1020px) {
  .modal-body {
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 1300px) {
  .modal-body {
    padding: 1.05rem 2.1rem;
  }
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-footer {
  padding: 1.05rem 2.1rem 2.1rem;
}
@media (min-width: 768px) {
  .modal-footer {
    padding: 0.625rem 1.25rem 1.25rem;
  }
}
@media (min-width: 1020px) {
  .modal-footer {
    padding: 0.75rem 1.5rem 1.5rem;
  }
}
@media (min-width: 1300px) {
  .modal-footer {
    padding: 1.05rem 2.1rem 2.1rem;
  }
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 600px;
    margin: 2.5rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1299.98px) and (orientation: landscape) {
  .modal-dialog {
    margin: 1.25rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 2.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 2.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 2.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 2.5rem);
  }
}
@media only screen and (max-width: 1019.98px) and (orientation: landscape) {
  .modal-dialog {
    margin: 0.5rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 1rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1rem);
  }
}
@media only screen and (max-width: 767.98px) and (orientation: landscape) {
  .modal-dialog {
    margin: 0.5rem;
  }
}
@media (min-width: 1020px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px;
  }
}
@media (min-width: 1300px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-full {
  border-radius: 0;
  max-height: 100vh;
  max-width: 100vw;
  margin: 0;
}
.modal-full .modal-content {
  border-radius: 0;
  height: 100%;
  border: none;
}
.modal-full .modal-body {
  font-size: 1rem;
}

@media (max-width: 767.98px) {
  .modal-search {
    border-radius: 0;
    max-height: 100vh;
    max-width: 100vw;
    margin: 0;
  }
  .modal-search .modal-content {
    border-radius: 0;
    max-height: 100vh;
    border: none;
  }
}
.modal-search .modal-header::before,
.modal-search .modal-footer::before {
  margin: 0 2.1rem;
}
@media (min-width: 1300px) {
  .modal-search .modal-header::before,
  .modal-search .modal-footer::before {
    margin: 0 2.5rem;
  }
}
.modal-search .modal-header {
  padding: 2.1rem 2.1rem 0;
}
@media (min-width: 1300px) {
  .modal-search .modal-header {
    padding: 2.5rem 2.5rem 0;
  }
}
.modal-search .modal-header .close {
  padding: 0.8rem 0.8rem;
}
@media (min-width: 1020px) {
  .modal-search .modal-header .close {
    padding: 0.8rem 0.8rem;
  }
}
@media (min-width: 1300px) {
  .modal-search .modal-header .close {
    padding: 1rem 1rem;
  }
}
.modal-search .modal-body {
  padding: 0.625rem 2.1rem;
}
@media (min-width: 768px) {
  .modal-search .modal-body {
    padding: 0.75rem 2.1rem;
  }
}
@media (min-width: 1020px) {
  .modal-search .modal-body {
    padding: 1.05rem 2.1rem;
  }
}
@media (min-width: 1300px) {
  .modal-search .modal-body {
    padding: 1.25rem 2.5rem;
  }
}
.modal-search .modal-footer {
  padding: 1.05rem 2.1rem 2.1rem;
}
@media (min-width: 1300px) {
  .modal-search .modal-footer {
    padding: 1.25rem 2.5rem 2.5rem;
  }
}

.modal-header .btn,
.modal-footer .btn {
  margin-bottom: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-family: Georgia, Times, Times New Roman, serif;
  line-height: 1.35;
  font-size: 0.65rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.75rem rgba(102, 102, 102, 0.15);
  pointer-events: none;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

[data-toggle=popover]:hover {
  cursor: pointer;
}

.popover-header {
  font-weight: 500;
  padding: 1rem 1rem 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #9D1E45;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 1rem 1rem;
  color: #666;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(69.96, 29.04, 40.92) !important;
}

.bg-primary-bright {
  background-color: #9D1E45 !important;
}

a.bg-primary-bright:hover, a.bg-primary-bright:focus,
button.bg-primary-bright:hover,
button.bg-primary-bright:focus {
  background-color: rgb(114.1818181818, 21.8181818182, 50.1818181818) !important;
}

.bg-table-dark {
  background-color: rgb(248.136, 238.464, 241.272) !important;
}

a.bg-table-dark:hover, a.bg-table-dark:focus,
button.bg-table-dark:hover,
button.bg-table-dark:focus {
  background-color: rgb(233.176, 202.424, 211.352) !important;
}

.bg-table-darker {
  background-color: rgb(243.648, 227.652, 232.296) !important;
}

a.bg-table-darker:hover, a.bg-table-darker:focus,
button.bg-table-darker:hover,
button.bg-table-darker:focus {
  background-color: rgb(228.688, 191.612, 202.376) !important;
}

.bg-secondary {
  background-color: #666 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(213.5, 213.5, 213.5) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

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

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: hsl(0, 0%, -10%) !important;
}

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

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: rgb(191.5, 191.5, 191.5) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

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

.bg-none {
  background-image: none !important;
  background-color: transparent !important;
}

.bg-dark,
.bg-black {
  color: #fff;
}

.bg-gradient-primary {
  color: #fff;
  background-image: linear-gradient(180deg, #6A2C3E, #9D1E45);
  background-repeat: repeat-x;
}

.border-top {
  border-top: 1px solid #EFEFEF;
}

.border-right {
  border-right: 1px solid #EFEFEF;
}

.border-bottom {
  border-bottom: 1px solid #EFEFEF;
}

.border-left {
  border-left: 1px solid #EFEFEF;
}

.border-width-top-2 {
  border-top-width: 2px;
}

.border-width-right-2 {
  border-right-width: 2px;
}

.border-width-bottom-2 {
  border-bottom-width: 2px;
}

.border-width-left-2 {
  border-left-width: 2px;
}

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

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

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

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

.border-x {
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
}

.border-y {
  border-top: 1px solid #EFEFEF;
  border-bottom: 1px solid #EFEFEF;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #EFEFEF;
  }
  .border-sm-right {
    border-right: 1px solid #EFEFEF;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #EFEFEF;
  }
  .border-sm-left {
    border-left: 1px solid #EFEFEF;
  }
  .border-width-sm-top-2 {
    border-top-width: 2px;
  }
  .border-width-sm-right-2 {
    border-right-width: 2px;
  }
  .border-width-sm-bottom-2 {
    border-bottom-width: 2px;
  }
  .border-width-sm-left-2 {
    border-left-width: 2px;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
  }
  .border-sm-y {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #EFEFEF;
  }
  .border-md-right {
    border-right: 1px solid #EFEFEF;
  }
  .border-md-bottom {
    border-bottom: 1px solid #EFEFEF;
  }
  .border-md-left {
    border-left: 1px solid #EFEFEF;
  }
  .border-width-md-top-2 {
    border-top-width: 2px;
  }
  .border-width-md-right-2 {
    border-right-width: 2px;
  }
  .border-width-md-bottom-2 {
    border-bottom-width: 2px;
  }
  .border-width-md-left-2 {
    border-left-width: 2px;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
  }
  .border-md-y {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
  }
}
@media (min-width: 1020px) {
  .border-lg-top {
    border-top: 1px solid #EFEFEF;
  }
  .border-lg-right {
    border-right: 1px solid #EFEFEF;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #EFEFEF;
  }
  .border-lg-left {
    border-left: 1px solid #EFEFEF;
  }
  .border-width-lg-top-2 {
    border-top-width: 2px;
  }
  .border-width-lg-right-2 {
    border-right-width: 2px;
  }
  .border-width-lg-bottom-2 {
    border-bottom-width: 2px;
  }
  .border-width-lg-left-2 {
    border-left-width: 2px;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
  }
  .border-lg-y {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
  }
}
@media (min-width: 1300px) {
  .border-xl-top {
    border-top: 1px solid #EFEFEF;
  }
  .border-xl-right {
    border-right: 1px solid #EFEFEF;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #EFEFEF;
  }
  .border-xl-left {
    border-left: 1px solid #EFEFEF;
  }
  .border-width-xl-top-2 {
    border-top-width: 2px;
  }
  .border-width-xl-right-2 {
    border-right-width: 2px;
  }
  .border-width-xl-bottom-2 {
    border-bottom-width: 2px;
  }
  .border-width-xl-left-2 {
    border-left-width: 2px;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
  }
  .border-xl-y {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
  }
}
@media (min-width: 1560px) {
  .border-xxl-top {
    border-top: 1px solid #EFEFEF;
  }
  .border-xxl-right {
    border-right: 1px solid #EFEFEF;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid #EFEFEF;
  }
  .border-xxl-left {
    border-left: 1px solid #EFEFEF;
  }
  .border-width-xxl-top-2 {
    border-top-width: 2px;
  }
  .border-width-xxl-right-2 {
    border-right-width: 2px;
  }
  .border-width-xxl-bottom-2 {
    border-bottom-width: 2px;
  }
  .border-width-xxl-left-2 {
    border-left-width: 2px;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-right-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-left-0 {
    border-left: 0 !important;
  }
  .border-xxl-x {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
  }
  .border-xxl-y {
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
  }
}
.border-primary {
  border-color: #6A2C3E !important;
}

.border-primary-bright {
  border-color: #9D1E45 !important;
}

.border-table-dark {
  border-color: rgb(248.136, 238.464, 241.272) !important;
}

.border-table-darker {
  border-color: rgb(243.648, 227.652, 232.296) !important;
}

.border-secondary {
  border-color: #666 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

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

.border-dark {
  border-color: #666 !important;
}

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

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

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.1rem !important;
}

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

.rounded-right {
  border-top-right-radius: 0.1rem !important;
  border-bottom-right-radius: 0.1rem !important;
}

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

.rounded-left {
  border-top-left-radius: 0.1rem !important;
  border-bottom-left-radius: 0.1rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

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

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

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

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

.d-block {
  display: block !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-grid {
  display: grid !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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-grid {
    display: grid !important;
  }
}
@media (min-width: 1020px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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-grid {
    display: grid !important;
  }
}
@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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-grid {
    display: grid !important;
  }
}
@media (min-width: 1560px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !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-grid {
    display: grid !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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-grid {
    display: grid !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-12by14::before {
  padding-top: 116.6666666667%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

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

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

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1020px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1300px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1560px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1020px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1560px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

@media (min-width: 576px) {
  .pe-sm-none {
    pointer-events: none !important;
  }
  .flex-sm-auto {
    pointer-events: auto !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .pe-md-none {
    pointer-events: none !important;
  }
  .flex-md-auto {
    pointer-events: auto !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1020px) {
  .pe-lg-none {
    pointer-events: none !important;
  }
  .flex-lg-auto {
    pointer-events: auto !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1300px) {
  .pe-xl-none {
    pointer-events: none !important;
  }
  .flex-xl-auto {
    pointer-events: auto !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1560px) {
  .pe-xxl-none {
    pointer-events: none !important;
  }
  .flex-xxl-auto {
    pointer-events: auto !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.25rem 0.75rem rgba(102, 102, 102, 0.15) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(102, 102, 102, 0.125) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 0.75rem rgba(102, 102, 102, 0.1) !important;
}

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

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

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

@media (min-width: 576px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 1020px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1300px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}
@media (min-width: 1560px) {
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .h-xxl-25 {
    height: 25% !important;
  }
  .h-xxl-50 {
    height: 50% !important;
  }
  .h-xxl-75 {
    height: 75% !important;
  }
  .h-xxl-100 {
    height: 100% !important;
  }
  .h-xxl-auto {
    height: auto !important;
  }
}
.w-0 {
  width: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-65 {
  max-width: 65% !important;
}

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

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

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

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

.max-vw-40 {
  max-width: 40vw !important;
}

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

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

.stretched-link::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

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

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

.mt-3,
.my-3 {
  margin-top: 0.75rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem !important;
}

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

.mt-4,
.my-4 {
  margin-top: 1rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1rem !important;
}

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

.mt-5,
.my-5 {
  margin-top: 1.25rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 1.25rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 1.25rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 1.25rem !important;
}

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

.mt-6,
.my-6 {
  margin-top: 1.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 1.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 1.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 1.5rem !important;
}

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

.mt-7,
.my-7 {
  margin-top: 1.75rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 1.75rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 1.75rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

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

.mt-8,
.my-8 {
  margin-top: 2.1rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 2.1rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 2.1rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 2.1rem !important;
}

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

.mt-9,
.my-9 {
  margin-top: 2.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.5rem !important;
}

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

.mt-10,
.my-10 {
  margin-top: 3rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 3rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 3rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 3rem !important;
}

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

.mt-11,
.my-11 {
  margin-top: 3.65rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 3.65rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 3.65rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 3.65rem !important;
}

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

.mt-12,
.my-12 {
  margin-top: 4.5rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 4.5rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 4.5rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 4.5rem !important;
}

.m-13 {
  margin: 5.6rem !important;
}

.mt-13,
.my-13 {
  margin-top: 5.6rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 5.6rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 5.6rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 5.6rem !important;
}

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

.mt-14,
.my-14 {
  margin-top: 7rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 7rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 7rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 7rem !important;
}

.m-15 {
  margin: 8.75rem !important;
}

.mt-15,
.my-15 {
  margin-top: 8.75rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 8.75rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 8.75rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 8.75rem !important;
}

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

.mt-16,
.my-16 {
  margin-top: 10.9rem !important;
}

.mr-16,
.mx-16 {
  margin-right: 10.9rem !important;
}

.mb-16,
.my-16 {
  margin-bottom: 10.9rem !important;
}

.ml-16,
.mx-16 {
  margin-left: 10.9rem !important;
}

.m-17 {
  margin: 13.5rem !important;
}

.mt-17,
.my-17 {
  margin-top: 13.5rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 13.5rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 13.5rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 13.5rem !important;
}

.m-18 {
  margin: 16.6rem !important;
}

.mt-18,
.my-18 {
  margin-top: 16.6rem !important;
}

.mr-18,
.mx-18 {
  margin-right: 16.6rem !important;
}

.mb-18,
.my-18 {
  margin-bottom: 16.6rem !important;
}

.ml-18,
.mx-18 {
  margin-left: 16.6rem !important;
}

.m-19 {
  margin: 20.25rem !important;
}

.mt-19,
.my-19 {
  margin-top: 20.25rem !important;
}

.mr-19,
.mx-19 {
  margin-right: 20.25rem !important;
}

.mb-19,
.my-19 {
  margin-bottom: 20.25rem !important;
}

.ml-19,
.mx-19 {
  margin-left: 20.25rem !important;
}

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

.mt-20,
.my-20 {
  margin-top: 25rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 25rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 25rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 25rem !important;
}

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

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

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

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

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

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

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

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

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

.pt-3,
.py-3 {
  padding-top: 0.75rem !important;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem !important;
}

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

.pt-4,
.py-4 {
  padding-top: 1rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1rem !important;
}

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

.pt-5,
.py-5 {
  padding-top: 1.25rem !important;
}

.pr-5,
.px-5 {
  padding-right: 1.25rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 1.25rem !important;
}

.pl-5,
.px-5 {
  padding-left: 1.25rem !important;
}

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

.pt-6,
.py-6 {
  padding-top: 1.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 1.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 1.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 1.5rem !important;
}

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

.pt-7,
.py-7 {
  padding-top: 1.75rem !important;
}

.pr-7,
.px-7 {
  padding-right: 1.75rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 1.75rem !important;
}

.pl-7,
.px-7 {
  padding-left: 1.75rem !important;
}

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

.pt-8,
.py-8 {
  padding-top: 2.1rem !important;
}

.pr-8,
.px-8 {
  padding-right: 2.1rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 2.1rem !important;
}

.pl-8,
.px-8 {
  padding-left: 2.1rem !important;
}

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

.pt-9,
.py-9 {
  padding-top: 2.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.5rem !important;
}

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

.pt-10,
.py-10 {
  padding-top: 3rem !important;
}

.pr-10,
.px-10 {
  padding-right: 3rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 3rem !important;
}

.pl-10,
.px-10 {
  padding-left: 3rem !important;
}

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

.pt-11,
.py-11 {
  padding-top: 3.65rem !important;
}

.pr-11,
.px-11 {
  padding-right: 3.65rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 3.65rem !important;
}

.pl-11,
.px-11 {
  padding-left: 3.65rem !important;
}

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

.pt-12,
.py-12 {
  padding-top: 4.5rem !important;
}

.pr-12,
.px-12 {
  padding-right: 4.5rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 4.5rem !important;
}

.pl-12,
.px-12 {
  padding-left: 4.5rem !important;
}

.p-13 {
  padding: 5.6rem !important;
}

.pt-13,
.py-13 {
  padding-top: 5.6rem !important;
}

.pr-13,
.px-13 {
  padding-right: 5.6rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 5.6rem !important;
}

.pl-13,
.px-13 {
  padding-left: 5.6rem !important;
}

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

.pt-14,
.py-14 {
  padding-top: 7rem !important;
}

.pr-14,
.px-14 {
  padding-right: 7rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 7rem !important;
}

.pl-14,
.px-14 {
  padding-left: 7rem !important;
}

.p-15 {
  padding: 8.75rem !important;
}

.pt-15,
.py-15 {
  padding-top: 8.75rem !important;
}

.pr-15,
.px-15 {
  padding-right: 8.75rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 8.75rem !important;
}

.pl-15,
.px-15 {
  padding-left: 8.75rem !important;
}

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

.pt-16,
.py-16 {
  padding-top: 10.9rem !important;
}

.pr-16,
.px-16 {
  padding-right: 10.9rem !important;
}

.pb-16,
.py-16 {
  padding-bottom: 10.9rem !important;
}

.pl-16,
.px-16 {
  padding-left: 10.9rem !important;
}

.p-17 {
  padding: 13.5rem !important;
}

.pt-17,
.py-17 {
  padding-top: 13.5rem !important;
}

.pr-17,
.px-17 {
  padding-right: 13.5rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 13.5rem !important;
}

.pl-17,
.px-17 {
  padding-left: 13.5rem !important;
}

.p-18 {
  padding: 16.6rem !important;
}

.pt-18,
.py-18 {
  padding-top: 16.6rem !important;
}

.pr-18,
.px-18 {
  padding-right: 16.6rem !important;
}

.pb-18,
.py-18 {
  padding-bottom: 16.6rem !important;
}

.pl-18,
.px-18 {
  padding-left: 16.6rem !important;
}

.p-19 {
  padding: 20.25rem !important;
}

.pt-19,
.py-19 {
  padding-top: 20.25rem !important;
}

.pr-19,
.px-19 {
  padding-right: 20.25rem !important;
}

.pb-19,
.py-19 {
  padding-bottom: 20.25rem !important;
}

.pl-19,
.px-19 {
  padding-left: 20.25rem !important;
}

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

.pt-20,
.py-20 {
  padding-top: 25rem !important;
}

.pr-20,
.px-20 {
  padding-right: 25rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 25rem !important;
}

.pl-20,
.px-20 {
  padding-left: 25rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -0.75rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -0.75rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -0.75rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -0.75rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -0.75rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -1.25rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -1.25rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -1.25rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -1.25rem !important;
}

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

.mt-n6,
.my-n6 {
  margin-top: -1.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -1.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -1.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -1.5rem !important;
}

.m-n7 {
  margin: -1.75rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -1.75rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -1.75rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -1.75rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

.m-n8 {
  margin: -2.1rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -2.1rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -2.1rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -2.1rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -2.1rem !important;
}

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

.mt-n9,
.my-n9 {
  margin-top: -2.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.5rem !important;
}

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

.mt-n10,
.my-n10 {
  margin-top: -3rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -3rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -3rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -3rem !important;
}

.m-n11 {
  margin: -3.65rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -3.65rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -3.65rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -3.65rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -3.65rem !important;
}

.m-n12 {
  margin: -4.5rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -4.5rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -4.5rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -4.5rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -4.5rem !important;
}

.m-n13 {
  margin: -5.6rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -5.6rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -5.6rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -5.6rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -5.6rem !important;
}

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

.mt-n14,
.my-n14 {
  margin-top: -7rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -7rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -7rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -7rem !important;
}

.m-n15 {
  margin: -8.75rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -8.75rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -8.75rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -8.75rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -8.75rem !important;
}

.m-n16 {
  margin: -10.9rem !important;
}

.mt-n16,
.my-n16 {
  margin-top: -10.9rem !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -10.9rem !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -10.9rem !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -10.9rem !important;
}

.m-n17 {
  margin: -13.5rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -13.5rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -13.5rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -13.5rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -13.5rem !important;
}

.m-n18 {
  margin: -16.6rem !important;
}

.mt-n18,
.my-n18 {
  margin-top: -16.6rem !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -16.6rem !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -16.6rem !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -16.6rem !important;
}

.m-n19 {
  margin: -20.25rem !important;
}

.mt-n19,
.my-n19 {
  margin-top: -20.25rem !important;
}

.mr-n19,
.mx-n19 {
  margin-right: -20.25rem !important;
}

.mb-n19,
.my-n19 {
  margin-bottom: -20.25rem !important;
}

.ml-n19,
.mx-n19 {
  margin-left: -20.25rem !important;
}

.m-n20 {
  margin: -25rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -25rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -25rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -25rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -25rem !important;
}

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

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

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

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

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

.pr-reset,
.px-reset {
  padding-right: 2rem !important;
}

.pl-reset,
.px-reset {
  padding-left: 2rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 0.75rem !important;
  }
  .m-sm-4 {
    margin: 1rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1rem !important;
  }
  .m-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 1.25rem !important;
  }
  .m-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 1.5rem !important;
  }
  .m-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 1.75rem !important;
  }
  .m-sm-8 {
    margin: 2.1rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 2.1rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 2.1rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 2.1rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 2.1rem !important;
  }
  .m-sm-9 {
    margin: 2.5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 2.5rem !important;
  }
  .m-sm-10 {
    margin: 3rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 3rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 3rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 3rem !important;
  }
  .m-sm-11 {
    margin: 3.65rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 3.65rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 3.65rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 3.65rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 3.65rem !important;
  }
  .m-sm-12 {
    margin: 4.5rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 4.5rem !important;
  }
  .m-sm-13 {
    margin: 5.6rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 5.6rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 5.6rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 5.6rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 5.6rem !important;
  }
  .m-sm-14 {
    margin: 7rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 7rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 7rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 7rem !important;
  }
  .m-sm-15 {
    margin: 8.75rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 8.75rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 8.75rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 8.75rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 8.75rem !important;
  }
  .m-sm-16 {
    margin: 10.9rem !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 10.9rem !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 10.9rem !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 10.9rem !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 10.9rem !important;
  }
  .m-sm-17 {
    margin: 13.5rem !important;
  }
  .mt-sm-17,
  .my-sm-17 {
    margin-top: 13.5rem !important;
  }
  .mr-sm-17,
  .mx-sm-17 {
    margin-right: 13.5rem !important;
  }
  .mb-sm-17,
  .my-sm-17 {
    margin-bottom: 13.5rem !important;
  }
  .ml-sm-17,
  .mx-sm-17 {
    margin-left: 13.5rem !important;
  }
  .m-sm-18 {
    margin: 16.6rem !important;
  }
  .mt-sm-18,
  .my-sm-18 {
    margin-top: 16.6rem !important;
  }
  .mr-sm-18,
  .mx-sm-18 {
    margin-right: 16.6rem !important;
  }
  .mb-sm-18,
  .my-sm-18 {
    margin-bottom: 16.6rem !important;
  }
  .ml-sm-18,
  .mx-sm-18 {
    margin-left: 16.6rem !important;
  }
  .m-sm-19 {
    margin: 20.25rem !important;
  }
  .mt-sm-19,
  .my-sm-19 {
    margin-top: 20.25rem !important;
  }
  .mr-sm-19,
  .mx-sm-19 {
    margin-right: 20.25rem !important;
  }
  .mb-sm-19,
  .my-sm-19 {
    margin-bottom: 20.25rem !important;
  }
  .ml-sm-19,
  .mx-sm-19 {
    margin-left: 20.25rem !important;
  }
  .m-sm-20 {
    margin: 25rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 25rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 25rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 25rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 25rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 0.75rem !important;
  }
  .p-sm-4 {
    padding: 1rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1rem !important;
  }
  .p-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 1.25rem !important;
  }
  .p-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 1.5rem !important;
  }
  .p-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 1.75rem !important;
  }
  .p-sm-8 {
    padding: 2.1rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 2.1rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 2.1rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 2.1rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 2.1rem !important;
  }
  .p-sm-9 {
    padding: 2.5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 2.5rem !important;
  }
  .p-sm-10 {
    padding: 3rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 3rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 3rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 3rem !important;
  }
  .p-sm-11 {
    padding: 3.65rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 3.65rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 3.65rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 3.65rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 3.65rem !important;
  }
  .p-sm-12 {
    padding: 4.5rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 4.5rem !important;
  }
  .p-sm-13 {
    padding: 5.6rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 5.6rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 5.6rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 5.6rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 5.6rem !important;
  }
  .p-sm-14 {
    padding: 7rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 7rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 7rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 7rem !important;
  }
  .p-sm-15 {
    padding: 8.75rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 8.75rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 8.75rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 8.75rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 8.75rem !important;
  }
  .p-sm-16 {
    padding: 10.9rem !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 10.9rem !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 10.9rem !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 10.9rem !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 10.9rem !important;
  }
  .p-sm-17 {
    padding: 13.5rem !important;
  }
  .pt-sm-17,
  .py-sm-17 {
    padding-top: 13.5rem !important;
  }
  .pr-sm-17,
  .px-sm-17 {
    padding-right: 13.5rem !important;
  }
  .pb-sm-17,
  .py-sm-17 {
    padding-bottom: 13.5rem !important;
  }
  .pl-sm-17,
  .px-sm-17 {
    padding-left: 13.5rem !important;
  }
  .p-sm-18 {
    padding: 16.6rem !important;
  }
  .pt-sm-18,
  .py-sm-18 {
    padding-top: 16.6rem !important;
  }
  .pr-sm-18,
  .px-sm-18 {
    padding-right: 16.6rem !important;
  }
  .pb-sm-18,
  .py-sm-18 {
    padding-bottom: 16.6rem !important;
  }
  .pl-sm-18,
  .px-sm-18 {
    padding-left: 16.6rem !important;
  }
  .p-sm-19 {
    padding: 20.25rem !important;
  }
  .pt-sm-19,
  .py-sm-19 {
    padding-top: 20.25rem !important;
  }
  .pr-sm-19,
  .px-sm-19 {
    padding-right: 20.25rem !important;
  }
  .pb-sm-19,
  .py-sm-19 {
    padding-bottom: 20.25rem !important;
  }
  .pl-sm-19,
  .px-sm-19 {
    padding-left: 20.25rem !important;
  }
  .p-sm-20 {
    padding: 25rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 25rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 25rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 25rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 25rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -0.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -0.75rem !important;
  }
  .m-sm-n4 {
    margin: -1rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1rem !important;
  }
  .m-sm-n5 {
    margin: -1.25rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n6 {
    margin: -1.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n7 {
    margin: -1.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n8 {
    margin: -2.1rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -2.1rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -2.1rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -2.1rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -2.1rem !important;
  }
  .m-sm-n9 {
    margin: -2.5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n10 {
    margin: -3rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -3rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -3rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -3rem !important;
  }
  .m-sm-n11 {
    margin: -3.65rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -3.65rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -3.65rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -3.65rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -3.65rem !important;
  }
  .m-sm-n12 {
    margin: -4.5rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n13 {
    margin: -5.6rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -5.6rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -5.6rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -5.6rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -5.6rem !important;
  }
  .m-sm-n14 {
    margin: -7rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -7rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -7rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -7rem !important;
  }
  .m-sm-n15 {
    margin: -8.75rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -8.75rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -8.75rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -8.75rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -8.75rem !important;
  }
  .m-sm-n16 {
    margin: -10.9rem !important;
  }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -10.9rem !important;
  }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -10.9rem !important;
  }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -10.9rem !important;
  }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -10.9rem !important;
  }
  .m-sm-n17 {
    margin: -13.5rem !important;
  }
  .mt-sm-n17,
  .my-sm-n17 {
    margin-top: -13.5rem !important;
  }
  .mr-sm-n17,
  .mx-sm-n17 {
    margin-right: -13.5rem !important;
  }
  .mb-sm-n17,
  .my-sm-n17 {
    margin-bottom: -13.5rem !important;
  }
  .ml-sm-n17,
  .mx-sm-n17 {
    margin-left: -13.5rem !important;
  }
  .m-sm-n18 {
    margin: -16.6rem !important;
  }
  .mt-sm-n18,
  .my-sm-n18 {
    margin-top: -16.6rem !important;
  }
  .mr-sm-n18,
  .mx-sm-n18 {
    margin-right: -16.6rem !important;
  }
  .mb-sm-n18,
  .my-sm-n18 {
    margin-bottom: -16.6rem !important;
  }
  .ml-sm-n18,
  .mx-sm-n18 {
    margin-left: -16.6rem !important;
  }
  .m-sm-n19 {
    margin: -20.25rem !important;
  }
  .mt-sm-n19,
  .my-sm-n19 {
    margin-top: -20.25rem !important;
  }
  .mr-sm-n19,
  .mx-sm-n19 {
    margin-right: -20.25rem !important;
  }
  .mb-sm-n19,
  .my-sm-n19 {
    margin-bottom: -20.25rem !important;
  }
  .ml-sm-n19,
  .mx-sm-n19 {
    margin-left: -20.25rem !important;
  }
  .m-sm-n20 {
    margin: -25rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -25rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -25rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -25rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -25rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .pr-sm-reset,
  .px-sm-reset {
    padding-right: 2rem !important;
  }
  .pl-sm-reset,
  .px-sm-reset {
    padding-left: 2rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 0.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 0.75rem !important;
  }
  .m-md-4 {
    margin: 1rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1rem !important;
  }
  .m-md-5 {
    margin: 1.25rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 1.25rem !important;
  }
  .m-md-6 {
    margin: 1.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 1.5rem !important;
  }
  .m-md-7 {
    margin: 1.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 1.75rem !important;
  }
  .m-md-8 {
    margin: 2.1rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 2.1rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 2.1rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 2.1rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 2.1rem !important;
  }
  .m-md-9 {
    margin: 2.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 2.5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 2.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 2.5rem !important;
  }
  .m-md-10 {
    margin: 3rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 3rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 3rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 3rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 3rem !important;
  }
  .m-md-11 {
    margin: 3.65rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 3.65rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 3.65rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 3.65rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 3.65rem !important;
  }
  .m-md-12 {
    margin: 4.5rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 4.5rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 4.5rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 4.5rem !important;
  }
  .m-md-13 {
    margin: 5.6rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 5.6rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 5.6rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 5.6rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 5.6rem !important;
  }
  .m-md-14 {
    margin: 7rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 7rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 7rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 7rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 7rem !important;
  }
  .m-md-15 {
    margin: 8.75rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 8.75rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 8.75rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 8.75rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 8.75rem !important;
  }
  .m-md-16 {
    margin: 10.9rem !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 10.9rem !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 10.9rem !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 10.9rem !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 10.9rem !important;
  }
  .m-md-17 {
    margin: 13.5rem !important;
  }
  .mt-md-17,
  .my-md-17 {
    margin-top: 13.5rem !important;
  }
  .mr-md-17,
  .mx-md-17 {
    margin-right: 13.5rem !important;
  }
  .mb-md-17,
  .my-md-17 {
    margin-bottom: 13.5rem !important;
  }
  .ml-md-17,
  .mx-md-17 {
    margin-left: 13.5rem !important;
  }
  .m-md-18 {
    margin: 16.6rem !important;
  }
  .mt-md-18,
  .my-md-18 {
    margin-top: 16.6rem !important;
  }
  .mr-md-18,
  .mx-md-18 {
    margin-right: 16.6rem !important;
  }
  .mb-md-18,
  .my-md-18 {
    margin-bottom: 16.6rem !important;
  }
  .ml-md-18,
  .mx-md-18 {
    margin-left: 16.6rem !important;
  }
  .m-md-19 {
    margin: 20.25rem !important;
  }
  .mt-md-19,
  .my-md-19 {
    margin-top: 20.25rem !important;
  }
  .mr-md-19,
  .mx-md-19 {
    margin-right: 20.25rem !important;
  }
  .mb-md-19,
  .my-md-19 {
    margin-bottom: 20.25rem !important;
  }
  .ml-md-19,
  .mx-md-19 {
    margin-left: 20.25rem !important;
  }
  .m-md-20 {
    margin: 25rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 25rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 25rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 25rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 25rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 0.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 0.75rem !important;
  }
  .p-md-4 {
    padding: 1rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1rem !important;
  }
  .p-md-5 {
    padding: 1.25rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 1.25rem !important;
  }
  .p-md-6 {
    padding: 1.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 1.5rem !important;
  }
  .p-md-7 {
    padding: 1.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 1.75rem !important;
  }
  .p-md-8 {
    padding: 2.1rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 2.1rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 2.1rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 2.1rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 2.1rem !important;
  }
  .p-md-9 {
    padding: 2.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 2.5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 2.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 2.5rem !important;
  }
  .p-md-10 {
    padding: 3rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 3rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 3rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 3rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 3rem !important;
  }
  .p-md-11 {
    padding: 3.65rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 3.65rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 3.65rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 3.65rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 3.65rem !important;
  }
  .p-md-12 {
    padding: 4.5rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 4.5rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 4.5rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 4.5rem !important;
  }
  .p-md-13 {
    padding: 5.6rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 5.6rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 5.6rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 5.6rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 5.6rem !important;
  }
  .p-md-14 {
    padding: 7rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 7rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 7rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 7rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 7rem !important;
  }
  .p-md-15 {
    padding: 8.75rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 8.75rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 8.75rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 8.75rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 8.75rem !important;
  }
  .p-md-16 {
    padding: 10.9rem !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 10.9rem !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 10.9rem !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 10.9rem !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 10.9rem !important;
  }
  .p-md-17 {
    padding: 13.5rem !important;
  }
  .pt-md-17,
  .py-md-17 {
    padding-top: 13.5rem !important;
  }
  .pr-md-17,
  .px-md-17 {
    padding-right: 13.5rem !important;
  }
  .pb-md-17,
  .py-md-17 {
    padding-bottom: 13.5rem !important;
  }
  .pl-md-17,
  .px-md-17 {
    padding-left: 13.5rem !important;
  }
  .p-md-18 {
    padding: 16.6rem !important;
  }
  .pt-md-18,
  .py-md-18 {
    padding-top: 16.6rem !important;
  }
  .pr-md-18,
  .px-md-18 {
    padding-right: 16.6rem !important;
  }
  .pb-md-18,
  .py-md-18 {
    padding-bottom: 16.6rem !important;
  }
  .pl-md-18,
  .px-md-18 {
    padding-left: 16.6rem !important;
  }
  .p-md-19 {
    padding: 20.25rem !important;
  }
  .pt-md-19,
  .py-md-19 {
    padding-top: 20.25rem !important;
  }
  .pr-md-19,
  .px-md-19 {
    padding-right: 20.25rem !important;
  }
  .pb-md-19,
  .py-md-19 {
    padding-bottom: 20.25rem !important;
  }
  .pl-md-19,
  .px-md-19 {
    padding-left: 20.25rem !important;
  }
  .p-md-20 {
    padding: 25rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 25rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 25rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 25rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 25rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -0.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -0.75rem !important;
  }
  .m-md-n4 {
    margin: -1rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1rem !important;
  }
  .m-md-n5 {
    margin: -1.25rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -1.25rem !important;
  }
  .m-md-n6 {
    margin: -1.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -1.5rem !important;
  }
  .m-md-n7 {
    margin: -1.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -1.75rem !important;
  }
  .m-md-n8 {
    margin: -2.1rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -2.1rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -2.1rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -2.1rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -2.1rem !important;
  }
  .m-md-n9 {
    margin: -2.5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -2.5rem !important;
  }
  .m-md-n10 {
    margin: -3rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -3rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -3rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -3rem !important;
  }
  .m-md-n11 {
    margin: -3.65rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -3.65rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -3.65rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -3.65rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -3.65rem !important;
  }
  .m-md-n12 {
    margin: -4.5rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -4.5rem !important;
  }
  .m-md-n13 {
    margin: -5.6rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -5.6rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -5.6rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -5.6rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -5.6rem !important;
  }
  .m-md-n14 {
    margin: -7rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -7rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -7rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -7rem !important;
  }
  .m-md-n15 {
    margin: -8.75rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -8.75rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -8.75rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -8.75rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -8.75rem !important;
  }
  .m-md-n16 {
    margin: -10.9rem !important;
  }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -10.9rem !important;
  }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -10.9rem !important;
  }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -10.9rem !important;
  }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -10.9rem !important;
  }
  .m-md-n17 {
    margin: -13.5rem !important;
  }
  .mt-md-n17,
  .my-md-n17 {
    margin-top: -13.5rem !important;
  }
  .mr-md-n17,
  .mx-md-n17 {
    margin-right: -13.5rem !important;
  }
  .mb-md-n17,
  .my-md-n17 {
    margin-bottom: -13.5rem !important;
  }
  .ml-md-n17,
  .mx-md-n17 {
    margin-left: -13.5rem !important;
  }
  .m-md-n18 {
    margin: -16.6rem !important;
  }
  .mt-md-n18,
  .my-md-n18 {
    margin-top: -16.6rem !important;
  }
  .mr-md-n18,
  .mx-md-n18 {
    margin-right: -16.6rem !important;
  }
  .mb-md-n18,
  .my-md-n18 {
    margin-bottom: -16.6rem !important;
  }
  .ml-md-n18,
  .mx-md-n18 {
    margin-left: -16.6rem !important;
  }
  .m-md-n19 {
    margin: -20.25rem !important;
  }
  .mt-md-n19,
  .my-md-n19 {
    margin-top: -20.25rem !important;
  }
  .mr-md-n19,
  .mx-md-n19 {
    margin-right: -20.25rem !important;
  }
  .mb-md-n19,
  .my-md-n19 {
    margin-bottom: -20.25rem !important;
  }
  .ml-md-n19,
  .mx-md-n19 {
    margin-left: -20.25rem !important;
  }
  .m-md-n20 {
    margin: -25rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -25rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -25rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -25rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -25rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .pr-md-reset,
  .px-md-reset {
    padding-right: 2rem !important;
  }
  .pl-md-reset,
  .px-md-reset {
    padding-left: 2rem !important;
  }
}
@media (min-width: 1020px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 0.75rem !important;
  }
  .m-lg-4 {
    margin: 1rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1rem !important;
  }
  .m-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 1.25rem !important;
  }
  .m-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 1.5rem !important;
  }
  .m-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 1.75rem !important;
  }
  .m-lg-8 {
    margin: 2.1rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 2.1rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 2.1rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 2.1rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 2.1rem !important;
  }
  .m-lg-9 {
    margin: 2.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 2.5rem !important;
  }
  .m-lg-10 {
    margin: 3rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 3rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 3rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 3rem !important;
  }
  .m-lg-11 {
    margin: 3.65rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 3.65rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 3.65rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 3.65rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 3.65rem !important;
  }
  .m-lg-12 {
    margin: 4.5rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 4.5rem !important;
  }
  .m-lg-13 {
    margin: 5.6rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 5.6rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 5.6rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 5.6rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 5.6rem !important;
  }
  .m-lg-14 {
    margin: 7rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 7rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 7rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 7rem !important;
  }
  .m-lg-15 {
    margin: 8.75rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 8.75rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 8.75rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 8.75rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 8.75rem !important;
  }
  .m-lg-16 {
    margin: 10.9rem !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 10.9rem !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 10.9rem !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 10.9rem !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 10.9rem !important;
  }
  .m-lg-17 {
    margin: 13.5rem !important;
  }
  .mt-lg-17,
  .my-lg-17 {
    margin-top: 13.5rem !important;
  }
  .mr-lg-17,
  .mx-lg-17 {
    margin-right: 13.5rem !important;
  }
  .mb-lg-17,
  .my-lg-17 {
    margin-bottom: 13.5rem !important;
  }
  .ml-lg-17,
  .mx-lg-17 {
    margin-left: 13.5rem !important;
  }
  .m-lg-18 {
    margin: 16.6rem !important;
  }
  .mt-lg-18,
  .my-lg-18 {
    margin-top: 16.6rem !important;
  }
  .mr-lg-18,
  .mx-lg-18 {
    margin-right: 16.6rem !important;
  }
  .mb-lg-18,
  .my-lg-18 {
    margin-bottom: 16.6rem !important;
  }
  .ml-lg-18,
  .mx-lg-18 {
    margin-left: 16.6rem !important;
  }
  .m-lg-19 {
    margin: 20.25rem !important;
  }
  .mt-lg-19,
  .my-lg-19 {
    margin-top: 20.25rem !important;
  }
  .mr-lg-19,
  .mx-lg-19 {
    margin-right: 20.25rem !important;
  }
  .mb-lg-19,
  .my-lg-19 {
    margin-bottom: 20.25rem !important;
  }
  .ml-lg-19,
  .mx-lg-19 {
    margin-left: 20.25rem !important;
  }
  .m-lg-20 {
    margin: 25rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 25rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 25rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 25rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 25rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 0.75rem !important;
  }
  .p-lg-4 {
    padding: 1rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1rem !important;
  }
  .p-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 1.25rem !important;
  }
  .p-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 1.5rem !important;
  }
  .p-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 1.75rem !important;
  }
  .p-lg-8 {
    padding: 2.1rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 2.1rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 2.1rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 2.1rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 2.1rem !important;
  }
  .p-lg-9 {
    padding: 2.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 2.5rem !important;
  }
  .p-lg-10 {
    padding: 3rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 3rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 3rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 3rem !important;
  }
  .p-lg-11 {
    padding: 3.65rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 3.65rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 3.65rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 3.65rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 3.65rem !important;
  }
  .p-lg-12 {
    padding: 4.5rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 4.5rem !important;
  }
  .p-lg-13 {
    padding: 5.6rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 5.6rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 5.6rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 5.6rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 5.6rem !important;
  }
  .p-lg-14 {
    padding: 7rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 7rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 7rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 7rem !important;
  }
  .p-lg-15 {
    padding: 8.75rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 8.75rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 8.75rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 8.75rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 8.75rem !important;
  }
  .p-lg-16 {
    padding: 10.9rem !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 10.9rem !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 10.9rem !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 10.9rem !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 10.9rem !important;
  }
  .p-lg-17 {
    padding: 13.5rem !important;
  }
  .pt-lg-17,
  .py-lg-17 {
    padding-top: 13.5rem !important;
  }
  .pr-lg-17,
  .px-lg-17 {
    padding-right: 13.5rem !important;
  }
  .pb-lg-17,
  .py-lg-17 {
    padding-bottom: 13.5rem !important;
  }
  .pl-lg-17,
  .px-lg-17 {
    padding-left: 13.5rem !important;
  }
  .p-lg-18 {
    padding: 16.6rem !important;
  }
  .pt-lg-18,
  .py-lg-18 {
    padding-top: 16.6rem !important;
  }
  .pr-lg-18,
  .px-lg-18 {
    padding-right: 16.6rem !important;
  }
  .pb-lg-18,
  .py-lg-18 {
    padding-bottom: 16.6rem !important;
  }
  .pl-lg-18,
  .px-lg-18 {
    padding-left: 16.6rem !important;
  }
  .p-lg-19 {
    padding: 20.25rem !important;
  }
  .pt-lg-19,
  .py-lg-19 {
    padding-top: 20.25rem !important;
  }
  .pr-lg-19,
  .px-lg-19 {
    padding-right: 20.25rem !important;
  }
  .pb-lg-19,
  .py-lg-19 {
    padding-bottom: 20.25rem !important;
  }
  .pl-lg-19,
  .px-lg-19 {
    padding-left: 20.25rem !important;
  }
  .p-lg-20 {
    padding: 25rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 25rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 25rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 25rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 25rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -0.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -0.75rem !important;
  }
  .m-lg-n4 {
    margin: -1rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1rem !important;
  }
  .m-lg-n5 {
    margin: -1.25rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n6 {
    margin: -1.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n7 {
    margin: -1.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n8 {
    margin: -2.1rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -2.1rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -2.1rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -2.1rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -2.1rem !important;
  }
  .m-lg-n9 {
    margin: -2.5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n10 {
    margin: -3rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -3rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -3rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -3rem !important;
  }
  .m-lg-n11 {
    margin: -3.65rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -3.65rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -3.65rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -3.65rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -3.65rem !important;
  }
  .m-lg-n12 {
    margin: -4.5rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n13 {
    margin: -5.6rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -5.6rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -5.6rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -5.6rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -5.6rem !important;
  }
  .m-lg-n14 {
    margin: -7rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -7rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -7rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -7rem !important;
  }
  .m-lg-n15 {
    margin: -8.75rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -8.75rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -8.75rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -8.75rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -8.75rem !important;
  }
  .m-lg-n16 {
    margin: -10.9rem !important;
  }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -10.9rem !important;
  }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -10.9rem !important;
  }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -10.9rem !important;
  }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -10.9rem !important;
  }
  .m-lg-n17 {
    margin: -13.5rem !important;
  }
  .mt-lg-n17,
  .my-lg-n17 {
    margin-top: -13.5rem !important;
  }
  .mr-lg-n17,
  .mx-lg-n17 {
    margin-right: -13.5rem !important;
  }
  .mb-lg-n17,
  .my-lg-n17 {
    margin-bottom: -13.5rem !important;
  }
  .ml-lg-n17,
  .mx-lg-n17 {
    margin-left: -13.5rem !important;
  }
  .m-lg-n18 {
    margin: -16.6rem !important;
  }
  .mt-lg-n18,
  .my-lg-n18 {
    margin-top: -16.6rem !important;
  }
  .mr-lg-n18,
  .mx-lg-n18 {
    margin-right: -16.6rem !important;
  }
  .mb-lg-n18,
  .my-lg-n18 {
    margin-bottom: -16.6rem !important;
  }
  .ml-lg-n18,
  .mx-lg-n18 {
    margin-left: -16.6rem !important;
  }
  .m-lg-n19 {
    margin: -20.25rem !important;
  }
  .mt-lg-n19,
  .my-lg-n19 {
    margin-top: -20.25rem !important;
  }
  .mr-lg-n19,
  .mx-lg-n19 {
    margin-right: -20.25rem !important;
  }
  .mb-lg-n19,
  .my-lg-n19 {
    margin-bottom: -20.25rem !important;
  }
  .ml-lg-n19,
  .mx-lg-n19 {
    margin-left: -20.25rem !important;
  }
  .m-lg-n20 {
    margin: -25rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -25rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -25rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -25rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -25rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .pr-lg-reset,
  .px-lg-reset {
    padding-right: 2rem !important;
  }
  .pl-lg-reset,
  .px-lg-reset {
    padding-left: 2rem !important;
  }
}
@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xl-4 {
    margin: 1rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1rem !important;
  }
  .m-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xl-8 {
    margin: 2.1rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 2.1rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 2.1rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 2.1rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 2.1rem !important;
  }
  .m-xl-9 {
    margin: 2.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 2.5rem !important;
  }
  .m-xl-10 {
    margin: 3rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 3rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 3rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 3rem !important;
  }
  .m-xl-11 {
    margin: 3.65rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 3.65rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 3.65rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 3.65rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 3.65rem !important;
  }
  .m-xl-12 {
    margin: 4.5rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 4.5rem !important;
  }
  .m-xl-13 {
    margin: 5.6rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 5.6rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 5.6rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 5.6rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 5.6rem !important;
  }
  .m-xl-14 {
    margin: 7rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 7rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 7rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 7rem !important;
  }
  .m-xl-15 {
    margin: 8.75rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 8.75rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 8.75rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 8.75rem !important;
  }
  .m-xl-16 {
    margin: 10.9rem !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 10.9rem !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 10.9rem !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 10.9rem !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 10.9rem !important;
  }
  .m-xl-17 {
    margin: 13.5rem !important;
  }
  .mt-xl-17,
  .my-xl-17 {
    margin-top: 13.5rem !important;
  }
  .mr-xl-17,
  .mx-xl-17 {
    margin-right: 13.5rem !important;
  }
  .mb-xl-17,
  .my-xl-17 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xl-17,
  .mx-xl-17 {
    margin-left: 13.5rem !important;
  }
  .m-xl-18 {
    margin: 16.6rem !important;
  }
  .mt-xl-18,
  .my-xl-18 {
    margin-top: 16.6rem !important;
  }
  .mr-xl-18,
  .mx-xl-18 {
    margin-right: 16.6rem !important;
  }
  .mb-xl-18,
  .my-xl-18 {
    margin-bottom: 16.6rem !important;
  }
  .ml-xl-18,
  .mx-xl-18 {
    margin-left: 16.6rem !important;
  }
  .m-xl-19 {
    margin: 20.25rem !important;
  }
  .mt-xl-19,
  .my-xl-19 {
    margin-top: 20.25rem !important;
  }
  .mr-xl-19,
  .mx-xl-19 {
    margin-right: 20.25rem !important;
  }
  .mb-xl-19,
  .my-xl-19 {
    margin-bottom: 20.25rem !important;
  }
  .ml-xl-19,
  .mx-xl-19 {
    margin-left: 20.25rem !important;
  }
  .m-xl-20 {
    margin: 25rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 25rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 25rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 25rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 25rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xl-4 {
    padding: 1rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1rem !important;
  }
  .p-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xl-8 {
    padding: 2.1rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 2.1rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 2.1rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 2.1rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 2.1rem !important;
  }
  .p-xl-9 {
    padding: 2.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 2.5rem !important;
  }
  .p-xl-10 {
    padding: 3rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 3rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 3rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 3rem !important;
  }
  .p-xl-11 {
    padding: 3.65rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 3.65rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 3.65rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 3.65rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 3.65rem !important;
  }
  .p-xl-12 {
    padding: 4.5rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 4.5rem !important;
  }
  .p-xl-13 {
    padding: 5.6rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 5.6rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 5.6rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 5.6rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 5.6rem !important;
  }
  .p-xl-14 {
    padding: 7rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 7rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 7rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 7rem !important;
  }
  .p-xl-15 {
    padding: 8.75rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 8.75rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 8.75rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 8.75rem !important;
  }
  .p-xl-16 {
    padding: 10.9rem !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 10.9rem !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 10.9rem !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 10.9rem !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 10.9rem !important;
  }
  .p-xl-17 {
    padding: 13.5rem !important;
  }
  .pt-xl-17,
  .py-xl-17 {
    padding-top: 13.5rem !important;
  }
  .pr-xl-17,
  .px-xl-17 {
    padding-right: 13.5rem !important;
  }
  .pb-xl-17,
  .py-xl-17 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xl-17,
  .px-xl-17 {
    padding-left: 13.5rem !important;
  }
  .p-xl-18 {
    padding: 16.6rem !important;
  }
  .pt-xl-18,
  .py-xl-18 {
    padding-top: 16.6rem !important;
  }
  .pr-xl-18,
  .px-xl-18 {
    padding-right: 16.6rem !important;
  }
  .pb-xl-18,
  .py-xl-18 {
    padding-bottom: 16.6rem !important;
  }
  .pl-xl-18,
  .px-xl-18 {
    padding-left: 16.6rem !important;
  }
  .p-xl-19 {
    padding: 20.25rem !important;
  }
  .pt-xl-19,
  .py-xl-19 {
    padding-top: 20.25rem !important;
  }
  .pr-xl-19,
  .px-xl-19 {
    padding-right: 20.25rem !important;
  }
  .pb-xl-19,
  .py-xl-19 {
    padding-bottom: 20.25rem !important;
  }
  .pl-xl-19,
  .px-xl-19 {
    padding-left: 20.25rem !important;
  }
  .p-xl-20 {
    padding: 25rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 25rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 25rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 25rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 25rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xl-n4 {
    margin: -1rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1rem !important;
  }
  .m-xl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n8 {
    margin: -2.1rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -2.1rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -2.1rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -2.1rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -2.1rem !important;
  }
  .m-xl-n9 {
    margin: -2.5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n10 {
    margin: -3rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -3rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -3rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -3rem !important;
  }
  .m-xl-n11 {
    margin: -3.65rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -3.65rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -3.65rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -3.65rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -3.65rem !important;
  }
  .m-xl-n12 {
    margin: -4.5rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n13 {
    margin: -5.6rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -5.6rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -5.6rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -5.6rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -5.6rem !important;
  }
  .m-xl-n14 {
    margin: -7rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -7rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -7rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -7rem !important;
  }
  .m-xl-n15 {
    margin: -8.75rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -8.75rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -8.75rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -8.75rem !important;
  }
  .m-xl-n16 {
    margin: -10.9rem !important;
  }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -10.9rem !important;
  }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -10.9rem !important;
  }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -10.9rem !important;
  }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -10.9rem !important;
  }
  .m-xl-n17 {
    margin: -13.5rem !important;
  }
  .mt-xl-n17,
  .my-xl-n17 {
    margin-top: -13.5rem !important;
  }
  .mr-xl-n17,
  .mx-xl-n17 {
    margin-right: -13.5rem !important;
  }
  .mb-xl-n17,
  .my-xl-n17 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xl-n17,
  .mx-xl-n17 {
    margin-left: -13.5rem !important;
  }
  .m-xl-n18 {
    margin: -16.6rem !important;
  }
  .mt-xl-n18,
  .my-xl-n18 {
    margin-top: -16.6rem !important;
  }
  .mr-xl-n18,
  .mx-xl-n18 {
    margin-right: -16.6rem !important;
  }
  .mb-xl-n18,
  .my-xl-n18 {
    margin-bottom: -16.6rem !important;
  }
  .ml-xl-n18,
  .mx-xl-n18 {
    margin-left: -16.6rem !important;
  }
  .m-xl-n19 {
    margin: -20.25rem !important;
  }
  .mt-xl-n19,
  .my-xl-n19 {
    margin-top: -20.25rem !important;
  }
  .mr-xl-n19,
  .mx-xl-n19 {
    margin-right: -20.25rem !important;
  }
  .mb-xl-n19,
  .my-xl-n19 {
    margin-bottom: -20.25rem !important;
  }
  .ml-xl-n19,
  .mx-xl-n19 {
    margin-left: -20.25rem !important;
  }
  .m-xl-n20 {
    margin: -25rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -25rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -25rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -25rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -25rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .pr-xl-reset,
  .px-xl-reset {
    padding-right: 2rem !important;
  }
  .pl-xl-reset,
  .px-xl-reset {
    padding-left: 2rem !important;
  }
}
@media (min-width: 1560px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 0.75rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 0.75rem !important;
  }
  .m-xxl-4 {
    margin: 1rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1rem !important;
  }
  .m-xxl-5 {
    margin: 1.25rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-6 {
    margin: 1.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-7 {
    margin: 1.75rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 1.75rem !important;
  }
  .m-xxl-8 {
    margin: 2.1rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 2.1rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 2.1rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 2.1rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 2.1rem !important;
  }
  .m-xxl-9 {
    margin: 2.5rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-10 {
    margin: 3rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 3rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 3rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 3rem !important;
  }
  .m-xxl-11 {
    margin: 3.65rem !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 3.65rem !important;
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 3.65rem !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 3.65rem !important;
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 3.65rem !important;
  }
  .m-xxl-12 {
    margin: 4.5rem !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-13 {
    margin: 5.6rem !important;
  }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 5.6rem !important;
  }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 5.6rem !important;
  }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 5.6rem !important;
  }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 5.6rem !important;
  }
  .m-xxl-14 {
    margin: 7rem !important;
  }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 7rem !important;
  }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 7rem !important;
  }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 7rem !important;
  }
  .m-xxl-15 {
    margin: 8.75rem !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 8.75rem !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 8.75rem !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 8.75rem !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 8.75rem !important;
  }
  .m-xxl-16 {
    margin: 10.9rem !important;
  }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 10.9rem !important;
  }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 10.9rem !important;
  }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 10.9rem !important;
  }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 10.9rem !important;
  }
  .m-xxl-17 {
    margin: 13.5rem !important;
  }
  .mt-xxl-17,
  .my-xxl-17 {
    margin-top: 13.5rem !important;
  }
  .mr-xxl-17,
  .mx-xxl-17 {
    margin-right: 13.5rem !important;
  }
  .mb-xxl-17,
  .my-xxl-17 {
    margin-bottom: 13.5rem !important;
  }
  .ml-xxl-17,
  .mx-xxl-17 {
    margin-left: 13.5rem !important;
  }
  .m-xxl-18 {
    margin: 16.6rem !important;
  }
  .mt-xxl-18,
  .my-xxl-18 {
    margin-top: 16.6rem !important;
  }
  .mr-xxl-18,
  .mx-xxl-18 {
    margin-right: 16.6rem !important;
  }
  .mb-xxl-18,
  .my-xxl-18 {
    margin-bottom: 16.6rem !important;
  }
  .ml-xxl-18,
  .mx-xxl-18 {
    margin-left: 16.6rem !important;
  }
  .m-xxl-19 {
    margin: 20.25rem !important;
  }
  .mt-xxl-19,
  .my-xxl-19 {
    margin-top: 20.25rem !important;
  }
  .mr-xxl-19,
  .mx-xxl-19 {
    margin-right: 20.25rem !important;
  }
  .mb-xxl-19,
  .my-xxl-19 {
    margin-bottom: 20.25rem !important;
  }
  .ml-xxl-19,
  .mx-xxl-19 {
    margin-left: 20.25rem !important;
  }
  .m-xxl-20 {
    margin: 25rem !important;
  }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 25rem !important;
  }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 25rem !important;
  }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 25rem !important;
  }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 25rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 0.75rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 0.75rem !important;
  }
  .p-xxl-4 {
    padding: 1rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1rem !important;
  }
  .p-xxl-5 {
    padding: 1.25rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-6 {
    padding: 1.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-7 {
    padding: 1.75rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 1.75rem !important;
  }
  .p-xxl-8 {
    padding: 2.1rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 2.1rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 2.1rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 2.1rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 2.1rem !important;
  }
  .p-xxl-9 {
    padding: 2.5rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-10 {
    padding: 3rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 3rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 3rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 3rem !important;
  }
  .p-xxl-11 {
    padding: 3.65rem !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 3.65rem !important;
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 3.65rem !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 3.65rem !important;
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 3.65rem !important;
  }
  .p-xxl-12 {
    padding: 4.5rem !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-13 {
    padding: 5.6rem !important;
  }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 5.6rem !important;
  }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 5.6rem !important;
  }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 5.6rem !important;
  }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 5.6rem !important;
  }
  .p-xxl-14 {
    padding: 7rem !important;
  }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 7rem !important;
  }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 7rem !important;
  }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 7rem !important;
  }
  .p-xxl-15 {
    padding: 8.75rem !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 8.75rem !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 8.75rem !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 8.75rem !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 8.75rem !important;
  }
  .p-xxl-16 {
    padding: 10.9rem !important;
  }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 10.9rem !important;
  }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 10.9rem !important;
  }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 10.9rem !important;
  }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 10.9rem !important;
  }
  .p-xxl-17 {
    padding: 13.5rem !important;
  }
  .pt-xxl-17,
  .py-xxl-17 {
    padding-top: 13.5rem !important;
  }
  .pr-xxl-17,
  .px-xxl-17 {
    padding-right: 13.5rem !important;
  }
  .pb-xxl-17,
  .py-xxl-17 {
    padding-bottom: 13.5rem !important;
  }
  .pl-xxl-17,
  .px-xxl-17 {
    padding-left: 13.5rem !important;
  }
  .p-xxl-18 {
    padding: 16.6rem !important;
  }
  .pt-xxl-18,
  .py-xxl-18 {
    padding-top: 16.6rem !important;
  }
  .pr-xxl-18,
  .px-xxl-18 {
    padding-right: 16.6rem !important;
  }
  .pb-xxl-18,
  .py-xxl-18 {
    padding-bottom: 16.6rem !important;
  }
  .pl-xxl-18,
  .px-xxl-18 {
    padding-left: 16.6rem !important;
  }
  .p-xxl-19 {
    padding: 20.25rem !important;
  }
  .pt-xxl-19,
  .py-xxl-19 {
    padding-top: 20.25rem !important;
  }
  .pr-xxl-19,
  .px-xxl-19 {
    padding-right: 20.25rem !important;
  }
  .pb-xxl-19,
  .py-xxl-19 {
    padding-bottom: 20.25rem !important;
  }
  .pl-xxl-19,
  .px-xxl-19 {
    padding-left: 20.25rem !important;
  }
  .p-xxl-20 {
    padding: 25rem !important;
  }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 25rem !important;
  }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 25rem !important;
  }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 25rem !important;
  }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 25rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -0.75rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -0.75rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -0.75rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -0.75rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -0.75rem !important;
  }
  .m-xxl-n4 {
    margin: -1rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1rem !important;
  }
  .m-xxl-n5 {
    margin: -1.25rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -1.25rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -1.25rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -1.25rem !important;
  }
  .m-xxl-n6 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n7 {
    margin: -1.75rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -1.75rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -1.75rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -1.75rem !important;
  }
  .m-xxl-n8 {
    margin: -2.1rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -2.1rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -2.1rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -2.1rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -2.1rem !important;
  }
  .m-xxl-n9 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-n10 {
    margin: -3rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -3rem !important;
  }
  .m-xxl-n11 {
    margin: -3.65rem !important;
  }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -3.65rem !important;
  }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -3.65rem !important;
  }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -3.65rem !important;
  }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -3.65rem !important;
  }
  .m-xxl-n12 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n13 {
    margin: -5.6rem !important;
  }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -5.6rem !important;
  }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -5.6rem !important;
  }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -5.6rem !important;
  }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -5.6rem !important;
  }
  .m-xxl-n14 {
    margin: -7rem !important;
  }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -7rem !important;
  }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -7rem !important;
  }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -7rem !important;
  }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -7rem !important;
  }
  .m-xxl-n15 {
    margin: -8.75rem !important;
  }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -8.75rem !important;
  }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -8.75rem !important;
  }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -8.75rem !important;
  }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -8.75rem !important;
  }
  .m-xxl-n16 {
    margin: -10.9rem !important;
  }
  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -10.9rem !important;
  }
  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -10.9rem !important;
  }
  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -10.9rem !important;
  }
  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -10.9rem !important;
  }
  .m-xxl-n17 {
    margin: -13.5rem !important;
  }
  .mt-xxl-n17,
  .my-xxl-n17 {
    margin-top: -13.5rem !important;
  }
  .mr-xxl-n17,
  .mx-xxl-n17 {
    margin-right: -13.5rem !important;
  }
  .mb-xxl-n17,
  .my-xxl-n17 {
    margin-bottom: -13.5rem !important;
  }
  .ml-xxl-n17,
  .mx-xxl-n17 {
    margin-left: -13.5rem !important;
  }
  .m-xxl-n18 {
    margin: -16.6rem !important;
  }
  .mt-xxl-n18,
  .my-xxl-n18 {
    margin-top: -16.6rem !important;
  }
  .mr-xxl-n18,
  .mx-xxl-n18 {
    margin-right: -16.6rem !important;
  }
  .mb-xxl-n18,
  .my-xxl-n18 {
    margin-bottom: -16.6rem !important;
  }
  .ml-xxl-n18,
  .mx-xxl-n18 {
    margin-left: -16.6rem !important;
  }
  .m-xxl-n19 {
    margin: -20.25rem !important;
  }
  .mt-xxl-n19,
  .my-xxl-n19 {
    margin-top: -20.25rem !important;
  }
  .mr-xxl-n19,
  .mx-xxl-n19 {
    margin-right: -20.25rem !important;
  }
  .mb-xxl-n19,
  .my-xxl-n19 {
    margin-bottom: -20.25rem !important;
  }
  .ml-xxl-n19,
  .mx-xxl-n19 {
    margin-left: -20.25rem !important;
  }
  .m-xxl-n20 {
    margin: -25rem !important;
  }
  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -25rem !important;
  }
  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -25rem !important;
  }
  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -25rem !important;
  }
  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -25rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
  .pr-xxl-reset,
  .px-xxl-reset {
    padding-right: 2rem !important;
  }
  .pl-xxl-reset,
  .px-xxl-reset {
    padding-left: 2rem !important;
  }
}
.py-xs {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
@media (min-width: 768px) {
  .py-xs {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media (min-width: 1020px) {
  .py-xs {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.py-sm {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .py-sm {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 1020px) {
  .py-sm {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}

.py-md {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (min-width: 768px) {
  .py-md {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
}
@media (min-width: 1020px) {
  .py-md {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}

.py-lg {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
@media (min-width: 768px) {
  .py-lg {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media (min-width: 1020px) {
  .py-lg {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
}

.px-xs {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
@media (min-width: 768px) {
  .px-xs {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}
@media (min-width: 1020px) {
  .px-xs {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.px-sm {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
@media (min-width: 768px) {
  .px-sm {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
@media (min-width: 1020px) {
  .px-sm {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}

.px-md {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
@media (min-width: 768px) {
  .px-md {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
}
@media (min-width: 1020px) {
  .px-md {
    padding-left: 2.1rem !important;
    padding-right: 2.1rem !important;
  }
}

.px-lg {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}
@media (min-width: 768px) {
  .px-lg {
    padding-left: 2.1rem !important;
    padding-right: 2.1rem !important;
  }
}
@media (min-width: 1020px) {
  .px-lg {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}

.px-xl {
  padding-left: 2.1rem !important;
  padding-right: 2.1rem !important;
}
@media (min-width: 768px) {
  .px-xl {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
@media (min-width: 1020px) {
  .px-xl {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media (min-width: 1300px) {
  .px-xl {
    padding-left: 3.65rem !important;
    padding-right: 3.65rem !important;
  }
}

.container-fluid[class*=py] + [class*=py] {
  padding-top: 0 !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1020px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1300px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1560px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

.font-weight-semibold {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

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

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

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

.font-size-normal {
  font-size: 1rem;
}

.font-size-xl {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  .font-size-xl {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.font-size-lg {
  font-size: 1.13rem;
}

.font-size-md-plus {
  font-size: 0.914rem;
}

.font-size-md {
  font-size: 0.7827rem;
}

.font-size-sm {
  font-size: 0.65rem;
}

.font-size-xs {
  font-size: 0.522rem;
}

.font-size-xxs {
  font-size: 0.435rem;
}

.font-size-h5 {
  font-size: 0.87rem;
}

.line-height-normal {
  line-height: 1.4;
}

.line-height-lg {
  line-height: 1.8;
}

.line-height-sm {
  line-height: 1.35;
}

.line-height-xs {
  line-height: 1;
}

.line-height-xxs {
  line-height: 0.75;
}

.letter-spacing-normal {
  letter-spacing: normal;
}

.letter-spacing-lg {
  letter-spacing: 0.4rem;
}

.font-family-serif {
  font-family: Georgia, Times, Times New Roman, serif !important;
}

.font-family-sans-serif {
  font-family: Helvetica, Arial, sans-serif !important;
}

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(51.94, 21.56, 30.38) !important;
}

.text-primary-bright {
  color: #9D1E45 !important;
}

a.text-primary-bright:hover, a.text-primary-bright:focus {
  color: rgb(92.7727272727, 17.7272727273, 40.7727272727) !important;
}

.text-table-dark {
  color: rgb(248.136, 238.464, 241.272) !important;
}

a.text-table-dark:hover, a.text-table-dark:focus {
  color: rgb(225.696, 184.404, 196.392) !important;
}

.text-table-darker {
  color: rgb(243.648, 227.652, 232.296) !important;
}

a.text-table-darker:hover, a.text-table-darker:focus {
  color: rgb(221.208, 173.592, 187.416) !important;
}

.text-secondary {
  color: #666 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(63.75, 63.75, 63.75) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(200.75, 200.75, 200.75) !important;
}

.text-dark {
  color: #666 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(63.75, 63.75, 63.75) !important;
}

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

a.text-black:hover, a.text-black:focus {
  color: hsl(0, 0%, -15%) !important;
}

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

a.text-gray:hover, a.text-gray:focus {
  color: rgb(178.75, 178.75, 178.75) !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-body {
  color: #666 !important;
}

.text-muted {
  color: #D9D9D9 !important;
}

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

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

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

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.text-ellipsis-2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-ellipsis-3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-ellipsis-4 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-ellipsis-5 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-ellipsis-6 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.text-ellipsis-7 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.divider-y {
  display: flex;
  height: 100%;
}
.divider-y::before {
  content: "";
  display: inline-block;
  background: #D9D9D9;
  height: 100%;
  width: 1px;
  margin: 0 auto;
}

.object-position-top {
  -o-object-position: center top;
     object-position: center top;
}

.object-position-right {
  -o-object-position: right center;
     object-position: right center;
}

.object-position-bottom {
  -o-object-position: center bottom;
     object-position: center bottom;
}

.object-position-left {
  -o-object-position: left center;
     object-position: left center;
}

.icon {
  display: inline-flex;
  align-items: center;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  width: 1em;
  height: 1em;
  transition: fill 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .icon {
    transition: none;
  }
}

.icon-xs {
  width: 0.75em;
  height: 0.75em;
}

.icon-sm {
  width: 0.875em;
  height: 0.875em;
}

.icon-lg {
  width: 1.25em;
  height: 1.25em;
}

.icon-xl {
  width: 1.5em;
  height: 1.5em;
}

.icon-xxl {
  width: 2em;
  height: 2em;
}

.icon-rotate {
  transform: rotate(90deg);
}

.icon-flip {
  transform: rotate(180deg);
}

.icon-flip.icon-rotate {
  transform: rotate(-90deg);
}

.icon-sup {
  position: relative;
  display: inline-flex;
  float: right;
  outline: none;
  font-size: 90%;
}

.icon-hide {
  display: none;
}

.icon-show {
  display: block;
}

.collapsed .icon-hide {
  display: block;
}
.collapsed .icon-show {
  display: none;
}

.banner {
  position: relative;
  display: flex;
  align-content: center;
  overflow: hidden;
  height: 100%;
}

.banner-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  overflow: hidden;
}
@media only screen and (min-width: 1020px) and (orientation: landscape) {
  .banner .banner-inner {
    min-height: 33.3333333333vw;
  }
}
@media only screen and (min-width: 1020px) and (orientation: portrait) {
  .banner .banner-inner {
    min-height: 33.3333333333vw;
  }
}

.banner-content {
  position: relative;
  z-index: 2;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  opacity: 1;
  order: 2;
}
@media (max-width: 767.98px) {
  .banner-content {
    max-width: 100%;
  }
}

.banner-image-container {
  position: relative;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  order: 1;
}
@media only screen and (orientation: landscape) {
  .banner-image-container {
    min-height: 50vw;
  }
}
@media only screen and (orientation: portrait) {
  .banner-image-container {
    min-height: 66.6666666667vw;
  }
}
@media (min-width: 768px) {
  .banner-image-container {
    min-height: auto;
    position: absolute;
  }
}

.scroller-nav {
  position: absolute;
  width: 100%;
}

.scroller-container {
  position: relative;
}

.scroller-horizontal {
  position: relative;
  overflow: hidden;
}
.scroller-horizontal .scroller-content {
  overflow: visible;
}
.scroller-horizontal .scroller-content > .scroller-pane {
  display: flex;
  flex-wrap: nowrap;
  flex-shrink: 0;
  padding-right: 1rem;
}

.scroller-cards {
  padding-top: 2rem;
  margin-top: -2rem;
}
.scroller-cards .card-column {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}
@media (min-width: 576px) {
  .scroller-cards .card-column {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .scroller-cards .card-column {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1020px) {
  .scroller-cards .card-column {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
  }
}
@media (min-width: 1300px) {
  .scroller-cards .card-column {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1560px) {
  .scroller-cards .card-column {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.scroller-cards .card-column {
  float: left;
  outline: none;
}
.scroller-cards .card {
  margin-bottom: 0;
}

.sidebar {
  font-size: 0.65rem;
}
.sidebar .sidebar-sticky {
  position: relative;
  top: 1rem;
  max-height: 100%;
  overflow: hidden auto; /* Scrollable contents if viewport is shorter than content. */
}
@supports (position: sticky) {
  .sidebar .sidebar-sticky {
    position: sticky;
  }
}
.sidebar .nav-item {
  display: inline-block;
}
.sidebar .nav-item.active,
.sidebar .nav-item .active {
  color: #9D1E45;
}
.sidebar .nav-item.active > .nav-link .btn, .sidebar .nav-item.active.nav-link .btn,
.sidebar .nav-item .active > .nav-link .btn,
.sidebar .nav-item .active.nav-link .btn {
  opacity: 1;
}
.sidebar .nav-item .icon {
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .sidebar .nav-item .icon {
    transition: none;
  }
}
.sidebar .nav-item .icon {
  opacity: 0;
}
.sidebar .nav-item:hover > .nav-link, .sidebar .nav-item:focus > .nav-link {
  color: #9D1E45;
}
.sidebar .nav-item:hover .icon, .sidebar .nav-item:focus .icon {
  opacity: 1;
}
.sidebar .nav-link {
  display: inline-block;
  padding: 0.25rem 0;
  color: #666;
  font-size: 1rem;
}
.sidebar .nav-link::after {
  display: none;
}

.map-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.map {
  height: 400px;
  background: #e5e5e5;
  margin-left: 3px;
  padding: 0;
}
.map:first-child {
  margin-left: 0;
}

.footer-light .footer-brand {
  color: #6A2C3E;
}
.footer-light .footer-brand:hover, .footer-light .footer-brand:focus {
  color: #9D1E45;
}
.footer-light .footer-primary .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.footer-light .footer-primary .nav-link:hover, .footer-light .footer-primary .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.footer-light .footer-primary .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.footer-light .footer-primary .show > .nav-link,
.footer-light .footer-primary .active > .nav-link,
.footer-light .footer-primary .nav-link.show,
.footer-light .footer-primary .nav-link.active {
  color: #9D1E45;
}
.footer-light .footer-text {
  color: rgba(0, 0, 0, 0.5);
}
.footer-light .footer-text a {
  color: #9D1E45;
}
.footer-light .footer-text a:hover, .footer-light .footer-text a:focus {
  color: #9D1E45;
}

.footer-dark .footer-brand {
  color: #fff;
}
.footer-dark .footer-brand:hover, .footer-dark .footer-brand:focus {
  color: rgb(234.6, 234.6, 234.6);
}
.footer-dark .footer-primary .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27white%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}
.footer-dark .footer-primary .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27white%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}
.footer-dark .footer-primary .nav-link {
  color: inherit;
}
.footer-dark .footer-primary .nav-link:hover, .footer-dark .footer-primary .nav-link:focus {
  color: #D9D9D9;
}
.footer-dark .footer-primary .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.footer-dark .footer-primary .show > .nav-link,
.footer-dark .footer-primary .active > .nav-link,
.footer-dark .footer-primary .nav-link.show,
.footer-dark .footer-primary .nav-link.active {
  color: #fff;
}
.footer-dark .footer-text {
  color: #fff;
}
.footer-dark .footer-text a {
  color: #fff;
}
.footer-dark .footer-text a:hover, .footer-dark .footer-text a:focus {
  color: #fff;
}

.footer-primary {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 0.7827rem;
}
@media (min-width: 768px) {
  .footer-primary {
    font-size: 0.65rem;
  }
}
.footer-primary .nav-link {
  display: inline-block;
  line-height: 1.35;
  padding: 0.25rem 0;
}
.footer-primary .nav-link:hover, .footer-primary .nav-link:focus {
  text-decoration: underline;
}

.footer-secondary .nav-link {
  display: inline-block;
  font-size: 0.65rem;
  line-height: 1;
  padding: 0.25rem 0;
}
.footer-secondary .nav-link:hover, .footer-secondary .nav-link:focus {
  text-decoration: underline;
}

.chartist-tooltip {
  position: absolute;
  display: inline-flex;
  flex-direction: column-reverse;
  opacity: 0;
  padding: 0.6666666667rem 1rem;
  background: #fff;
  color: #666;
  text-align: left;
  line-height: 1;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s linear;
  box-shadow: 0 0.25rem 0.75rem rgba(102, 102, 102, 0.15);
  border-radius: 0.3rem;
}
.chartist-tooltip::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.chartist-tooltip.tooltip-show {
  opacity: 1;
}
.chartist-tooltip br {
  display: none;
}

.ct-area, .ct-line {
  pointer-events: none;
}

.chartist-tooltip-meta {
  color: rgb(229.75, 229.75, 229.75);
  font-size: 0.522rem;
}

.chartist-tooltip-value {
  font-size: 0.87rem;
  font-weight: 500;
}
.chartist-tooltip-value::after {
  content: "%";
  display: inline;
}

.ct-legend {
  position: relative;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding-left: 0;
  list-style: none;
  display: inline-flex;
  justify-content: center;
  margin: 2.1rem auto 0;
  font-size: 0.522rem;
}
@media (min-width: 576px) {
  .ct-legend {
    font-size: 0.65rem;
  }
}
.ct-legend li {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-left: 0.6666666667rem;
  margin-right: 0.6666666667rem;
  line-height: 0.75;
  padding-left: 1rem;
}
@media (min-width: 576px) {
  .ct-legend li {
    padding-left: 1.25rem;
  }
}
.ct-legend li:hover {
  cursor: pointer;
}
.ct-legend li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  border: 2px solid transparent;
  border-radius: 50%;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
}
@media (min-width: 576px) {
  .ct-legend li::before {
    width: 0.8333333333rem;
    height: 0.8333333333rem;
  }
}
.ct-legend li.inactive::before {
  background: transparent;
}
.ct-legend li::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0.25rem;
  height: 0.5rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  transform: rotate(45deg) translate(0%, -80%);
}
.ct-legend.ct-legend-inside {
  position: absolute;
  top: 0;
  right: 0;
}
.ct-legend .ct-series-0:before {
  background-color: rgb(134.832, 55.968, 78.864);
  border-color: rgb(134.832, 55.968, 78.864);
}
.ct-legend .ct-series-1:before {
  background-color: rgb(14.4727272727, 91.6606060606, 224.3272727273);
  border-color: rgb(14.4727272727, 91.6606060606, 224.3272727273);
}
.ct-legend .ct-series-2:before {
  background-color: rgb(242.5, 242.5, 242.5);
  border-color: rgb(242.5, 242.5, 242.5);
}
.ct-legend .ct-series-3:before {
  background-color: #d17905;
  border-color: #d17905;
}
.ct-legend .ct-series-4:before {
  background-color: #453d3f;
  border-color: #453d3f;
}
.ct-legend .ct-series-5:before {
  background-color: #59922b;
  border-color: #59922b;
}
.ct-legend .ct-series-6:before {
  background-color: #0544d3;
  border-color: #0544d3;
}
.ct-legend .ct-series-7:before {
  background-color: #6b0392;
  border-color: #6b0392;
}
.ct-legend .ct-series-8:before {
  background-color: #f05b4f;
  border-color: #f05b4f;
}
.ct-legend .ct-series-9:before {
  background-color: #dda458;
  border-color: #dda458;
}
.ct-legend .ct-series-10:before {
  background-color: #eacf7d;
  border-color: #eacf7d;
}
.ct-legend .ct-series-11:before {
  background-color: #86797d;
  border-color: #86797d;
}
.ct-legend .ct-series-12:before {
  background-color: #b2c326;
  border-color: #b2c326;
}
.ct-legend .ct-series-13:before {
  background-color: #6188e2;
  border-color: #6188e2;
}
.ct-legend .ct-series-14:before {
  background-color: #a748ca;
  border-color: #a748ca;
}

/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slide:not(.slick-active) {
  opacity: 0.65;
}

.slick-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.4rem;
  margin-left: -0.4rem;
}
@media (min-width: 576px) {
  .slick-list {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }
}
@media (min-width: 768px) {
  .slick-list {
    margin-right: -0.6666666667rem;
    margin-left: -0.6666666667rem;
  }
}
@media (min-width: 1020px) {
  .slick-list {
    margin-right: -0.6666666667rem;
    margin-left: -0.6666666667rem;
  }
}
@media (min-width: 1300px) {
  .slick-list {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media (min-width: 1560px) {
  .slick-list {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

.slick-slide {
  transition: opacity 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .slick-slide {
    transition: none;
  }
}
.slick-slide {
  opacity: 1;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  position: absolute;
}

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

.slick-prev {
  display: none !important;
}

.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
  transform: translateY(-100%);
}
.select2-container .select2-selection--single {
  transform: translateY(100%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  width: 100%;
  height: calc(1.35em + 0.5rem + 2px);
  padding: 0.25rem 1.75rem 0.25rem 0.75rem;
  font-size: 0.87rem;
  font-weight: 400;
  line-height: 1.35;
  color: #666;
  vertical-align: middle;
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 0.1rem;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container .select2-selection--single:focus {
  border-color: #EFEFEF;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(102, 102, 102, 0.5);
}

.select2-dropdown {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 0.1rem;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  font-size: 0.87rem;
  padding: 0.1666666667rem 1.75rem 0.1666666667rem 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--below.select2-container--open {
  pointer-events: none;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.select2-search--dropdown {
  display: block;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.04);
}
.select2-search--dropdown .select2-search__field {
  padding: 0.25rem 0.75rem;
  width: 100%;
}
.select2-search--dropdown .select2-search__field:focus {
  outline: 0;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #EFEFEF;
  border: 1px solid #EFEFEF;
  border-radius: 0.1rem;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.5rem;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "";
  display: block;
  border-color: #EFEFEF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  font-size: 0.87rem;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #6A2C3E;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.audio-player-titles {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 1;
  justify-content: center;
  height: 78px;
  left: 78px;
  width: calc(100% - 78px);
  padding: 0 0.8rem;
}
@media (min-width: 768px) {
  .audio-player-titles {
    height: 112px;
    left: 112px;
    width: calc(100% - 112px);
    padding: 0 1rem;
  }
}
@media (min-width: 1020px) {
  .audio-player-titles {
    justify-content: flex-end;
    height: 50%;
    left: 188px;
    width: calc(100% - 188px);
    padding: 0 1rem;
  }
}

.podcast-title {
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 17.35px;
}
@media (max-width: 1019.98px) {
  .podcast-title {
    font-size: 14.85px;
  }
}

.podcast-episode-title-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1020px) {
  .podcast-episode-title-container {
    height: 1.5rem;
  }
}
.podcast-episode-title-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
  right: 0;
  width: 25px;
  background: linear-gradient(to left, #413d44, rgba(65, 61, 68, 0));
}

@keyframes marquee {
  0%, 80%, 100% {
    left: 0;
    transform: translateX(0%);
  }
  30%, 50% {
    left: 100%;
    transform: translateX(-100%);
  }
}
.podcast-episode-title {
  bottom: 0;
  font-size: 22.4px;
  font-weight: bold;
  left: 0;
  padding-right: 25px;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1020px) {
  .podcast-episode-title {
    position: absolute;
    white-space: nowrap;
  }
}
@media (max-width: 1019.98px) {
  .podcast-episode-title {
    max-height: 40px;
    line-height: 1.2;
    font-size: 16.9px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}

.marquee:hover {
  animation: 7s ease-in-out 0s infinite normal none running marquee;
}

.audio-player {
  line-height: 1.4;
  background-color: rgb(65, 61, 68);
  color: rgb(250, 250, 250);
  max-width: 750px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  height: 138px;
}
@media (min-width: 768px) {
  .audio-player {
    height: 178px;
  }
}
@media (min-width: 1020px) {
  .audio-player {
    height: 188px;
  }
}

.podcast-login {
  z-index: 5;
  background: rgba(239, 239, 239, 0.8);
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, Helvetica, Arial, sans-serif);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  height: 100%;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(10px * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: var(--plyr-color-main, hsl(0, 0%, 100%));
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: #fff;
  fill: var(--plyr-color-main, hsl(0, 0%, 100%));
  height: 18px;
  pointer-events: none;
  width: 18px;
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline: dotted var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(0, 0%, 100%)))) 3px 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(18px / 2 + calc(10px * 0.7) - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(10px * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(10px * 0.7) / 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  right: calc(calc(10px * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * 0.7);
  margin-bottom: calc(calc(10px * 0.7) / 2);
  padding-left: calc(calc(10px * 0.7) * 4);
  position: relative;
  width: calc(100% - calc(10px * 0.7) * 2);
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216, 15%, 52%));
  left: calc(calc(10px * 0.7) * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(0, 0%, 100%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(34.68, 39.576, 46.92, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * 0.7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(0, 0%, 100%))));
  display: block;
  height: 6px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: calc(var(--plyr-range-track-height, 6px) / 2);
  height: 6px;
  height: var(--plyr-range-track-height, 6px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none; /* stylelint-disable-line */
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 6px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: calc(var(--plyr-range-track-height, 6px) / 2);
  height: 6px;
  height: var(--plyr-range-track-height, 6px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 6px) / 2);
  height: var(--plyr-range-track-height, 6px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: calc(var(--plyr-range-track-height, 6px) / 2);
  height: 6px;
  height: var(--plyr-range-track-height, 6px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: calc(var(--plyr-range-track-height, 6px) / 2);
  height: 6px;
  height: var(--plyr-range-track-height, 6px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: 3px;
  border-radius: calc(var(--plyr-range-track-height, 6px) / 2);
  height: 6px;
  height: var(--plyr-range-track-height, 6px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: dotted var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(0, 0%, 100%)))) 3px 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: dotted var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(0, 0%, 100%)))) 3px 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: dotted var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(0, 0%, 100%)))) 3px 2px;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 15px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}
@media (width >= calc(768px - 1)) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: hsl(216, 15%, 34%);
  color: var(--plyr-tooltip-color, hsl(216, 15%, 34%));
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 8px;
  margin-bottom: calc(calc(10px / 2) * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc(18px / 2 + calc(10px * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc(18px / 2 + calc(10px * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: 100%;
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 6px;
  height: var(--plyr-range-track-height, 6px);
  left: 0;
  margin-top: -3px;
  margin-top: calc(var(--plyr-range-track-height, 6px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 6px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 6px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(34.68, 39.576, 46.92, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.2));
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-right: calc(10px / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio .plyr__controls {
  border-radius: inherit;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media (min-width: 768px) {
  .plyr--audio .plyr__controls {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1020px) {
  .plyr--audio .plyr__controls {
    padding-left: 0;
  }
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193.4175, 199.8435, 209.4825, 0.2);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.2)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193.4175, 199.8435, 209.4825, 0.2);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.2)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193.4175, 199.8435, 209.4825, 0.2);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.2)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(34.68, 39.576, 46.92, 0.1));
}

.plyr--audio {
  display: block;
  z-index: unset;
}
.plyr--audio .plyr__progress__buffer {
  color: rgba(193.4175, 199.8435, 209.4825, 0.2);
  color: var(--plyr-audio-progress-buffered-background, rgba(193.4175, 199.8435, 209.4825, 0.2));
}
.plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child {
  color: var(--plyr-video-control-color, #fff);
  opacity: 0.9;
  padding: calc(10px * 2.8);
  transition: 0.2s;
  z-index: 2;
  background-image: url(//dist/images/hampden-podcast-thumb.png);
  background-size: cover;
  margin-right: 1rem;
  height: 78px;
  width: 78px;
  left: 0;
  top: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child {
    height: 112px;
    width: 112px;
  }
}
@media (min-width: 1020px) {
  .plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child {
    height: 188px;
    width: 188px;
    position: relative;
  }
}
.plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child svg {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 34px;
  width: 34px;
}
.plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child svg.icon--not-pressed {
  margin-left: 3px;
}
@media (max-width: 767.98px) {
  .plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child svg.icon--not-pressed {
    margin-left: 2px;
  }
}
@media (max-width: 767.98px) {
  .plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child svg {
    height: 18px;
    width: 18px;
  }
}
.plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child:hover, .plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child:focus {
  opacity: 1;
}
.plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  padding: 18px;
  padding: calc(10px * 1.8);
  border: 0.2rem solid #fff;
  border: 0.2rem solid var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(0, 0%, 100%))));
}
@media (min-width: 768px) {
  .plyr--audio .plyr__controls [data-plyr=play].plyr__controls__item:first-child::before {
    padding: 35px;
    padding: calc(10px * 3.5);
    border-width: 0.3rem;
  }
}
.plyr--audio .plyr__controls .plyr__controls__item:not(:first-child) {
  margin-top: 97px;
}
@media (min-width: 768px) {
  .plyr--audio .plyr__controls .plyr__controls__item:not(:first-child) {
    margin-top: 129px;
  }
}
@media (min-width: 1020px) {
  .plyr--audio .plyr__controls .plyr__controls__item:not(:first-child) {
    margin-top: 50px;
  }
}
.plyr--audio .plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 0;
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .plyr--audio .plyr__volume {
    display: none;
  }
}

.plyr--video {
  background: #000;
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding-top: calc(10px * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding-top: calc(10px * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background-color: black;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.8;
  padding: 18px;
  padding: calc(10px * 2.8);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s;
  z-index: 2;
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.2));
}
.plyr__control--overlaid svg {
  left: 3px;
  position: relative;
  height: 34px;
  width: 34px;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193.4175, 199.8435, 209.4825, 0.2);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(193.4175, 199.8435, 209.4825, 0.2);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(193.4175, 199.8435, 209.4825, 0.2);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(34.68, 39.576, 46.92, 0.15), 0 0 0 1px rgba(34.68, 39.576, 46.92, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-moz-full-screen video {
  height: 100%;
}
.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

/* stylelint-disable-next-line */
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-ms-fullscreen video {
  height: 100%;
}
.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}
.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  display: block;
  position: fixed;
  inset: 0;
  z-index: 10000000;
}

.plyr__ads {
  border-radius: inherit;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216, 15%, 16%);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}
.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 6px);
  left: 0;
  margin: -var(--plyr-range-track-height, 6px)/2 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  opacity: 0;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  filter: blur(1px);
  height: 100%;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

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

.video-player .plyr.plyr--stopped .plyr__controls {
  display: none;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  font-size: 0.87rem;
  font-weight: 600;
  line-height: 0.75;
  color: #9D1E45;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23{$accordion-icon-active-color}%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23{$accordion-icon-color}%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #EFEFEF;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
}

.accordion-item-inner {
  border-bottom: 2px solid #9D1E45;
}
.accordion-item-inner:not(:first-of-type) {
  border-bottom: 0;
}

.accordion-body {
  padding: 0 0 2rem;
}
.accordion-body > :last-child {
  margin-bottom: 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.accordion-unstyled .accordion-collapse {
  border-color: transparent;
}
.accordion-unstyled .accordion-item {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}
.accordion-unstyled .accordion-item:first-child {
  border-top-color: transparent;
}
.accordion-unstyled .accordion-item:last-child {
  border-bottom-color: transparent;
}
.accordion-unstyled .accordion-item .accordion-button {
  font-weight: inherit;
  color: inherit;
  background-color: transparent;
  box-shadow: none;
}

@media (min-width: 768px) {
  .accordion-nav .accordion-item .accordion-button::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .accordion-nav .accordion-item .accordion-collapse {
    transition: none;
  }
}

.swiper-container {
  display: block;
  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-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: initial;
}
@media (min-width: 768px) {
  .swiper-trigger-stacked .swiper-wrapper, .swiper-trigger-stacked2x2 .swiper-wrapper, .swiper-trigger-videos .swiper-wrapper {
    flex-wrap: wrap !important;
  }
}

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

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

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

/* Slide styles start */
.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 #6A2C3E;
  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 */
/* Slide navigation start */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 2.25rem;
  height: 3rem;
  margin-top: -1.5rem;
  z-index: 10;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  color: #6A2C3E;
  background-color: rgba(255, 255, 255, 0.4);
  top: 50%;
}
@media only screen and (orientation: landscape) {
  .banner-carousel .swiper-button-prev,
  .banner-carousel .swiper-button-next {
    top: 25vw;
  }
}
@media only screen and (orientation: portrait) {
  .banner-carousel .swiper-button-prev,
  .banner-carousel .swiper-button-next {
    top: 33.3333333333vw;
  }
}
@media (min-width: 768px) {
  .banner-carousel .swiper-button-prev,
  .banner-carousel .swiper-button-next {
    top: 50%;
  }
}

@media (hover: hover) {
  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}

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

.swiper-button::after {
  flex-shrink: 0;
  width: 2.1rem;
  height: 2.1rem;
  content: "";
  background-repeat: no-repeat;
  background-size: 2.1rem;
  filter: saturate(0%) brightness(0%) invert(29.4117647059%) opacity(1);
  filter: url("data:image/svg+xml;utf8,    <svg xmlns=\"http://www.w3.org/2000/svg\">      <filter id=\"recolor\" color-interpolation-filters=\"sRGB\">        <feColorMatrix type=\"matrix\" values=\"          0 0 0 0 0.4156862745          0 0 0 0 0.1725490196          0 0 0 0 0.2431372549          0 0 0 1 0        \"/>      </filter>    </svg>  #recolor");
}

/* Navigation font start */
.swiper-button-prev::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 %3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27 %3E%3Crect width=%2732%27 height=%2732%27 /%3E%3Cpath fill=%27%23000%27 d=%27M9.19429112,3.3 L21.9222132,16.0279221 L20.861553,17.0885822 L20.8601068,17.087 L9.19276695,28.75432 L8.13210678,27.6936598 L19.7991068,16.026 L8.13363094,4.36066017 L9.19429112,3.3 Z%27 transform=%27rotate%28180 15.027 16.027%29%27 /%3E%3C/g%3E%3C/svg%3E");
}

.swiper-button-next::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 %3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27 %3E%3Crect width=%2732%27 height=%2732%27 /%3E%3Cpath fill=%27%23000%27 d=%27M11.1421843,3.3 L23.8701064,16.0279221 L22.8094462,17.0885822 L22.808,17.087 L11.1406602,28.75432 L10.08,27.6936598 L21.747,16.026 L10.0815242,4.36066017 L11.1421843,3.3 Z%27 /%3E%3C/g%3E%3C/svg%3E");
}

/* Navigation font end */
/* Slide navigation end */
/* Modal base */
.loc-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1500;
  padding: 24px;
}

/* show */
.loc-modal-overlay.open {
  display: flex;
}

/* Modal panel */
.loc-modal {
  background-color: #6A2C3E;
  background-image: linear-gradient(#6A2C3E, #9D1E45);
  max-width: 760px;
  width: 100%;
  border-radius: 8px;
  padding: 45px 45px 30px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  position: relative;
  box-sizing: border-box;
}

/* Close button top-right */
.loc-modal-close {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
}

/* Title / paragraph */
.loc-modal-title {
  margin: 0 0 12px;
  font-size: 42px;
  text-align: center;
  color: #fff;
}

.loc-modal-paragraph {
  margin: 0 0 16px;
  font-size: 22px;
  text-align: center;
  color: #fff;
  padding: 25px 45px;
}

.loc-modal-subtitle {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

/* Two selects side-by-side */
.loc-modal-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

/* make selects take equal space */
.loc-modal-select {
  flex: 1 1 0;
}

.loc-modal-select select {
  border-radius: 4px;
  background-color: #fff;
  color: #6A2C3E;
  font-size: 0.85rem;
  padding: 0.5em 1em;
  width: 100%;
}

/* responsive: stack on small screens */
@media (width <= 520px) {
  .loc-modal {
    padding: 20px;
  }
  .loc-modal-title {
    font-size: 32px;
  }
  .loc-modal-paragraph {
    font-size: 15px;
    padding: 6px 12px;
  }
  .loc-modal-row {
    flex-direction: column;
  }
  .loc-modal-select {
    width: 100%;
  }
  .loc-modal-subtitle {
    font-size: 13px;
  }
  div#navbar-primary-buttons {
    position: absolute;
    top: -15px;
    right: 10px;
  }
  .location-toggle {
    margin-left: 0 !important;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    padding: 10px 23px;
    left: 0;
  }
  .nav-loc-separator {
    display: none;
  }
  .block-dropdown {
    left: 5% !important;
    width: 90%;
  }
  #nav-site {
    padding-top: 20px;
  }
  .block-dropdown::before {
    left: 88%;
  }
}
/* visually hidden helper for labels */
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* New: hide/show helpers and action styles */
.loc-modal-hidden {
  display: none !important;
}

.loc-modal-actions {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.loc-modal-cta {
  background: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 12px 18px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.loc-modal-cta[disabled], .loc-modal-cta[aria-disabled=true] {
  opacity: 0.6;
  cursor: not-allowed;
}

.loc-modal-checkbox {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.loc-modal-checkbox label {
  font-size: 14px;
  margin-bottom: 0;
}

.loc-modal-checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.elc-hidden {
  display: none !important;
}

.simple-page section img {
  max-width: 883px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .sidebar + [class*=col-] section table,
  .simple-page section table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    color: #000;
  }
  section a[href]::after {
    content: " (" attr(href) ")";
    color: #9D1E45;
    hyphens: manual;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  section abbr[title]::after {
    content: " (" attr(title) ")";
    color: #9D1E45;
    hyphens: manual;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  section a[href^="#"]::after,
  section a[href^="javascript:"]::after {
    content: "";
    color: #9D1E45;
    hyphens: manual;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #D9D9D9;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1020px !important;
    background-color: transparent;
  }
  .container {
    min-width: 1020px !important;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #EFEFEF !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: rgb(208.4, 208.4, 208.4);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: rgb(208.4, 208.4, 208.4);
  }
  .navbar-expand-lg .navbar-collapse,
  .navbar-toggler,
  .button-search,
  video,
  .btn,
  .footer-primary,
  .footer-secondary-left {
    display: none !important;
  }
  .navbar-primary,
  .navbar-expand-lg.site-nav-full {
    height: auto;
    position: relative;
    background: none;
    padding: 1.5rem 0;
    transform: translateY(0%);
  }
  .navbar-primary > .container,
  .navbar-expand-lg.site-nav-full > .container {
    padding: 0;
  }
  .navbar-dark .navbar-brand svg {
    fill: #6A2C3E;
  }
  .navbar-brand svg {
    width: 270px !important;
    height: 61px !important;
  }
  .shadow,
  .shadow-sm,
  .shadow-lg {
    box-shadow: none !important;
  }
  .py-lg {
    padding: 0 !important;
  }
  .py-md {
    padding: 2rem 0 !important;
  }
  .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mt-lg-n {
    margin-top: 0 !important;
  }
  .footer-secondary .row {
    margin: 0;
  }
  .footer-secondary-right {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-secondary-right > div {
    margin-right: auto;
  }
}
html {
  scroll-behavior: smooth;
  touch-action: manipulation;
  height: 100%;
  font-size: 18px;
}

@media (min-width: 576px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 19px;
  }
}
@media (min-width: 1020px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 1300px) {
  html {
    font-size: 23px;
  }
}
body {
  margin-top: calc(1rem + 61px);
}
@media (min-width: 1020px) {
  body {
    margin-top: calc(2rem + 61px);
  }
}

@media (max-width: 1019.98px) {
  .content-container .row:not(.col-reverse) > [class*=my] + [class*=my] {
    margin-top: 0 !important;
  }
  .content-container .row.col-reverse > [class*=my]:first-child {
    margin-top: 0 !important;
  }
}
.col-reverse .col-lg:first-child {
  order: 1;
}
@media (min-width: 1020px) {
  .col-reverse .col-lg:first-child {
    order: 0;
  }
}

.ai-summary li {
  margin-bottom: 1rem;
}
.ai-summary hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ai-summary .insight-bulb-bg {
  background-color: #9D1E45;
  border-radius: 50%;
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.8rem;
}
.ai-summary .insight-bulb::after {
  content: ".";
  visibility: hidden;
}
.ai-summary .insight-bulb {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+bGlnaHRidWxiPC90aXRsZT4KICAgIDxnIGlkPSJsaWdodGJ1bGIiIHN0cm9rZT0ibm9uZSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LCAxLjY2NjcpIiBzdHJva2U9IiNFRkVGRUYiPgogICAgICAgICAgICA8cGF0aCBkPSJNNy41LDEwIEM3LjY2NjY2NjY3LDkuMTY2NjY2NjcgOC4wODMzMzMzMyw4LjU4MzMzMzMzIDguNzUsNy45MTY2NjY2NyBDOS41ODMzMzMzMyw3LjE2NjY2NjY3IDEwLDYuMDgzMzMzMzMgMTAsNSBDMTAsMi4yMzg1NzYyNSA3Ljc2MTQyMzc1LDAgNSwwIEMyLjIzODU3NjI1LDAgMCwyLjIzODU3NjI1IDAsNSBDMCw1LjgzMzMzMzMzIDAuMTY2NjY2NjY3LDYuODMzMzMzMzMgMS4yNSw3LjkxNjY2NjY3IEMxLjgzMzMzMzMzLDguNSAyLjMzMzMzMzMzLDkuMTY2NjY2NjcgMi41LDEwIiBpZD0iUGF0aCIgc3Ryb2tlLXdpZHRoPSIxLjQiPjwvcGF0aD4KICAgICAgICAgICAgPGxpbmUgeDE9IjIuNSIgeTE9IjEzLjMzMzMzMzMiIHgyPSI3LjUiIHkyPSIxMy4zMzMzMzMzIiBpZD0iUGF0aCIgc3Ryb2tlLXdpZHRoPSIxLjQiPjwvbGluZT4KICAgICAgICAgICAgPGxpbmUgeDE9IjMuMzMzMzMzMzMiIHkxPSIxNi42NjY2NjY3IiB4Mj0iNi42NjY2NjY2NyIgeTI9IjE2LjY2NjY2NjciIGlkPSJQYXRoIiBzdHJva2Utd2lkdGg9IjEuNCI+PC9saW5lPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat;
  background-size: contain;
  height: 80%;
  width: 80%;
  margin: 10%;
}
