.container {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  max-width: 1920px;
  padding-right: 16px !important;
  padding-left: 16px !important;
}
@media (min-width: 1200px) {
  .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}

:root {
  --bs-gutter-x: 16px
  --bs-gutter-y: 16px ;
}

[class*=col-] {
  position: relative;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 100%;
  }
}
@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: 1232px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

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

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

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

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

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

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

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

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

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.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;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.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;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.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;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.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;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.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;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
         column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
         column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
         column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  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;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month { /*
/*rtl:begin:ignore*/
  left: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month { /*
/*rtl:begin:ignore*/
  right: 0;
} /*
/*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input, .numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #eceef1;
}

.flatpickr-calendar.hasTime .flatpickr-innerContainer {
  border-bottom: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  border: 1px solid #eceef1;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #eceef1;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #eceef1;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: flex;
}

.flatpickr-months .flatpickr-month {
  border-radius: 5px 5px 0 0;
  background: #eceef1;
  color: #5a6171;
  fill: #5a6171;
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: #5a6171;
  fill: #5a6171;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #bbb;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(72, 72, 72, 0.15);
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(72, 72, 72, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(72, 72, 72, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(90, 97, 113, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #5a6171;
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: #5a6171;
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(90, 97, 113, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: #eceef1;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: #eceef1;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: #eceef1;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: #eceef1;
  color: #5a6171;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
  border-left: 1px solid #eceef1;
  border-right: 1px solid #eceef1;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #eceef1;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #484848;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e2e2e2;
  border-color: #e2e2e2;
}

.flatpickr-day.today {
  border-color: #bbb;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #bbb;
  background: #bbb;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #ff5a5f;
  box-shadow: none;
  color: #fff;
  border-color: #ff5a5f;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #ff5a5f;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e2e2e2, 5px 0 0 #e2e2e2;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(72, 72, 72, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #ff5a5f, 5px 0 0 #ff5a5f;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  border-left: 1px solid #eceef1;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(72, 72, 72, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #eceef1;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #484848;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #484848;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #484848;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #484848;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eaeaea;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
span.flatpickr-day.selected {
  font-weight: bold;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.mfp-iframe-holder .mfp-content {
  width: 90vw;
  max-width: calc(100% - 30px);
}

@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/spindogs/css/icomoon/fonts/icomoon.eot?e64bk4");
  src: url("/wp-content/themes/spindogs/css/icomoon/fonts/icomoon.eot?e64bk4#iefix") format("embedded-opentype"), url("/wp-content/themes/spindogs/css/icomoon/fonts/icomoon.ttf?e64bk4") format("truetype"), url("/wp-content/themes/spindogs/css/icomoon/fonts/icomoon.woff?e64bk4") format("woff"), url("/wp-content/themes/spindogs/css/icomoon/fonts/icomoon.svg?e64bk4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus-circle:before {
  content: "\e901";
}

.icon-minus-circle:before {
  content: "\e900";
}

.icon-tick-circle:before {
  content: "\e95b";
}

.icon-close-circle:before {
  content: "\e967";
}

.icon-plus:before {
  content: "\e94a";
}

.icon-minus:before {
  content: "\e905";
}

.icon-tick:before {
  content: "\e95c";
}

.icon-close:before {
  content: "\e968";
}

.icon-add-user:before {
  content: "\e902";
}

.icon-alarm-clock:before {
  content: "\e903";
}

.icon-alert:before {
  content: "\e904";
}

.icon-arrow-down-left:before {
  content: "\e909";
}

.icon-arrow-down-right:before {
  content: "\e90a";
}

.icon-arrow-down:before {
  content: "\e90b";
}

.icon-arrow-left:before {
  content: "\e90c";
}

.icon-arrow-right:before {
  content: "\e90d";
}

.icon-arrow-up-left:before {
  content: "\e90e";
}

.icon-arrow-up-right:before {
  content: "\e90f";
}

.icon-arrow-up:before {
  content: "\e910";
}

.icon-attach:before {
  content: "\e911";
}

.icon-back:before {
  content: "\e912";
}

.icon-bell:before {
  content: "\e914";
}

.icon-bin:before {
  content: "\e915";
}

.icon-calendar:before {
  content: "\e916";
}

.icon-camera:before {
  content: "\e917";
}

.icon-chevron-down:before {
  content: "\e918";
}

.icon-chevron-left:before {
  content: "\e919";
}

.icon-chevron-right:before {
  content: "\e91a";
}

.icon-chevron-up:before {
  content: "\e91b";
}

.icon-clock:before {
  content: "\e91c";
}

.icon-cloud:before {
  content: "\e91d";
}

.icon-cog:before {
  content: "\e91e";
}

.icon-comment:before {
  content: "\e91f";
}

.icon-crop:before {
  content: "\e920";
}

.icon-document:before {
  content: "\e921";
}

.icon-drawer:before {
  content: "\e922";
}

.icon-dribble:before {
  content: "\e923";
}

.icon-education:before {
  content: "\e924";
}

.icon-email:before {
  content: "\e925";
}

.icon-eye-Closed:before {
  content: "\e926";
}

.icon-eye:before {
  content: "\e927";
}

.icon-facebook:before {
  content: "\e928";
}

.icon-filters:before {
  content: "\e929";
}

.icon-flickr:before {
  content: "\e92c";
}

.icon-folder:before {
  content: "\e92d";
}

.icon-forward:before {
  content: "\e92e";
}

.icon-gauge:before {
  content: "\e930";
}

.icon-grid-2x2:before {
  content: "\e931";
}

.icon-grid-3x3:before {
  content: "\e932";
}

.icon-headphones:before {
  content: "\e933";
}

.icon-heart:before {
  content: "\e934";
}

.icon-history:before {
  content: "\e935";
}

.icon-home-narrow:before {
  content: "\e936";
}

.icon-home-wide:before {
  content: "\e937";
}

.icon-image:before {
  content: "\e938";
}

.icon-instagram:before {
  content: "\e939";
}

.icon-link-away:before {
  content: "\e93b";
}

.icon-link:before {
  content: "\e93c";
}

.icon-linkedin:before {
  content: "\e93d";
}

.icon-lock:before {
  content: "\e93e";
}

.icon-microphone-mute:before {
  content: "\e93f";
}

.icon-microphone-on:before {
  content: "\e940";
}

.icon-more-horizontal:before {
  content: "\e941";
}

.icon-more-vertical:before {
  content: "\e942";
}

.icon-pause:before {
  content: "\e944";
}

.icon-phone:before {
  content: "\e946";
}

.icon-pin:before {
  content: "\e947";
}

.icon-pinterest:before {
  content: "\e948";
}

.icon-play:before {
  content: "\e949";
}

.icon-printer:before {
  content: "\e94b";
}

.icon-refresh:before {
  content: "\e94c";
}

.icon-repeat:before {
  content: "\e94d";
}

.icon-return:before {
  content: "\e94e";
}

.icon-rotate-clockwise:before {
  content: "\e950";
}

.icon-rotate-counter-clockwise:before {
  content: "\e951";
}

.icon-search:before {
  content: "\e953";
}

.icon-send:before {
  content: "\e954";
}

.icon-share:before {
  content: "\e955";
}

.icon-shuffle:before {
  content: "\e957";
}

.icon-star:before {
  content: "\e959";
}

.icon-stopwatch:before {
  content: "\e95a";
}

.icon-trolley:before {
  content: "\e95d";
}

.icon-twitter:before {
  content: "\e95f";
}

.icon-unlock:before {
  content: "\e960";
}

.icon-user:before {
  content: "\e961";
}

.icon-video-camera:before {
  content: "\e962";
}

.icon-vimeo:before {
  content: "\e963";
}

.icon-volume-high:before {
  content: "\e964";
}

.icon-volume-low:before {
  content: "\e965";
}

.icon-volume-off:before {
  content: "\e966";
}

.icon-youtube:before {
  content: "\e969";
}

.icon-youtube-logo:before {
  content: "\e96a";
}

.icon-x-twitter:before {
  content: "\e906";
}

.icon-button-arrow:before {
  content: "\e907";
}

.icon-expand_circle_right:before {
  content: "\e908";
}

.icon-arrow_down_ios:before {
  content: "\e913";
}

.icon-arrow_left_ios:before {
  content: "\e92a";
}

.icon-arrow_right_ios:before {
  content: "\e92b";
}

.icon-mail:before {
  content: "\e92f";
}

.icon-call:before {
  content: "\e93a";
}

.icon-location_pin:before {
  content: "\e943";
}

.icon-explore_nearby:before {
  content: "\e945";
}

.icon-groups:before {
  content: "\e94f";
}

.icon-map:before {
  content: "\e952";
}

.icon-calendar_today_blank:before {
  content: "\e956";
}

.icon-today:before {
  content: "\e958";
}

.icon-delete:before {
  content: "\e95e";
}

.icon-help:before {
  content: "\e96b";
}

.icon-facebook_circle:before {
  content: "\e96c";
}

.icon-linkedin_square:before {
  content: "\e96d";
}

.icon-x_solid:before {
  content: "\e96e";
}

.icon-instagram_solid:before {
  content: "\e96f";
}

.icon-format_quote:before {
  content: "\e970";
}

.icon-search1:before {
  content: "\e971";
}

.icon-royal-crown:before {
  content: "\e972";
}

.icon-flag:before {
  content: "\e973";
}

.icon-Quotation:before {
  content: "\e974";
}

.icon-pound-sack:before {
  content: "\e975";
}

@font-face {
  font-family: "icon-picker";
  src: url("/wp-content/themes/spindogs/css/icomoon/fonts/icon-picker.eot?wc8op");
  src: url("/wp-content/themes/spindogs/css/icomoon/fonts/icon-picker.eot?wc8op#iefix") format("embedded-opentype"), url("/wp-content/themes/spindogs/css/icomoon/fonts/icon-picker.ttf?wc8op") format("truetype"), url("/wp-content/themes/spindogs/css/icomoon/fonts/icon-picker.woff?wc8op") format("woff"), url("/wp-content/themes/spindogs/css/icomoon/fonts/icon-picker.svg?wc8op#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-picker-], [class*=" icon-picker-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon-picker" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-picker-location:before {
  content: "\e900";
}

.icon-picker-groups:before {
  content: "\e901";
}

.icon-picker-map:before {
  content: "\e902";
}

.icon-picker-date:before {
  content: "\e903";
}

.icon-picker-time:before {
  content: "\e904";
}

.icon-picker-alarm:before {
  content: "\e905";
}

.icon-picker-water-drop:before {
  content: "\e906";
}

.icon-picker-timed:before {
  content: "\e907";
}

.icon-picker-water-bottle:before {
  content: "\e908";
}

.icon-picker-nature-people:before {
  content: "\e909";
}

.icon-picker-nature:before {
  content: "\e90a";
}

.icon-picker-landscape:before {
  content: "\e90b";
}

.icon-picker-steps:before {
  content: "\e90c";
}

.icon-picker-footprint:before {
  content: "\e90d";
}

.icon-picker-forest:before {
  content: "\e90e";
}

.icon-picker-mountains:before {
  content: "\e90f";
}

.icon-picker-sprint:before {
  content: "\e910";
}

.icon-picker-nordic-walking:before {
  content: "\e911";
}

.icon-picker-hiking:before {
  content: "\e912";
}

.icon-picker-gate:before {
  content: "\e913";
}

.icon-picker-star-burst:before {
  content: "\e914";
}

.icon-picker-star-outline:before {
  content: "\e915";
}

.icon-picker-heart:before {
  content: "\e916";
}

.icon-picker-earthquake:before {
  content: "\e917";
}

.icon-picker-thumbs-up:before {
  content: "\e918";
}

.icon-picker-complete:before {
  content: "\e919";
}

.icon-picker-editor-choice:before {
  content: "\e91a";
}

.icon-picker-tick-outline:before {
  content: "\e91b";
}

.icon-picker-tick-all:before {
  content: "\e91c";
}

.icon-picker-add-task:before {
  content: "\e91d";
}

.icon-picker-sports_score:before {
  content: "\e91e";
}

.icon-picker-medal:before {
  content: "\e91f";
}

.icon-picker-cup:before {
  content: "\e920";
}

.icon-picker-diversity:before {
  content: "\e921";
}

.icon-picker-run:before {
  content: "\e922";
}

.icon-picker-bike:before {
  content: "\e923";
}

.icon-picker-wellbeing:before {
  content: "\e924";
}

.icon-picker-apartment:before {
  content: "\e925";
}

.icon-picker-child-friendly:before {
  content: "\e926";
}

.icon-picker-accessible-exercise:before {
  content: "\e927";
}

.icon-picker-accessible:before {
  content: "\e928";
}

.icon-picker-accessibility:before {
  content: "\e929";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  height: auto;
  display: none;
}
.slick-slide > div,
.slick-slide > div > div {
  height: 100%;
}
[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;
}

/* Default body text size*/
/* Title font */
/* Base font */
/* Devices */
/* Base colors */
/* Components */
/* Form colors */
/* Alert colors */
/* Helper functions */
/* Helper mixins */
/* Helper classes */
.visually-hidden {
  position: absolute;
  left: -999999px;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  transition: none;
}
.visually-hidden-focusable {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  left: -999999px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  transition: none;
  width: 1px;
}
.visually-hidden-focusable:focus {
  border: auto;
  clip: auto;
  height: auto;
  left: auto;
  margin: auto;
  overflow: auto;
  padding: auto;
  position: relative;
  width: auto;
}
.visually-hidden-focusable:focus.skiptomain {
  background: #FFFFFF;
  clip: auto;
  color: black;
  height: auto;
  left: 5px;
  margin: 0;
  position: absolute;
  top: 5px;
  width: auto;
  z-index: 1;
}

/* Helper extenders */
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_consent::after, .gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_checkbox .gchoice::after, .events-item-details .distance:before, .events-item-details .location:before, .videoplay-icon::after, .accordion-head::after, .content-slider-item.__quote:before, .content-slider-item-details .location:before, .events-list-item.__featured .events-list-item-details .date:before, .events-list-item.__featured .events-list-item-details .location:before, .events-list-item.__featured .events-list-item-details .distance:before, .banner-strip-detail:before, .banner-events-card-details .distance:before, .banner-events-card-details .location:before, .banner-video-controls-button.__pause::before, .banner-video-controls-button.__play::before, .contactblock-detail:before, .contact-locations-detail:before, .searchtoggle::after, .searchbar button:before, .header .patron:before, .nav ul li.backto > button::before, .nav ul div.backto > button::before, .paging-item.__previous::before, .paging-item.__next::before, .error_feedback ul li::before,
.validation-summary-errors ul li::before, .success_feedback ul li::before, .input_error::before,
.field-validation-error::before, .field_wrap.__checkbox > label::after,
.field_wrap.__checkbox > .input_wrap > label::after, .field_wrap.__date .input_wrap::before,
.field_wrap.__time .input_wrap::before,
.field_wrap.__datetime .input_wrap::before, .__select .input_wrap:after, .button.__donate span:before, .submit_wrap button.__donate span:before,
.form-submit button.__donate span:before, .button.__donate span:after, .submit_wrap button.__donate span:after,
.form-submit button.__donate span:after, .button:before, .submit_wrap button:before,
.form-submit button:before, .button:after, .submit_wrap button:after,
.form-submit button:after, .breadcrumb-list > li::before, .socialicon::before, .usercontent blockquote::before,
.mce-content-body blockquote::before, i, [class^=icon-base-],
.icon {
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
  font-family: icomoon;
  font-size: 26px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  transition: all 0.3s;
}

[class^=icon-picker-] {
  display: inline-block;
  text-transform: none;
  vertical-align: middle;
  font-family: "icon-picker";
  font-size: 26px;
  color: #000000;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  transition: all 0.3s;
}

.banner-video::before, .banner-image::before, .banner.__no-image .banner-background::before, .banner.__search .banner-background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.4;
  transition: all 0.3s;
}

.video,
.video-youtube, .video-mp4, .banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

img[data-object-fit=contain] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

img[data-object-fit=cover] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  -webkit-font-smoothing: antialiased;
}

h1,
.h1,
.usercontent h1,
.mce-content-body h1,
h2,
.h2,
.gform_wrapper.gform-theme--orbital .gform_heading .gform_title,
.usercontent h2,
.mce-content-body h2,
.small-text.usercontent h1,
h3,
.h3,
.usercontent h3,
.mce-content-body h3,
.small-text.usercontent h2,
h4,
.h4,
.usercontent h4,
.mce-content-body h4,
.small-text.usercontent h3,
h5,
.h5,
.usercontent h5,
.mce-content-body h5,
.small-text.usercontent h4,
h6,
.h6,
.usercontent h6,
.mce-content-body h6,
.small-text.usercontent h5 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p {
  margin: 0;
}

strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

hr {
  border-top-color: #e5e5e5;
  clear: both;
}

form {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

button {
  padding: 0;
  width: auto;
  border: none;
  background: none;
  font-weight: inherit;
  font-family: "Titillium Web", Arial, sans-serif;
  cursor: pointer;
}

label {
  margin: 0;
  font-weight: inherit;
}

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

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: all 300ms;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

button {
  background: none;
  border: none;
}

iframe {
  border: 0;
  max-width: 100%;
}

html {
  font-size: 18px;
}

body {
  color: #000000;
  font-family: "Titillium Web", Arial, sans-serif;
  overflow-x: hidden;
  background-color: #F0F0F0;
  padding-top: 142px;
}
@media (min-width: 576px) {
  body {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 91px;
  }
}
body.__mobile, body.__modal {
  overflow: hidden;
}
body.__blur .navwindow {
  display: block !important;
}
body.__scrolled .header-logo-wrap,
body.__scrolled .header-opts {
  opacity: 0;
  height: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: height 0.3s ease 0.2s, opacity 0.2s ease, transform 0.3s ease, visibility 0.3s;
}
@media (min-width: 1200px) {
  body.__scrolled .header-logo-wrap,
  body.__scrolled .header-opts {
    height: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

#Main {
  max-width: 100vw;
  overflow: hidden;
}

.wrapper {
  position: relative;
  transition: all 0.3s;
}
.wrapper.__searchactive {
  transform: translateY(100px);
}

/* Headings */
.h1, .usercontent h1,
.mce-content-body h1,
.h2,
.gform_wrapper.gform-theme--orbital .gform_heading .gform_title,
.usercontent h2,
.mce-content-body h2,
.small-text.usercontent h1,
.h3,
.usercontent h3,
.mce-content-body h3,
.small-text.usercontent h2,
.h4,
.usercontent h4,
.mce-content-body h4,
.small-text.usercontent h3,
.h5,
.usercontent h5,
.mce-content-body h5,
.small-text.usercontent h4,
.h6,
.usercontent h6,
.mce-content-body h6,
.small-text.usercontent h5 {
  margin: 0 0 24px 0;
  line-height: 0.95;
  font-weight: 700;
  color: #181111;
}

.h1, .usercontent h1,
.mce-content-body h1 {
  font-size: 2.2222222222rem;
}
@media (min-width: 992px) {
  .h1, .usercontent h1,
  .mce-content-body h1 {
    font-size: 3.5555555556rem;
  }
}

.h2, .gform_wrapper.gform-theme--orbital .gform_heading .gform_title, .usercontent h2,
.mce-content-body h2, .small-text.usercontent h1 {
  font-size: 1.7777777778rem;
}
@media (min-width: 992px) {
  .h2, .gform_wrapper.gform-theme--orbital .gform_heading .gform_title, .usercontent h2,
  .mce-content-body h2, .small-text.usercontent h1 {
    font-size: 2.2222222222rem;
  }
}

.h3, .usercontent h3,
.mce-content-body h3, .small-text.usercontent h2 {
  font-size: 1.3333333333rem;
}
@media (min-width: 992px) {
  .h3, .usercontent h3,
  .mce-content-body h3, .small-text.usercontent h2 {
    font-size: 1.7777777778rem;
  }
}

.h4, .usercontent h4,
.mce-content-body h4, .small-text.usercontent h3 {
  font-size: 1rem;
}
@media (min-width: 992px) {
  .h4, .usercontent h4,
  .mce-content-body h4, .small-text.usercontent h3 {
    font-size: 1.3333333333rem;
  }
}

.h5, .usercontent h5,
.mce-content-body h5, .small-text.usercontent h4 {
  font-size: 0.8888888889rem;
}
@media (min-width: 992px) {
  .h5, .usercontent h5,
  .mce-content-body h5, .small-text.usercontent h4 {
    font-size: 1rem;
  }
}

.h6, .usercontent h6,
.mce-content-body h6, .small-text.usercontent h5 {
  font-size: 0.8888888889rem;
}

.a, form a, .usercontent a,
.mce-content-body a {
  color: #E42188;
  text-decoration: underline;
}
.a:hover, form a:hover, .usercontent a:hover,
.mce-content-body a:hover, .a:focus, form a:focus, .usercontent a:focus,
.mce-content-body a:focus {
  text-decoration: none;
}

.small-text.usercontent p {
  font-size: 0.8888888889rem;
}
@media (min-width: 992px) {
  .small-text.usercontent p {
    font-size: 1rem;
  }
}

/* Usercontent */
.usercontent p,
.mce-content-body p {
  margin: 0 0 25px 0;
  line-height: 1.6;
  font-size: 0.8888888889rem;
}
@media (min-width: 992px) {
  .usercontent p,
  .mce-content-body p {
    font-size: 1.1111111111rem;
  }
}
.usercontent ul,
.usercontent ol,
.mce-content-body ul,
.mce-content-body ol {
  margin: 0 0 2.5rem 0;
  padding: 0;
  list-style-type: none;
  line-height: 1.6em;
}
.usercontent ul li,
.usercontent ol li,
.mce-content-body ul li,
.mce-content-body ol li {
  font-size: 0.8888888889rem;
}
@media (min-width: 992px) {
  .usercontent ul li,
  .usercontent ol li,
  .mce-content-body ul li,
  .mce-content-body ol li {
    font-size: 1.1111111111rem;
  }
}
.usercontent ul > li,
.mce-content-body ul > li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
}
.usercontent ul > li::before,
.mce-content-body ul > li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e9479c;
  position: absolute;
  top: 10px;
  left: 0;
}
.usercontent ul > li > ol,
.usercontent ul > li > ul,
.mce-content-body ul > li > ol,
.mce-content-body ul > li > ul {
  padding: 10px 0 0 0;
}
.usercontent ol,
.mce-content-body ol {
  counter-reset: item;
}
.usercontent ol > li,
.mce-content-body ol > li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  counter-increment: item;
}
.usercontent ol > li::before,
.mce-content-body ol > li::before {
  content: counters(item, ".") " ";
  display: inline-block;
  width: 33px;
  font-weight: 700;
  font-size: 1rem;
  color: #E42188;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
}
.usercontent ol > li:nth-child(-n+9):before,
.mce-content-body ol > li:nth-child(-n+9):before {
  content: "0" counters(item, ".") " ";
}
.usercontent ol > li > ol,
.usercontent ol > li > ul,
.mce-content-body ol > li > ol,
.mce-content-body ol > li > ul {
  padding: 10px 0 0 0;
}
.usercontent ol > li > ol > li,
.mce-content-body ol > li > ol > li {
  padding: 0 0 0 40px;
}
.usercontent ol > li > ol > li > ol > li,
.mce-content-body ol > li > ol > li > ol > li {
  padding: 0 0 0 50px;
}
.usercontent figure blockquote,
.mce-content-body figure blockquote {
  margin-bottom: 0;
}
.usercontent figure figcaption,
.mce-content-body figure figcaption {
  color: #E42188;
  padding: 12px 0 40px 0px;
}
.usercontent blockquote,
.mce-content-body blockquote {
  word-break: normal;
  white-space: normal;
  background: none;
  font-size: 1.3333333333rem;
  font-weight: 700;
  margin: 24px 0px;
  padding-top: 36px;
  position: relative;
}
.usercontent blockquote::before,
.mce-content-body blockquote::before {
  content: "\e974";
  color: #E42188;
  font-size: 1.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
}
.usercontent blockquote > p,
.mce-content-body blockquote > p {
  color: #e9479c;
  line-height: 0.96;
  margin: 0 0 18px 0;
}
.usercontent blockquote footer,
.mce-content-body blockquote footer {
  padding-left: 20px;
}
.usercontent .iframe-wrap,
.mce-content-body .iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 100%;
  overflow: hidden;
}
.usercontent .iframe-wrap iframe,
.usercontent .iframe-wrap object,
.usercontent .iframe-wrap embed,
.mce-content-body .iframe-wrap iframe,
.mce-content-body .iframe-wrap object,
.mce-content-body .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.usercontent .table-wrap,
.mce-content-body .table-wrap {
  border-radius: 16px;
  display: block;
  width: 100%;
  overflow-x: auto;
}
.usercontent .table-wrap table,
.mce-content-body .table-wrap table {
  width: 100%;
  max-width: 100%;
}
.usercontent table,
.mce-content-body table {
  border-collapse: collapse;
}
.usercontent table tr,
.mce-content-body table tr {
  border-bottom: 1px solid #ad9db5;
}
.usercontent table tr:last-child,
.mce-content-body table tr:last-child {
  border-bottom: 0px;
}
.usercontent table tr td,
.mce-content-body table tr td {
  padding: 18px;
  font-size: 0.8888888889rem;
}
@media (min-width: 992px) {
  .usercontent table tr td,
  .mce-content-body table tr td {
    padding: 20px 24px;
    font-size: 1.1111111111rem;
  }
}
.usercontent table tr th,
.mce-content-body table tr th {
  padding: 9px 18px;
  font-size: 1rem;
  background-color: #ebe7ed;
  text-align: left;
}
@media (min-width: 992px) {
  .usercontent table tr th,
  .mce-content-body table tr th {
    padding: 9px 24px;
    font-size: 1.3333333333rem;
  }
}
.usercontent :last-child,
.mce-content-body :last-child {
  margin-bottom: 0;
}
.usercontent .alignleft,
.mce-content-body .alignleft {
  float: left;
}
.usercontent .alignright,
.mce-content-body .alignright {
  float: right;
}

.__invert .h1, .__invert .usercontent h1, .usercontent .__invert h1,
.__invert .mce-content-body h1,
.mce-content-body .__invert h1,
.__invert .h2,
.__invert .gform_wrapper.gform-theme--orbital .gform_heading .gform_title,
.gform_wrapper.gform-theme--orbital .gform_heading .__invert .gform_title,
.__invert .usercontent h2,
.usercontent .__invert h2,
.__invert .mce-content-body h2,
.mce-content-body .__invert h2,
.__invert .h3,
.__invert .usercontent h3,
.usercontent .__invert h3,
.__invert .mce-content-body h3,
.mce-content-body .__invert h3,
.__invert .h4,
.__invert .usercontent h4,
.usercontent .__invert h4,
.__invert .mce-content-body h4,
.mce-content-body .__invert h4,
.__invert .h5,
.__invert .usercontent h5,
.usercontent .__invert h5,
.__invert .mce-content-body h5,
.mce-content-body .__invert h5,
.__invert .h6,
.__invert .usercontent h6,
.usercontent .__invert h6,
.__invert .mce-content-body h6,
.mce-content-body .__invert h6 {
  color: #FFFFFF;
}
.__invert .usercontent h1, .__invert .usercontent h2, .__invert .usercontent h3, .__invert .usercontent h4, .__invert .usercontent h5, .__invert .usercontent h6,
.__invert .mce-content-body h1,
.__invert .mce-content-body h2,
.__invert .mce-content-body h3,
.__invert .mce-content-body h4,
.__invert .mce-content-body h5,
.__invert .mce-content-body h6 {
  color: #FFFFFF;
}
.__invert .usercontent p,
.__invert .mce-content-body p {
  color: #FFFFFF;
}
.__invert .usercontent a,
.__invert .mce-content-body a {
  color: #FFFFFF;
}
.__invert .usercontent ul,
.__invert .usercontent ol,
.__invert .mce-content-body ul,
.__invert .mce-content-body ol {
  color: #FFFFFF;
}
.__invert .usercontent ul li,
.__invert .usercontent ol li,
.__invert .mce-content-body ul li,
.__invert .mce-content-body ol li {
  color: #FFFFFF;
}
.__invert .usercontent ul > li::before,
.__invert .mce-content-body ul > li::before {
  background: #FFFFFF;
}
.__invert .usercontent ol > li::before,
.__invert .mce-content-body ol > li::before {
  color: #FFFFFF;
}
.__invert .usercontent figure figcaption,
.__invert .mce-content-body figure figcaption {
  color: #FFFFFF;
}
.__invert .usercontent blockquote::before,
.__invert .mce-content-body blockquote::before {
  color: #FFFFFF;
}
.__invert .usercontent blockquote > p,
.__invert .mce-content-body blockquote > p {
  color: #FFFFFF;
}

.flexibleblocks {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .flexibleblocks {
    padding-top: 80px;
  }
}
.flexibleblocks-block {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .flexibleblocks-block {
    margin-bottom: 56px;
  }
}
.flexibleblocks-block.__nomargin {
  margin-bottom: 0;
}
.flexibleblocks-block.__smallmargin {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .flexibleblocks-block.__smallmargin {
    margin-bottom: 30px;
  }
}
.flexibleblocks-block.__mediummargin {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .flexibleblocks-block.__mediummargin {
    margin-bottom: 80px;
  }
}
.flexibleblocks-block.__largemargin {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .flexibleblocks-block.__largemargin {
    margin-bottom: 150px;
  }
}
.flexibleblocks-block.__white {
  background-color: #FFFFFF;
}

.socialwrap {
  display: flex;
  gap: 10px 32px;
  flex-wrap: wrap;
}

.socialicon {
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin: 0px;
  transition: all 0.3s;
  font-size: 0px;
}
.socialicon::before {
  font-size: 20px;
  margin: 0px;
  transition: all 0.3s;
  color: #FFFFFF;
}
.socialicon.__twitter::before {
  font-size: 18px !important;
  content: "\e96e";
}
.socialicon.__facebook::before {
  content: "\e96c";
}
.socialicon.__linkedin::before {
  content: "\e96d";
}
.socialicon.__instagram::before {
  content: "\e96f";
}
.socialicon.__pinterest::before {
  font-size: 26px !important;
  content: "\e948";
}
.socialicon.__youtube::before {
  content: "\e969";
  font-size: 1.8888888889rem;
}
.socialicon:hover, .socialicon:focus {
  color: #36104a;
}
.socialicon:hover::before, .socialicon:focus::before {
  color: #36104a;
}

@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.breadcrumb-list {
  padding: 15px 0;
  display: flex;
}
.breadcrumb-list > li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.breadcrumb-list > li::before {
  content: "\e91a";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  font-size: 18px;
}
.breadcrumb-list > li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb-list > li:last-of-type::before {
  content: none;
}
.breadcrumb-list a,
.breadcrumb-list span {
  font-size: 1rem;
}
.breadcrumb-list a[aria-current],
.breadcrumb-list span[aria-current] {
  color: #e9479c;
}
.breadcrumb-list a:hover,
.breadcrumb-list a:focus {
  color: #E42188;
}

.__darktest {
  background-color: #000000;
}

.button, .submit_wrap button,
.form-submit button {
  background: #E42188;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 700;
  padding: 10px 30px 10px 40px;
  border: none;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  font-size: 0.8888888889rem;
  text-transform: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  border: 2px solid transparent;
}
.button:before, .submit_wrap button:before,
.form-submit button:before, .button:after, .submit_wrap button:after,
.form-submit button:after {
  content: "\e907";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 0.6666666667rem;
  color: #FFFFFF;
}
.button:after, .submit_wrap button:after,
.form-submit button:after {
  left: 100%;
}
.button:hover, .submit_wrap button:hover,
.form-submit button:hover, .button:focus, .submit_wrap button:focus,
.form-submit button:focus {
  background: #CD1777;
  color: #FFFFFF;
  padding: 10px 40px 10px 30px;
}
.button:hover:before, .submit_wrap button:hover:before,
.form-submit button:hover:before, .button:focus:before, .submit_wrap button:focus:before,
.form-submit button:focus:before {
  left: calc(0% - 14px);
}
.button:hover:after, .submit_wrap button:hover:after,
.form-submit button:hover:after, .button:focus:after, .submit_wrap button:focus:after,
.form-submit button:focus:after {
  left: calc(100% - 27px);
}
.button.__outline, .submit_wrap button.__outline,
.form-submit button.__outline {
  border: 2px solid #E42188;
  background-color: rgba(228, 33, 136, 0);
  color: #36104a;
}
.button.__outline:before, .submit_wrap button.__outline:before,
.form-submit button.__outline:before, .button.__outline:after, .submit_wrap button.__outline:after,
.form-submit button.__outline:after {
  color: #36104a;
}
.button.__outline:hover, .submit_wrap button.__outline:hover,
.form-submit button.__outline:hover, .button.__outline:focus, .submit_wrap button.__outline:focus,
.form-submit button.__outline:focus {
  background-color: #E42188;
  color: #FFFFFF;
}
.button.__outline:hover:before, .submit_wrap button.__outline:hover:before,
.form-submit button.__outline:hover:before, .button.__outline:hover:after, .submit_wrap button.__outline:hover:after,
.form-submit button.__outline:hover:after, .button.__outline:focus:before, .submit_wrap button.__outline:focus:before,
.form-submit button.__outline:focus:before, .button.__outline:focus:after, .submit_wrap button.__outline:focus:after,
.form-submit button.__outline:focus:after {
  color: #FFFFFF;
}
.button.__inline, .submit_wrap button.__inline,
.form-submit button.__inline {
  padding: 0px;
  margin: 0px 5px 0px 24px;
  background-color: transparent !important;
  color: #36104a;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #36104a 0);
  overflow: visible;
  border: 0px;
  border-radius: 0px;
}
.button.__inline:before, .submit_wrap button.__inline:before,
.form-submit button.__inline:before {
  position: absolute;
  left: -25px;
  top: 50%;
  padding-right: 15px;
  content: "\e908";
  color: #E42188;
  font-size: 1.2222222222rem;
}
.button.__inline:after, .submit_wrap button.__inline:after,
.form-submit button.__inline:after {
  display: none;
}
.button.__inline:hover, .submit_wrap button.__inline:hover,
.form-submit button.__inline:hover, .button.__inline:focus, .submit_wrap button.__inline:focus,
.form-submit button.__inline:focus {
  margin: 0px 0px 0px 29px;
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #36104a 0);
}
.button.__inline:hover:before, .submit_wrap button.__inline:hover:before,
.form-submit button.__inline:hover:before, .button.__inline:focus:before, .submit_wrap button.__inline:focus:before,
.form-submit button.__inline:focus:before {
  left: -30px;
  color: #FFEE5B;
}
.button.__help:before, .submit_wrap button.__help:before,
.form-submit button.__help:before, .button.__help:after, .submit_wrap button.__help:after,
.form-submit button.__help:after {
  content: "\e96b";
  color: #FFEE5B;
  font-size: 1.2222222222rem;
  left: 12px;
}
.button.__help:after, .submit_wrap button.__help:after,
.form-submit button.__help:after {
  left: 100%;
}
.button.__help:hover:before, .submit_wrap button.__help:hover:before,
.form-submit button.__help:hover:before, .button.__help:focus:before, .submit_wrap button.__help:focus:before,
.form-submit button.__help:focus:before {
  left: calc(0% - 27px);
}
.button.__help:hover:after, .submit_wrap button.__help:hover:after,
.form-submit button.__help:hover:after, .button.__help:focus:after, .submit_wrap button.__help:focus:after,
.form-submit button.__help:focus:after {
  left: calc(100% - 32px);
}
.button.__trash:before, .submit_wrap button.__trash:before,
.form-submit button.__trash:before, .button.__trash:after, .submit_wrap button.__trash:after,
.form-submit button.__trash:after {
  content: "\e95e";
  font-size: 1.2222222222rem;
  left: 12px;
}
.button.__trash:after, .submit_wrap button.__trash:after,
.form-submit button.__trash:after {
  left: 100%;
}
.button.__trash:hover:before, .submit_wrap button.__trash:hover:before,
.form-submit button.__trash:hover:before, .button.__trash:focus:before, .submit_wrap button.__trash:focus:before,
.form-submit button.__trash:focus:before {
  left: calc(0% - 27px);
}
.button.__trash:hover:after, .submit_wrap button.__trash:hover:after,
.form-submit button.__trash:hover:after, .button.__trash:focus:after, .submit_wrap button.__trash:focus:after,
.form-submit button.__trash:focus:after {
  left: calc(100% - 32px);
}
.button.__donate, .submit_wrap button.__donate,
.form-submit button.__donate {
  padding: 10px;
}
.button.__donate:before, .submit_wrap button.__donate:before,
.form-submit button.__donate:before, .button.__donate:after, .submit_wrap button.__donate:after,
.form-submit button.__donate:after {
  display: none;
}
.button.__donate span, .submit_wrap button.__donate span,
.form-submit button.__donate span {
  position: relative;
  display: inline-flex;
  padding: 0px 16px 0px 43px;
  transition: all 0.3s;
}
.button.__donate span:before, .submit_wrap button.__donate span:before,
.form-submit button.__donate span:before, .button.__donate span:after, .submit_wrap button.__donate span:after,
.form-submit button.__donate span:after {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 0.6666666667rem;
  color: #FFFFFF;
  content: "\e975";
  font-size: 0.8888888889rem;
  left: 16px;
}
.button.__donate span:after, .submit_wrap button.__donate span:after,
.form-submit button.__donate span:after {
  left: 100%;
  opacity: 0;
}
.button.__donate:hover span, .submit_wrap button.__donate:hover span,
.form-submit button.__donate:hover span, .button.__donate:focus span, .submit_wrap button.__donate:focus span,
.form-submit button.__donate:focus span {
  padding: 0px 43px 0px 16px;
}
.button.__donate:hover span:before, .submit_wrap button.__donate:hover span:before,
.form-submit button.__donate:hover span:before, .button.__donate:focus span:before, .submit_wrap button.__donate:focus span:before,
.form-submit button.__donate:focus span:before {
  left: calc(0% - 27px);
  opacity: 0;
}
.button.__donate:hover span:after, .submit_wrap button.__donate:hover span:after,
.form-submit button.__donate:hover span:after, .button.__donate:focus span:after, .submit_wrap button.__donate:focus span:after,
.form-submit button.__donate:focus span:after {
  left: calc(100% - 32px);
  opacity: 1;
}
.button.__slider, .submit_wrap button.__slider,
.form-submit button.__slider {
  padding: 0px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button.__slider:before, .submit_wrap button.__slider:before,
.form-submit button.__slider:before {
  position: static;
  transform: none;
  font-size: 1.1111111111rem;
}
.button.__slider:after, .submit_wrap button.__slider:after,
.form-submit button.__slider:after {
  display: none;
}
.button.__slider.__next:before, .submit_wrap button.__slider.__next:before,
.form-submit button.__slider.__next:before {
  content: "\e92b";
  transform: translateX(2px);
}
.button.__slider.__prev:before, .submit_wrap button.__slider.__prev:before,
.form-submit button.__slider.__prev:before {
  content: "\e92a";
  transform: translateX(-2px);
}
.button.__light, .submit_wrap button.__light,
.form-submit button.__light {
  color: #E42188;
  background-color: #FFFFFF;
}
.button.__light:before, .submit_wrap button.__light:before,
.form-submit button.__light:before, .button.__light:after, .submit_wrap button.__light:after,
.form-submit button.__light:after {
  color: #E42188;
}
.button.__light:hover, .submit_wrap button.__light:hover,
.form-submit button.__light:hover, .button.__light:focus, .submit_wrap button.__light:focus,
.form-submit button.__light:focus {
  color: #260b34;
  background-color: #FFDFF0;
}
.button.__light:hover:before, .submit_wrap button.__light:hover:before,
.form-submit button.__light:hover:before, .button.__light:hover:after, .submit_wrap button.__light:hover:after,
.form-submit button.__light:hover:after, .button.__light:focus:before, .submit_wrap button.__light:focus:before,
.form-submit button.__light:focus:before, .button.__light:focus:after, .submit_wrap button.__light:focus:after,
.form-submit button.__light:focus:after {
  color: #260b34;
}
.button.__purple, .submit_wrap button.__purple,
.form-submit button.__purple {
  background-color: #36104a;
}
.button.__purple:hover, .submit_wrap button.__purple:hover,
.form-submit button.__purple:hover, .button.__purple:focus, .submit_wrap button.__purple:focus,
.form-submit button.__purple:focus {
  background-color: #330A49;
}
.button.__purple.__outline, .submit_wrap button.__purple.__outline,
.form-submit button.__purple.__outline {
  border: 2px solid #36104a;
  background-color: rgba(54, 16, 74, 0);
  color: #36104a;
}
.button.__purple.__outline:before, .submit_wrap button.__purple.__outline:before,
.form-submit button.__purple.__outline:before, .button.__purple.__outline:after, .submit_wrap button.__purple.__outline:after,
.form-submit button.__purple.__outline:after {
  color: #36104a;
}
.button.__purple.__outline:hover, .submit_wrap button.__purple.__outline:hover,
.form-submit button.__purple.__outline:hover, .button.__purple.__outline:focus, .submit_wrap button.__purple.__outline:focus,
.form-submit button.__purple.__outline:focus {
  background-color: #36104a;
  color: #FFFFFF;
}
.button.__purple.__outline:hover:before, .submit_wrap button.__purple.__outline:hover:before,
.form-submit button.__purple.__outline:hover:before, .button.__purple.__outline:hover:after, .submit_wrap button.__purple.__outline:hover:after,
.form-submit button.__purple.__outline:hover:after, .button.__purple.__outline:focus:before, .submit_wrap button.__purple.__outline:focus:before,
.form-submit button.__purple.__outline:focus:before, .button.__purple.__outline:focus:after, .submit_wrap button.__purple.__outline:focus:after,
.form-submit button.__purple.__outline:focus:after {
  color: #FFFFFF;
}
.button.__purple.__light, .submit_wrap button.__purple.__light,
.form-submit button.__purple.__light {
  color: #36104a;
  background-color: #FFFFFF;
}
.button.__purple.__light:before, .submit_wrap button.__purple.__light:before,
.form-submit button.__purple.__light:before, .button.__purple.__light:after, .submit_wrap button.__purple.__light:after,
.form-submit button.__purple.__light:after {
  color: #36104a;
}
.button.__purple.__light:hover, .submit_wrap button.__purple.__light:hover,
.form-submit button.__purple.__light:hover, .button.__purple.__light:focus, .submit_wrap button.__purple.__light:focus,
.form-submit button.__purple.__light:focus {
  color: #260b34;
  background-color: #ad9db5;
}
.button.__purple.__light:hover:before, .submit_wrap button.__purple.__light:hover:before,
.form-submit button.__purple.__light:hover:before, .button.__purple.__light:hover:after, .submit_wrap button.__purple.__light:hover:after,
.form-submit button.__purple.__light:hover:after, .button.__purple.__light:focus:before, .submit_wrap button.__purple.__light:focus:before,
.form-submit button.__purple.__light:focus:before, .button.__purple.__light:focus:after, .submit_wrap button.__purple.__light:focus:after,
.form-submit button.__purple.__light:focus:after {
  color: #260b34;
}
.button.__purple.__inline:before, .submit_wrap button.__purple.__inline:before,
.form-submit button.__purple.__inline:before {
  color: #36104a;
}
.button.__purple.__inline:hover:before, .submit_wrap button.__purple.__inline:hover:before,
.form-submit button.__purple.__inline:hover:before, .button.__purple.__inline:focus:before, .submit_wrap button.__purple.__inline:focus:before,
.form-submit button.__purple.__inline:focus:before {
  color: #E42188;
}
.button.__yellow, .submit_wrap button.__yellow,
.form-submit button.__yellow {
  background-color: #FFEE5B;
  color: #260b34;
}
.button.__yellow:before, .submit_wrap button.__yellow:before,
.form-submit button.__yellow:before, .button.__yellow:after, .submit_wrap button.__yellow:after,
.form-submit button.__yellow:after {
  color: #260b34;
}
.button.__yellow:hover, .submit_wrap button.__yellow:hover,
.form-submit button.__yellow:hover, .button.__yellow:focus, .submit_wrap button.__yellow:focus,
.form-submit button.__yellow:focus {
  background-color: #b3a529;
}
.button.__yellow.__outline, .submit_wrap button.__yellow.__outline,
.form-submit button.__yellow.__outline {
  border: 2px solid #FFEE5B;
  background-color: rgba(255, 238, 91, 0);
  color: #36104a;
}
.button.__yellow.__outline:before, .submit_wrap button.__yellow.__outline:before,
.form-submit button.__yellow.__outline:before, .button.__yellow.__outline:after, .submit_wrap button.__yellow.__outline:after,
.form-submit button.__yellow.__outline:after {
  color: #36104a;
}
.button.__yellow.__outline:hover, .submit_wrap button.__yellow.__outline:hover,
.form-submit button.__yellow.__outline:hover, .button.__yellow.__outline:focus, .submit_wrap button.__yellow.__outline:focus,
.form-submit button.__yellow.__outline:focus {
  background-color: #FFEE5B;
}
.button.__yellow.__light, .submit_wrap button.__yellow.__light,
.form-submit button.__yellow.__light {
  color: #b3a529;
  background-color: #FFFFFF;
}
.button.__yellow.__light:before, .submit_wrap button.__yellow.__light:before,
.form-submit button.__yellow.__light:before, .button.__yellow.__light:after, .submit_wrap button.__yellow.__light:after,
.form-submit button.__yellow.__light:after {
  color: #b3a529;
}
.button.__yellow.__light:hover, .submit_wrap button.__yellow.__light:hover,
.form-submit button.__yellow.__light:hover, .button.__yellow.__light:focus, .submit_wrap button.__yellow.__light:focus,
.form-submit button.__yellow.__light:focus {
  color: #260b34;
  background-color: #fff7ae;
}
.button.__yellow.__light:hover:before, .submit_wrap button.__yellow.__light:hover:before,
.form-submit button.__yellow.__light:hover:before, .button.__yellow.__light:hover:after, .submit_wrap button.__yellow.__light:hover:after,
.form-submit button.__yellow.__light:hover:after, .button.__yellow.__light:focus:before, .submit_wrap button.__yellow.__light:focus:before,
.form-submit button.__yellow.__light:focus:before, .button.__yellow.__light:focus:after, .submit_wrap button.__yellow.__light:focus:after,
.form-submit button.__yellow.__light:focus:after {
  color: #260b34;
}
.button.__yellow.__inline:before, .submit_wrap button.__yellow.__inline:before,
.form-submit button.__yellow.__inline:before {
  color: #FFEE5B;
}
.button.__yellow.__inline:hover:before, .submit_wrap button.__yellow.__inline:hover:before,
.form-submit button.__yellow.__inline:hover:before, .button.__yellow.__inline:focus:before, .submit_wrap button.__yellow.__inline:focus:before,
.form-submit button.__yellow.__inline:focus:before {
  color: #36104a;
}
.button-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.__invert .button.__outline, .__invert .submit_wrap button.__outline, .submit_wrap .__invert button.__outline,
.__invert .form-submit button.__outline,
.form-submit .__invert button.__outline {
  color: #FFFFFF;
}
.__invert .button.__outline:before, .__invert .submit_wrap button.__outline:before, .submit_wrap .__invert button.__outline:before,
.__invert .form-submit button.__outline:before,
.form-submit .__invert button.__outline:before, .__invert .button.__outline:after, .__invert .submit_wrap button.__outline:after, .submit_wrap .__invert button.__outline:after,
.__invert .form-submit button.__outline:after,
.form-submit .__invert button.__outline:after {
  color: #FFFFFF;
}
.__invert .button.__inline, .__invert .submit_wrap button.__inline, .submit_wrap .__invert button.__inline,
.__invert .form-submit button.__inline,
.form-submit .__invert button.__inline {
  color: #FFFFFF;
  background-image: linear-gradient(transparent calc(100% - 5px), #FFFFFF 0);
}
.__invert .button.__inline:hover, .__invert .submit_wrap button.__inline:hover, .submit_wrap .__invert button.__inline:hover,
.__invert .form-submit button.__inline:hover,
.form-submit .__invert button.__inline:hover, .__invert .button.__inline:focus, .__invert .submit_wrap button.__inline:focus, .submit_wrap .__invert button.__inline:focus,
.__invert .form-submit button.__inline:focus,
.form-submit .__invert button.__inline:focus {
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #FFFFFF 0);
}
.__invert .button.__purple.__outline, .__invert .submit_wrap button.__purple.__outline, .submit_wrap .__invert button.__purple.__outline,
.__invert .form-submit button.__purple.__outline,
.form-submit .__invert button.__purple.__outline {
  color: #FFFFFF;
}
.__invert .button.__purple.__outline:before, .__invert .submit_wrap button.__purple.__outline:before, .submit_wrap .__invert button.__purple.__outline:before,
.__invert .form-submit button.__purple.__outline:before,
.form-submit .__invert button.__purple.__outline:before, .__invert .button.__purple.__outline:after, .__invert .submit_wrap button.__purple.__outline:after, .submit_wrap .__invert button.__purple.__outline:after,
.__invert .form-submit button.__purple.__outline:after,
.form-submit .__invert button.__purple.__outline:after {
  color: #FFFFFF;
}
.__invert .button.__purple.__inline:before, .__invert .submit_wrap button.__purple.__inline:before, .submit_wrap .__invert button.__purple.__inline:before,
.__invert .form-submit button.__purple.__inline:before,
.form-submit .__invert button.__purple.__inline:before {
  color: #E42188;
}
.__invert .button.__purple.__inline:hover:before, .__invert .submit_wrap button.__purple.__inline:hover:before, .submit_wrap .__invert button.__purple.__inline:hover:before,
.__invert .form-submit button.__purple.__inline:hover:before,
.form-submit .__invert button.__purple.__inline:hover:before, .__invert .button.__purple.__inline:focus:before, .__invert .submit_wrap button.__purple.__inline:focus:before, .submit_wrap .__invert button.__purple.__inline:focus:before,
.__invert .form-submit button.__purple.__inline:focus:before,
.form-submit .__invert button.__purple.__inline:focus:before {
  color: #36104a;
}
.__invert .button.__yellow.__outline, .__invert .submit_wrap button.__yellow.__outline, .submit_wrap .__invert button.__yellow.__outline,
.__invert .form-submit button.__yellow.__outline,
.form-submit .__invert button.__yellow.__outline {
  color: #FFFFFF;
}
.__invert .button.__yellow.__outline:before, .__invert .submit_wrap button.__yellow.__outline:before, .submit_wrap .__invert button.__yellow.__outline:before,
.__invert .form-submit button.__yellow.__outline:before,
.form-submit .__invert button.__yellow.__outline:before, .__invert .button.__yellow.__outline:after, .__invert .submit_wrap button.__yellow.__outline:after, .submit_wrap .__invert button.__yellow.__outline:after,
.__invert .form-submit button.__yellow.__outline:after,
.form-submit .__invert button.__yellow.__outline:after {
  color: #FFFFFF;
}
.__invert .button.__yellow.__outline:hover, .__invert .submit_wrap button.__yellow.__outline:hover, .submit_wrap .__invert button.__yellow.__outline:hover,
.__invert .form-submit button.__yellow.__outline:hover,
.form-submit .__invert button.__yellow.__outline:hover, .__invert .button.__yellow.__outline:focus, .__invert .submit_wrap button.__yellow.__outline:focus, .submit_wrap .__invert button.__yellow.__outline:focus,
.__invert .form-submit button.__yellow.__outline:focus,
.form-submit .__invert button.__yellow.__outline:focus {
  color: #260b34;
}
.__invert .button.__yellow.__outline:hover:before, .__invert .submit_wrap button.__yellow.__outline:hover:before, .submit_wrap .__invert button.__yellow.__outline:hover:before,
.__invert .form-submit button.__yellow.__outline:hover:before,
.form-submit .__invert button.__yellow.__outline:hover:before, .__invert .button.__yellow.__outline:hover:after, .__invert .submit_wrap button.__yellow.__outline:hover:after, .submit_wrap .__invert button.__yellow.__outline:hover:after,
.__invert .form-submit button.__yellow.__outline:hover:after,
.form-submit .__invert button.__yellow.__outline:hover:after, .__invert .button.__yellow.__outline:focus:before, .__invert .submit_wrap button.__yellow.__outline:focus:before, .submit_wrap .__invert button.__yellow.__outline:focus:before,
.__invert .form-submit button.__yellow.__outline:focus:before,
.form-submit .__invert button.__yellow.__outline:focus:before, .__invert .button.__yellow.__outline:focus:after, .__invert .submit_wrap button.__yellow.__outline:focus:after, .submit_wrap .__invert button.__yellow.__outline:focus:after,
.__invert .form-submit button.__yellow.__outline:focus:after,
.form-submit .__invert button.__yellow.__outline:focus:after {
  color: #260b34;
}
.__invert .button.__yellow.__inline:hover:before, .__invert .submit_wrap button.__yellow.__inline:hover:before, .submit_wrap .__invert button.__yellow.__inline:hover:before,
.__invert .form-submit button.__yellow.__inline:hover:before,
.form-submit .__invert button.__yellow.__inline:hover:before, .__invert .button.__yellow.__inline:focus:before, .__invert .submit_wrap button.__yellow.__inline:focus:before, .submit_wrap .__invert button.__yellow.__inline:focus:before,
.__invert .form-submit button.__yellow.__inline:focus:before,
.form-submit .__invert button.__yellow.__inline:focus:before {
  color: #E42188;
}

a[aria-disabled=true],
button[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}

form {
  width: 100%;
}
form a {
  text-decoration: underline;
}
form a:hover, form a:focus, form a:active {
  text-decoration: none;
}

/* Input types */
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea,
select,
.select2-css.select2-selection--multiple,
.select2-css.select2-selection--single {
  color: #000000;
  background: #FFFFFF;
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 0.8888888889rem;
  line-height: 1.2;
  border: 1px solid #ad9db5;
  border-radius: 8px;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  transition: all 200ms;
  box-sizing: border-box;
  color: #260b34;
  font-weight: 700;
}
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus,
select:focus,
.select2-css.select2-selection--multiple:focus,
.select2-css.select2-selection--single:focus {
  border-color: #E42188;
}

select {
  padding: 12px 40px 12px 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}

.__select .input_wrap {
  position: relative;
}
.__select .input_wrap:after {
  content: "\e913";
  color: #8b1453;
  font-size: 6px;
  position: absolute;
  top: 50%;
  right: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}

input[type=file] {
  padding: 10px;
  border: 1px dashed #ad9db5;
}

textarea {
  min-height: 180px;
}

.field_wrap {
  position: relative;
  margin: 0 0 20px 0;
}
.field_wrap .label_wrap {
  padding-bottom: 6px;
}
.field_wrap .label_wrap,
.field_wrap .label_wrap label {
  font-weight: 700;
  color: #000000;
}
.field_wrap .helper_wrap {
  color: #333333;
  font-size: 0.8rem;
  padding-bottom: 6px;
  line-height: 1.3;
}
.field_wrap .helper_wrap-icon {
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 1.1;
  font-weight: 700;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background-color: #333333;
  color: white;
  border-radius: 100px;
  transform: translateY(-1px);
  margin-right: 4px;
}

/* Flatpickr */
.field_wrap.__date .input_wrap,
.field_wrap.__time .input_wrap,
.field_wrap.__datetime .input_wrap {
  position: relative;
}
.field_wrap.__date .input_wrap::before,
.field_wrap.__time .input_wrap::before,
.field_wrap.__datetime .input_wrap::before {
  content: "\e916";
  color: #000000;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.flatpickr-time .numInputWrapper input {
  padding: 9px;
  border: none;
}

/* Checkboxes */
.field_wrap.__checkbox input[type=checkbox] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0 !important;
}
.field_wrap.__checkbox > label,
.field_wrap.__checkbox > .input_wrap > label {
  color: #000000;
  cursor: pointer;
  display: block;
  margin: 0 0 15px 0;
  min-height: 20px;
  padding-left: 30px;
  position: relative;
}
.field_wrap.__checkbox > label::before,
.field_wrap.__checkbox > .input_wrap > label::before {
  content: "";
  border: 1px solid #ad9db5;
  background: #FFFFFF;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
  transition: 0.3s ease all;
}
.field_wrap.__checkbox > label::after,
.field_wrap.__checkbox > .input_wrap > label::after {
  content: "\e95c";
  font-size: 14px;
  font-weight: 900;
  color: white;
  position: absolute;
  top: 2px;
  left: 4px;
  opacity: 0;
  transition: 0.3s ease all;
}
.field_wrap.__checkbox > label.__checked::before,
.field_wrap.__checkbox > .input_wrap > label.__checked::before {
  background: #e9479c;
  border-color: #e9479c;
}
.field_wrap.__checkbox > label.__checked::after,
.field_wrap.__checkbox > .input_wrap > label.__checked::after {
  opacity: 1;
}
.field_wrap.__checkbox > label.__checked.__focused::before,
.field_wrap.__checkbox > .input_wrap > label.__checked.__focused::before {
  background: rgb(180.427184466, 21.572815534, 104.9223300971);
  border-color: rgb(180.427184466, 21.572815534, 104.9223300971);
}
.field_wrap.__checkbox > label.__focused::before,
.field_wrap.__checkbox > .input_wrap > label.__focused::before {
  border-color: rgb(180.427184466, 21.572815534, 104.9223300971);
  background: #FFFFFF;
}

/* Radiobuttons */
.field_wrap.__radio input[type=radio] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  opacity: 0 !important;
}
.field_wrap.__radio > label,
.field_wrap.__radio > .input_wrap > label {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  padding-left: 30px;
  cursor: pointer;
  color: #000000;
}
.field_wrap.__radio > label::before,
.field_wrap.__radio > .input_wrap > label::before {
  content: "";
  border: 1px solid #ad9db5;
  background: #FFFFFF;
  color: transparent;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  transition: 0.3s ease all;
}
.field_wrap.__radio > label::after,
.field_wrap.__radio > .input_wrap > label::after {
  content: "";
  border: 1px solid white;
  background: white;
  color: transparent;
  border-radius: 50%;
  transform: scale(0.4);
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  opacity: 0;
  transition: 0.3s ease all;
}
.field_wrap.__radio > label.__checked::before,
.field_wrap.__radio > .input_wrap > label.__checked::before {
  background: #e9479c;
  border-color: #e9479c;
}
.field_wrap.__radio > label.__checked::after,
.field_wrap.__radio > .input_wrap > label.__checked::after {
  opacity: 1;
}
.field_wrap.__radio > label.__checked.__focused::before,
.field_wrap.__radio > .input_wrap > label.__checked.__focused::before {
  background: rgb(180.427184466, 21.572815534, 104.9223300971);
  border-color: rgb(180.427184466, 21.572815534, 104.9223300971);
}
.field_wrap.__radio > label.__focused::before,
.field_wrap.__radio > .input_wrap > label.__focused::before {
  border-color: rgb(180.427184466, 21.572815534, 104.9223300971);
  background: #FFFFFF;
}

/* Range */
.field_wrap.__range .input_wrap input[type=range] {
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  display: block;
}
.field_wrap.__range .input_wrap input[type=range]:focus::-webkit-slider-runnable-track {
  background: #e9479c;
}
.field_wrap.__range .input_wrap input[type=range]:focus::-ms-fill-lower {
  background: #e9479c;
}
.field_wrap.__range .input_wrap input[type=range]:focus::-ms-fill-upper {
  background: #e9479c;
}
.field_wrap.__range .input_wrap input[type=range]::-webkit-slider-runnable-track {
  background: #e9479c;
  border: 0;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.field_wrap.__range .input_wrap input[type=range]::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid black;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}
.field_wrap.__range .input_wrap input[type=range]::-moz-range-track {
  background: #e9479c;
  border: 0;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.field_wrap.__range .input_wrap input[type=range]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid black;
  border-radius: 50px;
  cursor: pointer;
}
.field_wrap.__range .input_wrap input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 8.5px 0;
  color: transparent;
  width: 100%;
  height: 5px;
  cursor: pointer;
}
.field_wrap.__range .input_wrap input[type=range]::-ms-fill-lower {
  background: #2f6ea5;
  border: 0;
}
.field_wrap.__range .input_wrap input[type=range]::-ms-fill-upper {
  background: #e9479c;
  border: 0;
}
.field_wrap.__range .input_wrap input[type=range]::-ms-thumb {
  width: 20px;
  height: 20px;
  background: white;
  border: 1px solid black;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}
@supports (-ms-ime-align: auto) {
  .field_wrap.__range .input_wrap input[type=range] {
    margin: 0;
  }
}

/* Placeholders */
::-webkit-input-placeholder,
::placeholder {
  opacity: 1;
  color: #acacac;
}

/* Error styling */
.field_wrap.error label {
  color: #FB3853;
}
.field_wrap.error input,
.field_wrap.error select,
.field_wrap.error textarea,
.field_wrap.error .select2-css {
  border-color: #FB3853;
}
.field_wrap.error.__inline input,
.field_wrap.error.__inline select,
.field_wrap.error.__inline textarea,
.field_wrap.error.__inline .select2-css {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.input_error,
.field-validation-error {
  background: #FD9BA9;
  border: 1px solid #FB3853;
  border-top: none;
  color: #FB3853;
  padding: 15px 20px 14px 20px;
  display: flex;
  align-items: center;
}
.input_error::before,
.field-validation-error::before {
  content: "\e968";
  color: #FB3853;
  font-size: 12px;
  margin-right: 12px;
}

.success_feedback {
  margin: 0 0 2em 0;
  background: white;
  padding: 15px 20px;
  border: 1px solid #207900;
  background: #dff4e3;
  color: #207900;
  text-align: left;
}
.success_feedback ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.success_feedback ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.success_feedback ul li::before {
  content: "\e95c";
  color: #207900;
  font-size: 12px;
  margin-right: 12px;
}
.success_feedback ul li:last-child {
  margin: 0;
}

.error_feedback,
.validation-summary-errors {
  margin: 0 0 2em 0;
  background: white;
  padding: 15px 20px;
  border: 1px solid #FB3853;
  background: #FD9BA9;
  color: #FB3853;
  text-align: left;
}
.error_feedback ul,
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.error_feedback ul li,
.validation-summary-errors ul li {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.error_feedback ul li::before,
.validation-summary-errors ul li::before {
  content: "\e968";
  color: #FB3853;
  font-size: 12px;
  margin-right: 12px;
}
.error_feedback ul li:last-child,
.validation-summary-errors ul li:last-child {
  margin: 0;
}

.field_wrap.__checkbox.error legend {
  color: #FB3853;
}
.field_wrap.__checkbox.error label {
  color: #FB3853;
}
.field_wrap.__checkbox.error label::before {
  background: #FD9BA9;
  border: 1px solid #FB3853;
}
.field_wrap.__checkbox.error label.__checked::before {
  background: #FB3853;
  border-color: #FB3853;
}
.field_wrap.__checkbox.error label.__checked::after {
  color: white;
}
.field_wrap.__checkbox.error label.__checked.__focused::before {
  background: rgb(200.960591133, 4.039408867, 31.3054187192);
  border: 1px solid rgb(200.960591133, 4.039408867, 31.3054187192);
}
.field_wrap.__checkbox.error label.__focused::before {
  border-color: rgb(249.9950738916, 6.0049261084, 39.7881773399);
  background: rgb(252.5, 130, 147.5);
}
.field_wrap.__checkbox .input_error {
  border-top: 1px solid #FB3853;
}

.field_wrap.__radio.error legend {
  color: #FB3853;
}
.field_wrap.__radio.error label {
  color: #FB3853;
}
.field_wrap.__radio.error label::before {
  background: #FD9BA9;
  border: 1px solid #FB3853;
}
.field_wrap.__radio.error label::after {
  color: #FB3853;
}
.field_wrap.__radio.error label.__checked::before {
  background: #FB3853;
  border-color: #FB3853;
}
.field_wrap.__radio.error label.__checked.__focused::before {
  background: rgb(200.960591133, 4.039408867, 31.3054187192);
  border: 1px solid rgb(200.960591133, 4.039408867, 31.3054187192);
}
.field_wrap.__radio.error label.__focused::before {
  border-color: rgb(249.9950738916, 6.0049261084, 39.7881773399);
  background: rgb(252.5, 130, 147.5);
}
.field_wrap.__radio .input_error {
  border-top: 1px solid #FB3853;
}

.field_wrap.__file.error .input_error {
  border-top: 1px solid #FB3853;
  margin-top: -1px;
  position: relative;
}

/* Select2 */
.select2-css.select2-selection--multiple .select2-selection__arrow, .select2-css.select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.select2-css.select2-selection--multiple .select2-selection__rendered {
  display: flex;
  align-items: center;
}
.select2-css.select2-selection--multiple .select2-selection__choice {
  padding: 10px;
  margin: 0 10px 0 0;
}

.select2-css.select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-template-image {
  display: flex;
  align-items: center;
}
.select2-template-image img {
  margin: 0 10px 0 0;
}

.select2-container--focus .select2-css.select2-selection--multiple, .select2-container--focus .select2-css.select2-selection--single,
.select2-container--open .select2-css.select2-selection--multiple,
.select2-container--open .select2-css.select2-selection--single {
  border-color: #E42188;
}
.select2-container--focus .select2-dropdown,
.select2-container--open .select2-dropdown {
  border-color: #E42188;
}

.select2-results .select2-results__option {
  padding: 15px 20px;
}
.select2-results .select2-results__option--highlighted[aria-selected] {
  background: #e9479c;
}

.select2-search--dropdown .select2-search__field {
  padding: 15px 20px;
}

select.error + .select2.select2-container .select2-css.select2-selection--single {
  border: 1px solid #FB3853;
}

.__reset {
  margin-bottom: 20px;
}
.__reset:active {
  transform: scale(105%);
}

.__cleared {
  min-height: 16px;
}

.page-navigation {
  background-color: #ebe7ed;
  width: 100%;
  z-index: 99;
}
.page-navigation.__sticky {
  position: fixed;
  top: 64px;
}
@media (min-width: 1200px) {
  .page-navigation.__sticky {
    top: 108px;
  }
}
.page-navigation-list {
  overflow-x: auto;
}
.page-navigation nav {
  justify-items: center;
}
.page-navigation-item {
  font-weight: 700;
  padding: 16px;
  position: relative;
}
.page-navigation-item.__current {
  background-color: #FFFFFF;
}
.page-navigation-item.__current::after {
  width: 100%;
}
.page-navigation-item::after {
  content: "";
  background-color: #36104a;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0%;
  transition: 0.3s ease all;
}
.page-navigation-item a {
  white-space: nowrap;
}

.paging {
  padding: 0px 0px 56px;
  display: flex;
  font-size: 1rem;
  justify-content: center;
}
.paging-list {
  display: flex;
}
.paging-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  background: transparent;
  color: #161616;
  font-weight: 700;
  transition: all 0.3s;
  position: relative;
  border-radius: 50%;
}
.paging-item:hover, .paging-item:focus {
  color: #E42188;
}
.paging-item.__disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.paging-item.__current {
  background: #260b34;
  color: #FFFFFF;
}
.paging-item.__previous, .paging-item.__next {
  font-size: 0;
}
.paging-item.__previous::before, .paging-item.__next::before {
  content: "\e919";
  font-size: 20px;
}
.paging-item.__next::before {
  content: "\e91a";
}
.paging li:not(:first-child):not(.active):not(:last-child) {
  display: none;
}
@media (min-width: 992px) {
  .paging li:not(:first-child):not(.active):not(:last-child) {
    display: inherit;
  }
}

.filter {
  padding: 0px 0px 80px;
  display: flex;
  align-items: center;
}
.filter-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.filter .field_wrap {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .filter .field_wrap {
    width: auto;
  }
}
.filter .submit_wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

.swiper-controls .swiper-pagination {
  margin-top: 32px;
  position: static;
  border-radius: 100px;
  background-color: #ebe7ed;
  overflow: hidden;
}
.swiper-controls .swiper-pagination.swiper-pagination-horizontal {
  height: 8px;
}
.swiper-controls .swiper-pagination .swiper-pagination-progressbar-fill {
  border-radius: 100px;
  background: #E42188;
}
.swiper-controls .swiper-buttons {
  display: flex;
  gap: 16px;
  justify-content: flex-end;
}
.swiper-controls .swiper-buttons .button, .swiper-controls .swiper-buttons .submit_wrap button, .submit_wrap .swiper-controls .swiper-buttons button,
.swiper-controls .swiper-buttons .form-submit button,
.form-submit .swiper-controls .swiper-buttons button {
  margin-top: 16px;
}
.swiper-controls .swiper-buttons .swiper-button-lock {
  display: none;
}

/* Burger */
.burger {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
  font-size: 0;
  background: #36104a;
  border-radius: 50%;
  color: #FFFFFF;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.5s;
}
.burger.__active .burger-toggle {
  background: transparent;
}
.burger.__active .burger-toggle:before {
  top: 0;
  background: #FFFFFF;
  transform: rotate(135deg);
}
.burger.__active .burger-toggle:after {
  bottom: 0;
  background: #FFFFFF;
  transform: rotate(225deg);
}
@media (min-width: 1200px) {
  .burger {
    display: none;
  }
}
.burger-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background: #FFFFFF;
}
.burger-toggle:before, .burger-toggle:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.3s;
}
.burger-toggle:before {
  top: -7px;
  transform: rotate(0);
}
.burger-toggle:after {
  bottom: -7px;
  transform: rotate(0);
}

/* Window overlay */
.navwindow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5555;
  display: none;
  cursor: pointer;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.navcontainer {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .navcontainer {
    height: 100%;
  }
}

/* Navwrap for mobile positioning */
.navwrap {
  position: fixed;
  top: 80px;
  right: -100%;
  bottom: 0;
  height: calc(100vh - 80px);
  width: 100%;
  z-index: 5555555;
  overflow: hidden;
  transition: all 0.5s;
}
.navwrap.__active {
  right: 0 !important;
}
@media (min-width: 1200px) {
  .navwrap {
    position: inherit;
    top: inherit;
    right: inherit;
    bottom: inherit;
    height: auto;
    width: 100%;
    z-index: 9999;
    overflow: inherit;
    transition: all 0.3s;
  }
}
.navwrap .nav-cta {
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  padding-top: 38px;
  justify-content: center;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
@media (min-width: 1200px) {
  .navwrap .nav-cta {
    padding-top: 0px;
    display: none;
  }
}

/* Nav */
.nav ul > li.menu-item a {
  display: block;
  font-size: 1rem;
  color: #FFFFFF;
  padding: 20px 0px;
  position: relative;
  transition: all 0.3s;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #a0175f;
}

.nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button, .nav > ul > li.menu-item-has-children > button {
  position: absolute;
  right: 0px;
  top: 0%;
  width: 50px;
  height: 100%;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button, .nav > ul > li.menu-item-has-children > button {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    transition: all 300ms ease;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 10px 16px 10px;
  }
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:after, .nav > ul > li.menu-item-has-children > button:after {
  content: "\e92b";
  font-family: icomoon;
  font-size: 20px;
  color: #FFFFFF;
  transition: all 300ms ease;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:after, .nav > ul > li.menu-item-has-children > button:after {
    color: #ad9db5;
    content: "\e918";
  }
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:hover:after, .nav > ul > li.menu-item-has-children > button:hover:after, .nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:focus:after, .nav > ul > li.menu-item-has-children > button:focus:after {
  transform: translate(-50%, calc(-50% + 5px));
}

.nav {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  font-family: "Titillium Web", Arial, sans-serif;
  background: #E42188;
  transition: all 0.3s;
  padding: 0px 0px 140px;
  display: flex;
  flex-direction: column;
  /* IOS Looping nav issue */
}
@media (min-width: 1200px) {
  .nav {
    overflow-y: inherit;
    background: none;
    width: auto;
    opacity: 1;
    padding: 0px 20px;
    display: block;
  }
}
@media (min-width: 1400px) {
  .nav {
    padding: 0px 43px;
  }
}
.nav-cta {
  display: flex;
  gap: 12px;
  padding: 0px;
  flex-grow: 1;
  align-items: flex-start !important;
}
@media (min-width: 1200px) {
  .nav-cta {
    height: 100%;
    align-items: center !important;
  }
}
@media (min-width: 1200px) {
  .nav-aux {
    display: flex;
    justify-content: flex-end;
    margin: 0px -32px;
  }
}
@media (min-width: 1200px) {
  .nav-aux .menu-item {
    margin: 14px 32px;
  }
}
@media (min-width: 1200px) {
  .nav-aux .menu-item a {
    color: #FFFFFF;
    padding: 0px;
    font-size: 0.8888888889rem;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    background-image: linear-gradient(transparent calc(100% - 5px), rgba(232, 253, 215, 0.4) 0px);
  }
}
@media (min-width: 1200px) {
  .nav-aux .menu-item a:hover, .nav-aux .menu-item a:focus {
    background-size: 100% 1px;
    background-image: linear-gradient(transparent calc(100% - 5px), #FFFFFF 0px);
  }
}
.nav > ul {
  align-items: center;
}
@media (min-width: 1200px) {
  .nav > ul {
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item {
    height: 100%;
  }
}
.nav > ul > li.menu-item button {
  font-size: 0;
}
.nav > ul > li.menu-item > a {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .nav > ul > li.menu-item a:hover, .nav > ul > li.menu-item a:focus {
    color: #E42188;
  }
}
.nav ul {
  width: 100%;
  padding: 0px 16px 28px;
}
@media (min-width: 1200px) {
  .nav ul {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .nav ul {
    gap: 32px;
  }
}
.nav ul > li.menu-item {
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item {
    display: inline-block;
  }
}
.nav ul > li.menu-item:hover > button,
.nav ul > li.menu-item > button:focus, .nav ul > li.menu-item:hover > a,
.nav ul > li.menu-item > a:focus, .nav ul > li.menu-item:hover > .menu-item-has-megamenu-button a,
.nav ul > li.menu-item > .menu-item-has-megamenu-button a:focus {
  background: none;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item:hover > button,
  .nav ul > li.menu-item > button:focus, .nav ul > li.menu-item:hover > a,
  .nav ul > li.menu-item > a:focus, .nav ul > li.menu-item:hover > .menu-item-has-megamenu-button a,
  .nav ul > li.menu-item > .menu-item-has-megamenu-button a:focus {
    color: #E42188;
  }
  .nav ul > li.menu-item:hover > button::before,
  .nav ul > li.menu-item > button:focus::before, .nav ul > li.menu-item:hover > a::before,
  .nav ul > li.menu-item > a:focus::before, .nav ul > li.menu-item:hover > .menu-item-has-megamenu-button a::before,
  .nav ul > li.menu-item > .menu-item-has-megamenu-button a:focus::before {
    width: 100%;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item a {
    padding: 20px 0;
    height: 100%;
    border: none;
    color: #36104a;
    width: auto;
  }
}
.nav ul > li.menu-item-has-children {
  position: relative;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children.__active > ul {
    height: auto;
    overflow: visible;
    display: block;
  }
}
.nav ul > li.menu-item-has-children > ul {
  background: #E42188;
  position: fixed;
  width: 100%;
  top: 80px;
  bottom: 0;
  right: -100%;
  height: calc(100vh - 80px);
  z-index: 50;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul {
    top: 0;
    height: 100%;
    border-radius: 16px;
    background: #ebe7ed;
  }
}
.nav ul > li.menu-item-has-children > ul.__active {
  overflow-y: scroll;
  right: 0 !important;
  display: block;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul.left {
    right: 0px;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul {
    position: absolute;
    width: 260px;
    top: inherit;
    bottom: inherit;
    right: inherit;
    height: inherit;
    z-index: 50;
    transform: translateX(0);
    display: none;
    height: 0;
    overflow: hidden;
    padding: 0px 18px 12px;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li {
    display: block;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li.backto, .nav ul > li.menu-item-has-children > ul li.viewall {
    display: none;
  }
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button {
  width: auto;
  position: absolute;
  top: 0%;
  left: auto;
  right: 0px;
  padding: 20px;
  height: 100%;
  color: #FFFFFF;
  transform: translateX(0%);
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:after {
  content: "\e908";
  color: #E42188;
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:hover::after, .nav ul > li.menu-item-has-children > ul li.menu-item-has-children > button:focus::after {
  transform: translate(calc(-50% + 5px), -50%);
}
.nav ul > li.menu-item-has-children > ul li.menu-item-has-children.__active > button::after {
  transform: translate(calc(-50% + 5px), -50%);
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li:last-child > a {
    border-bottom: 0px solid #ad9db5;
  }
}
.nav ul > li.menu-item-has-children > ul li > a {
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li > a {
    padding: 8px 0px;
    line-height: inherit;
    color: #210a2d;
    border-bottom: 1px solid #ad9db5;
    font-weight: 600;
  }
  .nav ul > li.menu-item-has-children > ul li > a::before {
    display: none;
  }
}
.nav ul > li.menu-item-has-children > ul li ul.__active {
  overflow-y: scroll;
  right: 0 !important;
  display: block;
}
.nav ul > li.menu-item-has-children > ul li ul.left {
  left: auto;
  right: 100%;
}
.nav ul > li.menu-item-has-children > ul li ul.left:before {
  right: auto;
  left: 100%;
}
@media (min-width: 1200px) {
  .nav ul > li.menu-item-has-children > ul li ul {
    top: 0;
    right: -290px;
    z-index: 60;
  }
}
@media (min-width: 1200px) {
  .nav ul:first-child > li.menu-item-has-children > a::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav ul li.current-menu-item button,
  .nav ul li.current-menu-item a {
    color: #E42188;
  }
}
@media (min-width: 1200px) {
  .nav ul li.backto, .nav ul div.backto {
    display: none;
  }
}
.nav ul li.backto > button, .nav ul div.backto > button {
  font-size: 18px !important;
  padding: 20px 0px;
  position: relative;
  width: 100%;
  text-align: left;
  color: #FFFFFF;
}
.nav ul li.backto > button::before, .nav ul div.backto > button::before {
  content: "\e919";
  font-family: icomoon;
  font-size: 20px;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 10px 0 0;
}
@media (min-width: 1200px) {
  .nav ul li.viewall, .nav ul div.viewall {
    display: none;
  }
}
.nav ul li.viewall > a, .nav ul div.viewall > a {
  font-size: 2.2222222222rem;
  color: #FFFFFF;
  font-family: "Titillium Web", Arial, sans-serif;
  padding: 0px 0px 20px;
  font-weight: 700;
}
@supports (-webkit-touch-callout: none) {
  .nav {
    padding-bottom: 240px;
  }
  @media (min-width: 1200px) {
    .nav {
      padding-bottom: 140px;
    }
  }
  .nav .nav-cta {
    bottom: 110px;
  }
}

.header {
  background: #FFFFFF;
  padding: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  z-index: 55555;
}
.header-logo {
  display: block;
  max-width: 158px;
  padding: 10px 0px;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .header-logo {
    max-width: 210px;
  }
}
.header-logo-wrap {
  margin-right: auto;
  transition: 0.3s ease all;
}
.header .patron {
  margin-top: 0px;
  font-size: 0.6666666667rem;
  color: #210a2d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-weight: 700;
}
@media (min-width: 992px) {
  .header .patron {
    justify-content: flex-start;
  }
}
.header .patron:before {
  color: #E42188;
  content: "\e972";
  margin-right: 8px;
  font-size: 0.8888888889rem;
}
.header-opts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease all;
}
@media (min-width: 576px) {
  .header-opts {
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .header-opts {
    margin-right: 0px;
  }
}
.header-cta {
  width: 100%;
  position: relative;
  z-index: 55555;
  padding: 8px 0px;
}
@media (min-width: 576px) {
  .header-cta {
    padding: 0px;
    width: auto;
    display: flex;
  }
}
.header-cta-nav {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-cta-nav nav {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-cta-nav nav li {
  width: 100%;
}
.header-cta .button, .header-cta .submit_wrap button, .submit_wrap .header-cta button,
.header-cta .form-submit button,
.form-submit .header-cta button {
  width: 100%;
}
@media (min-width: 576px) {
  .header-cta .button, .header-cta .submit_wrap button, .submit_wrap .header-cta button,
  .header-cta .form-submit button,
  .form-submit .header-cta button {
    width: auto;
  }
}
.header .searchbar {
  display: none;
}
@media (min-width: 1200px) {
  .header .searchbar {
    display: flex;
  }
}

.searchbar {
  height: 48px;
  position: relative;
}
@media (min-width: 1200px) {
  .searchbar {
    padding-left: 20px;
  }
}
@media (min-width: 1400px) {
  .searchbar {
    padding-left: 43px;
  }
}
.searchbar-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 30px;
}
.searchbar .input_wrap input {
  height: 48px;
  background-color: #ebe7ed;
  border-radius: 100px;
  border: 0px;
  padding-right: 50px;
}
.searchbar button {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  font-size: 0px;
}
.searchbar button:before {
  content: "\e971";
  font-size: 1rem;
  color: #1C1B1F;
}
.searchbar button:hover::before, .searchbar button:focus::before {
  color: #E42188;
}

.searchtoggle {
  width: 48px;
  height: 48px;
  font-size: 0;
  background: #E42188;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .searchtoggle {
    display: none;
  }
}
.searchtoggle.__active::after {
  content: "\e968";
}
.searchtoggle::after {
  content: "\e971";
  color: #FFFFFF;
  transition: all 0.3s;
  font-size: 18px;
}
.searchtoggle:hover, .searchtoggle:active, .searchtoggle:focus {
  background: rgb(225.9805825243, 27.0194174757, 131.4126213592);
}

footer {
  background-color: #FFFFFF;
}

.footer {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .footer {
    padding: 56px 0;
  }
}
.footer-menu {
  background-color: #E42188;
  padding: 32px 0px;
}
.footer-legal {
  padding-top: 14px;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-legal {
    text-align: left;
  }
}
.footer-legal .usercontent .h1, .footer-legal .usercontent h1,
.footer-legal .usercontent .h2,
.footer-legal .usercontent .gform_wrapper.gform-theme--orbital .gform_heading .gform_title,
.gform_wrapper.gform-theme--orbital .gform_heading .footer-legal .usercontent .gform_title,
.footer-legal .usercontent h2,
.footer-legal .usercontent .h3,
.footer-legal .usercontent h3,
.footer-legal .usercontent .h4,
.footer-legal .usercontent h4,
.footer-legal .usercontent .h5,
.footer-legal .usercontent h5,
.footer-legal .usercontent .h6,
.footer-legal .usercontent h6 {
  margin-bottom: 10px;
  color: #210a2d;
}
@media (max-width: 992px) {
  .footer-legal .usercontent .h1, .footer-legal .usercontent h1,
  .footer-legal .usercontent .h2,
  .footer-legal .usercontent .gform_wrapper.gform-theme--orbital .gform_heading .gform_title,
  .gform_wrapper.gform-theme--orbital .gform_heading .footer-legal .usercontent .gform_title,
  .footer-legal .usercontent h2,
  .footer-legal .usercontent .h3,
  .footer-legal .usercontent h3,
  .footer-legal .usercontent .h4,
  .footer-legal .usercontent h4,
  .footer-legal .usercontent .h5,
  .footer-legal .usercontent h5,
  .footer-legal .usercontent .h6,
  .footer-legal .usercontent h6 {
    font-size: 0.8888888889rem;
  }
}
.footer-legal .usercontent p {
  color: #583969;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .footer-legal .usercontent p {
    font-size: 0.8888888889rem;
  }
}
.footer-legal .sd {
  color: #210a2d;
  font-size: 1rem;
  margin-top: 25px;
}
@media (max-width: 992px) {
  .footer-legal .sd {
    font-size: 0.8888888889rem;
  }
}
.footer-legal .sd:hover, .footer-legal .sd:focus {
  color: #E42188;
}
.footer .card-col {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .footer .card-col {
    margin-bottom: 0px;
  }
}
.footer-card {
  background-color: #E42188;
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer-card.__first:before {
  content: "";
  background-image: url("/wp-content/themes/spindogs/images/footprint.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 165px;
  height: 216px;
  position: absolute;
  bottom: 0px;
  right: -10px;
}
.footer-card.__second:before {
  content: "";
  background-image: url("/wp-content/themes/spindogs/images/footprint.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 211px;
  height: 300px;
  position: absolute;
  bottom: -140px;
  right: -75px;
  z-index: 0;
}
.footer-card-content {
  position: relative;
  z-index: 1;
}
.footer-card-content img {
  max-width: 209px;
}
.footer-card-content .button, .footer-card-content .submit_wrap button, .submit_wrap .footer-card-content button,
.footer-card-content .form-submit button,
.form-submit .footer-card-content button {
  margin-top: 24px;
}
.footer-card-content .h1, .footer-card-content .usercontent h1, .usercontent .footer-card-content h1,
.footer-card-content .mce-content-body h1,
.mce-content-body .footer-card-content h1,
.footer-card-content .h2,
.footer-card-content .gform_wrapper.gform-theme--orbital .gform_heading .gform_title,
.gform_wrapper.gform-theme--orbital .gform_heading .footer-card-content .gform_title,
.footer-card-content .usercontent h2,
.usercontent .footer-card-content h2,
.footer-card-content .mce-content-body h2,
.mce-content-body .footer-card-content h2,
.footer-card-content .h3,
.footer-card-content .usercontent h3,
.usercontent .footer-card-content h3,
.footer-card-content .mce-content-body h3,
.mce-content-body .footer-card-content h3,
.footer-card-content .h4,
.footer-card-content .usercontent h4,
.usercontent .footer-card-content h4,
.footer-card-content .mce-content-body h4,
.mce-content-body .footer-card-content h4,
.footer-card-content .h5,
.footer-card-content .usercontent h5,
.usercontent .footer-card-content h5,
.footer-card-content .mce-content-body h5,
.mce-content-body .footer-card-content h5,
.footer-card-content .h6,
.footer-card-content .usercontent h6,
.usercontent .footer-card-content h6,
.footer-card-content .mce-content-body h6,
.mce-content-body .footer-card-content h6 {
  margin-bottom: 10px;
}
.footer-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer-nav {
    flex-wrap: nowrap;
  }
}
.footer-nav ul {
  display: grid;
  gap: 21px 24px;
  flex-wrap: wrap;
  grid-template-columns: auto auto auto;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-nav ul {
    width: auto;
  }
}
@media (min-width: 992px) {
  .footer-nav ul {
    display: flex;
  }
}
@media (min-width: 992px) {
  .footer-nav ul li {
    display: inline-block;
  }
}
.footer-nav ul li a {
  font-size: 0.8888888889rem;
  display: block;
  color: #FFFFFF;
  transition: all 0.3s;
  font-weight: 700;
}
.footer-nav ul li a:hover, .footer-nav ul li a:focus {
  color: #36104a;
  text-decoration: none;
}
.footer-nav .socialwrap {
  margin: 40px auto 0px 0px;
}
@media (min-width: 768px) {
  .footer-nav .socialwrap {
    margin: 0px 0px 0px auto;
  }
}
.footer-col a {
  font-size: 0.7777777778rem;
  display: block;
  color: #FFFFFF;
  transition: all 0.3s;
}
.footer-col a:hover, .footer-col a:focus {
  color: #e9479c;
  text-decoration: none;
}

.contact {
  padding: 60px 0px;
}
@media (min-width: 992px) {
  .contact {
    background: linear-gradient(90deg, #ebe7ed 50%, #F0F0F0 50%);
  }
}
.contact-locations {
  padding-top: 25px;
}
@media (min-width: 992px) {
  .contact-locations {
    padding-right: 42.5px;
  }
}
.contact-locations-title {
  margin-bottom: 43px;
}
.contact-locations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 32px;
}
.contact-locations-detail {
  display: flex;
  position: relative;
  margin-bottom: 8px;
  padding-left: 48px;
}
.contact-locations-detail:before {
  position: absolute;
  top: 0%;
  left: 0px;
  color: #E42188;
  font-size: 1.4444444444rem;
}
.contact-locations-detail.__email:before {
  content: "\e92f";
}
.contact-locations-detail.__phone:before {
  content: "\e93a";
}
.contact-locations-detail.__address {
  width: 100%;
}
.contact-locations-detail.__address:before {
  content: "\e943";
}
.contact-locations-detail a {
  text-decoration: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #000000 0);
}
.contact-locations-detail a:hover, .contact-locations-detail a:focus {
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #000000 0);
}
.contact-locations-wrap {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 26px;
}
.contact-locations .icon {
  margin-right: 10px;
  width: 24px;
}
@media (min-width: 992px) {
  .contact-form {
    padding: 0px 100px;
  }
}

.contactblock-title {
  margin-bottom: 43px;
}
.contactblock-list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 25px;
}
.contactblock-detail {
  display: flex;
  position: relative;
  margin-bottom: 8px;
  padding-left: 48px;
}
.contactblock-detail:before {
  position: absolute;
  top: 0%;
  left: 0px;
  color: #E42188;
  font-size: 1.4444444444rem;
}
.contactblock-detail.__email:before {
  content: "\e92f";
}
.contactblock-detail.__phone:before {
  content: "\e93a";
}
.contactblock-detail.__hours {
  padding-left: 0px;
  color: #a0175f;
}
.contactblock-detail.__address {
  width: 100%;
}
.contactblock-detail.__address:before {
  content: "\e943";
}
.contactblock-detail a {
  text-decoration: none;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #000000 0);
}
.contactblock-detail a:hover, .contactblock-detail a:focus {
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #000000 0);
}
.contactblock-wrap {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 26px;
}

.search-results {
  margin-bottom: 34px;
}
.search-results-summary {
  padding-bottom: 22px;
}
.search-results-title {
  margin-bottom: 0px;
}
.search-results .listing-item {
  margin-bottom: 41px;
  border-radius: 16px;
  position: relative;
  background-color: #E42188;
}
.search-results .listing-item:hover .button, .search-results .listing-item:hover .submit_wrap button, .submit_wrap .search-results .listing-item:hover button,
.search-results .listing-item:hover .form-submit button,
.form-submit .search-results .listing-item:hover button, .search-results .listing-item:focus-within .button, .search-results .listing-item:focus-within .submit_wrap button, .submit_wrap .search-results .listing-item:focus-within button,
.search-results .listing-item:focus-within .form-submit button,
.form-submit .search-results .listing-item:focus-within button {
  margin: 0px 0px 0px 29px;
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #36104a 0);
}
.search-results .listing-item:hover .button:before, .search-results .listing-item:hover .submit_wrap button:before, .submit_wrap .search-results .listing-item:hover button:before,
.search-results .listing-item:hover .form-submit button:before,
.form-submit .search-results .listing-item:hover button:before, .search-results .listing-item:focus-within .button:before, .search-results .listing-item:focus-within .submit_wrap button:before, .submit_wrap .search-results .listing-item:focus-within button:before,
.search-results .listing-item:focus-within .form-submit button:before,
.form-submit .search-results .listing-item:focus-within button:before {
  left: -30px;
  color: #FFEE5B;
}
.search-results .listing-item-content {
  padding: 32px;
  background-color: #FFFFFF;
  border-radius: 16px;
  transition: all 300ms ease-in-out;
}
.search-results .listing-item-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 23px;
}
.search-results .listing-item-category {
  background-color: #fce9f3;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  color: #260b34;
  padding: 6px 12px;
  font-weight: 700;
  display: inline-block;
  font-size: 0.8888888889rem;
}
.search-results .listing-item-title {
  margin-bottom: 23px;
}
.search-results .listing-item-title a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.search-results .listing-item-description {
  color: #210a2d;
  margin-bottom: 23px;
}

.banner {
  position: relative;
  padding: 40px 0;
  min-height: 350px;
  align-items: center;
  display: flex;
}
.banner.__primary {
  padding: 0px;
}
@media (min-width: 768px) {
  .banner.__primary {
    min-height: 500px;
    text-align: left;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .banner.__primary {
    padding: 56px 0px;
    min-height: 550px;
  }
}
@media (min-width: 1200px) {
  .banner.__primary {
    min-height: 700px;
  }
}
.banner.__flex {
  position: relative;
  overflow: hidden;
  align-items: flex-end;
  padding: 56px 0px;
}
@media (min-width: 768px) {
  .banner.__flex {
    min-height: 392px;
  }
}
@media (min-width: 992px) {
  .banner.__flex {
    min-height: 620px;
  }
}
.banner.__flex.__no-image {
  align-items: center;
}
@media (min-width: 768px) {
  .banner.__flex.__no-image {
    min-height: 392px;
  }
}
@media (min-width: 992px) {
  .banner.__flex.__no-image {
    min-height: 318px;
  }
}
.banner.__flex:after {
  content: "";
  background-image: url("/wp-content/themes/spindogs/images/flex-banner-mobile.svg");
  width: 200px;
  height: 612px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .banner.__flex:after {
    right: -100px;
    width: 855px;
    height: 1055px;
    background-image: url("/wp-content/themes/spindogs/images/flex-banner-desktop.svg");
  }
}
.banner.__flex .banner-thirtyyearlogo {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 9;
}
@media (min-width: 768px) {
  .banner.__flex .banner-thirtyyearlogo {
    top: 50px;
    right: 50px;
    left: auto;
  }
}
.banner.__event-large {
  padding: 0px;
}
.banner.__event-large .banner-video {
  z-index: 5;
}
.banner.__event-large .banner-video-controls {
  bottom: 100px;
  display: flex;
  justify-content: flex-end;
  z-index: 5;
}
.banner.__event-large .banner-content {
  position: relative;
  padding: 56px 24px 24px;
  color: inherit;
  text-align: center;
  margin: 95px auto;
  color: #FFFFFF;
  border-radius: 24px;
  background: rgba(33, 10, 45, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.banner.__event-large .banner-tag {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 100px;
  transform: translate(-30px, -15px) rotate(-5deg);
  background-color: #FFEE5B;
  margin-bottom: 16px;
  color: #260b34;
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner.__event-large .banner-title {
  font-size: 2.2222222222rem;
}
@media (min-width: 992px) {
  .banner.__event-large .banner-title {
    font-size: 3.5555555556rem;
  }
}
.banner.__event-large .banner-description {
  margin-bottom: 32px;
}
.banner.__event-large .banner-sub-details {
  display: inline-flex;
  padding: 24px;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner.__event-large .banner-sub-details {
    width: 100%;
    flex-direction: row;
  }
}
.banner.__event-large .banner-sub-detail {
  flex-grow: 1;
  padding: 16px 0px;
  border-bottom: 1px solid #f4a4ce;
}
@media (min-width: 768px) {
  .banner.__event-large .banner-sub-detail {
    padding: 0px 32px;
    border-bottom: 0px solid #f4a4ce;
    border-right: 1px solid #f4a4ce;
  }
}
.banner.__event-large .banner-sub-detail:first-child {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .banner.__event-large .banner-sub-detail:first-child {
    padding-left: 0px;
  }
}
.banner.__event-large .banner-sub-detail:last-child {
  padding-bottom: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
@media (min-width: 768px) {
  .banner.__event-large .banner-sub-detail:last-child {
    padding-right: 0px;
  }
}
.banner.__event-large .banner-sub-title {
  color: #210a2d;
  margin-bottom: 16px;
}
.banner.__event-large .banner-sub-price {
  color: #E42188;
  margin-bottom: 0px;
}
.banner.__event-large .button-wrap {
  justify-content: center;
}
.banner.__event-small {
  padding: 0px;
  background: white;
}
.banner.__event-small .banner-content {
  padding: 80px 0px;
  color: inherit;
  text-align: center;
}
@media (min-width: 768px) {
  .banner.__event-small .banner-content {
    text-align: left;
  }
}
.banner.__event-small .banner-tag {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 100px;
  transform: rotate(-5deg);
  background-color: #FFEE5B;
  margin-bottom: 16px;
  color: #260b34;
}
.banner.__event-small .banner-title {
  font-size: 2.2222222222rem;
  color: #210a2d;
}
@media (min-width: 992px) {
  .banner.__event-small .banner-title {
    font-size: 3.5555555556rem;
  }
}
.banner.__event-small .banner-description {
  color: #210a2d;
  margin-bottom: 32px;
}
.banner.__event-small .banner-sub-details {
  display: inline-flex;
  padding: 24px;
  justify-content: space-between;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fce9f3;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .banner.__event-small .banner-sub-details {
    text-align: left;
    flex-direction: row;
    margin-left: -24px;
  }
}
.banner.__event-small .banner-sub-detail {
  flex-grow: 1;
  padding: 16px 0px;
  border-bottom: 1px solid #f4a4ce;
}
@media (min-width: 768px) {
  .banner.__event-small .banner-sub-detail {
    padding: 0px 32px;
    border-bottom: 0px solid #f4a4ce;
    border-right: 1px solid #f4a4ce;
  }
}
.banner.__event-small .banner-sub-detail:first-child {
  padding-top: 0px;
}
@media (min-width: 768px) {
  .banner.__event-small .banner-sub-detail:first-child {
    padding-left: 0px;
  }
}
.banner.__event-small .banner-sub-detail:last-child {
  padding-bottom: 0px;
  border-right: 0px;
  border-bottom: 0px;
}
@media (min-width: 768px) {
  .banner.__event-small .banner-sub-detail:last-child {
    padding-right: 0px;
  }
}
.banner.__event-small .banner-sub-title {
  color: #210a2d;
  margin-bottom: 16px;
}
.banner.__event-small .banner-sub-price {
  color: #E42188;
  margin-bottom: 0px;
}
.banner.__event-small .banner-image {
  position: relative;
  height: 100%;
  width: auto;
  overflow: visible;
  transform: none;
  left: 0px;
  min-height: 352px;
}
.banner.__event-small .banner-image::before {
  display: none;
}
.banner.__event-small .banner-image img {
  position: absolute;
  left: 50%;
  width: 100vw;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100vw;
}
@media (min-width: 992px) {
  .banner.__event-small .banner-image img {
    transform: translateY(-50%);
    left: 0px;
    width: 58.3333vw;
  }
}
.banner.__event-small .button-wrap {
  justify-content: center;
}
@media (min-width: 768px) {
  .banner.__event-small .button-wrap {
    justify-content: left;
  }
}
.banner.__search {
  position: relative;
  overflow: hidden;
  align-items: flex-end;
  padding: 144px 0px;
  min-height: 430px;
}
.banner.__search:after {
  content: "";
  background-image: url("/wp-content/themes/spindogs/images/flex-banner-mobile.svg");
  width: 200px;
  height: 612px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .banner.__search:after {
    right: -100px;
    width: 855px;
    height: 1055px;
    background-image: url("/wp-content/themes/spindogs/images/flex-banner-desktop.svg");
  }
}
.banner.__search .banner-background::before {
  background-color: #E42188;
  opacity: 1;
  z-index: 3;
}
.banner.__no-image .banner-background::before {
  background-color: #E42188;
  opacity: 1;
  z-index: 3;
}
@media (min-width: 768px) {
  .banner.__no-image .banner-thirtyyearlogo {
    top: 100px;
  }
}
.banner-col {
  position: relative;
}
@media (min-width: 992px) {
  .banner-col {
    position: static;
  }
}
.banner-wrap {
  width: 100%;
}
.banner-image {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 4;
  transform: translateX(-50%);
}
.banner-image::before {
  z-index: 4;
}
.banner-video {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  z-index: 4;
  transform: translateX(-50%);
}
.banner-video::before {
  z-index: 4;
}
.banner-video video {
  position: absolute;
  bottom: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-video-controls {
  display: none;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 4;
}
@media (min-width: 992px) {
  .banner-video-controls {
    display: block;
  }
}
.banner-video-controls-button {
  align-items: center;
  background: #E42188;
  color: #FFFFFF;
  display: flex;
  height: 60px;
  justify-content: center;
  transition: background 0.3s ease;
  width: 60px !important;
  cursor: pointer;
  border-radius: 50%;
}
.banner-video-controls-button:hover, .banner-video-controls-button:focus, .banner-video-controls-button:active {
  background: #CD1777 !important;
}
.banner-video-controls-button.__play {
  background-color: #E42188;
}
.banner-video-controls-button.__play::before {
  content: "\e949";
  font-size: 1rem;
  line-height: 1;
  color: #FFFFFF;
}
.banner-video-controls-button.__play:focus {
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.banner-video-controls-button.__pause {
  background-color: #E42188;
}
.banner-video-controls-button.__pause::before {
  content: "\e944";
  font-size: 1rem;
  line-height: 1;
  color: #FFFFFF;
}
.banner-video-controls-button.__pause:focus {
  box-shadow: inset 0 0 0 2px #FFFFFF;
}
.banner-content {
  position: relative;
  z-index: 5;
  color: #FFFFFF;
  font-size: 0.8888888889rem;
  padding: 56px 0px;
}
@media (min-width: 992px) {
  .banner-content {
    padding: 0px;
    font-size: 1.1111111111rem;
  }
}
.banner-date {
  font-size: 1.3333333333rem;
  margin-bottom: 32px;
}
.banner-title {
  font-size: 3.5555555556rem;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .banner-title {
    font-size: 5.3333333333rem;
  }
}
.banner-author {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}
.banner-author-image {
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  width: 64px;
}
@supports not (aspect-ratio: 1) {
  .banner-author-image::before {
    content: "";
    float: left;
    padding-top: calc(47 / 47 * 100%);
  }
  .banner-author-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.banner-author-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner-author-name {
  font-weight: 700;
}
.banner-links {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.banner-events {
  position: relative;
  z-index: 5;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .banner-events {
    background: rgba(33, 10, 45, 0.5);
    -webkit-backdrop-filter: blur(14px);
            backdrop-filter: blur(14px);
    padding: 24px;
    border-radius: 24px;
    margin-top: 0px;
  }
}
.banner-events-wrap {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.banner-events-card {
  background-color: #FFFFFF;
  border-radius: 16px;
  position: relative;
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
}
.banner-events-card.__featured {
  padding: 16px 16px 24px;
  display: block;
}
.banner-events-card.__featured .banner-events-card-image {
  aspect-ratio: 1.9166666667;
  width: 100%;
  height: auto;
  min-height: 0px;
  display: block;
}
@supports not (aspect-ratio: 1.9166666667) {
  .banner-events-card.__featured .banner-events-card-image::before {
    content: "";
    float: left;
    padding-top: calc(240 / 460 * 100%);
  }
  .banner-events-card.__featured .banner-events-card-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.banner-events-card.__featured .banner-events-card-content {
  padding: 24px 16px 0px;
}
.banner-events-card.__featured .banner-events-card-date {
  margin-bottom: 12px;
}
.banner-events-card:hover .banner-events-card-image img, .banner-events-card:focus-within .banner-events-card-image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.banner-events-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 200px;
  height: 100%;
  min-height: 125px;
  display: none;
}
@media (min-width: 992px) {
  .banner-events-card-image {
    display: block;
  }
}
.banner-events-card-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 300ms ease-in-out;
}
.banner-events-card-content {
  color: #210a2d;
  flex-grow: 1;
  padding: 18px 0px 18px 24px;
}
.banner-events-card-date {
  margin-bottom: 4px;
}
.banner-events-card-title .h2, .banner-events-card-title .gform_wrapper.gform-theme--orbital .gform_heading .gform_title, .gform_wrapper.gform-theme--orbital .gform_heading .banner-events-card-title .gform_title, .banner-events-card-title .small-text.usercontent h1, .small-text.usercontent .banner-events-card-title h1, .banner-events-card-title .usercontent h2, .usercontent .banner-events-card-title h2,
.banner-events-card-title .mce-content-body h2,
.mce-content-body .banner-events-card-title h2 {
  margin-bottom: 0px;
}
.banner-events-card-title .h3, .banner-events-card-title .small-text.usercontent h2, .small-text.usercontent .banner-events-card-title h2, .banner-events-card-title .usercontent h3, .usercontent .banner-events-card-title h3,
.banner-events-card-title .mce-content-body h3,
.mce-content-body .banner-events-card-title h3 {
  margin-bottom: 12px;
}
.banner-events-card-title .h5, .banner-events-card-title .small-text.usercontent h4, .small-text.usercontent .banner-events-card-title h4, .banner-events-card-title .usercontent h5, .usercontent .banner-events-card-title h5,
.banner-events-card-title .mce-content-body h5,
.mce-content-body .banner-events-card-title h5 {
  margin-bottom: 0px;
}
.banner-events-card-details {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.banner-events-card-details .location:before {
  content: "\e945";
  color: #8a7496;
  margin-right: 8px;
}
.banner-events-card-details .distance:before {
  content: "\e973";
  color: #8a7496;
  margin-right: 8px;
}
.banner-events-card-link {
  margin-top: 16px;
}
.banner-events-card-link a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.banner-events-link {
  margin-top: 16px;
}
.banner-events-link .button.__yellow.__outline, .banner-events-link .submit_wrap button.__yellow.__outline, .submit_wrap .banner-events-link button.__yellow.__outline,
.banner-events-link .form-submit button.__yellow.__outline,
.form-submit .banner-events-link button.__yellow.__outline {
  color: #210a2d;
  border: 2px solid #210a2d;
}
.banner-events-link .button.__yellow.__outline:before, .banner-events-link .submit_wrap button.__yellow.__outline:before, .submit_wrap .banner-events-link button.__yellow.__outline:before,
.banner-events-link .form-submit button.__yellow.__outline:before,
.form-submit .banner-events-link button.__yellow.__outline:before, .banner-events-link .button.__yellow.__outline:after, .banner-events-link .submit_wrap button.__yellow.__outline:after, .submit_wrap .banner-events-link button.__yellow.__outline:after,
.banner-events-link .form-submit button.__yellow.__outline:after,
.form-submit .banner-events-link button.__yellow.__outline:after {
  color: #210a2d;
}
.banner-events-link .button.__yellow.__outline:hover, .banner-events-link .submit_wrap button.__yellow.__outline:hover, .submit_wrap .banner-events-link button.__yellow.__outline:hover,
.banner-events-link .form-submit button.__yellow.__outline:hover,
.form-submit .banner-events-link button.__yellow.__outline:hover, .banner-events-link .button.__yellow.__outline:focus, .banner-events-link .submit_wrap button.__yellow.__outline:focus, .submit_wrap .banner-events-link button.__yellow.__outline:focus,
.banner-events-link .form-submit button.__yellow.__outline:focus,
.form-submit .banner-events-link button.__yellow.__outline:focus {
  background-color: #210a2d;
  color: #FFFFFF;
}
.banner-events-link .button.__yellow.__outline:hover:before, .banner-events-link .submit_wrap button.__yellow.__outline:hover:before, .submit_wrap .banner-events-link button.__yellow.__outline:hover:before,
.banner-events-link .form-submit button.__yellow.__outline:hover:before,
.form-submit .banner-events-link button.__yellow.__outline:hover:before, .banner-events-link .button.__yellow.__outline:hover:after, .banner-events-link .submit_wrap button.__yellow.__outline:hover:after, .submit_wrap .banner-events-link button.__yellow.__outline:hover:after,
.banner-events-link .form-submit button.__yellow.__outline:hover:after,
.form-submit .banner-events-link button.__yellow.__outline:hover:after, .banner-events-link .button.__yellow.__outline:focus:before, .banner-events-link .submit_wrap button.__yellow.__outline:focus:before, .submit_wrap .banner-events-link button.__yellow.__outline:focus:before,
.banner-events-link .form-submit button.__yellow.__outline:focus:before,
.form-submit .banner-events-link button.__yellow.__outline:focus:before, .banner-events-link .button.__yellow.__outline:focus:after, .banner-events-link .submit_wrap button.__yellow.__outline:focus:after, .submit_wrap .banner-events-link button.__yellow.__outline:focus:after,
.banner-events-link .form-submit button.__yellow.__outline:focus:after,
.form-submit .banner-events-link button.__yellow.__outline:focus:after {
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .banner-events-link .button.__yellow.__outline, .banner-events-link .submit_wrap button.__yellow.__outline, .submit_wrap .banner-events-link button.__yellow.__outline,
  .banner-events-link .form-submit button.__yellow.__outline,
  .form-submit .banner-events-link button.__yellow.__outline {
    color: #FFFFFF;
    border: 2px solid #FFEE5B;
  }
  .banner-events-link .button.__yellow.__outline:before, .banner-events-link .submit_wrap button.__yellow.__outline:before, .submit_wrap .banner-events-link button.__yellow.__outline:before,
  .banner-events-link .form-submit button.__yellow.__outline:before,
  .form-submit .banner-events-link button.__yellow.__outline:before, .banner-events-link .button.__yellow.__outline:after, .banner-events-link .submit_wrap button.__yellow.__outline:after, .submit_wrap .banner-events-link button.__yellow.__outline:after,
  .banner-events-link .form-submit button.__yellow.__outline:after,
  .form-submit .banner-events-link button.__yellow.__outline:after {
    color: #FFFFFF;
  }
  .banner-events-link .button.__yellow.__outline:hover, .banner-events-link .submit_wrap button.__yellow.__outline:hover, .submit_wrap .banner-events-link button.__yellow.__outline:hover,
  .banner-events-link .form-submit button.__yellow.__outline:hover,
  .form-submit .banner-events-link button.__yellow.__outline:hover, .banner-events-link .button.__yellow.__outline:focus, .banner-events-link .submit_wrap button.__yellow.__outline:focus, .submit_wrap .banner-events-link button.__yellow.__outline:focus,
  .banner-events-link .form-submit button.__yellow.__outline:focus,
  .form-submit .banner-events-link button.__yellow.__outline:focus {
    background-color: #FFEE5B;
    color: #210a2d;
  }
  .banner-events-link .button.__yellow.__outline:hover:before, .banner-events-link .submit_wrap button.__yellow.__outline:hover:before, .submit_wrap .banner-events-link button.__yellow.__outline:hover:before,
  .banner-events-link .form-submit button.__yellow.__outline:hover:before,
  .form-submit .banner-events-link button.__yellow.__outline:hover:before, .banner-events-link .button.__yellow.__outline:hover:after, .banner-events-link .submit_wrap button.__yellow.__outline:hover:after, .submit_wrap .banner-events-link button.__yellow.__outline:hover:after,
  .banner-events-link .form-submit button.__yellow.__outline:hover:after,
  .form-submit .banner-events-link button.__yellow.__outline:hover:after, .banner-events-link .button.__yellow.__outline:focus:before, .banner-events-link .submit_wrap button.__yellow.__outline:focus:before, .submit_wrap .banner-events-link button.__yellow.__outline:focus:before,
  .banner-events-link .form-submit button.__yellow.__outline:focus:before,
  .form-submit .banner-events-link button.__yellow.__outline:focus:before, .banner-events-link .button.__yellow.__outline:focus:after, .banner-events-link .submit_wrap button.__yellow.__outline:focus:after, .submit_wrap .banner-events-link button.__yellow.__outline:focus:after,
  .banner-events-link .form-submit button.__yellow.__outline:focus:after,
  .form-submit .banner-events-link button.__yellow.__outline:focus:after {
    color: #210a2d;
  }
}
.banner-events .banner-article-card {
  background-color: #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 16px;
  position: relative;
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
}
.banner-events .banner-article-card.__featured {
  padding: 16px 16px 24px;
  display: block;
}
.banner-events .banner-article-card.__featured .banner-article-card-image {
  aspect-ratio: 1.9166666667;
  width: 100%;
  height: auto;
  min-height: 0px;
}
@supports not (aspect-ratio: 1.9166666667) {
  .banner-events .banner-article-card.__featured .banner-article-card-image::before {
    content: "";
    float: left;
    padding-top: calc(240 / 460 * 100%);
  }
  .banner-events .banner-article-card.__featured .banner-article-card-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.banner-events .banner-article-card.__featured .banner-article-card-content {
  padding: 24px 16px 0px;
}
.banner-events .banner-article-card.__featured .banner-article-card-date {
  margin-bottom: 12px;
}
.banner-events .banner-article-card:hover .banner-article-card-image img, .banner-events .banner-article-card:focus-within .banner-article-card-image img {
  transform: translate(-50%, -50%) scale(1.1);
}
.banner-events .banner-article-card-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  width: 200px;
  height: 100%;
  min-height: 125px;
}
.banner-events .banner-article-card-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 300ms ease-in-out;
}
.banner-events .banner-article-card-title .h2, .banner-events .banner-article-card-title .gform_wrapper.gform-theme--orbital .gform_heading .gform_title, .gform_wrapper.gform-theme--orbital .gform_heading .banner-events .banner-article-card-title .gform_title, .banner-events .banner-article-card-title .small-text.usercontent h1, .small-text.usercontent .banner-events .banner-article-card-title h1, .banner-events .banner-article-card-title .usercontent h2, .usercontent .banner-events .banner-article-card-title h2,
.banner-events .banner-article-card-title .mce-content-body h2,
.mce-content-body .banner-events .banner-article-card-title h2 {
  margin-bottom: 0px;
}
.banner-events .banner-article-card-title .h3, .banner-events .banner-article-card-title .small-text.usercontent h2, .small-text.usercontent .banner-events .banner-article-card-title h2, .banner-events .banner-article-card-title .usercontent h3, .usercontent .banner-events .banner-article-card-title h3,
.banner-events .banner-article-card-title .mce-content-body h3,
.mce-content-body .banner-events .banner-article-card-title h3 {
  margin-bottom: 12px;
}
.banner-events .banner-article-card-title .h5, .banner-events .banner-article-card-title .small-text.usercontent h4, .small-text.usercontent .banner-events .banner-article-card-title h4, .banner-events .banner-article-card-title .usercontent h5, .usercontent .banner-events .banner-article-card-title h5,
.banner-events .banner-article-card-title .mce-content-body h5,
.mce-content-body .banner-events .banner-article-card-title h5 {
  margin-bottom: 0px;
}
.banner-events .banner-article-card-content {
  color: #210a2d;
  flex-grow: 1;
  padding: 18px 0px 18px 24px;
}
.banner-events .banner-article-card-details {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
}
.banner-events .banner-article-card-author {
  display: flex;
  align-items: center;
  gap: 18px;
}
.banner-events .banner-article-card-author-image {
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1;
  position: relative;
  width: 47px;
}
@supports not (aspect-ratio: 1) {
  .banner-events .banner-article-card-author-image::before {
    content: "";
    float: left;
    padding-top: calc(47 / 47 * 100%);
  }
  .banner-events .banner-article-card-author-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.banner-events .banner-article-card-author-image img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.banner-events .banner-article-card-author-name {
  font-weight: 700;
}
.banner-events .banner-article-card-link {
  margin-top: 16px;
}
.banner-events .banner-article-card-link a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
}
.banner-events .banner-cta-card {
  background-color: #E42188;
  padding: 40px;
  border-radius: 16px;
  padding: 18px;
}
@media (min-width: 992px) {
  .banner-events .banner-cta-card {
    padding: 40px;
  }
}
.banner-events .banner-cta-card-title .h2, .banner-events .banner-cta-card-title .gform_wrapper.gform-theme--orbital .gform_heading .gform_title, .gform_wrapper.gform-theme--orbital .gform_heading .banner-events .banner-cta-card-title .gform_title, .banner-events .banner-cta-card-title .small-text.usercontent h1, .small-text.usercontent .banner-events .banner-cta-card-title h1, .banner-events .banner-cta-card-title .usercontent h2, .usercontent .banner-events .banner-cta-card-title h2,
.banner-events .banner-cta-card-title .mce-content-body h2,
.mce-content-body .banner-events .banner-cta-card-title h2 {
  margin-bottom: 0px;
}
.banner-events .banner-cta-card-title .h3, .banner-events .banner-cta-card-title .small-text.usercontent h2, .small-text.usercontent .banner-events .banner-cta-card-title h2, .banner-events .banner-cta-card-title .usercontent h3, .usercontent .banner-events .banner-cta-card-title h3,
.banner-events .banner-cta-card-title .mce-content-body h3,
.mce-content-body .banner-events .banner-cta-card-title h3 {
  margin-bottom: 12px;
}
.banner-events .banner-cta-card-title .h5, .banner-events .banner-cta-card-title .small-text.usercontent h4, .small-text.usercontent .banner-events .banner-cta-card-title h4, .banner-events .banner-cta-card-title .usercontent h5, .usercontent .banner-events .banner-cta-card-title h5,
.banner-events .banner-cta-card-title .mce-content-body h5,
.mce-content-body .banner-events .banner-cta-card-title h5 {
  margin-bottom: 0px;
}
.banner-events .banner-cta-card .usercontent {
  padding: 16px 0px;
}
.banner-search {
  position: absolute;
  top: 100%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
  padding: 45px 36px;
  background-color: #FFFFFF;
  border-radius: 24px;
  width: calc(100% - 32px);
  margin: 0px 16px;
}
.banner-search-wrap {
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .banner-search-wrap {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .banner-search {
    width: 100%;
    margin: 0px;
  }
}
.banner-search .searchbar {
  padding-left: 0px;
  height: auto;
}
.banner-search .searchbar-form form {
  display: flex;
  gap: 20px 66px;
  flex-wrap: wrap;
}
.banner-search .searchbar-form form .__text {
  flex-grow: 1;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .banner-search .searchbar-form form .__text {
    width: auto;
  }
}
.banner-search .searchbar .button, .banner-search .searchbar .submit_wrap button, .submit_wrap .banner-search .searchbar button,
.banner-search .searchbar .form-submit button,
.form-submit .banner-search .searchbar button {
  position: relative;
  font-size: 0.8888888889rem;
  width: auto;
}
.banner-search .searchbar .button:before, .banner-search .searchbar .submit_wrap button:before, .submit_wrap .banner-search .searchbar button:before,
.banner-search .searchbar .form-submit button:before,
.form-submit .banner-search .searchbar button:before {
  content: "\e907";
  font-size: 0.6666666667rem;
  color: #FFFFFF;
}
.banner-strip {
  position: relative;
  padding: 56px 0px;
  display: flex;
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  max-width: 270px;
  margin: 0 auto;
  gap: 32px 0px;
}
@media (min-width: 992px) {
  .banner-strip {
    padding: 24px 0px;
    max-width: 100vw;
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.banner-strip:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #E42188;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.banner-strip-detail {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 48px;
  position: relative;
}
@media (min-width: 992px) {
  .banner-strip-detail {
    font-size: 1.3333333333rem;
  }
}
.banner-strip-detail:before {
  color: #FFFFFF;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
}
@media (min-width: 992px) {
  .banner-strip-detail:before {
    font-size: 34px;
  }
}
.banner-strip-detail.__date:before {
  content: "\e956";
}
.banner-strip-detail.__distance:before {
  content: "\e952";
}
.banner-strip-detail.__location:before {
  content: "\e943";
}
.banner-strip-detail.__group:before {
  content: "\e94f";
}
.banner-strip-detail-icon {
  font-family: "icon-picker" !important;
  margin-right: 12px;
}
.banner-strip-detail-icon::before {
  font-family: "icon-picker";
  color: #FFFFFF;
  font-size: 28px;
}
@media (min-width: 992px) {
  .banner-strip-detail-icon::before {
    font-size: 34px;
  }
}
.banner.__post .banner-title {
  font-size: 2.2222222222rem;
}
@media (min-width: 992px) {
  .banner.__post .banner-title {
    font-size: 3.5555555556rem;
  }
}
.banner-thirtyyearlogo {
  max-width: 100px;
}
@media (min-width: 768px) {
  .banner-thirtyyearlogo {
    max-width: 140px;
  }
}

.events-list-row {
  margin: 0px -16px;
}
.events-list-col {
  padding: 0px 16px;
}
.events-list-items {
  display: flex;
  gap: 18px;
  flex-direction: column;
  margin-top: 18px;
}
@media (min-width: 992px) {
  .events-list-items {
    margin-top: 0px;
    gap: 26px;
  }
}
.events-list-item {
  background-color: #E42188;
  border-radius: 16px;
}
.events-list-item:hover .events-list-item-wrap, .events-list-item:focus-within .events-list-item-wrap {
  transform: rotate(-2deg) translateX(4px);
}
.events-list-item:hover .button, .events-list-item:hover .submit_wrap button, .submit_wrap .events-list-item:hover button,
.events-list-item:hover .form-submit button,
.form-submit .events-list-item:hover button, .events-list-item:focus-within .button, .events-list-item:focus-within .submit_wrap button, .submit_wrap .events-list-item:focus-within button,
.events-list-item:focus-within .form-submit button,
.form-submit .events-list-item:focus-within button {
  margin: 0px 0px 0px 29px;
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #36104a 0);
}
.events-list-item:hover .button:before, .events-list-item:hover .submit_wrap button:before, .submit_wrap .events-list-item:hover button:before,
.events-list-item:hover .form-submit button:before,
.form-submit .events-list-item:hover button:before, .events-list-item:focus-within .button:before, .events-list-item:focus-within .submit_wrap button:before, .submit_wrap .events-list-item:focus-within button:before,
.events-list-item:focus-within .form-submit button:before,
.form-submit .events-list-item:focus-within button:before {
  left: -30px;
  color: #FFEE5B;
}
.events-list-item-wrap {
  background-color: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  padding: 8px;
  margin: -1px;
  display: flex;
  align-items: center;
  transition: all 300ms;
  position: relative;
}
.events-list-item.__featured:hover .events-list-item-wrap, .events-list-item.__featured:focus-within .events-list-item-wrap {
  transform: rotate(2deg) translate(12px, -12px);
}
.events-list-item.__featured:hover .events-list-item-wrap .button, .events-list-item.__featured:hover .events-list-item-wrap .submit_wrap button, .submit_wrap .events-list-item.__featured:hover .events-list-item-wrap button,
.events-list-item.__featured:hover .events-list-item-wrap .form-submit button,
.form-submit .events-list-item.__featured:hover .events-list-item-wrap button, .events-list-item.__featured:focus-within .events-list-item-wrap .button, .events-list-item.__featured:focus-within .events-list-item-wrap .submit_wrap button, .submit_wrap .events-list-item.__featured:focus-within .events-list-item-wrap button,
.events-list-item.__featured:focus-within .events-list-item-wrap .form-submit button,
.form-submit .events-list-item.__featured:focus-within .events-list-item-wrap button {
  background: #CD1777;
  color: #FFFFFF;
  padding: 10px 40px 10px 30px;
}
.events-list-item.__featured:hover .events-list-item-wrap .button:before, .events-list-item.__featured:hover .events-list-item-wrap .submit_wrap button:before, .submit_wrap .events-list-item.__featured:hover .events-list-item-wrap button:before,
.events-list-item.__featured:hover .events-list-item-wrap .form-submit button:before,
.form-submit .events-list-item.__featured:hover .events-list-item-wrap button:before, .events-list-item.__featured:focus-within .events-list-item-wrap .button:before, .events-list-item.__featured:focus-within .events-list-item-wrap .submit_wrap button:before, .submit_wrap .events-list-item.__featured:focus-within .events-list-item-wrap button:before,
.events-list-item.__featured:focus-within .events-list-item-wrap .form-submit button:before,
.form-submit .events-list-item.__featured:focus-within .events-list-item-wrap button:before {
  left: calc(0% - 14px);
}
.events-list-item.__featured:hover .events-list-item-wrap .button:after, .events-list-item.__featured:hover .events-list-item-wrap .submit_wrap button:after, .submit_wrap .events-list-item.__featured:hover .events-list-item-wrap button:after,
.events-list-item.__featured:hover .events-list-item-wrap .form-submit button:after,
.form-submit .events-list-item.__featured:hover .events-list-item-wrap button:after, .events-list-item.__featured:focus-within .events-list-item-wrap .button:after, .events-list-item.__featured:focus-within .events-list-item-wrap .submit_wrap button:after, .submit_wrap .events-list-item.__featured:focus-within .events-list-item-wrap button:after,
.events-list-item.__featured:focus-within .events-list-item-wrap .form-submit button:after,
.form-submit .events-list-item.__featured:focus-within .events-list-item-wrap button:after {
  left: calc(100% - 27px);
}
.events-list-item.__featured .events-list-item-wrap {
  flex-direction: column;
}
.events-list-item.__featured .events-list-item-image {
  margin-bottom: 10px;
  aspect-ratio: 1.5130208333;
  width: 100%;
  min-width: 100%;
  display: block;
}
@supports not (aspect-ratio: 1.5130208333) {
  .events-list-item.__featured .events-list-item-image::before {
    content: "";
    float: left;
    padding-top: calc(384 / 581 * 100%);
  }
  .events-list-item.__featured .events-list-item-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (min-width: 992px) {
  .events-list-item.__featured .events-list-item-image {
    margin-bottom: 16px;
  }
}
.events-list-item.__featured .events-list-item-content {
  padding: 32px 16px 14px;
}
@media (min-width: 992px) {
  .events-list-item.__featured .events-list-item-content {
    padding: 32px 24px;
  }
}
.events-list-item.__featured .events-list-item-title {
  margin-bottom: 15px;
}
.events-list-item.__featured .events-list-item-details {
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.events-list-item.__featured .events-list-item-details .date, .events-list-item.__featured .events-list-item-details .location, .events-list-item.__featured .events-list-item-details .distance {
  padding-left: 33px;
  display: flex;
  position: relative;
  font-size: 1rem;
  color: #210a2d;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .events-list-item.__featured .events-list-item-details .date, .events-list-item.__featured .events-list-item-details .location, .events-list-item.__featured .events-list-item-details .distance {
    font-size: 1.1111111111rem;
  }
}
.events-list-item.__featured .events-list-item-details .date:before, .events-list-item.__featured .events-list-item-details .location:before, .events-list-item.__featured .events-list-item-details .distance:before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  color: #8a7496;
  font-size: 1.4444444444rem;
}
.events-list-item.__featured .events-list-item-details .date:before {
  content: "\e958";
}
.events-list-item.__featured .events-list-item-details .location:before {
  content: "\e945";
}
.events-list-item.__featured .events-list-item-details .distance:before {
  content: "\e973";
}
.events-list-item.__featured .events-list-item-description {
  margin-bottom: 16px;
  font-size: 0.8888888889rem;
}
@media (min-width: 992px) {
  .events-list-item.__featured .events-list-item-description {
    font-size: 1rem;
  }
}
.events-list-item-image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1.5;
  width: 300px;
  min-width: 300px;
  display: none;
}
@supports not (aspect-ratio: 1.5) {
  .events-list-item-image::before {
    content: "";
    float: left;
    padding-top: calc(200 / 300 * 100%);
  }
  .events-list-item-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media (min-width: 1200px) {
  .events-list-item-image {
    display: block;
  }
}
.events-list-item-content {
  color: #210a2d;
  padding: 10px;
}
@media (min-width: 1200px) {
  .events-list-item-content {
    padding: 24px 0px 24px 32px;
  }
}
.events-list-item-content .date {
  font-size: 0.8888888889rem;
  color: #ad9db5;
  margin-bottom: 9px;
}
.events-list-item-title {
  margin-bottom: 9px;
}
.events-list-item-title a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.events-list-item-description {
  font-size: 0.8888888889rem;
  margin-bottom: 9px;
}
.events-list-link {
  margin-top: 13px;
  display: flex;
  justify-content: flex-end;
}

.cards-title {
  text-align: center;
  color: #210a2d;
  margin-bottom: 56px;
}
.cards-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.cards-item:hover .cards-item-image img, .cards-item:focus-within .cards-item-image img {
  transform: scale(1.3);
}
.cards-item:hover .button, .cards-item:hover .submit_wrap button, .submit_wrap .cards-item:hover button,
.cards-item:hover .form-submit button,
.form-submit .cards-item:hover button, .cards-item:focus-within .button, .cards-item:focus-within .submit_wrap button, .submit_wrap .cards-item:focus-within button,
.cards-item:focus-within .form-submit button,
.form-submit .cards-item:focus-within button {
  background: #CD1777;
  color: #FFFFFF;
  padding: 10px 40px 10px 30px;
}
.cards-item:hover .button:before, .cards-item:hover .submit_wrap button:before, .submit_wrap .cards-item:hover button:before,
.cards-item:hover .form-submit button:before,
.form-submit .cards-item:hover button:before, .cards-item:focus-within .button:before, .cards-item:focus-within .submit_wrap button:before, .submit_wrap .cards-item:focus-within button:before,
.cards-item:focus-within .form-submit button:before,
.form-submit .cards-item:focus-within button:before {
  left: calc(0% - 14px);
}
.cards-item:hover .button:after, .cards-item:hover .submit_wrap button:after, .submit_wrap .cards-item:hover button:after,
.cards-item:hover .form-submit button:after,
.form-submit .cards-item:hover button:after, .cards-item:focus-within .button:after, .cards-item:focus-within .submit_wrap button:after, .submit_wrap .cards-item:focus-within button:after,
.cards-item:focus-within .form-submit button:after,
.form-submit .cards-item:focus-within button:after {
  left: calc(100% - 27px);
}
.cards-item-image {
  aspect-ratio: 0.7655417407;
}
@supports not (aspect-ratio: 0.7655417407) {
  .cards-item-image::before {
    content: "";
    float: left;
    padding-top: calc(563 / 431 * 100%);
  }
  .cards-item-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.cards-item-image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 80%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.cards-item-image img {
  transform: scale(1);
  transition: all 300ms ease-in-out;
}
.cards-item-content {
  padding: 32px 14px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
@media (min-width: 992px) {
  .cards-item-content {
    padding: 55px 48px;
  }
}
.cards-item-title {
  text-align: center;
  margin-bottom: 7px;
}
.cards-item-title a:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.cards-item-description {
  text-align: center;
  margin-bottom: 16px;
}
.cards-item-more {
  display: flex;
  justify-content: center;
}

.countup {
  padding: 56px 0px;
}
.countup-before {
  font-weight: 700;
  color: #260b34;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  line-height: 0.8;
  font-size: 1.3333333333rem;
}
@media (min-width: 992px) {
  .countup-before {
    line-height: 0.95;
    font-size: 3.5555555556rem;
  }
}
.countup-number-wrapper {
  font-size: 3.5555555556rem;
  font-weight: 700;
  margin: 18px auto;
  text-align: center;
  color: #E42188;
  line-height: 1;
}
@media (min-width: 992px) {
  .countup-number-wrapper {
    margin: 30px auto;
    font-size: 9.1666666667rem;
  }
}
.countup-after {
  color: #260b34;
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  line-height: 0.8;
  font-size: 1.3333333333rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .countup-after {
    font-size: 2.2222222222rem;
  }
}

.tabpanel-head {
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: flex-start;
}
.tabpanel-tab {
  display: inline-block;
  padding: 10px 35px;
  text-align: center;
  background: #ddd;
  color: #000000;
  font-size: 1.1111111111rem;
  cursor: pointer;
}
.tabpanel-tab.__active {
  background: #333;
  color: #FFFFFF;
}
.tabpanel-content {
  border-bottom: 1px solid #ccc;
}
.tabpanel-panel {
  font-size: 1rem;
  background: #f7f7f7;
  padding: 20px;
  color: #333;
  display: none;
}
.tabpanel-panel.__active {
  display: block;
}

.accordionblock.__tabbed .tabpanel-head {
  border: none;
  flex-direction: column;
  margin-top: 24px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .accordionblock.__tabbed .tabpanel-head {
    margin-top: 32px;
    width: 100%;
  }
}
.accordionblock.__tabbed .tabpanel-head .icon::before {
  color: #FFFFFF;
  font-size: 0.8888888889rem;
  margin-left: 16px;
  position: absolute;
  right: 14px;
  top: 13px;
  transition: 0.3s ease all;
}
.accordionblock.__tabbed .tabpanel-head .tabpanel-tab {
  font-size: 1rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .accordionblock.__tabbed .tabpanel-head .tabpanel-tab {
    font-size: 1.3333333333rem;
  }
}
.accordionblock.__tabbed .tabpanel-head.__active .icon::before {
  content: "\e91b";
}
.accordionblock.__tabbed .tabpanel-head.__active .tabpanel-tab {
  display: flex;
}
.accordionblock.__tabbed .tabpanel-tab {
  background: transparent;
  color: #FFFFFF;
  font-size: 0.8888888889rem;
  line-height: 0.96;
  padding: 13px 44px 13px 14px;
  position: relative;
  display: none;
  align-items: center;
  transition: 0.3s ease all;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {
  .accordionblock.__tabbed .tabpanel-tab {
    font-size: 1rem;
    padding: 16px;
    width: 100%;
    display: flex;
  }
  .accordionblock.__tabbed .tabpanel-tab::before {
    content: "";
    background-color: #ffee5b;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: none;
    transition: 0.3s ease all;
  }
  .accordionblock.__tabbed .tabpanel-tab::after {
    content: "";
    background-color: #e9479c;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s ease all;
  }
}
.accordionblock.__tabbed .tabpanel-tab.__active {
  border-bottom: none;
  border-radius: 8px;
  background: #a0175f;
  display: flex;
}
@media (min-width: 992px) {
  .accordionblock.__tabbed .tabpanel-tab.__active::before {
    display: block;
    margin-right: 8px;
  }
  .accordionblock.__tabbed .tabpanel-tab.__active::after {
    width: 0%;
  }
}
.accordionblock.__tabbed .tabpanel-panel {
  background: none;
  padding: 0;
}
.accordionblock.__tabbed .tabpanel-content {
  border: none;
}
@media (min-width: 992px) {
  .accordionblock.__tabbed .tabpanel-content {
    padding-left: 29px;
  }
}

.content-slider {
  padding: 56px 0px;
}
.content-slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 28px;
}
@media (min-width: 992px) {
  .content-slider-header {
    margin-bottom: 37px;
  }
}
.content-slider-heading {
  color: #210a2d;
  margin-bottom: 0px;
}
.content-slider .tabpanel-head {
  justify-content: flex-start;
  border-bottom: 0px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: -16px;
  padding: 16px;
}
.content-slider .tabpanel-head::-webkit-scrollbar {
  display: none;
}
.content-slider .tabpanel-tab {
  background-color: #ebe7ed;
  font-size: 0.8888888889rem;
  font-weight: 700;
  padding: 14px 18px;
  transition: all 300ms ease-in-out;
  min-width: -moz-max-content;
  min-width: max-content;
}
.content-slider .tabpanel-tab:first-child {
  border-radius: 100px 0px 0px 100px;
  padding-left: 32px;
}
.content-slider .tabpanel-tab:last-child {
  border-radius: 0px 100px 100px 0px;
  padding-right: 32px;
}
.content-slider .tabpanel-tab.__active {
  color: #E42188;
}
.content-slider .tabpanel-tab:hover, .content-slider .tabpanel-tab:focus {
  color: #E42188;
}
.content-slider .tabpanel-panel {
  background-color: transparent;
  padding: 0px;
}
.content-slider .tabpanel-content {
  border-bottom: 0;
}
.content-slider-item {
  border-radius: 16px;
  overflow: hidden;
  padding: 16px 16px 24px;
  position: relative;
  background-color: #FFFFFF;
}
.content-slider-item-image {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}
.content-slider-item-image .content-slider-item-category {
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 1rem;
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  font-weight: 700;
  color: #FFFFFF;
}
.content-slider-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.content-slider-item-category {
  padding: 8px 12px;
  line-height: 1;
  border-radius: 100px;
}
.content-slider-item-date {
  color: #210a2d;
  margin-bottom: 12px;
}
.content-slider-item-title {
  color: #210a2d;
  margin-bottom: 12px;
}
.content-slider-item-title a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-slider-item-details .location {
  color: #210a2d;
}
.content-slider-item-details .location:before {
  content: "\e945";
  color: #8a7496;
  margin-right: 8px;
}
.content-slider-item-more {
  margin-top: 24px;
  display: inline-block;
}
.content-slider-item.__event {
  border: 1px solid #ad9db5;
}
.content-slider-item.__event .content-slider-item-category {
  background-color: rgba(255, 255, 255, 0.4);
}
.content-slider-item.__event:hover .button, .content-slider-item.__event:hover .submit_wrap button, .submit_wrap .content-slider-item.__event:hover button,
.content-slider-item.__event:hover .form-submit button,
.form-submit .content-slider-item.__event:hover button, .content-slider-item.__event:focus-within .button, .content-slider-item.__event:focus-within .submit_wrap button, .submit_wrap .content-slider-item.__event:focus-within button,
.content-slider-item.__event:focus-within .form-submit button,
.form-submit .content-slider-item.__event:focus-within button {
  margin: 0px 0px 0px 29px;
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #36104a 0);
}
.content-slider-item.__event:hover .button:before, .content-slider-item.__event:hover .submit_wrap button:before, .submit_wrap .content-slider-item.__event:hover button:before,
.content-slider-item.__event:hover .form-submit button:before,
.form-submit .content-slider-item.__event:hover button:before, .content-slider-item.__event:focus-within .button:before, .content-slider-item.__event:focus-within .submit_wrap button:before, .submit_wrap .content-slider-item.__event:focus-within button:before,
.content-slider-item.__event:focus-within .form-submit button:before,
.form-submit .content-slider-item.__event:focus-within button:before {
  left: -30px;
  color: #FFEE5B;
}
.content-slider-item.__challenge {
  padding: 0px;
}
.content-slider-item.__challenge .content-slider-item-image {
  width: 100%;
  margin-bottom: 0px;
  aspect-ratio: 0.7673860911;
}
@supports not (aspect-ratio: 0.7673860911) {
  .content-slider-item.__challenge .content-slider-item-image::before {
    content: "";
    float: left;
    padding-top: calc(417 / 320 * 100%);
  }
  .content-slider-item.__challenge .content-slider-item-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.content-slider-item.__challenge .content-slider-item-category {
  top: 16px;
  left: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 5;
}
.content-slider-item.__challenge .content-slider-item-date {
  color: #FFFFFF;
}
.content-slider-item.__challenge .content-slider-item-title {
  margin-bottom: 16px;
}
.content-slider-item.__challenge .content-slider-item-more {
  margin-top: 0px;
}
.content-slider-item.__challenge .content-slider-item-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 16px 16px 24px;
  justify-content: flex-end;
}
.content-slider-item.__challenge .content-slider-item-content:before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 60%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.content-slider-item.__challenge .content-slider-item-content-wrap {
  z-index: 5;
}
.content-slider-item.__challenge:hover .button, .content-slider-item.__challenge:hover .submit_wrap button, .submit_wrap .content-slider-item.__challenge:hover button,
.content-slider-item.__challenge:hover .form-submit button,
.form-submit .content-slider-item.__challenge:hover button, .content-slider-item.__challenge:focus-within .button, .content-slider-item.__challenge:focus-within .submit_wrap button, .submit_wrap .content-slider-item.__challenge:focus-within button,
.content-slider-item.__challenge:focus-within .form-submit button,
.form-submit .content-slider-item.__challenge:focus-within button {
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #FFFFFF 0);
  margin: 0px 0px 0px 29px;
}
.content-slider-item.__challenge:hover .button:before, .content-slider-item.__challenge:hover .submit_wrap button:before, .submit_wrap .content-slider-item.__challenge:hover button:before,
.content-slider-item.__challenge:hover .form-submit button:before,
.form-submit .content-slider-item.__challenge:hover button:before, .content-slider-item.__challenge:focus-within .button:before, .content-slider-item.__challenge:focus-within .submit_wrap button:before, .submit_wrap .content-slider-item.__challenge:focus-within button:before,
.content-slider-item.__challenge:focus-within .form-submit button:before,
.form-submit .content-slider-item.__challenge:focus-within button:before {
  left: -30px;
  color: #FFEE5B;
}
.content-slider-item.__quote {
  background-color: #E42188;
}
.content-slider-item.__quote:before {
  content: "\e970";
  position: absolute;
  top: -5px;
  right: 0px;
  font-size: 90px;
  color: #a0175f;
}
.content-slider-item.__quote .content-slider-item-category {
  top: 16px;
  left: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 5;
  display: inline-block;
  margin-bottom: 32px;
  color: #FFFFFF;
  font-weight: 700;
}
.content-slider-item.__quote .content-slider-item-quote blockquote {
  margin: 0px 0px 32px;
  font-size: 1.7777777778rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 0.96;
}
.content-slider-item.__quote .content-slider-item-quote blockquote a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-slider-item.__quote .content-slider-item-quote .quote-by {
  color: #FFFFFF;
  font-weight: 700;
}
.content-slider-item.__quote .content-slider-item-quote .quote-from {
  color: #FFFFFF;
}
.content-slider-item.__quote:hover .button, .content-slider-item.__quote:hover .submit_wrap button, .submit_wrap .content-slider-item.__quote:hover button,
.content-slider-item.__quote:hover .form-submit button,
.form-submit .content-slider-item.__quote:hover button, .content-slider-item.__quote:focus-within .button, .content-slider-item.__quote:focus-within .submit_wrap button, .submit_wrap .content-slider-item.__quote:focus-within button,
.content-slider-item.__quote:focus-within .form-submit button,
.form-submit .content-slider-item.__quote:focus-within button {
  margin: 0px 0px 0px 29px;
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #FFFFFF 0);
}
.content-slider-item.__quote:hover .button:before, .content-slider-item.__quote:hover .submit_wrap button:before, .submit_wrap .content-slider-item.__quote:hover button:before,
.content-slider-item.__quote:hover .form-submit button:before,
.form-submit .content-slider-item.__quote:hover button:before, .content-slider-item.__quote:focus-within .button:before, .content-slider-item.__quote:focus-within .submit_wrap button:before, .submit_wrap .content-slider-item.__quote:focus-within button:before,
.content-slider-item.__quote:focus-within .form-submit button:before,
.form-submit .content-slider-item.__quote:focus-within button:before {
  left: -30px;
  color: #FFFFFF !important;
}
.content-slider-item.__blog {
  border: 1px solid #ad9db5;
}
.content-slider-item.__blog .content-slider-item-category {
  background-color: #fce9f3;
  color: #260b34;
  margin-bottom: 12px;
  display: inline-block;
  font-weight: 700;
}
.content-slider-item.__blog .content-slider-item-title {
  margin-bottom: 0px;
}
.content-slider-item.__blog:hover .button, .content-slider-item.__blog:hover .submit_wrap button, .submit_wrap .content-slider-item.__blog:hover button,
.content-slider-item.__blog:hover .form-submit button,
.form-submit .content-slider-item.__blog:hover button, .content-slider-item.__blog:focus-within .button, .content-slider-item.__blog:focus-within .submit_wrap button, .submit_wrap .content-slider-item.__blog:focus-within button,
.content-slider-item.__blog:focus-within .form-submit button,
.form-submit .content-slider-item.__blog:focus-within button {
  margin: 0px 0px 0px 29px;
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #36104a 0);
}
.content-slider-item.__blog:hover .button:before, .content-slider-item.__blog:hover .submit_wrap button:before, .submit_wrap .content-slider-item.__blog:hover button:before,
.content-slider-item.__blog:hover .form-submit button:before,
.form-submit .content-slider-item.__blog:hover button:before, .content-slider-item.__blog:focus-within .button:before, .content-slider-item.__blog:focus-within .submit_wrap button:before, .submit_wrap .content-slider-item.__blog:focus-within button:before,
.content-slider-item.__blog:focus-within .form-submit button:before,
.form-submit .content-slider-item.__blog:focus-within button:before {
  left: -30px;
  color: #FFEE5B;
}

.two-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
@media (min-width: 992px) {
  .two-column {
    gap: 0px;
  }
}
@media (min-width: 992px) {
  .two-column.__textonly .two-column-text-wrap:first-child {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .two-column.__textonly .two-column-text-wrap:first-child {
    padding-right: 75px;
  }
}
.two-column .button-wrap {
  padding-top: 24px;
}
.two-column-image {
  position: relative;
  max-height: 500px;
  margin: 0px -16px;
}
@media (min-width: 992px) {
  .two-column-image {
    margin: 0px;
  }
}
@media (min-width: 768px) {
  .two-column-image img {
    border-radius: 8px;
  }
}
@media (min-width: 992px) {
  .two-column-image img {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}
.two-column.__alt {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .two-column.__alt {
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .two-column {
    flex-direction: row;
  }
  .two-column-text {
    padding-right: 40px;
  }
  .two-column.__alt .two-column-text {
    padding-left: 40px;
    padding-right: unset;
  }
}
@media (min-width: 1200px) {
  .two-column-text {
    padding-right: 75px;
  }
  .two-column.__alt .two-column-text {
    padding-left: 75px;
  }
}
.two-column-block.__campaign {
  background-color: #210a2d;
}
.two-column-block.__campaign.__pink {
  background-color: #E42188;
}
.two-column-block.__campaign .two-column-text {
  padding-top: 80px;
  padding-bottom: 80px;
}
.two-column-block.__campaign .two-column-image {
  position: relative;
  max-height: 10000px;
  min-height: 496px;
}
.two-column-block.__campaign .two-column-image img {
  position: absolute;
  border-radius: 0px;
  top: 0px;
  width: 100vw;
  height: 100%;
  left: 50%;
  max-width: 100vw;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .two-column-block.__campaign .two-column-image img {
    transform: translateX(0%);
    left: 0px;
    width: 50vw;
  }
}
@media (min-width: 992px) {
  .two-column-block.__campaign .two-column.__alt .two-column-image img {
    left: auto;
    right: 0px;
  }
}

/* accordion */
.accordionblock {
  background-color: #E42188;
  padding: 56px 0px;
}
@media (min-width: 1200px) {
  .accordionblock.__tabbed .accordionblock-content .usercontent h2 {
    padding-right: 92px;
  }
}
@media (min-width: 1400px) {
  .accordionblock.__tabbed .accordionblock-content .usercontent h2 {
    padding-right: 120px;
  }
}
.accordionblock-content {
  margin-bottom: 24px;
}
.accordionblock-content .usercontent h2,
.accordionblock-content .usercontent p {
  color: #FFFFFF;
}

.accordion {
  margin: 0px;
  border-radius: 16px;
}
.accordion.__active {
  background-color: #ebe7ed;
}
.accordion.__active .accordion-content .usercontent {
  opacity: 1;
}
.accordion-head {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 700;
  padding: 20px 20px 20px 50px;
  position: relative;
  text-align: left;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 992px) {
  .accordion-head {
    padding: 30px 32px 30px 96px;
    font-size: 1.3333333333rem;
  }
}
.accordion-head::after {
  content: "\e94a";
  color: #210a2d;
  left: 13px;
  top: 20px;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #FFEE5B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: absolute;
}
@media (min-width: 992px) {
  .accordion-head::after {
    width: 32px;
    height: 32px;
    left: 32px;
    top: 32px;
    font-size: 24px;
  }
}
.accordion-head.__active {
  color: #161616;
}
.accordion-head.__active::after {
  transform: rotate(225deg);
}
.accordion-head:hover:after, .accordion-head:focus:after {
  background-color: #fff7ae;
}
.accordion-content {
  margin-top: -15px;
  padding: 0px 20px 20px 50px;
  display: none;
}
@media (min-width: 992px) {
  .accordion-content {
    padding: 0px 32px 32px 96px;
  }
}
.accordion-content .usercontent {
  opacity: 0;
  transition: opactiy 0.3s ease all;
}

.videoblock {
  padding: 56px 0px;
}
@media (min-width: 992px) {
  .videoblock {
    padding: 115px 0px;
  }
}
.videoblock-content {
  padding-bottom: 32px;
  text-align: center;
}

.video,
.video-youtube, .video-mp4 {
  aspect-ratio: 1.7777777778;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
}
@supports not (aspect-ratio: 1.7777777778) {
  .video::before,
  .video-youtube::before, .video-mp4::before {
    content: "";
    float: left;
    padding-top: calc(9 / 16 * 100%);
  }
  .video::after,
  .video-youtube::after, .video-mp4::after {
    content: "";
    display: block;
    clear: both;
  }
}
.video-image,
.video-youtube-image, .video-mp4-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-image img,
.video-youtube-image img, .video-mp4-image img {
  border-radius: 24px;
}
.video-description,
.video-youtube-description, .video-mp4-description {
  width: calc(100% - 20px);
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  text-align: initial;
  display: none;
}
@media (min-width: 992px) {
  .video-description,
  .video-youtube-description, .video-mp4-description {
    display: block;
  }
}
.video:hover .videoplay, .video:focus .videoplay,
.video-youtube:hover .videoplay,
.video-youtube:focus .videoplay, .video-mp4:hover .videoplay, .video-mp4:focus .videoplay {
  background: rgb(9.25, 9.25, 9.25);
}
.video:hover .videoplay .videoplay-icon:after, .video:focus .videoplay .videoplay-icon:after,
.video-youtube:hover .videoplay .videoplay-icon:after,
.video-youtube:focus .videoplay .videoplay-icon:after, .video-mp4:hover .videoplay .videoplay-icon:after, .video-mp4:focus .videoplay .videoplay-icon:after {
  color: #FFFFFF;
}

.videoplay {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #E42188;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoplay-icon {
  position: relative;
  transition: all 0.3s;
}
.videoplay-icon::after {
  content: "\e949";
  color: #121212;
  font-size: 32px;
}

.image-slider {
  position: relative;
  padding: 56px 0px;
}
.image-slider-title {
  text-align: center;
  margin-bottom: 52px;
  color: #210a2d;
}
.image-slider-items {
  overflow: hidden;
}
.image-slider-items-slider-wrap {
  position: relative;
  margin: 0px;
}
.image-slider-items-slider-wrap .swiper-buttons {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .image-slider-items-slider-wrap .swiper-buttons {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 5;
    width: calc(100% + 120px);
    justify-content: space-between;
    margin: 0px -60px;
  }
}
.image-slider-items-slider {
  overflow: hidden;
}
.image-slider-item-wrap .image-slider-item-content {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  margin-top: 14px;
}
@media (min-width: 992px) {
  .image-slider-item-wrap .image-slider-item-content {
    position: absolute;
    bottom: 14px;
    left: 17px;
    width: calc(100% - 34px);
  }
}
.image-slider-item-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1.8278145695;
}
@supports not (aspect-ratio: 1.8278145695) {
  .image-slider-item-image::before {
    content: "";
    float: left;
    padding-top: calc(604 / 1104 * 100%);
  }
  .image-slider-item-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.image-slider-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: translate(-50%, -50%);
}
.image-slider-item-title {
  color: #210a2d;
}
.image-slider .swiper-pagination {
  margin-top: 52px;
}

.table-wrap {
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #ad9db5;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.table-wrap::-webkit-scrollbar {
  display: none;
}
.table-content {
  padding: 24px;
}
.table-content .h1, .table-content .usercontent h1, .usercontent .table-content h1,
.table-content .mce-content-body h1,
.mce-content-body .table-content h1, .table-content .h2, .table-content .gform_wrapper.gform-theme--orbital .gform_heading .gform_title, .gform_wrapper.gform-theme--orbital .gform_heading .table-content .gform_title, .table-content .usercontent h2, .usercontent .table-content h2,
.table-content .mce-content-body h2,
.mce-content-body .table-content h2, .table-content .h3, .table-content .usercontent h3, .usercontent .table-content h3,
.table-content .mce-content-body h3,
.mce-content-body .table-content h3, .table-content .h4, .table-content .usercontent h4, .usercontent .table-content h4,
.table-content .mce-content-body h4,
.mce-content-body .table-content h4, .table-content .h5, .table-content .usercontent h5, .usercontent .table-content h5,
.table-content .mce-content-body h5,
.mce-content-body .table-content h5, .table-content .h6, .table-content .usercontent h6, .usercontent .table-content h6,
.table-content .mce-content-body h6,
.mce-content-body .table-content h6 {
  margin-bottom: 8px;
}
.table table {
  width: 100%;
  border-collapse: collapse;
}
.table table thead {
  text-align: left;
  background-color: #ebe7ed;
  border-bottom: 1px solid #ad9db5;
}
.table table thead th {
  padding: 9px 18px;
  font-size: 1rem;
}
@media (min-width: 992px) {
  .table table thead th {
    padding: 9px 24px;
    font-size: 1.3333333333rem;
  }
}
.table table tbody tr {
  border-bottom: 1px solid #ad9db5;
}
.table table tbody tr:last-child {
  border-bottom: 0px;
}
.table table tbody tr td {
  padding: 18px;
  font-size: 0.8888888889rem;
  background-color: #f0f0f0;
}
@media (min-width: 992px) {
  .table table tbody tr td {
    padding: 28px 24px;
    font-size: 1.1111111111rem;
  }
}

.benefits-slider-content {
  margin-bottom: 32px;
  text-align: center;
}
.benefits-slider-content-title {
  color: #260b34;
}
.benefits-slider-content-description {
  color: #210a2d;
}
.benefits-slider .swiper-slide {
  height: auto;
}
.benefits-slider-item {
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 32px;
  text-align: center;
  height: 100%;
}
.benefits-slider-item-image {
  margin-bottom: 24px;
  aspect-ratio: 1;
  position: relative;
}
@supports not (aspect-ratio: 1) {
  .benefits-slider-item-image::before {
    content: "";
    float: left;
    padding-top: calc(1 / 1 * 100%);
  }
  .benefits-slider-item-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.benefits-slider-item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transform: translate(-50%, -50%);
}
.benefits-slider-item-title {
  margin-bottom: 0px;
  color: #260b34;
}

.events-row {
  margin: 0px -7.5px;
}
.events-col {
  padding: 0px 7.5px 19px;
}
.events-item {
  position: relative;
  height: 100%;
  background-color: #E42188;
  border-radius: 16px;
}
.events-item:hover .events-item-wrap, .events-item:focus-within .events-item-wrap {
  transform: rotate(2deg) translate(12px, -12px);
}
.events-item.__featured {
  height: auto;
}
.events-item.__featured .events-col {
  padding-bottom: 0px;
}
.events-item.__featured .events-item-wrap {
  height: auto;
}
.events-item.__featured .events-item-image {
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .events-item.__featured .events-item-image {
    margin-bottom: 0px;
  }
}
.events-item.__featured .events-item-content {
  padding: 0px 16px;
}
@media (min-width: 1200px) {
  .events-item.__featured .events-item-content {
    padding: 0px 41px;
  }
}
.events-item-wrap {
  padding: 16px 16px 24px;
  background-color: #FFFFFF;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 300ms ease-in-out;
}
.events-item-image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1.6666666667;
  position: relative;
  background-color: #8a7496;
  margin-bottom: 24px;
}
@supports not (aspect-ratio: 1.6666666667) {
  .events-item-image::before {
    content: "";
    float: left;
    padding-top: calc(240 / 400 * 100%);
  }
  .events-item-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.events-item-image-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.events-item-content {
  padding: 0px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.events-item-date {
  color: #210a2d;
  font-size: 1rem;
  margin-bottom: 12px;
}
.events-item-title {
  color: #210a2d;
  margin-bottom: 12px;
}
.events-item-title a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.events-item-details {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.events-item-details .location {
  color: #210a2d;
}
.events-item-details .location:before {
  content: "\e945";
  color: #8a7496;
  margin-right: 8px;
}
.events-item-details .distance {
  color: #210a2d;
}
.events-item-details .distance:before {
  content: "\e973";
  color: #8a7496;
  margin-right: 8px;
}
.events-item-more {
  display: inline-block;
  margin-top: auto;
}
.events-item:hover .button, .events-item:hover .submit_wrap button, .submit_wrap .events-item:hover button,
.events-item:hover .form-submit button,
.form-submit .events-item:hover button, .events-item:focus-within .button, .events-item:focus-within .submit_wrap button, .submit_wrap .events-item:focus-within button,
.events-item:focus-within .form-submit button,
.form-submit .events-item:focus-within button {
  background: #CD1777;
  color: #FFFFFF;
  padding: 10px 40px 10px 30px;
}
.events-item:hover .button:before, .events-item:hover .submit_wrap button:before, .submit_wrap .events-item:hover button:before,
.events-item:hover .form-submit button:before,
.form-submit .events-item:hover button:before, .events-item:focus-within .button:before, .events-item:focus-within .submit_wrap button:before, .submit_wrap .events-item:focus-within button:before,
.events-item:focus-within .form-submit button:before,
.form-submit .events-item:focus-within button:before {
  left: calc(0% - 14px);
}
.events-item:hover .button:after, .events-item:hover .submit_wrap button:after, .submit_wrap .events-item:hover button:after,
.events-item:hover .form-submit button:after,
.form-submit .events-item:hover button:after, .events-item:focus-within .button:after, .events-item:focus-within .submit_wrap button:after, .submit_wrap .events-item:focus-within button:after,
.events-item:focus-within .form-submit button:after,
.form-submit .events-item:focus-within button:after {
  left: calc(100% - 27px);
}

.blogs-row {
  margin: 0px -7.5px;
}
.blogs-col {
  padding: 0px 7.5px 19px;
}
.blogs-item {
  position: relative;
  height: 100%;
  background-color: #E42188;
  border-radius: 16px;
}
.blogs-item:hover .blogs-item-wrap, .blogs-item:focus-within .blogs-item-wrap {
  transform: rotate(2deg) translate(12px, -12px);
}
.blogs-item-wrap {
  padding: 16px 16px 24px;
  background-color: #FFFFFF;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 300ms ease-in-out;
}
.blogs-item-image {
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1.6666666667;
  position: relative;
  background-color: #8a7496;
  margin-bottom: 24px;
}
@supports not (aspect-ratio: 1.6666666667) {
  .blogs-item-image::before {
    content: "";
    float: left;
    padding-top: calc(240 / 400 * 100%);
  }
  .blogs-item-image::after {
    content: "";
    display: block;
    clear: both;
  }
}
.blogs-item-image-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blogs-item-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blogs-item-title {
  color: #210a2d;
  margin-bottom: 12px;
}
.blogs-item-title a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blogs-item-description {
  font-size: 1rem;
  color: #210a2d;
  margin-bottom: 24px;
  max-width: 240px;
}
.blogs-item-more {
  display: inline-block;
  margin-top: auto;
}
.blogs-item:hover .button, .blogs-item:hover .submit_wrap button, .submit_wrap .blogs-item:hover button,
.blogs-item:hover .form-submit button,
.form-submit .blogs-item:hover button, .blogs-item:focus-within .button, .blogs-item:focus-within .submit_wrap button, .submit_wrap .blogs-item:focus-within button,
.blogs-item:focus-within .form-submit button,
.form-submit .blogs-item:focus-within button {
  margin: 0px 0px 0px 29px;
  background-size: 100% 1px;
  background-image: linear-gradient(transparent calc(100% - 5px), #36104a 0);
}
.blogs-item:hover .button:before, .blogs-item:hover .submit_wrap button:before, .submit_wrap .blogs-item:hover button:before,
.blogs-item:hover .form-submit button:before,
.form-submit .blogs-item:hover button:before, .blogs-item:focus-within .button:before, .blogs-item:focus-within .submit_wrap button:before, .submit_wrap .blogs-item:focus-within button:before,
.blogs-item:focus-within .form-submit button:before,
.form-submit .blogs-item:focus-within button:before {
  left: -30px;
  color: #FFEE5B;
}

.media-wrap {
  padding: 16px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
.media-slider-items-slider {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .media-slider-items-slider {
    margin-bottom: 0px;
    margin-right: 46px;
  }
}
.media-slider-items-slider:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 5;
}
.media-slider-items-slider .swiper-controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 35px 39px;
  width: 100%;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 35px;
}
.media-slider-items-slider .swiper-controls .swiper-buttons .button, .media-slider-items-slider .swiper-controls .swiper-buttons .submit_wrap button, .submit_wrap .media-slider-items-slider .swiper-controls .swiper-buttons button,
.media-slider-items-slider .swiper-controls .swiper-buttons .form-submit button,
.form-submit .media-slider-items-slider .swiper-controls .swiper-buttons button {
  margin: 0px;
}
.media-slider-items-slider .swiper-controls .swiper-pagination {
  margin-top: 0px;
}
.media-slider-items-slider .swiper-controls .swiper-pagination.swiper-pagination-horizontal {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background-color: transparent;
}
.media-slider-items-slider .swiper-controls .swiper-pagination-bullet {
  margin: 0px;
  flex-grow: 1;
  background: rgba(235, 231, 237, 0.6);
  border-radius: 16px;
  opacity: 1;
  height: 5px;
}
.media-slider-items-slider .swiper-controls .swiper-pagination-bullet-active {
  background-color: #E42188;
}
.media-text-description {
  color: #583969;
  border-bottom: 1px solid #ad9db5;
  padding-bottom: 17px;
  margin-bottom: 17px;
  font-size: 1.1111111111rem;
}
.media-text-enquiries {
  color: #583969;
  font-size: 1.1111111111rem;
}
.media-text-contact-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 17px 0px;
}
.media-text-contact-detail {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.media-text-contact-detail .detail {
  min-width: 160px;
}
.media-text-contact-detail .detail a {
  font-weight: 400;
  color: #210a2d;
  text-align: left;
  font-size: 1rem;
}
.media-text-contact-detail .detail a.phone:before {
  content: "\e93a";
}
.media-text-contact-detail .detail a.email:before {
  content: "\e92f";
}

.formblock {
  padding: 56px 0px;
}
@media (min-width: 992px) {
  .formblock {
    padding: 131px 0px;
  }
}
.formblock-title {
  color: #210a2d;
}

.iframeblock iframe {
  width: 100%;
  aspect-ratio: 1.7777777778;
  border-radius: 16px;
  overflow: hidden;
}
@supports not (aspect-ratio: 1.7777777778) {
  .iframeblock iframe::before {
    content: "";
    float: left;
    padding-top: calc(9 / 16 * 100%);
  }
  .iframeblock iframe::after {
    content: "";
    display: block;
    clear: both;
  }
}

.gform_wrapper.gform-theme--orbital .gform_fields {
  row-gap: 0;
}
.gform_wrapper.gform-theme--orbital .gfield {
  /* Input types */
}
.gform_wrapper.gform-theme--orbital .gfield_label {
  color: #000000;
  font-weight: 400;
  line-height: 1.11;
}
.gform_wrapper.gform-theme--orbital .gfield_required, .gform_wrapper.gform-theme--orbital .gfield_required.gfield_required_custom {
  color: #000000;
  font-style: normal;
  font-size: 0.8888888889rem;
  text-transform: lowercase;
}
.gform_wrapper.gform-theme--orbital .gfield input[type=date],
.gform_wrapper.gform-theme--orbital .gfield input[type=datetime-local],
.gform_wrapper.gform-theme--orbital .gfield input[type=email],
.gform_wrapper.gform-theme--orbital .gfield input[type=file],
.gform_wrapper.gform-theme--orbital .gfield input[type=month],
.gform_wrapper.gform-theme--orbital .gfield input[type=number],
.gform_wrapper.gform-theme--orbital .gfield input[type=password],
.gform_wrapper.gform-theme--orbital .gfield input[type=range],
.gform_wrapper.gform-theme--orbital .gfield input[type=search],
.gform_wrapper.gform-theme--orbital .gfield input[type=tel],
.gform_wrapper.gform-theme--orbital .gfield input[type=text],
.gform_wrapper.gform-theme--orbital .gfield input[type=time],
.gform_wrapper.gform-theme--orbital .gfield input[type=url],
.gform_wrapper.gform-theme--orbital .gfield input[type=week],
.gform_wrapper.gform-theme--orbital .gfield textarea,
.gform_wrapper.gform-theme--orbital .gfield select,
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--multiple,
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--single {
  color: #000000;
  background: #FFFFFF;
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 0.8888888889rem;
  line-height: 1.2;
  border: 1px solid #ad9db5;
  border-radius: 8px;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 13px 14px;
  min-height: 48px;
  transition: all 200ms;
  box-sizing: border-box;
  color: #260b34;
  font-weight: 700;
}
.gform_wrapper.gform-theme--orbital .gfield input[type=date]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=datetime-local]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=email]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=file]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=month]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=number]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=password]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=range]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=search]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=tel]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=text]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=time]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=url]:focus,
.gform_wrapper.gform-theme--orbital .gfield input[type=week]:focus,
.gform_wrapper.gform-theme--orbital .gfield textarea:focus,
.gform_wrapper.gform-theme--orbital .gfield select:focus,
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--multiple:focus,
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--single:focus {
  border-color: #E42188;
}
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--single {
  padding: 9px 14px;
}
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--multiple {
  padding: 0px;
  height: auto !important;
  border: 0px solid #ad9db5;
  background-color: transparent;
}
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--multiple .select2-selection__rendered {
  margin-bottom: 10px;
  gap: 10px;
}
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--multiple .select2-selection__choice {
  padding: 9px 15px !important;
  position: relative;
}
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  position: static;
  box-shadow: none;
  padding: 0px;
  margin-right: 0px;
  display: contents;
}
.gform_wrapper.gform-theme--orbital .gfield .select2-css.select2-selection--multiple .select2-search__field {
  width: 100% !important;
  height: 48px;
}
.gform_wrapper.gform-theme--orbital .gfield .add_list_item, .gform_wrapper.gform-theme--orbital .gfield .delete_list_item {
  background: #E42188 !important;
}
.gform_wrapper.gform-theme--orbital .gfield .add_list_item:hover, .gform_wrapper.gform-theme--orbital .gfield .add_list_item:focus, .gform_wrapper.gform-theme--orbital .gfield .delete_list_item:hover, .gform_wrapper.gform-theme--orbital .gfield .delete_list_item:focus {
  background: #8b1453 !important;
}
.gform_wrapper.gform-theme--orbital .ginput_container {
  margin-top: 5px;
  margin-bottom: 20px;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_complex .gform-grid-col input {
  margin-bottom: 10px;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_checkbox .gfield_checkbox {
  flex-direction: row;
  flex-wrap: wrap;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_checkbox .gchoice {
  color: #000000;
  cursor: pointer;
  display: block;
  margin: 0 0 15px 0;
  min-height: 20px;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_checkbox .gchoice::before {
  content: "";
  border: 1px solid #ad9db5;
  border-radius: 4px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
  transition: 0.3s ease all;
  pointer-events: none;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_checkbox .gchoice::after {
  content: "\e95c";
  font-size: 19px;
  color: #E42188;
  position: absolute;
  top: 2px;
  left: 4px;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_checkbox .gchoice.__checked::before {
  background: #DBE7E8;
  border-color: #E42188;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_checkbox .gchoice.__checked::after {
  opacity: 1;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_checkbox .gchoice.__focused::before {
  border-color: rgb(187.2289156627, 22.7710843373, 109.6385542169);
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_checkbox .gchoice input[type=checkbox] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0 !important;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gfield_radio {
  flex-direction: row;
  flex-wrap: wrap;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gchoice {
  position: relative;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gchoice input[type=radio] {
  position: absolute;
  margin: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0 !important;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gchoice label {
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  cursor: pointer;
  color: #000000;
  display: flex;
  align-items: center;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gchoice label::before, .gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gchoice label::after {
  display: block;
  width: 24px;
  height: 24px;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gchoice label:before {
  content: "";
  border: 1px solid #ad9db5;
  border-radius: 50%;
  background: #FFFFFF;
  position: relative;
  color: transparent;
  transform: none;
  margin-right: 12px;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gchoice label::after {
  transform: scale(0.4);
  content: "";
  background-color: #E42188;
  opacity: 0;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  color: transparent;
  transition: 0.3s ease all;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gchoice.__checked label::before {
  background-color: #DBE7E8;
  border-color: #E42188;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_radio .gchoice.__checked label::after {
  opacity: 1;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_select .select2 .select2-selection--single {
  height: auto;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_multiselect {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 992px) {
  .gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_multiselect .select2 .select2-selection--multiple {
    height: 160px;
  }
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_multiselect .select2 .select2-selection--multiple .select2-selection__rendered {
  flex-wrap: wrap;
  row-gap: 10px;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(228, 33, 136, 0.2);
  border: none;
  border-radius: 30px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 15px 30px;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  border: none;
  color: #E42188;
  font-size: 1.3333333333rem;
  font-weight: 400;
  height: 100%;
  margin-right: 8px;
  left: 15px;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_multiselect .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__display {
  padding-left: 10px;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_consent {
  color: #000000;
  cursor: pointer;
  display: block;
  margin: 5px 0 20px 0;
  min-height: 20px;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_consent::before {
  content: "";
  border: 1px solid #ad9db5;
  border-radius: 4px;
  background: #FFFFFF;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -1px;
  left: 0;
  color: transparent;
  transition: 0.3s ease all;
  pointer-events: none;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_consent::after {
  content: "\e95c";
  font-size: 19px;
  color: #E42188;
  position: absolute;
  top: 2px;
  left: 4px;
  opacity: 0;
  transition: 0.3s ease all;
  pointer-events: none;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_consent.__checked::before {
  background: #DBE7E8;
  border-color: #E42188;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_consent.__checked::after {
  opacity: 1;
}
.gform_wrapper.gform-theme--orbital .ginput_container.ginput_container_consent input[type=checkbox] {
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0 !important;
}
.gform_wrapper.gform-theme--orbital .gform_heading .gform_description {
  margin-bottom: 20px;
}
.gform_wrapper.gform-theme--orbital .gform_footer .gform_button {
  margin-left: auto !important;
  background: #E42188 !important;
  color: #FFFFFF;
  display: inline-block !important;
  font-weight: 700 !important;
  padding: 14px 40px !important;
  border: none !important;
  border-radius: 100px !important;
  text-align: center !important;
  text-decoration: none;
  font-size: 0.8888888889rem !important;
  text-transform: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  border: 2px solid transparent !important;
}

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