@charset "UTF-8";
/*!
 * Bootstrap Grid v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

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

.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: 1px solid #dee2e6 !important;
}

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

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

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

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

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

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

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

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-0 {
  border-width: 0 !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;
}

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

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

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

.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-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

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

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

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

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

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

.text-reset {
  color: inherit !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;
}

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: 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-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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.75rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.75rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.75rem !important;
  }
  .fs-lg-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-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;
  }
}
.overlay-blue {
  background-color: #0042DD !important;
}

.overlay-blue_light {
  background-color: #3D6FE5 !important;
}

.overlay-blue_dark {
  background-color: #0033AD !important;
}

.overlay-off_white {
  background-color: #F5F2F1 !important;
}

.overlay-white {
  background-color: white !important;
}

.overlay-black {
  background-color: #1D1E1F !important;
}

.overlay-grey {
  background-color: #d2d3d6 !important;
}

.background-blue {
  background-color: #0042DD !important;
}
.background-blue .card-default a, .background-blue .card-promotion a {
  background: #0042DD !important;
}

.background-blue_light {
  background-color: #3D6FE5 !important;
}
.background-blue_light .card-default a, .background-blue_light .card-promotion a {
  background: #3D6FE5 !important;
}

.background-blue_dark {
  background-color: #0033AD !important;
}
.background-blue_dark .card-default a, .background-blue_dark .card-promotion a {
  background: #0033AD !important;
}

.background-off_white {
  background-color: #F5F2F1 !important;
}
.background-off_white .card-default a, .background-off_white .card-promotion a {
  background: #F5F2F1 !important;
}

.background-white {
  background-color: white !important;
}
.background-white .card-default a, .background-white .card-promotion a {
  background: white !important;
}

.background-black {
  background-color: #1D1E1F !important;
}
.background-black .card-default a, .background-black .card-promotion a {
  background: #1D1E1F !important;
}

.background-grey {
  background-color: #d2d3d6 !important;
}
.background-grey .card-default a, .background-grey .card-promotion a {
  background: #d2d3d6 !important;
}

.text-blue {
  color: #0042DD !important;
}
.text-blue * {
  color: #0042DD !important;
}
.text-blue strong {
  -webkit-text-stroke-color: #0042DD !important;
  color: transparent !important;
}

.text-blue_light {
  color: #3D6FE5 !important;
}
.text-blue_light * {
  color: #3D6FE5 !important;
}
.text-blue_light strong {
  -webkit-text-stroke-color: #3D6FE5 !important;
  color: transparent !important;
}

.text-blue_dark {
  color: #0033AD !important;
}
.text-blue_dark * {
  color: #0033AD !important;
}
.text-blue_dark strong {
  -webkit-text-stroke-color: #0033AD !important;
  color: transparent !important;
}

.text-off_white {
  color: #F5F2F1 !important;
}
.text-off_white * {
  color: #F5F2F1 !important;
}
.text-off_white strong {
  -webkit-text-stroke-color: #F5F2F1 !important;
  color: transparent !important;
}

.text-white {
  color: white !important;
}
.text-white * {
  color: white !important;
}
.text-white strong {
  -webkit-text-stroke-color: white !important;
  color: transparent !important;
}

.text-black {
  color: #1D1E1F !important;
}
.text-black * {
  color: #1D1E1F !important;
}
.text-black strong {
  -webkit-text-stroke-color: #1D1E1F !important;
  color: transparent !important;
}

.text-grey {
  color: #d2d3d6 !important;
}
.text-grey * {
  color: #d2d3d6 !important;
}
.text-grey strong {
  -webkit-text-stroke-color: #d2d3d6 !important;
  color: transparent !important;
}

.border-color-blue {
  border-color: #0042DD !important;
}
.border-color-blue_light {
  border-color: #3D6FE5 !important;
}
.border-color-blue_dark {
  border-color: #0033AD !important;
}
.border-color-off_white {
  border-color: #F5F2F1 !important;
}
.border-color-white {
  border-color: white !important;
}
.border-color-black {
  border-color: #1D1E1F !important;
}
.border-color-grey {
  border-color: #d2d3d6 !important;
}
.card-height-tiny {
  height: 30vh;
}

.card-height-small {
  height: 20vh;
}

.card-height-medium {
  height: 30vh;
}

.card-height-large {
  height: 40vh;
}

.card-height-extra_large {
  height: 50vh;
}

.banner-height-tiny {
  min-height: 30vh !important;
}

.banner-height-small {
  min-height: 40vh !important;
}

.banner-height-medium {
  min-height: 60vh !important;
}

.banner-height-large {
  min-height: 78vh !important;
}

.banner-height-extra_large {
  min-height: 85vh !important;
}

.block-padding-none {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.block-padding-small {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.block-padding-medium {
  padding-top: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .block-padding-medium {
    padding-top: 5rem;
  }
}
.block-padding-medium {
  padding-bottom: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .block-padding-medium {
    padding-bottom: 5rem;
  }
}

.block-padding-large {
  padding-top: calc(1.8125rem + 6.75vw);
}
@media (min-width: 1200px) {
  .block-padding-large {
    padding-top: 6.875rem;
  }
}
.block-padding-large {
  padding-bottom: calc(1.8125rem + 6.75vw);
}
@media (min-width: 1200px) {
  .block-padding-large {
    padding-bottom: 6.875rem;
  }
}

.block-margin-none {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.block-margin-small {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.block-margin-medium {
  margin-top: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .block-margin-medium {
    margin-top: 5rem;
  }
}
.block-margin-medium {
  margin-bottom: calc(1.625rem + 4.5vw);
}
@media (min-width: 1200px) {
  .block-margin-medium {
    margin-bottom: 5rem;
  }
}

.block-margin-large {
  margin-top: calc(1.8125rem + 6.75vw);
}
@media (min-width: 1200px) {
  .block-margin-large {
    margin-top: 6.875rem;
  }
}
.block-margin-large {
  margin-bottom: calc(1.8125rem + 6.75vw);
}
@media (min-width: 1200px) {
  .block-margin-large {
    margin-bottom: 6.875rem;
  }
}

@font-face {
  font-family: "gilroy-bold";
  src: url("../fonts/gilroy-bold-webfont.woff2") format("woff2"), url("../fonts/gilroy-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gilroy-regular";
  src: url("../fonts/gilroy-regular-webfont.woff2") format("woff2"), url("../fonts/gilroy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Youth";
  src: url("../fonts/Youth-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Youth";
  src: url("../fonts/Youth-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Youth";
  src: url("../fonts/Youth-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Youth";
  src: url("../fonts/Youth-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px auto;
}

.clear-me:before,
.clear-me:after {
  content: "";
  display: table;
}

.clear-me:after {
  clear: both;
}

#nav-toggle, #mobile-nav, #mobile-detect, #ccccc, #nav-toggle {
  display: none;
}

img {
  max-width: 100%;
}

html {
  font: 16px "Youth", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1,
.h1 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.56875rem + 3.825vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 4.4375rem;
  }
}
h1,
.h1 {
  padding-bottom: 0.625rem;
  line-height: 0.95;
  letter-spacing: -0.01em;
  font-weight: 700;
}
h1 strong,
.h1 strong {
  font-weight: 700;
}

h2,
.h2 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.75rem;
  }
}
h2,
.h2 {
  padding-bottom: 0.9375rem;
  line-height: 0.95;
  letter-spacing: -0.01em;
  font-weight: 700;
}
h2 strong,
.h2 strong {
  font-style: italic;
  font-weight: 700;
}

h3,
.h3 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.4375rem + 2.25vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 3.125rem;
  }
}
h3,
.h3 {
  padding-bottom: 0.9375rem;
  font-weight: 700;
  line-height: 1;
}
h3 strong,
.h3 strong {
  font-weight: 700;
}

h4,
.h4 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.625rem;
  }
}
h4,
.h4 {
  padding-bottom: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
}

h5,
.h5 {
  font-size: calc(1.26875rem + 0.225vw);
}
@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.4375rem;
  }
}
h5,
.h5 {
  font-weight: 400;
  padding-bottom: 0.9375rem;
  text-transform: uppercase;
}

h6,
.h6 {
  font: 16px "Youth", sans-serif;
  font-size: 1.125rem;
}

body {
  color: #1D1E1F;
  background: #F5F2F1;
}

p,
li,
td,
th {
  font: 16px "Youth", sans-serif;
  font-size: 1.125rem;
  padding-bottom: 1.25rem;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.25px;
}
p strong,
li strong,
td strong,
th strong {
  font-family: "gilroy-bold";
  font-weight: 400;
}

li {
  padding-bottom: 0;
}

table h2,
table h3,
table h4,
table h5,
table h6 {
  padding-bottom: 0;
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}

table p a {
  color: black !important;
}
table p {
  line-height: 1.2 !important;
  padding: 0 !important;
  font-size: 16px !important;
}
table {
  border-collapse: collapse;
  margin: 25px 0;
  width: 100%;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
table thead tr {
  background-color: #009879;
  color: #ffffff;
  text-align: left;
}
table th {
  font-size: 1.2em;
}
table th,
table td {
  padding: 12px 15px;
}
table tbody tr {
  border-bottom: 1px solid #dddddd;
  background: white;
  color: black;
}
table tbody tr:first-child {
  background: #070538 !important;
  color: white;
}
table tbody tr:first-child th,
table tbody tr:first-child p {
  font-weight: bold !important;
  font: 16px "Barlow", sans-serif;
  text-transform: uppercase;
  font-size: 18px !important;
  text-align: center;
}
table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
  color: black !important;
}
table tbody tr:last-of-type {
  border-bottom: 2px solid #0033AD;
}
table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
p {
  line-height: 1.6 !important;
}

.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5 {
  text-transform: none;
}
.user-content h2 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  .user-content h2 {
    font-size: 2.625rem;
  }
}
.user-content h2 {
  font-weight: 800;
}
.user-content h3 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .user-content h3 {
    font-size: 2rem;
  }
}
.user-content h3 {
  font-weight: 600;
}
.user-content .blockquote,
.user-content blockquote {
  line-height: 1.8;
  margin-bottom: 2em;
  border-left: 3px solid #333;
  padding-left: 2em;
  margin-left: 2em;
  font-style: italic;
  margin-bottom: 2em;
  margin-top: 2em;
  margin-bottom: 4em;
  margin-right: 2em;
}
.user-content .blockquote strong,
.user-content blockquote strong {
  display: block;
  text-align: right;
  font-size: 1.2em;
}
.user-content ul,
.user-content ol {
  list-style: initial;
  margin-left: 2em;
  margin-bottom: 1em;
}
.user-content ul li,
.user-content ol li {
  font-weight: 500 !important;
  list-style: initial;
}
.user-content ol,
.user-content ol li {
  list-style: numeric !important;
}
.style-guide-element header {
  border-bottom: 1px solid black;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
.style-guide-element .type-row {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}
.style-guide-element .type-row > div:first-child h3 {
  padding-bottom: 0;
}
.style-guide-element .type-row > div:first-child p {
  padding-bottom: 0;
}
.style-guide-element .colour-row .colour-block {
  height: 200px;
  margin-bottom: 15px;
}

.row__header {
  margin-bottom: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  .row__header {
    margin-bottom: 2.25rem;
  }
}

iframe {
  max-width: 100% !important;
}

.columns-1, .columns-2, .columns-3, .columns-4, .columns-5 {
  display: flex;
  flex-wrap: wrap;
}

.columns-1 > div, .columns-1 > li {
  width: 100%;
}

.columns-2 > div, .columns-2 > li {
  width: 50%;
}
@media (max-width: 767.98px) {
  .columns-2 > div, .columns-2 > li {
    width: 100%;
  }
}

.columns-3 > div, .columns-3 > li {
  width: 33.3333%;
}
@media (max-width: 767.98px) {
  .columns-3 > div, .columns-3 > li {
    width: 100%;
  }
}

.columns-4 > div, .columns-4 > li {
  width: 25%;
}
@media (max-width: 767.98px) {
  .columns-4 > div, .columns-4 > li {
    width: 50%;
  }
}

.columns-5 > div, .columns-5 > li {
  width: 20%;
}
@media (max-width: 767.98px) {
  .columns-5 > div, .columns-5 > li {
    width: 50%;
  }
}

.h1-splash {
  display: inline-block;
  position: relative;
}
.h1-splash * {
  position: relative;
  z-index: 5;
}
.h1-splash h1:after, .h1-splash h1:after {
  background-image: url("../img/heading-splash.png");
  position: absolute;
  top: -25%;
  left: -30%;
  height: -50%;
  width: 160%;
  height: 160%;
  background-position: center;
  background-size: 100% 100%;
  z-index: -1;
  content: "";
}
.h1-splash h1 h1, .h1-splash h1 h1 {
  position: relative;
}

.background-white, .background-transparent {
  color: #0042DD !important;
}
.background-white h2, .background-transparent h2 {
  color: #0042DD;
}
.background-black, .background-blue, .background-blue_light {
  color: white;
}
.background-black a, .background-blue a, .background-blue_light a {
  color: white;
}

.background-black .background-white * {
  color: black;
}
.background-blue_dark {
  color: white;
}
.background-blue_dark.button {
  color: #000 !important;
  background: white;
}

.background-blue {
  color: white;
}
.background-blue .title-colour {
  color: white;
}
.background-blue .button {
  background: white !important;
  color: #0042DD !important;
}

.shadow-bottom {
  position: relative;
  box-shadow: 0 40px 40px -40px rgba(0, 0, 0, 0.5);
}

.background-overhang-left, .background-overhang-right {
  position: relative;
}
.background-overhang-left:before, .background-overhang-right:before {
  width: 100%;
  right: 100%;
  content: "";
  background: inherit;
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  object-fit: cover;
}

.content-block {
  position: relative;
}

.splide__arrow {
  margin: 0 10px;
}

.splide__arrow:focus svg, .splide__arrow:hover svg {
  fill: white;
}

body .splide__pagination__page {
  background: #1D1E1F;
}
.background-red .splide__pagination__page.is-active {
  background: white !important;
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .browser-box {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.5);
}

a {
  color: inherit;
}
a:visited {
  color: inherit;
}

.button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit] {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit] {
    padding-left: 1.5625rem;
  }
}
.button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit] {
  padding-right: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit] {
    padding-right: 1.5625rem;
  }
}
.button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit] {
  letter-spacing: -0.25px;
  color: white;
  border: 0px solid black;
  line-height: 0.8;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit] {
    font-size: 1.5rem;
  }
}
.button-box .button, .form-style button, .button-box .button:visited, form button, input[type=submit] {
  text-transform: uppercase;
  font-weight: 800;
  background: #0042DD;
  cursor: pointer;
  transition: all 0.2s ease-in;
  text-decoration: none;
  border: 0px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  color: white;
}
.button-box .button a, .form-style button a, .button-box .button:visited a, form button a, input[type=submit] a {
  text-decoration: none;
  color: inherit;
}
.button-box .button i, .form-style button i, .button-box .button:visited i, form button i, input[type=submit] i {
  margin-left: 30px;
  font-size: 0.8em;
  color: white;
}
.button-box .button:hover, .form-style button:hover, .button-box .button:visited:hover, form button:hover, input[type=submit]:hover {
  text-decoration: none;
  background: black;
  color: #fff;
  border-color: #000;
  background: #0033AD;
}
.button-box .button.background-blue:hover, .form-style button.background-blue:hover, .button-box .button:visited.background-blue:hover, form button.background-blue:hover, input[type=submit].background-blue:hover {
  background: #3D6FE5 !important;
  color: #0033AD !important;
}
.button-box .button.transparent, .form-style button.transparent, .button-box .button:visited.transparent, form button.transparent, input[type=submit].transparent {
  text-decoration: underline;
  background: transparent;
  color: white;
  padding-left: 0;
}
.button-box .button.white-outline, .form-style button.white-outline, .button-box .button:visited.white-outline, form button.white-outline, input[type=submit].white-outline {
  border: 1px solid white;
  background: transparent;
  color: white;
}
.button-box .button.white-outline:hover, .form-style button.white-outline:hover, .button-box .button:visited.white-outline:hover, form button.white-outline:hover, input[type=submit].white-outline:hover {
  background: #3D6FE5;
}
.button-box .button.white-outline:hover i, .form-style button.white-outline:hover i, .button-box .button:visited.white-outline:hover i, form button.white-outline:hover i, input[type=submit].white-outline:hover i {
  color: #0042DD;
}
.button-box .button.button-small, .form-style button.button-small, .button-box .button:visited.button-small, form button.button-small, input[type=submit].button-small {
  font: 16px "Youth", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  min-width: initial;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.button-box .button.button-small i, .form-style button.button-small i, .button-box .button:visited.button-small i, form button.button-small i, input[type=submit].button-small i {
  margin-left: 0;
  margin-right: 10px;
  font-size: 1.2em;
}
.button-box .button.button-icon, .form-style button.button-icon, .button-box .button:visited.button-icon, form button.button-icon, input[type=submit].button-icon {
  border: 1px solid #3D6FE5;
  padding: 0;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 18px;
  align-items: center;
  justify-content: center;
}
.button-box .button.button-icon i, .form-style button.button-icon i, .button-box .button:visited.button-icon i, form button.button-icon i, input[type=submit].button-icon i {
  margin: 0 !important;
  padding: 0;
  font-size: 0.8em;
}
.button-box .button.background-black, .form-style button.background-black, .button-box .button:visited.background-black, form button.background-black, input[type=submit].background-black {
  color: white !important;
}
.button-box .button.background-white, .form-style button.background-white, .button-box .button:visited.background-white, form button.background-white, input[type=submit].background-white {
  color: #0042DD !important;
}
.button-box .button.background-white i, .form-style button.background-white i, .button-box .button:visited.background-white i, form button.background-white i, input[type=submit].background-white i {
  color: #0042DD !important;
}
.button-box .button.background-white:hover, .form-style button.background-white:hover, .button-box .button:visited.background-white:hover, form button.background-white:hover, input[type=submit].background-white:hover {
  background: #F5F2F1 !important;
  color: #0042DD !important;
}
.button-box .button.background-white:hover i, .form-style button.background-white:hover i, .button-box .button:visited.background-white:hover i, form button.background-white:hover i, input[type=submit].background-white:hover i {
  color: #0042DD !important;
}
.button-box .button.styled-green, .button-box .button.styled-red, .form-style button.styled-green, .form-style button.styled-red, .button-box .button:visited.styled-green, .button-box .button:visited.styled-red, form button.styled-green, form button.styled-red, input[type=submit].styled-green, input[type=submit].styled-red {
  text-transform: uppercase;
  position: relative;
  padding: 1.25rem calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .button-box .button.styled-green, .button-box .button.styled-red, .form-style button.styled-green, .form-style button.styled-red, .button-box .button:visited.styled-green, .button-box .button:visited.styled-red, form button.styled-green, form button.styled-red, input[type=submit].styled-green, input[type=submit].styled-red {
    padding: 1.25rem 2.5rem;
  }
}
.button-box .button.styled-green, .button-box .button.styled-red, .form-style button.styled-green, .form-style button.styled-red, .button-box .button:visited.styled-green, .button-box .button:visited.styled-red, form button.styled-green, form button.styled-red, input[type=submit].styled-green, input[type=submit].styled-red {
  border: 4px solid black;
  color: black;
}
.button-box .button.styled-green:after, .button-box .button.styled-red:after, .form-style button.styled-green:after, .form-style button.styled-red:after, .button-box .button:visited.styled-green:after, .button-box .button:visited.styled-red:after, form button.styled-green:after, form button.styled-red:after, input[type=submit].styled-green:after, input[type=submit].styled-red:after {
  width: calc(100% + 8px);
  height: 12px;
  background: black;
  content: "";
  top: calc(100% + 3px);
  left: -4px;
  display: inline-block;
  position: absolute;
  clip-path: polygon(0 0, 4% 100%, 96% 100%, 100% 0);
}
.button-box .button.styled-red, .form-style button.styled-red, .button-box .button:visited.styled-red, form button.styled-red, input[type=submit].styled-red {
  color: white;
}

.button-box {
  display: flex;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    top: 0;
    transform: translate3d(0, 0px, 0);
  }
}
@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    top: 0;
    transform: translate3d(0, 0px, 0);
  }
}
.two-block-container .photo-background-container {
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
}
.two-block-container .two-block-content-wrapper {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: all 0.2s ease-in;
}
.two-block-container.animated .two-block-content-wrapper {
  animation: fade-in-up 1.5s ease-in-out 0s 1 forwards;
}
.two-block-container.animated .photo-background-container {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
}

.offer-banner {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: all 0.2s ease-in;
}
.offer-banner.animated {
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
}

.latest-offer-carousel .col-md-4, .latest-offer-carousel .owl-item {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: all 0.2s ease-in;
}
.latest-offer-carousel.animated .col-md-4:nth-child(1), .latest-offer-carousel.animated .owl-item:nth-child(1) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.1s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(2), .latest-offer-carousel.animated .owl-item:nth-child(2) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.2s ease-in;
  transition-delay: 0.6s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(3), .latest-offer-carousel.animated .owl-item:nth-child(3) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.3s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(4), .latest-offer-carousel.animated .owl-item:nth-child(4) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.4s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(5), .latest-offer-carousel.animated .owl-item:nth-child(5) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.3s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(6), .latest-offer-carousel.animated .owl-item:nth-child(6) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(7), .latest-offer-carousel.animated .owl-item:nth-child(7) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.3s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(8), .latest-offer-carousel.animated .owl-item:nth-child(8) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.2s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(9), .latest-offer-carousel.animated .owl-item:nth-child(9) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.5s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(7), .latest-offer-carousel.animated .owl-item:nth-child(7) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.4s;
}
.latest-offer-carousel.animated .col-md-4:nth-child(8), .latest-offer-carousel.animated .owl-item:nth-child(8) {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.4s;
}

.route-home .news-events-container .col-md-6 {
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: all 0.2s ease-in;
}
.route-home .news-events-container.animated .col-md-6:first-child {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.2s;
}
.route-home .news-events-container.animated .col-md-6:last-child {
  opacity: 1;
  top: 0;
  transform: translate3d(0, 0px, 0);
  transition: all 0.5s ease-in;
  transition-delay: 0.4s;
}
.route-home .animate-me {
  transition: all 0.5s ease-in;
}
.route-home .animated-element {
  transition: all 0.5s ease-in;
}
.route-home .animated-element:after {
  transition: all 0.5s ease-in;
}
.route-home .animated-element.media-text {
  position: relative;
}
.route-home .animated-element.media-text:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #0042DD;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.route-home .animated-element.media-text .media-text__image {
  opacity: 0;
  transition: all 0.6s ease-in;
  transition-delay: 0.25s;
  transform: scale(0.7);
}
.route-home .animated-element.media-text .media-text__content {
  opacity: 0;
  transition: all 0.4s ease-in;
  transition-delay: 0.45s;
  transform: translate(0px, 20px);
}
.route-home .animated-element.media-text.animate-me:after {
  opacity: 0;
  visibility: hidden;
  transform: translate(-100%, 0);
}
.route-home .animated-element.media-text.animate-me .media-text__image {
  opacity: 1;
  transform: scale(1);
}
.route-home .animated-element.media-text.animate-me .media-text__content {
  opacity: 1;
  transform: translate(0px, 0);
}
.route-home .activity-finder {
  opacity: 0;
  transition: all;
  animation: fade-in-up 1s ease-in-out 0s 1 forwards;
}
.route-home .banner__content {
  opacity: 0;
  transition: all;
  animation: fade-in-down 1s ease-in-out 0.5s 1 forwards;
}
.route-home .card-block.animated-element .row__header {
  transition: all 0.8s ease-in;
  opacity: 0;
  transform: translate(0px, -20px);
}
.route-home .card-block.animated-element .splide__slide {
  opacity: 0;
  transition: all 0.8s ease-in;
}
.route-home .card-block.animated-element.animate-me .feature_image_left {
  transform: translate(0px, 0);
}
.route-home .card-block.animated-element.animate-me .row__header {
  opacity: 1;
  transform: translate(0px, 0px);
}
.route-home .card-block.animated-element.animate-me .splide__slide {
  opacity: 1;
}
.route-home .card-block.animated-element.animate-me .splide__slide:nth-child(1) {
  transition-delay: 0.6s !important;
}
.route-home .card-block.animated-element.animate-me .splide__slide:nth-child(2) {
  transition-delay: 0.8s !important;
}
.route-home .card-block.animated-element.animate-me .splide__slide:nth-child(3) {
  transition-delay: 1s !important;
}
.route-home .card-block.animated-element.animate-me .splide__slide:nth-child(4) {
  transition-delay: 1.2s !important;
}
.route-home .card-block.animated-element.animate-me .splide__slide:nth-child(5) {
  transition-delay: 1.4s !important;
}
.route-home .card-block.animated-element.animate-me .splide__slide:nth-child(6) {
  transition-delay: 1.6s !important;
}
.route-home .card-block.animated-element.animate-me .splide__slide:nth-child(7) {
  transition-delay: 1.8s !important;
}

body {
  padding-top: 110px;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 170px;
  }
}

.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991.98px) {
  .notification-bar {
    display: none !important;
  }
}
.notification-bar .splide__list {
  align-items: center;
}
.notification-bar {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.notification-bar a {
  text-decoration: none;
}
.notification-bar li, .notification-bar p {
  font: 16px "Youth", sans-serif;
  font-size: 0.875rem;
  line-height: 0.9;
}
.notification-bar .notification-bar__slider {
  padding: 0;
}
.notification-bar .splide__arrow--prev {
  left: 0;
}
.notification-bar .splide__arrow--next {
  right: 0;
}
.notification-bar__slider {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .notification-bar__slider {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.notification-bar__slider p {
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  transition: all 0.2s ease-in;
  background: white;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
}
.header .top-navigation .button-links li {
  margin-left: 10px;
}
.header .top-navigation {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.header .top-navigation .button-icon {
  background: transparent;
  font-size: 1.1rem;
  margin: 0;
  background: transparent;
}
.header .logo-container {
  position: relative;
  z-index: 99;
}
@media (max-width: 991.98px) {
  .header .logo-container img {
    max-width: 120px;
  }
}
.header .nav-container {
  position: relative;
  z-index: 999;
}
@media (max-width: 991.98px) {
  .header #header-navigation {
    padding: 0rem;
    padding-left: calc(1.28125rem + 0.375vw);
    padding-right: 0.625rem;
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .header #header-navigation {
    padding-left: 1.5625rem;
  }
}
.header img {
  max-width: 165px;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.header nav.bottom {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
  z-index: 20;
}
@media (max-width: 991.98px) {
  .header nav.bottom li:not(:last-child) {
    display: none;
  }
  .header nav.bottom .search-mobile-button {
    position: relative;
    top: 2px;
  }
}
.header nav.bottom .hamburger-container {
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
}
.header nav.bottom .hamburger-container a {
  align-items: center;
  justify-content: center;
  display: flex;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .header nav.bottom .hamburger-container a {
    margin-right: -15px;
    padding-right: 0;
  }
}
.header nav.bottom .hamburger-container span {
  margin-right: 0.3125rem;
}
.header nav.bottom .hamburger--arrow {
  position: relative;
  padding-right: 0 !important;
  top: 1px;
}
.header nav.bottom .hamburger-container a {
  padding-top: 0;
  padding-bottom: 0;
}
.header nav.bottom > ul {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.header nav.bottom > ul > li {
  transition: 0.2s 0.2s; /* delay of 1 seconds on hover off */
  position: static;
}
.header nav.bottom > ul > li a {
  text-decoration: none;
  width: 100%;
  font: 16px "Youth", sans-serif;
  font-size: 1rem;
  padding-left: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .header nav.bottom > ul > li a {
    padding-left: 2.5rem;
  }
}
.header nav.bottom > ul > li a {
  padding-top: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .header nav.bottom > ul > li a {
    padding-top: 1.5625rem;
  }
}
.header nav.bottom > ul > li a {
  padding-bottom: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .header nav.bottom > ul > li a {
    padding-bottom: 1.5625rem;
  }
}
.header nav.bottom > ul > li a {
  display: inline-block;
  letter-spacing: -0.1px;
  font-weight: 600;
  color: #0033AD;
}
@media (max-width: 991.98px) {
  .header nav.bottom > ul > li a {
    padding: 15px 0 15px 15px;
  }
}
.header nav.bottom > ul > li:hover > ul {
  visibility: visible;
  z-index: -1;
  opacity: 1;
}
.header nav.bottom > ul > li ul {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: calc(100% - 0px);
  z-index: 9999;
  background: white;
  flex-wrap: wrap;
  display: flex;
  box-shadow: inset 0px 30px 35px rgba(0, 0, 0, 0.05);
  z-index: -99;
  padding: 20px;
  transition: all 0.2s ease-in;
}
.header nav.bottom > ul > li ul li {
  width: 33%;
}
.header nav.bottom > ul > li ul li a {
  font: 16px "Youth", sans-serif;
  font-size: 1.125rem;
  padding: 10px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
.header nav.bottom > ul > li ul li a:after {
  content: ">";
  color: #3D6FE5;
}
.header nav.bottom > ul > li > a {
  text-align: center;
}
.header nav.bottom > ul > li.search a {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .header nav.bottom > ul > li.search a {
    font-size: 1.5rem;
  }
}
.header nav.bottom > ul > li.search a {
  padding: 1.25rem;
}
.header nav.bottom > ul > li.hamburger a {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .header nav.bottom > ul > li.hamburger a {
    font-size: 1.5rem;
  }
}
.header nav.bottom > ul > li.hamburger a {
  padding-left: 0.9375rem;
  padding-right: 0;
}
.header .logo-container a:after {
  transition: all 0s ease-in;
  opacity: 0;
  background-image: url("../img/red-header.png");
  position: absolute;
  visibility: hidden;
  z-index: -10;
  top: 50%;
  left: 50%;
  width: 500%;
  transform: translate(-50%, -50%);
  background-position: center;
  height: 300%;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 991.98px) {
  .header .logo-container a:after {
    width: 370%;
    height: 220%;
    background-position: 40px right center;
    background-size: cover;
  }
}
.header.fixed-top .logo-container a {
  position: relative;
  display: inline-block;
}
.header.fixed-top .logo-container a:after {
  transition: all 2s ease-in;
  visibility: visible;
  z-index: 5;
  opacity: 1;
}
.header.fixed-top .logo-container a img {
  z-index: 10;
  position: relative;
}

body.fixed-top {
  padding-top: 155px;
}
@media (max-width: 991.98px) {
  body.fixed-top {
    padding-top: 100px;
  }
}

.navigation-content .navigation-content {
  display: none;
}
.navigation-content .navigation-content.active {
  display: block;
}

.sidebar-navigation {
  width: 100%;
}
.sidebar-navigation ul {
  width: 100%;
}
.sidebar-navigation li {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  position: relative;
}
.sidebar-navigation li.active, .sidebar-navigation li:hover {
  background: rgba(255, 255, 255, 0.3);
}
.sidebar-navigation li.active:before, .sidebar-navigation li:hover:before {
  width: 45px;
  border-left: 5px solid;
  position: Absolute;
  left: -50px;
  content: "";
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.sidebar-navigation li.active:after, .sidebar-navigation li:hover:after {
  width: 15px;
  position: Absolute;
  left: 100%;
  content: "";
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.3);
}
.sidebar-navigation li a {
  color: white;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0;
  text-decoration: none;
  font-weight: 600;
}
.sidebar-navigation.slim ul {
  padding-left: calc(1.5rem + 3vw);
}
@media (min-width: 1200px) {
  .sidebar-navigation.slim ul {
    padding-left: 3.75rem;
  }
}
.sidebar-navigation.slim ul li {
  width: 99.5%;
}
.sidebar-navigation.slim ul li:active, .sidebar-navigation.slim ul li:hover {
  left: 0;
}

#main {
  min-height: 50vh;
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

html {
  scroll-behavior: smooth;
}

.block-element {
  scroll-margin-top: 100px;
}

#modal-mega-menu-desktop {
  align-items: center;
  justify-content: center;
}
#modal-mega-menu-desktop .modal-box__close {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  padding: 20px;
}
#modal-mega-menu-desktop .modal-box__close i {
  font-size: 2em;
}
#modal-mega-menu-desktop .container, #modal-mega-menu-desktop .row {
  height: 100%;
}
#modal-mega-menu-desktop .modal-box__content {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#modal-mega-menu-desktop .left-navigation, #modal-mega-menu-desktop .right-navigation {
  padding: 200px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#modal-mega-menu-desktop .left-navigation {
  height: 100%;
  position: relative;
}
#modal-mega-menu-desktop .left-navigation ul {
  width: 100%;
}
#modal-mega-menu-desktop .left-navigation ul:first-of-type li {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.5625rem + 3.75vw);
}
@media (min-width: 1200px) {
  #modal-mega-menu-desktop .left-navigation ul:first-of-type li {
    font-size: 4.375rem;
  }
}
#modal-mega-menu-desktop .left-navigation ul:first-of-type li {
  padding-bottom: 1.25rem;
  font-weight: bold;
  letter-spacing: -2px;
}
#modal-mega-menu-desktop .left-navigation ul:first-of-type li a {
  color: white;
  text-decoration: none;
}
#modal-mega-menu-desktop .right-navigation {
  height: 100%;
}
#modal-mega-menu-desktop .right-navigation ul {
  columns: 2;
  width: 100%;
}
#modal-mega-menu-desktop .right-navigation ul li {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  #modal-mega-menu-desktop .right-navigation ul li {
    font-size: 2.1875rem;
  }
}
#modal-mega-menu-desktop .right-navigation ul li {
  font-weight: bold;
  line-height: 1.2;
}
#modal-mega-menu-desktop .right-navigation ul li a {
  text-decoration: none;
  display: inline-block;
  color: white;
}

#mm-clone-mobile-menu, #mobile-menu {
  z-index: 9999999999;
}
#mm-clone-mobile-menu .mm-navbar, #mobile-menu .mm-navbar {
  display: none;
}
#mm-clone-mobile-menu .mm-panel, #mobile-menu .mm-panel {
  background: !important;
}
#mm-clone-mobile-menu .mm-panel *, #mobile-menu .mm-panel * {
  color: white;
  border-color: rgba(255, 255, 255, 0.2);
}
#mm-clone-mobile-menu .mm-btn--next:after, #mm-clone-mobile-menu .mm-btn--prev:before, #mobile-menu .mm-btn--next:after, #mobile-menu .mm-btn--prev:before {
  border-color: white;
}

.breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background: rgba(43, 65, 126, 0.7);
  z-index: 199;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-direction: row-reverse;
}

.breadcrumbs li {
  padding: 0.3125rem 0.625rem 0.3125rem 0;
  text-transform: none;
  display: flex;
  align-items: center;
}
.breadcrumbs li:last-child {
  padding-left: 0;
}
.breadcrumbs li:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 14px;
  margin-left: 0.625rem;
  position: relative;
  top: 2px;
}
.breadcrumbs li:first-child:after {
  display: none;
}

.breadcrumbs a {
  font: 16px "Youth", sans-serif;
  font-size: 0.9375rem;
  letter-spacing: 0px;
  text-decoration: underline;
  color: white;
}

.callout-navigation {
  margin: 0 auto;
  position: relative;
  z-index: 50;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.callout-navigation.inner {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(-1.34375rem - 1.125vw);
}
@media (min-width: 1200px) {
  .callout-navigation.inner {
    margin-bottom: -2.1875rem;
  }
}
.callout-navigation.inner {
  margin-top: calc(-1.34375rem - 1.125vw);
}
@media (min-width: 1200px) {
  .callout-navigation.inner {
    margin-top: -2.1875rem;
  }
}
.callout-navigation.inner ul {
  justify-content: space-evenly;
}
.callout-navigation.inner ul li:after {
  position: static;
  height: 50px;
}
@media (max-width: 991.98px) {
  .callout-navigation {
    margin-top: calc(-1.3125rem - 0.75vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .callout-navigation {
    margin-top: -1.875rem;
  }
}
.callout-navigation .callout-navigation-content {
  float: right;
  background: #f7f7f6;
  border-radius: 12px;
  overflow: hidden;
  min-width: 400px;
}
@media (max-width: 991.98px) {
  .callout-navigation .callout-navigation-content {
    display: none;
  }
}
.callout-navigation .callout-navigation-content .find-out-content {
  max-width: 400px;
  padding: 20px 25px 10px 25px;
}
.callout-navigation .callout-navigation-content .find-out-content p {
  color: black;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .callout-navigation .callout-navigation-content {
    display: none;
    float: none;
  }
}
.callout-navigation .callout-navigation-content-header {
  background: #0042DD;
  padding: 0.9375rem calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .callout-navigation .callout-navigation-content-header {
    padding: 0.9375rem 2rem;
  }
}
.callout-navigation .callout-navigation-content-header h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .callout-navigation .callout-navigation-content-header h3 {
    font-size: 2rem;
  }
}
.callout-navigation .callout-navigation-content-header h3 {
  text-transform: uppercase;
  font-weight: 800;
}
.callout-navigation ul {
  align-items: start;
  justify-content: space-between;
  padding: 0.9375rem calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .callout-navigation ul {
    padding: 0.9375rem 1.5625rem;
  }
}
.callout-navigation ul li {
  flex: 1;
  text-align: start;
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  font-weight: 700;
  position: relative;
  transition: all 0.2s ease-in;
}
.callout-navigation ul li:last-child a {
  border-bottom: 0;
}
.callout-navigation ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex: 1;
  align-items: start;
  justify-content: start;
  color: black;
  color: #0033AD;
  padding: 0.5rem;
  border-bottom: 1px solid #ddd;
  font: 16px "Youth", sans-serif;
  font-size: 1rem;
}
.callout-navigation ul li:hover {
  background: #0042DD;
}
.callout-navigation ul li:hover a {
  color: white;
}
@media (max-width: 991.98px) {
  .callout-navigation ul li {
    font: 16px "Youth", sans-serif;
    font-size: 1rem;
  }
}
.callout-navigation ul li span {
  display: block;
  font-weight: 400;
}
.callout-navigation ul li a {
  width: 100%;
  text-decoration: none;
  letter-spacing: 0;
}

@media (max-width: 991.98px) {
  .callout-navigation.inner {
    margin-bottom: 1.25rem;
    z-index: 20;
    margin-top: -5px;
    position: sticky;
    top: 106px;
  }
  .callout-navigation.inner .col-md-12 {
    padding: 0;
  }
  .callout-navigation.inner nav {
    position: relative;
    z-index: 2;
  }
  .callout-navigation.inner nav ul {
    display: none;
  }
}

.mobile-inner-nav {
  display: none;
  text-align: center;
  max-width: 100%;
  position: sticky;
  top: 130px;
  margin: 0 auto;
  z-index: 1000;
  padding: 1em;
}
@media (max-width: 991.98px) {
  .mobile-inner-nav {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.mobile-inner-nav select {
  padding: 0.5em;
}
.mobile-inner-nav label {
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: white;
  width: auto;
  margin-right: 10px;
}

.mm-panels .mm-panel {
  background-color: #0042DD;
}
.mm-panels a {
  background: transparent !important;
  color: white !important;
  font-weight: 700;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .mm-panels a {
    font-size: 1.375rem;
  }
}
.mm-panels .sub-menu {
  background-color: #0042DD;
}

.mobile-header {
  color: white;
}
.mobile-header span {
  font-size: 12px;
  line-height: 0.9 !important;
}
.mobile-header img {
  margin: 0;
  height: 25px;
  object-fit: contain;
  margin-bottom: 5px;
}
.mobile-header li {
  position: relative;
  flex: 1;
}
.mobile-header li:after {
  border-right: 1px solid #ccc;
  height: 20px;
  width: 1px;
  right: 0;
  background: White;
  content: "";
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.mobile-header li:last-child:after {
  display: none;
}
.mobile-header li a {
  display: flex;
  padding: 10px 10px;
  text-align: center;
  align-items: center;
  justify-content: Center;
  flex-direction: column;
  text-decoration: none;
}

.callout-navigation-content ul {
  max-height: 350px;
  overflow-y: scroll;
}

.callout-navigation-content ul::-webkit-scrollbar-track {
  border: 1px solid black;
  background-color: #070538 !important;
}

.callout-navigation-content ul::-webkit-scrollbar {
  width: 7px;
  background-color: #070538 !important;
  outline: 1px solid #070538;
}

.callout-navigation-content ul::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.blockelement__draggable-element .animated-element.media-text:after {
  display: none !important;
}
.blockelement__draggable-element .animated-element * {
  transform: none !important;
  animation: initial !important;
  opacity: 1 !important;
}
.blockelement__draggable-element .banner {
  min-height: 40vh;
}
.blockelement__draggable-element iframe {
  display: none;
}
.blockelement__draggable-element .activity-finder {
  margin-top: 20px;
}
.blockelement__draggable-element .card {
  display: none;
}
.blockelement__draggable-element .card:nth-child(1) {
  width: 40%;
  display: block;
}
.blockelement__draggable-element .card:nth-child(1):after {
  content: "other cards display online on the preview/live";
}

/* ============================================================
   Figma menu overlay (migrated from the /figma-* prototype)
   White header + dimmed promo image left + white nav panel right.
   ============================================================ */
.fh-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #0042DD;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 15px 24px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  text-decoration: none;
}
.fh-btn.is-white {
  background: #fff;
  color: #0042DD;
}
.fh-btn svg {
  width: 20px;
  height: 20px;
}
.fh-btn svg path {
  stroke: currentColor;
}

.fh-menu {
  position: fixed;
  inset: 0;
  z-index: 1000001;
  background: #fff;
  color: #1D1E1F;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.28s ease;
}
.fh-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.fh-menu__strap {
  background: #0042DD;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 9px 40px;
  line-height: 1.3;
  flex: 0 0 auto;
}
.fh-menu__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 20px 44px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  flex: 0 0 auto;
}
.fh-menu__link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1D1E1F;
  font-weight: 700;
  font-size: 17px;
  text-decoration: none;
}
.fh-menu__smiley {
  height: 24px;
}
.fh-menu__logo {
  justify-self: center;
}
.fh-menu__logo img {
  height: 30px;
  display: block;
}
.fh-menu__close {
  justify-self: end;
  cursor: pointer;
}
.fh-menu__close svg {
  width: 22px;
  height: 22px;
  stroke: #1D1E1F;
  stroke-width: 3;
  fill: none;
}
.fh-menu__body {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 58% 42%;
  min-height: 0;
}
.fh-menu__promo {
  position: relative;
  background: #0042DD center/cover no-repeat;
  overflow: hidden;
}
.fh-menu__promo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 10, 45, 0.5);
}
.fh-menu__promo-inner {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 56px;
  z-index: 1;
  color: #fff;
}
.fh-menu__promo-inner h3 {
  color: #fff;
  font-size: 40px;
  line-height: 1.08;
  max-width: 16ch;
  margin: 0 0 24px;
}
.fh-menu__nav {
  background: #fff;
  overflow-y: auto;
}
.fh-menu__nav a {
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 0 50px;
  color: #0042DD;
  font-family: "Youth", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 34px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: background 0.15s;
}
.fh-menu__nav a:hover {
  background: #f2f2f2;
}
@media (max-width: 900px) {
  .fh-menu__body {
    grid-template-columns: 1fr;
  }
  .fh-menu__promo {
    display: none;
  }
  .fh-menu__nav a {
    font-size: 26px;
    min-height: 68px;
    padding: 0 32px;
  }
}

#footer {
  background: #00396f;
  padding: 3em 0 0em 0;
  background-image: url("../img/footer.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #fff;
  text-align: left;
}
@media (max-width: 991.98px) {
  #footer {
    background-position: center;
    background-size: cover;
  }
}
#footer p {
  font: 16px "Youth", sans-serif;
  font-size: 1rem;
  padding: 0;
  line-height: 1.4 !important;
  margin: 0;
  letter-spacing: 1.25px;
}
#footer .social-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .social-links ul {
  display: flex;
}
#footer .social-links li {
  font-size: 2rem;
}
#footer .social-links li a {
  padding: 0 20px;
}
@media (max-width: 991.98px) {
  #footer .copyright, #footer .terms-links + p {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
  }
}
#footer .logos {
  padding-top: 3em;
  padding-bottom: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .logos p {
  margin-bottom: 20px;
}
#footer .logos .logo-box {
  width: 100%;
  justify-content: end;
  display: flex;
  align-items: center;
}
#footer .logos .logo-box img {
  max-height: 90px;
  margin-left: 20px;
}
@media (max-width: 991.98px) {
  #footer .logos .logo-box {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #footer .logos .logo-box img {
    padding: 10px;
  }
}
#footer .footer-links {
  padding: 4em 0 3em 0;
}
#footer .footer-links ul {
  display: flex;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #footer .footer-links ul {
    font-size: 1.5rem;
  }
}
#footer .footer-links ul li {
  padding: 10px 25px 10px 0;
  letter-spacing: 0px;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  #footer .footer-links ul li {
    font-size: 1.625rem;
  }
}
#footer .footer-links ul li {
  font-weight: 400;
}
@media (max-width: 991.98px) {
  #footer .footer-links ul li {
    font-size: 18px;
    padding: 10px;
  }
}
@media (max-width: 991.98px) {
  #footer .footer-links {
    padding-top: 20px;
  }
  #footer .footer-links .justify-content-end {
    justify-content: center !important;
    margin-top: 20px;
  }
  #footer .footer-links ul {
    flex-wrap: wrap;
    align-items: Center;
    justify-content: Center;
  }
  #footer .footer-links ul li {
    padding: 10px 15px 10px 15px;
  }
}
#footer .footer-bottom {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-top: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer h5 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  #footer h5 {
    font-size: 2.625rem;
  }
}
#footer h5 {
  font-weight: 500;
  padding-bottom: 0.25em;
}
@media (max-width: 991.98px) {
  #footer .footer-logo {
    text-align: center;
    margin-bottom: 20px;
  }
}
#footer a {
  text-decoration: none;
  color: white;
}
#footer .venue-links {
  columns: 2;
}
#footer h4 {
  padding-bottom: 0.625rem;
}
#footer p {
  font: 16px "Youth", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}
#footer .terms-links li:after {
  content: "|";
  margin: 0 5px;
  display: inline-block;
}
#footer .terms-links li:last-child:after {
  content: "";
  margin: 0;
  display: none;
}
#footer ul li {
  font: 16px "Youth", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
  padding-bottom: 0.3125rem;
}
#footer nav {
  margin-left: -0.625rem;
}

.social-media {
  margin: 2em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.follow-us {
  border: 1px solid white;
  padding: 2em 0;
  margin: 2em 0;
  border-left: 0;
  border-right: 0;
}
.follow-us h4 {
  padding: 0;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .follow-us h4 {
    font-size: 1.375rem;
  }
}
.follow-us h4 {
  font-weight: 400;
}

form {
  margin: 0px 0;
}
form .tandc-box {
  float: left;
  width: 100%;
  margin: 0 0 1.25rem 0;
  text-align: left;
}
form .tandc-box a {
  text-decoration: underline;
}
form .tandc-box label.tandc {
  float: left;
  width: auto;
  margin-left: 15px;
}
form .styled-checkbox {
  width: 28px;
  height: 28px;
  position: relative;
  float: left;
  background: #fcfff4;
  margin-bottom: 0.9375rem;
}
form .styled-checkbox .error {
  position: static;
  left: 0;
  width: 150px !important;
  top: 40px;
  height: auto !important;
  background: red;
  margin: 0.9375rem 0 0rem 0;
  line-height: 1.5em;
  text-indent: 10px;
  display: inline-block;
  font-size: 13px !important;
}
form .styled-checkbox label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 4px;
  top: 4px;
}
form .styled-checkbox label:after {
  content: "";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  transform: rotate(-45deg);
  border-top: none;
  border-right: none;
  background: transparent;
}
form .styled-checkbox input[type=checkbox] {
  visibility: hidden;
}
form .styled-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}
form .email-validate {
  height: 0;
  opacity: 0;
  visibility: 0;
  width: 0;
  pointer-events: none;
  padding: 0;
  overflow: hidden;
}
form label {
  margin-bottom: 0.55em;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  line-height: 1.2em;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  form label {
    font-size: 1.375rem;
  }
}
form label {
  font-weight: 800;
  color: #0033AD;
}
form button {
  -webkit-appearance: none;
  appearance: none;
}
form button:hover, form input[type=submit]:hover {
  cursor: pointer;
}
form textarea, form input:not([type=checkbox]):not([type=radio]), form select {
  width: 100%;
  display: block;
  padding: 10px 20px !important;
  font-size: 1.2em;
  margin-bottom: 1.25rem;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: 0;
  color: black;
  background: transparent;
  font: 16px "Youth", sans-serif;
  font-size: 1.125rem;
}
form .select-container {
  position: relative;
  margin-bottom: 2.2em;
  width: 100%;
  border-radius: 55px;
  background: #e8e8e8;
  border-radius: 55px;
}
form .select-container ::-webkit-input-placeholder {
  color: black;
}
form .select-container :-moz-placeholder {
  color: black;
}
form .select-container ::-moz-placeholder {
  color: black;
}
form .select-container :-ms-input-placeholder {
  color: black;
}
form .select-container.list-container {
  cursor: pointer;
}
form .select-container.list-container ul {
  position: absolute;
  color: #000;
  width: 100%;
  top: 122%;
  z-index: 100;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  background: white;
  overflow: hidden;
  max-height: 350px;
  overflow-y: scroll;
}
form .select-container.list-container ul li {
  padding: 0.75em 1.5em;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  opacity: 0;
}
form .select-container.list-container ul li i {
  position: static;
  display: inline-block;
  font-size: 1em;
  margin-left: 0;
  width: auto;
  margin-right: 0.625rem;
  transform: translate(0px, -50px);
}
form .select-container.list-container ul li span {
  transform: translate(20px, 0);
  display: inline-block;
}
form .select-container.list-container ul li:last-child {
  border-bottom: 0;
}
form .select-container.list-container ul li:hover {
  background: black;
  color: #fff;
  cursor: pointer;
  transition-delay: 0s !important;
}
form .select-container.list-container ul li:hover i, form .select-container.list-container ul li:hover span {
  color: #fff;
  transition-delay: 0s !important;
}
form .select-container.list-container.active ul {
  visibility: visible;
  opacity: 1;
  top: 102%;
}
form .select-container.list-container.active ul li {
  opacity: 1;
}
form .select-container.list-container.active ul li span {
  transform: translate(0px, 0);
}
form .select-container.list-container.active ul li i {
  transform: translate(0px, 0);
}
form .select-container.error i, form .select-container.success i {
  color: red;
}
form .select-container.error input {
  color: red !important;
  border: 3px solid red;
}
form .select-container.success input {
  color: green !important;
  border: 3px solid transparent;
}
form .select-container.success i {
  color: green;
}
form .select-container.success:after {
  color: green;
}
form .select-container label.error {
  position: absolute;
  float: right;
  width: 100%;
  padding: 0.3125rem;
  font-size: 0.8em;
  pointer-events: none;
  display: none;
}
form .select-container.error label.error {
  display: block;
}
form .select-container input, form .select-container select {
  text-indent: 60px;
  height: 3.7em;
  line-height: 3.7em;
  margin-bottom: 0;
  -webkit-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-radius: 15px;
  font-size: 1.1em;
  border: 3px solid transparent;
  background: transparent;
}
@media (max-width: 991.98px) {
  form .select-container input, form .select-container select {
    height: 3em;
    line-height: 3em;
  }
}
form .select-container input.no-event, form .select-container select.no-event {
  pointer-events: none;
}
form .select-container i {
  position: Absolute;
  left: 10px;
  content: "";
  width: 50px;
  top: 2%;
  height: 95%;
  display: flex;
  font-size: 2.25em;
  text-align: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  align-items: center;
  color: #0042DD;
  pointer-events: none;
}
form .select-container > span {
  position: Absolute;
  right: 2px;
  text-align: center;
  content: "";
  width: 50px;
  top: 2px;
  display: flex;
  align-content: center;
  align-self: center;
  justify-content: center;
  align-items: center;
  color: #333;
  bottom: 2px;
  display: none;
  background: white;
  z-index: 10;
}
form .select-container.searched span {
  display: inline-block;
  cursor: pointer;
}
form .select-container.searched span i {
  color: red;
}
form .select-container:hover.searched span i {
  opacity: 0.5;
  cursor: pointer;
}
form .select-container:after {
  position: Absolute;
  pointer-events: none;
  right: 1%;
  content: "";
  width: 50px;
  top: 10%;
  height: 80%;
  content: "\f078";
  display: flex;
  align-content: center;
  align-self: center;
  justify-content: center;
  align-items: center;
  color: #333;
  font: normal normal normal 14px/1 FontAwesome;
}
form .select-container.selected i {
  color: green;
}
form .select-container.selected input[type=text] {
  color: green;
}
form .select-container input:disabled {
  cursor: pointer;
  color: #333;
}
form .input-container {
  position: relative;
  margin-bottom: 2.2em;
  width: 100%;
  border-radius: 55px;
  background: #e8e8e8;
  border-radius: 55px;
}
form .input-container ::-webkit-input-placeholder {
  color: black;
}
form .input-container :-moz-placeholder {
  color: black;
}
form .input-container ::-moz-placeholder {
  color: black;
}
form .input-container :-ms-input-placeholder {
  color: black;
}
form .input-container.list-container {
  cursor: pointer;
}
form .input-container.list-container ul {
  position: absolute;
  color: #000;
  width: 100%;
  top: 122%;
  z-index: 100;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  background: white;
  overflow: hidden;
  max-height: 350px;
  overflow-y: scroll;
}
form .input-container.list-container ul li {
  padding: 0.75em 1.5em;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  opacity: 0;
}
form .input-container.list-container ul li i {
  position: static;
  display: inline-block;
  font-size: 1em;
  margin-left: 0;
  width: auto;
  margin-right: 0.625rem;
  transform: translate(0px, -50px);
}
form .input-container.list-container ul li span {
  transform: translate(20px, 0);
  display: inline-block;
}
form .input-container.list-container ul li:last-child {
  border-bottom: 0;
}
form .input-container.list-container ul li:hover {
  background: black;
  color: #fff;
  cursor: pointer;
  transition-delay: 0s !important;
}
form .input-container.list-container ul li:hover i, form .input-container.list-container ul li:hover span {
  color: #fff;
  transition-delay: 0s !important;
}
form .input-container.list-container.active ul {
  visibility: visible;
  opacity: 1;
  top: 102%;
}
form .input-container.list-container.active ul li {
  opacity: 1;
}
form .input-container.list-container.active ul li span {
  transform: translate(0px, 0);
}
form .input-container.list-container.active ul li i {
  transform: translate(0px, 0);
}
form .input-container.error i, form .input-container.success i {
  color: red;
}
form .input-container.error input {
  color: red !important;
  border: 3px solid red;
}
form .input-container.success input {
  color: green !important;
  border: 3px solid transparent;
}
form .input-container.success i {
  color: green;
}
form .input-container.success:after {
  color: green;
}
form .input-container label.error {
  position: absolute;
  float: right;
  width: 100%;
  padding: 0.3125rem;
  font-size: 0.8em;
  pointer-events: none;
  display: none;
}
form .input-container.error label.error {
  display: block;
}
form .input-container input, form .input-container select {
  text-indent: 60px;
  height: 3.7em;
  line-height: 3.7em;
  margin-bottom: 0;
  -webkit-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-radius: 15px;
  font-size: 1.1em;
  border: 3px solid transparent;
  background: transparent;
}
@media (max-width: 991.98px) {
  form .input-container input, form .input-container select {
    height: 3em;
    line-height: 3em;
  }
}
form .input-container input.no-event, form .input-container select.no-event {
  pointer-events: none;
}
form .input-container i {
  position: Absolute;
  left: 10px;
  content: "";
  width: 50px;
  top: 2%;
  height: 95%;
  display: flex;
  font-size: 2.25em;
  text-align: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  align-items: center;
  color: #0042DD;
  pointer-events: none;
}
form .input-container > span {
  position: Absolute;
  right: 2px;
  text-align: center;
  content: "";
  width: 50px;
  top: 2px;
  display: flex;
  align-content: center;
  align-self: center;
  justify-content: center;
  align-items: center;
  color: #333;
  bottom: 2px;
  display: none;
  background: white;
  z-index: 10;
}
form .input-container.searched span {
  display: inline-block;
  cursor: pointer;
}
form .input-container.searched span i {
  color: red;
}
form .input-container:hover.searched span i {
  opacity: 0.5;
  cursor: pointer;
}
form .textarea-container {
  position: relative;
  margin-bottom: 2.2em;
  width: 100%;
  border-radius: 55px;
  background: #e8e8e8;
  border-radius: 55px;
}
form .textarea-container ::-webkit-input-placeholder {
  color: black;
}
form .textarea-container :-moz-placeholder {
  color: black;
}
form .textarea-container ::-moz-placeholder {
  color: black;
}
form .textarea-container :-ms-input-placeholder {
  color: black;
}
form .textarea-container.list-container {
  cursor: pointer;
}
form .textarea-container.list-container ul {
  position: absolute;
  color: #000;
  width: 100%;
  top: 122%;
  z-index: 100;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  background: white;
  overflow: hidden;
  max-height: 350px;
  overflow-y: scroll;
}
form .textarea-container.list-container ul li {
  padding: 0.75em 1.5em;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  opacity: 0;
}
form .textarea-container.list-container ul li i {
  position: static;
  display: inline-block;
  font-size: 1em;
  margin-left: 0;
  width: auto;
  margin-right: 0.625rem;
  transform: translate(0px, -50px);
}
form .textarea-container.list-container ul li span {
  transform: translate(20px, 0);
  display: inline-block;
}
form .textarea-container.list-container ul li:last-child {
  border-bottom: 0;
}
form .textarea-container.list-container ul li:hover {
  background: black;
  color: #fff;
  cursor: pointer;
  transition-delay: 0s !important;
}
form .textarea-container.list-container ul li:hover i, form .textarea-container.list-container ul li:hover span {
  color: #fff;
  transition-delay: 0s !important;
}
form .textarea-container.list-container.active ul {
  visibility: visible;
  opacity: 1;
  top: 102%;
}
form .textarea-container.list-container.active ul li {
  opacity: 1;
}
form .textarea-container.list-container.active ul li span {
  transform: translate(0px, 0);
}
form .textarea-container.list-container.active ul li i {
  transform: translate(0px, 0);
}
form .textarea-container.error i, form .textarea-container.success i {
  color: red;
}
form .textarea-container.error input {
  color: red !important;
  border: 3px solid red;
}
form .textarea-container.success input {
  color: green !important;
  border: 3px solid transparent;
}
form .textarea-container.success i {
  color: green;
}
form .textarea-container.success:after {
  color: green;
}
form .textarea-container label.error {
  position: absolute;
  float: right;
  width: 100%;
  padding: 0.3125rem;
  font-size: 0.8em;
  pointer-events: none;
  display: none;
}
form .textarea-container.error label.error {
  display: block;
}
form .textarea-container input, form .textarea-container select {
  text-indent: 60px;
  height: 3.7em;
  line-height: 3.7em;
  margin-bottom: 0;
  -webkit-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  border-radius: 15px;
  font-size: 1.1em;
  border: 3px solid transparent;
  background: transparent;
}
@media (max-width: 991.98px) {
  form .textarea-container input, form .textarea-container select {
    height: 3em;
    line-height: 3em;
  }
}
form .textarea-container input.no-event, form .textarea-container select.no-event {
  pointer-events: none;
}
form .textarea-container i {
  position: Absolute;
  left: 10px;
  content: "";
  width: 50px;
  top: 2%;
  height: 95%;
  display: flex;
  font-size: 2.25em;
  text-align: center;
  align-content: center;
  align-self: center;
  justify-content: center;
  align-items: center;
  color: #0042DD;
  pointer-events: none;
}
form .textarea-container > span {
  position: Absolute;
  right: 2px;
  text-align: center;
  content: "";
  width: 50px;
  top: 2px;
  display: flex;
  align-content: center;
  align-self: center;
  justify-content: center;
  align-items: center;
  color: #333;
  bottom: 2px;
  display: none;
  background: white;
  z-index: 10;
}
form .textarea-container.searched span {
  display: inline-block;
  cursor: pointer;
}
form .textarea-container.searched span i {
  color: red;
}
form .textarea-container:hover.searched span i {
  opacity: 0.5;
  cursor: pointer;
}
form .textarea-container i {
  height: auto;
  top: 15px;
}
form .textarea-container textarea {
  padding: 1.2em 2em 1.5em 1.5em;
  width: 100%;
}

.select-group label {
  margin-bottom: 0;
  color: white;
  font-size: 18px;
}

.umbraco-forms-page .col-md-6, .umbraco-forms-page .col-md-12 {
  padding: 0 10px;
}
.umbraco-forms-page .row-fluid {
  display: flex;
}
.umbraco-forms-page .umbraco-forms-caption {
  display: none;
}

html .umbraco-forms-form input.text, html body .umbraco-forms-form textarea {
  width: 100% !important;
  border: 1px solid #ccc;
  max-width: 100% !important;
}

.umbraco-forms-form fieldset {
  padding: 0 !important;
  margin: 0 !important;
}

form input[type=submit] {
  background: #0042DD;
  color: white;
  text-transform: none;
  font-weight: bold;
  font-family: "barlow";
  font-size: 1.4em;
  width: auto;
  padding: 2em;
  margin: 0 auto;
}

.umbraco-forms-tooltip {
  margin-top: -10px;
  display: block;
}

.checkboxlist {
  width: 100% !important;
  max-width: 100% !important;
}
.checkboxlist label {
  width: initial;
  float: none !important;
  clear: none !important;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.checkboxlist input {
  margin-right: 10px;
}

.modal-trigger {
  cursor: pointer;
  pointer: cursor;
}
.modal-trigger select {
  pointer-events: none;
}

.modal-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.modal-box .close-button {
  position: absolute;
  top: 22px;
  right: 22px;
  font-size: 1.6em;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 100;
  background: #0042DD;
  color: #fff;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  line-height: 1;
  transition: background 0.15s ease;
}
.modal-box .close-button:hover {
  background: #0033AD;
}
.modal-box .modal-content-box {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40%;
  width: 80%;
  max-width: 1200px;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: white;
  padding: 2em;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.9), 0px 0px 40px rgba(0, 0, 0, 0.9);
  padding: 3em 2em 2em 2em;
}
@media (max-width: 991.98px) {
  .modal-box .modal-content-box {
    padding: 1em;
    height: 100%;
    max-width: 100% !important;
    overflow-y: scroll;
    width: 100%;
    padding-top: 0;
  }
  .modal-box .modal-content-box .club-chooser {
    columns: 1;
    margin-bottom: 20px;
  }
  .modal-box .modal-content-box .club-chooser li {
    font-size: 0.9rem;
  }
  .modal-box .modal-content-box h3 {
    font-size: 1rem !important;
    width: 100%;
  }
  .modal-box .modal-content-box .results {
    padding: 0;
  }
}
.modal-box .modal-content-box.active {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.modal-box .modal-header {
  display: inline-block;
  padding: 10px 2em;
  color: #fff;
  background: #0042DD;
  margin: 0em 0 2em -2em;
}
.modal-box .modal-header h3 {
  display: inline-block;
  line-height: 1.8em;
  font-size: 1.9em;
}
.modal-box .modal-header i {
  margin-right: 0.5em;
  font-size: 1.3em;
  position: relative;
  top: 4px;
}
.modal-box .modal-select-club .input-container {
  border: 2px solid #333;
  margin-right: 5em;
}
.modal-box .modal-select-club li {
  cursor: pointer;
}
.modal-box .modal-select-club li:hover {
  opacity: 0.8;
}
.modal-box .modal-select-club li:active {
  top: 1px;
  opacity: 0.8;
  position: relative;
}
.modal-box .modal-select-club .input-container i {
  font-size: 1.4em;
}
.modal-box .modal-select-club .input-container input {
  height: 50px;
  line-height: 50px;
}
.modal-box .club-chooser {
  columns: 2;
}
.modal-box .club-chooser li {
  padding: 0;
  font: 16px "Youth", sans-serif;
  font-size: 1.125rem;
}
.modal-box .club-chooser li:before {
  display: none;
}
.modal-box .club-chooser a {
  padding: 0.25em 0.2em;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: inline-block;
}
.modal-box .club-chooser a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.modal-box .club-chooser a:before {
  font-family: "FontAwesome";
  content: "\f054";
  margin-right: 0.5em;
}
.modal-box .club-chooser li a.selected:before {
  content: "\f00c";
}

.pac-container {
  z-index: 999999 !important;
}

.pac-logo:after {
  display: none !important;
}

.results {
  padding: 3em 0;
}
.results h1 {
  color: #fff;
}

.result-container {
  margin-bottom: 0em;
  padding: 0 5px;
}
.result-container:nth-child(3n+4) {
  clear: both;
}

.result header {
  text-align: center;
  color: #000;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0 1em 0;
}
.result header h5 {
  font-size: 1.5em;
}
.result header i {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.5em;
  margin-right: 0.25em;
}

#modal-mega-menu-desktop {
  position: relative;
  background: #0042DD;
  height: 100%;
  width: 100%;
  min-width: 100% !important;
  overflow: hidden;
}
#modal-mega-menu-desktop::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/x-burst.png") center/cover no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}
#modal-mega-menu-desktop > * {
  position: relative;
  z-index: 1;
}
#modal-mega-menu-desktop .modal-box__close {
  color: #fff;
  opacity: 0.9;
  transition: opacity 0.15s ease;
}
#modal-mega-menu-desktop .modal-box__close:hover {
  opacity: 1;
}

.modal-box:has(#modal-mega-menu-desktop.active) .close-button {
  display: none !important;
}

.media-text-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.media-text {
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .media-text {
    padding-top: 0 !important;
  }
}
.media-text .embedVideo {
  position: relative;
  display: inline-block;
  width: 100%;
}
.media-text .embedVideo:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f04b";
  font-family: "FontAwesome";
  color: #0042DD;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #0042DD;
}
.media-text .button {
  margin-right: 15px;
}
.media-text.fixed .media-text__image {
  position: relative;
  height: 100%;
  margin-left: -25px;
}
@media (max-width: 991.98px) {
  .media-text.fixed .media-text__image {
    margin-left: 0;
    padding: 0;
  }
}
.media-text.fixed .media-text__image img {
  width: 100%;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .media-text {
    padding: 2em 0 2em 0;
  }
}
.media-text__image-container {
  padding: 0;
}
.media-text__image-container img {
  width: 100%;
  padding: 2em 1em;
}
.media-text__image-container.order-2 {
  direction: rtl;
}
.media-text__image {
  position: relative;
}
.media-text__image video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}
.media-text__image img {
  width: 100%;
}
@media (min-width: 992px) {
  .media-text__image {
    max-width: initial;
  }
}
@media (max-width: 991.98px) {
  .media-text__image {
    order: -2 !important;
  }
}
.media-text__content {
  position: relative;
}
@media (max-width: 991.98px) {
  .media-text__content {
    padding: 20px;
  }
}
.media-text__content-container {
  align-items: center;
  display: flex;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .media-text__content-container {
    padding: calc(1.4375rem + 2.25vw);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .media-text__content-container {
    padding: 3.125rem;
  }
}
@media (max-width: 991.98px) {
  .media-text__content-container {
    padding-top: 3em;
    padding-bottom: 3em;
    color: #333;
    order: 4 !important;
    margin-top: 2em;
  }
}
.media-text .order-2 .about-image {
  direction: rtl;
}

.text-panel > img {
  max-height: 400px;
  width: 100%;
  object-fit: cover;
}

.text-panel .feature-image + .media-text .user-content > div {
  position: relative;
  z-index: 10;
  background: white;
}

.fancybox-active #header {
  opacity: 0;
}

.media-text.background-blue {
  position: relative;
  overflow: hidden;
  color: #fff;
  background-color: #0042DD !important;
  background-image: none !important;
}
.media-text.background-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/x-burst.png") center/cover no-repeat;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}
.media-text.background-blue > .container,
.media-text.background-blue .container {
  position: relative;
  z-index: 1;
}
.media-text.background-blue h2, .media-text.background-blue .h2, .media-text.background-blue h2.title-colour, .media-text.background-blue .h4, .media-text.background-blue p, .media-text.background-blue li,
.media-text.background-blue .user-content, .media-text.background-blue .user-content * {
  color: #fff;
}
.media-text.background-blue .button, .media-text.background-blue .button.background-purple {
  background: #fff !important;
  color: #0042DD !important;
}
.media-text.background-blue .button i, .media-text.background-blue .button.background-purple i {
  color: #0042DD !important;
}
.media-text.background-blue .button:hover, .media-text.background-blue .button.background-purple:hover {
  background: #F5F2F1 !important;
  color: #0042DD !important;
}

.card {
  position: relative;
}
.card.suppress-True {
  pointer-events: none;
}
.card a {
  position: relative;
  height: 100%;
  color: black;
  text-align: left;
  display: inline-block;
  background: white;
  width: 100%;
  transition: all 0.1s ease-in;
}
.card a:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2), 0px 0px 35px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
.card {
  text-decoration: none;
  margin-bottom: 1.25rem;
}
.card .detail {
  line-height: 1.4;
  font: 16px "Youth", sans-serif;
  font-size: 1.25rem;
}
.card__link {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #333;
  text-decoration: none;
}
.card__link:hover {
  text-decoration: none;
}
.card__image {
  margin: 0 auto;
  height: auto;
  object-fit: initial;
}
.card__content {
  padding: 1.25rem 0;
}
.card__content p {
  padding-bottom: 0;
}
.card.card-event a {
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
}
.card.card-event .card__image img {
  width: 100%;
}
.card.card-event .card__content {
  padding: 15px 25px;
}
.card.card-event .card__content h3 {
  text-transform: none;
  padding: 0px 0 15px 0;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .card.card-event .card__content h3 {
    font-size: 1.75rem;
  }
}
.card.card-event .card__content h3 {
  font-weight: 700;
  letter-spacing: -0.5px;
}
.card.card-document a {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}
.card.card-document .card__image img {
  height: 450px;
  object-fit: cover;
  width: 100%;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .card.card-document .card__image img {
    height: 250px;
  }
}
.card.card-document .card__content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/card-splash.png");
  width: 90%;
  min-height: 140px;
  padding: 0 20px 25px 20px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  color: white;
  align-items: start;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .card.card-document .card__content {
    min-height: 70px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .card.card-document .card__content h3 {
    font-size: 1.14rem !important;
    line-height: 0.97 !important;
  }
}
.card.card-document .card__content h3 {
  color: white;
  padding: 0;
  font-weight: 800;
  text-transform: none;
  padding-right: 50px;
  padding-top: 30px;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .card.card-document .card__content h3 {
    font-size: 1.5rem;
  }
}
.card.card-document .card__content h3 {
  font-weight: 700;
  letter-spacing: -0.15px;
  line-height: 1 !important;
}
.card.card-health {
  display: flex;
  padding: 2em;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  margin: 1.5em auto 2em auto;
  border-radius: 20px;
}
.card.card-health a {
  display: flex;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .card.card-health a {
    display: block;
  }
}
.card.card-health .card__image {
  flex: 1;
}
.card.card-health .card__image img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.card.card-health .card__content {
  flex: 3;
  padding-left: 2.5em;
}
@media (max-width: 991.98px) {
  .card.card-health .card__content {
    padding-left: 0em;
  }
}
.card.card-health .card__content p {
  padding-bottom: 15px;
}
.card.card-health .card__content h3 {
  text-transform: none;
  font-weight: 800;
  font-size: 3rem;
}
.card.card-plain a {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  background: white;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 15px;
  color: black;
}
.card.card-plain .card__image {
  display: none;
}
.card.card-plain .card__image img {
  height: 519px;
  object-fit: cover;
  width: 100%;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .card.card-plain .card__image img {
    height: 250px;
  }
}
@media (max-width: 991.98px) {
  .card.card-plain .card__content {
    min-height: 70px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .card.card-plain .card__content h3 {
    font-size: 1.14rem !important;
    line-height: 0.97 !important;
  }
}
.card.card-plain .card__content p {
  font-size: 15px;
}
.card.card-plain .card__content h3 {
  padding: 0;
  font-weight: 800;
  text-transform: none;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .card.card-plain .card__content h3 {
    font-size: 1.625rem;
  }
}
.card.card-plain .card__content h3 {
  font-weight: 700;
  letter-spacing: -0.15px;
  padding-bottom: 10px;
}
.card.card-video a {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: relative;
}
.card.card-video a:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f04b";
  font-family: "FontAwesome";
  color: #0042DD;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 3px solid #0042DD;
}
.card.card-video .card__image img {
  height: 389px;
  object-fit: cover;
  width: 100%;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .card.card-video .card__image img {
    height: 250px;
  }
}
.card.card-video .card__content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/card-splash.png");
  width: 90%;
  min-height: 100px;
  padding: 0 20px 25px 20px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  color: white;
  align-items: start;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .card.card-video .card__content {
    min-height: 70px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .card.card-video .card__content h3 {
    font-size: 1.14rem !important;
    line-height: 0.97 !important;
  }
}
.card.card-video .card__content h3 {
  color: white;
  padding: 0;
  font-weight: 800;
  text-transform: none;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .card.card-video .card__content h3 {
    font-size: 2rem;
  }
}
.card.card-video .card__content h3 {
  font-weight: 700;
  letter-spacing: -0.15px;
}
.card.card-small-blue-overlay div {
  line-height: 1.2;
}
.card.card-small-blue-overlay a {
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  text-decoration: none;
  transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
}
.card.card-small-blue-overlay a:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}
.card.card-small-blue-overlay a h3 {
  text-decoration: none;
}
.card.card-small-blue-overlay .card__image img {
  height: 320px;
  object-fit: cover;
  width: 100%;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .card.card-small-blue-overlay .card__image img {
    height: 250px;
  }
}
.card.card-small-blue-overlay .card__content {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 118px;
  padding: 22px 24px 46px 24px;
  background: white;
  color: #1D1E1F;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  transition: background 0.15s ease-in, color 0.15s ease-in;
}
.card.card-small-blue-overlay .card__content:after {
  content: "→";
  position: absolute;
  right: 22px;
  bottom: 16px;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #0042DD;
  transition: color 0.15s ease-in;
}
@media (max-width: 991.98px) {
  .card.card-small-blue-overlay .card__content {
    min-height: 92px;
    padding: 18px 18px 42px 18px;
  }
  .card.card-small-blue-overlay .card__content h3 {
    font-size: 1.14rem !important;
    line-height: 0.97 !important;
  }
}
.card.card-small-blue-overlay .card__content h3 {
  color: inherit;
  padding: 0;
  text-transform: none;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .card.card-small-blue-overlay .card__content h3 {
    font-size: 1.75rem;
  }
}
.card.card-small-blue-overlay .card__content h3 {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}
.card.card-small-blue-overlay.is-active .card__content,
.card.card-small-blue-overlay a:hover .card__content {
  background: #0042DD;
  color: white;
}
.card.card-small-blue-overlay.is-active .card__content:after,
.card.card-small-blue-overlay a:hover .card__content:after {
  color: white;
}
.card.card-feature div {
  line-height: 1.2;
}
.card.card-feature a {
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.1s ease-in;
}
.card.card-feature a:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2), 0px 0px 35px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
.card.card-feature .card__image img {
  height: 519px;
  object-fit: cover;
  width: 100%;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .card.card-feature .card__image img {
    height: 250px;
  }
}
.card.card-feature .card__content {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/card-splash.png");
  width: 90%;
  min-height: 140px;
  padding: 0 20px 25px 20px;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  color: white;
  align-items: start;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .card.card-feature .card__content {
    min-height: 70px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .card.card-feature .card__content h3 {
    font-size: 1.14rem !important;
    line-height: 0.97 !important;
  }
}
.card.card-feature .card__content h3 {
  color: white;
  padding: 0;
  font-weight: 800;
  text-transform: none;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .card.card-feature .card__content h3 {
    font-size: 2rem;
  }
}
.card.card-feature .card__content h3 {
  font-weight: 700;
  letter-spacing: -0.15px;
}
.card.card-main-venue {
  margin-bottom: 30px;
}
.card.card-main-venue a {
  text-decoration: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
}
.card.card-main-venue .card__image img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  vertical-align: top;
}
.card.card-main-venue .card__content {
  left: 0;
  bottom: 0;
  padding: 20px 20px 25px 20px;
  background-size: 100% 100%;
  display: flex;
  background: #0042DD;
  color: white;
  border-radius: 10px;
  margin-top: -10px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.card.card-main-venue .card__content p {
  font-size: 15px;
  padding-bottom: 10px;
}
.card.card-main-venue .card__content .button i {
  color: #0033AD;
}
.card.card-main-venue .card__content h3 {
  font-weight: 800;
  text-transform: none;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .card.card-main-venue .card__content h3 {
    font-size: 2rem;
  }
}
.card.card-main-venue .card__content h3 {
  font-weight: 500;
  letter-spacing: -0.15px;
}
.card.card-venue a {
  display: flex;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  background: white;
}
@media (max-width: 991.98px) {
  .card.card-venue a {
    display: block;
  }
}
.card.card-venue p {
  font-size: 16px;
}
.card.card-venue .card__image {
  flex: 1;
}
.card.card-venue .card__image img {
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}
.card.card-venue .card__content {
  flex: 1;
  left: 0;
  bottom: 0;
  width: 90%;
  padding-left: 25px;
  background-size: 100% 100%;
}
@media (max-width: 991.98px) {
  .card.card-venue .card__content {
    padding-left: 0;
  }
}
.card.card-venue .card__content h3 {
  padding: 0;
  font-weight: 800;
  text-transform: none;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .card.card-venue .card__content h3 {
    font-size: 1.75rem;
  }
}
.card.card-venue .card__content h3 {
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
  padding-bottom: 10px;
}
.card.card-news a {
  text-decoration: none;
  display: block;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.15s ease-in, box-shadow 0.15s ease-in;
}
.card.card-news a:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}
.card.card-news a h3 {
  text-decoration: none;
}
.card.card-news .card__image img {
  height: 300px;
  object-fit: cover;
  width: 100%;
  vertical-align: top;
}
@media (max-width: 991.98px) {
  .card.card-news .card__image img {
    height: 200px !important;
  }
}
.card.card-news .card__content {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 118px;
  padding: 22px 24px 46px 24px;
  background: white;
  color: #1D1E1F;
}
.card.card-news .card__content:after {
  content: "→";
  position: absolute;
  right: 22px;
  bottom: 16px;
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #0042DD;
}
@media (max-width: 991.98px) {
  .card.card-news .card__content {
    padding: 18px 18px 42px 18px;
  }
  .card.card-news .card__content h3 {
    font-size: 1.15rem !important;
  }
}
.card.card-news .card__content h3 {
  padding: 0;
  text-transform: none;
  color: inherit;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .card.card-news .card__content h3 {
    font-size: 1.5rem;
  }
}
.card.card-news .card__content h3 {
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.card.card-news .card__content p {
  font: 16px "Youth", sans-serif;
  font-size: 0.9375rem;
  padding-bottom: 0;
}
.card.style-testimonial {
  position: relative;
}
.card.style-testimonial .card__image {
  height: 600px;
  max-height: 60vh;
  position: static;
  object-fit: cover;
  position: relative;
  border-radius: 15px;
  width: 100%;
}
.card.style-testimonial .card__content {
  position: absolute;
  left: 0;
  bottom: 0;
}
.card.style-testimonial .card__content h3 {
  color: white;
  padding: 0;
}
.card.style-testimonial .card__content h5 {
  font: 16px "Youth", sans-serif;
  font-size: 0.9375rem;
  padding: 0 0 5px 0;
}
.card.style-testimonial .card__content .h4 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.3875rem + 1.65vw);
}
@media (min-width: 1200px) {
  .card.style-testimonial .card__content .h4 {
    font-size: 2.625rem;
  }
}
.card.style-testimonial .card__content .h4 {
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .card-block .row__header h2 .button {
    font-size: 0.8rem;
    padding: 5px 15px;
  }
  .card-block .splide__list {
    padding-left: 20px !important;
  }
}

.splide__pagination {
  bottom: -30px;
  gap: 8px;
}

html body .splide__pagination__page {
  width: 44px;
  height: 4px;
  border-radius: 2px;
  margin: 0 4px;
  opacity: 1;
  transform: none;
  background: #d2d3d6;
  transition: background 0.2s ease;
}

html body .splide__pagination__page.is-active {
  background: #0042DD;
  transform: none;
}

.content-block .row__header h2,
.card-block .row__header h2 {
  color: #0042DD;
}

.background-blue .row__header h2,
.background-blue.content-block .row__header h2 {
  color: #fff;
}

/* ============================================================
   Figma card look for feature cards (Activities / Kids) — migrated
   from the /figma-* prototype: photo top, white footer with title
   + blue arrow, rounded, hover lift. Appended to override the old
   splash-overlay style.
   ============================================================ */
.card.card-feature a {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card.card-feature a:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.13);
}
.card.card-feature .card__image img {
  height: auto;
  aspect-ratio: 16/11;
  width: 100%;
  object-fit: cover;
  display: block;
}
.card.card-feature .card__content {
  position: static;
  background: #fff;
  background-image: none;
  color: #1D1E1F;
  padding: 22px 24px;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.card.card-feature .card__content:after {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230042DD' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h15M13 6l6 6-6 6'/%3E%3C/svg%3E") center/contain no-repeat;
}
.card.card-feature .card__content h3 {
  color: #1D1E1F;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .card.card-feature .card__content h3 {
    font-size: 1.375rem;
  }
}
.card.card-feature .card__content h3 {
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.15px;
}
@media (max-width: 991.98px) {
  .card.card-feature .card__content h3 {
    font-size: 1.14rem !important;
  }
}

/* ============================================================
   Figma-brand VENUE LISTING (/venues grid).
   Scoped to body.template-venues so only the listing is touched.
   Converts the venue cards to the white photo-card look used by
   the homepage feature cards: photo on top, white body with the
   venue name in blue + description + View button, hover lift.
   ============================================================ */
.template-venues .card.card-main-venue {
  margin-bottom: 30px;
}
.template-venues .card.card-main-venue > a {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.template-venues .card.card-main-venue > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.13);
}
.template-venues .card.card-main-venue .card__image img {
  height: auto;
  aspect-ratio: 16/10;
  width: 100%;
  object-fit: cover;
  display: block;
}
.template-venues .card.card-main-venue .card__content {
  position: static;
  margin-top: 0;
  background: #fff;
  background-image: none;
  color: #1D1E1F;
  border-radius: 0;
  padding: 24px 26px 26px;
  flex: 1 1 auto;
}
.template-venues .card.card-main-venue .card__content h3 {
  color: #0042DD;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .template-venues .card.card-main-venue .card__content h3 {
    font-size: 1.75rem;
  }
}
.template-venues .card.card-main-venue .card__content h3 {
  font-weight: 700;
  letter-spacing: -0.15px;
  margin-bottom: 8px;
}
.template-venues .card.card-main-venue .card__content div, .template-venues .card.card-main-venue .card__content p {
  color: #1D1E1F;
}
.template-venues .card.card-main-venue .card__content p {
  font-size: 15px;
  line-height: 1.5;
}
.template-venues .card.card-main-venue .card__content .button-box {
  margin-top: auto;
  padding-top: 14px;
}
.template-venues .card.card-main-venue .card__content .button {
  background: #0042DD;
  color: #fff;
}
.template-venues .card.card-main-venue .card__content .button i {
  color: #fff;
}
.template-venues .card.card-main-venue .card__content .button:hover {
  background: #0033AD;
}

.accordians__header-row {
  padding-bottom: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .accordians__header-row {
    padding-bottom: 1.5625rem;
  }
}
.accordians__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(1.28125rem + 0.375vw);
}
@media (min-width: 1200px) {
  .accordians__header {
    padding-bottom: 1.5625rem;
  }
}
.accordians__header h2 {
  padding-bottom: 0;
}
.accordian h5 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 800;
}
.accordian {
  text-decoration: none;
  border-bottom: 1px solid;
  padding: 30px 0;
}
.accordian__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordian__header i {
  margin-right: 20px;
  font-size: 2em;
  transition: all 0.2s ease-in;
}
.accordian__header h4 {
  padding-bottom: 0;
  font-size: 36px;
}
.accordian__content {
  display: none;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0;
  border-top: 1px solid;
  padding-top: calc(1.34375rem + 1.125vw);
}
@media (min-width: 1200px) {
  .accordian__content {
    padding-top: 2.1875rem;
  }
}
.accordian__content {
  margin-top: 40px;
}
.accordian__content {
  padding-bottom: 0;
}
.accordian.active .accordian__header i {
  transform: rotate(180deg);
}

.icon-grid img {
  max-height: 150px;
}
.icon-grid a {
  text-decoration: none;
  transition: all 0.1s ease-in;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.icon-grid a:hover {
  transform: scale(1.05);
}
.icon-grid a:hover img {
  background: #0033AD;
}
.icon-grid .icon-background-image {
  min-height: 70vh;
  background-size: cover;
  width: 100%;
}
.icon-grid > .container > .row {
  background: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  background: white;
  margin-top: -10em;
  padding: 2em;
  border-radius: 15px;
}
.icon-grid > .container > .row .icon-grid__icons.columns-6 > div {
  width: 16.6666666667%;
  max-width: 16.6666666667%;
}
.icon-grid > .container > .row .icon-grid__icons .icon-grid__icon {
  padding: 0 1em;
}
.icon-grid > .container > .row .icon-grid__icons .icon-grid__icon p {
  font-size: 16px;
}
.icon-grid > .container > .row .icon-grid__icon-container {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.venue-icons {
  text-align: center;
  flex-wrap: wrap;
}
.venue-icons .col-lg-3 {
  width: 14.2857142857%;
  margin: 1em 0;
}
@media (max-width: 991.98px) {
  .venue-icons .col-lg-3 {
    width: 33.3333333333%;
    margin: 0;
  }
}
.venue-icons img {
  height: 110px;
  width: 110px;
  padding: 20px;
  border-radius: 50%;
  border: 4px solid white;
  object-fit: contain;
  padding: 1.5em;
}
@media (max-width: 991.98px) {
  .venue-icons img {
    height: 90px;
    width: 90px;
    padding: 10px;
  }
}
.venue-icons h4 {
  color: white;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  .venue-icons h4 {
    font-size: 1rem;
  }
}

.banner {
  min-height: 78vh;
  position: relative;
  width: 100%;
  flex-direction: column;
  padding: 2em 0;
  display: flex;
}
.banner h4 {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .banner {
    min-height: 420px;
  }
}
.banner__image, .banner__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .banner__image, .banner__image img {
    position: relative;
  }
}
.banner__content {
  position: relative;
  color: white;
  width: 100%;
}
.banner__content .col-md-12.feature-image-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner__content .col-md-12.feature-image-content .main-content {
  width: 60%;
}
.banner__content .col-md-12.feature-image-content .feature-image-container {
  width: 40%;
}
@media (max-width: 991.98px) {
  .banner__content .col-md-12.feature-image-content .feature-image-container {
    display: none;
  }
}
.banner__content .col-md-12.feature-image-content .feature-image-container img {
  width: 100%;
}

.banner-block .splide__pagination {
  bottom: 10px;
}
@media (max-width: 991.98px) {
  .banner-block h4 {
    font: 16px "Youth", sans-serif;
    font-size: 1rem;
  }
  .banner-block .banner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .banner-block .banner__content {
    background: #0042DD;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.inner-banner {
  background: #0042DD;
  min-height: 38vh;
  display: flex;
  align-items: center;
  justify-content: start;
  color: white;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: left;
}
.inner-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .inner-banner img {
    min-height: 200px;
  }
  .inner-banner {
    min-height: 0px !important;
  }
}
.inner-banner.overlay:after {
  background-image: url("/assets/img/overlay.png");
  position: absolute;
  background-size: cover;
  z-index: 10;
  top: 0;
  left: 0;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  content: "";
}
@media (max-width: 991.98px) {
  .inner-banner {
    flex-direction: column;
    min-height: 100px;
  }
}
.inner-banner h1 {
  padding-bottom: 10px;
  position: relative;
}
.inner-banner p {
  line-height: 1.6;
}
.inner-banner__content {
  position: relative;
  z-index: 30;
  max-width: 500px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .inner-banner__content {
    padding: 10px 15px;
    text-align: center;
    width: 100%;
    max-width: 100%;
    flex: initial;
  }
}
.inner-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .inner-banner img {
    position: static;
  }
}
h1, h2, h3, h4 {
  position: relative;
  z-index: 5;
}
h1.styled-heading, h2.styled-heading, h3.styled-heading, h4.styled-heading {
  display: inline-block;
}
h1.styled-heading:after, h2.styled-heading:after, h3.styled-heading:after, h4.styled-heading:after {
  width: 150%;
  height: 150%;
  min-width: 580px;
  min-height: 250px;
  transform: translate(0%, -50%);
  top: 60%;
  z-index: -1;
  left: -140px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  position: absolute;
  background-image: url("../img/heading-splash.png");
}
@media (max-width: 991.98px) {
  h1.styled-heading:after, h2.styled-heading:after, h3.styled-heading:after, h4.styled-heading:after {
    width: 120%;
    height: 120%;
    min-width: 400px;
    min-height: 160px;
  }
}

h2.styled-heading:after {
  min-height: 220px;
  min-width: 440px;
  left: -80px;
}

/* ============================================================
   Figma-brand interior banner (auto-banner on every page)
   Migrated from the /figma-* prototype hero: centred, large
   white Youth heading. Appended so it overrides the base rules.
   ============================================================ */
.inner-banner {
  justify-content: center;
  text-align: center;
  min-height: 46vh;
}
.inner-banner .inner-banner__content, .inner-banner__content {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
.inner-banner:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 8, 40, 0.22), rgba(0, 8, 40, 0.5));
  pointer-events: none;
}
.inner-banner .row {
  justify-content: center !important;
}
.inner-banner .breadcrumbs {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  z-index: 20;
  background: transparent !important;
  text-align: left;
}
.inner-banner h1 {
  color: #fff;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width: 1200px) {
  .inner-banner h1 {
    font-size: 4rem;
  }
}
.inner-banner h1 {
  font-weight: 700;
  line-height: 1.03;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.45);
}
.inner-banner h1.styled-heading:after, .inner-banner h1.styled-heading:before {
  display: none !important;
}
.inner-banner p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 60ch;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .inner-banner {
    min-height: 300px;
  }
  .inner-banner h1 {
    font: 16px "Youth", sans-serif;
    font-size: calc(1.3375rem + 1.05vw);
  }
}
@media (max-width: 991.98px) and (min-width: 1200px) {
  .inner-banner h1 {
    font-size: 2.125rem;
  }
}

/* Clean full-bleed video banner (Figma): when a video is set, drop the text
   overlay — the copy lives in a separate panel below, as in the prototype. */
.banner--video .banner__content {
  display: none;
}
.banner--video .banner__video, .banner--video .banner__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery .col-md-12 {
  display: flex;
  flex-wrap: wrap;
}
.gallery .col-md-12 a {
  width: 25%;
}
@media (max-width: 991.98px) {
  .gallery .col-md-12 a {
    width: 50%;
  }
}
.gallery .col-md-12 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  vertical-align: top;
  padding: 5px;
}

.content-listings img {
  vertical-align: top;
}
.content-listings .slick-slide {
  margin-right: 10px;
}
.content-listings__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .content-listings__header {
    padding-bottom: 1.875rem;
  }
}
.content-listings__header h2 {
  padding-bottom: 0;
}
.content-listings.heading-style-image_left .feature_image_left {
  text-align: right;
  direction: rtl;
}
.content-listings.heading-style-image_left .feature_image_left img {
  max-width: initial;
  position: relative;
  z-index: 2;
  text-align: right;
  direction: rtl;
  width: 250%;
  margin-bottom: -5em;
}
.content-listings.heading-style-text_left .container {
  display: flex;
}
.content-listings.heading-style-text_left .container > .row:first-child {
  width: 30%;
}
.content-listings.heading-style-text_left .container > .row:last-child {
  width: 70%;
}
.content-listings header.heading-style-text_left {
  display: inline-block;
}

.activity-finder {
  border-radius: 15px;
  margin-top: -5em;
  position: relative;
  z-index: 2;
  padding: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  .activity-finder {
    padding: 1.875rem;
  }
}
.activity-finder {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.activity-finder .select-container, .activity-finder .input-container {
  margin: 0;
}
@media (max-width: 991.98px) {
  .activity-finder {
    margin: 10px;
    width: initial;
    margin-top: -25px;
    margin-top: 0;
  }
  .activity-finder .select-container {
    margin-bottom: 15px;
  }
  .activity-finder .col-md-4:last-child button {
    width: 100%;
  }
  .activity-finder .col-md-4:last-child label {
    display: none;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 32px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 64px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 64px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6.4px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6.4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6.4px, -8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6.4px, 8px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6.4px, -8px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6.4px, 8px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -64px;
  top: -64px;
  transform: translate3d(64px, 64px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -64px;
  top: -64px;
  transform: translate3d(-64px, 64px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -64px;
  top: 64px;
  transform: translate3d(64px, -64px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -64px;
  top: 64px;
  transform: translate3d(-64px, -64px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.5714285714px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.mm-page {
  position: static;
}

.membership-panel__image img {
  width: 100%;
  object-fit: cover;
  max-height: 60vh;
  vertical-align: top;
}
.membership-panel .splide {
  margin-top: -10em;
}

.venue-box {
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  background: white;
  border-radius: 10px;
}
.venue-box i {
  left: initial;
  right: 20px;
}
.venue-box input {
  text-indent: 30px;
}
.venue-box h5 {
  text-transform: none;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .venue-box h5 {
    font-size: 1.375rem;
  }
}
.venue-box h5 {
  font-weight: 700;
}
.venue-box p {
  color: #070538;
}
.venue-box h3 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.3625rem + 1.35vw);
}
@media (min-width: 1200px) {
  .venue-box h3 {
    font-size: 2.375rem;
  }
}
.venue-box h3 {
  letter-spacing: -1px;
  font-weight: 800;
  text-transform: none;
  color: #070538;
}
.venue-box #map {
  height: 300px;
  margin-bottom: 20px;
}
.venue-box .input-container {
  margin-bottom: 25px;
}
.venue-box .button {
  min-width: 250px;
}

.featured-news {
  background-image: url("../img/news-background.png");
  background-size: cover;
  background-position: center;
}
.featured-news img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}

.main-venue-grid {
  margin: 3em auto;
}

.store-info-box-inner {
  text-align: center;
}
.store-info-box-inner .button-box {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.store-info-box-inner .button-box .button {
  text-align: center;
}

.article-container {
  padding: 2em 0;
}

.venue-finder {
  position: relative;
}
.venue-finder .background-image {
  z-index: 0;
}
.venue-finder .media-text__content {
  position: relative;
  z-index: 10;
}
@media (max-width: 991.98px) {
  .venue-finder .media-text__content {
    max-width: 100%;
    margin: 0 auto;
    width: calc(100% - 15px);
    padding: 10px;
  }
  .venue-finder .venue-box {
    padding: 15px;
  }
  .venue-finder .button {
    width: 100%;
  }
  .venue-finder .background-image {
    position: static;
    height: 350px;
    margin-bottom: -60%;
  }
}

.aboutus-container h3 {
  color: #0042DD;
  font-weight: 800;
}
.aboutus-container img {
  margin-bottom: 2em;
}

.standoutblock {
  padding: 5em 0;
  background-image: url("/assets/img/pattern.jpg");
  background-size: cover;
}
@media (max-width: 991.98px) {
  .standoutblock {
    background: #3D6FE5;
    background-image: none;
    padding: 15px 0 !important;
  }
}
.standoutblock h2 {
  text-transform: uppercase;
  text-align: center;
}
.standoutblock p {
  padding: 0;
  margin: 0;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  .standoutblock p {
    font-size: 1.375rem;
  }
}

.content-switcher-container .content-switcher {
  padding: 2em;
  border-radius: 12px;
  background-image: url("/assets/img/app-background.png");
  z-index: 5;
  padding: 2em;
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.content-switcher-container .content-switcher h3 {
  margin-bottom: 0;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .content-switcher-container .content-switcher {
    padding: 15px;
  }
}
.content-switcher-container h4 {
  text-transform: uppercase;
}
.content-switcher-container select {
  padding: 15px;
  background: #eee;
  width: 100%;
  font: 16px "Youth", sans-serif;
  font-size: 1.125rem;
  border-radius: 52px;
}

.contact-form {
  padding: 2em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 2em;
  border-radius: 12px;
  overflow: hidden;
}
.contact-form h2, .contact-form p {
  text-align: Center;
}
.contact-form form {
  color: white;
}
.contact-form form label {
  color: white;
}
.contact-form form input, .contact-form form textarea {
  color: black;
  border: 1px solid white;
  background: white;
}
.contact-form form textarea {
  min-height: 200px;
}
.contact-form form .button-box {
  align-items: center;
  justify-content: center;
}

.membership-options h3 {
  text-transform: none !important;
}

.membership-tabs {
  margin: 2em 0 1em 0;
}
.membership-tabs ul {
  display: flex;
  width: 100%;
}
@media (max-width: 991.98px) {
  .membership-tabs ul {
    flex-wrap: wrap;
  }
}
.membership-tabs ul li {
  flex: 1;
  cursor: pointer;
  border-bottom: 5px solid #e7e6e6;
  text-align: center;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  .membership-tabs ul li {
    font-size: 1.3125rem;
  }
}
@media (max-width: 991.98px) {
  .membership-tabs ul li {
    width: 33%;
    flex: initial;
    font-size: 16px;
  }
}
.membership-tabs ul li {
  padding: 10px;
}
.membership-tabs ul li:hover {
  opacity: 0.8;
}
.membership-tabs ul li.active {
  border-color: #070538;
}

.membership-columns {
  display: flex;
  align-items: start;
  justify-content: center;
}
.membership-columns .membership-column {
  margin: 1em;
  overflow: hidden;
  border-radius: 30px;
  border: 4px solid #0042DD;
  width: 33%;
  display: none;
}
@media (max-width: 991.98px) {
  .membership-columns .membership-column .button {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .membership-columns .membership-column {
    margin: 1px;
    width: 50%;
  }
}
.membership-columns .membership-column.active {
  display: block !important;
}
.membership-columns .membership-column p {
  padding-bottom: 5px;
}
.membership-columns .membership-column h4 {
  font-size: 2.5rem;
  padding-bottom: 5px;
}
@media (max-width: 991.98px) {
  .membership-columns .membership-column h4 {
    font-size: 1.5rem;
  }
  .membership-columns .membership-column h4 + h4 {
    font-size: 1rem;
  }
}
.membership-columns .membership-column h4 small {
  font-size: 0.8em;
}
.membership-columns .membership-column h5 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: none;
  padding-bottom: 5px;
}
.membership-columns .membership-column h5 small {
  font-size: 1.3rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .membership-columns .membership-column h5 {
    font-size: 1.3rem;
  }
  .membership-columns .membership-column h5 + h4 {
    font-size: 1rem;
  }
}
.membership-columns .membership-column ins {
  text-decoration: line-through;
}
.membership-columns .membership-column .membership-content h5 {
  text-transform: none;
  padding: 10px 15px;
  font-size: 1.5rem;
  text-align: center;
}
@media (max-width: 991.98px) {
  .membership-columns .membership-column .membership-content h5 {
    padding: 8px 5px;
  }
}
.membership-columns .membership-column .membership-content ul li {
  padding: 10px 15px;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .membership-columns .membership-column .membership-content ul li {
    padding: 8px 5px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.membership-columns .membership-column .membership-content ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: green;
  margin-right: 10px;
}
.membership-columns .membership-column .membership-content ul li:nth-child(odd) {
  background: #e5f8fb;
}
.membership-columns .membership-column .membership-header {
  padding: 1.5em;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 991.98px) {
  .membership-columns .membership-column .membership-header {
    padding: 15px;
  }
}

.tags {
  display: flex;
  font: 16px "Youth", sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
  margin-top: 5px;
}
.tags .tag {
  padding: 5px 10px;
  border: 2px solid white;
  border-radius: 50px;
  margin-right: 5px;
}

.inner-banner p {
  z-index: 9999;
  position: relative;
}

.opening-times-container {
  background: #f5f5f5;
  margin-top: -20px;
  text-align: center;
  padding: 3em 2em 1.5em 2em;
  margin-bottom: 2em;
  color: #0042DD;
  display: none;
}
.opening-times-container.active {
  display: block;
}
@media (max-width: 991.98px) {
  .opening-times-container {
    padding: 35px 15px 0 15px;
  }
}
.opening-times-container h3 {
  text-transform: none;
  font-weight: 700;
  margin-bottom: 0.5em;
  font-size: 2rem;
}
.opening-times-container .opening-time {
  display: flex;
}
@media (max-width: 991.98px) {
  .opening-times-container .opening-time {
    flex-wrap: wrap;
  }
}
.opening-times-container .opening-time {
  color: #0042DD;
}
.opening-times-container .opening-time .day {
  flex: 1;
  border-right: 3px solid #0042DD;
}
@media (max-width: 991.98px) {
  .opening-times-container .opening-time .day {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .opening-times-container .opening-time .day h4 {
    padding-bottom: 5px;
    font-size: 1.2rem;
  }
}
.opening-times-container .opening-time .day:last-child {
  border-right: 0;
}
.opening-times-container .opening-time .day p {
  padding-bottom: 0;
}

.card-news img {
  height: 200px !important;
}

.career-sidebar {
  padding: 2em;
  border-radius: 12px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  margin-top: 1.5em;
}
@media (min-width: 992px) {
  .career-sidebar {
    position: sticky;
    top: 180px;
    left: 0;
  }
}
.career-sidebar h4 {
  text-transform: uppercase;
}
.career-sidebar select {
  padding: 15px;
  background: #eee;
  width: 100%;
  font: 16px "Youth", sans-serif;
  font-size: 1.125rem;
  border-radius: 52px;
  margin-top: 10px;
}

.job-details {
  padding: 3em 0 1em 0;
}
.job-details .job-detail {
  display: flex;
}
.job-details .job-detail > p {
  flex: 1;
  font-weight: bold;
}
.job-details .job-detail > div {
  flex: 3;
}

.job-description h3 {
  text-transform: none;
  font-weight: 800;
  font-size: 3rem;
}

.venue-main-image {
  position: relative;
}
.venue-main-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #3D6FE5;
  height: 84px;
  width: 84px;
  border: 5px solid #3D6FE5;
  border-radius: 50%;
  line-height: 84px;
  text-align: center;
  font-size: 2em;
}

.calendar-item {
  margin-bottom: 5em;
}
.calendar-item header, .calendar-item div {
  display: flex;
}
.calendar-item header span, .calendar-item div span {
  flex: 1;
  font: 16px "Youth", sans-serif;
  font-size: 1rem;
}
.calendar-item div {
  border-bottom: 1px solid #0042DD;
  padding: 1em 0;
}
.calendar-item header {
  margin-bottom: 20px;
}
.calendar-item header span {
  font: 16px "Youth", sans-serif;
  font-size: 1.25rem;
  color: #0042DD;
}

.calendar {
  margin-bottom: 4em;
}
.calendar .calendar__slider {
  padding: 0 100px;
}
.calendar .splide__arrow {
  border: 2px solid #0042DD;
  background: transparent;
  width: 4em;
  height: 4em;
}
.calendar .splide__arrow svg {
  fill: #0042DD;
}
.calendar .splide__slide {
  border: 1px solid #0042DD;
  border-radius: 20px;
  padding: 10px;
}
.calendar .splide__slide.is-active {
  background: #0042DD;
  color: white;
}
.calendar .splide__slide.is-active * {
  color: white;
}
.calendar .splide__slide h2 {
  font-size: 2.9rem;
  font-weight: 800 !important;
  padding: 0;
  color: #0042DD;
}
.calendar .splide__slide h2 i {
  font-width: 700;
  font-size: 1.5rem;
}
.calendar .splide__slide h2 span {
  font-size: 1.2rem;
  display: block;
  line-height: 1;
}

.timetable-title {
  background-image: url("/assets/img/app-background.png");
  z-index: 5;
  padding: 2em;
  position: relative;
  margin-bottom: -1em;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.timetable-title h2 {
  color: white;
}

.timetable {
  width: 100%;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.2875rem + 0.45vw);
}
@media (min-width: 1200px) {
  .timetable {
    font-size: 1.625rem;
  }
}
.timetable {
  color: #0042DD;
  font-weight: bold;
  background: #f5f5f5;
  padding: 1.5em;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  position: relative;
}
.timetable .timetable-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #333;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.timetable .timetable-header span {
  flex: 1;
}
.timetable .timetable-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #3D6FE5;
}
.timetable .timetable-content span {
  flex: 1;
  padding: 10px 0;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.25625rem + 0.075vw);
}
@media (min-width: 1200px) {
  .timetable .timetable-content span {
    font-size: 1.3125rem;
  }
}

.media-text video {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  vertical-align: top;
}

.other-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2px;
  margin-right: -2px;
}
.other-gallery a {
  width: 25%;
  display: inline-block;
}
.other-gallery a img {
  vertical-align: top;
  height: 120px;
  object-fit: cover;
  padding: 2px;
}

.day-elements {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.day-element {
  padding: 1em;
  margin: 20px;
  width: calc(25% - 60px);
  text-align: center;
  border: 2px solid #ccc;
  text-align: center;
  font: 16px "Barlow", sans-serif;
  font-weight: 800;
  font-size: 1.4em;
  cursor: pointer;
  text-transform: uppercase;
}
.day-element.active {
  background: #0042DD;
  color: white;
}

.banner.banner--split-text-left,
.banner.banner--split-text-right {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: stretch !important;
  justify-content: flex-start !important;
  min-height: 72vh;
  background: #fff;
}
.banner.banner--split-text-left .banner__image,
.banner.banner--split-text-left .banner__video,
.banner.banner--split-text-right .banner__image,
.banner.banner--split-text-right .banner__video {
  position: relative !important;
  inset: auto;
  width: 50%;
  flex: 0 0 50%;
  height: auto;
}
.banner.banner--split-text-left .banner__image img, .banner.banner--split-text-left .banner__image video,
.banner.banner--split-text-left .banner__video img,
.banner.banner--split-text-left .banner__video video,
.banner.banner--split-text-right .banner__image img,
.banner.banner--split-text-right .banner__image video,
.banner.banner--split-text-right .banner__video img,
.banner.banner--split-text-right .banner__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner.banner--split-text-left .banner__content,
.banner.banner--split-text-right .banner__content {
  position: relative !important;
  inset: auto;
  width: 50%;
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 40px 0;
}
.banner.banner--split-text-left .banner__content .feature-image-content, .banner.banner--split-text-left .banner__content .main-content,
.banner.banner--split-text-right .banner__content .feature-image-content,
.banner.banner--split-text-right .banner__content .main-content {
  text-align: left;
  justify-content: flex-start;
}
.banner.banner--split-text-left .banner__content h1,
.banner.banner--split-text-right .banner__content h1 {
  color: #0042DD;
}
.banner.banner--split-text-left .banner__content h2, .banner.banner--split-text-left .banner__content .h4,
.banner.banner--split-text-right .banner__content h2,
.banner.banner--split-text-right .banner__content .h4 {
  color: #1D1E1F !important;
}
.banner.banner--split-text-left .banner__content .user-content, .banner.banner--split-text-left .banner__content p,
.banner.banner--split-text-right .banner__content .user-content,
.banner.banner--split-text-right .banner__content p {
  color: #1D1E1F;
}
.banner.banner--split-text-left .banner__content .button,
.banner.banner--split-text-right .banner__content .button {
  background: #0042DD !important;
  color: #fff !important;
  border: 0 !important;
}
.banner.banner--split-text-left .banner__content .button i,
.banner.banner--split-text-right .banner__content .button i {
  color: #fff !important;
}
.banner.banner--split-text-left .banner__content .button:hover,
.banner.banner--split-text-right .banner__content .button:hover {
  background: #0033AD !important;
}
@media (max-width: 767.98px) {
  .banner.banner--split-text-left,
  .banner.banner--split-text-right {
    flex-wrap: wrap;
  }
  .banner.banner--split-text-left .banner__image, .banner.banner--split-text-left .banner__video, .banner.banner--split-text-left .banner__content,
  .banner.banner--split-text-right .banner__image,
  .banner.banner--split-text-right .banner__video,
  .banner.banner--split-text-right .banner__content {
    width: 100%;
    flex: 0 0 100%;
  }
}

.banner.banner--split-text-left .banner__image, .banner.banner--split-text-left .banner__video {
  order: 2;
}
.banner.banner--split-text-left .banner__content {
  order: 1;
}

.banner.banner--split-text-right .banner__image, .banner.banner--split-text-right .banner__video {
  order: 1;
}
.banner.banner--split-text-right .banner__content {
  order: 2;
}

/* ============================================================
   Figma-brand VENUE single page.
   Applies to every venue at once — they all share the one
   Views/Venue.cshtml template, and Master adds body.template-venue.
   Restyles the CMS-driven sections (intro, opening times,
   activities) to the new Xcite look without touching markup, so
   the content stays fully editable.
   ============================================================ */
.template-venue .media-text-container .media-text__image img,
.template-venue .media-text-container .venue-main-image img,
.template-venue .media-text-container .other-gallery img {
  border-radius: 14px;
}
.template-venue .media-text-container .media-text__content h4 {
  color: #0042DD;
  font-family: "Youth", sans-serif;
  text-transform: none;
  margin-bottom: 0.35em;
}
.template-venue .content-switcher-container .content-switcher,
.template-venue .content-switcher.background-blue {
  background-image: none !important;
  background: #0042DD !important;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 14px;
}
.template-venue .content-switcher-container .content-switcher::before,
.template-venue .content-switcher.background-blue::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/x-burst.png") center/cover no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  pointer-events: none;
}
.template-venue .content-switcher-container .content-switcher h3, .template-venue .content-switcher-container .content-switcher p, .template-venue .content-switcher-container .content-switcher label,
.template-venue .content-switcher.background-blue h3,
.template-venue .content-switcher.background-blue p,
.template-venue .content-switcher.background-blue label {
  color: #fff;
  position: relative;
  z-index: 1;
}
.template-venue .content-switcher-container .content-switcher select,
.template-venue .content-switcher.background-blue select {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 40px;
}
.template-venue .opening-times-container {
  background: #F5F2F1;
  border-radius: 14px;
}
.template-venue .opening-times-container .opening-time {
  flex-wrap: wrap;
  gap: 14px;
}
.template-venue .opening-times-container .opening-time .day {
  flex: 1 1 140px;
  border-right: 0;
  background: #fff;
  border: 1px solid #e7e3e1;
  border-radius: 12px;
  padding: 20px 14px;
}
.template-venue .opening-times-container .opening-time .day:last-child {
  border-right: 0;
}
.template-venue .opening-times-container .opening-time .day h4 {
  color: #0042DD;
  font-family: "Youth", sans-serif;
}
.template-venue .standoutblock {
  background-image: none !important;
  background: #0042DD !important;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.template-venue .standoutblock::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/x-burst.png") center/cover no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  pointer-events: none;
}
.template-venue .standoutblock > * {
  position: relative;
  z-index: 1;
}
.template-venue .standoutblock h2 {
  color: #fff;
}
.template-venue .standoutblock .icon-grid__icon .icon-grid__icon-container {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s, transform 0.15s;
}
.template-venue .standoutblock .icon-grid__icon:hover .icon-grid__icon-container {
  background: rgba(255, 255, 255, 0.2);
}
.template-venue .standoutblock .icon-grid__icon h4 {
  color: #fff;
}

/* ============================================================
   Rebrand sweep — legacy accent sections brought onto the new
   Xcite palette. These are page-specific classes (News hero,
   Careers/jobs sidebar, Memberships pricing widget), so plain
   overrides are safe. Appended last to win the cascade.
   ============================================================ */
/* --- News: featured hero band -> electric blue + X-burst --- */
.featured-news {
  background-image: none !important;
  background: #0042DD;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  padding: 10px;
}
.featured-news::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/x-burst.png") center/cover no-repeat;
  mix-blend-mode: soft-light;
  opacity: 0.5;
  pointer-events: none;
}
.featured-news img {
  position: relative;
  z-index: 1;
  border-radius: 12px;
}

/* --- Careers / jobs sidebar + selects (also TrainingCourse) --- */
.career-sidebar {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  border: 1px solid #e7e3e1;
}
.career-sidebar h4 {
  color: #0042DD;
}
.career-sidebar select {
  background: #fff;
  border: 1px solid #e7e3e1;
  border-radius: 10px;
  color: #1D1E1F;
}

/* --- Memberships pricing widget: legacy navy/cyan accents -> brand --- */
.membership-tabs ul li {
  border-bottom-color: #F5F2F1;
}
.membership-tabs ul li.active {
  border-color: #0042DD;
}

.membership-columns .membership-column {
  border-radius: 16px;
}

.membership-content ul li:nth-child(odd) {
  background: #F5F2F1;
}

/* --- Activities finder panel: soften legacy heavy shadow to brand card --- */
.activity-finder {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}

/* --- Communities "health" cards: brand horizontal card (was unstyled) --- */
.health-card {
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin: 1.5em auto;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.health-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}
.health-card .image {
  flex: 0 0 40%;
}
.health-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.health-card .content {
  flex: 1;
  padding: 28px 32px;
}
.health-card .content h3 {
  color: #0042DD;
  margin-bottom: 10px;
}
.health-card .content .button-box {
  margin-top: 16px;
}
@media (max-width: 991.98px) {
  .health-card {
    flex-direction: column;
  }
  .health-card .image {
    flex: initial;
  }
  .health-card .image img {
    height: 220px;
  }
}

.template-campaigns .banner {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding: 2em 0;
}
.template-campaigns .banner .banner__content h1 {
  font: 16px "Youth", sans-serif;
  font-size: calc(1.6875rem + 5.25vw);
}
@media (min-width: 1200px) {
  .template-campaigns .banner .banner__content h1 {
    font-size: 5.625rem;
  }
}
.template-campaigns .banner .banner__content h1 {
  font-weight: 900;
  line-height: 0.8;
  margin-bottom: 20px;
}
.template-campaigns .banner .banner__content .feature-image-content .main-content {
  width: 40%;
}
.template-campaigns .banner .banner__content .col-md-12.feature-image-content .feature-image-container {
  width: 50%;
}

.multi-accordian .accordian-nav {
  margin-top: 20px;
  display: flex;
}
.multi-accordian .accordian-nav li {
  flex: 1;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  padding: 10px 40px;
  border-bottom: 5px solid #d2d3d6;
  font: 16px "Youth", sans-serif;
  font-size: calc(1.26875rem + 0.225vw);
}
@media (min-width: 1200px) {
  .multi-accordian .accordian-nav li {
    font-size: 1.4375rem;
  }
}
.multi-accordian .accordian-nav li.active {
  border-bottom: 5px solid #0042DD;
}
.multi-accordian .accordians {
  display: none;
  margin: 0;
  padding: 1em;
}
.multi-accordian .accordians.active {
  display: block;
}
