/**/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-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-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-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-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-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-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-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-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-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-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-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-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-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;
  }
} 
html:focus-within {
  scroll-behavior: smooth;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: initial;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
:root {
  --clr-primary-100: #8c191c;
  --clr-primary-200: #e6a223;
  --clr-primary-300: #f8f8f8;
  --clr-secondary-100: #eeeeee;
  --clr-secondary-200: #359090;
  --clr-secondary-300: #989898;
  --clr-secondary-400: #979797;
  --clr-secondary-500: #65bfbf;
  --clr-secondary-600: #f8f8f8;
  --clr-secondary-700: #3ac2c0;
  --clr-general-white: #ffffff;
  --clr-general-black: #000000;
  --clr-general-red: #8c191c;
  --clr-general-grey: #c7c7c7;
  --clr-general-blue: #708ac3;
  --sec-space-10: 0.5rem;
  --sec-space-15: 0.725rem;
  --sec-space-20: 1rem;
  --sec-space-25: 1.25rem;
  --sec-space-30: 1.5rem;
  --sec-space-35: 1.75rem;
  --sec-space-40: 2rem;
  --sec-space-45: 2.25rem;
  --sec-space-50: 2.5rem;
  --sec-space-55: 2.75rem;
  --sec-space-60: 3rem;
  --sec-space-65: 3.25rem;
  --sec-space-70: 3.5rem;
  --sec-space-75: 3.75rem;
  --sec-space-80: 4rem;
  --bs-radius-10: 0.5rem;
  --bs-radius-20: 1rem;
  --bs-radius-30: 1.5rem;
  --bs-radius-40: 2rem;
  --bs-radius-50: 2.5rem;
  --bs-radius-60: 3rem;
  --bs-radius-70: 3.5rem;
  --bs-radius-80: 4rem;
  --bs-radius-90: 4.5rem;
  --bs-radius-100: 5rem;
  --fw-100: 100;
  --fw-200: 200;
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;
  --fs-12: 0.667rem;
  --fs-13: 0.722rem;
  --fs-14: 0.778rem;
  --fs-15: 0.833rem;
  --fs-16: 0.889rem;
  --fs-17: 0.944rem;
  --fs-18: 1rem;
  --fs-19: 1.056rem;
  --fs-20: 1.111rem;
  --fs-21: 1.167rem;
  --fs-22: 1.222rem;
  --fs-24: 1.333rem;
  --fs-25: 1.389rem;
  --fs-26: 1.444rem;
  --fs-28: 1.556rem;
  --fs-30: 1.667rem;
  --fs-32: 1.778rem;
  --fs-34: 1.889rem;
  --fs-35: 1.944rem;
  --fs-36: 2rem;
  --fs-38: 2.111rem;
  --fs-40: 2.222rem;
  --fs-42: 2.333rem;
  --fs-44: 2.444rem;
  --fs-45: 2.5rem;
  --fs-50: 2.778rem;
  --fs-52: 2.889rem;
  --fs-55: 3.056rem;
  --fs-60: 3.333rem;
  --fs-62: 3.875rem;
  --fs-63: 3.9375rem;
  --fs-64: 4rem;
  --fs-65: 4.0625rem;
  --fs-66: 4.125rem;
  --fs-67: 4.1875rem;
  --fs-68: 4.25rem;
  --fs-69: 4.3125rem;
  --fs-70: 4.375rem;
  --fs-71: 4.4375rem;
  --fs-72: 4.5rem;
  --fs-73: 4.5625rem;
  --fs-74: 4.625rem;
  --fs-75: 4.6875rem;
  --fs-76: 4.75rem;
  --fs-77: 4.8125rem;
  --fs-78: 4.875rem;
  --fs-79: 4.9375rem;
  --fs-80: 5rem;
}
@media only screen and (max-width: 479px) {
  :root {
    --fs-12: 0.667rem;
    --fs-13: 0.722rem;
    --fs-14: 0.778rem;
    --fs-15: 0.833rem;
    --fs-16: 0.889rem;
    --fs-17: 0.944rem;
    --fs-18: 1rem;
    --fs-19: 1.056rem;
    --fs-20: 1.111rem;
    --fs-21: 1.167rem;
    --fs-22: 1.222rem;
    --fs-24: 1.333rem;
    --fs-25: 1.389rem;
    --fs-26: 1.444rem;
    --fs-28: 1.556rem;
    --fs-30: 1.667rem;
    --fs-32: 1.778rem;
    --fs-34: 1.889rem;
    --fs-35: 1.944rem;
    --fs-36: 2rem;
    --fs-38: 2.111rem;
    --fs-40: 2.222rem;
    --fs-42: 2.333rem;
    --fs-44: 2.444rem;
    --fs-45: 2.5rem;
    --fs-50: 2.778rem;
    --fs-52: 2.889rem;
    --fs-55: 3.056rem;
    --fs-60: 3.333rem;
    --fs-72: 4.5rem;
    --fs-73: 4.5625rem;
    --fs-74: 4.625rem;
    --fs-75: 4.6875rem;
    --fs-76: 4.75rem;
    --fs-77: 4.8125rem;
    --fs-78: 4.875rem;
    --fs-79: 4.9375rem;
    --fs-80: 5rem;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 18px;
  height: 100%;
  overflow-x: hidden;
}
html,
body {
  text-rendering: optimizeSpeed;
  height: auto;
  min-height: 100%;
}
body {
  font-family: Lato, sans-serif;
  line-height: 1.4;
  overflow-x: hidden;
  background-color: var(--clr-white);
}
a {
  text-decoration: none;
}
h1,
h2 {
  font-size: var(--fs-16);
}
h2 span {
  color: var(--clr-primary-100);
}
h3 {
  font-size: var(--fs-16);
}
p {
  font-size: var(--fs-20);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}
#skippy {
  display: block;
  padding: 0.5em;
  color: val(--clr-general-white);
  background-color: #1c4792;
  outline: 0;
}
#skippy .skiplink-text {
  padding: 0.5em;
  outline: 1px dotted;
  font-size: 14px;
}
.container {
  max-width: 1440px;
}
.container--sm {
  max-width: 1508px;
}
@media only screen and (max-width: 1440px) {
  .container {
    width: 96%;
  }
}

@media only screen and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}
body {
  font-family: Lato, sans-serif;
  background: var(--clr-general-white);
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  overflow-y: auto;
}
body.hide-overflow {
  overflow: hidden;
}
a {
  color: var(--clr-general-black);
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: var(--clr-general-black);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: var(--fs-72);
  line-height: 1.4;
  font-family: LT Remark, sans-serif;
  font-weight: var(--fw-400);
  color: var(--clr-general-white);
  text-transform: capitalize;
}
@media only screen and (max-width: 1366px) {
  h1 {
    font-size: var(--fs-62);
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: var(--fs-50);
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: var(--fs-35);
  }
  .bannersm h1 {
    font-size: var(--fs-24);
  }
}
@media only screen and (max-width: 399px) {
  h1 {
    font-size: var(--fs-24);
    line-height: var(--fs-24);
  }
}
h2 {
  font-size: var(--fs-60);
  line-height: 1.2;
  font-family: LT Remark, sans-serif;
  font-weight: var(--fw-400);
  color: var(--clr-general-black);
  margin-bottom: 60px;
  position: relative;
  text-transform: capitalize;
  background-image: url("../images1/thanks.jpg");
}
@media only screen and (max-width: 1366px) {
  h2 {
    font-size: var(--fs-50);
  }
}
@media only screen and (max-width: 1023px) {
  h2 {
    font-size: var(--fs-30);
    line-height: var(--fs-35);
  }
}
h2:after {
  border-bottom: 4px solid var(--clr-primary-100);
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  left: 0;
  bottom: -36px;
}
h3 {
  font-size: var(--fs-24);
  color: var(--clr-general-red);
  line-height: var(--fs-32);
  font-family: LT Remark, sans-serif;
  font-weight: var(--fw-300);
}

h4 {
  font-family: LT Remark, sans-serif;
  font-weight: var(--fw-300);
  color: var(--clr-general-red);
  line-height: var(--fs-32);
}

p {
  font-family: Lato, sans-serif;
  font-size: var(--fs-16);
  line-height: var(--fs-26);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
input,
button,
textarea,
select {
  font: inherit;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header {
  background: var(--clr-general-white);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s all ease-in;
  border-top: 12px solid var(--clr-primary-100);
}

.fixed {
  position: fixed;
}

.header__scrollup {
  transform: translateY(-80px);
}
.header--hide {
  top: -150px;
}

.header > .container {
  position: relative;
}
.header__container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 20px 0 15px;
}
.header__logosection {
  max-width: 271px;
  position: absolute;
  top: 20px;
  left: 15px;
}
.header__tools {
  display: none;
}
.header__tools ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  cursor: pointer;
}
.header__tools ul li {
  padding-left: 43px;
  font-size: var(--fs-14);
  font-weight: var(--fw-500);
  line-height: var(--fs-20);
}
.header__tools button img {
  margin-top: 7px;
}
.header__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  cursor: pointer;
  align-items: center;
  margin-bottom: 35px;
}
.header__top li {
  margin-left: 20px;
  color: var(--clr-general-white);
  font-size: var(--fs-14);
  font-weight: var(--fw-500);
  line-height: var(--fs-20);
  text-transform: uppercase;
}
.header__login {
  padding: 0 15px;
}
.header__login a:first-child {
  position: relative;
  margin-right: 3px;
  padding-right: 6px;
}
.header__login a:first-child:after {
  position: absolute;
  content: "";
  height: 13px;
  width: 1px;
  top: 54%;
  right: 0;
  transform: translateY(-50%);
  background: var(--clr-primary-100);
}
.header.searchactive .search__trigger {
  display: none;
}

.navigation {
  transition: 0.5s all ease-in-out;
}
.navigation__wrapper {
  display: flex;
  justify-content: space-between;
}
.navigation__menu {
  display: flex;
  margin: 0 -15px;
}
.navigation__item {
  padding: 10px 15px 15px;
}
.navigation__item > a {
  color: var(--clr-general-gray-600);
  text-transform: uppercase;
  font-size: var(--fs-14);
  line-height: 1;
  display: inline-block;
  position: relative;
  font-weight: var(--fw-400);
  font-family: Lato, sans-serif;
}
.navigation__item > a:hover {
  color: var(--clr-primary-100);
}
.navigation__item > a.active a {
  color: var(--clr-general-red-100);
}
.navigation__item--haschild {
  position: relative;
  padding: 10px 25px 15px 15px;
}
.navigation__item--haschild > a {
  position: relative;
}
.navigation__item--haschild > a:before {
  content: "";
  position: absolute;
  transition: 0.3s all ease-in;
  right: -18px;
  top: 0;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
}
.navigation__item--haschild:hover > a {
  color: var(--clr-primary-100);
}
.navigation__submenu {
  background: var(--clr-primary-300);
  color: val(--clr-general-gray-500);
  transition: all 0.5s ease;
  position: absolute;
  white-space: nowrap;
  visibility: 0;
  opacity: 0;
  pointer-events: none;
  text-align: left;
  left: 0;
  top: 40px;
  z-index: 150;
  min-width: 100%;
}
.navigation__submenuitem {
  margin: 0 22px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  border-bottom: 2px solid rgba(248, 248, 248, 0);
}
@media only screen and (max-width: 767px) {
  .navigation__submenuitem {
    margin: 0;
  }
}
.navigation__submenuitem a {
  color: var(--clr-general-gray-500);
  font-size: var(--fs-14);
  padding: 10px 0;
  line-height: var(--fw-36);
  width: 100%;
  display: inline-block;
}
.navigation__submenuitem a:hover {
  color: var(--clr-general-red-100);
}
.navigation__submenuitem:after {
  display: block;
  content: "";
  border-bottom: 2px solid #8c191c;
  transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.navigation__submenuitem:hover:after {
  transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
}

.menubtn {
  cursor: pointer;
  height: 24px;
  display: flex;
  align-items: center;
}
.menubtn__burger {
  position: relative;
  font-size: 0;
  padding: 0;
  border: 0;
  background: var(--clr-general-white);
  width: 27px;
  height: 2px;
}
.menubtn__burger:after,
.menubtn__burger:before {
  content: "";
  width: 27px;
  height: 2px;
  right: 0;
  position: absolute;
  background: var(--clr-general-white);
  transition: all 0.25s ease-out;
  will-change: transform;
}
.menubtn__burger:after {
  transform: translateY(8px);
}
.menubtn__burger:before {
  transform: translateY(-8px);
}
.menubtn.open .menubtn__burger {
  background: transparent;
}
.menubtn.open .menubtn__burger:before {
  transform: translateY(0) rotate(-45deg);
}
.menubtn.open .menubtn__burger:after {
  transform: translateY(0) rotate(45deg);
}
a.search__trigger {
  font-size: var(--fs-14);
  color: #0000004d;
  display: flex;
  align-items: center;
}
a.search__trigger img {
  margin-right: 11px;
  width: 32px;
  height: 32px;
}
.searchbox {
  position: relative;
}
.searchbox {
  position: relative;
}
.searchbox input {
  width: 110px;
  height: 35px;
  background: transparent;
  border: none;
  font-size: 18px;
  color: var(--clr-primary-100);
  outline: none;
  padding: 0 0 3px 45px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}
.header .searchbox input::placeholder {
  color: #00000061;
  font-size: 14px;
  text-transform: uppercase;
}

.header .searchbox .searchinput {
  border-bottom: 1px solid var(--clr-primary-100);
  width: 300px;
  padding: 0px 30px 0 34px;
}

.header .searchbox .submit__button {
  display: none;
}

.header .searchbox .subitbtn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.searchbox input:focus ~ label,
.searchbox input:not(:placeholder-shown) ~ label {
  display: none;
}
.searchbox label {
  position: absolute;
  left: 40px;
  font-size: var(--fs-14);
  color: #0000004d;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.searchbox__tools {
  position: absolute;
  display: flex;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.searchbox__tools a img {
  margin-bottom: 1px;
}
.searchbox__tools li:not(:first-child) {
  position: relative;
  margin: -3px 0 0 10px;
  padding: 0 0 0 10px;
}
.searchbox__tools li:not(:first-child):before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: var(--clr-primary-100);
}
.searchbox__search {
  position: absolute;
  display: flex;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.searchbox__search img {
  margin-right: 11px;
  position: relative;
}
.searchbox__search:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 2px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: transparent;
}

.m-logo {
  display: none;
}

@media (max-width: 1250px) {
  .header {
    background: var(--clr-general-white);
    border-top: none;
  }
  .header__logosection {
    position: unset;
  }
  .header__logosection .logo {
    display: none;
  }
  .m-logo {
    display: block;
  }
  .header__container {
    position: relative;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 0;
  }
  .header .searchbox__wrapper label {
    display: block;
  }
  .header .searchbox__wrapper .searchbox input {
    width: 100%;
  }
  .header__tools button {
    border: none;
  }
  .header__tools .search__trigger {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-60%);
    color: #09423a;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    transition: 0.2s all ease-in-out;
  }
  .header.searchactive .searchbox__wrapper {
    margin: 30px 0 20px;
  }
  .header.searchactive .search__trigger {
    visibility: 0;
    opacity: 0;
  }
  .header__top {
    flex-direction: column;
    align-items: flex-start;
    margin: 30px 0 0;
    padding: 0 30px 20px;
  }
  .header__top li {
    margin: 0;
    width: 100%;
  }
  .header__top li .btn {
    width: 100%;
  }
  .header__top li:not(:last-child) {
    margin-bottom: 30px;
  }
  .header__top li.header__login {
    padding: 0;
  }
  .header__top .search__trigger {
    display: none;
  }
  .header__top .searchbox__wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    border-bottom: 1px solid #e6e6e6;
  }
  .header__top .searchbox__search:before {
    display: none;
  }
  .header__wrap {
    transform: translate(100%);
    transform-origin: 0 0 0;
    transform: scaleY(0);
    transition: 0.3s all ease-in;
    height: calc(100vh - 42px);
    width: 100%;
    position: fixed;
    padding: 0;
    left: 0;
    top: 60px;
    background: var(--clr-general-white);
    overflow-x: hidden;
    overflow-y: scroll;
    border-top: 3px solid var(--clr-primary-100);
  }
  .header__wrap.open {
    transform: scaleY(1);
    z-index: 99;
  }
  .header__mwrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .header .menu-trigger {
    padding: 18px 17px;
    background: var(--clr-primary-100);
    position: absolute;
    top: 0;
    right: -38px;
  }
  .navigation__wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
  }
  .navigation__menu {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    margin: 0;
  }
  .navigation__item {
    width: 100%;
    margin: 0;
    padding: 10px 35px 10px 30px;
    border-bottom: 1px solid #ececec;
  }
  .navigation__item a {
    color: var(--clr-general-black);
    font-size: 1rem;
    display: inline-block;
    padding: 0;
    width: 94%;
    font-size: var(--fs-14);
  }
  .navigation__item a:before {
    display: none;
  }
  .navigation__item--haschild > a {
    pointer-events: none;
  }
  .navigation__item--haschild span {
    position: absolute;
    transition: 0.3s all ease-in;
    top: 22px;
    transform: translateY(-50%);
    right: 15px;
    width: 16px;
    height: 9px;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 15px 20px;
    background-position: center;
  }
  .navigation__item--haschild.active {
    background: #f8f8f8;
    border-bottom: none;
  }
  .navigation__item--haschild.active span {
    transform: translateY(-50%) rotate(180deg);
  }
  .navigation__item--haschild.active .navigation__submenu {
    pointer-events: unset;
    transform: scaleY(1);
    position: unset;
    opacity: 1;
    background: #f8f8f8;
  }
  .navigation__item .search__trigger {
    display: none;
  }
  .navigation__submenu {
    margin: 0;
    padding: 0;
    box-shadow: none;
    background: transparent;
    z-index: 99;
    left: 0;
    width: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease;
    text-align: left;
  }
  .navigation__submenuitem {
    text-align: left;
    padding: 10px 0;
    margin: 0;
  }
  .navigation__submenuitem a {
    color: #5b5b5b;
  }
  .navigation__submenuitem a:after {
    background: none;
    height: 0;
  }
  .header__tools {
    display: block;
  }
  .header__tools button,
  .header__tools [type="button"],
  .header__tools [type="reset"],
  .header__tools [type="submit"] {
    background: transparent;
    border: none;
    padding: 0;
  }
  .header__top ul li {
    padding-left: 20px;
    color: var(--clr-primary-100);
    font-size: var(--fs-12);
    font-weight: 700;
    text-transform: uppercase;
    line-height: var(--fs-17);
  }
  .navigation__item--haschild > a {
    position: relative;
    /* margin-bottom: 12px; */
  }

  .navigation__submenuitem {
    text-align: left;
    padding: 0;
    margin: 0;
    line-height: 1;
  }

  .navigation__submenuitem a {
    margin: 10px 0;
    padding: 0;
  }

  .navigation__submenuitem::after {
    border-bottom: 1px solid var(--clr-primary-100);
  }

  .navigation__item--haschild:hover .navigation__submenu {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navigation__item--haschild:hover {
    background: var(--clr-primary-300);
  }
  .navigation__item--haschild:hover > a:before {
    transform: rotate(180deg);
  }
  .navigation__item--haschild:hover .navigation__submenu {
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
    padding: 10px 0px 15px;
  }
}
@media (max-width: 1024px) {
  .header .menu-trigger {
    right: -10px;
  }
  .header__top li:nth-child(1) {
    order: 2;
  }

  .header__top li:nth-child(2) {
    order: 1;
  }

  .header__top li:nth-child(3) {
    order: 3;
  }
  .navigation__submenuitem:hover:after {
    transform: scale(0);
  }
  .navigation__submenuitem::after {
    border-bottom: 1px solid var(--clr-primary-100);
  }
  .navigation__item--active {
    border-bottom: 1px solid var(--clr-primary-100);
  }
}
@media (max-width: 330px) {
  .header__top {
    right: 65px;
  }
  .header__top ul li {
    padding-left: 10px;
    font-size: 10px;
  }
}
.modalbox__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
.modalbox__overlay.active {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1015px) and (max-width: 1300px) {
  .header__top {
    width: 100%;
  }
}
@media (min-width: 1250px) and (max-width: 1340px) {
  .search__trigger {
    margin-top: 0 !important;
  }
  
}

.hide-overflow .header--hide {
  top: 0;
}
.searchactive .header__top {
  top: 29%;
}



.section--mar {
  margin: 110px 0;
}
.section--pad {
  padding: 130px 0;
}
.slick-dots button {
  cursor: pointer;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  background: transparent;
  border: none;
  padding: 0;
}
.dnone {
  display: none !important;
}
.herobanner__list li::before {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #0000 0%, #000000 100%);
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.campus {
  margin: 0 0 120px;
  padding-top: 120px;
  background: linear-gradient(
      to bottom,
      var(--clr-secondary-600) 0,
      var(--clr-secondary-600) 81.2%,
      var(--clr-general-white) 20%,
      #ffffff 20%,
      #ffffff
    )
    no-repeat;
}
@media only screen and (max-width: 1440px) {
  .campus {
    margin: 0 0 120px;
    padding-top: 120px;
    background: linear-gradient(
        to bottom,
        var(--clr-secondary-600) 0,
        var(--clr-secondary-600) 79%,
        var(--clr-general-white) 20%,
        #ffffff 20%,
        #ffffff
      )
      no-repeat;
  }
}

@media only screen and (max-width: 1024px) {
  .herobanner__list li::before {
    width: 100%;
    background: none;
  }
}

@media only screen and (max-width: 767px) {
  .campus {
    margin: 60px 0;
  }
  .herobanner__list li::before {
    width: 100%;
  }
}

.campus__wrap h2 {
  margin-bottom: 85px;
}
.campus__wrap__carousal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-bottom: 50px;
}
.campus__wrap__carousal .li {
  flex: 1 1 33.33%;
  flex-basis: calc(33.33% - 20px);
}
.campus__wrap__carousal .li:hover .campus__carousal- {
  position: absolute;
  opacity: 0.86;
  background-color: var(--clr-general-brown);
  top: 0;
  height: 100%;
  width: 100%;
  color: var(--clr-general-white);
  padding: 0 24px 0 40px;
}

.campus__carousal .card__img {
  height: 382px;
  border-radius: 0;
  overflow: hidden;
}

.campus__carousal .card__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 399px) {
  .campus__wrap__carousal .li:hover .campus__carousal- {
    padding: 0 20px;
  }
}
.campus .card:hover .card__content {
  background-color: #35909000;
}
.campus .card:hover .card__content h3 {
  color: var(--clr-general-black);
}
.campus .card__content h3 {
  position: relative;
  margin: 0;
  padding: 0 50px 0 0;
  min-height: 95px;
}
.campus .card__content h3:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  top: 50%;
  right: -2px;
  transform: translateY(0);
  transition: 0.4s ease;
  background-size: cover;
  background-image: url(../images/Arrow-right.svg);
  display: none;
}

.campus .card {
  cursor: default;
}
.campus .card:hover h3::before {
  transform: translateX(10%);
}
.campus .card.greenlabel {
  border-bottom: 3px solid #8ac67c;
}
.campus .card.greenpink {
  border-bottom: 3px solid #359090;
}
.campus .card.bluelabel {
  border-bottom: 3px solid #d773b3;
}
.campus .card.darkbluelabel {
  border-bottom: 3px solid #708ac3;
}
.campus__wrap .slick-list {
  margin: 0 -20px;
}
.campus__wrap .slick-slide {
  margin: 0 16px;
}
.campus__wrap .slick-slide img {
  width: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.campus__wrap .slick-slide .card:hover img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.campus__wrap .wrapper .slick-dots li button:before {
  font-size: 20px;
  color: #fff;
}
.campus__wrap .slick-initialized .slick-slide {
  position: relative;
  display: block;
  overflow: hidden;
}

.campus .card__overlay {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.campus .card:hover .card__overlay {
  background: var(--clr-primary-100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0);
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 3;
  padding: 30px 15px;
}

.campus .card:after {
  content: "";
  position: absolute;
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 1;
}
.campus .card:hover:after {
  height: 100%;
}

.campus .card__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 25px;
  color: #fff;
  padding: 30px 15px;
  opacity: 0;
  -webkit-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.campus .card__overlay h3 {
  font-weight: var(--fw-700);
  margin-bottom: 30px;
  color: var(--clr-general-white);
}

@media (max-width: 1600px) {
  .campus .card__content h3 {
    min-height: 55px;
  }
}

@media (max-width: 1440px) {
  .campus .card__content h3 {
    padding: 0;
  }
  .campus .card__content {
    padding: 28px 20px 30px 24px;
  }
}

@media only screen and (max-width: 1023px) {
  .campus__wrap .slick-initialized .slick-slide {
    margin: 0 20px 0 0;
  }
}
.campus__wrap .slick-dots li {
  overflow: hidden;
  margin: 0 10px;
  background-color: #eee !important;
}
.campus__wrap .slick-dots {
  position: absolute;
  bottom: 60px;
  display: flex;
  cursor: pointer;
  left: -329px;
}
.campus__wrap .slick-dots li {
  background-color: #fff;
  margin: 10px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
}
.campus__wrap .slick-dots li button {
  display: none;
}
.campus__wrap .slick-prev,
.campus__wrap .slick-next {
  color: #fff;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  cursor: pointer;
}
.campus__wrap .slick-prev {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAexJREFUWIXtl79rk0EYxz93KII1QUt5SVobSwqFgiCILSoZFDqICgqCithSEDQBhy4O/g126ZKkGkVKkAxVdFDqj4gu4lgnB2lBEdpksGCsYmrucTFiRy93GOz72e97n7v3ee+eg5CQkJCNjfI9QZE9W2tU7gBdGZZTfztee3D6zV0GOz6z9FAwJ4CPNhneBEskI1VW5oBDCn1/F5ExmxwvggX6op9YfSyYFDC7jdjpo7yr22Q5r8FperY3aDwBMwS6NExydB+vftjmOd3BPEGnoVEGM6SgmBg5eL4VOadk6e/KEcxnCSRL7JZcuOpk8U4+8QyJ4Av1MpjdCm6kpXJJKSUuslsWnKY7bjBlwQyCzmZk6bIrOWhRME/QI/BcYEDDVJrqhCuxJtZ1UqA3YdAvBQYUetKHHMAm24FrfL8N9Ct4nWH5ijul9Vjv4Ga2jINeENifI3bNodM62r4G/++/uMmf5yBwPSOVtCtJJ6f9GB+q0HFYwRvgYk7Fb7bVTdIkT9Ap6KeC2aug2DuSGj/+7F6jlcy272a8tPwF+qJ1vs2BHABmI3SfG2V+zSbL25ukRDKywtdHgkn96qjP2DSt3lr+syzWAnYcAV4I5uR7ajM2OV4fTad4uxolfkyhHwA7fc4VEhISEvKP+AlkCaZMARhBIgAAAABJRU5ErkJggg==);
  position: absolute;
  text-indent: -1000px;
  overflow: hidden;
  left: -360px;
  bottom: 55px;
}
.campus__wrap .slick-next {
  content: "";
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAACd0lEQVRYCWNgGAWjITAaAqMhMBoCgzoEGMlxXa+U7BGgvjc8DGJR6c/OfiPHDGL1MBGrEE3dk/////t//v9y6yI9PW40OapyyXKgrCBfHCMj4wagSxxev3m/Y666Oi9VXYVkGFkODLt69RePpFgY0Jw1wJC0ef/5685JKip8SOZSjUlWGoTZvt/BgeXsrbuLGf7/j2BgYDzNzM7sVvjgwQeYPDVoskIQZrHjgQN/5KwtYoC+XMLA8N/036+/e/tkZIRg8tSgKXIgyAFhq1f/LUpPiWdgZJwPjG6j//8Y9vVIqYlQw3EgMyiKYmRHAB3HCCx+ZgDF0oDGXuHmYnPOvHv3FbIacthUcyDIcrAjpeWmABlZjAyM15nYmJwLHz58To7DYHqo6kCYoX3SMhP+/WPIZ2RkuMXIxOBU9OTJU5gcqTTFaRCbhUVPnxQAy8me//8Z1P79Yzw4UUpJDps6YsRo4kCQxcXPHpcCQ/AEMLqV/zD8WkCMY7CpoZkDgRmmGxiCFsDcfZeFgS0Bm+XEiI2sNAjKxT1SslPBGQSUi1mZHSjJIKAQZiEmmIlRA3Jcn7TsTIb/DKmgcpCLSuUgVdLg/4YGpl5pubnANJcKzBgXGRg5HalRSIMChuI0uCo0lPnxkeML/jMwxACLlnOMTP9dgdH6jphQJ0YNRQ6kR2uGbAfONDZm/fzs5TJgKIQA4+E4GxeHR96dO5+ICRVS1JDlwFXa2myP339aCcwYAcBoPSLAy+WVfPPmZ1IsJlYtWZkE6LhFIMcBLTkgKiLoQSvHgTxBlgOB+mSAIbeRl1HcO+7Spa8gg0bBaAiMhsBoCIyGAG1CAAAfs9TI1HuCHgAAAABJRU5ErkJggg==);
  left: -249px;
  text-indent: 1000px;
  overflow: hidden;
  bottom: 55px;
}
.campus__wrap .slick-prev:before,
.campus__wrap .slick-next:before {
  content: none;
}
.campus__wrap .slick-dots .slick-active {
  background-color: var(--clr-primary-100) !important;
}
.campus__wrap .slick-dots li button:before {
  color: #fff6;
  opacity: 1;
  font-size: 8px;
}
.campus__wrap .slick-arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
@media only screen and (max-width: 1440px) {
  .campus__wrap .slick-next {
    left: -210px;
  }
  .campus__wrap .slick-dots {
    left: -296px;
  }
  .campus__wrap .slick-prev {
    left: -330px;
  }
}
@media only screen and (max-width: 1200px) {
  .campus__wrap .slick-next {
    right: 0;
    left: auto;
    top: -70px;
  }
  .campus__wrap .slick-prev {
    left: auto;
    right: 40px;
    top: -70px;
  }
}
@media only screen and (max-width: 1023px) {
  .campus .slick-list.draggable {
    padding-right: 20%;
  }
  .campus .slick-track {
    margin: 0 -20px 0 20px;
  }
  .campus__wrap h2 {
    margin-right: 50px;
  }
  .campus__wrap .slick-next {
    right: 0;
    left: auto;
    top: -90px;
  }
  .campus__wrap .slick-prev {
    left: auto;
    right: 40px;
    top: -90px;
  }
  .campus {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .campus {
    margin: 60px 0;
    padding-top: 50px;
  }
  .campus__wrap h2 {
    margin-right: 60px;
  }
}
.linkedin {
  margin: 120px 0;
}
.linkedin__wrap {
  position: relative;
}
.linkedin__wrap h2 {
  margin-bottom: 85px;
}
.linkedin__wrap .logo {
  display: flex;
  justify-content: end;
  align-items: center;
  position: absolute;
  top: 87px;
  right: 0;
}

.linkedin .card {
  position: relative;
}

.linkedin .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, transparent 35%, #000000e0 100%);
  z-index: 2;
}
.linkedin__wrap .logo li {
  margin-right: 10px;
  color: #989898;
}
.linkedin__wrap .logo li a {
  color: #989898;
  font-size: 16px;
  font-weight: 600;
}
.linkedin__wrap__carousal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-bottom: 50px;
}
.linkedin__wrap__carousal .li {
  flex: 1 1 33.33%;
  flex-basis: calc(33.33% - 20px);
}
.linkedin__wrap__carousal .li:hover .linkedin__carousal- {
  position: absolute;
  opacity: 0.86;
  background-color: var(--clr-general-brown);
  top: 0;
  height: 100%;
  width: 100%;
  color: var(--clr-general-white);
  padding: 0 24px 0 40px;
}

.linkedin .slick-arrow.slick-next::before {
  content: "";
  background-image: url("../images/right-red.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  text-indent: -1500px;
  overflow: hidden;
  z-index: 22;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 15px;
}

.linkedin .slick-arrow.slick-prev::before {
  content: "";
  background-image: url("../images/left-red.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 22;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 60px;
}

.linkedin .slick-arrow {
  position: absolute;
  top: -80px;
  right: 0;
  text-indent: -2000px;
}

.linkedin .slick-arrow.slick-disabled {
  opacity: 0.1;
}

@media only screen and (max-width: 399px) {
  .linkedin__wrap__carousal .li:hover .linkedin__carousal- {
    padding: 0 20px;
  }
}
.linkedin .card:hover .card__content {
  background-color: #35909000;
}
.linkedin .card:hover .card__content h3 {
  color: var(--clr-general-black);
}
.linkedin .card__img {
  position: relative;
}

.linkedin .card__img .card__content {
  padding: 20px 21px;
  position: absolute;
  bottom: 0;
  background-color: #0000;
  z-index: 555;
}
.linkedin .card__img .card__content p {
  color: var(--clr-general-white);
  margin-bottom: 5px;
  line-height: 1.3;
}
.linkedin .card__img .card__content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.linkedin .card__img .card__content ul li {
  color: var(--clr-general-white);
  font-family: LT Remark, sans-serif;
}
.linkedin .card__img .card__content ul li:nth-child(1) span {
  display: block;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #c7c7c7;
}
.linkedin .card__content h3 {
  position: relative;
  max-width: 240px;
  margin: 0;
}
.linkedin .card__content h3:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  background-size: cover;
  background-image: url(../images/Arrow-right.svg);
}
.linkedin .card.greenlabel {
  border-bottom: 3px solid #8ac67c;
}
.linkedin .card.greenpink {
  border-bottom: 3px solid #359090;
}
.linkedin .card.bluelabel {
  border-bottom: 3px solid #d773b3;
}
.linkedin .card.darkbluelabel {
  border-bottom: 3px solid #708ac3;
}
.linkedin__wrap .slick-list {
  margin: 0 -20px;
}
.linkedin .card .card__img {
  position: relative;
  overflow: hidden;
}
.linkedin .card .card__img::before {
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  content: "";
  display: block;
  height: 100%;
  left: -80%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.linkedin .card .card__img:hover::before,
.linkedin .card .card__img:focus::before {
  animation: shine 0.85s;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@media only screen and (max-width: 1023px) {
  .linkedin__wrap .slick-list {
    margin: 0;
  }
  .linkedin__wrap h2 {
    margin-bottom: 60px;
  }
}
.linkedin__wrap .slick-slide {
  margin: 0 16px;
  width: 329px;
}
.linkedin__wrap .slick-slide img {
  width: 100%;
}
.linkedin__wrap .wrapper .slick-dots li button:before {
  font-size: 20px;
  color: #fff;
}
.linkedin__wrap .slick-initialized .slick-slide {
  position: relative;
  display: block;
}
@media only screen and (max-width: 1023px) {
  .linkedin__wrap .slick-initialized .slick-slide {
    margin: 0 20px 0 0;
  }
}
.linkedin__wrap .slick-dots li {
  overflow: hidden;
  margin: 0 10px;
  background-color: #eee !important;
}
@media only screen and (max-width: 1023px) {
  .linkedin .slick-list.draggable {
    padding-right: 20%;
  }
  .linkedin__wrap .logo {
    top: 78px;
    position: unset;
    margin-top: 30px;
  }
  .linkedin .slick-list {
    margin: 0 -20px 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .linkedin {
    margin: 60px 0 60px;
  }
  .linkedin .linkedin__carousal {
    margin-bottom: 0;
  }
  .linkedin .linkedin__wrap .logo {
    bottom: 0;
    position: unset;
    margin-top: 34px;
  }
}
.fundeffort {
  position: relative;
  background: linear-gradient(90deg, #ffffff 34%, #f8f8f8 0%);
  padding: 120px 0 70px;
}

.btn-loadmore:focus {
  color: var(--clr-general-white) !important;
  background-color: var(--clr-primary-100) !important;
  border: 1px solid var(--clr-primary-100) !important;
}

@media (max-width: 1024px) {
  .fundeffort::after {
    left: 15px;
    width: 96%;
  }
  .fundeffort {
    padding: 70px 0 70px;
  }
}
@media (max-width: 767px) {
  .fundeffort::after {
    left: 15px;
    width: 93%;
  }
  .fundeffort {
    padding: 60px 0 60px;
  }
}
.fundeffort h2 {
  text-align: center;
}
.fundeffort h2:after {
  content: "";
  left: 0;
  right: 0;
  bottom: -23px;
  margin: 0 auto;
}
.fundeffort__overview {
  display: flex;
  padding-top: 20px;
}
.fundeffort__content {
  background-color: var(--clr-secondary-500);
  padding: 50px 37px 37px 50px;
  flex-basis: 50%;
}
.fundeffort__img {
  flex-basis: 50%;
}
.fundeffort__top {
  display: flex;
  justify-content: space-between;
}
.fundeffort__top h3 {
  font-size: var(--fs-40);
  font-weight: 300;
  color: var(--clr-general-white);
  line-height: 1.2;
  flex-basis: 42%;
}
.fundeffort__top p {
  font-size: var(--fs-16);
  font-family: Lato, sans-serif;
  color: var(--clr-general-white);
  font-weight: 400;
  line-height: 1.5;
  flex-basis: 50%;
}
.fundeffort__btm ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fundeffort__btm ul li {
  position: relative;
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  color: var(--clr-general-white);
  flex-basis: 50%;
}
.fundeffort__btm ul li:first-child {
  display: inherit;
  align-items: center;
}
.fundeffort__btm ul li:first-child a {
  margin-right: 20px;
  display: inherit;
  align-items: center;
}
.fundeffort__btm ul li:first-child a span {
  font-size: var(--fs-20);
  margin-left: 20px;
  color: var(--clr-general-white);
}
.fundeffort__btm ul .link {
  position: relative;
  transform: translate(0);
  transition: transform 0.3s ease-in-out;
}
.fundeffort__btm ul .link:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 0;
  left: 100px;
  right: 0;
  transform: translate(0);
  transition: transform 0.3s ease-in-out;
  background-size: cover;
  background-image: url(../images/viewmore-arrow-right.svg);
}
.fundeffort__btm ul .link:hover {
  color: var(--clr-primary-100);
}
.fundeffort__btm ul .link:hover:before {
  transform: translate(3px);
  filter: invert(1);
  top: 0;
  right: 0;
}
@media (max-width: 1440px) {
  .fundeffort {
    background: linear-gradient(90deg, #ffffff 31%, #f8f8f8 0%);
  }
  .fundeffort__content {
    padding: 30px 37px 18px 50px;
  }
  .fundeffort__top h3 {
    font-size: var(--fs-36);
  }
  .fundeffort__top p {
    font-size: var(--fs-14);
  }
}
@media (max-width: 1300px) {
  .fundeffort__top {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .fundeffort__btm {
    margin-top: 20px;
  }
}
@media (max-width: 1200px) {
  .fundeffort__overview,
  .fundeffort__top {
    flex-direction: column;
  }
  .fundeffort__top p {
    margin-bottom: 15px;
  }
  .fundeffort__btm ul {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .fundeffort__btm ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .fundeffort__btm img {
    max-width: 30%;
  }
  .fundeffort h2 {
    margin-bottom: 40px;
  }
  .fundeffort__content {
    padding: 30px 30px 18px 30px;
  }
}
@media (max-width: 767px) {
  .fundeffort {
    background: transparent;
  }
  .fundeffort__overview,
  .fundeffort__top {
    flex-direction: column;
  }
  .fundeffort__btm ul {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
}
.testimonial {
  padding: 120px 0 70px;
}
.testimonial .container {
  position: relative;
}
.testimonial h2 {
  margin-bottom: 80px;
}
.testimonial__content {
  margin-top: 66px;
}
.testimonial__img img {
  width: 100%;
}
.testimonial__head {
  padding: 70px 0;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .testimonial__head {
    top: 10px;
    padding: 0;
  }
  .testimonial h2 {
    margin: 0px 22px 80px;
  }
}
.testimonial__head .btn {
  text-transform: inherit;
}
.testimonial h4 {
  font-family: LT Remark, sans-serif;
  color: var(--clr-primary-100);
  font-size: var(--fs-32);
  margin-bottom: 15px;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .testimonial h4 {
    font-size: var(--fs-24);
  }
}
.testimonial p {
  color: #00000080;
  font-size: var(--fs-32);
  line-height: 1;
  font-family: LT Remark, sans-serif;
  color: var(--clr-primary-100);
  margin-top: 40px;
}
.testimonial p span {
  color: var(--clr-primary-200);
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  display: block;
  margin-top: 10px;
}
@media only screen and (max-width: 1023px) {
  .testimonial p {
    font-size: var(--fs-28);
  }
}
/* .testimonial blockquote {
  padding-right: 60px;
} */
.testimonial blockquote:before {
  top: -63px;
}
.testimonial blockquote:after {
  display: none;
}
@media (max-width: 991px) {
  .testimonial {
    padding: 60px 0;
  }
  .testimonial__head {
    position: unset;
    margin: 50px 0 0;
  }
  .testimonial__head .btn {
    width: 100%;
    padding: 16px 55px;
    font-size: var(--fs-16);
  }
  .testimonial__content {
    margin: 50px 0 30px 10px;
  }
  .testimonial__content p {
    margin-top: 30px;
  }
  .testimonial img {
    width: 100%;
  }
  .testimonial .col-sm-12:nth-child(1) {
    padding: 0;
  }
  .testimonial .col-lg-6:nth-child(2) {
    order: 4;
  }
  .testimonial blockquote {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .testimonial {
    padding: 60px 0 60px;
  }
}
.blog {
  padding: 70px 0 70px;
}
@media only screen and (max-width: 1023px) {
  .blog {
    padding: 60px 0;
  }
}
.blog h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1023px) {
  .blog h2 {
    margin-bottom: 50px;
  }
}
.blog .orderchange {
  margin: 56px 0 46px;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .blog .orderchange {
    order: 4;
    margin: 25px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .blog .orderchange .btn {
    width: 100%;
  }
}
.blog img,
.blog .blogcontent {
  margin-top: 25px;
}
.blog .blogcontent {
  padding: 50px 50px 33px;
  background: var(--clr-secondary-600);
}
@media (max-width: 1440px) {
  .blog .blogcontent {
    padding: 30px 30px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog .blogcontent {
    margin-top: 0;
    padding: 25px 35px 25px 25px;
  }
}
.blog .blogcontent h3 {
  font-family: "Lato", sans-serif;
  color: var(--clr-general-blue);
  border-bottom: 1px solid var(--clr-general-blue);
  padding-bottom: 13px;
  font-size: var(--fs-16);
  line-height: var(--fs-17);
  font-weight: var(--fw-700);
  margin-bottom: 25px;
}
.blog .blogcontent h4 {
  font-family: "Lato", sans-serif;
  font-size: var(--fs-40);
  line-height: 1.2;
  font-weight: var(--fw-300);
  margin-bottom: 25px;
  max-width: 80%;
}
@media only screen and (max-width: 1440px) {
  .blog .blogcontent h3 {
    margin-bottom: 13px;
  }
  .blog .blogcontent h4 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog .blogcontent h4 {
    font-size: var(--fs-24);
    line-height: var(--fs-26);
    max-width: 100%;
  }
}
.blog .blogcontent p {
  margin-bottom: 28px;
  font-size: var(--fs-16);
  line-height: var(--fs-24);
}
@media only screen and (max-width: 1440px) {
  .blog .blogcontent h3 {
    margin-bottom: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog .blogcontent p {
    margin-bottom: 22px;
  }
}
.blog .blogcontent .link {
  color: var(--clr-general-red);
  font-size: var(--fs-16);
  line-height: var(--fs-17);
  font-weight: var(--fw-700);
  position: relative;
  cursor: pointer;
}
.blog .blogcontent .link:before {
  right: -25px;
  background-image: url(../images/Arrow-right.svg);
  content: "";
  transition: 0.3s all ease-in-out;
}
.blog .blogcontent .link:hover:before {
  right: -35px;
  transition: 0.3s all ease-in-out;
}
.subscribe {
  display: flex;
  border-radius: 4px;
  background-color: var(--clr-primary-200);
  padding: 40px;
  flex-direction: row;
  align-items: center;
  max-width: 990px;
  margin: 0 auto -60px;
  position: relative;
}
.subscribe .row {
  width: 100%;
  align-items: center;
}
.subscribe h4 {
  font-size: var(--fs-32);
  font-weight: var(--fw-300);
  font-family: LT Remark, sans-serif;
  line-height: 1;
}
.subscribe__form {
  position: relative;
}
.subscribe__form .text-field {
  width: 100%;
  padding: 17px 12px 17px 50px;
  margin-bottom: 0;
  box-shadow: none;
  border-radius: 8px;
  position: relative;
  outline: none;
  border: 0;
  display: block;
}
.subscribe__form .text-field::placeholder {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  display: inline-block;
}
.subscribe__form .emailicon:after {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(../images/mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 14px;
  content: "";
  margin-left: 20px;
  margin-top: 1px;
}
.subscribe__form input[type="text"]:focus {
  box-shadow: none;
}
.subscribe__form .drop-down .select a span {
  display: none;
}

.input-label__line {
  font-weight: 600;
}

.upload-section .row {
  padding-bottom: 20px;
}

.feedback-upload-block .row {
  flex-direction: column;
}

.feedback-upload-block .row .inner-para {
  margin-top: 20px;
  margin-left: 15px;
}

.show__block {
  position: absolute;
  font-size: var(--fs-14);
  margin-top: 5px;
  display: block;
}

.subscribe__form .link {
  color: var(--clr-primary-100);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 50px;
  font-weight: 700;
}
.subscribe__form .link:before {
  right: -25px;
  background-image: url(../images/Arrow-right.svg);
  content: "";
}
.subscribe__form .link:hover:before {
  right: -26px;
  transition: 0.3s all ease-in-out;
}

@media (max-width: 490px) {
  .subscribe__form .link {
    right: 37px;
  }
}

@media (max-width: 375px) {
  .subscribe__form .link {
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    visibility: hidden;
    backface-visibility: hidden;
  }
  .subscribe__form .link::before {
    -webkit-backface-visibility: visible;
    visibility: visible;
    backface-visibility: visible;
  }
}

@media (max-width: 1024px) {
  .aboutqkd {
    display: block;
    text-align: center;
  }
  .aboutqkd .content {
    width: 100%;
  }
  .aboutqkd .form {
    width: 100%;
    padding: 40px;
    margin: 0 auto;
  }
  .mt-130 {
    margin-top: -120px !important;
  }
  .subscribe {
    justify-content: center;
    padding-inline: 10px;
  }
  .subscribe h4 {
    margin-bottom: 20px;
  }
  .subscribe .row .col-lg-8 {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .subscribe .row {
    text-align: center;
  }
}

.featureopp {
  margin: 80px 0;
}

.featureopp .card .card__img {
  height: 180px;
  overflow: hidden;
}

.featureopp .card .card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featureopp .card .card__content h3 {
  min-height: 120px;
}

/*.featureopp .card__content .range-slider {
  min-height: 80px;
}*/

@media (max-width: 1440px) {
  .featureopp .card__content .range-slider {
    min-height: 60px;
  }
}

.featureopp .slidearrow {
  position: relative;
}
.featureopp .slider-controls {
  display: flex;
  position: absolute;
  top: -95px;
  right: -17px;
}
.featureopp .sliderarrow .slide--prev {
  content: "";
  background-image: url("../images/left-red.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 22;
  cursor: pointer;
}
.featureopp .sliderarrow .slide--next {
  content: "";
  background-image: url(../images/right-red.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 22;
  cursor: pointer;
}

.featureopp .sliderarrow .slide--dots {
  cursor: pointer;
}
.featureopp .slide-dots,
.donorcard .slick-dots {
  position: unset;
  display: flex;
}

.donorcard .card {
  border-radius: 4px;
  overflow: hidden;
}

.donorcard .card:hover .card__viewmore {
  display: block;
}

.featureopp .sliderarrow {
  position: relative;
}

.featureopp .sliderarrow .slide--dots ul li.slick-active {
  background-color: var(--clr-primary-200);
}

.featureopp .sliderarrow .slide--dots ul li button {
  display: none;
}

.featureopp .sliderarrow .slide--dots ul {
  display: flex;
}

.featureopp .sliderarrow .slide--dots ul li {
  background-color: #fff;
  margin: 10px 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  padding: 0;
}
@media only screen and (max-width: 1440px) {
  .featureopp {
    margin: 40px 0 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .featureopp {
    margin: 30px 0;
  }
  .featureopp .slider-controls {
    right: 15px;
  }
  .featureopp .sliderarrow .slide--next {
    margin-left: 7px;
  }
  .featureopp .sliderarrow .slide--prev {
    margin-right: 7px;
  }
  .featureopp .slick-list {
    margin: 0 -20px;
  }
}

@media only screen and (max-width: 767px) {
  .featureopp .btn {
    width: 100%;
    padding: 16px 87px;
    font-size: 16px;
  }
}
.featureopp h2 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .featureopp h2 {
    max-width: 60%;
  }
  .featureopp h2 {
    margin-bottom: 60px;
  }
}
.featureopp h2:after {
  bottom: -18px;
}
.featureopp__carousal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
  margin-bottom: 40px;
}
.featureopp__carousal .li {
  flex: 1 1 33.33%;
  flex-basis: calc(33.33% - 20px);
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  ul.donorcard__carousal.slick-initialized.slick-slider {
    width: 98%;
    margin-bottom: 20px;
  }
}
.btn {
  color: var(--clr-general-white);
  background-color: var(--clr-primary-100);
  border: 1px solid var(--clr-primary-100);
  padding: 17px 40px;
  border-radius: 4px;
  transition: 0.3s all ease-in-out;
  font-size: var(--fs-16);
  font-weight: var(--fw-600);
  letter-spacing: 0;
  line-height: var(--fs-17);
  font-family: Lato, sans-serif;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  outline: none;
  text-transform: initial;
}
@media only screen and (max-width: 1023px) {
  .btn {
    font-size: var(--fs-15);
  }
}
.btn:hover {
  color: var(--clr-primary-100);
  background: var(--clr-general-white);
  border: 1px solid var(--clr-primary-100);
}
.btn:active,
.btn:focus {
  color: var(--clr-primary-100);
  background: var(--clr-general-white);
  border: 1px solid var(--clr-primary-100);
}
.btn--white {
  border: 1px solid var(--clr-primary-100);
  color: var(--clr-primary-100);
  background: transparent;
  padding: 16px 75px;
}
@media only screen and (max-width: 1279px) {
  .btn--white {
    padding: 20px 18px;
  }
}
.btn--white:hover {
  border: 1px solid var(--clr-primary-100);
  color: var(--clr-general-white);
  background-color: var(--clr-primary-100);
}
.btn--white:active,
.btn--white:focus {
  border: 1px solid var(--clr-primary-100);
  color: var(--clr-general-white);
  background-color: var(--clr-primary-100);
}
.btn--white--sm {
  padding: 5px 16.5px;
}
.card {
  cursor: pointer;
}

.card:hover .card__content h3 {
  color: var(--clr-general-white);
  transition: 0.3s all ease-in-out;
}
.card:hover .card__content .btn {
  background-color: #708ac300;
  border: 1px solid #ffffff;
  color: var(--clr-general-white);
  transition: 0.3s all ease-in-out;
}
.card:hover .card__content .progressbar__label {
  transition: 0.3s all ease-in-out;
  color: var(--clr-general-white);
}
.card:hover .card__content span:nth-child(1) {
  color: var(--clr-general-white);
  transition: 0.3s all ease-in-out;
}
.card:hover .card__content span:nth-child(2) {
  color: var(--clr-general-black);
}
.card:hover .card__content .range-slider {
  margin: 21px 0 40px;
  transition: 0.3s all ease-in-out;
}
.card.greencard:hover .card__content {
  background-color: #8ac67c;
  border-radius: 0;
}
.card.greencard:hover .card__viewmore {
  background-color: #548848;
  transition: background-color 1s ease;
  transition: 0.2s all ease-in-out;
  border-radius: 0 0 4px 4px;
}
.card.bluecard:hover .card__content {
  background-color: #708ac3;
  border-radius: 0;
}
.card.bluecard:hover .card__viewmore {
  background-color: #475d8e;
  transition: background-color 1s ease;
  transition: 0.2s all ease-in-out;
  border-radius: 0 0 4px 4px;
}
.card.pinkcard:hover .card__content {
  background-color: #d773b3;
  border-radius: 0;
}
.card.pinkcard:hover .card__viewmore {
  background-color: #ab4e8a;
  transition: background-color 1s ease;
  transition: 0.2s all ease-in-out;
  border-radius: 0 0 4px 4px;
}
.card.dbluecard:hover .card__content {
  background-color: #65bfbf;
  border-radius: 0;
}
.card.dbluecard:hover .card__viewmore {
  background-color: #359090;
  transition: background-color 1s ease;
  transition: 0.2s all ease-in-out;
  border-radius: 0 0 4px 4px;
}

.card__img {
  width: 100%;
}
.card__content {
  background: var(--clr-secondary-600);
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 1023px) {
  .card__content {
    padding: 30px 25px;
  }
}
.card__content .btn {
  width: 100%;
  padding: 4px 4px;
}
.card__content h3 {
  font-family: Lato, sans-serif;
  font-size: var(--fs-20);
  font-weight: var(--fw-300);
  color: var(--clr-general-red);
  line-height: var(--fs-32);
  max-width: 100%;
  text-align: center;
}
@media only screen and (max-width: 1659px) {
  .card__content h3 {
    max-width: 100%;
    font-size: var(--fs-21);
    line-height: var(--fs-28);
  }
}
@media only screen and (max-width: 1440px) {
  .card__content h3 {
    font-size: var(--fs-21);
  }
}


.card__viewmore {
  padding: 8px 30px;
  position: relative;
  display: none;
}
.card__viewmore a {
  color: var(--clr-general-white);
  
  }


.herobanner {
  padding: 0;
}
.herobanner ul li {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 130px 0 110px;
  position: relative;
  min-height: 650px;
}

.herobanner ul li .herobanner__title {
  position: relative;
  line-height: 1;
  max-width: 50%;
  text-transform: unset;
  z-index: 555;
}

.herobanner ul li .herocaption__link,
.herobanner ul li .herocaption {
  margin-top: 30px;
}

@media only screen and (max-width: 1440px) {
  .herobanner ul li {
    padding: 90px 0 150px;
  }
}
@media only screen and (max-width: 1024px) {
  .herobanner ul li {
    min-height: unset;
    background-position: top center;
    background-size: contain;
    padding: 460px 0 0px;
    position: relative;
  }
  .herobanner__overlaytext {
    position: absolute;
    top: 260px;
    bottom: 0;
    background-color: var(--clr-primary-100);
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .herobanner ul li {
    padding: 320px 0 0px;
  }
  .herobanner__overlaytext {
    top: 130px;
  }
}

@media only screen and (max-width: 320px) {
  .herobanner__overlaytext {
    top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .herobanner ul li .herocaption__link,
  .herobanner ul li .herocaption {
    margin-top: 5px;
  }
}

.herobanner ul li:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.6;
  display: none;
}

@media (max-width: 1440px) {
  .herobanner ul li .herobanner__title {
    max-width: 55%;
  }
}
@media only screen and (max-width: 1247px) {
  .herobanner ul li .herobanner__title {
    max-width: 80%;
  }
}
@media only screen and (max-width: 1023px) {
  .herobanner ul li .herobanner__title {
    font-size: var(--fs-32);
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .herobanner ul li .herobanner__title {
    font-size: var(--fs-28);
    margin-bottom: 20px;
  }
}
.herobanner ul li a {
  position: relative;
  color: var(--clr-general-white);
  font-size: var(--fs-16);
  font-weight: var(--fw-700);
  letter-spacing: 0;
  line-height: var(--fs-17);
  padding-right: 45px;
  display: inline-block;
  transition: 0.3s all ease-in;
  z-index: 1;
}

.herobanner ul li .herocaption {
  position: relative;
  color: var(--clr-general-white);
  font-size: var(--fs-16);
  font-weight: var(--fw-700);
  letter-spacing: 0;
  line-height: var(--fs-17);
  padding-right: 45px;
  display: inline-block;
  transition: 0.3s all ease-in;
  z-index: 1;
}

.herobanner ul li a:hover {
  color: var(--clr-primary-200);
}
.herobanner ul li a:after {
  content: "";
  position: absolute;
  transition: 0.3s all ease-in;
  top: 11px;
  transform: translateY(-50%);
  right: 15px;
  width: 24px;
  background-size: contain;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url(../images/Arrow24-right.svg);
  z-index: 1;
}
@media only screen and (max-width: 1440px) {
  .herobanner ul li a:after {
    top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .herobanner ul li a:after {
    top: unset;
    transform: unset;
    right: unset;
  }
}
.herobanner ul li a:hover:after {
  right: 10px;
}
.herobanner .sliderarrow {
  position: relative;
}
.herobanner .sliderarrow .slide-m-dots {
  position: relative;
  bottom: 95px;
  margin: 0 0px 0 30px;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .herobanner .sliderarrow .slide-m-dots {
    bottom: 50px;
  }
}
.herobanner .sliderarrow .slide-m-dots ul {
  display: flex;
}
.herobanner .sliderarrow .slide-m-dots ul li {
  background-color: #fff;
  margin: 10px 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  padding: 0;
  min-height: unset;
}
.herobanner .sliderarrow .slide-m-dots ul li.slick-active {
  background-color: var(--clr-primary-200);
}
.herobanner .sliderarrow .slide-m-dots ul li button {
  display: none;
}
.herobanner .sliderarrow .slide-m-prev,
.herobanner .sliderarrow .slide-m-prev {
  color: #fff;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  cursor: pointer;
}
.herobanner .sliderarrow .slide-m-prev {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAANhJREFUWIXt180qxkEUwOG/zwWRJCXlhm1sLFjYWFAWXAELopRSSin38lg4M/V67aRzFvNcwa9pPs5M0zAMw/CvsIYbPGS3zME67ny7zO6ZgQ3cR9w1VrObOmziMeKusJLd1GELzxF3geXspg7beIm4cyxlN3XYwWvEnWExu6nDLt4i7hQL2U0d9vAeccfV4vbxEXFH2T0zcIDPiDvM7pmD24h7ym75VfkVnKbie7ApfYqbH/fgSdXIui9JU/otbkpPM03pebBReaJuVP6TNCr/6oZhGIa/+wIOxWt8LLkljwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 65px;
  height: 30px;
  width: 30px;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 555;
}
@media only screen and (max-width: 1023px) {
  .herobanner .sliderarrow .slide-m-prev {
    bottom: 20px;
  }
}
.herobanner .sliderarrow .slide-m-next {
  content: "";
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAAA50lEQVRYCe3XzwpBQRzF8evvgkiSkvLCNjYWLGwsKAuegAVRSimllHcZ36N5AquTfr86zfZzT/fOzC2KmGggGogGooH/ayCldCI70rB8OmBrojmQph0SVJ1sieZIWo7IGrCNhMyZtB2RVWArCZkr6TgiK8CWEjI30nVEloEtJGTupOeILAGbScg8SN8VOf0SU3qyDuyQAgGbZOSLdeiKHGfkm3Xkirxk5N4OCMy3QXCe7yAwbTWeX3HGzVk1XvsgIN+TBJzvWQzO9zYDzvc+CM77Rg3Q/p/E+6/O7lwNUDQQDUQDvzfwAR0qa3w+v/JqAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  bottom: 65px;
  height: 30px;
  width: 30px;
  text-indent: 1000px;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .herobanner .sliderarrow .slide-m-next {
    bottom: 20px;
  }
}
.herobanner .sliderarrow .slide-m-prev:before,
.herobanner .sliderarrow .slide-m-next:before {
  content: none;
}
.herobanner .sliderarrow .slick-m-dots li button:before {
  color: #fff6;
  opacity: 1;
  font-size: 8px;
}
.herobanner .sliderarrow .slick-m-dots li.slick-active button:before {
  color: #751818;
}
@media only screen and (max-width: 1440px) {
  .herobanner .sliderarrow .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
  }
}
.bannersm {
  position: relative;
  min-height: 370px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 }

@media (max-width: 1024px) {
  .bannersm {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  .bannersm {
    min-height: 200px;
  }
}

.bannersm__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* max-width: 40%; */
  width: calc(70% - 195px);
}
.bannersm h1 {
  position: relative;
  line-height: 1;
}
.bannersm h1:after {
  border-bottom: 4px solid var(--clr-primary-100);
  position: absolute;
  content: "";
  width: 200px;
  height: 4px;
  left: 0;
  bottom: -20px;
}
.bannersm:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.innerbanner--details {
  background-color: #65bfbf;
}

.innerbanner--details::before {
  content: "";
  background: transparent;
}

.innerbanner--details h1:after {
  content: "";
  border-bottom: 0;
}

@media (max-width: 1440px) {
  .bannersm__content {
    width: calc(100% - 195px);
  }
}

@media (max-width: 1024px) {
  .bannersm__content {
    width: calc(100% - 125px);
  }
}

.dashboard {
  padding: 46px 0;
  position: relative;
  margin: 5px 0;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .dashboard {
    margin: 60px 0;
  }
  .bannersm h1:after {
    width: 70px;
  }
}
.dashboard:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.dashboard__wrapper {
  text-align: center;
  max-width: 1077px;
  margin: 0 auto;
  background: var(--clr-general-white);
  padding: 10px 45px 30px 45px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .dashboard__wrapper {
    max-width: 480px;
    padding: 30px 40px 30px 45px;
  }
}
.dashboard__wrapper h2 {
  text-align: center;
}
.dashboard__wrapper h2:after {
  left: 50%;
  transform: translate(-50%);
  border-bottom: 4px solid var(--clr-secondary-700);
  bottom: -20px;
}
.dashboard__wrapper p {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .breadcrumb ul > li {
    font-size: 12px;
  }
}
.statisticsec {
  background: var(--clr-primary-300);
  padding: 100px 0;
  position: relative;
}
.statisticsec:before {
  content: "";
  background: linear-gradient(
      to left,
      #708ac3 0,
      #708ac3 33.3%,
      #65bfbf 33.3%,
      #65bfbf 66.6%,
      #8ac67c 66.6%,
      #8ac67c
    )
    no-repeat;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1023px) {
  .statisticsec:before {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .statisticsec {
    padding: 60px 0;
  }
}
.statisticsec__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .statisticsec__wrap {
    flex-direction: column;
  }
}
.statisticsec__item {
  width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .statisticsec__item {
    width: 75%;
  }
}
.statisticsec__item img {
  margin-bottom: 25px;
}
.statisticsec__item h3 {
  font-size: var(--fs-72);
  line-height: 1.2;
  color: var(--clr-general-red);
  font-family: LT Remark, sans-serif;
}
@media only screen and (max-width: 1440px) {
  .statisticsec__item h3 {
    font-size: var(--fs-60);
  }
}

@media only screen and (max-width: 1023px) {
  .statisticsec__item h3 {
    font-size: var(--fs-60);
  }
  .statisticsec__item img {
    margin-bottom: 0px;
  }
}
.statisticsec__item p {
  font-size: var(--fs-32);
  font-weight: var(--fw-300);
}
@media only screen and (max-width: 1023px) {
  .statisticsec__item p {
    font-size: var(--fs-24);
  }
}
.statisticsec__item--middle {
  border-left: 1px solid var(--clr-general-red);
  border-right: 1px solid var(--clr-general-red);
}
@media only screen and (max-width: 1023px) {
  .statisticsec__item--middle {
    border: none;
    border-top: 1px solid var(--clr-general-red);
    border-bottom: 1px solid var(--clr-general-red);
    padding: 20px 0;
    margin: 20px 0;
  }
}


.utilizationreport {
  background-color: #65bfbf;
  padding: 40px;
  border-radius: 4px;
  margin-block: 40px;
}
.utilizationreport h3 {
  font-size: var(--fs-34);
  font-family: LT Remark, sans-serif;
  font-weight: var(--fw-700);
  color: var(--clr-general-white);
  line-height: 1;
  padding: 0 0 40px;
}
.utilizationreport ul li {
  border-bottom: 1px solid #369090;
  padding: 20px 0;
}
.utilizationreport ul li .linkreport {
  transform: translate(0);
  transition: transform 0.3s ease-in-out;
}
.utilizationreport ul li:hover .linkreport {
  transform: translate(30%);
}
.utilizationreport__img {
  margin-right: 20px;
  margin-top: 5px;
  flex-basis: 13%;
  display: inline-block;
}
.utilizationreport__img img {
  width: 100%;
}
.utilizationreport__text {
  flex-basis: 85%;
}
.utilizationreport__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.utilizationreport__list--content {
  display: inline-flex;
  flex-basis: 80%;
}
.utilizationreport__text p {
  font-size: var(--fs-24);
  color: var(--clr-general-white);
  padding-bottom: 15px;
}

@media (max-width: 1440px) {
  .utilizationreport__text p {
    font-size: var(--fs-20);
  }
}
.utilizationreport__text span {
  font-size: var(--fs-18);
  color: #369090;
}
.utilizationreport .link {
  position: relative;
  color: var(--clr-general-white);
  margin: 30px 0 0;
  display: flex;
  justify-content: flex-end;
}
.utilizationreport .link:before {
  content: "";
  background-image: url(../images/dropdown.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  right: -16px;
  top: 10px;
  filter: invert(1);
}
.utilizationreport .link:hover {
  color: var(--clr-primary-100);
}
.utilizationreport .link:hover:before {
  filter: inherit;
}

.innerbanner {
  margin-bottom: 50px;
}
.innerbanner ul {
  padding: 0;
}
.innerbanner ul .slick-list .slick-track {
  width: 100%;
  height: 400px;
}

@media (max-width: 767px) {
  .innerbanner ul .slick-list .slick-track {
    height: 200px;
  }
}

.innerbanner ul li {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.innerbanner .sliderarrow {
  position: relative;
}
.innerbanner .sliderarrow .slide-dots {
  position: relative;
  bottom: 55px;
  margin: 0 0 0 45px;
  display: inline-block;
  cursor: pointer;
}

.innerbanner .sliderarrow .slide-dots ul {
  display: flex;
  list-style: none;
  margin: 0;
}
.innerbanner .sliderarrow .slide-dots ul li {
  background-color: #fff;
  margin: 10px 5px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  padding: 0;
}

.slider-controls {
  position: absolute;
  top: 0;
  bottom: 20px;
}
.innerbanner .sliderarrow .slide-dots ul li.slick-active {
  background-color: var(--clr-primary-100);
}
.innerbanner .sliderarrow .slide-dots ul li button {
  display: none;
}
.innerbanner .sliderarrow .slide-prev,
.innerbanner .sliderarrow .slide-prev {
  color: #fff;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  cursor: pointer;
}
.innerbanner .sliderarrow .slide-prev {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAANhJREFUWIXt180qxkEUwOG/zwWRJCXlhm1sLFjYWFAWXAELopRSSin38lg4M/V67aRzFvNcwa9pPs5M0zAMw/CvsIYbPGS3zME67ny7zO6ZgQ3cR9w1VrObOmziMeKusJLd1GELzxF3geXspg7beIm4cyxlN3XYwWvEnWExu6nDLt4i7hQL2U0d9vAeccfV4vbxEXFH2T0zcIDPiDvM7pmD24h7ym75VfkVnKbie7ApfYqbH/fgSdXIui9JU/otbkpPM03pebBReaJuVP6TNCr/6oZhGIa/+wIOxWt8LLkljwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  margin-left: 15px;
  bottom: 25px;
  height: 30px;
  width: 30px;
  text-indent: -1000px;
  overflow: hidden;
  z-index: 555;
}
@media only screen and (max-width: 1023px) {
  .innerbanner .sliderarrow .slide-prev {
    bottom: 25px;
  }
}
.innerbanner .sliderarrow .slide-next {
  content: "";
  position: absolute;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAKKADAAQAAAABAAAAKAAAAAB65masAAAA50lEQVRYCe3XzwpBQRzF8evvgkiSkvLCNjYWLGwsKAuegAVRSimllHcZ36N5AquTfr86zfZzT/fOzC2KmGggGogGooH/ayCldCI70rB8OmBrojmQph0SVJ1sieZIWo7IGrCNhMyZtB2RVWArCZkr6TgiK8CWEjI30nVEloEtJGTupOeILAGbScg8SN8VOf0SU3qyDuyQAgGbZOSLdeiKHGfkm3Xkirxk5N4OCMy3QXCe7yAwbTWeX3HGzVk1XvsgIN+TBJzvWQzO9zYDzvc+CM77Rg3Q/p/E+6/O7lwNUDQQDUQDvzfwAR0qa3w+v/JqAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center;
  bottom: 25px;
  height: 30px;
  width: 30px;
  text-indent: 1000px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .innerbanner .sliderarrow .slide-next {
    bottom: 25px;
  }
  .projectdetails__content {
    margin-bottom: 0;
  }
}
.innerbanner .sliderarrow .slide-prev:before,
.innerbanner .sliderarrow .slide-next:before {
  content: none;
}
.innerbanner .sliderarrow .slick-dots li button:before {
  color: #fff6;
  opacity: 1;
  font-size: 8px;
}
.innerbanner .sliderarrow .slick-dots li.slick-active button:before {
  color: #751818;
}
@media only screen and (max-width: 1440px) {
  .innerbanner .sliderarrow .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: default;
  }
}
.otherprojects {
  background-color: #8ac67c;
  padding: 60px 0;
  height: 442px;
  margin-bottom: 360px;
}

.otherprojects .card__viewmore {
  display: none;
}
.otherprojects .card:hover .card__viewmore {
  display: block;
}
@media (max-width: 1440px) {
  .otherprojects {
    height: 380px;
  }
}
@media only screen and (max-width: 1024px) {
  .otherprojects {
    height: 355px;
    margin-bottom: 380px;
  }
}
@media (max-width: 767px) {
  .otherprojects {
    height: 335px;
  }
}
blockquote {
  font-size: var(--fs-32);
  font-weight: var(--fw-300);
  line-height: 1.4;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  blockquote {
    font-size: var(--fs-26);
  }
}
@media only screen and (max-width: 1023px) {
  blockquote {
    font-size: var(--fs-18);
  }
}
blockquote:before,
blockquote:after {
  content: "";
  position: absolute;
  background-image: url(../images/quotes.svg);
  transition: 0.3s all ease-in-out;
  width: 78px;
  height: 55px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1023px) {
  blockquote:before,
  blockquote:after {
    width: 60px;
    height: 60px;
  }
}
blockquote:before {
  top: -65px;
}
@media only screen and (max-width: 1023px) {
  blockquote:before {
    top: -50px;
  }
}
blockquote:after {
  bottom: -3f0px;
  transform: rotate(180deg) scaleY(-1);
  right: 0;
}

@media only screen and (max-width: 1366px) {
  blockquote:after {
    bottom: -60px;
  }
}
@media only screen and (max-width: 1023px) {
  blockquote:after {
    bottom: -65px;
  }
}
.link {
  color: var(--clr-general-white);
  font-size: var(--fs-16);
}
.link:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  top: 60%;
  right: -35px;
  transform: translateY(-50%);
  background-size: cover;
  background-image: url(../images1/arrow-right.svg);
}
.link:before:hover:before {
  right: -60px;
  transition: 0.3s all ease-in-out;
}
.filterbox {
  padding: 20px 20px 50px;
  background: var(--clr-secondary-100);
  background-color: #D6F5D6;
}
.filterbox img {
  float: left;
  vertical-align: middle;
  
}
.filterbox h4 {
  font-family: "Lato", sans-serif;
  font-size: var(--fs-18);
  font-weight: var(--fw-400);
  margin-bottom: 25px;
  padding: 0px 0 10px 40px;
  border-bottom: 1px solid var(--clr-primary-100);
  position: relative;
}

.filterbox h4::after {
  content: " ";
  position: absolute;
  background-image: url("../images1/minus.svg");
  transition: 0.3s all ease-in;
  height: 2px;
  width: 13px;
  top: 18px;
  right: 0px;
  cursor: pointer;
  display: none;
}

.filterbox.filterclosed h4:after {
  content: "";
  background-image: url("../images1/plus.svg");
  position: absolute;
  transition: 0.3s all ease-in;
  right: 0px;
  height: 13px;
  width: 13px;
  top: 10px;
  color: var(--clr-primary-100);
  cursor: pointer;
}

.filterbox__list.accord-active {
  display: none;
}

.filterbox.filterclosed h4 {
  padding: 0 0 0 40px;
  margin: 0;
  border: 0;
}

.filterbox.filterclosed {
  padding: 20px 20px 20px;
}

@media (max-width: 991px) {
  .filterbox h4::after {
    display: block;
    cursor: pointer;
    z-index: 2;
  }
}

.donorwall .filterbox img {
  float: left;
}
.filterbox__item {
  position: relative;
  font-size: var(--fs-18);
  padding: 0 0 0 30px;
}

.filterbox__item.filterbox__item--haschild.acc-active ul li {
  font-weight: 500;
  padding: 5px 4px 0px 0;
}

.filterbox__item.filterbox__item--haschild.acc-active ul li.active {
  font-weight: 600;
}

.filterbox__item.filterbox__item--haschild.active .filterbox__submenu {
  display: block;
}

.filterbox__item:before {
  content: "";
  position: absolute;
  transition: 0.3s all ease-in;
  left: 0;
  top: 3px;
  transform: rotate(270deg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-image: url(../images1/dropdown.svg);
  background-repeat: no-repeat;
}
.filterbox__item.active .filterbox__submenu .chk_active {
  font-weight: var(--fw-700);
}
.filterbox__item.active {
  font-weight: var(--fw-700);
}
.filterbox__item.filterbox__item--haschild.active li {
  font-weight: var(--fw-400);
}
.filterbox__item.active span {
  position: relative;
  display: block;
}
.filterbox__item.active span:before {
  border-bottom: 2px solid var(--clr-primary-100);
  position: absolute;
  content: "";
  width: 60px;
  left: 0;
  bottom: -7px;
}
.filterbox__item.acc-active:before {
  transform: rotate(360deg);
}
.filterbox__item.acc-active:after {
  content: " ";
  background-image: url("../images1/minus.svg");
  transition: 0.3s all ease-in;
  height: 2px;
  width: 13px;
  top: 13px;
}
.filterbox__item:not(:last-child) {
  margin-bottom: 30px;
}
.filterbox__item--haschild {
  cursor: pointer;
}
.filterbox__item--haschild:after {
  content: "";
  background-image: url("../images1/plus.svg");
  position: absolute;
  transition: 0.3s all ease-in;
  right: 0;
  height: 13px;
  width: 13px;
  top: 7px;
  color: var(--clr-primary-100);
}
.filterbox__submenu {
  padding: 21px 30px 0 15px;
  display: none;
}
.filterbox__submenu li:not(:last-child) {
  margin-bottom: 10px;
}
.filterbox__submenu li {
  font-size: var(--fs-16);
}

@media (max-width: 1440px) {
  .filterbox__item {
    font-size: var(--fs-16);
    padding: 0 15px 0 25px;
  }
}
@media (max-width: 1023px) {
  .filterbox {
    margin-bottom: 20px;
  }
}
.errorpage .header {
  position: relative;
}
.errorpage h1 {
  font-size: var(--fs-65);
  color: var(--clr-primary-100);
}
.errorpage h2 {
  font-size: var(--fs-50);
  color: var(--clr-general-gray);
}
.errorpage p {
  color: var(--clr-general-gray);
}
.errorpage p a {
  color: var(--clr-primary-100);
}
/*.errorpage .footer {
  padding: 35px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translateZ(0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.navigation__item--active a {
  color: var(--clr-primary-100) !important;
  font-weight: var(--fw-700);
}

a {
  text-decoration: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

ul {
  padding-left: 0rem;
}
ul li {
  list-style: none;
  text-decoration: none;
}
ul.youngFaculty__navSlide {
  padding: 0;
}
ul.youngFaculty__info {
  padding: 0;
}
ul.youngFaculty__navSlide li {
  padding: 18px 0px;
  margin: 0;
}

.bgoverlay {
  overflow: hidden !important;
}

.white-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 848px;
  margin: 20px auto;
  padding: 1px 0px;
  transition: 1s all;
}

.mfp-bg {
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}


.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}


.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.white-popup .modal-dialog {
  margin: 20px 30px;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.approbation-modal-botom-right {
  float: right;
  text-align: right;
  margin-right: 20px;
}

.approbation-model-container ul,
.approbationsBlock__info,
.yfra-model-container .youngFaculty__info,
.yfra-model-container ul {
  margin-bottom: 20px;
}

.approbation-model-container .approbationsBlock__info li:first-child,
.approbation-model-container .approbationsBlock__name,
.yfra-model-container .youngFaculty__info li:first-child,
.youngFaculty__name {
  font-size: 18px;
}

.approbation-model-container .approbationsBlock__name,
.approbation-model-container .approbationsBlock__info li,
.yfra-model-container .youngFaculty__name,
.youngFaculty__info li {
  font-size: 15px;
}

.approbation-modal-botom p {
  font-family: "open_sanssemibold";
  font-size: 16px;
}

.approbation-model-container .approbationsBlock__box,
.yfra-model-container .youngFaculty__box {
  float: left;
  margin-right: 20px;
}

.approbation-model-container .approbationsBlock__boxImageholder,
.yfra-model-container .youngFaculty__boxImageholder {
  margin-bottom: 0;
}

.approbation-model-container .approbationsBlock__box,
.yfra-model-container .youngFaculty__box {
  margin-bottom: 0;
}

.youngFacculty__paraBlock {
  margin-bottom: 40px;
}

.youngFaculty__subTitle {
  font-size: 18px;
  margin-bottom: 15px;
}

.youngFacculty__paraBlock p,
.youngFaculty-container p {
  font-size: 15px;
  padding-bottom: 10px;
}

.youngFaculty__label {
  display: none;
}

.youngFaculty__guideLineblock ul {
  padding-left: 20px;
  margin: 5px 0;
}

.youngFaculty__guideLineblock ul li {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  padding-bottom: 10px;
}

.youngFaculty__info li a {
  color: #f29a0f;
  text-decoration: underline;
}

.youngFaculty__guideLineblock ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  background: url(../images1/sprite.png) no-repeat -65px -234px;
  display: inline-block;
  width: 6px;
  height: 10px;
}

.youngFaculty__heading {
  margin-bottom: 27px;
  font-size: 20px;
}

.youngFaculty__guideLineblock {
  margin-bottom: 60px;
}

.youngFaculty__navSlideholder {
  width: 100%;
  background-color: #e3e3e3;
}

.youngFaculty__navSlide {
  width: 86%;
  height: 60px;
}

.youngFaculty__navSlideitem {
  text-align: center;
  background-color: #e3e3e3;
  padding: 18px 0;
  font-size: 18px;
  border-left: 1px solid #fff;
  height: 60px;
  cursor: pointer;
}

.youngFaculty__navSlideitem.slick-current {
  background: #28272d;
  color: #f29a0f;
}

.youngFaculty__navSlideitem:first-child {
  border: 0;
}

.youngFaculty__navSlide .slick-arrow {
  width: 44px;
  height: 60px;
  background: #e3e3e3 url(../images1/sprite.png) no-repeat;
}

.youngFaculty__navSlide .slick-prev {
  left: inherit;
  right: -44px;
  background-position: -28px -246px;
  border-left: 1px solid #fff;
}

.youngFaculty__navSlide .slick-next {
  right: -90px;
  background-position: 7px -246px;
  border-left: 1px solid #fff;
}

.youngFaculty__navSlide .slick-next:before,
.youngFaculty__navSlide .slick-prev:before {
  content: "";
}

.youngFaculty__forSlideholder {
  background: #f8f8f8;
  padding: 50px 50px 0;
  display: table;
  width: 100%;
}

.youngFaculty__boxImageholder {
  margin-bottom: 18px;
  max-width: 140px;
  border: 1px solid #000;
  display: inline-block;
}

.youngFaculty__boxImageholder--full {
  max-width: initial;
}

.youngFaculty__boxImage {
  display: block;
}

.youngFaculty__box {
  margin-bottom: 55px;
}

.youngFaculty__info li,
.youngFaculty__design {
  font-size: 14px;
  padding-bottom: 5px;
  color: #969696;
}

.youngFaculty__name,
.youngFaculty__info li:first-child {
  font-family: "open_sanssemibold";
  padding-bottom: 5px;
  font-size: 16px;
  color: #686868;
}

.youngFaculty__forSlideholder .col-sm-4 {
  padding: 0 20px;
}

.white-popup .vertical-alignment-helper {
  max-height: 430px;
  overflow: auto;
  margin: 50px 5px 50px 0;
}

.vertical-alignment-helper::-webkit-scrollbar {
  width: 5px;
  border-radius: 3px;
}


.vertical-alignment-helper::-webkit-scrollbar-track {
  background: #f1f1f1;
}


.vertical-alignment-helper::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}


.vertical-alignment-helper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.youngFaculty__forSlide .slick-slide {
  height: 0;
}
.youngFaculty__forSlide .slick-slide.slick-current {
  height: 100%;
}

@media only screen and (max-width: 480px) {
  .youngFaculty__box {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .youngFaculty__info {
    text-align: center;
  }
  .mfp-inline-holder .mfp-content {
    width: 93%;
  }
  .youngFaculty__navSlide {
    width: 76%;
  }
  .youngFaculty__forSlideholder {
    padding: 20px 20px 0;
  }
  .white-popup {
    padding: 0px;
    overflow: hidden;
    padding: 1px 0;
  }
  .approbation-content .modal-body,
  .approbation-content .modal-body,
  .yfra-content .modal-body {
    padding: 0px;
  }
  .approbation-model-container .approbationsBlock__box,
  .yfra-model-container .youngFaculty__box {
    float: none;
    margin: 10px auto 20px;
  }

  .approbation-model-container ul,
  .approbationsBlock__info,
  .yfra-model-container .youngFaculty__info,
  .yfra-model-container ul {
    display: table;
    width: 100%;
  }

  .approbation-model-container .approbationsBlock__box,
  .yfra-model-container .youngFaculty__box {
    float: none;
    margin: 0 auto 10px;
    display: table;
  }

  .yfraContent-block p,
  .approbationContent-block p {
    text-align: justify;
  }

  .frame-block__inner {
    padding: 0 35px;
  }

  .frame-block__title {
    margin-top: 15px;
  }

  .approbation-model-container,
  .yfra-model-container {
    margin: 10px 0;
  }

  .approbation-content p,
  .yfra-content p {
    text-align: justify;
  }

  .donate-modal__linkhead.first {
    padding: 0 10px;
  }
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 20%;
  
}
 .GFG {
            background-color: cornflowerblue;
/*            border: 2px solid darkred;*/
            color: darkred;
            padding: 10px 15px;
            text-align: center;
            display: inline-block;
            font-size: 20px;
            margin: 60px 400px;
            cursor: pointer;
        }