/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./Src/scss/CommunityLending/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;0,700;1,400;1,700&display=swap);
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./Src/scss/CommunityLending/style.scss (1) ***!
  \*****************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap);
/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./Src/scss/CommunityLending/style.scss (2) ***!
  \*****************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1100px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-1,
.gx-1 {
  --bs-gutter-x: 0.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.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.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.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.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.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.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.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.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.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.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;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.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;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.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-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.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-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.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-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.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-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.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-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  font-family: "Nunito Sans", sans-serif;
  color: #464746;
}

.text-gold {
  color: #AF8E4C;
}

sup {
  font-size: 0.6em;
  top: 0;
}

.btn, input[type=submit] {
  background: #717270;
  border-color: #717270;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.36px;
  display: inline-block;
  min-width: 220px;
  padding: 8px 32px;
  text-decoration: none !important;
}
@media (max-width: 991.98px) {
  .btn, input[type=submit] {
    font-size: 8px;
    font-size: 0.5rem;
    min-width: 110px;
    padding: 4px 16px;
  }
}
.btn:hover, input[type=submit]:hover {
  color: #717270;
}

.btn--secondary {
  background: #AF8E4C;
  border-color: #AF8E4C;
  color: #FFFFFF !important;
}
.btn--secondary:hover {
  color: #AF8E4C !important;
}

.btn--large {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 9px 32px;
}

h1, h2, h3, h4, h5, h6 {
  color: #464746;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 110%;
  letter-spacing: 0.96px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  h1 {
    font-size: 56px;
    font-size: 3.5rem;
    line-height: 150%; /* 84px */
    letter-spacing: 2.24px;
  }
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 110%;
  letter-spacing: 0.8px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 110%; /* 52.8px */
  }
}

h3 {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 43.5px */
}
@media (min-width: 992px) {
  h3 {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 150%;
    font-weight: 300;
  }
}

h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 80%; /* 19.2px */
  letter-spacing: 2px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 30%; /* 4.8px */
  letter-spacing: 2px;
}
@media (max-width: 991.98px) {
  h5 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

section.section-advantage {
  background: #e9e8e8;
  padding-bottom: 0 !important;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  section.section-advantage {
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 15px !important;
  }
}
section.section-advantage .container {
  max-width: 1270px;
}
@media (max-width: 767.98px) {
  section.section-advantage .container {
    padding-left: 27px;
    padding-right: 27px;
  }
}
section.section-advantage .container .row > div:first-child {
  position: relative;
}
@media (max-width: 991.98px) {
  section.section-advantage .container .row > div:first-child {
    display: none;
  }
}
section.section-advantage .container .row > div:first-child img {
  max-width: 115%;
  bottom: 0;
  left: -30px;
  position: absolute;
}
@media (max-width: 991.98px) {
  section.section-advantage .container .row > div:first-child img {
    max-width: 100%;
    left: 0;
    bottom: 0;
  }
}
section.section-advantage .container .row > div:last-child {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  section.section-advantage .container .row > div:last-child {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  section.section-advantage .container .row > div:last-child {
    width: 100%;
  }
}
section.section-advantage .fr-view {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  section.section-advantage .fr-view {
    margin-bottom: 0px;
  }
}
section.section-advantage h2 {
  color: #464746;
  font-weight: 400;
  line-height: 110%; /* 52.8px */
  letter-spacing: 1.44px;
  margin-top: 58px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  section.section-advantage h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 110%; /* 22px */
    letter-spacing: 0.8px;
    margin-top: 27px;
    margin-bottom: 30px;
    text-align: center;
  }
}
section.section-advantage .info-row {
  display: flex;
  padding-left: 25px;
  margin-bottom: 5px;
}
section.section-advantage .info-row:last-child {
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  section.section-advantage .info-row {
    padding-left: 0;
  }
  section.section-advantage .info-row:last-child {
    margin-bottom: 0px;
  }
}
section.section-advantage .icon-container {
  display: flex;
  flex: 0 0 62px;
  align-items: start;
  justify-content: center;
  justify-items: center;
  padding-top: 6px;
}
@media (max-width: 991.98px) {
  section.section-advantage .icon-container {
    padding-top: 0;
    flex-basis: 27px;
  }
}
section.section-advantage .info-container {
  display: flex;
  flex-direction: column;
  padding-left: 25px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  section.section-advantage .info-container {
    margin-bottom: 22px;
    padding-left: 20px;
  }
}
section.section-advantage .info-container h4 {
  color: #464746;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 120%; /* 31.2px */
  letter-spacing: 0.52px;
  margin: 0;
}
@media (max-width: 991.98px) {
  section.section-advantage .info-container h4 {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0.26px;
  }
}
section.section-advantage .info-container p {
  color: #464746;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 120%;
  letter-spacing: 0.36px;
  margin: 0;
}
@media (max-width: 991.98px) {
  section.section-advantage .info-container p {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.2px;
  }
}

section.section-advantage--withBubble h1 {
  text-shadow: 2px 8px 4px rgba(0, 0, 0, 0.3);
  font-size: 100px;
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%; /* 110px */
  letter-spacing: 4.017px;
}
section.section-advantage--withBubble h2 {
  color: #464746;
  line-height: 110%; /* 52.8px */
  letter-spacing: 1.92px;
  margin: 40px 0 0 0;
}
section.section-advantage--withBubble img {
  left: 45px !important;
  z-index: 1;
}
@media (max-width: 991.98px) {
  section.section-advantage--withBubble img {
    display: none;
  }
}
section.section-advantage--withBubble .fr-view {
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  section.section-advantage--withBubble {
    background: #717270 !important;
  }
  section.section-advantage--withBubble .row > div:first-child {
    display: none;
  }
  section.section-advantage--withBubble .fr-view {
    padding-left: 0;
  }
  section.section-advantage--withBubble h1 {
    color: #FFFFFF;
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 110%;
    letter-spacing: 2.092px;
    margin-bottom: 20px;
  }
  section.section-advantage--withBubble h2 {
    color: #FFFFFF;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: 1px;
    text-align: left;
    margin-top: 20px;
  }
}
section.section-advantage--withBubble .bubble-container {
  border-radius: 12.461px;
  background: #717270;
  color: #FFFFFF;
  display: inline-block;
  padding: 15px 27px 15px 36px;
  position: relative;
}
@media (max-width: 991.98px) {
  section.section-advantage--withBubble .bubble-container {
    display: none;
  }
}
section.section-advantage--withBubble .bubble-container:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #717270;
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
}
section.section-advantage--withBubble .bubble-container p {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 131%;
  letter-spacing: 1.12px;
  font-weight: 300;
  margin: 0;
}

section.section-advantage--narrow .container {
  max-width: 1214px;
}

section.section-advantage--medium .container {
  max-width: 1340px;
}

section.section-advantage--extraWide .container {
  max-width: 1460px;
}
section.section-advantage--extraWide .icon-container {
  padding-left: 80px;
  justify-content: start;
}
section.section-advantage--extraWide .icon-container img {
  min-width: 62px;
}
@media (max-width: 991.98px) {
  section.section-advantage--extraWide .icon-container {
    padding-left: 0;
  }
  section.section-advantage--extraWide .icon-container img {
    min-width: auto;
  }
}

section.section-advantage--wide .container {
  max-width: 1400px;
}
@media (min-width: 992px) {
  section.section-advantage--wide .info-container {
    max-width: 430px;
  }
}

@media (max-width: 991.98px) {
  section.section-advantage--clevelandCounty .info-row {
    align-items: center;
    margin-bottom: 30px;
  }
  section.section-advantage--clevelandCounty .info-row:first-child .icon-container img {
    max-width: 70px;
  }
  section.section-advantage--clevelandCounty .info-row:last-child {
    margin-bottom: 40px;
  }
  section.section-advantage--clevelandCounty .icon-container {
    flex: 0 0 70px;
  }
  section.section-advantage--clevelandCounty .icon-container img {
    max-width: 54px;
    max-height: 46px;
  }
  section.section-advantage--clevelandCounty .info-container {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  section.section-advantage--clevelandCounty h2 {
    margin-top: 70px;
    margin-left: -70px;
  }
  section.section-advantage--clevelandCounty .info-row {
    margin-left: -25px;
    padding-left: 0;
    margin-bottom: 40px;
    align-items: center;
  }
  section.section-advantage--clevelandCounty .info-row:last-child {
    margin-bottom: 90px;
  }
  section.section-advantage--clevelandCounty .icon-container {
    flex: 0 0 160px;
    margin-bottom: 0px;
    padding-left: 0;
  }
  section.section-advantage--clevelandCounty .icon-container img {
    min-width: 73px;
    margin-left: auto;
  }
  section.section-advantage--clevelandCounty .info-container {
    margin-bottom: 0;
    max-width: 470px;
    padding-left: 30px;
  }
}

section.section-advantage--hoosier .container {
  max-width: 1230px;
}
@media (min-width: 992px) {
  section.section-advantage--hoosier h2 {
    margin-top: 64px;
    margin-left: -61px;
    width: calc(100% + 61px);
  }
  section.section-advantage--hoosier .info-row {
    padding-left: 0;
  }
  section.section-advantage--hoosier .info-container {
    max-width: 445px;
  }
}
@media (max-width: 767.98px) {
  section.section-advantage--hoosier {
    padding-bottom: 15px !important;
  }
}

section.section-advantage--headlineFlush .container .row img {
  left: -20px !important;
  max-width: 110% !important;
}
@media (min-width: 992px) {
  section.section-advantage--headlineFlush h2 {
    padding-left: 80px;
  }
  section.section-advantage--headlineFlush .info-row {
    padding-left: 0;
  }
}
@media (max-width: 991.98px) {
  section.section-advantage--headlineFlush {
    padding-bottom: 40px !important;
  }
  section.section-advantage--headlineFlush h2 {
    margin-top: 33px;
  }
  section.section-advantage--headlineFlush .info-row {
    align-items: center;
    margin-bottom: 20px;
  }
  section.section-advantage--headlineFlush .icon-container {
    flex-basis: 45px;
  }
  section.section-advantage--headlineFlush .info-container {
    margin-bottom: 0;
  }
}

section.section-advantage--textLarge .container {
  max-width: 1360px;
}
section.section-advantage--textLarge .icon-container {
  flex-basis: 90px;
}
section.section-advantage--textLarge .info-row {
  align-items: center;
  margin-bottom: 10px;
  padding-left: 0;
}
section.section-advantage--textLarge .info-row:last-child {
  margin-bottom: 0;
}
section.section-advantage--textLarge .info-container {
  margin-bottom: 0;
}
section.section-advantage--textLarge .info-container h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.64px;
}
section.section-advantage--textLarge .info-container p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
}
@media (min-width: 992px) {
  section.section-advantage--textLarge h2 {
    margin-top: 45px;
    margin-bottom: 45px;
    padding-left: 25px;
  }
  section.section-advantage--textLarge .info-row {
    margin-bottom: 20px;
  }
  section.section-advantage--textLarge .icon-container {
    flex-basis: 174px;
  }
  section.section-advantage--textLarge .info-container {
    margin-bottom: 0;
  }
  section.section-advantage--textLarge .info-container h4 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
    letter-spacing: 1.28px;
  }
  section.section-advantage--textLarge .info-container p {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.96px;
  }
}

@media (min-width: 1200px) {
  section.section-advantage--headlineLeft h2 {
    padding-left: 0;
    margin-left: -130px;
    width: calc(100% + 130px);
  }
  section.section-advantage--headlineLeft .flex-column {
    margin-left: -60px;
  }
  section.section-advantage--headlineLeft .info-row {
    margin-bottom: 5px;
  }
  section.section-advantage--headlineLeft .icon-container {
    flex-basis: 186px;
  }
}

section.section-advantage--cookCounty .info-container {
  max-width: 500px;
}
@media (min-width: 992px) {
  section.section-advantage--cookCounty h2 {
    margin-top: 30px;
    padding-left: 50px;
  }
  section.section-advantage--cookCounty h2 + .d-flex {
    padding-left: 40px;
  }
}
@media (max-width: 991.98px) {
  section.section-advantage--cookCounty {
    padding-bottom: 0 !important;
  }
}

section.section-advantage--texasVeterans h2 {
  padding-left: 0;
}
@media (min-width: 992px) {
  section.section-advantage--texasVeterans .icon-container {
    flex-basis: 73px;
    padding-top: 0;
  }
  section.section-advantage--texasVeterans h2 {
    margin-top: 68px;
  }
  section.section-advantage--texasVeterans .info-row:last-child {
    margin-bottom: 60px;
  }
}

section.section-advantage--tulsa .info-row {
  align-items: center;
  margin-bottom: 20px;
}
section.section-advantage--tulsa .info-row:last-child {
  margin-bottom: 40px;
}
section.section-advantage--tulsa .info-row:first-child .icon-container img {
  max-width: 100%;
}
section.section-advantage--tulsa .info-container {
  margin-bottom: 0;
}
section.section-advantage--tulsa .icon-container {
  justify-content: start;
  flex-basis: 70px;
}
section.section-advantage--tulsa .icon-container img {
  max-width: 54px;
}
@media (min-width: 992px) {
  section.section-advantage--tulsa .icon-container img {
    max-width: 68px;
  }
}
@media (min-width: 992px) {
  section.section-advantage--tulsa .container {
    max-width: 1440px;
  }
  section.section-advantage--tulsa .container .row > div:first-child img {
    max-width: 110%;
  }
  section.section-advantage--tulsa .container h2 {
    margin-top: 63px;
    margin-bottom: 64px;
    margin-left: -110px;
    width: calc(100% + 110px);
  }
  section.section-advantage--tulsa .container .flex-column {
    margin-left: -15px;
  }
  section.section-advantage--tulsa .container .info-row {
    align-items: center;
    margin-bottom: 40px;
    padding-left: 0;
  }
  section.section-advantage--tulsa .container .info-row:first-child p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  section.section-advantage--tulsa .container .info-row:last-child {
    margin-bottom: 72px;
  }
  section.section-advantage--tulsa .container .icon-container {
    flex-basis: 160px;
    justify-content: end;
  }
  section.section-advantage--tulsa .container .info-container {
    margin-bottom: 0;
    padding-left: 30px;
  }
}

section.section-carousel:not(.hero) {
  text-align: center;
}
@media (min-width: 992px) {
  section.section-carousel:not(.hero) {
    display: none;
  }
}
section.section-carousel:not(.hero) .container {
  max-width: 1350px;
}
section.section-carousel:not(.hero) h1 {
  color: #004E7A;
  line-height: 110%;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  section.section-carousel:not(.hero) h1 {
    max-width: 45vw;
    margin: 0 auto;
  }
}
section.section-carousel:not(.hero) h3 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 59px;
}
@media (max-width: 991.98px) {
  section.section-carousel:not(.hero) h3 {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 12px;
  }
}
section.section-carousel:not(.hero) .slick-slide {
  width: 37vw !important;
}
@media (min-width: 992px) {
  section.section-carousel:not(.hero) .slick-slide {
    width: 25% !important;
  }
}
section.section-carousel:not(.hero) .slideContainer h5, section.section-carousel:not(.hero) .slideContainer p, section.section-carousel:not(.hero) .slideContainer a {
  font-size: 8px;
  font-size: 0.5rem;
  letter-spacing: unset;
  margin-bottom: 0;
  font-weight: 300;
}
section.section-carousel:not(.hero) .slideContainer h5 {
  font-weight: 700;
  line-height: 10px;
  margin: 5px 0 3px;
}
section.section-carousel:not(.hero) .slideContainer a {
  color: #004E7A;
  font-size: 7px;
  font-size: 0.4375rem;
  font-weight: 700;
  line-height: 140%; /* 9.6px */
  position: relative;
}
section.section-carousel:not(.hero) .slideContainer a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  position: absolute;
  right: -7px;
  top: 1px;
  font-size: 6px;
  font-size: 0.375rem;
}
section.section-carousel:not(.hero) .slick-arrow.slick-next,
section.section-carousel:not(.hero) .slick-arrow.slick-prev {
  background: none;
}
section.section-carousel:not(.hero) .slick-arrow.slick-next:before,
section.section-carousel:not(.hero) .slick-arrow.slick-prev:before {
  font-weight: 300;
}
section.section-carousel:not(.hero) .slick-arrow.slick-prev {
  left: -35px;
}
section.section-carousel:not(.hero) .slick-arrow.slick-prev:before {
  color: #d0cfc9;
}
section.section-carousel:not(.hero) .slick-arrow.slick-next {
  right: -35px;
}
section.section-carousel:not(.hero) .slick-arrow.slick-next:before {
  color: #004E7A;
}

section.section-connectHeading:not(.hero) {
  padding-top: 60px !important;
  padding-bottom: 25px;
}
section.section-connectHeading:not(.hero) .container {
  max-width: 900px;
}
section.section-connectHeading:not(.hero) h1 {
  color: #464746;
  font-weight: 400;
  margin-bottom: 0px;
}
section.section-connectHeading:not(.hero) h3 {
  color: #000000;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 300;
  line-height: 150%; /* 43.5px */
}
@media (max-width: 991.98px) {
  section.section-connectHeading:not(.hero) {
    padding-top: 0 !important;
    padding-bottom: 0;
  }
  section.section-connectHeading:not(.hero) h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  section.section-connectHeading:not(.hero) h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
  }
}

section.section.section-connect:not(.hero) {
  padding-top: 94px !important;
  padding-bottom: 118px !important;
}
section.section.section-connect:not(.hero) .container {
  max-width: 900px;
}
section.section.section-connect:not(.hero) .ktc-default-section + .ktc-default-section .control-label {
  display: none;
}
section.section.section-connect:not(.hero) .ktc-checkbox {
  display: block;
}
@media (min-width: 992px) {
  section.section.section-connect:not(.hero) .ktc-checkbox {
    margin-top: 15px;
  }
}
section.section.section-connect:not(.hero) h1 {
  margin: 0;
}
section.section.section-connect:not(.hero) .hours {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  section.section.section-connect:not(.hero) .hours {
    padding-left: 50px;
  }
}
section.section.section-connect:not(.hero) .hours .indigo {
  color: #004E7A;
  font-weight: 700;
  margin-bottom: 8px;
}
section.section.section-connect:not(.hero) .hours p {
  margin-bottom: 5px;
}
section.section.section-connect:not(.hero) .hours .phone {
  color: #AF8E4C;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 150%; /* 43.5px */
  margin-top: 10px;
}
section.section.section-connect:not(.hero) input[type=text], section.section.section-connect:not(.hero) input[type=tel], section.section.section-connect:not(.hero) input[type=email], section.section.section-connect:not(.hero) input[type=number], section.section.section-connect:not(.hero) input[type=url], section.section.section-connect:not(.hero) input[type=date], section.section.section-connect:not(.hero) input[type=password], section.section.section-connect:not(.hero) input[type=search], section.section.section-connect:not(.hero) select, section.section.section-connect:not(.hero) .form-control, section.section.section-connect:not(.hero) textarea {
  border: none;
  border-bottom: 1px solid black;
  color: #717270;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  line-height: 150%; /* 24px */
  height: 52px;
  padding-left: 0;
}
section.section.section-connect:not(.hero) input[type=text],
section.section.section-connect:not(.hero) input[type=email] {
  padding-top: 22px;
}
section.section.section-connect:not(.hero) .form-section:first-child .form-field:after,
section.section.section-connect:not(.hero) .form-section:nth-child(2) .form-field:after,
section.section.section-connect:not(.hero) .form-section:nth-child(3) .row > div:first-child .form-field:after {
  color: #D34A4E;
  content: "*";
  position: absolute;
  right: 10px;
  top: 26px;
}
section.section.section-connect:not(.hero) .form-field {
  margin-bottom: 22px;
  position: relative;
}
section.section.section-connect:not(.hero) select {
  border: 1px solid #464746 !important;
  box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
  padding: 14px 10px !important;
  -webkit-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2711%27 height=%278%27 viewBox=%270 0 11 8%27 fill=%27none%27%3E%3Cpath d=%27M5.66243 7.95718L0.557902 0.0982408L10.767 0.0982417L5.66243 7.95718Z%27 fill=%27%23717270%27/%3E%3C/svg%3E");
  background-position: right 0.7em top 50%;
  background-repeat: no-repeat;
  background-size: 1em auto;
}
section.section.section-connect:not(.hero) > div:last-of-type .control-label {
  float: left;
  font-weight: 300;
  padding-left: 30px;
}
section.section.section-connect:not(.hero) input[type=submit] {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  section.section.section-connect:not(.hero) {
    padding-top: 26px !important;
    padding-bottom: 48px !important;
  }
  section.section.section-connect:not(.hero) h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 150%;
  }
  section.section.section-connect:not(.hero) h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 0;
  }
  section.section.section-connect:not(.hero) .fr-view {
    margin-bottom: 0;
  }
  section.section.section-connect:not(.hero) .form-section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.section.section-connect:not(.hero) .form-field {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 0;
  }
  section.section.section-connect:not(.hero) .form-field select {
    margin: 20px 0;
    height: auto;
    padding: 10px 15px !important;
  }
  section.section.section-connect:not(.hero) .form-field select, section.section.section-connect:not(.hero) .form-field input {
    font-size: 12px;
    font-size: 0.75rem;
  }
  section.section.section-connect:not(.hero) .hours {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.2;
    padding-top: 25px;
  }
  section.section.section-connect:not(.hero) .hours .phone {
    line-height: 0;
    margin: 0;
  }
  section.section.section-connect:not(.hero) .hours .phone a {
    color: #464746;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 150%; /* 18px */
  }
}

section.section-connect:not(.hero) {
  padding-top: 73px !important;
  padding-bottom: 73px !important;
}
@media (max-width: 991.98px) {
  section.section-connect:not(.hero) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  section.section-connect:not(.hero) {
    padding-top: 27px !important;
    padding-bottom: 42px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section.section-connect:not(.hero) .fr-view {
  margin: 0;
}
section.section-connect:not(.hero) h1 {
  font-weight: 400;
  margin: 0;
  letter-spacing: unset;
}
section.section-connect:not(.hero) h3 {
  color: #000000;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 43.5px */
}
@media (max-width: 767.98px) {
  section.section-connect:not(.hero) h3 {
    max-width: 80%;
  }
}
section.section-connect:not(.hero) .container {
  max-width: 900px;
}
section.section-connect:not(.hero) form {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  section.section-connect:not(.hero) form {
    margin-top: 0;
  }
}
section.section-connect:not(.hero) input.form-control {
  background: none;
}
section.section-connect:not(.hero) select {
  border-color: #464746 !important;
}
section.section-connect:not(.hero) input[type=submit] {
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.54px;
  border-color: #717270;
  background: #717270;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 8px 32px;
  min-width: 220px;
}
section.section-connect:not(.hero) input[type=submit]:hover {
  background: #FFFFFF;
  color: #717270;
}
@media (max-width: 767.98px) {
  section.section-connect:not(.hero) input[type=submit] {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 140%; /* 12.6px */
    letter-spacing: 0.27px;
    min-width: 110px;
    padding: 4px 16px;
  }
}

@media (min-width: 992px) {
  section.section.section-connect--short:not(.hero) {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

section.section-connect.bg-gray:not(.hero) {
  background: rgba(233, 232, 232, 0.5) !important;
}
section.section-connect.bg-gray:not(.hero) h1 .text-gold {
  color: #464746 !important;
}
@media (min-width: 992px) {
  section.section-connect.bg-gray:not(.hero) {
    padding-top: 73px !important;
    padding-bottom: 73px !important;
  }
}

section.section-cta:not(.hero) {
  background: #464746;
  padding-top: 60px !important;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  section.section-cta:not(.hero) {
    padding-top: 19px !important;
    padding-bottom: 12px;
  }
}
section.section-cta:not(.hero) .container {
  max-width: 1100px;
}
@media (max-width: 991.98px) {
  section.section-cta:not(.hero) .container {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  section.section-cta:not(.hero) .container .row > div:first-child {
    padding-left: 90px;
  }
}
@media (max-width: 991.98px) {
  section.section-cta:not(.hero) .container .row > div:first-child {
    width: 58%;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  section.section-cta:not(.hero) .container .row > div:first-child {
    width: 54%;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  section.section-cta:not(.hero) .container .row > div:last-child {
    width: 42%;
  }
}
section.section-cta:not(.hero) h2 {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 1.92px;
}
@media (max-width: 991.98px) {
  section.section-cta:not(.hero) h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 767.98px) {
  section.section-cta:not(.hero) h2 {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0.56px;
  }
}
section.section-cta:not(.hero) h2 a {
  color: #FFFFFF;
  text-decoration: underline;
}
section.section-cta:not(.hero) p {
  color: #FFFFFF;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 3px;
}
@media (max-width: 991.98px) {
  section.section-cta:not(.hero) p {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  section.section-cta:not(.hero) p {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

section.section-faq:not(.hero) {
  padding-top: 80px !important;
  padding-bottom: 120px;
}
@media (max-width: 991.98px) {
  section.section-faq:not(.hero) {
    margin-left: 7px !important;
    margin-right: 7px !important;
    padding-top: 28px !important;
    padding-bottom: 25px;
  }
}
section.section-faq:not(.hero) .container {
  max-width: 1240px;
}
section.section-faq:not(.hero) h1 {
  font-weight: 400;
  text-align: center;
  letter-spacing: unset;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  section.section-faq:not(.hero) h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 150%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  section.section-faq:not(.hero) h1 {
    margin: 0 auto;
    max-width: 290px;
  }
}
@media (min-width: 992px) {
  section.section-faq:not(.hero) .accordion {
    margin-bottom: 0;
  }
}
section.section-faq:not(.hero) .accordion-item:first-child h2 {
  border-top: 1px solid #D9D9D9;
}
section.section-faq:not(.hero) .accordion-header h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%; /* 36px */
  padding: 25px 37px 25px 82px;
  border-bottom: 1px solid #D9D9D9;
  cursor: pointer;
  margin: 0;
  position: relative;
}
section.section-faq:not(.hero) .accordion-header h2:before {
  position: absolute;
  left: 37px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  section.section-faq:not(.hero) .accordion-header h2 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 120%;
    padding: 12px 35px;
  }
  section.section-faq:not(.hero) .accordion-header h2:before {
    font-size: 16px;
    font-size: 1rem;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  section.section-faq:not(.hero) .accordion-header h2 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
section.section-faq:not(.hero) .accordion-header[aria-expanded=true] h2 {
  border-bottom: none;
}
section.section-faq:not(.hero) .accordion-header[aria-expanded=true] h2:before {
  content: "\f068";
}
section.section-faq:not(.hero) .accordion-body {
  padding: 14px 39px 39px 39px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%; /* 28px */
}
section.section-faq:not(.hero) .accordion-body ul {
  list-style-type: disc;
  list-style-image: unset;
  list-style: disc;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}
section.section-faq:not(.hero) .accordion-body ul li {
  border: none;
  list-style-type: disc;
  list-style-image: unset;
}
@media (max-width: 991.98px) {
  section.section-faq:not(.hero) .accordion-body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767.98px) {
  section.section-faq:not(.hero) .accordion-body {
    padding: 0 10px 10px;
  }
  section.section-faq:not(.hero) .accordion-body ul {
    padding: 5px 0 5px 15px;
  }
}

@media (min-width: 992px) {
  section.section-faq--short:not(.hero) {
    padding-top: 74px !important;
    padding-bottom: 74px;
  }
}

@media (min-width: 992px) {
  section.section-faq--tall:not(.hero) {
    padding-top: 118px !important;
    padding-bottom: 141px;
  }
}

section.section-hero:not(.hero) {
  padding-top: 80px;
  padding-bottom: 150px;
}
@media (max-width: 991.98px) {
  section.section-hero:not(.hero) {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  section.section-hero:not(.hero) {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
section.section-hero:not(.hero) .container {
  max-width: 1270px;
  position: relative;
}
@media (max-width: 767.98px) {
  section.section-hero:not(.hero) .container .row > div:first-child {
    order: 2;
    padding-left: 37px;
    padding-right: 37px;
    width: 100%;
  }
}
section.section-hero:not(.hero) .container .row > div:first-child img {
  box-shadow: none;
}
section.section-hero:not(.hero) .container .row > div:last-child {
  text-align: right;
  /*@include media-breakpoint-down(md) {
      max-height: 230px;
  }*/
}
@media (max-width: 767.98px) {
  section.section-hero:not(.hero) .container .row > div:last-child {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
    max-height: 60vw;
    overflow: hidden;
    box-shadow: 0px 5px 9.2px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
  }
}
section.section-hero:not(.hero) img {
  box-shadow: 0px 5px 9.2px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
@media (min-width: 992px) {
  section.section-hero:not(.hero) img {
    max-width: 574px;
  }
}
section.section-hero:not(.hero) .tag {
  background: #AF8E4C;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 0.72px;
  padding: 2px 8px;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 113px;
  text-align: center;
}
@media (min-width: 768px) {
  section.section-hero:not(.hero) .tag {
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: 0.8px;
    padding: 2px 24px;
    right: 20px;
  }
}
section.section-hero:not(.hero) h2 {
  color: #AF8E4C;
}
@media (min-width: 992px) {
  section.section-hero:not(.hero) h2 {
    max-width: 570px;
    margin-top: 25px;
  }
}
@media (max-width: 991.98px) {
  section.section-hero:not(.hero) h2 {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: unset;
  }
}
section.section-hero:not(.hero) h2 img {
  max-width: 65%;
}
section.section-hero:not(.hero) h5 {
  margin-top: 10px;
}
section.section-hero:not(.hero) p {
  max-width: 440px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 150%; /* 36px */
  margin-top: 42px;
}
@media (max-width: 991.98px) {
  section.section-hero:not(.hero) p {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 14px;
  }
}
section.section-hero:not(.hero) .cta-container {
  margin-top: 1.4em;
}
@media (max-width: 991.98px) {
  section.section-hero:not(.hero) .cta-container {
    margin-top: 1em !important;
  }
}

section.section-hero--narrow:not(.hero) .container {
  max-width: 1214px;
}

section.section-hero--extraNarrow:not(.hero) .container {
  max-width: 1120px;
}
@media (min-width: 992px) {
  section.section-hero--extraNarrow:not(.hero) .container .row > div:first-child {
    width: 45%;
  }
}
@media (min-width: 992px) {
  section.section-hero--extraNarrow:not(.hero) .container .row > div:last-child {
    width: 55%;
  }
}
section.section-hero--extraNarrow:not(.hero) h2 {
  margin-top: 5px;
}
section.section-hero--extraNarrow:not(.hero) p {
  margin-top: 25px;
}
@media (min-width: 992px) {
  section.section-hero--extraNarrow:not(.hero) p {
    padding-right: 30px;
  }
}
section.section-hero--extraNarrow:not(.hero) .cta-container {
  margin-top: 50px;
}

@media (min-width: 992px) {
  section.section-hero--tall:not(.hero) {
    padding-top: 85px !important;
    padding-bottom: 180px;
  }
}

@media (min-width: 992px) {
  section.section-hero--medium:not(.hero) {
    padding-top: 73px !important;
    padding-bottom: 117px;
  }
}

@media (min-width: 992px) {
  section.section-hero--short:not(.hero) h2 {
    margin-top: 15px;
  }
  section.section-hero--short:not(.hero) p {
    margin-top: 30px;
  }
  section.section-hero--short:not(.hero) .cta-container {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  section.section-hero--wideP:not(.hero) h2 {
    margin-top: 15px;
  }
  section.section-hero--wideP:not(.hero) p {
    margin-top: 20px;
    max-width: 465px;
  }
}

@media (min-width: 992px) {
  section.section-hero--extraWideP:not(.hero) h2 {
    max-width: 550px;
  }
  section.section-hero--extraWideP:not(.hero) p {
    margin-top: 30px;
    max-width: 525px;
  }
}

@media (min-width: 992px) {
  section.section-hero--wideHeadline:not(.hero) {
    padding-bottom: 142px;
  }
  section.section-hero--wideHeadline:not(.hero) .row > div:first-child {
    padding-right: 0;
  }
  section.section-hero--wideHeadline:not(.hero) h2 {
    letter-spacing: unset;
    max-width: unset;
  }
  section.section-hero--wideHeadline:not(.hero) p {
    max-width: 430px;
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  section.section-hero--tulsa:not(.hero) {
    padding-top: 113px !important;
    padding-bottom: 135px;
  }
  section.section-hero--tulsa:not(.hero) h2 {
    margin-top: 0;
  }
  section.section-hero--tulsa:not(.hero) p {
    margin-top: 35px;
  }
}

@media (min-width: 992px) {
  section.section-hero--seth:not(.hero) p {
    margin-top: 45px;
  }
}

section.section-loans:not(.hero) {
  padding-top: 103px !important;
  padding-bottom: 76px;
}
@media (max-width: 991.98px) {
  section.section-loans:not(.hero) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  section.section-loans:not(.hero) {
    padding-top: 30px !important;
    padding-bottom: 30px;
  }
}
section.section-loans:not(.hero) .container {
  max-width: 1300px;
}
@media (max-width: 991.98px) {
  section.section-loans:not(.hero) .fr-view {
    margin-bottom: 0;
  }
}
section.section-loans:not(.hero) .nav-tabs {
  background: none;
  display: flex !important;
  gap: 100px;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  section.section-loans:not(.hero) .nav-tabs {
    gap: 60px;
    margin-bottom: 10px;
  }
}
section.section-loans:not(.hero) .nav-tabs li {
  margin: 0;
}
section.section-loans:not(.hero) .nav-tabs li::marker {
  content: none;
}
section.section-loans:not(.hero) .nav-tabs button {
  background: none;
  border: none;
  border-bottom: 2px solid #FFFFFF;
  color: #464746;
  font-size: 29px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 7px;
}
@media (max-width: 991.98px) {
  section.section-loans:not(.hero) .nav-tabs button {
    font-size: 12px;
  }
}
section.section-loans:not(.hero) .nav-tabs button.active {
  border-color: #AF8E4C;
}
section.section-loans:not(.hero) .tab-pane {
  display: none;
}
section.section-loans:not(.hero) .tab-pane.active {
  display: block;
}
section.section-loans:not(.hero) h1 {
  font-weight: 400;
  line-height: 110%;
  letter-spacing: unset;
  margin: 0;
}
section.section-loans:not(.hero) h3 {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  section.section-loans:not(.hero) h3 {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 140%;
    letter-spacing: 0.2px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
section.section-loans:not(.hero) .slick-dots {
  position: unset;
  margin-top: 70px;
}
section.section-loans:not(.hero) .slick-dots li {
  height: 18px;
  width: 18px;
  margin: 0 3px;
}
@media (max-width: 767.98px) {
  section.section-loans:not(.hero) .slick-dots {
    margin-top: 10px;
  }
  section.section-loans:not(.hero) .slick-dots li {
    height: 12px;
    width: 12px;
    margin: 0 1px;
  }
  section.section-loans:not(.hero) .slick-dots li button:before {
    height: 12px !important;
    width: 12px !important;
  }
}
section.section-loans:not(.hero) .slick-slide {
  width: 315px;
  padding: 0 3px;
}
@media (max-width: 1199.98px) {
  section.section-loans:not(.hero) .slick-slide {
    width: calc((100vw - 40px) / 3);
  }
}
@media (max-width: 767.98px) {
  section.section-loans:not(.hero) .slick-slide {
    width: calc((100vw - 40px) / 2);
  }
}
section.section-loans:not(.hero) .slick-slide img {
  margin-bottom: 7px;
}
section.section-loans:not(.hero) .slick-slide .heading,
section.section-loans:not(.hero) .slick-slide .subheading {
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  margin-bottom: 10px;
}
section.section-loans:not(.hero) .slick-slide .heading p,
section.section-loans:not(.hero) .slick-slide .subheading p {
  margin: 0;
}
@media (max-width: 767.98px) {
  section.section-loans:not(.hero) .slick-slide .heading,
  section.section-loans:not(.hero) .slick-slide .subheading {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 16px;
    margin-bottom: 0px;
  }
}
section.section-loans:not(.hero) .slick-slide .heading p {
  font-weight: 700;
}
section.section-loans:not(.hero) .slick-slide .subheading {
  font-weight: 300;
}
section.section-loans:not(.hero) .slick-slide .cta {
  color: #464746;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  margin-top: 15px;
  position: relative;
}
section.section-loans:not(.hero) .slick-slide .cta:after {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  right: -20px;
  content: "\f105";
  font-family: "Font Awesome 5 Pro", Sans-Serif;
}
@media (max-width: 767.98px) {
  section.section-loans:not(.hero) .slick-slide .cta {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 8px;
  }
  section.section-loans:not(.hero) .slick-slide .cta:after {
    right: -10px;
  }
}
section.section-loans:not(.hero) .slick-arrow.slick-prev,
section.section-loans:not(.hero) .slick-arrow.slick-next {
  left: 50%;
  bottom: 0px;
  top: unset;
}
section.section-loans:not(.hero) .slick-arrow.slick-prev:before,
section.section-loans:not(.hero) .slick-arrow.slick-next:before {
  font-weight: 400;
}
section.section-loans:not(.hero) .slick-arrow.slick-prev {
  transform: translate(-218px, 8px);
}
@media (max-width: 767.98px) {
  section.section-loans:not(.hero) .slick-arrow.slick-prev {
    transform: translate(-158px, 12px);
  }
  section.section-loans:not(.hero) .slick-arrow.slick-prev:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.section-loans:not(.hero) .slick-arrow.slick-next {
  transform: translate(182px, 8px);
}
@media (max-width: 767.98px) {
  section.section-loans:not(.hero) .slick-arrow.slick-next {
    transform: translate(122px, 12px);
  }
  section.section-loans:not(.hero) .slick-arrow.slick-next:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
section.section-loans:not(.hero) .slick-dots li button:before {
  border-color: #DCE0E2;
  background-color: #DCE0E2;
  height: 18px;
  width: 18px;
}
section.section-loans:not(.hero) .slick-dots li.slick-active button:before {
  border-color: #AF8E4C !important;
  background-color: #AF8E4C !important;
}

section.section-mapplic {
  padding-top: 50px !important;
  padding-bottom: 140px !important;
}
section.section-mapplic .container {
  max-width: 1250px;
}
section.section-mapplic .fr-view {
  margin-bottom: 0;
}
section.section-mapplic h1 {
  color: #AF8E4C;
  letter-spacing: unset;
  font-weight: 400;
}
section.section-mapplic h3 {
  color: #000000;
  line-height: 150%;
  letter-spacing: 1.16px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  section.section-mapplic {
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
  section.section-mapplic h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 5px;
  }
  section.section-mapplic h3 {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 150%;
    letter-spacing: unset;
    margin-bottom: 20px;
  }
}

section.section-missionHeading:not(.hero) {
  padding-top: 60px !important;
  padding-bottom: 20px;
}
@media (max-width: 1750px) {
  section.section-missionHeading:not(.hero) {
    padding-bottom: 60px;
  }
}
@media (max-width: 1399.98px) {
  section.section-missionHeading:not(.hero) {
    padding-bottom: 70px;
  }
}
@media (max-width: 1199.98px) {
  section.section-missionHeading:not(.hero) {
    padding-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  section.section-missionHeading:not(.hero) {
    padding-bottom: 40px;
  }
  section.section-missionHeading:not(.hero) h4 {
    margin-top: 7px;
  }
}
@media (max-width: 575.98px) {
  section.section-missionHeading:not(.hero) {
    padding-top: 27px !important;
    padding-bottom: 30px !important;
  }
  section.section-missionHeading:not(.hero) h4 {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 30%; /* 3px */
    letter-spacing: 2px;
    margin-top: 7px;
  }
}

section.section-mission:not(.hero) .container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1150px;
  min-height: 19vw;
}
@media (max-width: 1199.98px) {
  section.section-mission:not(.hero) .container {
    min-height: 26vw;
  }
}
@media (max-width: 767.98px) {
  section.section-mission:not(.hero) .container {
    min-height: 19vw;
  }
}
section.section-mission:not(.hero) .container img {
  box-shadow: 0px 5px 9.2px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  max-width: 53vw;
}
section.section-mission:not(.hero) .container img:first-child {
  left: 20px;
  z-index: 2;
  max-width: 30vw;
}
section.section-mission:not(.hero) .container img:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
section.section-mission:not(.hero) .container img:last-child {
  right: 20px;
  z-index: 2;
  max-width: 30vw;
}
@media (max-width: 575.98px) {
  section.section-mission:not(.hero) {
    min-height: 19vw;
    padding-top: 15px !important;
  }
  section.section-mission:not(.hero) .container img:first-child {
    left: 0;
  }
  section.section-mission:not(.hero) .container img:last-child {
    right: 0;
  }
}

section.section-missionCopy:not(.hero) {
  padding-top: 30px !important;
  padding-bottom: 160px;
}
section.section-missionCopy:not(.hero) .container {
  max-width: 1310px;
}
section.section-missionCopy:not(.hero) p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 150%;
  letter-spacing: 0.96px;
}
@media (max-width: 991.98px) {
  section.section-missionCopy:not(.hero) {
    padding-bottom: 80px;
  }
}
@media (max-width: 575.98px) {
  section.section-missionCopy:not(.hero) {
    padding-top: 15px !important;
    padding-bottom: 27px;
  }
  section.section-missionCopy:not(.hero) p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

section.section-overview {
  padding-top: 54px !important;
  padding-bottom: 65px !important;
}
section.section-overview .container {
  max-width: 1360px;
}
section.section-overview .fr-view {
  margin-bottom: 0;
}
section.section-overview h1 {
  font-weight: 400;
  letter-spacing: unset;
  margin-bottom: 0;
}
section.section-overview .btn--list {
  margin-top: 85px;
}
section.section-overview .btn--list > div {
  padding: 0;
  width: 25%;
}
section.section-overview .btn--list > div:last-child .card-icon {
  border: none;
}
section.section-overview .btn--list > div:first-child .num {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"49\" height=\"88\" viewBox=\"0 0 49 88\" fill=\"none\"><g clip-path=\"url%28%23clip0_3476_18949%29\"><path d=\"M44.6507 17.2527H4.34927C1.94724 17.2527 0 19.1988 0 21.5995V83.6531C0 86.0537 1.94724 87.9999 4.34927 87.9999H44.6507C47.0528 87.9999 49 86.0537 49 83.6531V21.5995C49 19.1988 47.0528 17.2527 44.6507 17.2527Z\" fill=\"%23CACBCE\"/><path d=\"M43.681 21.0747H5.31856C4.55259 21.0747 3.93164 21.6953 3.93164 22.4609V23.4029C3.93164 24.1684 4.55259 24.789 5.31856 24.789H43.681C44.447 24.789 45.0679 24.1684 45.0679 23.4029V22.4609C45.0679 21.6953 44.447 21.0747 43.681 21.0747Z\" fill=\"%238B9095\"/><path d=\"M43.3309 29.9973H5.66866C4.70933 29.9973 3.93164 30.7746 3.93164 31.7334V38.9198C3.93164 39.8786 4.70933 40.6558 5.66866 40.6558H43.3309C44.2903 40.6558 45.0679 39.8786 45.0679 38.9198V31.7334C45.0679 30.7746 44.2903 29.9973 43.3309 29.9973Z\" fill=\"%233D4D52\"/><path d=\"M35.4806 40.6558H22.5135L13.5322 29.9973H26.4993L35.4806 40.6558Z\" fill=\"%23616B70\"/><path d=\"M28.8155 31.5047C28.8155 31.5047 29.0444 31.72 29.4619 32.1506V34.8287C29.4619 34.8287 29.2464 35.0575 28.8155 35.4747C28.8021 35.4747 28.7213 35.4074 28.6001 35.2594V31.7065C28.6001 31.7065 28.6674 31.6123 28.8155 31.4912V31.5047ZM29.2464 35.4747C29.2464 35.4747 29.3407 35.542 29.4619 35.69V39.0275C29.4619 39.0275 29.3945 39.1217 29.2464 39.2429C29.233 39.2429 29.0175 39.0275 28.6001 38.5969V36.1207C28.6001 36.1207 28.8155 35.8919 29.2464 35.4747Z\" fill=\"%2372A3BF\"/><path d=\"M31.8859 35.4881C31.8859 35.4881 32.1148 35.7034 32.5322 36.1341V38.3412C32.5322 38.3412 32.3167 38.5699 31.8859 38.9871C31.8724 38.9871 31.7916 38.9198 31.6704 38.7718V35.69C31.6704 35.69 31.7377 35.5958 31.8859 35.4747V35.4881ZM32.2898 31.5046H35.3734C35.3734 31.5046 35.4676 31.5719 35.5888 31.72C35.5888 31.7334 35.3734 31.9487 34.9425 32.3659H32.7342C32.7342 32.3659 32.5053 32.1506 32.0878 31.72C32.0878 31.7065 32.1552 31.6258 32.3033 31.5046H32.2898ZM32.5322 34.9498H35.0906C35.0906 34.9498 35.2522 35.0979 35.5215 35.3805V35.4074C35.5215 35.4074 35.3733 35.5689 35.0906 35.838H32.5322C32.5322 35.838 32.3706 35.69 32.1013 35.4074V35.3805C32.1013 35.3805 32.2494 35.219 32.5322 34.9498ZM32.7476 38.3815H34.9559C34.9559 38.3815 35.1848 38.5969 35.6023 39.0275C35.6023 39.041 35.5349 39.1217 35.3868 39.2428H32.3033C32.3033 39.2428 32.209 39.1755 32.0878 39.0275C32.0878 39.014 32.3033 38.7987 32.7342 38.3815H32.7476ZM35.8042 31.7469C35.8042 31.7469 35.8985 31.8142 36.0197 31.9622V35.044C36.0197 35.044 35.9524 35.1382 35.8042 35.2593C35.7908 35.2593 35.5753 35.044 35.1579 34.6134V32.4063C35.1579 32.4063 35.3734 32.1775 35.8042 31.7603V31.7469Z\" fill=\"%2372A3BF\"/><path d=\"M38.349 31.5046H41.4325C41.4325 31.5046 41.5267 31.5719 41.6479 31.72C41.6479 31.7334 41.4325 31.9487 41.0016 32.3659H38.7933C38.7933 32.3659 38.5644 32.1506 38.147 31.72C38.147 31.7065 38.2143 31.6258 38.3624 31.5046H38.349ZM38.8068 38.3815H41.0151C41.0151 38.3815 41.244 38.5969 41.6614 39.0275C41.6614 39.041 41.5941 39.1217 41.446 39.2428H38.3624C38.3624 39.2428 38.2682 39.1755 38.147 39.0275C38.147 39.014 38.3624 38.7987 38.7933 38.3815H38.8068ZM38.6452 34.9094H41.2036C41.2036 34.9094 41.3652 35.0575 41.6345 35.3401V35.367C41.6345 35.367 41.4864 35.5285 41.2036 35.7977H38.6452C38.6452 35.7977 38.4836 35.6496 38.2143 35.367V35.3401C38.2143 35.3401 38.3624 35.1786 38.6452 34.9094ZM41.8634 31.7469C41.8634 31.7469 41.9576 31.8142 42.0788 31.9622V35.044C42.0788 35.044 42.0115 35.1382 41.8634 35.2593C41.8499 35.2593 41.6345 35.044 41.217 34.6134V32.4063C41.217 32.4063 41.4325 32.1775 41.8634 31.7603V31.7469ZM41.8634 35.4747C41.8634 35.4747 41.9576 35.542 42.0788 35.69V38.7718C42.0788 38.7718 42.0115 38.866 41.8634 38.9871C41.8499 38.9871 41.6345 38.7718 41.217 38.3412V36.1341C41.217 36.1341 41.4325 35.9053 41.8634 35.4881V35.4747Z\" fill=\"%2372A3BF\"/><path d=\"M10.1795 46.0388H4.61837C4.2391 46.0388 3.93164 46.3461 3.93164 46.7252V50.5337C3.93164 50.9128 4.2391 51.22 4.61837 51.22H10.1795C10.5588 51.22 10.8662 50.9128 10.8662 50.5337V46.7252C10.8662 46.3461 10.5588 46.0388 10.1795 46.0388Z\" fill=\"%238B9095\"/><path d=\"M18.7298 46.0388H13.1687C12.7894 46.0388 12.4819 46.3461 12.4819 46.7252V50.5337C12.4819 50.9128 12.7894 51.22 13.1687 51.22H18.7298C19.1091 51.22 19.4165 50.9128 19.4165 50.5337V46.7252C19.4165 46.3461 19.1091 46.0388 18.7298 46.0388Z\" fill=\"%238B9095\"/><path d=\"M27.2806 46.0388H21.7194C21.3402 46.0388 21.0327 46.3461 21.0327 46.7252V50.5337C21.0327 50.9128 21.3402 51.22 21.7194 51.22H27.2806C27.6599 51.22 27.9673 50.9128 27.9673 50.5337V46.7252C27.9673 46.3461 27.6599 46.0388 27.2806 46.0388Z\" fill=\"%238B9095\"/><path d=\"M35.8309 46.0388H30.2697C29.8905 46.0388 29.583 46.3461 29.583 46.7252V50.5337C29.583 50.9128 29.8905 51.22 30.2697 51.22H35.8309C36.2101 51.22 36.5176 50.9128 36.5176 50.5337V46.7252C36.5176 46.3461 36.2101 46.0388 35.8309 46.0388Z\" fill=\"%238B9095\"/><path d=\"M44.3812 46.0388H38.82C38.4408 46.0388 38.1333 46.3461 38.1333 46.7252V50.5337C38.1333 50.9128 38.4408 51.22 38.82 51.22H44.3812C44.7604 51.22 45.0679 50.9128 45.0679 50.5337V46.7252C45.0679 46.3461 44.7604 46.0388 44.3812 46.0388Z\" fill=\"%23AF8E4C\"/><path d=\"M10.1795 53.804H4.61837C4.2391 53.804 3.93164 54.1112 3.93164 54.4903V58.2988C3.93164 58.6779 4.2391 58.9852 4.61837 58.9852H10.1795C10.5588 58.9852 10.8662 58.6779 10.8662 58.2988V54.4903C10.8662 54.1112 10.5588 53.804 10.1795 53.804Z\" fill=\"%238B9095\"/><path d=\"M18.7298 53.804H13.1687C12.7894 53.804 12.4819 54.1112 12.4819 54.4903V58.2988C12.4819 58.6779 12.7894 58.9852 13.1687 58.9852H18.7298C19.1091 58.9852 19.4165 58.6779 19.4165 58.2988V54.4903C19.4165 54.1112 19.1091 53.804 18.7298 53.804Z\" fill=\"%238B9095\"/><path d=\"M27.2806 53.804H21.7194C21.3402 53.804 21.0327 54.1112 21.0327 54.4903V58.2988C21.0327 58.6779 21.3402 58.9852 21.7194 58.9852H27.2806C27.6599 58.9852 27.9673 58.6779 27.9673 58.2988V54.4903C27.9673 54.1112 27.6599 53.804 27.2806 53.804Z\" fill=\"%238B9095\"/><path d=\"M35.8309 53.804H30.2697C29.8905 53.804 29.583 54.1112 29.583 54.4903V58.2988C29.583 58.6779 29.8905 58.9852 30.2697 58.9852H35.8309C36.2101 58.9852 36.5176 58.6779 36.5176 58.2988V54.4903C36.5176 54.1112 36.2101 53.804 35.8309 53.804Z\" fill=\"%238B9095\"/><path d=\"M44.3812 53.804H38.82C38.4408 53.804 38.1333 54.1112 38.1333 54.4903V58.2988C38.1333 58.6779 38.4408 58.9852 38.82 58.9852H44.3812C44.7604 58.9852 45.0679 58.6779 45.0679 58.2988V54.4903C45.0679 54.1112 44.7604 53.804 44.3812 53.804Z\" fill=\"%23757D82\"/><path d=\"M10.1795 61.5557H4.61837C4.2391 61.5557 3.93164 61.8629 3.93164 62.242V66.0505C3.93164 66.4296 4.2391 66.7369 4.61837 66.7369H10.1795C10.5588 66.7369 10.8662 66.4296 10.8662 66.0505V62.242C10.8662 61.8629 10.5588 61.5557 10.1795 61.5557Z\" fill=\"%238B9095\"/><path d=\"M18.7298 61.5557H13.1687C12.7894 61.5557 12.4819 61.8629 12.4819 62.242V66.0505C12.4819 66.4296 12.7894 66.7369 13.1687 66.7369H18.7298C19.1091 66.7369 19.4165 66.4296 19.4165 66.0505V62.242C19.4165 61.8629 19.1091 61.5557 18.7298 61.5557Z\" fill=\"%238B9095\"/><path d=\"M27.2806 61.5557H21.7194C21.3402 61.5557 21.0327 61.8629 21.0327 62.242V66.0505C21.0327 66.4296 21.3402 66.7369 21.7194 66.7369H27.2806C27.6599 66.7369 27.9673 66.4296 27.9673 66.0505V62.242C27.9673 61.8629 27.6599 61.5557 27.2806 61.5557Z\" fill=\"%238B9095\"/><path d=\"M35.8309 61.5557H30.2697C29.8905 61.5557 29.583 61.8629 29.583 62.242V66.0505C29.583 66.4296 29.8905 66.7369 30.2697 66.7369H35.8309C36.2101 66.7369 36.5176 66.4296 36.5176 66.0505V62.242C36.5176 61.8629 36.2101 61.5557 35.8309 61.5557Z\" fill=\"%238B9095\"/><path d=\"M44.3812 61.5557H38.82C38.4408 61.5557 38.1333 61.8629 38.1333 62.242V66.0505C38.1333 66.4296 38.4408 66.7369 38.82 66.7369H44.3812C44.7604 66.7369 45.0679 66.4296 45.0679 66.0505V62.242C45.0679 61.8629 44.7604 61.5557 44.3812 61.5557Z\" fill=\"%23757D82\"/><path d=\"M10.1795 69.3071H4.61837C4.2391 69.3071 3.93164 69.6144 3.93164 69.9935V73.802C3.93164 74.1811 4.2391 74.4883 4.61837 74.4883H10.1795C10.5588 74.4883 10.8662 74.1811 10.8662 73.802V69.9935C10.8662 69.6144 10.5588 69.3071 10.1795 69.3071Z\" fill=\"%238B9095\"/><path d=\"M18.7298 69.3071H13.1687C12.7894 69.3071 12.4819 69.6144 12.4819 69.9935V73.802C12.4819 74.1811 12.7894 74.4883 13.1687 74.4883H18.7298C19.1091 74.4883 19.4165 74.1811 19.4165 73.802V69.9935C19.4165 69.6144 19.1091 69.3071 18.7298 69.3071Z\" fill=\"%238B9095\"/><path d=\"M27.2806 69.3071H21.7194C21.3402 69.3071 21.0327 69.6144 21.0327 69.9935V73.802C21.0327 74.1811 21.3402 74.4883 21.7194 74.4883H27.2806C27.6599 74.4883 27.9673 74.1811 27.9673 73.802V69.9935C27.9673 69.6144 27.6599 69.3071 27.2806 69.3071Z\" fill=\"%238B9095\"/><path d=\"M35.8309 69.3071H30.2697C29.8905 69.3071 29.583 69.6144 29.583 69.9935V73.802C29.583 74.1811 29.8905 74.4883 30.2697 74.4883H35.8309C36.2101 74.4883 36.5176 74.1811 36.5176 73.802V69.9935C36.5176 69.6144 36.2101 69.3071 35.8309 69.3071Z\" fill=\"%238B9095\"/><path d=\"M44.3812 69.3071H38.82C38.4408 69.3071 38.1333 69.6144 38.1333 69.9935V81.5536C38.1333 81.9327 38.4408 82.24 38.82 82.24H44.3812C44.7604 82.24 45.0679 81.9327 45.0679 81.5536V69.9935C45.0679 69.6144 44.7604 69.3071 44.3812 69.3071Z\" fill=\"%23464746\"/><path d=\"M10.1795 77.0588H4.61837C4.2391 77.0588 3.93164 77.3661 3.93164 77.7452V81.5537C3.93164 81.9328 4.2391 82.2401 4.61837 82.2401H10.1795C10.5588 82.2401 10.8662 81.9328 10.8662 81.5537V77.7452C10.8662 77.3661 10.5588 77.0588 10.1795 77.0588Z\" fill=\"%238B9095\"/><path d=\"M18.7298 77.0588H13.1687C12.7894 77.0588 12.4819 77.3661 12.4819 77.7452V81.5537C12.4819 81.9328 12.7894 82.2401 13.1687 82.2401H18.7298C19.1091 82.2401 19.4165 81.9328 19.4165 81.5537V77.7452C19.4165 77.3661 19.1091 77.0588 18.7298 77.0588Z\" fill=\"%238B9095\"/><path d=\"M27.2806 77.0588H21.7194C21.3402 77.0588 21.0327 77.3661 21.0327 77.7452V81.5537C21.0327 81.9328 21.3402 82.2401 21.7194 82.2401H27.2806C27.6599 82.2401 27.9673 81.9328 27.9673 81.5537V77.7452C27.9673 77.3661 27.6599 77.0588 27.2806 77.0588Z\" fill=\"%238B9095\"/><path d=\"M35.8309 77.0588H30.2697C29.8905 77.0588 29.583 77.3661 29.583 77.7452V81.5537C29.583 81.9328 29.8905 82.2401 30.2697 82.2401H35.8309C36.2101 82.2401 36.5176 81.9328 36.5176 81.5537V77.7452C36.5176 77.3661 36.2101 77.0588 35.8309 77.0588Z\" fill=\"%238B9095\"/><path d=\"M37.5336 1.68051L37.8642 1.97187L38.1948 1.68051L39.3454 0.666471L40.3265 1.53121V24.2891H8.67334V1.53256L9.66649 0.665156L10.8186 1.68051L11.1477 1.97055L11.4781 1.68199L12.6423 0.665156L13.7944 1.68051L14.1235 1.97055L14.4539 1.68199L15.6181 0.665156L16.7702 1.68051L17.1008 1.97187L17.4314 1.68051L18.5835 0.665156L19.7477 1.68199L20.0781 1.97055L20.4072 1.68051L21.5578 0.666471L22.7084 1.68051L23.039 1.97187L23.3696 1.68051L24.5201 0.666471L25.6707 1.68051L26.0013 1.97187L26.3319 1.68051L27.484 0.665155L28.6482 1.68199L28.9786 1.97055L29.3077 1.68051L30.4583 0.666471L31.6089 1.68051L31.9395 1.97187L32.2701 1.68051L33.4207 0.66647L34.5712 1.68051L34.9018 1.97187L35.2324 1.68051L36.383 0.66647L37.5336 1.68051Z\" fill=\"white\" stroke=\"%23F5F5F5\"/></g><defs><clipPath id=\"clip0_3476_18949\"><rect width=\"49\" height=\"88\" fill=\"white\"/></clipPath></defs></svg>");
  height: 88px;
  width: 50px;
}
section.section-overview .btn--list > div:nth-child(2) .num {
  margin-top: 10px;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"70\" height=\"69\" viewBox=\"0 0 70 69\" fill=\"none\"><path d=\"M18.3889 1.125H13.0889V8.41667H18.3889V1.125Z\" fill=\"%23D34A4E\"/><path d=\"M20.4501 2.875H10.7334V20.9583H20.4501V2.875Z\" fill=\"%23D34A4E\"/><g filter=\"url%28%23filter0_d_5711_1398%29\"><path d=\"M62.5557 66.4583H8.0835V26.2083L35.1724 4.625L62.5557 26.2083V66.4583Z\" fill=\"white\"/></g><path d=\"M8.0835 25.0417V30.875L35.1724 9.29167L62.5557 30.875V25.0417L35.1724 3.75L8.0835 25.0417Z\" fill=\"%23B0B0AE\"/><path d=\"M33.7004 30.875H15.7393V66.4583H33.7004V30.875Z\" fill=\"%23004E7B\"/><path d=\"M23.9836 34.0833H18.0947V60.0416H23.9836V34.0833Z\" fill=\"%23D0CFC9\"/><path d=\"M23.9836 34.0833H18.0947V38.1666H23.9836V34.0833Z\" fill=\"%23B0B0AE\"/><path d=\"M31.0505 34.0833H25.1616V60.0416H31.0505V34.0833Z\" fill=\"%23D0CFC9\"/><path d=\"M31.0505 34.0833H25.1616V38.1666H31.0505V34.0833Z\" fill=\"%23B0B0AE\"/><path d=\"M57.2556 31.1665H38.7056V47.7915H57.2556V31.1665Z\" fill=\"%23D0CFC9\"/><path d=\"M56.6666 32.0415H39.5889V35.2498H56.6666V32.0415Z\" fill=\"%23B0B0AE\"/><path d=\"M56.6667 30.2915H39.5889H38.1167V31.7498V46.6248V48.0832H39.5889H56.6667H58.1389V46.6248V31.7498V30.2915H56.6667ZM56.6667 32.0415V38.7498H49.0111V32.0415H56.6667ZM39.5889 32.0415H47.2445V38.7498H39.5889V32.0415ZM39.5889 40.2082H47.2445V46.9165H39.5889V40.2082ZM49.0111 46.9165V40.2082H56.6667V46.9165H49.0111Z\" fill=\"%23004E7B\"/><path d=\"M32.2282 50.1249H28.6948C28.4004 50.1249 28.106 49.8333 28.106 49.5416C28.106 49.2499 28.4004 48.9583 28.6948 48.9583H32.2282C32.5226 48.9583 32.8171 49.2499 32.8171 49.5416C32.8171 49.8333 32.5226 50.1249 32.2282 50.1249Z\" fill=\"%23AD8D4B\"/><path d=\"M2.78352 31.1666C2.19463 31.1666 1.60574 30.8749 1.3113 30.2916C0.722409 29.4166 0.72241 28.2499 1.60574 27.3749L35.4669 0.833252L69.0335 27.6666C69.9169 28.2499 70.2113 29.7083 69.328 30.5833C68.7391 31.4583 67.2669 31.7499 66.3835 30.8749L35.1724 6.37492L3.9613 30.5833C3.66685 30.8749 3.37241 31.1666 2.78352 31.1666Z\" fill=\"%23D34A4E\"/><defs><filter id=\"filter0_d_5711_1398\" x=\"7.0835\" y=\"4.625\" width=\"56.4722\" height=\"63.8333\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"0.5\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/><feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_5711_1398\"/><feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_5711_1398\" result=\"shape\"/></filter></defs></svg>");
  height: 66px;
  width: 70px;
}
section.section-overview .btn--list > div:nth-child(3) .num {
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"82\" height=\"78\" viewBox=\"0 0 82 78\" fill=\"none\"><g clip-path=\"url%28%23clip0_3476_18914%29\"><path d=\"M38.3159 66.6377H81.2585C81.2585 71.9422 76.9643 76.2346 71.6859 76.2346H28.7305C34.0216 76.2346 38.3031 71.9294 38.3031 66.6377H38.3159Z\" fill=\"%23BCBEC1\"/><g filter=\"url%28%23filter0_d_3476_18914%29\"><path d=\"M52.5282 1.75293C57.8193 1.75293 62.1008 6.05807 62.1008 11.3498V66.6376H38.3162C38.3162 71.9422 34.0219 76.2345 28.7436 76.2345C23.4652 76.2345 19.1709 71.9294 19.1709 66.6376V11.3498C19.1582 6.05807 14.8639 1.75293 9.57275 1.75293H52.5154H52.5282Z\" fill=\"%23FFFEF8\"/><path d=\"M19.4209 11.3492C19.4104 7.00298 16.5848 3.30498 12.6722 2.00293H52.5154H52.5282C57.6804 2.00293 61.8508 6.19533 61.8508 11.3498V66.3876H38.3162H38.0662V66.6376C38.0662 71.8045 33.8835 75.9845 28.7436 75.9845C23.6039 75.9845 19.4209 71.7919 19.4209 66.6376L19.4209 11.3498L19.4209 11.3492Z\" stroke=\"%23D0CFC9\" stroke-width=\"0.5\"/></g><path d=\"M9.57263 1.75293C14.8638 1.75293 19.1453 6.05807 19.1453 11.3498H0C0 6.05807 4.29426 1.75293 9.57263 1.75293Z\" fill=\"%23A2A6AA\"/><path d=\"M54.6367 10.5424H24.6279C24.1806 10.5424 23.8228 10.1836 23.8228 9.73519C23.8228 9.28674 24.1806 8.92798 24.6279 8.92798H54.6367C55.084 8.92798 55.4418 9.28674 55.4418 9.73519C55.4418 10.1836 55.084 10.5424 54.6367 10.5424Z\" fill=\"%23A2A6AA\"/><path d=\"M50.713 14.2453H24.6279C24.1806 14.2453 23.8228 13.8865 23.8228 13.4381C23.8228 12.9896 24.1806 12.6309 24.6279 12.6309H50.713C51.1603 12.6309 51.5182 12.9896 51.5182 13.4381C51.5182 13.8865 51.1603 14.2453 50.713 14.2453Z\" fill=\"%23A2A6AA\"/><path d=\"M55.6081 17.9611H24.6152C24.1679 17.9611 23.8101 17.6023 23.8101 17.1539C23.8101 16.7054 24.1679 16.3467 24.6152 16.3467H55.6081C56.0554 16.3467 56.4132 16.7054 56.4132 17.1539C56.4132 17.6023 56.0554 17.9611 55.6081 17.9611Z\" fill=\"%23A2A6AA\"/><path d=\"M54.6367 21.664H24.6279C24.1806 21.664 23.8228 21.3052 23.8228 20.8568C23.8228 20.4083 24.1806 20.0496 24.6279 20.0496H54.6367C55.084 20.0496 55.4418 20.4083 55.4418 20.8568C55.4418 21.3052 55.084 21.664 54.6367 21.664Z\" fill=\"%23A2A6AA\"/><path d=\"M56.5922 25.3798H24.6152C24.1679 25.3798 23.8101 25.021 23.8101 24.5726C23.8101 24.1241 24.1679 23.7654 24.6152 23.7654H56.5922C57.0395 23.7654 57.3973 24.1241 57.3973 24.5726C57.3973 25.021 57.0395 25.3798 56.5922 25.3798Z\" fill=\"%23A2A6AA\"/><path d=\"M52.9114 29.0956H24.6152C24.1679 29.0956 23.8101 28.7369 23.8101 28.2884C23.8101 27.84 24.1679 27.4812 24.6152 27.4812H52.9114C53.3587 27.4812 53.7165 27.84 53.7165 28.2884C53.7165 28.7369 53.3587 29.0956 52.9114 29.0956Z\" fill=\"%23A2A6AA\"/><path d=\"M57.6785 32.7985H24.6152C24.1679 32.7985 23.8101 32.4398 23.8101 31.9913C23.8101 31.5428 24.1679 31.1841 24.6152 31.1841H57.6785C58.1258 31.1841 58.4837 31.5428 58.4837 31.9913C58.4837 32.4398 58.1258 32.7985 57.6785 32.7985Z\" fill=\"%23A2A6AA\"/><path d=\"M55.7103 36.5143H24.6152C24.1679 36.5143 23.8101 36.1556 23.8101 35.7071C23.8101 35.2587 24.1679 34.8999 24.6152 34.8999H55.7103C56.1576 34.8999 56.5155 35.2587 56.5155 35.7071C56.5155 36.1556 56.1576 36.5143 55.7103 36.5143Z\" fill=\"%23A2A6AA\"/><path d=\"M52.873 40.2299H24.6152C24.1679 40.2299 23.8101 39.8711 23.8101 39.4227C23.8101 38.9742 24.1679 38.6155 24.6152 38.6155H52.873C53.3203 38.6155 53.6782 38.9742 53.6782 39.4227C53.6782 39.8711 53.3203 40.2299 52.873 40.2299Z\" fill=\"%23A2A6AA\"/><path d=\"M52.3618 43.9328H24.6152C24.1679 43.9328 23.8101 43.574 23.8101 43.1256C23.8101 42.6771 24.1679 42.3184 24.6152 42.3184H52.3618C52.8091 42.3184 53.167 42.6771 53.167 43.1256C53.167 43.574 52.8091 43.9328 52.3618 43.9328Z\" fill=\"%23A2A6AA\"/><path d=\"M56.7966 47.6486H24.6152C24.1679 47.6486 23.8101 47.2898 23.8101 46.8414C23.8101 46.3929 24.1679 46.0342 24.6152 46.0342H56.7966C57.244 46.0342 57.6018 46.3929 57.6018 46.8414C57.6018 47.2898 57.244 47.6486 56.7966 47.6486Z\" fill=\"%23A2A6AA\"/><path d=\"M38.3927 51.3515H24.6152C24.1679 51.3515 23.8101 50.9927 23.8101 50.5443C23.8101 50.0958 24.1679 49.7371 24.6152 49.7371H38.3927C38.84 49.7371 39.1978 50.0958 39.1978 50.5443C39.1978 50.9927 38.84 51.3515 38.3927 51.3515Z\" fill=\"%23A2A6AA\"/><path d=\"M57.6784 60.0131H39.5684C39.121 60.0131 38.7632 59.6544 38.7632 59.2059C38.7632 58.7574 39.121 58.3987 39.5684 58.3987H57.6784C58.1257 58.3987 58.4836 58.7574 58.4836 59.2059C58.4836 59.6544 58.1257 60.0131 57.6784 60.0131Z\" fill=\"%23A2A6AA\"/><path d=\"M35.5426 58.386C35.5426 58.9882 34.8013 59.4622 34.6224 60.0004C34.4435 60.5642 34.763 61.3842 34.4179 61.8454C34.0728 62.3195 33.2038 62.2683 32.7309 62.6142C32.2708 62.9474 32.0407 63.8058 31.4912 63.9852C30.9544 64.1646 30.277 63.6008 29.6763 63.6008C29.0756 63.6008 28.3983 64.1518 27.8615 63.9852C27.2991 63.8058 27.0819 62.9474 26.6218 62.6142C26.1489 62.2683 25.2798 62.3195 24.9347 61.8454C24.6025 61.3842 24.9092 60.5642 24.7303 60.0004C24.5513 59.4622 23.8101 58.9882 23.8101 58.386C23.8101 57.7837 24.5513 57.3097 24.7303 56.7715C24.9092 56.2078 24.5897 55.3877 24.9347 54.9265C25.2798 54.4524 26.1489 54.5036 26.6218 54.1577C27.0819 53.8246 27.3119 52.9661 27.8615 52.7867C28.3983 52.6073 29.0756 53.1711 29.6763 53.1711C30.277 53.1711 30.9544 52.6201 31.4912 52.7867C32.0535 52.9661 32.2708 53.8246 32.7309 54.1577C33.2038 54.5036 34.0728 54.4524 34.4179 54.9265C34.7502 55.3877 34.4435 56.2078 34.6224 56.7715C34.8013 57.3097 35.5426 57.7837 35.5426 58.386Z\" fill=\"%23464746\"/><path d=\"M33.5359 58.3859C33.5359 60.5256 31.8105 62.2554 29.6761 62.2554C27.5418 62.2554 25.8164 60.5256 25.8164 58.3859C25.8164 56.2461 27.5418 54.5164 29.6761 54.5164C31.8105 54.5164 33.5359 56.2461 33.5359 58.3859Z\" fill=\"%23AF8E4C\"/><path d=\"M72.7852 36.0147C72.5424 35.784 72.5168 35.3997 72.7469 35.1434L80.2363 27.0328L79.9167 23.3683C79.8912 23.0352 80.134 22.7277 80.4791 22.702C80.8114 22.6764 81.1181 22.9199 81.1437 23.2658L81.4888 27.1994C81.5015 27.3788 81.4504 27.5453 81.3226 27.6735L73.6543 35.9891C73.4242 36.2325 73.0408 36.2581 72.7852 36.0275V36.0147Z\" fill=\"%23AF8E4C\"/><path d=\"M56.6944 51.8258L52.9497 48.3535L77.565 21.677C78.5236 20.6391 80.1339 20.5751 81.1692 21.536C82.2044 22.497 82.2683 24.1114 81.3097 25.1493L56.6944 51.8258Z\" fill=\"%23464746\"/><path d=\"M56.6946 51.8258L52.9499 48.3535L50.5088 53.7093C50.2021 54.3756 50.9178 55.0291 51.5568 54.6831L56.6946 51.8258Z\" fill=\"%23AF8E4C\"/><path d=\"M71.1575 36.1625L67.4141 32.6909L65.6436 34.6097L69.387 38.0813L71.1575 36.1625Z\" fill=\"%23AF8E4C\"/></g><defs><filter id=\"filter0_d_3476_18914\" x=\"8.07275\" y=\"0.75293\" width=\"54.5278\" height=\"76.4814\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\" result=\"hardAlpha\"/><feOffset dx=\"-0.5\"/><feGaussianBlur stdDeviation=\"0.5\"/><feComposite in2=\"hardAlpha\" operator=\"out\"/><feColorMatrix type=\"matrix\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0\"/><feBlend mode=\"normal\" in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_3476_18914\"/><feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_dropShadow_3476_18914\" result=\"shape\"/></filter><clipPath id=\"clip0_3476_18914\"><rect width=\"82\" height=\"78\" fill=\"white\"/></clipPath></defs></svg>");
  height: 78px;
  width: 82px;
}
section.section-overview .btn--list > div:last-child .num {
  margin-top: 15px;
  background-image: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"69\" height=\"60\" viewBox=\"0 0 69 60\" fill=\"none\"><path d=\"M1.62793 13.3334L9.44182 0.800049H53.9002L46.0863 13.3334H1.62793Z\" fill=\"%23B0B0AE\"/><path d=\"M52.2835 1.6L45.5473 12.5333H3.24456L9.98068 1.6H52.2835ZM55.5168 0H8.9029L0.0112305 14.4H46.3557L55.5168 0Z\" fill=\"%2375816C\"/><path d=\"M30.7279 2.3999C26.1474 2.3999 21.2974 4.53324 19.6807 6.93324C18.064 9.5999 20.489 11.4666 25.0696 11.4666C29.6501 11.4666 34.5001 9.33324 36.1168 6.93324C37.464 4.53324 35.039 2.3999 30.7279 2.3999ZM27.4946 5.86657C27.764 5.86657 28.0335 6.13324 28.5724 6.3999C29.1113 6.66657 29.3807 6.66657 29.6501 6.93324C29.9196 6.93324 30.189 7.1999 30.189 7.1999C30.4585 7.46657 30.4585 7.9999 30.189 8.26657C29.9196 8.7999 29.3807 9.06657 28.5724 9.5999C27.764 9.86657 26.9557 10.1332 26.1474 10.3999L25.6085 11.1999H24.2613L24.8001 10.3999C23.9918 10.3999 23.1835 10.1332 22.914 9.86657C22.6446 9.5999 22.3751 9.06657 22.6446 8.53324L24.2613 8.26657C24.2613 8.7999 24.2613 9.06657 24.5307 9.06657C24.8001 9.33324 25.0696 9.33324 25.6085 9.33324C26.1474 9.33324 26.6863 9.33324 27.2251 9.06657C27.764 8.7999 28.0335 8.53324 28.3029 8.26657C28.5724 7.9999 28.5724 7.73324 28.3029 7.73324C28.3029 7.73324 28.0335 7.46657 27.764 7.46657C27.4946 7.46657 27.2251 7.1999 26.9557 7.1999C26.1474 6.93324 25.6085 6.66657 25.6085 6.66657C25.339 6.3999 25.339 6.13324 25.6085 5.5999C25.6085 5.33324 25.8779 5.33324 26.1474 5.06657C26.4168 4.7999 26.6863 4.7999 26.9557 4.53324C27.2251 4.26657 27.4946 4.26657 28.0335 4.26657C28.3029 4.26657 28.8418 3.9999 29.1113 3.9999L29.6501 3.1999H30.9974L30.4585 3.9999C30.9974 3.9999 31.2668 4.26657 31.5363 4.26657C31.8057 4.53324 32.0751 4.7999 32.0751 5.06657L30.7279 5.33324C30.4585 4.7999 30.189 4.7999 29.3807 4.7999C28.8418 4.7999 28.5724 4.7999 28.3029 5.06657C28.0335 5.33324 27.764 5.33324 27.4946 5.33324C27.4946 5.5999 27.4946 5.86657 27.4946 5.86657Z\" fill=\"%2375816C\"/><path d=\"M5.93896 4.8C10.789 4.8 15.9084 2.66667 17.5251 0H8.90285L5.93896 4.8Z\" fill=\"%2375816C\"/><path d=\"M8.63345 14.4001C10.2501 11.7334 7.82512 9.6001 2.97512 9.6001L0.0112305 14.4001H8.63345Z\" fill=\"%2375816C\"/><path d=\"M52.2836 4.8C47.4336 4.8 45.0086 2.66667 46.6252 0H55.2475L52.2836 4.8Z\" fill=\"%2375816C\"/><path d=\"M38.0029 14.4001C39.6196 11.7334 44.739 9.6001 49.589 9.6001L46.6252 14.4001H38.0029Z\" fill=\"%2375816C\"/><path d=\"M46.3557 14.3999H0.0112305V36.2666H46.3557V14.3999Z\" fill=\"%23B0B0AE\"/><path d=\"M46.3557 24.8H0.0112305V25.8667H46.3557V24.8Z\" fill=\"%23E7E5E5\"/><path d=\"M46.3557 28.8H0.0112305V29.8667H46.3557V28.8Z\" fill=\"%23E7E5E5\"/><path d=\"M46.3557 32.8H0.0112305V33.8667H46.3557V32.8Z\" fill=\"%23E7E5E5\"/><path d=\"M46.3557 20.8H0.0112305V21.8667H46.3557V20.8Z\" fill=\"%23E7E5E5\"/><path d=\"M46.3557 16.8H0.0112305V17.8667H46.3557V16.8Z\" fill=\"%23E7E5E5\"/><path d=\"M46.625 14.4V36.2667L55.5167 20.2667V0L46.625 14.4Z\" fill=\"%2375816C\"/><path d=\"M46.625 24.8001V25.6001L55.5167 10.4001V9.6001L46.625 24.8001Z\" fill=\"%23D0CFC9\"/><path d=\"M46.625 28.8001V29.6001L55.5167 14.4001V13.6001L46.625 28.8001Z\" fill=\"%23D0CFC9\"/><path d=\"M46.625 32.8001V33.6001L55.5167 18.4001V17.6001L46.625 32.8001Z\" fill=\"%23D0CFC9\"/><path d=\"M46.625 20.8001V21.6001L55.5167 6.4001V5.6001L46.625 20.8001Z\" fill=\"%23D0CFC9\"/><path d=\"M46.625 16.8001V17.6001L55.5167 2.4001V1.6001L46.625 16.8001Z\" fill=\"%23D0CFC9\"/><path d=\"M15.1001 36.8L22.914 24H67.3723L59.5584 36.8H15.1001Z\" fill=\"%23B0B0AE\"/><path d=\"M65.7556 25.0666L59.0195 36H16.7167L23.4528 25.0666H65.7556ZM68.989 23.2H22.3751L13.4834 37.6H59.8278L68.989 23.2Z\" fill=\"%2375816C\"/><path d=\"M44.2001 25.8667C39.6195 25.8667 34.7695 28 33.1529 30.4C31.5362 33.0667 33.9612 34.9334 38.5418 34.9334C43.1223 34.9334 47.9723 32.8 49.589 30.4C50.9362 28 48.5112 25.8667 44.2001 25.8667ZM41.2362 29.3334C41.5056 29.3334 41.7751 29.6 42.314 29.8667C42.8529 30.1334 43.1223 30.1334 43.3918 30.4C43.6612 30.4 43.9306 30.6667 43.9306 30.6667C44.2001 30.9334 44.2001 31.4667 43.9306 31.7334C43.6612 32.2667 43.1223 32.5334 42.314 33.0667C41.5056 33.3334 40.6973 33.6 39.889 33.8667L39.3501 34.6667H38.0029L38.5418 33.8667C37.7334 33.8667 36.9251 33.6 36.6556 33.3334C36.3862 33.0667 36.1168 32.5334 36.3862 32L38.0029 31.7334C38.0029 32.2667 38.0029 32.5334 38.2723 32.5334C38.5418 32.8 38.8112 32.8 39.3501 32.8C39.889 32.8 40.4279 32.8 40.9668 32.5334C41.5056 32.2667 41.7751 32 42.0445 31.7334C42.314 31.4667 42.314 31.2 42.0445 31.2C42.0445 31.2 41.7751 30.9334 41.5056 30.9334C41.2362 30.9334 40.9668 30.6667 40.6973 30.6667C39.889 30.4 39.3501 30.1334 39.3501 30.1334C39.0806 29.8667 39.0806 29.6 39.3501 29.0667C39.3501 28.8 39.6195 28.8 39.889 28.5334C40.1584 28.2667 40.4279 28.2667 40.6973 28C40.9668 27.7334 41.2362 27.7334 41.7751 27.7334C42.0445 27.7334 42.5834 27.4667 42.8529 27.4667L43.3918 26.6667H44.739L44.2001 27.4667C44.739 27.4667 45.0084 27.7334 45.2779 27.7334C45.5473 28 45.8168 28.2667 45.8168 28.5334L44.2001 29.0667C43.9306 28.5334 43.6612 28.5334 42.8529 28.5334C42.314 28.5334 42.0445 28.5334 41.7751 28.8C41.5056 29.0667 41.2362 29.0667 40.9668 29.3334C40.9668 29.0667 40.9668 29.0667 41.2362 29.3334Z\" fill=\"%2375816C\"/><path d=\"M19.4114 28.2666C24.2614 28.2666 29.3808 26.1332 30.9975 23.4666H22.3753L19.4114 28.2666Z\" fill=\"%2375816C\"/><path d=\"M22.3752 37.5998C23.9918 34.9331 21.5668 32.7998 16.7168 32.7998L13.7529 37.5998H22.3752Z\" fill=\"%2375816C\"/><path d=\"M66.025 28.2666C61.175 28.2666 58.75 26.1332 60.3667 23.4666H68.9889L66.025 28.2666Z\" fill=\"%2375816C\"/><path d=\"M51.4751 37.5998C53.0918 34.9331 58.2112 32.7998 63.0612 32.7998L60.0973 37.5998H51.4751Z\" fill=\"%2375816C\"/><path d=\"M59.8278 37.5999H13.4834V59.4665H59.8278V37.5999Z\" fill=\"%23B0B0AE\"/><path d=\"M59.8278 48.2666H13.4834V49.3333H59.8278V48.2666Z\" fill=\"%23E7E5E5\"/><path d=\"M59.8278 52.2666H13.4834V53.3333H59.8278V52.2666Z\" fill=\"%23E7E5E5\"/><path d=\"M59.8278 56.2666H13.4834V57.3333H59.8278V56.2666Z\" fill=\"%23E7E5E5\"/><path d=\"M59.8278 44.2666H13.4834V45.3333H59.8278V44.2666Z\" fill=\"%23E7E5E5\"/><path d=\"M59.8278 40.2666H13.4834V41.3333H59.8278V40.2666Z\" fill=\"%23E7E5E5\"/><path d=\"M60.0972 37.6V59.4666L68.9888 43.7333V23.2L60.0972 37.6Z\" fill=\"%2375816C\"/><path d=\"M60.0972 48.2667V49.0667L68.9888 33.8667V32.8L60.0972 48.2667Z\" fill=\"%23D0CFC9\"/><path d=\"M60.0972 52.2667V53.0667L68.9888 37.8667V36.8L60.0972 52.2667Z\" fill=\"%23D0CFC9\"/><path d=\"M60.0972 56.2667V57.0667L68.9888 41.8667V41.0667L60.0972 56.2667Z\" fill=\"%23D0CFC9\"/><path d=\"M60.0972 44.2667V45.0667L68.9888 29.8667V28.8L60.0972 44.2667Z\" fill=\"%23D0CFC9\"/><path d=\"M60.0972 40.2667V41.0667L68.9888 25.8667V24.8L60.0972 40.2667Z\" fill=\"%23D0CFC9\"/></svg>");
  height: 60px;
  width: 69px;
}
section.section-overview .btn--list > div .card-icon {
  border: none;
  box-shadow: none;
  border-right: 1px solid #b1b1af;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  cursor: unset;
}
section.section-overview .btn--list > div .card-icon:hover {
  background: unset;
}
section.section-overview .btn--list > div .card-icon:hover .title, section.section-overview .btn--list > div .card-icon:hover .description {
  color: #464746;
}
section.section-overview .btn--list > div .card-icon .title {
  color: #464746;
  font-family: "Nunito Sans";
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 25px;
  margin-top: auto;
}
section.section-overview .btn--list > div .card-icon .description {
  color: #000000;
  font-family: "Nunito Sans";
  font-weight: 300;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 25px;
}
section.section-overview .btn--list > div .num {
  border-radius: 0;
  background-color: unset;
  background-repeat: no-repeat;
}
section.section-overview .btn--list > div .num span {
  display: none;
}
@media (max-width: 991.98px) {
  section.section-overview .btn--list > div {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  section.section-overview .btn--list h3 {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  section.section-overview {
    padding-top: 38px !important;
    padding-bottom: 8px !important;
  }
  section.section-overview h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 120%;
  }
  section.section-overview h3 {
    font-size: 10px;
    font-size: 0.625rem;
  }
  section.section-overview .btn--list {
    margin-bottom: 20px;
    margin-top: 35px;
  }
  section.section-overview .btn--list > div {
    margin-bottom: 20px;
  }
  section.section-overview .btn--list > div .card-icon {
    border: none;
    display: block;
    padding: 0 20px;
    text-align: left;
  }
  section.section-overview .btn--list > div .card-icon .num {
    float: left;
    margin: 0;
    height: 70px;
    background-size: 75%;
  }
  section.section-overview .btn--list > div .card-icon .title, section.section-overview .btn--list > div .card-icon .description {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 125%;
    display: block;
    width: calc(100vw - 134px - 50px);
    float: right;
  }
}

section.section-process {
  padding-top: 22px !important;
  padding-bottom: 30px !important;
}
@media (max-width: 991.98px) {
  section.section-process {
    background: #f5f5f5 !important;
    padding-top: 17px !important;
    padding-bottom: 17px !important;
  }
}
@media (max-width: 991.98px) {
  section.section-process .container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
section.section-process--bgColor {
  background: rgba(217, 217, 217, 0.5);
  padding-top: 34px !important;
  padding-bottom: 34px !important;
}
section.section-process--bgColor .container {
  max-width: 1357px;
}
section.section-process--bgColor .row > div {
  background: #FFFFFF;
  border-left: 12px solid rgba(217, 217, 217, 0.5);
  border-right: 12px solid rgba(217, 217, 217, 0.5);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  padding-top: 29px;
  padding-bottom: 40px;
  text-align: center;
}
section.section-process--bgColor .row > div:first-child .fr-view {
  padding-left: 50px;
  padding-right: 50px;
}
section.section-process--bgColor .fr-view, section.section-process--bgColor h3, section.section-process--bgColor .cta-container {
  padding-left: 24px;
  padding-right: 24px;
}
section.section-process--bgColor h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  margin-bottom: 13px;
}
section.section-process--bgColor .fr-view {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: 0.4px;
  margin-bottom: 20px;
}
section.section-process--bgColor .cta-container {
  margin-top: auto;
}
@media (max-width: 991.98px) {
  section.section-process--bgColor {
    background: #f5f5f5 !important;
    padding-top: 0 !important;
  }
  section.section-process--bgColor .row {
    gap: 7px;
  }
  section.section-process--bgColor .col-md-4 {
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    border: none !important;
    padding: 13px 0 !important;
    width: 100%;
  }
  section.section-process--bgColor h3 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 6px;
  }
  section.section-process--bgColor .fr-view {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 10px;
  }
}
section.section-process h1 {
  letter-spacing: 1.12px;
  margin: 0;
}

section.section-qualifications:not(.hero) {
  background: #e9e8e8;
  padding-top: 115px !important;
  padding-bottom: 115px;
}
section.section-qualifications:not(.hero) img {
  box-shadow: 0px 5px 9.2px 0px rgba(0, 0, 0, 0.25);
  width: 100%;
}
section.section-qualifications:not(.hero) .fr-view:first-child {
  margin: 0;
}
section.section-qualifications:not(.hero) .container {
  max-width: 1200px;
  position: relative;
}
@media (min-width: 992px) {
  section.section-qualifications:not(.hero) .container .row > div:first-child {
    padding-right: 25px;
  }
  section.section-qualifications:not(.hero) .container .row > div:first-child h1, section.section-qualifications:not(.hero) .container .row > div:first-child h4, section.section-qualifications:not(.hero) .container .row > div:first-child h5 {
    display: none;
  }
}
@media (min-width: 992px) {
  section.section-qualifications:not(.hero) .container .row > div:last-child {
    padding-left: 60px;
  }
}
@media (max-width: 991.98px) {
  section.section-qualifications:not(.hero) .container .row > div:last-child h1, section.section-qualifications:not(.hero) .container .row > div:last-child h4, section.section-qualifications:not(.hero) .container .row > div:last-child h5 {
    display: none;
  }
}
section.section-qualifications:not(.hero) h1 {
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  section.section-qualifications:not(.hero) h1 {
    letter-spacing: 1.6px;
  }
}
section.section-qualifications:not(.hero) h5 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 140%; /* 28px */
  letter-spacing: 0.8px;
  font-weight: 300;
}
section.section-qualifications:not(.hero) ul {
  margin-top: 30px;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
section.section-qualifications:not(.hero) li {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 140%; /* 28px */
  letter-spacing: 1.6px;
  margin-bottom: 32px;
  margin-left: 40px;
  position: relative;
}
section.section-qualifications:not(.hero) li:before {
  position: absolute;
  left: -40px;
  color: #AF8E4C;
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  content: "\f00c";
  display: inline-block;
}
section.section-qualifications:not(.hero) .btn {
  margin-top: 10px;
}
section.section-qualifications:not(.hero) .footer-text {
  position: absolute;
  right: 20px;
  bottom: -85px;
  line-height: 140%;
  letter-spacing: 1.28px;
}
@media (max-width: 991.98px) {
  section.section-qualifications:not(.hero) {
    padding-top: 35px !important;
    padding-bottom: 40px;
    padding-left: 27px;
    padding-right: 27px;
    text-align: left;
  }
  section.section-qualifications:not(.hero) h5 {
    font-size: 10px;
    font-size: 0.625rem;
  }
  section.section-qualifications:not(.hero) img {
    max-width: 60%;
  }
  section.section-qualifications:not(.hero) .col-md-6 {
    width: 100%;
  }
  section.section-qualifications:not(.hero) ul {
    margin-top: 21px;
    margin-bottom: 0;
  }
  section.section-qualifications:not(.hero) li {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 17px;
    margin-left: 20px;
  }
  section.section-qualifications:not(.hero) li:before {
    font-size: 14px;
    font-size: 0.875rem;
    left: -20px;
  }
  section.section-qualifications:not(.hero) .btn {
    margin-top: 4px;
  }
  section.section-qualifications:not(.hero) .footer-text {
    font-size: 10px;
    font-size: 0.625rem;
    letter-spacing: 0.8px;
    position: unset;
    padding: 10px 0px 0;
  }
}

section.section-qualifications--imageRight .container {
  max-width: 1140px;
}
@media (min-width: 992px) {
  section.section-qualifications--imageRight .container .row > div:first-child {
    order: 2;
    padding-right: 25px;
  }
  section.section-qualifications--imageRight .container .row > div:first-child h1, section.section-qualifications--imageRight .container .row > div:first-child h5 {
    display: none;
  }
}
@media (min-width: 992px) {
  section.section-qualifications--imageRight .container .row > div:last-child {
    order: 1;
    padding-left: 60px;
  }
}
@media (max-width: 991.98px) {
  section.section-qualifications--imageRight .container .row > div:last-child h1, section.section-qualifications--imageRight .container .row > div:last-child h5 {
    display: none;
  }
}

section.section-qualifications--wide:not(.hero) .container {
  max-width: 1250px;
}
@media (min-width: 1200px) {
  section.section-qualifications--wide:not(.hero) .container .row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 70px;
  }
  section.section-qualifications--wide:not(.hero) .container .row > div {
    flex: 1 1 auto;
    padding: 0 !important;
    width: unset;
  }
  section.section-qualifications--wide:not(.hero) .container .row > div:first-child {
    flex: 1 0 auto;
  }
  section.section-qualifications--wide:not(.hero) .container .row > div:last-child {
    padding-right: 85px !important;
  }
}

section.section-qualifications--extraWide:not(.hero) .container {
  max-width: 1300px;
}
@media (min-width: 1200px) {
  section.section-qualifications--extraWide:not(.hero) .container .row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 89px;
  }
  section.section-qualifications--extraWide:not(.hero) .container .row > div {
    flex: 1 1 auto;
    padding: 0 !important;
    width: unset;
  }
  section.section-qualifications--extraWide:not(.hero) .container .row > div:first-child {
    flex: 1 0 auto;
  }
  section.section-qualifications--extraWide:not(.hero) .container .row > div:last-child {
    flex: 1 0 650px;
    padding-right: 0 !important;
  }
  section.section-qualifications--extraWide:not(.hero) .container li {
    margin-bottom: 20px;
  }
}

section.section-qualifications--imageWithOverlay img {
  box-shadow: none !important;
  margin-top: -2.5vw;
  width: 100%;
}
@media (min-width: 992px) {
  section.section-qualifications--imageWithOverlay {
    /*img {
        &:first-of-type {
            width: 100%;
        }

        &:last-child {
            box-shadow: none;
            position: absolute;
            right: -20px;
            top: -2.5vw;
        }
    }*/
  }
  section.section-qualifications--imageWithOverlay .row > div:last-child {
    padding-left: 30px !important;
  }
  section.section-qualifications--imageWithOverlay .row > div:last-child .fr-view {
    margin: 0;
  }
}

section.section-requirements:not(.hero) {
  padding-top: 78px !important;
  padding-bottom: 115px;
  position: relative;
}
@media (max-width: 991.98px) {
  section.section-requirements:not(.hero) {
    padding-top: 38px !important;
    padding-bottom: 25px;
  }
}
section.section-requirements:not(.hero) .container {
  max-width: 1185px;
}
@media (max-width: 991.98px) {
  section.section-requirements:not(.hero) .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
section.section-requirements:not(.hero) h1 {
  letter-spacing: unset;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
@media (max-width: 991.98px) {
  section.section-requirements:not(.hero) h1 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 3px;
  }
}
@media (max-width: 767.98px) {
  section.section-requirements:not(.hero) h1 span, section.section-requirements:not(.hero) h1 strong {
    display: block;
  }
}
section.section-requirements:not(.hero) h3 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 150%; /* 36px */
  margin-bottom: 67px;
}
@media (max-width: 991.98px) {
  section.section-requirements:not(.hero) h3 {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 20px;
  }
}
section.section-requirements:not(.hero) .fr-view {
  margin-bottom: 0;
}
section.section-requirements:not(.hero) ol {
  display: inline-flex;
  gap: 33px;
  padding: 0;
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  section.section-requirements:not(.hero) ol {
    gap: 18px;
  }
}
@media (max-width: 991.98px) {
  section.section-requirements:not(.hero) ol {
    display: block;
    margin: 0;
  }
}
section.section-requirements:not(.hero) ol li {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300;
  line-height: 25px;
  /*max-width: 260px;*/
  flex: 0 1 135px;
}
@media (max-width: 991.98px) {
  section.section-requirements:not(.hero) ol li {
    flex: 0 auto;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.25;
    padding-left: 8px;
    margin-bottom: 12px;
  }
}
section.section-requirements:not(.hero) ol li:last-child {
  flex-basis: 250px;
}
section.section-requirements:not(.hero) ol li::marker {
  color: #AF8E4C;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  section.section-requirements:not(.hero) ol li::marker {
    font-size: 16px;
    font-size: 1rem;
  }
}
section.section-requirements:not(.hero) ol li strong {
  display: block;
  margin-bottom: 6px;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  section.section-requirements:not(.hero) ol li strong {
    margin-bottom: 0px;
  }
}
section.section-requirements:not(.hero) .footer-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  position: absolute;
  left: 50%;
  bottom: 58px;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  section.section-requirements:not(.hero) .footer-text {
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 150%;
  }
}

section.section-requirements--short:not(.hero) {
  padding-bottom: 78px;
}
@media (max-width: 991.98px) {
  section.section-requirements--short:not(.hero) {
    padding-bottom: 25px;
  }
}

section.section-requirements--tall:not(.hero) {
  padding-top: 120px !important;
}
@media (max-width: 991.98px) {
  section.section-requirements--tall:not(.hero) {
    padding-top: 38px !important;
  }
}

section.section-requirements--narrow:not(.hero) .container {
  max-width: 960px;
}
section.section-requirements--narrow:not(.hero) h1 span {
  display: inline;
}
@media (min-width: 992px) {
  section.section-requirements--narrow:not(.hero) ol li:nth-child(3) {
    min-width: 205px;
  }
}

section.section-requirements--mediumWidth:not(.hero) .container {
  max-width: 1000px;
}
section.section-requirements--mediumWidth:not(.hero) ol li {
  flex-basis: 150px;
}
@media (min-width: 992px) {
  section.section-requirements--mediumWidth:not(.hero) {
    padding-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  section.section-requirements--hasFooterText:not(.hero) {
    padding-bottom: 60px !important;
  }
  section.section-requirements--hasFooterText:not(.hero) .container {
    position: relative;
  }
  section.section-requirements--hasFooterText:not(.hero) .footer-text {
    left: 45px;
    bottom: -32px;
    transform: unset;
  }
}

@media (min-width: 992px) {
  section.section-requirements--mediumWidth.section.section-requirements--hasFooterText {
    padding-bottom: 153px !important;
  }
  section.section-requirements--mediumWidth.section.section-requirements--hasFooterText .footer-text {
    bottom: 80px;
    left: unset;
    transform: unset;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  section.section-requirements--mediumWidth.section.section-requirements--hasFooterText .footer-text {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  section.section-requirements--mediumWidth.section.section-requirements--hasFooterText {
    padding-bottom: 100px !important;
  }
  section.section-requirements--mediumWidth.section.section-requirements--hasFooterText .footer-text {
    left: 17px;
    bottom: -80px;
  }
}

@media (min-width: 992px) {
  section.section-requirements--olMedium:not(.hero) ol {
    display: flex;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
  }
}

section.section-resources:not(.hero) {
  padding-bottom: 0;
  padding-top: 40px !important;
  position: relative;
}
@media (max-width: 767.98px) {
  section.section-resources:not(.hero) {
    display: none;
  }
}
section.section-resources:not(.hero) .container {
  max-width: 1300px;
}
section.section-resources:not(.hero) .container .row > div {
  display: flex;
  justify-items: flex-end;
  flex-direction: column;
  margin-top: auto;
}
section.section-resources:not(.hero) .container .row > div img {
  position: absolute;
  bottom: 0;
}
@media (max-width: 991.98px) {
  section.section-resources:not(.hero) .container .row > div {
    width: 100%;
  }
  section.section-resources:not(.hero) .container .row > div img {
    display: none;
  }
}
section.section-resources:not(.hero) h1 {
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 2.24px;
}
@media (min-width: 992px) {
  section.section-resources:not(.hero) h1 {
    margin-top: 20px;
  }
}
section.section-resources:not(.hero) ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  section.section-resources:not(.hero) ul {
    max-width: 450px;
  }
}
section.section-resources:not(.hero) ul li {
  border-bottom: 1px solid #464746;
  margin-left: 0;
  padding: 13px 0;
}
section.section-resources:not(.hero) ul li:last-child {
  border: none;
}
section.section-resources:not(.hero) ul li p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.992px;
  margin: 0;
}
section.section-resources:not(.hero) ul li a {
  font-size: 20px;
  font-size: 1.25rem;
  color: #AF8E4C;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}
section.section-resources:not(.hero) ul li a:after {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  position: absolute;
  right: -18px;
  content: "\f105";
  font-family: "Font Awesome 5 Pro", Sans-Serif;
}

section.section-reviews:not(.hero) {
  background: #717270;
  padding: 36px 0 !important;
}
@media (max-width: 991.98px) {
  section.section-reviews:not(.hero) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) {
    padding-top: 26px !important;
    padding-bottom: 25px !important;
  }
}
section.section-reviews:not(.hero) .container {
  max-width: 1140px;
}
section.section-reviews:not(.hero) .container > .row > div:first-child {
  order: 2;
  width: 47%;
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) .container > .row > div:first-child {
    width: 100%;
  }
}
section.section-reviews:not(.hero) .container > .row > div:last-child {
  order: 1;
  width: 53%;
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) .container > .row > div:last-child {
    width: 100%;
  }
}
section.section-reviews:not(.hero) h2 {
  color: #FFFFFF;
  font-weight: 400;
  line-height: 120%;
}
section.section-reviews:not(.hero) h2:first-child {
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) h2 {
    font-size: 24px;
    font-size: 1.5rem;
    padding-left: 40px;
  }
}
section.section-reviews:not(.hero) .fr-view {
  overflow: hidden;
}
section.section-reviews:not(.hero) .fr-view p {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) .fr-view p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 150%; /* 24px */
    padding-left: 40px;
    margin: 0;
  }
}
section.section-reviews:not(.hero) .fr-view img {
  margin-left: 5px;
  max-width: 193px;
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) .fr-view img {
    max-width: 110px;
  }
}
section.section-reviews:not(.hero) .slick-slider .slick-dots {
  display: none !important;
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) .slick-slider {
    margin-top: 30px;
  }
}
section.section-reviews:not(.hero) .slick-slide {
  height: 100% !important;
  margin: 0 10px;
}
section.section-reviews:not(.hero) .slick-slide > div {
  padding-bottom: 30px;
}
section.section-reviews:not(.hero) .slide-container {
  border-radius: 31.522px;
  box-shadow: 0px 12.124px 12.77px 0px rgba(0, 0, 0, 0.4);
  background: #FFFFFF;
  padding: 36px 30px;
}
section.section-reviews:not(.hero) .slide-container br {
  display: none;
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) .slide-container {
    padding: 24px 20px;
  }
}
section.section-reviews:not(.hero) .slick-prev, section.section-reviews:not(.hero) .slick-next {
  top: unset;
  bottom: -40px;
  left: 10px;
  height: 22px;
  width: 22px;
}
section.section-reviews:not(.hero) .slick-prev:before, section.section-reviews:not(.hero) .slick-next:before {
  font-size: 12px;
  font-size: 0.75rem;
}
section.section-reviews:not(.hero) .slick-prev[aria-disabled=true], section.section-reviews:not(.hero) .slick-next[aria-disabled=true] {
  background-color: #ddd;
}
section.section-reviews:not(.hero) .slick-next {
  left: 42px;
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) .slick-prev {
    bottom: -20px;
    left: 50%;
    transform: translateX(-30px);
  }
  section.section-reviews:not(.hero) .slick-next {
    bottom: -20px;
    left: 50%;
    transform: translateX(8px);
  }
}
section.section-reviews:not(.hero) .stars {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
section.section-reviews:not(.hero) .stars .fa-star {
  display: block;
  color: #AF8E4C;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-right: 5px;
}
section.section-reviews:not(.hero) .stars .count {
  margin-left: 10px;
}
section.section-reviews:not(.hero) .title {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 7px;
}
section.section-reviews:not(.hero) .copy {
  color: #464746;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 150%;
}
section.section-reviews:not(.hero) .author {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 145%; /* 16.123px */
  letter-spacing: 0.667px;
  margin: 0;
}
@media (max-width: 767.98px) {
  section.section-reviews:not(.hero) .stars .fa-star {
    font-size: 18px;
    font-size: 1.125rem;
  }
  section.section-reviews:not(.hero) .title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  section.section-reviews:not(.hero) .copy {
    font-size: 10px;
    font-size: 0.625rem;
  }
  section.section-reviews:not(.hero) .author {
    font-size: 8px;
    font-size: 0.5rem;
  }
}

section.section-trust:not(.hero) {
  background: #e9e8e8;
  padding-top: 75px !important;
  padding-bottom: 75px;
}
section.section-trust:not(.hero) .container {
  max-width: 1140px;
}
section.section-trust:not(.hero) .row > div:first-child {
  width: 55%;
}
section.section-trust:not(.hero) .row > div:last-child {
  width: 45%;
  position: relative;
}
section.section-trust:not(.hero) h2 {
  text-align: center;
  margin-bottom: 65px;
}
section.section-trust:not(.hero) p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 150%; /* 45px */
  letter-spacing: 0.9px;
  margin-bottom: 25px;
  margin-left: 40px;
  position: relative;
}
section.section-trust:not(.hero) p:before {
  position: absolute;
  left: -40px;
  color: #AF8E4C;
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  content: "\f00c";
  display: inline-block;
}
section.section-trust:not(.hero) .gold {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  section.section-trust:not(.hero) {
    padding-top: 36px !important;
    padding-bottom: 20px;
    padding-left: 27px !important;
    padding-right: 27px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.section-trust:not(.hero) .fr-view {
    margin: 0;
  }
  section.section-trust:not(.hero) h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 110%;
    margin: 0 auto 25px;
  }
  section.section-trust:not(.hero) .row > div {
    width: 100% !important;
  }
  section.section-trust:not(.hero) .row > div:first-child {
    order: 2;
  }
  section.section-trust:not(.hero) .row > div:first-child p {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.48px;
    margin-bottom: 10px;
    margin-left: 20px;
    padding-left: 10px;
  }
  section.section-trust:not(.hero) .row > div:first-child p:before {
    font-size: 14px;
    font-size: 0.875rem;
    left: -20px;
  }
  section.section-trust:not(.hero) .row > div img {
    display: block;
    max-width: 240px;
    margin: 0 auto 20px;
  }
}

section.section-why:not(.hero) {
  background: #e9e8e8;
  padding-top: 47px !important;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  section.section-why:not(.hero) {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  section.section-why:not(.hero) {
    padding-top: 27px !important;
    padding-bottom: 44px;
  }
}
@media (max-width: 991.98px) {
  section.section-why:not(.hero) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
section.section-why:not(.hero) .fr-view {
  margin-bottom: 0;
}
section.section-why:not(.hero) .container {
  max-width: 1360px;
}
section.section-why:not(.hero) .container .col-md-6:first-child {
  text-align: center;
  width: 100%;
}
@media (max-width: 991.98px) {
  section.section-why:not(.hero) .container .col-md-6:first-child {
    display: none;
  }
}
@media (min-width: 992px) {
  section.section-why:not(.hero) .container .col-md-6:first-child {
    text-align: left;
    width: 47%;
  }
  section.section-why:not(.hero) .container .col-md-6:first-child img {
    max-width: 49%;
  }
}
section.section-why:not(.hero) .container .col-md-6:last-child {
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  section.section-why:not(.hero) .container .col-md-6:last-child {
    text-align: left;
    width: 53%;
  }
}
section.section-why:not(.hero) img {
  max-width: 115%;
  bottom: 0;
  position: absolute;
  z-index: 10;
}
section.section-why:not(.hero) h4 {
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.72px;
}
@media (max-width: 575.98px) {
  section.section-why:not(.hero) h4 {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 30%; /* 3px */
    letter-spacing: 0.3px;
    margin-top: 7px;
  }
}
section.section-why:not(.hero) .cards {
  display: flex;
  gap: 8px;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  section.section-why:not(.hero) .cards {
    gap: 15px;
  }
}
section.section-why:not(.hero) .cards .card {
  border-radius: 10px;
  border: 1px solid var(--Gray-200, #D0CFC9);
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFF;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 8px;
  text-align: center;
  flex: 0 1 33%;
  height: unset;
}
@media (min-width: 1200px) {
  section.section-why:not(.hero) .cards .card {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  section.section-why:not(.hero) .cards .card {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 140%;
    letter-spacing: 0.2px;
    padding: 10px 8px;
  }
}
section.section-why:not(.hero) .cards .card h4 {
  color: #AF8E4C;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.96px;
  margin-bottom: 5px;
}
@media (max-width: 575.98px) {
  section.section-why:not(.hero) .cards .card h4 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 140%; /* 19.6px */
    letter-spacing: 0.56px;
  }
}

.section-accessibilityStatement {
  padding-top: 10px !important;
}
.section-accessibilityStatement .container {
  max-width: 1350px;
}
.section-accessibilityStatement h1 {
  margin-bottom: 60px;
  letter-spacing: unset;
}
@media (max-width: 767.98px) {
  .section-accessibilityStatement h1 {
    margin-bottom: 30px;
  }
}
.section-accessibilityStatement strong {
  display: inline-block;
  margin-bottom: 15px;
}
.section-accessibilityStatement a {
  text-decoration: underline;
}
.section-accessibilityStatement ul {
  margin: 10px 0 20px 0;
  padding: 0;
}
.section-accessibilityStatement li strong {
  font-weight: 500;
  margin: 0;
}

section.section-glossary:not(.hero) {
  padding-top: 10px;
  padding-bottom: 115px;
}
section.section-glossary:not(.hero) .container {
  max-width: 1300px;
}
section.section-glossary:not(.hero) h1 {
  font-weight: 700;
  letter-spacing: unset;
  margin-bottom: 72px;
}
section.section-glossary:not(.hero) .accordion-item {
  border: 1px solid #D0CFC9;
  background: #FFF;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 24px 37px;
}
@media (max-width: 991.98px) {
  section.section-glossary:not(.hero) .accordion-item {
    padding: 12px 25px;
  }
}
section.section-glossary:not(.hero) .accordion-item .accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
section.section-glossary:not(.hero) .accordion-item .accordion-header[aria-expanded=true] h2 {
  color: #FFFFFF;
}
section.section-glossary:not(.hero) .accordion-item .accordion-header[aria-expanded=true]::after {
  content: "\f068";
}
section.section-glossary:not(.hero) .accordion-item .accordion-header::after {
  font-size: 24px;
  font-size: 1.5rem;
  color: #AF8E4C;
  position: absolute;
  right: 0px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  section.section-glossary:not(.hero) .accordion-item .accordion-header::after {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
section.section-glossary:not(.hero) .accordion-item h2 {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  section.section-glossary:not(.hero) .accordion-item h2 {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-size: 0.625rem;
    padding-right: 20px;
  }
}
section.section-glossary:not(.hero) .accordion-item h2 span {
  display: inline-block;
  color: #AF8E4C !important;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 300;
  line-height: 110%;
  margin-right: 20px;
  vertical-align: middle;
  width: 50px;
}
@media (max-width: 991.98px) {
  section.section-glossary:not(.hero) .accordion-item h2 span {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 10px;
    width: 20px;
  }
}
section.section-glossary:not(.hero) .accordion-item .accordion-body {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 36px 30px 36px 0;
}
@media (max-width: 991.98px) {
  section.section-glossary:not(.hero) .accordion-item .accordion-body {
    font-size: 12px;
    font-size: 0.75rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
@media (min-width: 992px) {
  section.section-glossary:not(.hero) .accordion-item .accordion-body p {
    margin-bottom: 20px;
  }
}

section.section-licenses:not(.hero) .container {
  max-width: 1360px;
}
section.section-licenses:not(.hero) h1 {
  letter-spacing: unset;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  section.section-licenses:not(.hero) h1 {
    margin-bottom: 55px;
  }
}
section.section-licenses:not(.hero) h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  margin-bottom: 27px;
  padding-bottom: 10px;
  position: relative;
}
section.section-licenses:not(.hero) h2::after {
  content: "";
  height: 1px;
  width: 98px;
  background: rgba(70, 71, 70, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}
section.section-licenses:not(.hero) h4 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}
section.section-licenses:not(.hero) p {
  font-weight: 300;
  margin-bottom: 8px;
}
section.section-licenses:not(.hero) ul, section.section-licenses:not(.hero) ol {
  padding-left: 25px;
}
section.section-licenses:not(.hero) ul li, section.section-licenses:not(.hero) ol li {
  font-weight: 300;
  margin: 3px 0;
}
section.section-licenses:not(.hero) strong {
  font-weight: 600;
}
section.section-licenses:not(.hero) hr {
  border: 0;
  border-top: 1px solid rgba(70, 71, 70, 0.75);
  margin: 44px 0;
}
section.section-licenses:not(.hero) table:not(.unstyled) {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #464746;
  margin-bottom: 25px;
}
section.section-licenses:not(.hero) table:not(.unstyled) th, section.section-licenses:not(.hero) table:not(.unstyled) td {
  border: 1px solid #464746;
  font-size: 20px;
  font-size: 1.25rem;
}
section.section-licenses:not(.hero) table:not(.unstyled) th:first-child, section.section-licenses:not(.hero) table:not(.unstyled) td:first-child {
  width: 20%;
}
section.section-licenses:not(.hero) table:not(.unstyled) th:nth-child(2), section.section-licenses:not(.hero) table:not(.unstyled) td:nth-child(2) {
  width: 70%;
}
section.section-licenses:not(.hero) table:not(.unstyled) th {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 3px 0;
}
section.section-licenses:not(.hero) table:not(.unstyled) td {
  font-weight: 300;
  padding: 15px;
}
section.section-licenses:not(.hero) table.wideLastColumn th:first-child, section.section-licenses:not(.hero) table.wideLastColumn td:first-child {
  width: 35%;
}
section.section-licenses:not(.hero) table.wideLastColumn th:nth-child(2), section.section-licenses:not(.hero) table.wideLastColumn td:nth-child(2) {
  width: 28%;
}
section.section-licenses:not(.hero) table.wideLastColumn th {
  padding: 20px 0;
}
@media (min-width: 992px) {
  section.section-licenses:not(.hero) table.stateTable {
    width: 100%;
    table-layout: fixed;
  }
  section.section-licenses:not(.hero) table.stateTable th:last-child, section.section-licenses:not(.hero) table.stateTable td:last-child {
    width: 60% !important;
  }
}
@media (max-width: 767.98px) {
  section.section-licenses:not(.hero) table.stateTable, section.section-licenses:not(.hero) table.stateTable tr, section.section-licenses:not(.hero) table.stateTable td {
    display: block;
    width: 100%;
  }
  section.section-licenses:not(.hero) table.stateTable td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
  }
  section.section-licenses:not(.hero) .fr-view {
    overflow-x: auto;
    width: 100%;
  }
  section.section-licenses:not(.hero) .fr-view table:not(.stateTable) {
    width: 1200px !important;
    table-layout: unset;
  }
}

section.section-suggestedDocuments:not(.hero) {
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  section.section-suggestedDocuments:not(.hero) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  section.section-suggestedDocuments:not(.hero) {
    padding-bottom: 200px;
  }
}
section.section-suggestedDocuments:not(.hero) .container {
  max-width: 1390px;
}
section.section-suggestedDocuments:not(.hero) h1 {
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  section.section-suggestedDocuments:not(.hero) h1 {
    margin-bottom: 42px;
  }
}
section.section-suggestedDocuments:not(.hero) .suggestedDocuments-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  section.section-suggestedDocuments:not(.hero) .suggestedDocuments-content {
    flex-direction: row;
    gap: 0;
  }
}
section.section-suggestedDocuments:not(.hero) .suggestedDocuments-column {
  display: flex;
  flex: 0 0 33%;
  flex-direction: column;
}
section.section-suggestedDocuments:not(.hero) .suggestedDocuments-column h3 {
  background: #464746;
  box-shadow: 2px 4px 6px 0px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
@media (min-width: 992px) {
  section.section-suggestedDocuments:not(.hero) .suggestedDocuments-column h3 {
    font-size: 32px;
    font-size: 2rem;
    padding: 33px 0;
  }
}
@media (min-width: 992px) {
  section.section-suggestedDocuments:not(.hero) .suggestedDocuments-container {
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
  }
}
section.section-suggestedDocuments:not(.hero) .suggestedDocuments-copy {
  background: #f5f5f5;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
  padding: 35px 30px;
  height: 100%;
}
section.section-suggestedDocuments:not(.hero) .suggestedDocuments-copy h5 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: unset;
}
@media (min-width: 992px) {
  section.section-suggestedDocuments:not(.hero) .suggestedDocuments-copy h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
section.section-suggestedDocuments:not(.hero) .suggestedDocuments-copy ul {
  padding-left: 5px;
}
section.section-suggestedDocuments:not(.hero) .suggestedDocuments-copy ul li {
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  section.section-suggestedDocuments:not(.hero) .suggestedDocuments-copy ul li {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

header.header {
  background: #717270;
  border: none;
}
header.header .icon-container path:last-child,
header.header .logo-container path:last-child {
  fill: #AF8E4C;
}
@media (max-width: 991.98px) {
  header.header {
    background: #717270;
    position: unset;
  }
}
header.header .container {
  max-width: 1270px;
}
header.header .icon-container {
  padding: 35px 0 35px 34px;
}
header.header .icon-container svg {
  height: 58px;
  width: auto;
  max-width: 100%;
}
@media (max-width: 991.98px) {
  header.header .icon-container {
    max-width: 40vw;
    text-align: left;
    padding: 11px 0 8px 0px;
  }
  header.header .icon-container svg {
    height: 34px;
  }
}

.footer {
  background: #EAE8E8;
  color: #464746;
  padding-top: 127px;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .footer {
    padding-top: 35px;
  }
  .footer hr {
    display: none;
  }
  .footer .footer-logos-container {
    flex-direction: column;
    text-align: center;
  }
}
.footer .container {
  max-width: 1320px;
}
@media (max-width: 991.98px) {
  .footer .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .footer .container:first-child {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .footer .container.padded {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.footer hr {
  border-top: 3px solid #D0CFC9;
  margin-top: 68px;
  margin-bottom: 98px;
}
.footer-col {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 991.98px) {
  .footer-col {
    padding-bottom: 35px;
  }
  .footer-col.resources li:last-child a {
    font-weight: 700;
  }
}
.footer-col hr {
  border-top: 5px solid black;
  border-radius: 50px;
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: 140px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer-col hr {
    display: block !important;
  }
}
.footer-col h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer-col h4.phone-link {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-top: 35px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer-col h4.phone-link {
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 30px;
    text-decoration: underline;
  }
}
.footer-col h4 a {
  color: #464746;
  text-decoration: none;
}
.footer-col ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-col ul li {
  margin: 0;
  padding: 0;
}
.footer-col ul li a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #464746;
  line-height: 1.67;
  text-decoration: none;
}
.footer-col ul li a:hover {
  text-shadow: 1px 0px 0px black;
}
@media (max-width: 991.98px) {
  .footer-col ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
}
.footer-col p {
  color: #464746;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer .social {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0 0;
}
@media (max-width: 991.98px) {
  .footer .social {
    margin: 0 auto;
    gap: 8px;
  }
}
.footer .social li {
  margin: 0;
}
.footer .social a {
  background-color: #464746;
  background-repeat: no-repeat;
  border: 2px solid #464746;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  fill: #464746;
  line-height: 1;
  height: 36px;
  width: 36px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.footer .social a:hover {
  background-color: unset;
  color: #464746;
}
.footer .social a i {
  font-size: 20px;
  font-size: 1.25rem;
}
.footer .footer-menu--secondary {
  padding-right: 15px;
  width: 190px;
}
@media (max-width: 991.98px) {
  .footer .footer-menu--secondary {
    padding: 0;
    margin: 10px auto 40px;
  }
}
.footer .footer-menu--secondary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .footer-menu--secondary ul li {
  margin: 0;
  padding: 0;
}
.footer .footer-menu--secondary ul li a {
  font-size: 16px;
  font-size: 1rem;
  color: #464746;
  text-transform: uppercase;
  line-height: 26px;
  text-decoration: none;
}
.footer .footer-menu--secondary ul li a:hover {
  text-shadow: 1px 0px 0px black;
}
.footer .footer-logos {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  flex-wrap: nowrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer .footer-logos img {
  max-width: 100%;
  margin: unset;
  max-height: 81px;
}
.footer .footer-logos .footer-logo {
  max-height: 81px;
}
.footer .footer-logos .footer-logo:nth-child(2) {
  margin: 0 24px 0;
  max-width: 81px;
}
.footer .footer-logos .footer-logo:last-child {
  margin-right: 15px;
}
@media (max-width: 991.98px) {
  .footer .footer-logos {
    gap: 15px;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 20px;
    justify-content: center;
  }
  .footer .footer-logos a.footer-logo {
    width: 90px;
  }
  .footer .footer-logos img, .footer .footer-logos svg {
    max-height: 30px;
    max-width: 60px;
  }
}
.footer .footer-headingContainer {
  padding-right: 25px;
}
.footer .footer-heading {
  border-bottom: 2px solid rgba(208, 207, 201, 0.7);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 140%; /* 25.2px */
  padding-bottom: 18px;
  margin-bottom: 18px;
}
@media (max-width: 991.98px) {
  .footer .footer-heading {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 140%; /* 14px */
    padding-bottom: 3px;
    margin-bottom: 7px;
  }
}
.footer .footer-links {
  display: flex;
  flex-direction: column;
  font-weight: 800;
  padding-left: 9px;
}
.footer .footer-links .btn {
  margin-bottom: 30px;
  max-width: 220px;
}
.footer .footer-links a {
  color: #464746;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  margin-bottom: 20px;
  text-decoration: none;
}
.footer .footer-links a:hover {
  text-decoration: underline;
}
.footer .footer-links .d-inline {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer .footer-links {
    font-size: 12px;
    font-size: 0.75rem;
    order: -1;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .footer .footer-links .btn {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    order: 9;
    max-width: 120px;
    padding: 4px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer .footer-links a {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.15;
    letter-spacing: 0.18px;
    font-weight: 800;
    margin-bottom: 8px;
  }
  .footer .footer-links .d-inline {
    margin-bottom: 8px;
  }
  .footer .footer-links .footer-heading {
    font-weight: 800;
  }
}
.footer .footer-copy {
  color: #000000;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
}
.footer .footer-copy a {
  color: #464746;
  text-decoration: none;
}
.footer .footer-copy a:hover {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .footer .footer-copy {
    font-size: 8px;
    font-size: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer .copyright-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 8px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .footer .copyright-text {
    font-size: 10px;
    font-size: 0.625rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.footer p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%; /* 24px */
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .footer p {
    font-size: 10px;
    font-size: 0.625rem;
    margin-bottom: 0;
  }
}
.footer a.phone {
  color: #464746;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 150%; /* 36px */
  text-decoration: none;
}
.footer a.phone:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .footer a.phone {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 991.98px) {
  .footer .stay-connected {
    text-align: center;
    margin: 20px auto 10px;
  }
  .footer .stay-connected .footer-heading {
    max-width: 175px;
    margin: 0 auto 15px;
  }
  .footer .stay-connected .footer-headingContainer {
    padding-right: 0;
  }
  .footer .stay-connected .social {
    justify-content: center;
  }
  .footer .stay-connected .social a {
    height: 25px;
    width: 25px;
  }
  .footer .stay-connected .social a i {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 991.98px) {
  section:not(.section-hero):not(.hero):not(.section-cta):not(.section-advantage):not(.section-qualifications) {
    margin-left: 27px;
    margin-right: 27px;
  }
}

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

/*# sourceMappingURL=CommunityLending.min.css.map*/