/*!
 * Bootstrap Grid v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.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: 768px) {
  .container-sm, .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container-md, .container-sm, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1920px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
@media (min-width: 2560px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1800px;
  }
}
.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: 768px) {
  .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: 1024px) {
  .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: 1280px) {
  .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: 1920px) {
  .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: 2560px) {
  .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;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 768px) {
  .d-sm-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .d-md-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .d-xl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 2560px) {
  .d-xxl-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !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;
  }
}
/**
 * Returns the first available responsive value for the given breakpoint (Mobile first)
 */
:root {
  --alpha-color: #034ea2;
  --bravo-color: #00aeef;
  --charlie-color: #94e1ff;
  --delta-color: #69a32e;
  --echo-color: #4d4d4f;
  --white-color: white;
  --black-color: black;
  --medium-blue: #94e1ff;
  --lightest-blue: #c9f0ff;
  --alpha-rgb: 3, 78, 162;
  --bravo-rgb: 0, 174, 239;
  --charlie-rgb: 148, 225, 255;
  --delta-rgb: 105, 163, 46;
  --echo-rgb: 77, 77, 79;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --medium-blue-rgb: 148, 225, 255;
  --lightest-blue-rgb: 201, 240, 255;
  --font-family: trade-gothic-next, arial;
  --bg-color: white;
  --text-color: black;
  --font-weight-extrabold: 800;
  --font-weight-bold: 700;
  --font-weight-normal: 400;
  --font-weight-light: 300;
  --button-border-type: solid;
  --button-border-radius: 30px;
}

@media screen and (min-width: 0) {
  :root {
    --font-size: 16px;
    --heading-margin: 15px;
    --font-size-h1: 38px;
    --line-height-h1: 50px;
    --font-weight-h1: var(--font-weight-extrabold);
    --font-size-h2: 30px;
    --line-height-h2: 36px;
    --font-weight-h2: var(--font-weight-extrabold);
    --font-size-h3: 26px;
    --line-height-h3: 30px;
    --font-weight-h3: var(--font-weight-extrabold);
    --font-size-h4: 24px;
    --line-height-h4: 32px;
    --font-weight-h4: var(--font-weight-extrabold);
    --font-size-h5: 20px;
    --line-height-h5: 24px;
    --font-weight-h5: var(--font-weight-extrabold);
    --font-size-h6: 18px;
    --line-height-h6: 22px;
    --font-weight-h6: var(--font-weight-extrabold);
    --paragraph-margin: 10px;
    --section-padding-x: 0;
    --section-padding-y: 30px;
    --button-padding-x: 15px;
    --button-padding-y: 8px;
    --button-border-width: 1.5px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --font-size: 16px;
    --heading-margin: 15px;
    --font-size-h1: 38px;
    --line-height-h1: 50px;
    --font-weight-h1: var(--font-weight-extrabold);
    --font-size-h2: 30px;
    --line-height-h2: 36px;
    --font-weight-h2: var(--font-weight-extrabold);
    --font-size-h3: 26px;
    --line-height-h3: 30px;
    --font-weight-h3: var(--font-weight-extrabold);
    --font-size-h4: 24px;
    --line-height-h4: 32px;
    --font-weight-h4: var(--font-weight-extrabold);
    --font-size-h5: 20px;
    --line-height-h5: 24px;
    --font-weight-h5: var(--font-weight-extrabold);
    --font-size-h6: 18px;
    --line-height-h6: 22px;
    --font-weight-h6: var(--font-weight-extrabold);
    --paragraph-margin: 10px;
    --section-padding-x: 0;
    --section-padding-y: 50px;
    --button-padding-x: 15px;
    --button-padding-y: 8px;
    --button-border-width: 1.5px;
  }
}
@media screen and (min-width: 1024px) {
  :root {
    --font-size: 16px;
    --heading-margin: 15px;
    --font-size-h1: 46px;
    --line-height-h1: 44px;
    --font-weight-h1: var(--font-weight-extrabold);
    --font-size-h2: 38px;
    --line-height-h2: 42px;
    --font-weight-h2: var(--font-weight-extrabold);
    --font-size-h3: 30px;
    --line-height-h3: 34px;
    --font-weight-h3: var(--font-weight-extrabold);
    --font-size-h4: 25px;
    --line-height-h4: 38px;
    --font-weight-h4: var(--font-weight-extrabold);
    --font-size-h5: 20px;
    --line-height-h5: 24px;
    --font-weight-h5: var(--font-weight-extrabold);
    --font-size-h6: 18px;
    --line-height-h6: 22px;
    --font-weight-h6: var(--font-weight-extrabold);
    --paragraph-margin: 15px;
    --section-padding-x: 0;
    --section-padding-y: 100px;
    --button-padding-x: 30px;
    --button-padding-y: 15px;
    --button-border-width: 2px;
  }
}
@media screen and (min-width: 1280px) {
  :root {
    --font-size: 18px;
    --heading-margin: 15px;
    --font-size-h1: 46px;
    --line-height-h1: 44px;
    --font-weight-h1: var(--font-weight-extrabold);
    --font-size-h2: 38px;
    --line-height-h2: 42px;
    --font-weight-h2: var(--font-weight-extrabold);
    --font-size-h3: 30px;
    --line-height-h3: 34px;
    --font-weight-h3: var(--font-weight-extrabold);
    --font-size-h4: 25px;
    --line-height-h4: 38px;
    --font-weight-h4: var(--font-weight-extrabold);
    --font-size-h5: 20px;
    --line-height-h5: 24px;
    --font-weight-h5: var(--font-weight-extrabold);
    --font-size-h6: 18px;
    --line-height-h6: 22px;
    --font-weight-h6: var(--font-weight-extrabold);
    --paragraph-margin: 15px;
    --section-padding-x: 0;
    --section-padding-y: 100px;
    --button-padding-x: 30px;
    --button-padding-y: 15px;
    --button-border-width: 2px;
  }
}
@media screen and (min-width: 1920px) {
  :root {
    --font-size: 18px;
    --heading-margin: 15px;
    --font-size-h1: 46px;
    --line-height-h1: 44px;
    --font-weight-h1: var(--font-weight-extrabold);
    --font-size-h2: 38px;
    --line-height-h2: 42px;
    --font-weight-h2: var(--font-weight-extrabold);
    --font-size-h3: 30px;
    --line-height-h3: 34px;
    --font-weight-h3: var(--font-weight-extrabold);
    --font-size-h4: 25px;
    --line-height-h4: 38px;
    --font-weight-h4: var(--font-weight-extrabold);
    --font-size-h5: 20px;
    --line-height-h5: 24px;
    --font-weight-h5: var(--font-weight-extrabold);
    --font-size-h6: 18px;
    --line-height-h6: 22px;
    --font-weight-h6: var(--font-weight-extrabold);
    --paragraph-margin: 15px;
    --section-padding-x: 0;
    --section-padding-y: 120px;
    --button-padding-x: 30px;
    --button-padding-y: 15px;
    --button-border-width: 2px;
  }
}
@media screen and (min-width: 2560px) {
  :root {
    --font-size: 18px;
    --heading-margin: 15px;
    --font-size-h1: 46px;
    --line-height-h1: 44px;
    --font-weight-h1: var(--font-weight-extrabold);
    --font-size-h2: 38px;
    --line-height-h2: 42px;
    --font-weight-h2: var(--font-weight-extrabold);
    --font-size-h3: 30px;
    --line-height-h3: 34px;
    --font-weight-h3: var(--font-weight-extrabold);
    --font-size-h4: 25px;
    --line-height-h4: 38px;
    --font-weight-h4: var(--font-weight-extrabold);
    --font-size-h5: 20px;
    --line-height-h5: 24px;
    --font-weight-h5: var(--font-weight-extrabold);
    --font-size-h6: 18px;
    --line-height-h6: 22px;
    --font-weight-h6: var(--font-weight-extrabold);
    --paragraph-margin: 15px;
    --section-padding-x: 0;
    --section-padding-y: 120px;
    --button-padding-x: 30px;
    --button-padding-y: 15px;
    --button-border-width: 2px;
  }
}
html {
  overflow-x: hidden;
}
html body {
  margin: 0;
  padding: 0;
  color: #4d4d4f;
  background-color: #fff;
}
html body .container {
  box-sizing: border-box;
}
html .row:not(.no-spacing) {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-bottom: -1.5rem;
}
html .row:not(.no-spacing) > [class*=col-] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  html .row:not(.no-spacing) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: -1.5rem;
  }
  html .row:not(.no-spacing) > [class*=col-] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  html .row:not(.no-spacing) {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: -1.5rem;
  }
  html .row:not(.no-spacing) > [class*=col-] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1280px) {
  html .row:not(.no-spacing) {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
  }
  html .row:not(.no-spacing) > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1920px) {
  html .row:not(.no-spacing) {
    margin-left: -22.5px;
    margin-right: -22.5px;
    margin-bottom: -45px;
  }
  html .row:not(.no-spacing) > [class*=col-] {
    padding-left: 22.5px;
    padding-right: 22.5px;
    padding-bottom: 45px;
  }
}
@media (min-width: 2560px) {
  html .row:not(.no-spacing) {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -50px;
  }
  html .row:not(.no-spacing) > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
  }
}
html .content-block {
  position: relative;
}
@media (max-width: 767.98px) {
  html .container,
html .container-fluid,
html .container-xxl,
html .container-xl,
html .container-lg,
html .container-md,
html .container-sm {
    width: calc(100% - 20px);
  }
}
html .container .content-block > .container,
html .container-fluid .content-block > .container,
html .container-xxl .content-block > .container,
html .container-xl .content-block > .container,
html .container-lg .content-block > .container,
html .container-md .content-block > .container,
html .container-sm .content-block > .container {
  width: 100%;
  max-width: 100%;
  padding-inline: 0;
}

section {
  position: relative;
  padding: var(--section-padding-y) var(--section-padding-x);
}

html body {
  font-size: var(--font-size);
  font-family: var(--font-family);
  font-weight: var(--font-weight-light);
  line-height: 1.5;
}
@media (max-width: 1023.98px) {
  html body {
    font-weight: var(--font-weight-normal);
  }
}
html body b,
html body strong {
  font-weight: var(--font-weight-normal);
}
html body p {
  margin-bottom: var(--paragraph-margin);
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h1,
.h1 {
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
  font-weight: var(--font-weight-h1);
  margin-bottom: var(--heading-margin);
}

h2,
.h2 {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  font-weight: var(--font-weight-h2);
  margin-bottom: var(--heading-margin);
}

h3,
.h3 {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  font-weight: var(--font-weight-h3);
  margin-bottom: var(--heading-margin);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
  font-weight: var(--font-weight-h4);
  margin-bottom: var(--heading-margin);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
  font-weight: var(--font-weight-h5);
  margin-bottom: var(--heading-margin);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  font-weight: var(--font-weight-h6);
  margin-bottom: var(--heading-margin);
}

.content-block--call-to-action .heading {
  margin-bottom: var(--paragraph-margin);
}

.content-block--contact-card-listing .heading {
  display: flex;
}
.content-block--contact-card-listing .heading > * {
  flex-grow: 1;
}
@media (max-width: 1279.98px) {
  .content-block--contact-card-listing .heading {
    flex-direction: column;
  }
}
.content-block--contact-card-listing .card {
  background-color: transparent;
  padding: 0.75rem !important;
}
.content-block--contact-card-listing .card-wrap {
  padding: 1.5rem;
  background-color: #fefefe;
  border-radius: 1.5rem;
  height: 100%;
  border: 1px solid var(--alpha-color);
  position: relative;
}
.content-block--contact-card-listing .card-wrap .card-img-top {
  padding-bottom: 60%;
  transition: opacity 0.3s ease-out;
  position: relative;
  z-index: 5;
}
.content-block--contact-card-listing .card-wrap:hover .card-img-top {
  opacity: 0;
}
.content-block--contact-card-listing .card-wrap:hover .arrow {
  transform: none;
  opacity: 1;
}
.content-block--contact-card-listing .arrow {
  position: absolute;
  top: 30%;
  transform: translateX(-2rem);
  width: 30%;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}
.content-block--contact-card-listing .arrow--no-image {
  opacity: 1;
}
.content-block--contact-card-listing .spacer {
  flex-grow: 1;
}
.content-block--contact-card-listing .button {
  display: block;
}

.content-block--dot-point {
  --dot-color: var(--charlie-color);
  --section-padding-y: 88px;
  padding-inline: 0;
  background-color: transparent !important;
}
.content-block--dot-point:not([theme=none]):not([theme=white]) {
  --section-padding-x: 102px;
  --border-radius: 40px;
}
.content-block--dot-point:not([theme=none]):not([theme=white]) .dot-point__wrapper {
  padding: var(--section-padding-y) var(--section-padding-x);
}
.content-block--dot-point:not([theme=none]):not([theme=white]) .backgrounds {
  border-radius: var(--border-radius);
}
@media (max-width: 1023.98px) {
  .content-block--dot-point:not([theme=none]):not([theme=white]) {
    --section-padding-x: 64px;
    --section-padding-y: 64px;
    --border-radius: 24px;
  }
}
@media (max-width: 767.98px) {
  .content-block--dot-point:not([theme=none]):not([theme=white]) {
    --section-padding-x: 24px;
    --border-radius: 0;
  }
  .content-block--dot-point:not([theme=none]):not([theme=white]) .container {
    width: auto;
    padding-inline: 0;
  }
}
.content-block--dot-point[theme=charlie] {
  --dot-color: var(--alpha-color);
  color: var(--alpha-color);
}
.content-block--dot-point[theme=alpha], .content-block--dot-point[theme=bravo], .content-block--dot-point[theme=delta], .content-block--dot-point[theme=echo], .content-block--dot-point[theme=black] {
  --dot-color: #fff;
}
.content-block--dot-point .img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.content-block--dot-point[theme=alpha] .dot-point__heading, .content-block--dot-point[theme=charlie] .dot-point__heading, .content-block--dot-point[theme=bravo] .dot-point__heading, .content-block--dot-point[theme=delta] .dot-point__heading, .content-block--dot-point[theme=echo] .dot-point__heading, .content-block--dot-point[theme=black] .dot-point__heading {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
  font-weight: var(--font-weight-h2);
}
.content-block--dot-point[theme=alpha] .dot-point__heading__icon, .content-block--dot-point[theme=charlie] .dot-point__heading__icon, .content-block--dot-point[theme=bravo] .dot-point__heading__icon, .content-block--dot-point[theme=delta] .dot-point__heading__icon, .content-block--dot-point[theme=echo] .dot-point__heading__icon, .content-block--dot-point[theme=black] .dot-point__heading__icon {
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
}
.content-block--dot-point[theme=alpha] .dot-point__teaser, .content-block--dot-point[theme=charlie] .dot-point__teaser, .content-block--dot-point[theme=bravo] .dot-point__teaser, .content-block--dot-point[theme=delta] .dot-point__teaser, .content-block--dot-point[theme=echo] .dot-point__teaser, .content-block--dot-point[theme=black] .dot-point__teaser {
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  font-weight: 700;
}
.content-block--dot-point[theme=alpha] .dot-point__list__icon:not(.icon--empty), .content-block--dot-point[theme=charlie] .dot-point__list__icon:not(.icon--empty), .content-block--dot-point[theme=bravo] .dot-point__list__icon:not(.icon--empty), .content-block--dot-point[theme=delta] .dot-point__list__icon:not(.icon--empty), .content-block--dot-point[theme=echo] .dot-point__list__icon:not(.icon--empty), .content-block--dot-point[theme=black] .dot-point__list__icon:not(.icon--empty) {
  width: 72px;
  height: 72px;
  border: 2px solid #fff;
}
.content-block--dot-point[theme=alpha] .dot-point__list__text, .content-block--dot-point[theme=charlie] .dot-point__list__text, .content-block--dot-point[theme=bravo] .dot-point__list__text, .content-block--dot-point[theme=delta] .dot-point__list__text, .content-block--dot-point[theme=echo] .dot-point__list__text, .content-block--dot-point[theme=black] .dot-point__list__text {
  font-size: 20px;
  font-weight: 700;
}

.dot-point__wrapper {
  position: relative;
}
.dot-point__items + .dot-point__items {
  margin-top: 48px;
}
.dot-point__heading {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .dot-point__heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 12px;
  }
}
.dot-point__heading__icon {
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.dot-point__heading__icon.icon--empty {
  background-color: #eaeaea;
}
.dot-point__heading__text {
  display: grid;
  align-items: center;
}
.dot-point__teaser {
  color: #034ea2;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .dot-point__teaser {
    margin-bottom: 12;
  }
}
.dot-point__lists {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dot-point__list {
  display: grid;
  gap: 16px;
  grid-template-columns: auto 1fr;
}
.dot-point__list__icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.dot-point__list__icon.icon--empty {
  background-color: #eaeaea;
}
.dot-point__list__text {
  align-items: center;
}
.dot-point__items--no-icon .dot-point__list {
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .dot-point__items--no-icon .dot-point__list {
    gap: 16px;
  }
}
.dot-point__items--no-icon .dot-point__list__icon {
  width: 24px;
  height: 27px;
  position: relative;
  display: grid;
  place-items: center;
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .dot-point__items--no-icon .dot-point__list__icon {
    width: 8px;
  }
}
.dot-point__items--no-icon .dot-point__list__icon:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--dot-color);
  display: block;
}

.content-block--i-am-wanting-to-block .left-column,
.content-block--i-am-wanting-to-block .right-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.content-block--i-am-wanting-to-block p {
  font-size: 1.4rem;
}
.content-block--i-am-wanting-to-block .button {
  text-transform: none;
}
.content-block--i-am-wanting-to-block .button-theme--alpha.active, .content-block--i-am-wanting-to-block .button-theme--alpha:hover, .content-block--i-am-wanting-to-block .button-theme--alpha:active {
  background-color: var(--alpha-color);
  color: white;
  border-color: var(--alpha-color);
}
.content-block--i-am-wanting-to-block .button-theme--bravo.active, .content-block--i-am-wanting-to-block .button-theme--bravo:hover, .content-block--i-am-wanting-to-block .button-theme--bravo:active {
  background-color: var(--bravo-color);
  color: white;
  border-color: var(--bravo-color);
}
.content-block--i-am-wanting-to-block .button-theme--charlie.active, .content-block--i-am-wanting-to-block .button-theme--charlie:hover, .content-block--i-am-wanting-to-block .button-theme--charlie:active {
  background-color: var(--charlie-color);
  color: white;
  border-color: var(--charlie-color);
}
.content-block--i-am-wanting-to-block .button-theme--delta.active, .content-block--i-am-wanting-to-block .button-theme--delta:hover, .content-block--i-am-wanting-to-block .button-theme--delta:active {
  background-color: var(--delta-color);
  color: white;
  border-color: var(--delta-color);
}
.content-block--i-am-wanting-to-block .button-theme--echo.active, .content-block--i-am-wanting-to-block .button-theme--echo:hover, .content-block--i-am-wanting-to-block .button-theme--echo:active {
  background-color: var(--echo-color);
  color: white;
  border-color: var(--echo-color);
}
.content-block--i-am-wanting-to-block .button-theme--white.active, .content-block--i-am-wanting-to-block .button-theme--white:hover, .content-block--i-am-wanting-to-block .button-theme--white:active {
  background-color: var(--white-color);
  color: var(--alpha-color);
  border-color: var(--white-color);
}
.content-block--i-am-wanting-to-block .button-theme--black.active, .content-block--i-am-wanting-to-block .button-theme--black:hover, .content-block--i-am-wanting-to-block .button-theme--black:active {
  background-color: var(--black-color);
  color: white;
  border-color: var(--black-color);
}

@media (max-width: 767.98px) {
  .content-block--icon-cards--grid {
    background-color: #f2f2f2;
  }
}

.icon-cards__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.icon-cards__list.layout--stacked .icon--empty {
  display: none;
}
.icon-cards__list.layout--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 80px;
  column-gap: 40px;
  margin-top: 36px;
}
.icon-cards__list.layout--grid.layout--grid-3 {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 48px;
}
@media (max-width: 1023.98px) {
  .icon-cards__list.layout--grid.layout--grid-3 {
    grid-template-columns: 1fr;
  }
}
.icon-cards__list.layout--grid li {
  display: grid;
}
.icon-cards__list.layout--grid + .icon-cards__footer {
  text-align: center;
}
.icon-cards__list.layout--grid-mobile {
  display: none;
}
.icon-cards__list.layout--grid-mobile + .icon-cards__footer {
  text-align: center;
}
@media (max-width: 767.98px) {
  .icon-cards__list {
    gap: 16px;
  }
  .icon-cards__list.layout--grid {
    display: none;
  }
  .icon-cards__list.layout--grid-mobile {
    display: block;
  }
  .icon-cards__list.layout--grid-mobile .slick-slider {
    overflow: visible;
  }
  .icon-cards__list.layout--grid-mobile .slick-item {
    padding-top: 46px;
  }
}
.icon-cards__footer {
  font-weight: 700;
  margin-top: 32px;
}

.card-icon {
  background-color: #c9f0ff;
  border-radius: 24px;
  padding: 32px 24px;
  /* &[theme] {
      h3 {
          color: currentColor;
      }
  }

  &[theme="alpha"] {
      color: var(--echo-color);
      background-color: rgba(var(--alpha-rgb), 0.1);
  }
  &[theme="bravo"] {
      color: var(--echo-color);
      background-color: rgba(var(--bravo-rgb), 0.1);
  }
  &[theme="charlie"] {
      color: var(--echo-color);
      background-color: rgba(var(--charlie-rgb), 0.1);
  }
  &[theme="delta"] {
      color: var(--echo-color);
      background-color: rgba(var(--delta-rgb), 0.1);
  } */
}
.card-icon__wrap {
  display: flex;
  align-items: center;
  justify-content: left;
}
.card-icon__wrap.center {
  justify-content: center;
}
.card-icon__wrap.right {
  justify-content: right;
}
.card-icon__icon {
  overflow: hidden;
  margin-bottom: 32px;
  position: relative;
}
.card-icon__icon:not(.override-height) {
  height: 72px;
}
.card-icon__icon img {
  height: 100%;
}
.card-icon__icon.circle {
  width: 72px;
  border-radius: 999px;
  border: 2px solid #fff;
}
.card-icon__icon.circle img {
  width: 100%;
  height: 100%;
}
.card-icon__icon.square {
  width: 72px;
  border: 2px solid #fff;
}
.card-icon__icon.square img {
  width: 100%;
  height: 100%;
}
.card-icon__icon.override-height {
  width: auto;
}
.card-icon__icon.override-height img {
  display: block;
  max-width: 100%;
}
.card-icon__title {
  font-size: 20px;
  color: #4d4d4f;
  font-weight: 700;
  margin-bottom: 24px;
}
.card-icon__link {
  margin-top: 24px;
  font-weight: 700;
  font-size: 14px;
}
.card-icon--grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 0 !important;
  margin: 0 4px;
}
.card-icon--grid .card-icon__icon:not(.automatic) {
  transform: translateY(-50%);
  margin-bottom: -8px;
}
.card-icon--grid .card-icon__icon.automatic {
  padding-top: 32px;
}
.card-icon--grid .card-icon__content {
  margin-bottom: 32px;
}
.card-icon--grid .card-icon__link {
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .card-icon {
    padding: 16px;
    padding-bottom: 32px;
  }
  .card-icon__icon {
    margin-bottom: 24px;
  }
  .card-icon__icon:not(.override-height) {
    width: 56px;
    height: 56px;
  }
  .card-icon__title {
    margin-bottom: 16px;
  }
  .card-icon__link {
    margin-top: 16px;
    font-size: 12px;
  }
  .card-icon--grid {
    height: 100%;
  }
}

.content-block--image-gallery .grid-photo {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.content-block--image-gallery .grid-photo .frm-img-card .lightbox_img_wrap {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.content-block--image-gallery .grid-photo .frm-img-card .lightbox_img_wrap img.lightbox-enabled {
  cursor: pointer;
}
@media (max-width: 1024px) {
  .content-block--image-gallery .grid-photo {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .content-block--image-gallery .grid-photo {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .content-block--image-gallery .grid-photo {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.lightbox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.lightbox-container .lightbox-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
}
.lightbox-container .lightbox-image-wrapper .lightbox-image {
  width: 100%;
  max-height: 95vh;
  object-fit: cover;
  box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
}
.lightbox-container.active {
  opacity: 1;
  pointer-events: all;
}
.lightbox-container.active .lightbox-image-wrapper {
  transform: scale(1);
}
.lightbox-container.active .lightbox-image-wrapper .gallery_count,
.lightbox-container.active .lightbox-image-wrapper .gallery-img-link {
  position: absolute;
  bottom: 20px;
  text-decoration: none;
  line-height: 120%;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
}
.lightbox-container.active .lightbox-image-wrapper .gallery_count {
  left: 20px;
}
.lightbox-container.active .lightbox-image-wrapper .gallery_count.single {
  display: none;
}
.lightbox-container.active .lightbox-image-wrapper .gallery-img-link {
  right: 30px;
}
.lightbox-container.active .lightbox-image-wrapper .gallery-img-link span.down-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 1px 4px 1px #0b002afc;
}
.lightbox-container.active .lightbox-btn,
.lightbox-container.active #close {
  position: absolute;
  color: #fff;
  z-index: 9999999;
  font-size: 12px;
  cursor: pointer;
}
.lightbox-container.active .lightbox-btn.left {
  left: 50px;
}
.lightbox-container.active .lightbox-btn.right {
  right: 50px;
}
.lightbox-container.active .lightbox-btn svg {
  width: 50px;
  height: 50px;
}
.lightbox-container.active #close {
  top: 50px;
  right: 50px;
}
.lightbox-container.no-box-shadow .lightbox-image-wrapper .lightbox-image {
  box-shadow: none;
}

.download-all-images {
  text-align: right;
  margin-bottom: 30px;
}
.download-all-images button.button--arrow {
  padding: var(--button-padding-y) var(--button-padding-x) !important;
  padding-right: calc(0.2em + var(--button-padding-x) * 2) !important;
}
.download-all-images button.button--arrow svg {
  transform: translateX(0) translateY(-50%);
}

@media (max-width: 1024px) {
  .lightbox-container.active .lightbox-btn.left {
    left: 30px;
  }
  .lightbox-container.active .lightbox-btn.right {
    right: 30px;
  }
  .lightbox-container.active .lightbox-btn svg {
    width: 40px;
    height: 40px;
  }
  .lightbox-container.active #close {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 768px) {
  .lightbox-container.active .lightbox-btn.left {
    left: 20px;
  }
  .lightbox-container.active .lightbox-btn.right {
    right: 20px;
  }
  .lightbox-container.active .lightbox-btn svg {
    width: 30px;
    height: 30px;
  }
  .lightbox-container.active #close {
    top: 20px;
    right: 20px;
  }
  .lightbox-container.active .lightbox-image-wrapper {
    max-width: 95vw;
    max-height: 80vh;
  }
  .lightbox-container.active .lightbox-image-wrapper .gallery-img-link,
.lightbox-container.active .lightbox-image-wrapper .gallery_count {
    font-size: 12px;
    bottom: 10px;
  }
  .lightbox-container.active .lightbox-image-wrapper .gallery-img-link {
    right: 15px;
  }
  .lightbox-container.active .lightbox-image-wrapper .gallery_count {
    left: 15px;
  }
}
.content-block--image .image__wrapper {
  display: grid;
  place-items: center;
  position: relative;
}
.content-block--image .image__wrapper.background--enabled {
  padding: 24px;
  background: #eaeaea;
  border-radius: 24px;
}
.content-block--image .image__title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 8px 16px 10px;
  line-height: 1;
  border-radius: 16px;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-block--image .image__title[theme=none] {
  background-color: var(--delta-color);
  color: #fff;
}
.content-block--image .image__zoom-button {
  border: none;
  padding: 0;
  margin: 0;
  background-color: var(--alpha-color);
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 50;
  top: 20px;
  right: 20px;
}

.content-block--info-card-block .card {
  background-color: transparent;
}
.content-block--info-card-block .card-body {
  padding: 1rem;
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
.content-block--info-card-block .card-body > * {
  position: relative;
  z-index: 1;
}
.content-block--info-card-block .card-body::before, .content-block--info-card-block .card-body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.content-block--info-card-block .card-body::before {
  z-index: 0;
  background-color: var(--white-color);
}
.content-block--info-card-block .card-body::after {
  z-index: 1;
  background-color: var(--charlie-color);
  opacity: 0.3;
}
.content-block--info-card-block .card-body .card-title,
.content-block--info-card-block .card-body .card-text,
.content-block--info-card-block .card-body .buttons {
  position: relative;
  z-index: 5;
}
.content-block--info-card-block .card-title {
  margin: -1rem -1rem 1rem -1rem;
  padding: 1rem;
  background-color: var(--delta-color);
  color: var(--white-color);
}
.content-block--info-card-block .card-text, .content-block--info-card-block .card-text * {
  color: var(--text-color);
}
.content-block--info-card-block .buttons > .button {
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  border-color: var(--white-color);
  background-color: var(--white-color);
  color: var(--alpha-color);
}
.content-block--info-card-block .buttons > .button:last-child {
  margin-bottom: 0;
}
.content-block--info-card-block .buttons > .button svg {
  height: 1.5rem;
  margin: -0.25rem 0;
}
.content-block--info-card-block .buttons > .button svg path {
  fill: var(--alpha-color);
}

.infographic__wrapper {
  --row-gap: 40px;
  --border-radius: 24px;
}
@media (max-width: 767.98px) {
  .infographic__wrapper {
    --row-gap: 16px;
    --border-radius: 16px;
  }
}
.infographic__wrapper * {
  box-sizing: border-box;
}
.infographic__title {
  text-align: center;
  padding: 24px 42px;
  color: #fff;
  background-color: var(--alpha-color);
  border-radius: var(--border-radius);
  font-weight: 700;
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .infographic__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.infographic__blocks {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.infographic__block {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .infographic__block {
    gap: var(--row-gap);
    text-align: left;
  }
}
.infographic__row {
  display: flex;
  justify-content: center;
  gap: var(--row-gap);
}
.infographic__row.centered {
  align-items: center;
}
.infographic__row.has-margin {
  margin-bottom: var(--row-gap);
}
@media (max-width: 767.98px) {
  .infographic__row {
    flex-direction: column;
  }
}
.infographic__subtitle {
  font-weight: 700;
  margin: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .infographic__subtitle {
    font-size: 20px;
    padding-left: 56px;
  }
  .infographic__subtitle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    border-top: 2px dashed var(--delta-color);
  }
}
.infographic__drop-lines {
  position: relative;
  margin-block: 16px;
  height: 24px;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .infographic__drop-lines {
    display: none;
  }
}
.infographic__drop-lines.no-margin-bottom {
  margin-bottom: 0;
  height: 40px;
}
.infographic__drop-lines .boxed {
  position: absolute;
  width: calc(50% + var(--row-gap) / 2);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-color: var(--alpha-color);
}
.infographic__drop-lines .boxed.left {
  border-left: 2px dashed;
}
.infographic__drop-lines .boxed.right {
  border-right: 2px dashed;
}
.infographic__drop-lines .boxed.top {
  border-top: 2px dashed;
}
.infographic__drop-lines .boxed.theme--green {
  border-color: var(--delta-color);
  height: 50%;
  bottom: 0;
}
.infographic__drop-lines .boxed .boxed-arrow {
  position: absolute;
}
.infographic__drop-lines .boxed .boxed-arrow--1, .infographic__drop-lines .boxed .boxed-arrow--2 {
  right: 0;
}
.infographic__drop-lines .boxed .boxed-arrow--1:before, .infographic__drop-lines .boxed .boxed-arrow--2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid var(--delta-color);
  border-top: none;
  box-sizing: border-box;
  top: -2px;
  left: -1px;
  transform: translateX(-50%);
}
.infographic__drop-lines .boxed .boxed-arrow--1 {
  width: 75%;
  height: 100%;
  bottom: 100%;
  border-left: 2px dashed var(--delta-color);
  border-bottom: 2px dashed var(--delta-color);
}
.infographic__drop-lines .boxed .boxed-arrow--2 {
  width: 125%;
  height: 200%;
  bottom: 0;
  border-left: 2px dashed var(--delta-color);
}

.infographic-image-ornament {
  flex-basis: calc(calc(50% - var(--row-gap) / 2) / 2);
  text-align: center;
}
@media (max-width: 767.98px) {
  .infographic-image-ornament {
    display: none;
  }
}

.infographic-card {
  --paragraph-margin: 16px;
  flex-basis: calc(50% - var(--row-gap) / 2);
  position: relative;
}
.infographic-card__context {
  position: relative;
  padding: 32px 16px;
  background-color: #eaeaea;
  border-radius: var(--border-radius);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.infographic-card.theme--dark-blue .infographic-card__context {
  background-color: rgba(3, 78, 162, 0.1);
}
.infographic-card.theme--medium-blue .infographic-card__context {
  background-color: rgba(0, 174, 239, 0.1);
}
.infographic-card.theme--green .infographic-card__context {
  background-color: rgba(105, 163, 46, 0.1);
}
.infographic-card.theme--green .infographic-card__context .infographic-card__title {
  color: var(--delta-color);
}
.infographic-card__title {
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: var(--paragraph-margin);
}
@media (max-width: 767.98px) {
  .infographic-card__title {
    font-size: 20px;
  }
}
.infographic-card__link {
  margin-top: auto;
}
.infographic-card .button {
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid rgba(3, 78, 162, 0.16) !important;
}
@media (max-width: 767.98px) {
  .infographic-card {
    flex-basis: 100%;
    width: 100%;
  }
  .infographic-card.theme--medium-blue .arrow {
    border-color: var(--alpha-color);
  }
  .infographic-card--no-arrow .arrow, .infographic-card--government .arrow {
    display: none;
  }
  .infographic-card .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 32px;
    border-top: 2px dashed var(--delta-color);
  }
}
.infographic-card--commision .arrow-right {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: calc(var(--row-gap) - 8px);
  border-top: 2px dashed var(--delta-color);
}
.infographic-card--commision .arrow-right:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid var(--delta-color);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: none;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .infographic-card--commision {
    margin-bottom: 32px;
  }
  .infographic-card--commision .arrow-right {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 24px;
    border-top: 0;
    border-left: 2px dashed var(--delta-color);
  }
  .infographic-card--commision .arrow-right:after {
    top: auto;
    bottom: -8px;
    left: calc(50% - 1px);
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid var(--delta-color);
    border-bottom: none;
  }
}

@media (max-width: 767.98px) {
  .infographic__block--lines-mobile:before {
    content: "";
    position: absolute;
    top: var(--lines-top, 0px);
    left: 0;
    height: calc( 100% - var(--lines-top, 0px) - var(--lines-bottom, 0px) );
    width: 0;
    border-left: 2px dashed var(--alpha-color);
  }
  .infographic__block--lines-mobile.theme--green:before {
    border-color: var(--delta-color);
  }
  .infographic__block--lines-mobile .infographic-card {
    padding-left: 40px;
  }
  .infographic__block--lines-mobile .card--first:after {
    content: "";
    position: absolute;
    width: 40px;
    height: calc(50% - 1px);
    background-color: #fff;
    top: 0;
    left: 0;
  }
  .infographic__block--lines-mobile .card--last:after {
    content: "";
    position: absolute;
    width: 40px;
    height: calc(50% - 1px);
    background-color: #fff;
    bottom: 0;
    left: 0;
  }
  .infographic__block--lines-mobile .infographic-card--arrow-left .arrow {
    z-index: 10;
  }
  .infographic__block--lines-mobile .infographic-card--arrow-left .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 10px solid var(--delta-color);
    border-left: none;
    left: 0;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    z-index: 10;
  }
}

.infographic__icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  margin-top: 48px;
}
@media (max-width: 767.98px) {
  .infographic__icon-list {
    gap: 16px;
  }
}
.infographic__list-icon {
  display: inline-block;
  max-width: 94px;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .infographic__list-icon {
    max-width: 56px;
  }
}
.infographic__list-icon .img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-block--plain-content .content-wrapper {
  padding: calc(var(--section-padding-y) / 2) var(--section-padding-x);
  border: solid var(--alpha-color);
  border-width: 2px 0 2px 0;
  margin: 0;
}
.content-block--plain-content .content-wrapper > div {
  padding-bottom: 0;
}

.content-block--publications .publications-group:not(:last-child) {
  margin-bottom: 50px;
}
.content-block--publications .publications-group--title {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: var(--font-weight-bold);
}
.content-block--showcase {
  min-height: 250px;
  display: flex;
  align-items: center;
}
@media (max-width: 1023.98px) {
  .content-block--showcase {
    padding-top: 0;
    min-height: 0;
    flex-direction: column;
  }
}
@media (max-width: 1023.98px) {
  .content-block--showcase .showcase--content {
    padding-bottom: 0;
  }
}
.content-block--showcase .showcase--content .heading {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .content-block--showcase .showcase--background {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    margin-bottom: var(--section-padding-y);
  }
}
@media (min-width: 1024px) {
  .content-block--showcase .showcase--background {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% / 12 * 4);
  }
}
@media (min-width: 1280px) {
  .content-block--showcase .showcase--background {
    width: calc(100% / 12 * 5);
  }
}
.content-block--showcase .showcase--background:before {
  content: "";
  display: block;
  background-color: var(--bravo-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-block--showcase .showcase--background.lozad {
  background-image: none !important;
}
.content-block--showcase .showcase--background-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center/cover no-repeat;
  background-color: white;
}
.content-block--showcase-layout-left .showcase--background {
  right: 0;
}
.content-block--showcase-layout-left .showcase--background:before {
  transform: translate(10%, 20%);
  clip-path: polygon(100% 0%, 100% 100%, 60% 100%, 40% 100%, -40% 0%);
}
.content-block--showcase-layout-left .showcase--background-inner {
  clip-path: polygon(100% 0%, 100% 100%, 60% 100%, 40% 100%, -40% 0%);
}
.content-block--showcase-layout-right .showcase--background {
  left: 0;
}
.content-block--showcase-layout-right .showcase--background:before {
  transform: translate(-10%, 20%);
  clip-path: polygon(100% 0, 100% 45%, 60% 100%, 0 100%, 0 0);
}
.content-block--showcase-layout-right .showcase--background-inner {
  clip-path: polygon(100% 0, 100% 45%, 60% 100%, 0 100%, 0 0);
}

.content-block--sp-directory-content-block:last-child {
  padding-bottom: 0;
}
.content-block--sp-directory-content-block .sp-directory--item {
  position: relative;
}
.content-block--sp-directory-content-block .sp-directory--item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 1;
  background-color: var(--bravo-color);
}
.content-block--sp-directory-content-block .sp-directory--item .text {
  font-size: 2em;
  font-weight: 600;
  color: var(--alpha-color);
}
.content-block--sp-directory-content-block .sp-directory--item:nth-child(2n)::after {
  opacity: 1;
}
.content-block--sp-directory-content-block .sp-directory--item:nth-child(2n) .text {
  color: var(--white-color);
}
.content-block--sp-directory-content-block .container {
  position: relative;
}
.content-block--sp-directory-content-block .row {
  position: relative;
  z-index: 10;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.content-block--sp-directory-content-block .col {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023.98px) {
  .content-block--sp-directory-content-block .col {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}

.content-block--sp-heading-with-cirle-images {
  --image-width: 96px;
  --image-gap: 23px;
}
@media (max-width: 767px) {
  .content-block--sp-heading-with-cirle-images {
    --image-width: 118px;
    --image-gap: 8px;
  }
}
.content-block--sp-heading-with-cirle-images .row {
  margin-bottom: 0 !important;
}

.heading-with-cirle-images {
  padding-block: 48px;
  background-color: #94e1ff;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .heading-with-cirle-images {
    border-radius: 0;
    margin-inline: calc(-0.75rem - 10px);
    padding-top: 0;
    padding-bottom: 0;
    margin-top: calc(var(--image-width) * 0.5);
  }
}
.heading-with-cirle-images__highlighted {
  max-width: 570px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .heading-with-cirle-images__highlighted {
    padding-inline: 16px;
    text-align: center;
    transform: translateY(calc(var(--image-width) * -0.5));
  }
}
.heading-with-cirle-images__highlighted .highlighted__image {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--image-gap);
}
@media (max-width: 767px) {
  .heading-with-cirle-images__highlighted .highlighted__image {
    justify-content: center;
  }
}
.heading-with-cirle-images__highlighted .highlighted__image-item .img {
  border: 2px solid #fff;
  width: var(--image-width);
  height: var(--image-width);
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.heading-with-cirle-images__highlighted .highlighted__teaser, .heading-with-cirle-images__highlighted .highlighted__button {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .heading-with-cirle-images__highlighted .highlighted__teaser, .heading-with-cirle-images__highlighted .highlighted__button {
    margin-top: 24px;
  }
}

.content-block--sp-priorities.content-block .wrap {
  position: relative;
  padding: 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .content-block--sp-priorities.content-block .wrap {
    padding: 3rem 1rem;
  }
}
.content-block--sp-priorities.content-block .wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--charlie-color);
  opacity: 0.5;
}
.content-block--sp-priorities.content-block .wrap > .content {
  position: relative;
  z-index: 10;
}
.content-block--sp-priorities.content-block .heading {
  display: flex;
  gap: 10px;
  align-items: center;
}
.content-block--sp-priorities.content-block .heading .icon {
  width: 2.5rem;
  height: 2.5rem;
}
.content-block--sp-priorities.content-block .heading .icon .background-image {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.content-block--sp-priorities.content-block .heading-subtitle h4 {
  font-weight: normal;
  font-size: 1.4rem;
}
.content-block--sp-priorities.content-block h2 {
  font-size: 1.8rem;
}
.content-block--sp-priorities.content-block .items {
  padding: 1rem 0 0 0;
}
.content-block--sp-priorities.content-block .items .item {
  background-color: var(--white-color);
  padding: 1rem;
  border-radius: 1rem;
  margin: 1rem 0;
  overflow: hidden;
}
.content-block--sp-priorities.content-block .items .item:last-child {
  margin-bottom: 0;
}
.content-block--sp-priorities.content-block .items .item.has-image {
  padding: 0;
}
.content-block--sp-priorities.content-block .items .item .item-heading {
  font-size: 1.4rem;
}
.content-block--sp-priorities.content-block .items .item .image {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
}
.content-block--sp-priorities.content-block .items .item .image .background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.content-block--sp-roadmap-content-block {
  position: static !important;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .content-block--sp-roadmap-content-block {
    padding: 0 var(--section-padding-x);
  }
  .content-block--sp-roadmap-content-block:not(.active) {
    display: none;
  }
}
.content-block--sp-roadmap-content-block.first:not(.last) {
  padding-bottom: 0;
}
.content-block--sp-roadmap-content-block.first:not(.title-layout-top) {
  padding-top: var(--section-padding-y);
}
.content-block--sp-roadmap-content-block.first .roadmap-arrows {
  bottom: 0;
}
.content-block--sp-roadmap-content-block.first .roadmap-arrows .arrow {
  top: 0;
}
.content-block--sp-roadmap-content-block.first .sp-roadmap--content::after {
  border-radius: 40px 40px 0 0;
}
.content-block--sp-roadmap-content-block.first.last .roadmap-arrows {
  display: none;
}
.content-block--sp-roadmap-content-block.first.last .sp-roadmap--content::after {
  border-radius: 40px;
}
.content-block--sp-roadmap-content-block.middle {
  padding-top: 0;
  padding-bottom: 0;
}
.content-block--sp-roadmap-content-block.middle .roadmap-arrows {
  display: none;
}
.content-block--sp-roadmap-content-block.middle .sp-roadmap--content::after {
  border-radius: 0;
}
.content-block--sp-roadmap-content-block.last:not(.first) {
  padding-top: 0;
}
.content-block--sp-roadmap-content-block.last:not(.title-layout-bottom) {
  padding-bottom: var(--section-padding-y);
}
.content-block--sp-roadmap-content-block.last .roadmap-arrows {
  top: 0;
}
.content-block--sp-roadmap-content-block.last .roadmap-arrows .arrow {
  bottom: 0;
  transform: rotate(180deg);
}
.content-block--sp-roadmap-content-block.last .sp-roadmap--content::after {
  border-radius: 0 0 40px 40px;
}
.content-block--sp-roadmap-content-block .sp-roadmap--content {
  position: relative;
  margin: auto;
  max-width: 1400px;
}
.content-block--sp-roadmap-content-block .sp-roadmap--content > .row {
  z-index: 10;
  position: relative;
  margin-bottom: 0;
}
.content-block--sp-roadmap-content-block .sp-roadmap--content > .row > .col {
  padding: 40px 20px;
}
.content-block--sp-roadmap-content-block .sp-roadmap--content-wrap {
  padding: 0 3rem;
}
@media (max-width: 1023.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content-wrap {
    padding: 0 0.5rem;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 40px;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 1279.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content::after {
    border-radius: 1rem !important;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content .information-bubble--wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media (max-width: 1279.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content .information-bubble--wrap {
    margin-top: 3rem;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content .information-bubble--bubble {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem 3rem;
  border-radius: 40px;
  text-align: center;
}
.content-block--sp-roadmap-content-block .sp-roadmap--content .img-svg {
  position: relative;
  padding: 18%;
  box-sizing: border-box;
}
.content-block--sp-roadmap-content-block .sp-roadmap--content .img-svg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 9999px;
  z-index: 1;
}
.content-block--sp-roadmap-content-block .sp-roadmap--content .img-svg svg {
  position: relative;
  z-index: 10;
}
.content-block--sp-roadmap-content-block .sp-roadmap--content .sp-roadmap--items.wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1279.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content .sp-roadmap--items.wrap {
    flex-direction: column;
    align-items: stretch;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha::after {
  background-color: var(--alpha-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha .sp-roadmap--featured-item .img-svg::after {
  background-color: var(--alpha-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha .sp-roadmap--items.item svg path {
  fill: var(--alpha-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha .roadmap-arrows {
  background-color: var(--alpha-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha .roadmap-arrows svg path {
  fill: var(--alpha-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h6 {
  color: var(--alpha-color);
}
@media (max-width: 1023.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-alpha h6 {
    margin: 0;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo::after {
  background-color: var(--bravo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo .sp-roadmap--featured-item .img-svg::after {
  background-color: var(--bravo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo .sp-roadmap--items.item svg path {
  fill: var(--bravo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo .roadmap-arrows {
  background-color: var(--bravo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo .roadmap-arrows svg path {
  fill: var(--bravo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h6 {
  color: var(--bravo-color);
}
@media (max-width: 1023.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-bravo h6 {
    margin: 0;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie::after {
  background-color: var(--charlie-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie .sp-roadmap--featured-item .img-svg::after {
  background-color: var(--charlie-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie .sp-roadmap--items.item svg path {
  fill: var(--charlie-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie .roadmap-arrows {
  background-color: var(--charlie-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie .roadmap-arrows svg path {
  fill: var(--charlie-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h6 {
  color: var(--charlie-color);
}
@media (max-width: 1023.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-charlie h6 {
    margin: 0;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta::after {
  background-color: var(--delta-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta .sp-roadmap--featured-item .img-svg::after {
  background-color: var(--delta-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta .sp-roadmap--items.item svg path {
  fill: var(--delta-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta .roadmap-arrows {
  background-color: var(--delta-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta .roadmap-arrows svg path {
  fill: var(--delta-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h6 {
  color: var(--delta-color);
}
@media (max-width: 1023.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-delta h6 {
    margin: 0;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo::after {
  background-color: var(--echo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo .sp-roadmap--featured-item .img-svg::after {
  background-color: var(--echo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo .sp-roadmap--items.item svg path {
  fill: var(--echo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo .roadmap-arrows {
  background-color: var(--echo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo .roadmap-arrows svg path {
  fill: var(--echo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h6 {
  color: var(--echo-color);
}
@media (max-width: 1023.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-echo h6 {
    margin: 0;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white::after {
  background-color: var(--white-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white .sp-roadmap--featured-item .img-svg::after {
  background-color: var(--white-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white .sp-roadmap--items.item svg path {
  fill: var(--white-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white .roadmap-arrows {
  background-color: var(--white-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white .roadmap-arrows svg path {
  fill: var(--white-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h6 {
  color: var(--white-color);
}
@media (max-width: 1023.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-white h6 {
    margin: 0;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black::after {
  background-color: var(--black-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black .sp-roadmap--featured-item .img-svg::after {
  background-color: var(--black-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black .sp-roadmap--items.item svg path {
  fill: var(--black-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black .roadmap-arrows {
  background-color: var(--black-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black .roadmap-arrows svg path {
  fill: var(--black-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h6 {
  color: var(--black-color);
}
@media (max-width: 1023.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h1,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h2,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h3,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h4,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h5,
.content-block--sp-roadmap-content-block .sp-roadmap--content.theme-black h6 {
    margin: 0;
  }
}
.content-block--sp-roadmap-content-block .roadmap-arrows {
  position: absolute;
  z-index: 800;
  height: 2px;
  left: 0;
  right: 0;
}
@media (max-width: 1279.98px) {
  .content-block--sp-roadmap-content-block .roadmap-arrows {
    display: none;
  }
}
.content-block--sp-roadmap-content-block .roadmap-arrows .arrow {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 40px;
}
.content-block--sp-roadmap-content-block .roadmap-arrows .arrow svg {
  width: 100%;
  height: 100%;
}

.content-block--tabbed-content-block .heading.split-heading {
  margin-bottom: 1rem;
}
.content-block--tabbed-content-block .tab-bar {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 1rem;
}
@media (min-width: 768px) {
  .content-block--tabbed-content-block .tab-bar {
    flex-direction: column;
  }
}
.content-block--tabbed-content-block .tab-bar button {
  text-align: left;
  text-transform: none;
}

.content-block--table-block table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.content-block--table-block table tr:first-child td {
  font-weight: bold;
}
.content-block--table-block table tr:nth-child(even) td::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--charlie-color);
  opacity: 0.2;
}
.content-block--table-block table tr td {
  padding: 15px;
  position: relative;
}
.content-block--table-block table tr td span {
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: underline;
  transition: color 0.2s ease-out;
}
a:visited {
  color: inherit;
}
a:hover, a:focus {
  color: var(--alpha-color);
}

.corner-tl,
.corner-tr,
.corner-bl,
.corner-br {
  position: relative;
  overflow: hidden;
}
.corner-tl:after,
.corner-tr:after,
.corner-bl:after,
.corner-br:after {
  content: "";
  display: block;
  background-color: var(--delta-color);
  position: absolute;
  width: 100%;
  height: 100%;
}

.corner-tl:after {
  top: 0;
  right: 70%;
  transform-origin: right top;
  transform: rotate(45deg);
}

.corner-tr:after {
  top: 0;
  left: 70%;
  transform-origin: left top;
  transform: rotate(-45deg);
}

.corner-bl:after {
  bottom: 0;
  right: 70%;
  transform-origin: right bottom;
  transform: rotate(-45deg);
}

.corner-br:after {
  bottom: 0;
  left: 70%;
  transform-origin: left bottom;
  transform: rotate(45deg);
}

h1,
.h1 {
  margin: 0 0 var(--heading-margin);
  color: var(--alpha-color);
}

h2,
.h2 {
  margin: 0 0 var(--heading-margin);
  color: var(--alpha-color);
}

h3,
.h3 {
  margin: 0 0 var(--heading-margin);
  color: var(--alpha-color);
}

h4,
.h4 {
  margin: 0 0 var(--heading-margin);
  color: var(--alpha-color);
}

h5,
.h5 {
  margin: 0 0 var(--heading-margin);
  color: var(--alpha-color);
}

h6,
.h6 {
  margin: 0 0 var(--heading-margin);
  color: var(--alpha-color);
}

img {
  max-width: 100%;
}

p {
  margin: 0 0 var(--paragraph-margin);
}
p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  margin-block-start: 0;
}
ul.no-list, form.express-form .alert ul, form.express-form ul.errors,
ol.no-list,
form.express-form ol.errors {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.no-list li, form.express-form .alert ul li, form.express-form ul.errors li,
ol.no-list li,
form.express-form ol.errors li {
  list-style: none;
  margin: 0;
  padding: 0;
}
form.express-form .form-title {
  padding-bottom: calc(var(--heading-margin) * 2);
}
form.express-form input,
form.express-form textarea,
form.express-form select {
  background-color: #f4f4f4;
  display: block;
  width: 100%;
  padding: 1em;
  font-size: 1em;
  line-height: 1;
  box-sizing: border-box;
  border: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
}
form.express-form button,
form.express-form .button {
  font-size: 1rem;
}
form.express-form sup {
  vertical-align: text-top;
}
form.express-form .errors {
  color: red;
  font-size: 0.9em;
  line-height: 1;
}
form.express-form .alert {
  font-size: 0.9em;
  line-height: 1;
  margin-bottom: 5px;
  padding: 10px 15px;
  border: 2px solid;
  border-radius: 40px;
  display: inline-block;
  font-weight: var(--font-weight-normal);
}
form.express-form .alert > *:last-child {
  margin-bottom: 0;
}
form.express-form .alert-danger {
  color: red;
  border-color: red;
}
form.express-form .alert-warning {
  color: #b78800;
  border-color: #b78800;
}
form.express-form .alert-success {
  color: green;
  border-color: green;
}
form.express-form .alert ul {
  margin-top: 5px;
}
form.express-form .form-group {
  margin-bottom: calc(var(--paragraph-margin) * 2);
}
form.express-form .form-group label {
  font-weight: var(--font-weight-bold);
  display: block;
  margin-bottom: 5px;
}
.field-type-options .form-check .form-check-label {
  user-select: none;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
}
.field-type-options .form-check .form-check-label:hover input ~ .checkmark, .field-type-options .form-check .form-check-label:focus input ~ .checkmark {
  background-color: #ccc;
}
.field-type-options .form-check .form-check-label input:checked ~ .checkmark:after {
  display: block;
}
.field-type-options .form-check .form-check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.field-type-options .form-check .form-check-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.field-type-options .form-check .form-check-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 20 20' fill='black'%3e%3cpath transform='scale%280.01953125 0.01953125%29' fill-rule='evenodd' d='M512 439.603l-362.035-362.035-72.397 72.397 362.035 362.035-362.035 362.035 72.397 72.397 362.035-362.035 362.035 362.035 72.397-72.397-362.035-362.035 362.035-362.035-72.397-72.397-362.035 362.035z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}

.field-type-file .custom-file {
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-normal);
}
.field-type-file .custom-file label {
  background-color: var(--alpha-color);
  color: white;
  border-radius: 40px;
  flex: none;
  padding: 5px 15px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.field-type-file .custom-file label input[type=file] {
  display: none;
}
.field-type-file .custom-file .file-dragdrop {
  flex: none;
  background-color: #f4f4f4;
  padding: 0.75em 1em;
  font-size: 1em;
}
.field-type-file .file-list {
  margin: 0;
}
.g-recaptcha {
  margin-bottom: calc(var(--paragraph-margin) * 2);
}

.field-type-textarea textarea {
  resize: vertical;
}

footer {
  background-color: var(--echo-color);
  color: white;
  font-weight: var(--font-weight-light);
  font-size: 1rem;
  line-height: 1.4;
}
footer a {
  color: inherit;
}
footer a:hover, footer a:focus {
  color: inherit;
  font-weight: var(--font-weight-normal);
}
footer h1,
footer .h1 {
  color: inherit;
}
footer h2,
footer .h2 {
  color: inherit;
}
footer h3,
footer .h3 {
  color: inherit;
}
footer h4,
footer .h4 {
  color: inherit;
}
footer h5,
footer .h5 {
  color: inherit;
}
footer h6,
footer .h6 {
  color: inherit;
}
footer table {
  margin: 0;
}
footer table tbody tr td,
footer table tbody tr th {
  padding: 0 5px 0 0;
  vertical-align: top;
}
@media (max-width: 1279.98px) {
  footer table tbody tr td,
footer table tbody tr th {
    display: block;
    padding: 0;
  }
  footer table tbody tr td:last-child,
footer table tbody tr th:last-child {
    margin-bottom: var(--paragraph-margin);
  }
}
@media (min-width: 1280px) {
  footer .footer-primary {
    padding-top: 1.5rem;
    padding-bottom: 4.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .footer-primary .footer-column {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
}
@media (min-width: 1280px) {
  footer .footer-primary .footer-column {
    display: block;
    border-bottom: none;
  }
  footer .footer-primary .footer-column:first-child {
    padding-left: 0.75rem;
  }
  footer .footer-primary .footer-column:last-child {
    padding-right: 0.75rem;
  }
  footer .footer-primary .footer-column:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
}
footer .footer-primary .footer-column--heading {
  width: 25%;
  flex: none;
  padding-right: 1.5rem;
  font-weight: var(--font-weight-bold);
}
@media (min-width: 1280px) {
  footer .footer-primary .footer-column--heading {
    width: 100%;
    height: 60px;
  }
}
footer .footer-primary .footer-column--content {
  flex: 1 1 auto;
}
footer .footer-secondary {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}
@media (min-width: 1280px) {
  footer .footer-secondary {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
footer .footer-secondary .row > div {
  padding-bottom: 1.5rem;
}
footer .footer-menu-items {
  margin: 0 -0.75rem -0.75rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1280px) {
  footer .footer-menu-items {
    flex-wrap: nowrap;
  }
}
footer .footer-menu-items .footer-menu-item {
  margin: 0 0.75rem 0.75rem;
  flex: none;
}
footer .footer-logos {
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 1280px) {
  footer .footer-logos {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
footer .footer-logos a {
  display: block;
  flex: 0 1 40%;
  padding: 0.75rem;
}
footer .footer-logos a:first-child {
  flex-basis: 65%;
}
@media (min-width: 1280px) {
  footer .footer-logos a {
    flex: 1 1 25%;
    padding-top: 0;
    padding-bottom: 0;
  }
  footer .footer-logos a:first-child {
    flex-basis: 40%;
  }
}
footer .footer-logos a img,
footer .footer-logos a svg {
  width: 100%;
}
footer .footer-socials {
  display: flex;
  justify-content: center;
}
@media (min-width: 1280px) {
  footer .footer-socials {
    justify-content: flex-start;
    flex-direction: column;
  }
}
footer .footer-socials a {
  display: block;
  flex: none;
  border-radius: 50%;
  border: 1px solid white;
  padding: 10px;
  margin: 0 0.75rem;
  width: 30px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1280px) {
  footer .footer-socials a {
    width: 20px;
    height: 20px;
    margin: 0 0 5px 0;
  }
}
footer .footer-socials a:first-child {
  margin-left: 0;
}
footer .footer-socials a:last-child {
  margin-right: 0;
}
footer .footer-socials a:hover img,
footer .footer-socials a:hover svg, footer .footer-socials a:focus img,
footer .footer-socials a:focus svg {
  top: 40%;
}
footer .footer-socials a img,
footer .footer-socials a svg {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.2s;
}
footer .footer-socials a img path,
footer .footer-socials a svg path {
  fill: currentColor;
}
footer .footer-copyright {
  text-align: center;
}
@media (min-width: 1280px) {
  footer .footer-copyright {
    text-align: left;
  }
}

.hero-internal {
  padding: var(--section-padding-y) var(--section-padding-x);
  background: rgba(148, 225, 255, 0.5);
  position: relative;
}
.hero-internal.has-background {
  background: none;
}

.hero-slider {
  --paragraph-margin: 25px;
  --heading-margin: 25px;
  position: relative;
}
.hero-slider--prev, .hero-slider--next {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  transition: transform 0.3s;
}
@media (max-width: 1279.98px) {
  .hero-slider--prev, .hero-slider--next {
    display: none;
  }
}
.hero-slider--prev img,
.hero-slider--prev svg, .hero-slider--next img,
.hero-slider--next svg {
  pointer-events: all;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.hero-slider--prev img path,
.hero-slider--prev svg path, .hero-slider--next img path,
.hero-slider--next svg path {
  fill: var(--alpha-color);
}
.hero-slider--prev {
  left: -1rem;
}
.hero-slider--prev:hover {
  transform: translate(-5px, -50%);
}
.hero-slider--next {
  right: -1rem;
}
.hero-slider--next:hover {
  transform: translate(5px, -50%);
}
.hero-slider .hero-slider--slides {
  min-height: 50vh;
}
.hero-slider .hero-slider--slide {
  position: relative;
  z-index: 1;
  width: 100%;
}
.hero-slider .hero-slider--slide .container-centered {
  max-width: 1024px;
  margin: 0 auto;
}
.hero-slider .hero-slider--slide h1,
.hero-slider .hero-slider--slide .h1 {
  color: var(--alpha-color);
}
.hero-slider .hero-slider--slide h2,
.hero-slider .hero-slider--slide .h2 {
  color: var(--alpha-color);
}
.hero-slider .hero-slider--slide h3,
.hero-slider .hero-slider--slide .h3 {
  color: var(--alpha-color);
}
.hero-slider .hero-slider--slide h4,
.hero-slider .hero-slider--slide .h4 {
  color: var(--alpha-color);
}
.hero-slider .hero-slider--slide h5,
.hero-slider .hero-slider--slide .h5 {
  color: var(--alpha-color);
}
.hero-slider .hero-slider--slide h6,
.hero-slider .hero-slider--slide .h6 {
  color: var(--alpha-color);
}

.alert-banner {
  padding-block: 1rem;
  position: relative;
  z-index: 999;
}
.alert-banner[hidden] {
  display: none !important;
}
.alert-banner__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alert-banner__content {
  margin-right: 1rem;
  display: inline-block;
}
.alert-banner__content p {
  font-weight: var(--font-weight-bold);
  font-size: 0.8rem;
  margin-bottom: calc(var(--paragraph-margin) * 0.5);
}
.alert-banner__close {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: none;
  border: 0;
}
.alert-banner__close svg {
  width: 1rem;
  height: 1rem;
}

@media screen and (max-width: 1450px) {
  header.desktop-navigation {
    font-size: 1rem;
  }
}
header.desktop-navigation .navigation > .container {
  display: flex;
  height: 150px;
}
header.desktop-navigation .navigation--logo {
  width: 250px;
  flex: none;
  position: relative;
  z-index: 2;
}
header.desktop-navigation .navigation--logo a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.desktop-navigation .navigation--logo a img {
  flex: none;
}
header.desktop-navigation .navigation--logo a img:not(:last-child) {
  margin-right: 0.75rem;
}
header.desktop-navigation .navigation--content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 0.75rem;
}
header.desktop-navigation .navigation--content > .menu-items {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 1;
  margin-left: 1.5rem;
}
header.desktop-navigation .navigation--content > .menu-items:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 0vw;
  height: 5px;
  background-color: var(--delta-color);
  transition: width 0.3s ease-out;
}
header.desktop-navigation .navigation--content > .menu-items:hover:after, header.desktop-navigation .navigation--content > .menu-items:focus:after {
  width: 100vw;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  max-width: 250px;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item:after {
  content: "";
  display: block;
  width: 300px;
  background-color: inherit;
  background: #f4f4f4;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 150px;
  z-index: -2;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item:hover > a, header.desktop-navigation .navigation--content > .menu-items > .menu-item:focus > a, header.desktop-navigation .navigation--content > .menu-items > .menu-item:focus-within > a {
  background-color: white;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item:hover > a:after, header.desktop-navigation .navigation--content > .menu-items > .menu-item:focus > a:after, header.desktop-navigation .navigation--content > .menu-items > .menu-item:focus-within > a:after {
  width: calc(100% + 2px);
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item:hover > .menu-items, header.desktop-navigation .navigation--content > .menu-items > .menu-item:focus > .menu-items, header.desktop-navigation .navigation--content > .menu-items > .menu-item:focus-within > .menu-items {
  pointer-events: all;
  transform: translateY(0);
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item:first-child a:hover, header.desktop-navigation .navigation--content > .menu-items > .menu-item:first-child a:focus {
  border-left-color: var(--delta-color);
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item:first-child a:hover:after, header.desktop-navigation .navigation--content > .menu-items > .menu-item:first-child a:focus:after {
  width: 100%;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item > .menu-item--link {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  padding: 0.75rem;
  color: var(--alpha-color);
  text-transform: uppercase;
  font-weight: var(--font-weight-normal);
  border-left: 2px solid transparent;
  border-right: 2px solid var(--delta-color);
  transition: background-color 0.15s ease-out;
  text-align: right;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item > .menu-item--link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 100%;
  right: 0;
  width: 0%;
  height: 5px;
  background-color: white;
  transition: width 0.3s ease-out;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item .menu-items {
  position: absolute;
  z-index: -3;
  top: calc(100% + 5px);
  right: 0;
  text-align: right;
  background: var(--alpha-color);
  width: 300px;
  transform: translateY(calc(-100% - 5px));
  transform-origin: center top;
  transition: transform 0.3s ease-out;
  pointer-events: none;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item .menu-items .menu-item {
  position: relative;
  flex: 1 1 auto;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item .menu-items .menu-item:last-child .menu-item--link {
  padding-bottom: 1.25rem;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item .menu-items .menu-item--link {
  display: block;
  color: white;
  padding: 0.75rem 40px;
}
header.desktop-navigation .navigation--content > .menu-items > .menu-item .menu-items .menu-item--link:hover, header.desktop-navigation .navigation--content > .menu-items > .menu-item .menu-items .menu-item--link:focus {
  background: rgba(0, 174, 239, 0.25);
}
header.desktop-navigation .navigation--content--top-menu {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 0.5rem 0 0.75rem 1.5rem;
  align-self: flex-end;
  align-items: center;
}
header.desktop-navigation .navigation--content--top-menu:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: var(--delta-color);
  border-radius: 50px;
}
header.desktop-navigation .menu-items {
  letter-spacing: -0.5px;
}
header.desktop-navigation .top-menu-items {
  display: flex;
  color: white;
  font-weight: var(--font-weight-bold);
}
header.desktop-navigation .top-menu-items .top-menu-item {
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  header.desktop-navigation .top-menu-items .top-menu-item {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1024px) {
  header.desktop-navigation .top-menu-items .top-menu-item {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1280px) {
  header.desktop-navigation .top-menu-items .top-menu-item {
    padding-left: 1.5rem;
  }
}
@media (min-width: 1920px) {
  header.desktop-navigation .top-menu-items .top-menu-item {
    padding-left: 1.5rem;
  }
}
@media (min-width: 2560px) {
  header.desktop-navigation .top-menu-items .top-menu-item {
    padding-left: 1.5rem;
  }
}

header.mobile-navigation {
  font-size: 1rem;
  color: white;
  font-weight: var(--font-weight-normal);
}
@media (min-width: 1024px) {
  header.mobile-navigation {
    font-size: 1.25rem;
  }
}
header.mobile-navigation .navigation {
  display: flex;
  height: 100px;
}
header.mobile-navigation .navigation--logo {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
header.mobile-navigation .navigation--logo a {
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header.mobile-navigation .navigation--logo a img {
  flex: none;
}
header.mobile-navigation .navigation--logo a img:not(:last-child) {
  margin-right: 0.5rem;
}
header.mobile-navigation .navigation--toggle {
  flex: none;
  background: var(--alpha-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
header.mobile-navigation .navigation--toggle .hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
header.mobile-navigation .navigation--content {
  position: fixed;
  z-index: 1000;
  top: 100px;
  left: 0;
  right: 0;
  background-color: var(--alpha-color);
  transform: translateX(100%);
  transition: transform 0.2s;
  overscroll-behavior-y: contain;
  overflow: visible;
}
header.mobile-navigation .navigation--content.open {
  transform: translateX(0%);
}
header.mobile-navigation .navigation--content.open-child {
  transform: translateX(-100%);
}
header.mobile-navigation .navigation--content > .menu-items {
  transform: translateX(0%);
}
header.mobile-navigation .navigation--content .menu-items {
  background-color: var(--alpha-color);
  position: relative;
  z-index: 1;
}
header.mobile-navigation .navigation--content .menu-items .menu-item {
  border-bottom: 1px solid var(--charlie-color);
  display: flex;
  align-items: center;
  padding: 20px;
}
header.mobile-navigation .navigation--content .menu-items .menu-item--link {
  display: block;
  color: inherit !important;
  flex: 1 1 auto;
}
header.mobile-navigation .navigation--content .menu-items .menu-item--link:hover, header.mobile-navigation .navigation--content .menu-items .menu-item--link:focus {
  background: #3d6dad;
}
header.mobile-navigation .navigation--content .menu-items .menu-item--open-children {
  padding-left: 20px;
}
header.mobile-navigation .navigation--content .menu-items .menu-item--close-children {
  padding-right: 20px;
}
header.mobile-navigation .navigation--content .menu-items .menu-item--open-children, header.mobile-navigation .navigation--content .menu-items .menu-item--close-children {
  flex: none;
  width: 20px;
  height: 20px;
}
header.mobile-navigation .navigation--content .menu-items .menu-item--open-children svg, header.mobile-navigation .navigation--content .menu-items .menu-item--close-children svg {
  width: 100%;
  height: 100%;
}
header.mobile-navigation .navigation--content .menu-items .menu-item--open-children svg path, header.mobile-navigation .navigation--content .menu-items .menu-item--close-children svg path {
  fill: currentColor;
}
header.mobile-navigation .navigation--content .menu-items .menu-item--open-children svg polyline, header.mobile-navigation .navigation--content .menu-items .menu-item--close-children svg polyline {
  fill: none;
  stroke: currentColor;
}
header.mobile-navigation .navigation--content .menu-items .menu-items {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  transform: translateX(100%);
  background-color: #3d6dad;
  display: none;
}
header.mobile-navigation .navigation--content .menu-items .menu-items.open {
  display: block;
}
header.mobile-navigation .navigation--content .menu-items .menu-items .menu-item:last-child {
  border-bottom: none;
}
header.mobile-navigation .navigation--content--top-menu {
  padding: 15px 20px;
  color: white;
}
header.mobile-navigation .navigation--content--top-menu .top-menu-items .top-menu-item {
  padding-bottom: 15px;
}

div#reciteme-button {
  z-index: 999;
}

header {
  position: sticky;
  top: 0;
  z-index: 999;
}
header .navigation {
  background: #f4f4f4;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  line-height: 1.2;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header ul li {
  list-style: none;
}
header a {
  text-decoration: none;
}

@media (max-width: 1279.98px) {
  #sidebar {
    padding-top: var(--section-padding-y);
  }
  #sidebar.active .sidebar--mobile-button::after {
    border-radius: 1rem 1rem 0 0;
    border-bottom: none;
  }
  #sidebar.active .sidebar--content {
    border-radius: 0 0 1rem 1rem;
  }
}
#sidebar .sidebar--wrap {
  padding: var(--section-padding-y) 0;
  overflow: hidden;
}
@media (max-width: 1279.98px) {
  #sidebar .sidebar--wrap {
    display: none;
    padding: 0;
  }
}
#sidebar .sidebar--content {
  border-radius: 1rem;
  border: 2px solid #dcf2fe;
}
#sidebar .sidebar--content > h4 {
  border-top: none;
}
#sidebar .sidebar--mobile-button {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 1rem;
  position: relative;
  cursor: pointer;
}
#sidebar .sidebar--mobile-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 1rem;
  border: var(--button-border-type) var(--button-border-width);
  border-color: var(--charlie-color);
  opacity: 0.8;
  transition: border-color 0.3s;
}
@media (max-width: 1279.98px) {
  #sidebar .sidebar--mobile-button {
    display: flex;
  }
}
#sidebar .sidebar--list-item.has-children > ul {
  display: none;
}
#sidebar .sidebar--item {
  padding: 1rem;
  margin: 0;
  border-top: 2px solid #dcf2fe;
  text-decoration: none;
  display: block;
  color: var(--alpha-color);
}
#sidebar .sidebar--item__toggle {
  display: grid;
  grid-template-columns: 1fr auto;
  position: relative;
}
#sidebar .sidebar--item__toggle a {
  text-decoration: none;
}
#sidebar .sidebar--item__toggle.is-open .sidebar--toggle svg {
  transform: rotate(270deg);
}
#sidebar .sidebar--item.current {
  background-image: linear-gradient(to right, #dcf2fe, transparent);
  font-weight: 700;
}
#sidebar .sidebar--toggle {
  padding: 0;
  border: none;
  background: transparent;
  color: var(--alpha-color);
  position: static;
}
#sidebar .sidebar--toggle:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
}
#sidebar .sidebar--toggle span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
}
#sidebar .sidebar--toggle svg {
  display: block;
  transform: rotate(90deg);
  width: 9px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}
#sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar ul ul .sidebar--item {
  padding-left: 3rem;
}

.navigation--search {
  color: white;
  display: flex;
  align-items: center;
  font-weight: var(--font-weight-normal);
}
@media (min-width: 1280px) {
  .navigation--search {
    font-weight: var(--font-weight-bold);
  }
}
.navigation--search ::-webkit-input-placeholder {
  color: inherit;
  font: inherit;
}
.navigation--search :-ms-input-placeholder {
  color: inherit;
  font: inherit;
}
.navigation--search ::placeholder {
  color: inherit;
  font: inherit;
}
.navigation--search [type=text] {
  color: inherit;
  font: inherit;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
  text-shadow: none;
  margin-left: 0.75rem;
  border: 1px solid transparent;
  width: 100px;
  transition: width 0.3s ease-out;
}
.navigation--search [type=text]:hover, .navigation--search [type=text]:focus {
  border-bottom: 1px solid white;
}
.navigation--search [type=text]:focus {
  width: 200px;
}
.navigation--search [type=submit] {
  margin: 0;
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  text-shadow: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
@media (min-width: 1280px) {
  .navigation--search [type=submit] {
    width: 20px;
    height: 20px;
  }
}
.navigation--search [type=submit] svg {
  width: 100%;
  height: 100%;
}
.navigation--search [type=submit] svg path {
  fill: transparent;
  stroke: white;
}

.backgrounds {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.backgrounds .background {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.backgrounds .background > div {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.backgrounds .background-image {
  background: center/cover no-repeat;
  z-index: 1;
}
.backgrounds .background-colour {
  z-index: 2;
}

.breadcrumbs {
  font-size: 0.9rem;
  line-height: 1;
  display: flex;
}
.breadcrumbs:not(:last-child) {
  padding-bottom: calc(var(--section-padding-y) / 2);
}
.breadcrumbs li {
  flex: none;
}
.breadcrumbs li:not(:last-child) {
  font-weight: var(--font-weight-normal);
}
.breadcrumbs li:not(:last-child):after {
  content: ">";
  display: inline-block;
  padding: 0 0.2em 0 0.1em;
}
.breadcrumbs li a {
  color: var(--alpha-color);
  text-decoration: none;
}
.breadcrumbs li a:hover, .breadcrumbs li a:focus {
  color: var(--delta-color);
  text-decoration: none;
}
.breadcrumbs + h1, .breadcrumbs + h2 {
  margin-top: calc(var(--section-padding-y) / 4);
  margin-bottom: calc(var(--section-padding-y) / 4);
}
@media (max-width: 1023.98px) {
  .breadcrumbs + h1, .breadcrumbs + h2 {
    margin-top: var(--section-padding-y);
    margin-bottom: var(--section-padding-y);
  }
}

.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.button,
button {
  padding: var(--button-padding-y) var(--button-padding-x);
  display: inline-block;
  border-radius: var(--button-border-radius);
  border: var(--button-border-type) var(--button-border-width);
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  text-decoration: none !important;
  cursor: pointer;
  font-weight: var(--font-weight-normal);
}
@media (min-width: 1024px) {
  .button,
button {
    font-weight: var(--font-weight-bold);
  }
}
.button:hover.button--arrow svg, .button:focus.button--arrow svg,
button:hover.button--arrow svg,
button:focus.button--arrow svg {
  transform: translateX(25%) translateY(-50%);
}
.button.button--arrow,
button.button--arrow {
  padding-right: calc(2em + var(--button-padding-x) * 2);
}
.button.button--arrow svg,
button.button--arrow svg {
  display: block;
  width: 2em;
  width: 2em;
  height: 2.8em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: var(--button-padding-x);
  transition: transform 0.3s ease-in-out;
}
.button.button--arrow svg path,
button.button--arrow svg path {
  fill: currentColor;
}
.button.button--arrow svg line,
.button.button--arrow svg polyline,
button.button--arrow svg line,
button.button--arrow svg polyline {
  stroke: currentColor;
}
.button.button-theme--alpha,
button.button-theme--alpha {
  color: var(--alpha-color);
  border-color: var(--alpha-color);
  background-color: transparent;
}
.button.button-theme--alpha svg path,
button.button-theme--alpha svg path {
  fill: var(--alpha-color);
  transition: fill 0.3s;
}
.button.button-theme--alpha:hover, .button.button-theme--alpha:focus,
button.button-theme--alpha:hover,
button.button-theme--alpha:focus {
  background-color: var(--alpha-color);
  color: white;
}
.button.button-theme--alpha:hover svg path, .button.button-theme--alpha:focus svg path,
button.button-theme--alpha:hover svg path,
button.button-theme--alpha:focus svg path {
  fill: white;
}
.button.button-theme--alpha.button-style--filled,
button.button-theme--alpha.button-style--filled {
  background-color: var(--alpha-color);
  color: white;
  border-color: var(--alpha-color);
}
.button.button-theme--alpha.button-style--filled:hover, .button.button-theme--alpha.button-style--filled:focus,
button.button-theme--alpha.button-style--filled:hover,
button.button-theme--alpha.button-style--filled:focus {
  background-color: transparent;
  color: var(--alpha-color);
}
.button.button-theme--bravo,
button.button-theme--bravo {
  color: var(--bravo-color);
  border-color: var(--bravo-color);
  background-color: transparent;
}
.button.button-theme--bravo svg path,
button.button-theme--bravo svg path {
  fill: var(--bravo-color);
  transition: fill 0.3s;
}
.button.button-theme--bravo:hover, .button.button-theme--bravo:focus,
button.button-theme--bravo:hover,
button.button-theme--bravo:focus {
  background-color: var(--bravo-color);
  color: white;
}
.button.button-theme--bravo:hover svg path, .button.button-theme--bravo:focus svg path,
button.button-theme--bravo:hover svg path,
button.button-theme--bravo:focus svg path {
  fill: white;
}
.button.button-theme--bravo.button-style--filled,
button.button-theme--bravo.button-style--filled {
  background-color: var(--bravo-color);
  color: white;
  border-color: var(--bravo-color);
}
.button.button-theme--bravo.button-style--filled:hover, .button.button-theme--bravo.button-style--filled:focus,
button.button-theme--bravo.button-style--filled:hover,
button.button-theme--bravo.button-style--filled:focus {
  background-color: transparent;
  color: var(--bravo-color);
}
.button.button-theme--charlie,
button.button-theme--charlie {
  color: var(--charlie-color);
  border-color: var(--charlie-color);
  background-color: transparent;
}
.button.button-theme--charlie svg path,
button.button-theme--charlie svg path {
  fill: var(--charlie-color);
  transition: fill 0.3s;
}
.button.button-theme--charlie:hover, .button.button-theme--charlie:focus,
button.button-theme--charlie:hover,
button.button-theme--charlie:focus {
  background-color: var(--charlie-color);
  color: white;
}
.button.button-theme--charlie:hover svg path, .button.button-theme--charlie:focus svg path,
button.button-theme--charlie:hover svg path,
button.button-theme--charlie:focus svg path {
  fill: white;
}
.button.button-theme--charlie.button-style--filled,
button.button-theme--charlie.button-style--filled {
  background-color: var(--charlie-color);
  color: white;
  border-color: var(--charlie-color);
}
.button.button-theme--charlie.button-style--filled:hover, .button.button-theme--charlie.button-style--filled:focus,
button.button-theme--charlie.button-style--filled:hover,
button.button-theme--charlie.button-style--filled:focus {
  background-color: transparent;
  color: var(--charlie-color);
}
.button.button-theme--delta,
button.button-theme--delta {
  color: var(--delta-color);
  border-color: var(--delta-color);
  background-color: transparent;
}
.button.button-theme--delta svg path,
button.button-theme--delta svg path {
  fill: var(--delta-color);
  transition: fill 0.3s;
}
.button.button-theme--delta:hover, .button.button-theme--delta:focus,
button.button-theme--delta:hover,
button.button-theme--delta:focus {
  background-color: var(--delta-color);
  color: white;
}
.button.button-theme--delta:hover svg path, .button.button-theme--delta:focus svg path,
button.button-theme--delta:hover svg path,
button.button-theme--delta:focus svg path {
  fill: white;
}
.button.button-theme--delta.button-style--filled,
button.button-theme--delta.button-style--filled {
  background-color: var(--delta-color);
  color: white;
  border-color: var(--delta-color);
}
.button.button-theme--delta.button-style--filled:hover, .button.button-theme--delta.button-style--filled:focus,
button.button-theme--delta.button-style--filled:hover,
button.button-theme--delta.button-style--filled:focus {
  background-color: transparent;
  color: var(--delta-color);
}
.button.button-theme--echo,
button.button-theme--echo {
  color: var(--echo-color);
  border-color: var(--echo-color);
  background-color: transparent;
}
.button.button-theme--echo svg path,
button.button-theme--echo svg path {
  fill: var(--echo-color);
  transition: fill 0.3s;
}
.button.button-theme--echo:hover, .button.button-theme--echo:focus,
button.button-theme--echo:hover,
button.button-theme--echo:focus {
  background-color: var(--echo-color);
  color: white;
}
.button.button-theme--echo:hover svg path, .button.button-theme--echo:focus svg path,
button.button-theme--echo:hover svg path,
button.button-theme--echo:focus svg path {
  fill: white;
}
.button.button-theme--echo.button-style--filled,
button.button-theme--echo.button-style--filled {
  background-color: var(--echo-color);
  color: white;
  border-color: var(--echo-color);
}
.button.button-theme--echo.button-style--filled:hover, .button.button-theme--echo.button-style--filled:focus,
button.button-theme--echo.button-style--filled:hover,
button.button-theme--echo.button-style--filled:focus {
  background-color: transparent;
  color: var(--echo-color);
}
.button.button-theme--white,
button.button-theme--white {
  color: var(--white-color);
  border-color: var(--white-color);
  background-color: transparent;
}
.button.button-theme--white svg path,
button.button-theme--white svg path {
  fill: var(--white-color);
  transition: fill 0.3s;
}
.button.button-theme--white:hover, .button.button-theme--white:focus,
button.button-theme--white:hover,
button.button-theme--white:focus {
  background-color: var(--white-color);
  color: var(--alpha-color);
}
.button.button-theme--white:hover svg path, .button.button-theme--white:focus svg path,
button.button-theme--white:hover svg path,
button.button-theme--white:focus svg path {
  fill: var(--alpha-color);
}
.button.button-theme--white.button-style--filled,
button.button-theme--white.button-style--filled {
  background-color: var(--white-color);
  color: var(--alpha-color);
  border-color: var(--white-color);
}
.button.button-theme--white.button-style--filled:hover, .button.button-theme--white.button-style--filled:focus,
button.button-theme--white.button-style--filled:hover,
button.button-theme--white.button-style--filled:focus {
  background-color: transparent;
  color: var(--white-color);
}
.button.button-theme--black,
button.button-theme--black {
  color: var(--black-color);
  border-color: var(--black-color);
  background-color: transparent;
}
.button.button-theme--black svg path,
button.button-theme--black svg path {
  fill: var(--black-color);
  transition: fill 0.3s;
}
.button.button-theme--black:hover, .button.button-theme--black:focus,
button.button-theme--black:hover,
button.button-theme--black:focus {
  background-color: var(--black-color);
  color: white;
}
.button.button-theme--black:hover svg path, .button.button-theme--black:focus svg path,
button.button-theme--black:hover svg path,
button.button-theme--black:focus svg path {
  fill: white;
}
.button.button-theme--black.button-style--filled,
button.button-theme--black.button-style--filled {
  background-color: var(--black-color);
  color: white;
  border-color: var(--black-color);
}
.button.button-theme--black.button-style--filled:hover, .button.button-theme--black.button-style--filled:focus,
button.button-theme--black.button-style--filled:hover,
button.button-theme--black.button-style--filled:focus {
  background-color: transparent;
  color: var(--black-color);
}

section .heading {
  margin-bottom: 1.5rem;
}
section .heading > *:last-child {
  margin-bottom: 0;
}
section .heading a {
  color: var(--alpha-color);
  text-decoration: underline;
}
section .heading a:hover, section .heading a:focus {
  color: var(--delta-color);
  text-decoration: underline;
}
@media (min-width: 1024px) {
  section .heading-title {
    display: flex;
    align-items: flex-end;
  }
}
section .heading-title:not(:last-child) {
  margin-bottom: var(--heading-margin);
}
section .heading-title h1,
section .heading-title .h1 {
  flex: 1 1 auto;
  margin-bottom: 0;
}
section .heading-title h2,
section .heading-title .h2 {
  flex: 1 1 auto;
  margin-bottom: 0;
}
section .heading-title h3,
section .heading-title .h3 {
  flex: 1 1 auto;
  margin-bottom: 0;
}
section .heading-title h4,
section .heading-title .h4 {
  flex: 1 1 auto;
  margin-bottom: 0;
}
section .heading-title h5,
section .heading-title .h5 {
  flex: 1 1 auto;
  margin-bottom: 0;
}
section .heading-title h6,
section .heading-title .h6 {
  flex: 1 1 auto;
  margin-bottom: 0;
}
section .heading-link {
  flex: none;
  font-weight: var(--font-weight-bold);
  font-size: 1rem;
  justify-self: flex-end;
}
@media (min-width: 1024px) {
  section .heading.split-heading .heading-title {
    display: block;
  }
}

.page-content {
  padding-top: var(--paragraph-margin);
  padding-bottom: calc(var(--section-padding-y) / 2);
}

.pagination {
  width: 100%;
  padding-top: var(--section-padding-y);
  display: flex;
}
.pagination a {
  display: block;
  color: var(--alpha-color);
}
.pagination a[disabled] {
  opacity: 0.25;
  pointer-events: none;
}
.pagination a:hover, .pagination a:focus {
  color: var(--delta-color);
}
.pagination a svg {
  width: 30px;
  height: 30px;
}
.pagination a svg path {
  fill: currentColor;
}
.pagination--pages {
  flex: 1 0 auto;
  text-align: center;
}
.publication {
  color: inherit;
  text-decoration: none;
  font-weight: var(--font-weight-normal);
  margin-bottom: 10px;
  display: block;
}
.publication:hover, .publication:focus {
  color: inherit;
  text-decoration: underline;
}
.publication svg {
  vertical-align: bottom;
  padding-right: 10px;
  width: 25px;
}

.sp-roadmap--featured-item {
  display: flex;
  padding: 3rem 0;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 1279.98px) {
  .sp-roadmap--featured-item {
    padding: 1rem 0;
  }
}
.sp-roadmap--featured-item .featured-item--image {
  width: 8rem;
  min-width: 8rem;
  max-width: 8rem;
  height: 8rem;
  min-height: 8rem;
  max-height: 8rem;
}
@media (max-width: 1279.98px) {
  .sp-roadmap--featured-item .featured-item--image.main {
    display: none;
  }
}
.sp-roadmap--featured-item .featured-item--image.title {
  display: none;
}
@media (max-width: 1279.98px) {
  .sp-roadmap--featured-item .featured-item--image.title {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .sp-roadmap--featured-item .featured-item--image {
    width: 2.5rem;
    min-width: 2.5rem;
    max-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
  }
}
.sp-roadmap--featured-item .featured-item--image img,
.sp-roadmap--featured-item .featured-item--image svg,
.sp-roadmap--featured-item .featured-item--image .img {
  width: 100%;
  height: 100%;
  background-size: contain;
}
.sp-roadmap--featured-item .featured-item--image svg path {
  fill: var(--white-color);
}
.sp-roadmap--featured-item .heading-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sp-roadmap--featured-item h2 {
  font-size: 1.2rem;
  line-height: 1;
}
.sp-roadmap--featured-item p {
  font-weight: 700;
  line-height: 1.4;
}

.content-block--sp-roadmap-content-block .sp-roadmap--items.item {
  min-width: 13rem;
  max-width: 33%;
  padding: 2rem 1rem;
  box-sizing: border-box;
}
@media (max-width: 1279.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--items.item {
    min-width: 0;
    max-width: none;
    padding: 1rem 0;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .img {
  width: 4rem;
  height: 4rem;
  background-size: contain;
}
@media (max-width: 1023.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--items.item .img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .img-svg {
  padding: 7px;
  position: relative;
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .img-svg::after {
  background-color: var(--white-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .img svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1279.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--items.item--header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 1rem;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item--title {
  margin: 1rem 0 0.5rem 0;
}
@media (max-width: 1279.98px) {
  .content-block--sp-roadmap-content-block .sp-roadmap--items.item--title {
    margin-bottom: 0;
  }
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button {
  border-color: transparent;
  position: relative;
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: var(--button-border-radius);
  border: var(--button-border-type) var(--button-border-width);
  opacity: 0.2;
  transition: border-color 0.3s;
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button:hover::after {
  border-color: transparent;
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button.theme-alpha::after {
  border-color: var(--alpha-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button.theme-bravo::after {
  border-color: var(--bravo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button.theme-charlie::after {
  border-color: var(--charlie-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button.theme-delta::after {
  border-color: var(--delta-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button.theme-echo::after {
  border-color: var(--echo-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button.theme-white::after {
  border-color: var(--white-color);
}
.content-block--sp-roadmap-content-block .sp-roadmap--items.item .button.theme-black::after {
  border-color: var(--black-color);
}

.sp-roadmap--title-wrap {
  position: relative;
  z-index: 500;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1279.98px) {
  .sp-roadmap--title-wrap {
    /* &.top {
        padding: 0 var(--section-padding-x)
            calc(var(--section-padding-y) / 2) var(--section-padding-x);
    }

    &.bottom {
        padding: calc(var(--section-padding-y) / 2)
            var(--section-padding-x) var(--section-padding-y)
            var(--section-padding-x);
    } */
  }
}
.sp-roadmap--title-wrap.theme-alpha .sp-roadmap--title-bubble {
  background-color: var(--alpha-color);
}
.sp-roadmap--title-wrap.theme-bravo .sp-roadmap--title-bubble {
  background-color: var(--bravo-color);
}
.sp-roadmap--title-wrap.theme-charlie .sp-roadmap--title-bubble {
  background-color: var(--charlie-color);
}
.sp-roadmap--title-wrap.theme-delta .sp-roadmap--title-bubble {
  background-color: var(--delta-color);
}
.sp-roadmap--title-wrap.theme-echo .sp-roadmap--title-bubble {
  background-color: var(--echo-color);
}
.sp-roadmap--title-wrap.theme-white .sp-roadmap--title-bubble {
  background-color: var(--white-color);
}
.sp-roadmap--title-wrap.theme-black .sp-roadmap--title-bubble {
  background-color: var(--black-color);
}
.sp-roadmap--title-bubble {
  position: static;
  margin: auto;
  max-width: 1000px;
  box-sizing: border-box;
  padding: 1rem;
  border-radius: 999px;
  color: var(--white-color);
  text-align: center;
  font-weight: 600;
  /* &.top {
      top: 0;
      transform: translateY(calc(var(--section-padding-y) / -2 + 25%));
  }

  &.bottom {
      bottom: 0;
      transform: translateY(calc(var(--section-padding-y) / -2 - 25%));
  } */
}
@media (max-width: 1279.98px) {
  .sp-roadmap--title-bubble {
    position: static;
    border-radius: 1rem;
  }
  .sp-roadmap--title-bubble.top, .sp-roadmap--title-bubble.bottom {
    transform: none;
  }
}

[theme=alpha] {
  background-color: var(--alpha-color);
  color: white;
}
[theme=alpha] h1,
[theme=alpha] .h1 {
  color: white;
}
[theme=alpha] h2,
[theme=alpha] .h2 {
  color: white;
}
[theme=alpha] h3,
[theme=alpha] .h3 {
  color: white;
}
[theme=alpha] h4,
[theme=alpha] .h4 {
  color: white;
}
[theme=alpha] h5,
[theme=alpha] .h5 {
  color: white;
}
[theme=alpha] h6,
[theme=alpha] .h6 {
  color: white;
}

[theme=bravo] {
  background-color: var(--bravo-color);
  color: white;
}
[theme=bravo] h1,
[theme=bravo] .h1 {
  color: white;
}
[theme=bravo] h2,
[theme=bravo] .h2 {
  color: white;
}
[theme=bravo] h3,
[theme=bravo] .h3 {
  color: white;
}
[theme=bravo] h4,
[theme=bravo] .h4 {
  color: white;
}
[theme=bravo] h5,
[theme=bravo] .h5 {
  color: white;
}
[theme=bravo] h6,
[theme=bravo] .h6 {
  color: white;
}

[theme=charlie] {
  background-color: var(--charlie-color);
  color: var(--echo-color);
}
[theme=charlie] h1,
[theme=charlie] .h1 {
  color: var(--alpha-color);
}
[theme=charlie] h2,
[theme=charlie] .h2 {
  color: var(--alpha-color);
}
[theme=charlie] h3,
[theme=charlie] .h3 {
  color: var(--alpha-color);
}
[theme=charlie] h4,
[theme=charlie] .h4 {
  color: var(--alpha-color);
}
[theme=charlie] h5,
[theme=charlie] .h5 {
  color: var(--alpha-color);
}
[theme=charlie] h6,
[theme=charlie] .h6 {
  color: var(--alpha-color);
}

[theme=delta] {
  background-color: var(--delta-color);
  color: white;
}
[theme=delta] h1,
[theme=delta] .h1 {
  color: white;
}
[theme=delta] h2,
[theme=delta] .h2 {
  color: white;
}
[theme=delta] h3,
[theme=delta] .h3 {
  color: white;
}
[theme=delta] h4,
[theme=delta] .h4 {
  color: white;
}
[theme=delta] h5,
[theme=delta] .h5 {
  color: white;
}
[theme=delta] h6,
[theme=delta] .h6 {
  color: white;
}

[theme=echo] {
  background-color: var(--echo-color);
  color: white;
}
[theme=echo] h1,
[theme=echo] .h1 {
  color: white;
}
[theme=echo] h2,
[theme=echo] .h2 {
  color: white;
}
[theme=echo] h3,
[theme=echo] .h3 {
  color: white;
}
[theme=echo] h4,
[theme=echo] .h4 {
  color: white;
}
[theme=echo] h5,
[theme=echo] .h5 {
  color: white;
}
[theme=echo] h6,
[theme=echo] .h6 {
  color: white;
}

[theme=black] {
  background-color: black;
  color: white;
}
[theme=black] h1,
[theme=black] .h1 {
  color: white;
}
[theme=black] h2,
[theme=black] .h2 {
  color: white;
}
[theme=black] h3,
[theme=black] .h3 {
  color: white;
}
[theme=black] h4,
[theme=black] .h4 {
  color: white;
}
[theme=black] h5,
[theme=black] .h5 {
  color: white;
}
[theme=black] h6,
[theme=black] .h6 {
  color: white;
}

[theme=white] {
  background-color: white;
  color: black;
}
[theme=white] h1,
[theme=white] .h1 {
  color: black;
}
[theme=white] h2,
[theme=white] .h2 {
  color: black;
}
[theme=white] h3,
[theme=white] .h3 {
  color: black;
}
[theme=white] h4,
[theme=white] .h4 {
  color: black;
}
[theme=white] h5,
[theme=white] .h5 {
  color: black;
}
[theme=white] h6,
[theme=white] .h6 {
  color: black;
}

.skills-register__form {
  padding: 80px var(--section-padding-x);
}
.skills-register__form form {
  display: flex;
  flex-direction: column;
  gap: 1em;
  transition: opacity 0.2s ease-in-out;
}
.skills-register__form form.loading {
  opacity: 0.5;
  pointer-events: none;
}
.skills-register__form .form-field__search-submit {
  display: grid;
  grid-template-columns: 1fr auto;
}
.skills-register__form .form-field__search-submit .search-submit {
  --input-height: 80px;
  position: relative;
}
.skills-register__form .form-field__search-submit .search-submit--search ::-webkit-input-placeholder {
  color: #d3d0d0;
  font-weight: 300;
}
.skills-register__form .form-field__search-submit .search-submit--search :-ms-input-placeholder {
  color: #d3d0d0;
  font-weight: 300;
}
.skills-register__form .form-field__search-submit .search-submit--search ::placeholder {
  color: #d3d0d0;
  font-weight: 300;
}
.skills-register__form .form-field__search-submit .search-submit--search input {
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 1em 1.5em;
  font-size: 1em;
  line-height: 1;
  box-sizing: border-box;
  border: 1px solid #d3d0d0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  min-height: var(--input-height);
}
.skills-register__form .form-field__search-submit .search-submit--search a {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  font-size: 16px;
  font-weight: var(--font-weight-bold);
  padding: 6px 9px;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: 1px solid #d3d0d0;
  border-radius: 4px;
}
.skills-register__form .form-field__search-submit .search-submit--search a svg {
  height: 24px;
  width: auto;
}
.skills-register__form .form-field__search-submit .search-submit--search a:after {
  content: attr(data-count);
  min-width: 20px;
  height: 20px;
  border-radius: 4px;
  padding: 0 2px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: var(--alpha-color);
  display: none;
}
.skills-register__form .form-field__search-submit .search-submit--search a.has-value {
  color: var(--alpha-color);
  border-color: var(--alpha-color);
}
.skills-register__form .form-field__search-submit .search-submit--search a.has-value:after {
  display: inline-block;
}
.skills-register__form .form-field__search-submit .search-submit--submit button {
  border-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px 32px;
  font-size: 18px;
  border: none;
  display: flex;
  gap: 8px;
  align-items: center;
  background-color: var(--alpha-color);
  color: #fff;
  text-transform: none;
  min-height: var(--input-height);
}
.skills-register__form .form-field__search-submit .search-submit--submit button:hover {
  background-color: #0467b6;
}
.skills-register__form .form-field__dropdown {
  display: none;
}
.skills-register__form .form-field__dropdown.active {
  display: block;
}
.skills-register__form .form-field__dropdown-header {
  position: relative;
}
.skills-register__form .form-field__dropdown-header--clear {
  position: absolute;
  right: 0;
  bottom: 0;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
.skills-register__form .form-field__dropdown-header--clear.active {
  opacity: 1;
  pointer-events: auto;
}
.skills-register__form .form-field__dropdown label {
  display: block;
  font-weight: 400;
  cursor: pointer;
}
.skills-register__form .form-field__dropdown label small {
  display: block;
  font-weight: 300;
}
.skills-register__form .form-field__multiselect {
  margin-top: 0.5em;
}
.skills-register__form .form-field__gto input {
  position: absolute;
  left: -9999em;
  opacity: 0;
}
.skills-register__form .form-field__gto input:checked + label {
  font-weight: bolder;
}
.skills-register__form .form-field__gto input:checked + label:after {
  opacity: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m3.59 11.34 4.17 4.13 8.87-9.91'/%3E%3C/svg%3E");
}
.skills-register__form .form-field__gto input:checked + label:before {
  background-color: var(--alpha-color);
  border-color: var(--alpha-color);
}
.skills-register__form .form-field__gto label {
  display: block;
  font-weight: 400;
  position: relative;
  padding-left: 2em;
  cursor: pointer;
}
.skills-register__form .form-field__gto label:hover:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23034ea2' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m3.59 11.34 4.17 4.13 8.87-9.91'/%3E%3C/svg%3E");
  opacity: 1;
}
.skills-register__form .form-field__gto label:before, .skills-register__form .form-field__gto label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
}
.skills-register__form .form-field__gto label:before {
  background-color: #fff;
  border: 1px solid #d3d0d0;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.skills-register__form .form-field__gto label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m3.59 11.34 4.17 4.13 8.87-9.91'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  border: 1px solid transparent;
}

.popup {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.popup.active {
  pointer-events: all;
  opacity: 1;
}
.popup__shader {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  cursor: pointer;
}
.popup__content {
  position: relative;
  z-index: 5;
}
.popup__close {
  border: none !important;
  background: none !important;
  outline: none !important;
  border-radius: 0 !important;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  cursor: pointer;
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 0;
  min-width: 0;
  min-height: 0;
  transform: rotate(45deg);
}
.popup__close:before, .popup__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4d4d4f;
}
.popup__close:before {
  width: 2px;
  height: 100%;
}
.popup__close:after {
  width: 100%;
  height: 2px;
}
.popup__context {
  max-width: calc(100vw - var(--bs-gutter, 1.5rem) - 20px);
  width: 600px;
  padding: 24px 32px;
  border-radius: 8px;
  max-height: calc(100dvh - 200px);
  min-height: 50vh;
  overflow: auto;
  background-color: #fff;
}

.vocation__heading {
  padding-right: 50px;
}
.vocation__lists {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vocation__list {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 50px;
  border-bottom: 1px solid #d3d0d0;
  padding-bottom: 8px;
  font-size: 16px;
}
.vocation__list--heading {
  margin-bottom: 8px;
  margin-top: 24px;
}
.vocation__list span:nth-child(2),
.vocation__list strong:nth-child(2) {
  text-align: center;
}

.skills-register__results {
  min-height: 20vh;
  padding-bottom: var(--section-padding-y);
  transition: opacity 0.2s ease-in-out;
  margin-top: -20px;
}
.skills-register__results.loading {
  opacity: 0.5;
  pointer-events: none;
}
.skills-register__results .table-styled {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-size: 16px;
  line-height: 1.4;
}
.skills-register__results .table-styled thead {
  position: sticky;
  top: 150px;
  color: #fff;
}
.skills-register__results .table-styled thead tr th {
  background-color: var(--alpha-color);
  border-right: 1px solid #fff;
  padding: 8px;
}
.skills-register__results .table-styled thead tr th[colspan] {
  border-bottom: 1px solid #fff;
}
.skills-register__results .table-styled thead tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.skills-register__results .table-styled thead tr:first-child th:last-child {
  border-top-right-radius: 8px;
  border-right: none;
}
.skills-register__results .table-styled tbody tr {
  cursor: pointer;
}
.skills-register__results .table-styled tbody tr td {
  vertical-align: top;
  padding: 16px 8px;
  border-bottom: 1px solid #d3d0d0;
}
.skills-register__results .table-styled tbody tr td.start, .skills-register__results .table-styled tbody tr td.expire {
  white-space: nowrap;
}
.skills-register__results .table-styled tbody tr td.gto {
  text-align: center;
}
.skills-register__results .table-styled tbody tr td .trigger-vocation-details {
  cursor: pointer;
  font-weight: bolder;
  text-decoration: none;
}
.skills-register__results .table-styled tbody tr.skills-register__row.active td, .skills-register__results .table-styled tbody tr.skills-register__row:hover td {
  background-color: rgba(148, 225, 255, 0.5);
}
.skills-register__no-results {
  padding-block: 2em;
}
.skills-register__error-message {
  margin-top: -20px;
  margin-bottom: var(--section-padding-y);
}
.skills-register__error-message--content {
  padding: 2em;
  border: 1px solid #d3d0d0;
  border-radius: 8px;
  background-color: #f9f9f9;
  box-sizing: border-box;
  text-align: center;
}
.skills-register__actions {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 16px;
  font-size: 16px;
  padding: 16px;
  background: #f4f4f4;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: opacity 0.2s ease-in-out;
}
.skills-register__actions.loading {
  opacity: 0.5;
  pointer-events: none;
}
.skills-register__actions select {
  font-family: inherit;
  font-size: inherit;
  width: 126px;
  height: 30px;
  border: 1px solid #d3d0d0;
  appearance: none;
  background-color: #fcfcfc;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23333' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 7px center;
  background-size: 1rem;
  border-radius: 6px;
  padding: 0 31px 0 10px;
}
.skills-register__actions .button {
  border: 1px solid var(--alpha-color);
  border-radius: 6px;
  padding: 8px 14px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--alpha-color);
  color: #fff;
}
.skills-register__actions .button[disabled] {
  opacity: 0.2;
  pointer-events: none;
  background-color: #828282;
  border-color: #828282;
}
.skills-register__actions .button:hover {
  background-color: #003169;
  border-color: #003169;
}
.skills-register__actions .action__pagination {
  display: flex;
  gap: 8px;
  align-items: center;
}
.skills-register__actions .pagination__dropdown {
  padding-right: 16px;
}
.skills-register__actions .pagination__nav {
  display: flex;
  gap: 4px;
  align-items: center;
}
.skills-register__actions .pagination__nav .button {
  padding-inline: 0;
  width: 30px;
  display: grid;
  place-items: center;
}
.skills-register__actions .pagination__nav .button svg {
  width: auto;
  height: 12px;
  display: block;
}

@media (min-width: 768px) {
  body.entry-contact-contact .contact-form .field-name-firstName {
    padding-right: 20px;
    width: calc(50% - 10px);
    float: left;
  }
}
@media (min-width: 768px) {
  body.entry-contact-contact .contact-form .field-name-lastName {
    width: calc(50% - 10px);
    float: left;
  }
}
body.entry-contact-contact .contact-info {
  color: white;
  position: relative;
  z-index: 1;
}
body.entry-contact-contact .contact-info:after {
  background: var(--alpha-color);
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
}
@media (max-width: 1279.98px) {
  body.entry-contact-contact .contact-info:after {
    left: 50%;
    transform: translateX(-50%);
  }
}
body.entry-contact-contact .contact-info h1,
body.entry-contact-contact .contact-info .h1 {
  color: inherit;
}
body.entry-contact-contact .contact-info h2,
body.entry-contact-contact .contact-info .h2 {
  color: inherit;
}
body.entry-contact-contact .contact-info h3,
body.entry-contact-contact .contact-info .h3 {
  color: inherit;
}
body.entry-contact-contact .contact-info h4,
body.entry-contact-contact .contact-info .h4 {
  color: inherit;
}
body.entry-contact-contact .contact-info h5,
body.entry-contact-contact .contact-info .h5 {
  color: inherit;
}
body.entry-contact-contact .contact-info h6,
body.entry-contact-contact .contact-info .h6 {
  color: inherit;
}
body.entry-contact-contact .contact-info a {
  color: inherit;
  text-decoration: underline;
}
body.entry-contact-contact .contact-info a:hover, body.entry-contact-contact .contact-info a:focus {
  color: var(--delta-color);
  text-decoration: underline;
}
body.entry-contact-contact .contact-info hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin: calc(var(--paragraph-margin) * 2) 0;
  border-style: solid;
}

@media (min-width: 768px) {
  body.entry-feedback-feedback .feedback-form .field-name-firstName {
    padding-right: 20px;
    width: calc(50% - 10px);
    float: left;
  }
}
@media (min-width: 768px) {
  body.entry-feedback-feedback .feedback-form .field-name-lastName {
    width: calc(50% - 10px);
    float: left;
  }
}
body.entry-feedback-feedback .feedback-info {
  position: relative;
  z-index: 1;
  color: black;
}
body.entry-feedback-feedback .feedback-info:after {
  background: var(--charlie-color);
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
}
@media (max-width: 1279.98px) {
  body.entry-feedback-feedback .feedback-info:after {
    right: 50%;
    transform: translateX(50%);
  }
}
body.entry-feedback-feedback .feedback-info hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin: calc(var(--paragraph-margin) * 2) 0;
  border-style: solid;
}

@media (min-width: 1280px) {
  body.entry-members-members .page-content > .container > *:not(.breadcrumbs),
body.entry-members-members-index .page-content > .container > *:not(.breadcrumbs) {
    max-width: 50%;
  }
}
body.entry-members-members .members-list,
body.entry-members-members-index .members-list {
  padding-top: 0;
  padding-bottom: 0;
}
body.entry-members-members .member,
body.entry-members-members-index .member {
  padding: calc(var(--section-padding-y) / 2) 0;
}
body.entry-members-members .member:nth-child(2n-1),
body.entry-members-members-index .member:nth-child(2n-1) {
  background: #f4f4f4;
}
body.entry-members-members .member-image,
body.entry-members-members-index .member-image {
  position: relative;
}
body.entry-members-members .member-image-image,
body.entry-members-members-index .member-image-image {
  overflow: hidden;
  background: center/cover no-repeat;
  border-radius: 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 2;
}
body.entry-news-news .posts-list {
  padding-top: 0;
}

body.entry-search-search .search-results {
  padding-top: var(--paragraph-margin);
}

body.entry-list-toolkit footer {
  margin-top: 50px;
}
body.entry-list-toolkit h2 {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1023.98px) {
  body.entry-list-toolkit h2 {
    flex-direction: column;
    gap: 30px;
  }
}
body.entry-list-toolkit h2 input {
  padding: 10px 30px;
  border: none;
  outline: none;
  background-color: #f9f9f9;
  color: #214e9d !important;
  min-width: 350px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%23214E9D' fill-rule='evenodd' d='M17.04 15.62a9 9 0 1 0-1.41 1.41l5.66 5.68a1 1 0 0 0 1.42-1.42l-5.67-5.67ZM10 17.02a7.01 7.01 0 1 1 0-14.03 7.01 7.01 0 0 1 0 14.03Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 18px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media (max-width: 1023.98px) {
  body.entry-list-toolkit h2 input {
    width: 100%;
    min-width: unset;
    padding: 15px 30px;
    padding-right: 75px;
  }
}
body.entry-list-toolkit h2 input::placeholder {
  color: #214e9d;
}
@media (max-width: 1023.98px) {
  body.entry-list-toolkit .toolkit-entries {
    border-radius: 0;
  }
}

.toolkit-entries {
  border: 2px solid #dcf2fe;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .toolkit-content {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
}
.toolkit-search {
  color: #a7dffc;
}
.toolkit-search-query {
  color: #52abe9;
  font-size: inherit;
  line-height: inherit;
  background-color: transparent;
  padding: 0 10px;
}
.toolkit-search-filters, .toolkit-search-cancel {
  cursor: pointer;
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
}
.toolkit-search-cancel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0h24ZM12.6 23.26h-.02l-.07.04h-.03l-.07-.04h-.03v.02l-.02.42v.02l.02.02.1.07h.02l.11-.07.01-.02v-.02l-.01-.42c0-.01 0-.02-.02-.02Zm.26-.11h-.02l-.18.09-.01.01v.01l.02.43v.02l.2.1.04-.01v-.02l-.03-.61c0-.02-.01-.02-.02-.02Zm-.72 0h-.02l-.01.02-.03.61.01.02h.02l.2-.09.01-.02.02-.43v-.01l-.01-.01-.19-.1Z'/%3E%3Cpath fill='%23214E9D' d='m12 13.41 5.66 5.66a1 1 0 0 0 1.41-1.41L13.41 12l5.66-5.66a1 1 0 0 0-1.41-1.41L12 10.59 6.34 4.93a1 1 0 0 0-1.41 1.41L10.59 12l-5.66 5.66a1 1 0 1 0 1.41 1.41L12 13.41Z'/%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1023.98px) {
  .toolkit-search-cancel {
    bottom: 10px;
    right: 45px;
  }
}
.toolkit-search-filters {
  display: none;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px #52abe9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500'%3E%3Cpath fill='none' stroke='%2352abe9' stroke-linecap='round' stroke-linejoin='round' stroke-width='50' d='M36.4 135h427.2M109 250h282M179.5 364.2h141'/%3E%3C/svg%3E");
  background-size: 80%;
}
@media (max-width: 1023.98px) {
  .toolkit-search-filters {
    bottom: 10px;
    right: 10px;
    display: block;
  }
}
.toolkit-no-results {
  color: #52abe9;
  background-color: #f1fafe;
  padding: 30px !important;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.toolkit-category > * {
  padding: 10px 30px;
  border-bottom: 2px solid #dcf2fe;
}
@media (max-width: 1023.98px) {
  .toolkit-category > * {
    padding: 12px;
  }
}
.toolkit-category:last-child > *:last-child {
  border-bottom: none;
}
.toolkit-category h3 {
  margin: 0;
  padding: 15px 30px;
  line-height: 1;
  font-size: 1.4rem;
  color: #7cc0ef;
  display: flex;
  align-items: center;
}
.toolkit-category h3 .toolkit-search-count,
.toolkit-category h3 .toolkit-category-count {
  font-size: 0.6em;
  line-height: 1;
  font-weight: normal;
  padding: 5px 10px;
  background-color: #eaf5fc;
  border-radius: 99px;
  margin-left: 20px;
}
.toolkit-category.preview .toolkit-entry {
  display: none;
}
.toolkit-category.preview .toolkit-entry:nth-child(1), .toolkit-category.preview .toolkit-entry:nth-child(2), .toolkit-category.preview .toolkit-entry:nth-child(3), .toolkit-category.preview .toolkit-entry:nth-child(4), .toolkit-category.preview .toolkit-entry:nth-child(5), .toolkit-category.preview .toolkit-entry:nth-child(6) {
  display: flex;
}
.toolkit-entry {
  display: flex;
  align-items: center;
  transition: background-color 0.3s;
}
.toolkit-entry:hover {
  background-color: #f1fafe;
}
.toolkit-entry:hover .toolkit-entry-link {
  background-color: #214e9d;
  color: white !important;
  border-color: #214e9d;
}
.toolkit-entry-icon {
  width: 1.5em;
  height: 1.5em;
  margin-right: 10px;
  margin-bottom: 0;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}
.toolkit-entry-icon.form {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512'%3E%3Cpath fill='%237CC0EF' d='M378 0H195l-9 9L57 138l-9 9v279c0 47 38 86 86 86h244c48 0 86-39 86-86V86c0-47-38-86-86-86zm54 426c0 30-24 54-54 54H134c-30 0-54-24-54-54V161h83c25 0 45-21 45-45V32h170c30 0 54 24 54 54v340z' class='st0'/%3E%3Cpath fill='%237CC0EF' d='M172 253h-29c-5 0-8 3-8 9v73c0 7 4 11 10 11 5 0 10-4 10-11v-22l1-1h16c20 0 32-12 32-29 0-18-12-30-32-30zm-1 42h-15l-1-1v-23l1-1h15c8 0 13 5 13 13 0 7-5 12-13 12zm79-42h-22c-5 0-8 3-8 9v74c0 6 3 9 8 9h22c20 0 32-6 37-21 2-5 3-12 3-25s-1-20-3-25c-5-15-17-21-37-21zm18 64c-2 7-9 10-18 10h-10v-56h10c9 0 16 3 18 10l1 18-1 18zm93-64h-45c-5 0-8 3-8 9v73c0 7 4 11 10 11 5 0 10-4 10-11v-27h27c5 0 9-3 9-8s-4-9-9-9h-27v-21h33c6 0 9-4 9-9s-3-8-9-8z' class='st0'/%3E%3C/svg%3E");
}
.toolkit-entry-icon.annual-report {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 162.7 162.7'%3E%3Cpath fill='%237CC0EF' d='M151.8 10.9a37.3 37.3 0 0 0-52.7 0l-23 23 10.6 10.6 23-23A22.3 22.3 0 0 1 141.2 53l-34.5 34.4a22.1 22.1 0 0 1-31.5 0L64.6 98.1a37 37 0 0 0 52.7 0l34.5-34.5a37.3 37.3 0 0 0 0-52.7z'/%3E%3Cpath fill='%237CC0EF' d='M53 141.2a22.3 22.3 0 0 1-31.5-31.5L56 75.2a22.3 22.3 0 0 1 31.4 0L98 64.6a37.3 37.3 0 0 0-52.6 0L10.9 99.1a37.3 37.3 0 0 0 52.7 52.7l23-23-10.7-10.6-23 23z'/%3E%3C/svg%3E");
}
.toolkit-entry-icon.publication {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' class='svg-icon' overflow='hidden' style='width:1em;height:1em;vertical-align:middle' viewBox='0 0 1024 1024'%3E%3Cpath fill='%237CC0EF' d='M332.8 256a25.6 25.6 0 0 0-25.6 25.6v460.8a25.6 25.6 0 0 0 25.6 25.6h358.4a25.6 25.6 0 0 0 25.6-25.6V281.6a25.6 25.6 0 0 0-25.6-25.6H332.8zm0-51.2h358.4a76.8 76.8 0 0 1 76.8 76.8v460.8a76.8 76.8 0 0 1-76.8 76.8H332.8a76.8 76.8 0 0 1-76.8-76.8V281.6a76.8 76.8 0 0 1 76.8-76.8zM384 409.6a25.6 25.6 0 0 1 0-51.2h256a25.6 25.6 0 1 1 0 51.2H384zm0 102.4a25.6 25.6 0 0 1 0-51.2h153.6a25.6 25.6 0 1 1 0 51.2H384zm0 102.4a25.6 25.6 0 1 1 0-51.2h102.4a25.6 25.6 0 1 1 0 51.2H384z'/%3E%3C/svg%3E");
  background-size: 90%;
}
.toolkit-entry-title {
  color: #214e9d;
  flex-grow: 1;
}
.toolkit-entry-link {
  border-radius: 99px;
  padding: 10px 30px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  color: var(--alpha-color) !important;
  background-color: white;
  border: 1px solid var(--charlie-color);
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media (max-width: 1023.98px) {
  .toolkit-entry-link {
    border: none;
    padding: 10px;
  }
}
.toolkit-load-more {
  text-align: center;
  padding: 30px;
  background-color: #f1fafe;
}
.toolkit-load-more p {
  color: #214e9d;
  margin-bottom: 0;
}
.toolkit-load-more a {
  display: block;
  font-weight: bold;
  text-decoration: none;
  color: #52abe9;
  text-align: center;
}
.toolkit-filters {
  border: 2px solid #dcf2fe;
  border-radius: 30px;
  overflow: hidden;
  padding: 30px;
}
.toolkit-filters h3 {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toolkit-filters h3 span {
  cursor: pointer;
  font-size: 0.6em;
  color: #52abe9;
  opacity: 0.5;
}
.toolkit-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toolkit-filters label {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  margin: 15px 0;
  text-transform: capitalize;
}
.toolkit-filters label:hover .toolkit-filters-checkbox::before {
  opacity: 1;
}
.toolkit-filters label.toolkit-filters-empty {
  pointer-events: none;
}
.toolkit-filters label.toolkit-filters-empty .toolkit-filters-title {
  opacity: 0.5;
}
.toolkit-filters input {
  display: none;
}
.toolkit-filters input:checked + span:after {
  opacity: 1;
}
.toolkit-filters-spacer {
  flex-grow: 1;
}
.toolkit-filters-checkbox {
  width: 1.25em;
  height: 1.25em;
  border-radius: 0.5em;
  border: 1px solid #52abe9;
  position: relative;
  overflow: hidden;
}
.toolkit-filters-checkbox::before, .toolkit-filters-checkbox::after {
  content: "";
  position: absolute;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.toolkit-filters-checkbox::after {
  z-index: 5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m3.59 11.34 4.17 4.13 8.87-9.91'/%3E%3C/svg%3E");
  background-color: #52abe9;
}
.toolkit-filters-checkbox::before {
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%2352ABE9' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m3.59 11.34 4.17 4.13 8.87-9.91'/%3E%3C/svg%3E");
}
.toolkit-filters-title {
  margin: 0 15px;
  color: #52abe9;
}
.toolkit-filters-count {
  color: #52abe9;
  font-size: 0.7em;
  line-height: 1;
  font-weight: normal;
  padding: 5px 10px;
  background-color: #eaf5fc;
  border-radius: 99px;
}
.toolkit-filters-mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 30px;
  bottom: 0;
  z-index: 999;
  background-color: white;
  display: none;
  opacity: 0;
  overflow: auto;
  border-radius: 30px 30px 0 0;
  box-shadow: 0 0 90px black;
  transform: translateY(100px);
  transition: opacity 0.3s, transform 0.3s;
  padding: 20px;
  flex-direction: column;
  align-items: stretch;
}
.toolkit-filters-mobile h3 {
  margin-bottom: 0;
  font-size: 1.2em;
}
.toolkit-filters-mobile h3 .toolkit-filters-reset {
  font-size: 0.9em;
}
.toolkit-filters-mobile h3 .toolkit-filters-mobile-close {
  padding: 0;
  width: 30px;
  height: 30px;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M24 0v24H0V0h24ZM12.6 23.26h-.02l-.07.04h-.03l-.07-.04h-.03v.02l-.02.42v.02l.02.02.1.07h.02l.11-.07.01-.02v-.02l-.01-.42c0-.01 0-.02-.02-.02Zm.26-.11h-.02l-.18.09-.01.01v.01l.02.43v.02l.2.1.04-.01v-.02l-.03-.61c0-.02-.01-.02-.02-.02Zm-.72 0h-.02l-.01.02-.03.61.01.02h.02l.2-.09.01-.02.02-.43v-.01l-.01-.01-.19-.1Z'/%3E%3Cpath fill='%23214E9D' d='m12 13.41 5.66 5.66a1 1 0 0 0 1.41-1.41L13.41 12l5.66-5.66a1 1 0 0 0-1.41-1.41L12 10.59 6.34 4.93a1 1 0 0 0-1.41 1.41L10.59 12l-5.66 5.66a1 1 0 1 0 1.41 1.41L12 13.41Z'/%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  opacity: 1;
}
.toolkit-filters-mobile h6 {
  margin-top: 30px;
  margin-bottom: 0;
}
.toolkit-filters-mobile-close {
  padding: 12px;
  background-color: #214e9d;
  border-color: #214e9d;
  color: white;
  text-transform: none;
  font-size: 1em;
}
.toolkit-filters-mobile.visible {
  opacity: 1;
  transform: translateY(0px);
}
.toolkit-filters-mobile .toolkit-entry-icon {
  margin-right: 0;
}
.toolkit-filters-mobile .toolkit-filters-title {
  margin: 0 5px;
}
.toolkit-filters-mobile .toolkit-filters-title:first-child {
  margin-left: 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #4d4d4f;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #4d4d4f;
  background-color: rgba(148, 225, 255, 0.4);
  box-shadow: inset 0 -3px 0 #94e1ff;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewbox='0 0 20 20' fill='%2394e1ff'%3e%3cpath transform='scale%280.01953125 0.01953125%29' fill-rule='evenodd' d='M819.2 512c0 28.314-2.458 51.2-30.771 51.2h-552.858c-28.262 0-30.771-22.886-30.771-51.2s2.509-51.2 30.771-51.2h552.909c28.262 0 30.72 22.886 30.72 51.2z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%2394e1ff'%3e%3cpath transform='scale%280.01953125 0.01953125%29' fill-rule='evenodd' d='M819.2 512c0 28.314-2.458 51.2-30.771 51.2h-225.229v225.229c0 28.262-22.886 30.771-51.2 30.771s-51.2-2.509-51.2-30.771v-225.229h-225.229c-28.262 0-30.771-22.886-30.771-51.2s2.509-51.2 30.771-51.2h225.229v-225.229c0-28.314 22.886-30.771 51.2-30.771s51.2 2.458 51.2 30.771v225.229h225.229c28.314 0 30.771 22.886 30.771 51.2z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 3px solid #94e1ff;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.accordion-item {
  border-left: none;
  border-right: none;
}
.accordion-button {
  margin-bottom: 0;
  width: auto;
  cursor: pointer;
}
.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button:after {
  transition-duration: 0s;
}
.accordion-button:hover:after {
  transition: transform 0.3s;
  transform: rotate(180deg);
}
.accordion-collapse {
  padding-left: 0.75rem;
  background-color: rgba(148, 225, 255, 0.4);
}
.accordion-body {
  padding-top: 0;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.5rem 0;
}

.card-title {
  margin-bottom: 1.5rem;
}

.card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 0 0;
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card .pre-title {
  margin-bottom: calc(var(--paragraph-margin) / 2);
}
.card .card-title {
  margin-bottom: var(--paragraph-margin);
}

.card-img,
.card-img-top,
.card-img-bottom {
  background: center/cover no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.card-img:not([style*=background-image]),
.card-img-top:not([style*=background-image]),
.card-img-bottom:not([style*=background-image]) {
  background: url("/assets/logos/sasc.svg") center/50% auto no-repeat;
  background-color: rgba(148, 225, 255, 0.5);
}

.card-body {
  padding-bottom: 0;
}

.card-text + .buttons {
  margin-top: 1.5rem;
}

.card-deck .card-body {
  display: flex;
  flex-direction: column;
}
.card-deck .card-text {
  flex: 1 0 auto;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 20px;
  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: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 35px;
  height: 30px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #fff;
  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: -14px;
}
.hamburger-inner::after {
  bottom: -14px;
}

/*
 * 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);
}

.no-end > *:last-child {
  margin-bottom: 0;
}

.lozad {
  transition: opacity 0.2s, filter 0.1s;
  opacity: 0;
  filter: blur(5px);
}
.lozad[data-loaded=true] {
  opacity: 1;
  filter: blur(0px);
}

.slick-slider {
  opacity: 1;
  transition: opacity 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.slick-slider:not(.slick-initialized) {
  opacity: 0;
}
.slick-slider .slick-list {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.slick-slider .slick-list .slick-track {
  display: flex;
  flex-direction: row;
  flex: 1 0 auto;
  flex-wrap: nowrap;
}
.slick-slider .slick-list .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.slick-slider .slick-list .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.slick-slider .slick-list .slick-track .slick-slide > div > div {
  flex: 1 0 auto;
  align-items: center;
  display: flex !important;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.slick-dots li button {
  padding: 0;
  display: block;
  text-indent: -9999em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c9f0ff;
  border: none;
}
.slick-dots li.slick-active button {
  background-color: var(--alpha-color);
}

/**
 * tom-select.css (v//@@version)
 * Copyright (c) contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 */
.ts-control {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  flex-wrap: wrap;
}
.ts-wrapper.multi.has-items .ts-control {
  padding: calc( 8px - 2px - 1px) 8px calc( 8px - 2px - 3px - 1px);
}
.full .ts-control {
  background-color: #fff;
}
.disabled .ts-control, .disabled .ts-control * {
  cursor: default !important;
}
.focus .ts-control {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.ts-control > * {
  vertical-align: baseline;
  display: inline-block;
}
.ts-wrapper.multi .ts-control > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}
.ts-wrapper.multi .ts-control > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}
.ts-wrapper.multi.disabled .ts-control > div, .ts-wrapper.multi.disabled .ts-control > div.active {
  color: white;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}
.ts-control > input {
  flex: 1 1 auto;
  min-width: 7rem;
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.ts-control > input::-ms-clear {
  display: none;
}
.ts-control > input:focus {
  outline: none !important;
}
.has-items .ts-control > input {
  margin: 0 4px !important;
}
.ts-control.rtl {
  text-align: right;
}
.ts-control.rtl.single .ts-control:after {
  left: 15px;
  right: auto;
}
.ts-control.rtl .ts-control > input {
  margin: 0 4px 0 -2px !important;
}
.disabled .ts-control {
  opacity: 0.5;
  background-color: #fafafa;
}
.input-hidden .ts-control > input {
  opacity: 0;
  position: absolute;
  left: -10000px;
}

.ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: 0.25rem 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.ts-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.ts-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.ts-dropdown .option,
.ts-dropdown .optgroup-header,
.ts-dropdown .no-results,
.ts-dropdown .create {
  padding: 5px 8px;
}
.ts-dropdown .option, .ts-dropdown [data-disabled], .ts-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.ts-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.ts-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.ts-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.ts-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.ts-dropdown .active.create {
  color: #495c68;
}
.ts-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.ts-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}
.ts-dropdown .spinner::after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.ts-dropdown-content {
  overflow: hidden auto;
  max-height: 200px;
  scroll-behavior: smooth;
}

.ts-wrapper.plugin-drag_drop .ts-dragging {
  color: transparent !important;
}
.ts-wrapper.plugin-drag_drop .ts-dragging > * {
  visibility: hidden !important;
}

.plugin-checkbox_options:not(.rtl) .option input {
  margin-right: 0.5rem;
}

.plugin-checkbox_options.rtl .option input {
  margin-left: 0.5rem;
}

/* stylelint-disable function-name-case */
.plugin-clear_button {
  --ts-pr-clear-button: 1em;
}
.plugin-clear_button .clear-button {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(8px - 6px);
  margin-right: 0 !important;
  background: transparent !important;
  transition: opacity 0.5s;
  cursor: pointer;
}
.plugin-clear_button.form-select .clear-button, .plugin-clear_button.single .clear-button {
  right: max(var(--ts-pr-caret), 8px);
}
.plugin-clear_button.focus.has-items .clear-button, .plugin-clear_button:not(.disabled):hover.has-items .clear-button {
  opacity: 1;
}

.ts-wrapper .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: color-mix(#fff, #d0d0d0, 85%);
  border-radius: 3px 3px 0 0;
}
.ts-wrapper .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.ts-wrapper .dropdown-header-close:hover {
  color: black;
}

.plugin-dropdown_input.focus.dropdown-active .ts-control {
  box-shadow: none;
  border: 1px solid #d0d0d0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.plugin-dropdown_input .dropdown-input {
  border: 1px solid #d0d0d0;
  border-width: 0 0 1px;
  display: block;
  padding: 8px 8px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  background: transparent;
}
.plugin-dropdown_input.focus .ts-dropdown .dropdown-input {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.plugin-dropdown_input .items-placeholder {
  border: 0 none !important;
  box-shadow: none !important;
  width: 100%;
}
.plugin-dropdown_input.has-items .items-placeholder, .plugin-dropdown_input.dropdown-active .items-placeholder {
  display: none !important;
}

.ts-wrapper.plugin-input_autogrow.has-items .ts-control > input {
  min-width: 0;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input {
  flex: none;
  min-width: 4px;
}
.ts-wrapper.plugin-input_autogrow.has-items.focus .ts-control > input::placeholder {
  color: transparent;
}

.ts-dropdown.plugin-optgroup_columns .ts-dropdown-content {
  display: flex;
}
.ts-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.ts-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup::before {
  display: none;
}
.ts-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.ts-wrapper.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
}
.ts-wrapper.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 0 6px;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.ts-wrapper.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.ts-wrapper.plugin-remove_button.disabled .item .remove:hover {
  background: none;
}
.ts-wrapper.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.ts-wrapper.plugin-remove_button:not(.rtl) .item {
  padding-right: 0 !important;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item .remove {
  border-left: 1px solid #0073bb;
  margin-left: 6px;
}
.ts-wrapper.plugin-remove_button:not(.rtl) .item.active .remove {
  border-left-color: #00578d;
}
.ts-wrapper.plugin-remove_button:not(.rtl).disabled .item .remove {
  border-left-color: #aaaaaa;
}

.ts-wrapper.plugin-remove_button.rtl .item {
  padding-left: 0 !important;
}
.ts-wrapper.plugin-remove_button.rtl .item .remove {
  border-right: 1px solid #0073bb;
  margin-right: 6px;
}
.ts-wrapper.plugin-remove_button.rtl .item.active .remove {
  border-right-color: #00578d;
}
.ts-wrapper.plugin-remove_button.rtl.disabled .item .remove {
  border-right-color: #aaaaaa;
}

:root {
  --ts-pr-clear-button: 0px;
  --ts-pr-caret: 0px;
  --ts-pr-min: .75rem;
}

.ts-wrapper.single .ts-control, .ts-wrapper.single .ts-control input {
  cursor: pointer;
}

.ts-control:not(.rtl) {
  padding-right: max(var(--ts-pr-min), calc( var(--ts-pr-clear-button) + var(--ts-pr-caret))) !important;
}

.ts-control.rtl {
  padding-left: max(var(--ts-pr-min), calc( var(--ts-pr-clear-button) + var(--ts-pr-caret))) !important;
}

.ts-wrapper {
  position: relative;
}

.ts-dropdown,
.ts-control,
.ts-control input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
  background: #fff;
  cursor: text;
}

.ts-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.ts-wrapper.single .ts-control {
  --ts-pr-caret: 2rem;
}
.ts-wrapper.single .ts-control::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.ts-wrapper.single .ts-control:not(.rtl)::after {
  right: 15px;
}
.ts-wrapper.single .ts-control.rtl::after {
  left: 15px;
}
.ts-wrapper.single.dropdown-active .ts-control::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.ts-wrapper.single.input-active .ts-control, .ts-wrapper.single.input-active .ts-control input {
  cursor: text;
}

.ts-wrapper {
  display: flex;
  min-height: 36px;
}
.ts-wrapper.multi.has-items .ts-control {
  padding-left: 5px;
  --ts-pr-min: $padding-x;
}
.ts-wrapper.multi .ts-control [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: color-mix(#1da7ee, #178ee9, 60%);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}
.ts-wrapper.multi .ts-control [data-value].active {
  background-color: color-mix(#008fd8, #0075cf, 60%);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}
.ts-wrapper.multi.disabled .ts-control [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}
.ts-wrapper.multi.disabled .ts-control [data-value], .ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  border-color: #e6e6e6;
}
.ts-wrapper.multi.disabled .ts-control [data-value] .remove {
  background: none;
}
.ts-wrapper.single .ts-control {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: color-mix(#fefefe, #f2f2f2, 60%);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}

.ts-wrapper.single .ts-control, .ts-dropdown.single {
  border-color: #b8b8b8;
}

.dropdown-active .ts-control {
  border-radius: 3px 3px 0 0;
}

.ts-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}
.ts-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}
.ts-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.ts-wrapper .ts-dropdown,
.ts-wrapper .ts-control,
.ts-wrapper .ts-control input {
  font-size: var(--font-size);
}
.ts-wrapper .ts-control {
  padding: 1em 1.5em !important;
}
.ts-wrapper .ts-control ::-webkit-input-placeholder {
  color: #d3d0d0;
  font-weight: 300;
}
.ts-wrapper .ts-control :-ms-input-placeholder {
  color: #d3d0d0;
  font-weight: 300;
}
.ts-wrapper .ts-control ::placeholder {
  color: #d3d0d0;
  font-weight: 300;
}
.ts-wrapper .ts-dropdown .option,
.ts-wrapper .ts-dropdown .optgroup-header,
.ts-wrapper .ts-dropdown .no-results,
.ts-wrapper .ts-dropdown .create {
  padding: 10px 15px;
}
.ts-wrapper.multi .ts-control [data-value] {
  color: #4d4d4f;
  background: #e6e9ed;
  border: none;
  font-size: 14px;
  padding: 6px 10px;
  padding-right: 36px !important;
  text-shadow: none;
  box-shadow: none;
  position: relative;
}
.ts-wrapper.multi .ts-control [data-value] .remove {
  position: absolute;
  height: 100%;
  font-size: 24px;
  line-height: 1;
  top: 0;
  right: 0;
  border-color: #d4d4d4;
}

.show-for-mobile {
  display: none;
  display: block;
}

.hide-for-mobile {
  display: none;
}

.show-for-tablet {
  display: none;
}
@media (min-width: 1024px) {
  .show-for-tablet {
    display: block;
  }
}

@media (min-width: 1024px) {
  .hide-for-tablet {
    display: none;
  }
}

.show-for-desktop {
  display: none;
}
@media (min-width: 1280px) {
  .show-for-desktop {
    display: block;
  }
}

@media (min-width: 1280px) {
  .hide-for-desktop {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map*/