/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@font-face {
  font-family: Heebo;
  font-weight: 900;
  src: url(../fonts/Heebo-Black.ttf);
  src: local(""), url(../fonts/Heebo-Black.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Heebo;
  font-weight: 700;
  src: url(../fonts/Heebo-Bold.ttf);
  src: local(""), url(../fonts/Heebo-Bold.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NunitoSans-Regular.ttf);
  src: local(""), url(../fonts/NunitoSans-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  font-weight: 700;
  src: url(../fonts/NunitoSans-Bold.ttf);
  src: local(""), url(../fonts/NunitoSans-Bold.ttf) format("truetype");
  font-display: swap;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 3px);
  padding-bottom: calc(0.375rem + 3px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 3px);
  padding-bottom: calc(0.5rem + 3px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 3px);
  padding-bottom: calc(0.25rem + 3px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #d1d1d1;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: max(10px + 0.5vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #e5e5e5;
  background-clip: padding-box;
  border: 3px solid #cecece;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #e5e5e5;
  border-color: rgb(127.5, 167.5, 207.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 80, 160, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #d1d1d1;
  opacity: 1;
}
.form-control::placeholder {
  color: #d1d1d1;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e5e5e5;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e5e5e5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 3px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(217.55, 217.55, 217.55);
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e5e5e5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 3px;
  border-radius: 0;
  -webkit-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;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(217.55, 217.55, 217.55);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 3px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 6px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 6px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 6px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 6px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 6px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: max(10px + 0.5vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #e5e5e5;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 3px solid #cecece;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: rgb(127.5, 167.5, 207.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 80, 160, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e5e5e5;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: rgb(127.5, 167.5, 207.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 80, 160, 0.25);
}
.form-check-input:checked {
  background-color: #0050a0;
  border-color: #0050a0;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0050a0;
  border-color: #0050a0;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgb%28127.5, 167.5, 207.5%29%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #e5e5e5, 0 0 0 0.25rem rgba(0, 80, 160, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #e5e5e5, 0 0 0 0.25rem rgba(0, 80, 160, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0050a0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(178.5, 202.5, 226.5);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0050a0;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 202.5, 226.5);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #c4c4c4;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #c4c4c4;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 6px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 3px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: max(10px + 0.5vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e5e5e5;
  border: 3px solid #cecece;
  border-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0;
}

.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: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0;
}

.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.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%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.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%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-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem 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;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(29.7, 33.3, 36.9);
  text-decoration: none;
  background-color: #e5e5e5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0050a0;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #c4c4c4;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #d1d1d1;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0050a0;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #c4c4c4;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #c4c4c4;
}

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

.link-primary {
  color: #0050a0;
}
.link-primary:hover, .link-primary:focus {
  color: #004080;
}

.link-secondary {
  color: #3a94ed;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(97.4, 169.4, 240.6);
}

.link-tertiary {
  color: #f8d675;
}
.link-tertiary:hover, .link-tertiary:focus {
  color: rgb(249.4, 222.2, 144.6);
}

.link-quaternary {
  color: #86599e;
}
.link-quaternary:hover, .link-quaternary:focus {
  color: rgb(107.2, 71.2, 126.4);
}

.link-quinary {
  color: #69a9a7;
}
.link-quinary:hover, .link-quinary:focus {
  color: rgb(135, 186.2, 184.6);
}

.link-senary {
  color: #d6b753;
}
.link-senary:hover, .link-senary:focus {
  color: rgb(222.2, 197.4, 117.4);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(20, 108, 67.2);
}

.link-info {
  color: #f8d675;
}
.link-info:hover, .link-info:focus {
  color: rgb(249.4, 222.2, 144.6);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-white {
  color: #fff;
}
.link-white:hover, .link-white:focus {
  color: white;
}

.link-light {
  color: #f2f2f2;
}
.link-light:hover, .link-light:focus {
  color: rgb(244.6, 244.6, 244.6);
}

.link-gray {
  color: #d1d1d1;
}
.link-gray:hover, .link-gray:focus {
  color: rgb(218.2, 218.2, 218.2);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.link-black {
  color: #000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.cursor-default {
  cursor: auto;
  pointer-events: none;
}

img,
svg {
  max-width: 100%;
  width: auto;
  height: auto;
}

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

.blog-input-search-bar .input-group-text {
  padding: 0.1em 1em;
}
.blog-input-search-bar .input-group-text svg {
  width: 25px;
  color: #0050a0;
}
.blog-input-search-bar .input-group-text input:focus {
  background-color: #fff;
}

.pum-theme-announcement-banner .pum-container {
  z-index: 999;
}

.easy-notification-bar {
  display: none;
}
.easy-notification-bar + .site .site-header {
  box-shadow: 0 50px 20px 20px rgba(40, 80, 120, 0.5) !important;
}
.easy-notification-bar:not(.easy-notification-bar--sticky) {
  display: flex;
}
.easy-notification-bar:not(.easy-notification-bar--sticky) + .site .site-header.top {
  margin-top: 0 !important;
  position: relative;
}
.easy-notification-bar:not(.easy-notification-bar--sticky) + .site .site-header.top + .site-content {
  margin-top: 0;
}

.arrow-right,
.arrow-left {
  width: 20px;
  height: 20px;
}
.arrow-right::before,
.arrow-left::before {
  content: "";
  position: static;
  width: 20px;
  height: 20px;
  border-left: 3px solid #0050a0;
  border-top: 3px solid #0050a0;
  transition: 0.25s ease-in-out all;
  display: inline-block;
}
.arrow-right.arrow-secondary::before,
.arrow-left.arrow-secondary::before {
  border-left: 4px solid #3a94ed;
  border-top: 4px solid #3a94ed;
}
.arrow-right.arrow-secondary-darker::before,
.arrow-left.arrow-secondary-darker::before {
  border-left: 4px solid #3a94ed;
  border-top: 4px solid #3a94ed;
}

.arrow-left::before {
  transform: rotate(-45deg);
}

.arrow-right::before {
  transform: rotate(135deg);
}

label {
  display: inline-block;
}

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;
}
input:focus,
button:focus,
select:focus,
optgroup:focus,
textarea:focus {
  box-shadow: none !important;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
  [type="tel"],
  [type="url"],
  [type="email"],
  [type="number"] {
	direction: ltr;
  }
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

.form-control {
  font-size: max(10px + 0.5vw, 16px);
  border: 0;
  background-color: #fff;
  padding: 0.5em 1em;
}

.search-form {
  display: flex;
  justify-content: center;
}
.search-form input[type=search] {
  max-width: 25rem;
}

.gform_wrapper.goodwill-theme.goodwill-theme-override .gfield_required {
  color: #dc3545;
  font-style: italic;
  font-weight: 400;
  font-size: 0.85em;
  padding: 0 0.25em;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .gform_footer,
.gform_wrapper.goodwill-theme.goodwill-theme-override .gform_page_footer {
  margin: 0.4rem 0 0;
  padding: 1rem 0.75rem;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .gform_fields {
  grid-column-gap: 1.5rem;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .gform_fields .gfield {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .gform_fields .gfield:not(:first-child) {
  margin-top: 1em;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .gform_fields .gfield .form-control {
  border: 2px solid #cecece;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
@media (min-width: 768px) {
  .gform_wrapper.goodwill-theme.goodwill-theme-override .gform_fields .gfield--width-half, .gform_wrapper.goodwill-theme.goodwill-theme-override .gform_fields .gfield--width-third {
    display: inline-block;
  }
  .gform_wrapper.goodwill-theme.goodwill-theme-override .gform_fields .gfield--width-third {
    width: 33.33%;
  }
  .gform_wrapper.goodwill-theme.goodwill-theme-override .gform_fields .gfield--width-half {
    width: 50%;
  }
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .gsection {
  border-bottom: 3px solid #cecece;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .ginput_container_time {
  min-width: 5em;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .hour_minute_colon {
  padding: 0.5rem;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .ginput_complex {
  display: flex;
  flex-flow: row wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .ginput_complex span {
  flex: 1;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .ginput_complex .ginput_container_time:first-child {
  margin-left: 0.75rem;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .ginput_complex .ginput_container_time:last-child {
  margin-right: 0.75rem;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .field_sublabel_below .ginput_complex {
  align-items: flex-start;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override fieldset {
  border: 0;
  padding: 0 0.75rem;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override fieldset legend {
  margin: 0;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .gform_submission_error {
  font-size: 1rem;
  font-family: inherit;
  font-weight: 700;
  color: #dc3545;
  background: rgba(220, 53, 69, 0.1);
  padding: 1rem 1rem 1rem 3.5rem;
  position: relative;
}
.gform_wrapper.goodwill-theme.goodwill-theme-override .gform_submission_error .gform-icon {
  align-items: center;
  display: flex;
  font-size: 2rem;
  height: 100%;
  left: 1rem;
  position: absolute;
  top: 0;
}

.ui-datepicker {
  border: 1px solid #0050a0;
  padding: 0.5em;
  background-color: #fff;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
  background-color: #fff;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev, .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next {
  font-size: max(10px + 0.5vw, 16px);
  padding: 0 0.7em;
  cursor: pointer;
  color: #0050a0;
  font-weight: 700;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-prev::before, .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next::before {
  border-width: 0.2em 0.2em 0 0;
  width: 1em;
  top: 0.6em;
  height: 1em;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-next {
  float: right;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-title {
  background-color: #fff;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-month, .ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-year {
  background-color: #fff;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar {
  background-color: #fff;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar thead th {
  color: #000;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar thead th.ui-datepicker-week-end {
  color: #000 !important;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
  align-items: center;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 100%;
  box-shadow: none;
  color: #c4c4c4;
  display: flex;
  height: 3rem;
  justify-content: center;
  text-decoration: none;
  width: 3rem;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a {
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a.ui-state-default {
  color: #000;
  font-weight: 500;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a.ui-state-default:hover {
  background: #0050a0;
  font-weight: 700;
  color: #fff !important;
}
.ui-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a.ui-state-active {
  color: #fff !important;
  background: #0050a0 !important;
  font-weight: 700;
}
.ui-datepicker-title select {
  display: inline-block;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: max(10px + 0.5vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #e5e5e5;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.ui-datepicker-calendar th span {
  align-items: center;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}

.gfield.gform_validation_container {
  visibility: hidden;
  position: absolute;
  z-index: -9999999;
}

.newsletter_wrapper {
  margin-top: 2em;
}
.newsletter_wrapper .gform_required_legend {
  color: #fff;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.newsletter_wrapper .gform_button {
  background-color: #fff;
  border-color: #3a94ed;
  color: #000;
  display: grid;
  margin: auto;
}
.newsletter_wrapper .gform_button:hover {
  background-color: #3a94ed;
  color: #fff;
}
.newsletter_wrapper .gform_validation_errors {
  margin-top: 2em;
}
.newsletter_wrapper .gform_validation_errors > * {
  text-align: center;
  color: #fff;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 400;
  font-family: nunito sans, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  background-color: transparent !important;
}
.newsletter_wrapper .gform_fields .gfield .form-control {
  border: 0 !important;
}
.newsletter_wrapper .gform_fields .gfield:not(:first-child) {
  margin-top: 0.5em;
  padding: 0.75rem;
}

.gform_confirmation_wrapper.newsletter {
  margin-top: 2em;
}
.gform_confirmation_wrapper.newsletter > * {
  text-align: center;
  color: #fff;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 4px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #3a94ed;
  opacity: 1;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus,
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow,
.splide--ttb > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%, 0);
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__arrows .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__arrows .splide__arrow--next svg {
  transform: rotateZ(90deg);
}

.splide--ttb > .splide__pagination,
.splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 1em;
  top: 0;
}

.splide--ttb > .splide__pagination .splide__pagination__page,
.splide--ttb > .splide__slider > .splide__pagination .splide__pagination__page {
  width: 18px;
  height: 18px;
}

.splide__arrow {
  background: #3a94ed;
  border: 0;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  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;
}

.splide__arrow svg {
  fill: #0050a0;
  height: 2.5em;
  width: 2.5em;
  transition: fill 0.2s linear;
}

.splide__arrow:hover {
  background: rgb(87.55, 164.05, 239.7);
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #cecece;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 18px;
  margin: 3px;
  padding: 0;
  transition: all 0.2s linear;
  width: 18px;
}

.splide__pagination__page.is-active {
  background: #0050a0;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
  background: #3a94ed;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #3a94ed;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list,
.splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide,
.splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active,
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list,
.splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__progress__bar {
  background: #e5e5e5;
  height: 1rem;
}

.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide {
  padding: 3.5rem;
}
.splide__arrow {
  border-radius: 50%;
}

@media (min-width: 576px) {
  .splide[data-splide-disable*=sm] {
    padding: 0;
  }
  .splide[data-splide-disable*=sm] .splide__list.row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .splide[data-splide-disable*=md] {
    padding: 0;
  }
  .splide[data-splide-disable*=md] .splide__list.row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .splide[data-splide-disable*=lg] {
    padding: 0;
  }
  .splide[data-splide-disable*=lg] .splide__list.row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .splide[data-splide-disable*=xl] {
    padding: 0;
  }
  .splide[data-splide-disable*=xl] .splide__list.row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .splide[data-splide-disable*=xxl] {
    padding: 0;
  }
  .splide[data-splide-disable*=xxl] .splide__list.row {
    display: flex;
    flex-wrap: wrap;
  }
}
.posts-navigation {
  margin: 5em 0;
}
.posts-navigation > .nav-links {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.posts-navigation > .nav-links a {
  color: #0050a0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
}
.posts-navigation > .nav-links a span {
  margin: 0 1em;
}
.posts-navigation > .nav-links .nav-previous svg {
  transform: rotate(90deg);
}
.posts-navigation > .nav-links .nav-next svg {
  transform: rotate(-90deg);
}
.posts-navigation > .nav-links .nav-previous svg,
.posts-navigation > .nav-links .nav-next svg {
  width: 20px;
  height: 20px;
}
.posts-navigation > .nav-links .nav-previous svg path,
.posts-navigation > .nav-links .nav-next svg path {
  stroke: #0050a0;
  transition: all 0.3s ease-in-out;
}
.posts-navigation > .nav-links .nav-previous:hover a,
.posts-navigation > .nav-links .nav-next:hover a {
  color: #3a94ed;
}
.posts-navigation > .nav-links .nav-previous:hover svg path,
.posts-navigation > .nav-links .nav-next:hover svg path {
  stroke: #3a94ed;
}

/**
 * All Gutenberg Block Styles.
 * Imported via scss/style.scss
 */
/**
 * Example Block
 * Styles for custom Gutenerg blocks.
 * Mobile first styling means that default styles are for the xs size
 *   and overrides are for larger sizes.
 */
.card {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: relative;
  max-width: 20rem;
  word-break: break-word;
  justify-content: space-around;
  height: 100%;
}
.card-image {
  margin: auto;
  position: relative;
}
.card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  width: 18rem;
  height: 10rem;
}
.card-body {
  flex-grow: 1;
}
.card-text {
  margin-bottom: 2rem;
}
.card-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-horizontal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: none;
  justify-content: center;
  align-items: center;
}
.card-horizontal .card-image {
  flex: 0 0 40%;
  width: 40%;
  margin-bottom: 0;
}
.card-horizontal .card-body {
  flex: 0 0 60%;
  padding-left: 1rem;
}
.card-horizontal .card-text {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .card-horizontal {
    min-width: 100%;
  }
  .card-horizontal .card-image {
    flex: 0 0 20%;
    width: 20%;
  }
  .card-horizontal .card-body {
    margin-right: auto;
    padding: 0 5%;
  }
}
.card-vertical {
  align-items: center;
  text-align: center;
}
.card.card-icon {
  margin: auto;
}
.card.card-icon .card-body {
  padding: 0;
  align-self: flex-start;
}
.card.card-icon .card-body h1,
.card.card-icon .card-body h2,
.card.card-icon .card-body h3,
.card.card-icon .card-body h4,
.card.card-icon .card-body h5,
.card.card-icon .card-body h6,
.card.card-icon .card-body p {
  margin: 0;
}
.card.card-icon .card-body .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media (max-width: 767.98px) {
  .card.card-icon .card-body .content {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .card.card-icon img.top {
    align-self: flex-start;
  }
  .card.card-icon img.bottom {
    align-self: flex-end;
  }
  .card.card-icon img.center {
    align-self: center;
  }
}
.card.card-icon.card-horizontal {
  display: grid;
  justify-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .card.card-icon.card-horizontal {
    text-align: left;
    grid-template-columns: auto 1fr;
  }
  .card.card-icon.card-horizontal .card-body {
    padding-top: 1.5em;
    padding-left: 1.5rem;
  }
  .card.card-icon.card-horizontal .card-body .btn.card-link.center {
    margin: auto;
  }
  .card.card-icon.card-horizontal .card-body .btn.card-link.left {
    float: left;
  }
  .card.card-icon.card-horizontal .card-body .btn.card-link.right {
    float: right;
  }
}
.card.card-icon.card-vertical .card-body {
  width: 100%;
}

.card-deck__card {
  margin-top: 1rem;
  margin-bottom: 1rem;
  align-self: baseline;
}

.block-hero {
  margin: 0;
  flex-direction: column-reverse;
  position: relative;
}
.block-hero > .hero__background-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .block-hero {
    flex-direction: row;
    align-items: center;
  }
}
.block-hero .block-hero__container {
  z-index: 1;
}
.block-hero .hero__container-image {
  padding-left: 0;
  padding-right: 0;
}
.block-hero .title {
  position: relative;
  line-height: 1.2;
  color: #0050a0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 2em 1em;
  padding-top: 4em;
  margin-top: -2em;
  z-index: 1;
  border: 4px solid #f8d675;
}
@media (min-width: 768px) {
  .block-hero .title {
    width: 100%;
    margin-left: 10%;
    margin-top: 0.4em;
    padding-top: 1em;
    padding-bottom: 0.8em;
    padding-right: 10%;
    text-align: left;
  }
}
.block-hero.is-style-default, .block-hero.is-style-half-size {
  position: relative;
  height: 12rem;
  margin-bottom: 10rem !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-hero.is-style-default .title, .block-hero.is-style-half-size .title {
  position: absolute;
  padding: 2em 1em;
  padding-top: 4em;
  margin-top: -1.5em;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
}
.block-hero.is-style-default .title span, .block-hero.is-style-half-size .title span {
  text-transform: capitalize;
  font-size: xx-large;
  font-family: nunito sans, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .block-hero.is-style-default, .block-hero.is-style-half-size {
    margin-bottom: auto !important;
    height: 20rem;
  }
  .block-hero.is-style-default .title, .block-hero.is-style-half-size .title {
    position: initial;
    transform: none;
    left: auto;
    width: 95%;
    margin: auto;
    color: #fff;
    padding: 1em;
  }
}
@media (min-width: 1200px) {
  .block-hero.is-style-default, .block-hero.is-style-half-size {
    height: 60vh;
  }
  .block-hero.is-style-default .title, .block-hero.is-style-half-size .title {
    width: 70%;
  }
}
.block-hero .splide-hero-carousel {
  padding: 0 !important;
  display: none;
}
.block-hero .splide-hero-carousel .splide__list .splide__slide {
  height: 30vh;
}
@media (min-width: 768px) {
  .block-hero .splide-hero-carousel .splide__list .splide__slide {
    height: 25vh;
  }
}
@media (min-width: 992px) {
  .block-hero .splide-hero-carousel .splide__list .splide__slide {
    height: auto;
  }
  .block-hero .splide-hero-carousel .splide__list .splide__slide img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media (min-width: 992px) {
  .block-hero.is-style-carousel .title {
    margin-top: -0.5em;
  }
}
.block-hero.is-style-carousel .splide-hero-carousel {
  display: initial;
}
@media (min-width: 1200px) {
  .block-hero.is-style-carousel .title {
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  .block-hero.is-style-half-size {
    height: auto;
    padding-bottom: 2em;
  }
  .block-hero.is-style-half-size .block-hero__container h1 {
    transform: translateY(2em);
  }
}
.block-hero .splide__track {
  padding: 0;
}

.splide-hero-slides {
  padding: 0 !important;
}
.splide-hero-slides .splide__list .hero-slide__img {
  height: 30vh;
}
.splide-hero-slides .splide__list .hero-slide__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .splide-hero-slides .splide__list .hero-slide__img {
    height: 25vh;
  }
}
@media (min-width: 992px) {
  .splide-hero-slides .splide__list .hero-slide__img {
    height: min(40rem, 80vh);
  }
}
.splide-hero-slides .splide__list .hero-slide__content {
  width: 100%;
}
.splide-hero-slides .splide__list .hero-slide__content .hero-slide__body > * {
  margin: 0;
}
@media (min-width: 992px) {
  .splide-hero-slides .splide__list .hero-slide__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 2rem;
  }
}
@media (min-width: 1200px) {
  .splide-hero-slides .splide__list .hero-slide__content {
    padding: 0 5rem;
  }
}
.splide-hero-slides .splide__list .hero-slide__body {
  background: rgba(0, 80, 160, 0.95);
  width: 100%;
  padding: 3rem 2rem 3rem;
  text-align: center;
}
@media (min-width: 992px) {
  .splide-hero-slides .splide__list .hero-slide__body {
    border: 3px solid #f8d675;
    padding: 2rem;
    max-width: 26.25rem;
    text-align: left;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .splide-hero-slides .splide__list .hero-slide__body {
    max-width: 30.25rem;
  }
}
@media (min-width: 1400px) {
  .splide-hero-slides .splide__list .hero-slide__body {
    max-width: 46.25rem;
  }
}
@media (min-width: 2500px) {
  .splide-hero-slides .splide__list .hero-slide__body {
    max-width: 60rem;
  }
}
.splide-hero-slides .splide__list .hero-slide__body * {
  color: #fff;
}
.splide-hero-slides .splide__list .hero-slide__body h2 {
  margin-top: 0;
}
.splide-hero-slides .splide__list .hero-slide__body h2,
.splide-hero-slides .splide__list .hero-slide__body h3,
.splide-hero-slides .splide__list .hero-slide__body h4,
.splide-hero-slides .splide__list .hero-slide__body h5,
.splide-hero-slides .splide__list .hero-slide__body h6 {
  color: #fff;
  margin-bottom: 0.5rem;
}
.splide-hero-slides .splide__list .hero-slide__buttons > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.splide-hero-slides .splide__list .hero-slide__buttons > ul > li + li {
  margin-top: 0.5rem;
}
.splide-hero-slides .splide__list .hero-slide__buttons > ul > li > a {
  color: #fff;
  display: block;
  font-family: heebo, -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  transition: 0.35s background ease-in-out, 0.35s color ease-in, 0.35s border-color ease-in;
}
.splide-hero-slides .splide__list .hero-slide__buttons > ul > li > a:hover, .splide-hero-slides .splide__list .hero-slide__buttons > ul > li > a:focus {
  background-color: #3a94ed;
  border-color: #3a94ed;
  color: #fff;
}
.splide-hero-slides .splide__list .hero-slide__buttons > ul > li:first-child > a {
  background-color: #fff;
  border-color: #3a94ed;
  color: #000;
}
.splide-hero-slides .splide__list .hero-slide__buttons > ul > li:first-child > a:hover, .splide-hero-slides .splide__list .hero-slide__buttons > ul > li:first-child > a:focus {
  background-color: #3a94ed;
  color: #fff;
}
@media (min-width: 992px) {
  .splide-hero-slides .splide__list .hero-slide__buttons > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1em;
  }
  .splide-hero-slides .splide__list .hero-slide__buttons > ul > li + li {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .splide-hero-slides .splide__list .hero-slide__buttons > ul > li + li {
    margin-top: 0;
  }
}
.splide-hero-slides.multiple-splide .splide__list .hero-slide__body {
  padding: 5rem 2rem 3rem;
}
.splide-hero-slides .splide__arrow {
  background: #f8d675;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  top: calc(30vh + 2.5rem);
}
@media (min-width: 768px) {
  .splide-hero-slides .splide__arrow {
    top: calc(25vh + 2.5rem);
  }
}
@media (min-width: 992px) {
  .splide-hero-slides .splide__arrow {
    top: 80vh;
  }
}
.splide-hero-slides .splide__arrow svg {
  height: 1.1875rem;
  width: 1.375rem;
}
.splide-hero-slides .splide__arrow.splide__arrow--prev {
  left: 2em;
}
.splide-hero-slides .splide__arrow.splide__arrow--next {
  right: unset;
  left: 5em;
}
@media (min-width: 992px) {
  .splide-hero-slides .splide__arrow {
    display: none;
  }
}
.splide-hero-slides .splide__pagination {
  bottom: unset;
  left: unset;
  top: calc(30vh + 2.3rem);
}
@media (min-width: 768px) {
  .splide-hero-slides .splide__pagination {
    top: calc(25vh + 2.3rem);
  }
}
@media (min-width: 992px) {
  .splide-hero-slides .splide__pagination {
    background-color: #0050a0;
    border-radius: 11px;
    top: unset;
    bottom: 1em;
    transform: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 17.5rem;
    padding: 0.125rem;
    width: 100%;
  }
}
.splide-hero-slides .splide__pagination__page {
  background: rgba(255, 255, 255, 0.55);
  border-radius: 11px;
  display: block;
  width: 3rem;
  height: 0.3125rem;
}
.splide-hero-slides .splide__pagination__page.is-active {
  background: #f8d675;
}

.block-hero-slides .block-hero-carousel__container {
  position: relative;
}
.block-hero-slides .block-hero-carousel__container.has-embed-video__background {
  position: relative;
  aspect-ratio: 16/9;
}
.block-hero-slides .block-hero-carousel__container.has-embed-video__background .background__embed-container {
  width: 100%;
  height: 100%;
  background-color: #0050a0;
}
.block-hero-slides .block-hero-carousel__container.has-embed-video__background .background__embed-container iframe {
  width: 100%;
  height: 100%;
}
.block-hero-slides .block-hero-carousel__container.has-embed-video__background .splide-hero-slides .splide__list .hero-slide__img {
  display: none;
}
.block-hero-slides .block-hero-carousel__container .block-hero-carousel__video-background {
  display: none;
}
.block-hero-slides .block-hero-carousel__container .block-hero-carousel__video-background + .splide-hero-slides .splide__list .hero-slide__img {
  height: auto;
}
@media (min-width: 992px) {
  .block-hero-slides .block-hero-carousel__container .block-hero-carousel__video-background {
    display: flex;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .block-hero-slides .block-hero-carousel__container.has-embed-video__background {
    overflow: hidden;
    aspect-ratio: 16/8;
  }
  .block-hero-slides .block-hero-carousel__container.has-embed-video__background .background__embed-container {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1.2);
  }
  .block-hero-slides .block-hero-carousel__container.has-embed-video__background .splide-hero-slides .splide__list .hero-slide__img {
    aspect-ratio: 16/8;
    height: 100%;
    background: transparent !important;
    display: flex;
  }
  .block-hero-slides .block-hero-carousel__container.has-embed-video__background .hero-slide__body {
    margin-top: 5%;
  }
  .block-hero-slides .block-hero-carousel__container .block-hero-carousel__video-background + .splide-hero-slides,
  .block-hero-slides .block-hero-carousel__container .block-hero-carousel__video-background + .splide-hero-slides .splide__track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .block-hero-slides .block-hero-carousel__container .block-hero-carousel__video-background + .splide-hero-slides .splide__slide__content,
  .block-hero-slides .block-hero-carousel__container .block-hero-carousel__video-background + .splide-hero-slides .splide__track .splide__slide__content {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  .block-hero-slides .block-hero-carousel__container .block-hero-carousel__video-background + .splide-hero-slides .hero-slide__content,
  .block-hero-slides .block-hero-carousel__container .block-hero-carousel__video-background + .splide-hero-slides .splide__track .hero-slide__content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.block-hero-slides.is-style-shorter-background .block-hero-carousel__container {
  max-height: 35rem;
  overflow: hidden;
}
.block-hero-slides.is-style-shorter-background .splide__slide__container {
  height: min(35rem, 80vh);
  background-position: center 0 !important;
}

.block-carousel-testimonials__content {
  background-color: #0050a0;
  position: relative;
}
.block-carousel-testimonials__content .quote-container {
  position: absolute;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5em;
  width: 5em;
  border-radius: 10em;
  background-color: #f8d675;
}
.block-carousel-testimonials__content .quote-container svg {
  width: 2em;
}
@media (min-width: 1200px) {
  .block-carousel-testimonials__content .quote-container svg {
    width: 2.2em;
  }
}
.block-carousel-testimonials__content.has-thumbnail {
  padding: 3rem 0;
}
@media (min-width: 1200px) {
  .block-carousel-testimonials__content.has-thumbnail {
    padding: 5rem 0;
  }
}
.block-carousel-testimonials__content.has-thumbnail .splide {
  padding: 0;
  text-align: center;
  color: #fff;
}
.block-carousel-testimonials__content.has-thumbnail .splide figure {
  color: #fff;
}
.block-carousel-testimonials__content.has-thumbnail .splide figure blockquote {
  margin: auto;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .block-carousel-testimonials__content.has-thumbnail .splide figure blockquote {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .block-carousel-testimonials__content.has-thumbnail .splide figure blockquote {
    max-width: 900px;
  }
}
.block-carousel-testimonials__content.has-thumbnail .splide figure figcaption {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 1200px) {
  .block-carousel-testimonials__content.has-thumbnail .splide figure figcaption {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}
.block-carousel-testimonials__content.has-thumbnail .splide figure figcaption .name {
  color: #f8d675;
}

.splide-carousel-testimonials.thumbnails {
  margin: 1rem auto 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.splide-carousel-testimonials.thumbnails .thumbnail {
  width: 80px;
  height: 75px;
  overflow: hidden;
  list-style: none;
  cursor: pointer;
  opacity: 0.8;
  filter: grayscale(100%);
}
@media (min-width: 768px) {
  .splide-carousel-testimonials.thumbnails .thumbnail {
    margin: 0 0.25rem;
  }
}
@media (min-width: 1200px) {
  .splide-carousel-testimonials.thumbnails .thumbnail {
    width: 110px;
    height: 100px;
    margin: 0 0.75rem;
  }
}
.splide-carousel-testimonials.thumbnails .thumbnail.is-active {
  opacity: 1;
  filter: grayscale(0%);
  border: 2px solid #f8d675;
}
.splide-carousel-testimonials.thumbnails .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.block-editor-block-list__block.wp-block-acf-map .map-container {
  background-image: url(../img/Placeholder-Map-Image-768x409.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-map .block-map__content .inner-container {
  margin-right: 0;
  margin-left: 0;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .block-map .block-map__content .inner-container {
    flex-direction: initial;
  }
}
.block-map .block-map__content .inner-container .map-container {
  padding-left: 0;
  padding-right: 0;
  height: 60vh;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .block-map .block-map__content .inner-container .map-container {
    height: auto;
  }
}
.block-map .block-map__content .inner-container .map-container .marker-modal {
  max-width: 300px;
}
.block-map .block-map__content .inner-container .map-container .marker-modal h6 {
  margin: 0;
  font-size: 1.5em;
}
.block-map .block-map__content .inner-container .business-location {
  text-align: center;
}
@media (min-width: 992px) {
  .block-map .block-map__content .inner-container .business-location {
    padding: 1em 0;
  }
}
.block-map .block-map__content .inner-container .business-location h2 {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0.2em auto;
}
.block-map .block-map__content .inner-container .business-location .search-bar {
  max-width: 500px;
  margin: auto;
  border: 2px solid #cecece;
}
.block-map .block-map__content .inner-container .business-location .search-bar .form-control:focus {
  background-color: #fff;
}
.block-map .block-map__content .inner-container .business-location .search-bar .input-group-append button {
  height: 100%;
}
.block-map .block-map__content .inner-container .business-location .search-bar .btn {
  border-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
.block-map .block-map__content .inner-container .business-location .search-bar .btn:hover {
  border-color: #0050a0;
}
.block-map .block-map__content .inner-container .business-location .search-bar .btn:hover svg path {
  fill: #fff;
}
.block-map .block-map__content .inner-container .business-location .location-container {
  cursor: pointer;
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 2em;
}
@media (min-width: 1200px) {
  .block-map .block-map__content .inner-container .business-location .location-container {
    max-height: 40vh;
    max-width: 60rem;
    margin: 2em 2em 2em 1em;
  }
}
.block-map .block-map__content .inner-container .business-location .location-container .location {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  padding: 0.5em 0.5em 0.5em 4em;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .block-map .block-map__content .inner-container .business-location .location-container .location {
    margin: 0 1em;
  }
}
.block-map .block-map__content .inner-container .business-location .location-container .location:hover {
  transform: scale(1.02);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.block-map .block-map__content .inner-container .business-location .location-container .location span {
  font-style: normal;
  text-align: left;
  margin: 0;
}
.block-map .block-map__content .inner-container .business-location .location-container .location span.business-name {
  font-weight: 700;
  position: relative;
}
.block-map .block-map__content .inner-container .business-location .location-container .location span.business-name::before {
  position: absolute;
  content: "";
  width: 2em;
  height: 2em;
  top: -0.2em;
  left: -3em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iOTMiIHZpZXdCb3g9IjAgMCA4MiA5MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTU2LjM5NTEgNjEuNDQ2M0M2Ni4yOTE0IDQ1LjkxNzMgNjUuMDQ3MyA0Ny44NTQ3IDY1LjMzMjUgNDcuNDQ5OEM2OC45MzU1IDQyLjM2NzkgNzAuODM5OCAzNi4zODY2IDcwLjgzOTggMzAuMTUyM0M3MC44Mzk4IDEzLjYxOTQgNTcuNDIzNyAwIDQwLjg2OTEgMEMyNC4zNjg1IDAgMTAuODk4NCAxMy41OTI1IDEwLjg5ODQgMzAuMTUyM0MxMC44OTg0IDM2LjM4MjYgMTIuODQyNyA0Mi41MjA0IDE2LjU2MzggNDcuNjcwOUwyNS4zNDI5IDYxLjQ0NjVDMTUuOTU2NiA2Mi44ODg5IDAgNjcuMTg3NCAwIDc2LjY1MjNDMCA4MC4xMDI2IDIuMjUxOTggODUuMDE5NiAxMi45ODA0IDg4Ljg1MTFDMjAuNDcxNiA5MS41MjY1IDMwLjM3NTkgOTMgNDAuODY5MSA5M0M2MC40OTA5IDkzIDgxLjczODMgODcuNDY1IDgxLjczODMgNzYuNjUyM0M4MS43MzgzIDY3LjE4NTggNjUuODAwNCA2Mi44OTE4IDU2LjM5NTEgNjEuNDQ2M1pNMjEuMTE1NSA0NC42NzM2QzIxLjA4NTYgNDQuNjI2NyAyMS4wNTQzIDQ0LjU4MSAyMS4wMjE2IDQ0LjUzNTlDMTcuOTI1MiA0MC4yNzYxIDE2LjM0NzcgMzUuMjI3NiAxNi4zNDc3IDMwLjE1MjNDMTYuMzQ3NyAxNi41MjYgMjcuMzE5OCA1LjQ0OTIyIDQwLjg2OTEgNS40NDkyMkM1NC4zOTAzIDUuNDQ5MjIgNjUuMzkwNiAxNi41MzA5IDY1LjM5MDYgMzAuMTUyM0M2NS4zOTA2IDM1LjIzNTcgNjMuODQyOSA0MC4xMTMgNjAuOTEzOSA0NC4yNjA2QzYwLjY1MTQgNDQuNjA2OCA2Mi4wMjA4IDQyLjQ3OTQgNDAuODY5MSA3NS42Njk1TDIxLjExNTUgNDQuNjczNlpNNDAuODY5MSA4Ny41NTA4QzE5LjQzNjYgODcuNTUwOCA1LjQ0OTIyIDgxLjI1MDkgNS40NDkyMiA3Ni42NTIzQzUuNDQ5MjIgNzMuNTYxNSAxMi42MzY0IDY4LjQ3OTQgMjguNTYyNiA2Ni40OTg1TDM4LjU3MTQgODIuMjAzNkMzOS4wNzE2IDgyLjk4ODcgMzkuOTM4IDgzLjQ2MzkgNDAuODY5IDgzLjQ2MzlDNDEuNzk5OSA4My40NjM5IDQyLjY2NjUgODIuOTg4NSA0My4xNjY1IDgyLjIwMzZMNTMuMTc1MSA2Ni40OTg1QzY5LjEwMTcgNjguNDc5NCA3Ni4yODkxIDczLjU2MTUgNzYuMjg5MSA3Ni42NTIzQzc2LjI4OTEgODEuMjExOSA2Mi40Mjc1IDg3LjU1MDggNDAuODY5MSA4Ny41NTA4WiIgZmlsbD0iIzAwNTBBMCIvPgo8cGF0aCBkPSJNNDAuODY5MSAxNi41Mjk2QzMzLjM1NzQgMTYuNTI5NiAyNy4yNDYxIDIyLjY0MDkgMjcuMjQ2MSAzMC4xNTI2QzI3LjI0NjEgMzcuNjY0NCAzMy4zNTc0IDQzLjc3NTcgNDAuODY5MSA0My43NzU3QzQ4LjM4MDkgNDMuNzc1NyA1NC40OTIyIDM3LjY2NDQgNTQuNDkyMiAzMC4xNTI2QzU0LjQ5MjIgMjIuNjQwOSA0OC4zODA5IDE2LjUyOTYgNDAuODY5MSAxNi41Mjk2Wk00MC44NjkxIDM4LjMyNjRDMzYuMzYyMSAzOC4zMjY0IDMyLjY5NTMgMzQuNjU5NyAzMi42OTUzIDMwLjE1MjZDMzIuNjk1MyAyNS42NDU2IDM2LjM2MjEgMjEuOTc4OCA0MC44NjkxIDIxLjk3ODhDNDUuMzc2MiAyMS45Nzg4IDQ5LjA0MyAyNS42NDU2IDQ5LjA0MyAzMC4xNTI2QzQ5LjA0MyAzNC42NTk3IDQ1LjM3NjIgMzguMzI2NCA0MC44NjkxIDM4LjMyNjRaIiBmaWxsPSIjMDA1MEEwIi8+Cjwvc3ZnPgo=);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.block-map .block-map__content .inner-container .business-location .location-container .location address {
  display: flex;
  flex-direction: column;
}
.block-map .block-map__content .inner-container .business-location .btn.see-all-location {
  text-transform: uppercase;
  margin: 2em 0;
}
.block-map.is-style-map-only .block-map__content .inner-container .map-container {
  height: 30rem;
  width: 100%;
}
.block-map.is-style-map-only .block-map__content .inner-container .business-location {
  display: none;
}

@media (min-width: 768px) {
  .block-community-impact__content {
    padding: 0 1.5em;
  }
}
@media (min-width: 1200px) {
  .block-community-impact__content {
    padding: 0;
  }
}
.block-community-impact__content .icon-container > .label,
.block-community-impact__content .communities-impact-container > .item > .total-number {
  font-weight: 900;
  font-size: 2.5em;
  font-family: var(--wp--preset--font-family--heebo);
  text-align: center;
  color: #0050a0;
}
.block-community-impact__content .icon-container {
  text-align: center;
}
@media (min-width: 992px) {
  .block-community-impact__content .icon-container {
    text-align: left;
  }
}
.block-community-impact__content .icon-container .icon {
  margin: auto;
}
@media (min-width: 992px) {
  .block-community-impact__content .icon-container .icon {
    margin: 0;
  }
}
.block-community-impact__content .icon-container > .label {
  line-height: 1;
  margin: 0.5em auto;
}
@media (min-width: 992px) {
  .block-community-impact__content .icon-container > .label {
    text-align: left;
  }
}
.block-community-impact__content .communities-impact-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5em;
  position: relative;
}
@media (min-width: 992px) {
  .block-community-impact__content .communities-impact-container {
    height: 22em;
  }
}
.block-community-impact__content .communities-impact-container::after {
  content: "";
  position: absolute;
  top: -3em;
  width: 50%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
@media (min-width: 992px) {
  .block-community-impact__content .communities-impact-container::after {
    top: -0.5em;
    width: 2px;
    height: 100%;
    left: -8%;
    transform: none;
  }
}
@media (min-width: 992px) {
  .block-community-impact__content .communities-impact-container {
    margin-top: 0;
    align-items: center;
    justify-content: center;
  }
}
.block-community-impact__content .communities-impact-container .item {
  margin: auto;
  max-width: 25rem;
}
.block-community-impact__content .communities-impact-container .item .total-number {
  margin: 0 auto;
}
.block-community-impact__content .communities-impact-container .item .total-number .appended-text {
  margin-left: -10px;
}
.block-community-impact__content .communities-impact-container .item .description {
  text-align: center;
}
.block-community-impact__content .communities-impact-container .item .description > p {
  margin: 0;
}
.block-community-impact__content .communities-impact-container .item:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .block-community-impact__content .communities-impact-container .item {
    padding: 0 1em;
    max-width: 50%;
  }
  .block-community-impact__content .communities-impact-container .item:not(:first-child) {
    margin-top: auto;
  }
  .block-community-impact__content .communities-impact-container .item .total-number,
  .block-community-impact__content .communities-impact-container .item .description {
    text-align: left;
  }
}
.block-community-impact__content .communities-impact-container .item:nth-child(3) {
  max-width: 70%;
}

.block-video__content {
  height: 40rem;
}
@media (min-width: 768px) {
  .block-video__content {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .block-video__content {
    margin-bottom: 18rem;
  }
}
@media (min-width: 1200px) {
  .block-video__content {
    margin-bottom: 24rem;
  }
}
@media (min-width: 2600px) {
  .block-video__content {
    margin-bottom: 30rem;
  }
}
.block-video__content .text-container {
  border: 4px solid #f8d675;
  position: absolute;
  z-index: -1;
  max-width: 45rem;
  padding: 2rem 3em 5rem;
}
@media (max-width: 767.98px) {
  .block-video__content .text-container {
    left: 0;
  }
}
.block-video__content .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 9rem;
}
.block-video__content .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(80%);
}
@media (min-width: 576px) {
  .block-video__content .video-container iframe {
    transform: translateY(45%);
  }
}
@media (min-width: 768px) {
  .block-video__content .video-container iframe {
    transform: translate(3%, 30%);
  }
}
@media (min-width: 2600px) {
  .block-video__content .video-container iframe {
    transform: translate(10%, 45%);
  }
}

.block-accordion {
  text-align: center;
}
.block-accordion .accordion-item {
  text-align: left;
}
.block-accordion .accordion-item:not(:first-child) {
  margin-top: 1.5em;
}
.block-accordion .accordion-item .title-icon {
  width: 1.5em;
  height: 1.5em;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-accordion .accordion-item__title {
  background: transparent;
  box-shadow: none;
  outline: none;
  padding-left: 0;
  position: relative;
  width: 100%;
  border: none;
  border-bottom: 1px solid #cecece;
  text-align: left;
  align-items: center;
  justify-content: space-between;
}
.block-accordion .accordion-item__title img {
  margin-right: 1em;
}
.block-accordion .accordion-item__title .chevron-right {
  transition: all 0.3s ease-in-out;
}
.block-accordion .accordion-item__title .chevron-right svg {
  width: 15px;
  height: 15px;
}
.block-accordion .accordion-item__title .chevron-right svg > * {
  stroke: #0050a0;
}
.block-accordion .accordion-item__title .highlighted-text {
  background-color: #fff;
  padding: 0 0.5em;
  font-weight: 700;
}
.block-accordion .accordion-item__title.collapsed .chevron-right {
  transform: rotate(-90deg);
}
.block-accordion .accordion-item__content .inner-container {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.block-accordion .accordion-item__content .inner-container .icons-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3em;
}
@media (min-width: 992px) {
  .block-accordion .accordion-item__content .inner-container .icons-container {
    margin-top: 0.7em;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.block-accordion .accordion-item__content .inner-container .icons-container img {
  margin: 0.5em;
  width: 2.5em;
  height: 2.5em;
}
@media (min-width: 992px) {
  .block-accordion .accordion-item__content .inner-container .icons-container img {
    margin: 1em;
  }
}
.block-accordion .accordion-item__content .inner-container ul {
  padding: 1em;
}
.block-accordion .accordion-item__content .inner-container ul li::marker {
  font-size: 150%;
}

@media (max-width: 991.98px) {
  .block-members__container .member__profile-picture {
    margin: 0;
    text-align: center;
  }
}
.block-members__container .member__profile-picture img {
  max-width: 9rem;
  max-height: 9rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 575.98px) {
  .block-members__container .member__info {
    text-align: center;
  }
}
.block-members__container .description {
  font-size: 1rem;
}
.block-members + .block-members:not(.wp-block-separator), .block-members + .block-members:not(.woocommerce) {
  margin-top: 0;
}

.block-business-location {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4em;
}
.block-business-location .business-location__content {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
  text-align: center;
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .block-business-location .business-location__content {
    flex-direction: row;
    gap: 2em;
    width: 45%;
    text-align: left;
  }
}
.block-business-location .business-location__content .location-icon svg {
  width: 2.5em;
  height: 2.5em;
}
.block-business-location .business-location__content .location-details .business-name {
  font-weight: 700;
}
.block-business-location .business-location__content .location-details address {
  display: flex;
  flex-direction: column;
  font-style: normal;
}
.block-business-location .business-location__content .location-details address .phone {
  font-weight: 700;
}
@media (min-width: 768px) {
  .block-business-location.donation-centers {
    justify-content: space-between;
    gap: 0;
  }
  .block-business-location.donation-centers .business-location__content {
    width: 31%;
    gap: 1em;
  }
  .block-business-location.donation-centers .business-location__content svg {
    height: auto;
  }
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__nav {
  display: block !important;
}

.tribe-events.tribe-common--breakpoint-medium .tribe-events-c-events-bar {
  display: flex !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-nav {
  display: block !important;
}

.tribe-events-c-top-bar svg path {
  fill: #0050a0 !important;
}
.tribe-events-c-search__input {
  font-size: var(--wp--preset--font-size--smaller) !important;
}
.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button {
  background-color: #0050a0;
  color: #fff;
}
.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button--active {
  background-color: #3a94ed !important;
}
.tribe-events-c-subscribe-dropdown__container .tribe-events-c-subscribe-dropdown__button .tribe-events-c-subscribe-dropdown__button-text {
  text-transform: uppercase;
}
.tribe-events .datepicker .day.active {
  background-color: #0050a0 !important;
  border-radius: 0;
}
.tribe-events .datepicker .day.current {
  border-radius: 0;
}
.tribe-events-c-messages__message {
  border-radius: 0 !important;
}
.tribe-events-c-nav__list-item a {
  text-decoration: underline;
  color: #0050a0 !important;
}
.tribe-events-c-nav__list-item a path {
  fill: #0050a0 !important;
}
.tribe-events-calendar-list__month-separator .tribe-common-h7 {
  color: #0050a0;
  font-weight: 700;
  text-transform: capitalize;
  font-size: var(--wp--preset--font-size--small) !important;
}
.tribe-events-calendar-list__event-date-tag-datetime span:nth-child(1) {
  font-weight: 400 !important;
  font-size: var(--wp--preset--font-size--normal) !important;
  color: #000;
}
.tribe-events-calendar-list__event-date-tag-datetime span:nth-child(2) {
  font-size: var(--wp--preset--font-size--huge) !important;
}
.tribe-events-calendar-list__event-date-tag-datetime::after {
  display: none;
}
.tribe-events-calendar-list__event-date-tag-weekday {
  font-weight: 700 !important;
}
.tribe-events-calendar-list__event {
  align-items: center;
}
.tribe-events-calendar-list__event-datetime-featured-icon {
  display: none !important;
}
.tribe-events-calendar-list__event-datetime-featured-text {
  color: #000 !important;
  background-color: #f8d675;
  padding: 0.2rem 0.3rem !important;
}
.tribe-events-calendar-list__event-datetime {
  font-weight: 700;
}
.tribe-events-calendar-list__event-title-link {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 900;
}
.tribe-events-calendar-list__event-description {
  text-decoration: none !important;
  font-size: var(--wp--preset--font-size--small) !important;
}
.tribe-events-calendar-list__event-description .wp-block-button .wp-block-button__link.list {
  color: #0050a0;
}
.tribe-events-calendar-list__event-description .wp-block-button .wp-block-button__link.list:hover {
  color: #3a94ed;
}
.tribe-events-calendar-list__event-details {
  padding-left: 2em !important;
  padding-right: 2em !important;
  width: 60% !important;
  position: relative;
}
.tribe-events-calendar-list__event-featured-image-wrapper {
  width: 40% !important;
  display: none;
}
.tribe-events-calendar-list__event-featured-image-wrapper img,
.tribe-events-calendar-list__event-featured-image-wrapper a {
  width: 100%;
}
@media (min-width: 768px) {
  .tribe-events-calendar-list__event-featured-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tribe-events-calendar-list__event-cost {
  font-size: var(--wp--preset--font-size--smaller) !important;
  font-weight: 700 !important;
}
.tribe-events-calendar-list__event-row {
  align-items: center;
}
.tribe-events-calendar-list__event-row.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-details {
  position: relative;
}
.tribe-events-calendar-list__event-row.tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-details::before {
  content: "";
  position: absolute;
  background-color: #f8d675;
  height: 100%;
  width: 4px;
  left: 0;
}
.tribe-events-calendar-day__time-separator-text.tribe-common-h7 {
  color: #0050a0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small) !important;
}
.tribe-events-calendar-day__event {
  align-items: center;
}
.tribe-events-calendar-day__event::after {
  background-color: #f8d675 !important;
}
.tribe-events-calendar-day__event-content {
  display: flex;
  align-items: center;
}
.tribe-events-calendar-day__event-datetime-featured-icon {
  display: none !important;
}
.tribe-events-calendar-day__event-datetime-featured-text {
  color: #000 !important;
  background-color: #f8d675;
  padding: 0.2rem 0.3rem !important;
}
.tribe-events-calendar-day__event-datetime {
  font-weight: 700;
}
.tribe-events-calendar-day__event-title-link {
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 900;
}
.tribe-events-calendar-day__event-description {
  text-decoration: none !important;
  font-size: var(--wp--preset--font-size--small) !important;
}
.tribe-events-calendar-day__event-description .wp-block-button .wp-block-button__link.day {
  color: #0050a0;
}
.tribe-events-calendar-day__event-description .wp-block-button .wp-block-button__link.day:hover {
  color: #3a94ed;
}
.tribe-events-calendar-day__event-details {
  width: 65% !important;
}
.tribe-events-calendar-day__event-featured-image-wrapper {
  width: 35% !important;
  display: none;
}
.tribe-events-calendar-day__event-featured-image-wrapper img,
.tribe-events-calendar-day__event-featured-image-wrapper a {
  width: 100%;
}
@media (min-width: 768px) {
  .tribe-events-calendar-day__event-featured-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tribe-events-calendar-day__event-cost {
  font-size: var(--wp--preset--font-size--smaller) !important;
  font-weight: 700 !important;
}
.tribe-events-calendar-month__calendar-event-datetime {
  font-weight: 700 !important;
}
.tribe-events-calendar-month__calendar-event-title a {
  color: #0050a0 !important;
  font-weight: 700;
}
.tribe-events-calendar-month__multiday-event-bar {
  background-color: #0050a0 !important;
  border-radius: 0 !important;
}
.tribe-events-calendar-month__multiday-event-bar-title {
  color: #fff !important;
  font-weight: 700 !important;
}
.tribe-events-archive {
  max-width: var(--wp--custom--layout--base);
  margin: auto;
}
.tribe-events-archive__past-image {
  height: 200px;
}
@media (min-width: 768px) {
  .tribe-events-archive__past-image {
    height: 300px;
  }
}
.tribe-events-archive__past-image .tribe-events-event-image {
  height: 200px;
}
@media (min-width: 768px) {
  .tribe-events-archive__past-image .tribe-events-event-image {
    height: 300px;
  }
}
.tribe-events-archive__past-image.image-placeholder {
  background-color: #0050a0;
}
.tribe-events-archive__past-image img,
.tribe-events-archive__past-image svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tribe-events-archive__past-title a {
  text-decoration: none;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small);
  color: #000;
  background-color: #f8d675;
  padding: 0.2rem 0.3rem !important;
}
.tribe-events-archive__past-date {
  font-size: var(--wp--preset--font-size--small);
}
.tribe-events-nav-pagination {
  max-width: var(--wp--custom--layout--base);
  margin: auto;
}
.tribe-events-nav-pagination .tribe-events-nav-previous,
.tribe-events-nav-pagination .tribe-events-nav-next {
  width: auto !important;
}
.tribe-events-nav-pagination .tribe-events-nav-previous a,
.tribe-events-nav-pagination .tribe-events-nav-next a {
  background: none;
  padding: 1em 0;
  display: flex;
  align-items: center;
  color: #0050a0 !important;
}
.tribe-events-nav-pagination .tribe-events-nav-previous a svg,
.tribe-events-nav-pagination .tribe-events-nav-next a svg {
  width: 9px;
  fill: #0050a0;
}
.tribe-events-nav-pagination .tribe-events-nav-previous a span,
.tribe-events-nav-pagination .tribe-events-nav-next a span {
  padding: 0 1em;
  text-decoration: underline;
  font-weight: 700;
}
.tribe-events-nav-pagination .tribe-events-nav-previous a:hover span,
.tribe-events-nav-pagination .tribe-events-nav-next a:hover span {
  text-decoration: none;
}

.tribe-common-1-container {
  padding-top: 0 !important;
}
.tribe-common .tribe-common-h3 {
  font-weight: 900;
  text-transform: uppercase;
  color: #0050a0;
}
.tribe-common .tribe-common-c-btn, .tribe-common .tribe-common-c-btn-border {
  background-color: #0050a0;
  border-radius: 0;
  border: 0;
  text-transform: uppercase;
}
.tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn-border:hover {
  background-color: #3a94ed;
}

.tribe-events-single .btn.btn-primary {
  color: #fff !important;
}
.tribe-events-single-event-description .empty-thumbnail-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0050a0;
}
.tribe-events-single-event-description .empty-thumbnail-container svg {
  max-height: 20em;
}
.tribe-events-single-event--featured-image {
  width: 100%;
  height: auto;
  max-height: 25em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tribe-events-single-section-title {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #f8d675;
  padding: 0 0.2em;
}
.tribe-events-single .tribe-block.tribe-block__venue,
.tribe-events-single .tribe-block.tribe-block__event-price,
.tribe-events-single .tribe-block.tribe-block__organizer__details {
  display: none !important;
}
.tribe-events-single .events-meta-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .tribe-events-single .events-meta-container {
    grid-template-columns: 0.8fr 1fr;
  }
}
.tribe-events-single .events-meta-container .tribe-events-single-section {
  display: flex;
  background: #fff;
  border: 0;
}
.tribe-events-single .events-meta-container .tribe-events-single-section.secondary {
  flex-direction: column;
}
@media (min-width: 768px) {
  .tribe-events-single .events-meta-container .tribe-events-single-section.secondary {
    flex-direction: row;
  }
}
.tribe-events-single .events-meta-container .tribe-events-single-section .tribe-events-meta-group .tribe-events-single-section-title {
  margin-bottom: 2em;
}
.tribe-events-schedule {
  display: none;
}
@media (min-width: 768px) {
  .tribe-events-event-meta .tribe-events-meta-group.tribe-events-meta-group-venue {
    width: 60%;
  }
}

.tribe-block {
  --tec-font-family-sans-serif: var(--wp--preset--font-family--nunito-sans);
}
.tribe-block__btn--link a {
  color: #3a94ed !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
}
.tribe-block__btn--link a:hover {
  text-decoration: none !important;
}
.tribe-block__btn--link.tribe-block__events-ical {
  margin-left: 6vw;
}
.tribe-block__btn--link.tribe-block__events-gcal::before,
.tribe-block__btn--link.tribe-block__events-gcal a::before, .tribe-block__btn--link.tribe-block__events-ical::before,
.tribe-block__btn--link.tribe-block__events-ical a::before {
  display: none;
}

.single-tribe_events .tribe-events-event-meta {
  font-size: var(--wp--preset--font-size--small);
  padding: 0;
}
.single-tribe_events .tribe-events-event-meta address.tribe-events-address {
  font-style: normal !important;
}

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