/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./sass/site.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
 * Bootstrap v5.1.2 (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)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27rgba%280, 0, 0, 0.25%29%27/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%2386b7fe%27/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3e%3cpath fill=%27%23198754%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27%3e%3cpath fill=%27none%27 stroke=%27%23343a40%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M2 5l6 6 6-6%27/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 12 12%27 width=%2712%27 height=%2712%27 fill=%27none%27 stroke=%27%23dc3545%27%3e%3ccircle cx=%276%27 cy=%276%27 r=%274.5%27/%3e%3cpath stroke-linejoin=%27round%27 d=%27M5.8 3.6h.4L6 6.5z%27/%3e%3ccircle cx=%276%27 cy=%278.2%27 r=%27.6%27 fill=%27%23dc3545%27 stroke=%27none%27/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  align-self: center;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.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;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%280, 0, 0, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.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: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .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;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  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: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%230c63e4%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%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=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%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: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.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.25rem;
  border-bottom-left-radius: 0.25rem;
}
.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.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23000%27%3e%3cpath d=%27M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z%27/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z%27/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23fff%27%3e%3cpath d=%27M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@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;
  }
}
/* Colours */
/*SDG Colours*/
/*Font*/
/*Borders and spacing*/
/*Here we should set out standard spacing. I think we shouldnt ever divert from this spacing once we get it right. Otherwise our site will become unmanagable
    may need to utilize mixin or extends
    Example: $section-spacing: 2rem

*/
/*@mixin image-default {
    display: block;
    width: 100%;
    min-width:100%;
}*/
/*%no-style-list {
    list-style-type: none;
    padding: 0;
}*/
/*@mixin horizontal-menu($font-color, $font-weight, $font-size) {
    text-align: center;
    font-size: $font-size;
    font-weight: $font-weight;

    ul {
        @extend %no-style-list;

        li {
            list-style: none;
            display: inline-block;
            padding: 0 1rem 0 1rem;
            color: $text-color;

            &:first-child {
                padding-left: 0;
            }

            & + li {
                border-left: 0.05rem solid $text-color;
                line-height: 0.75rem;
            }

            a {
                color: $text-color;
                text-decoration: none;
            }
        }
    }
}
*/
/*Theme Background styles*/
.background_white {
  background-color: #fff;
  color: #333;
}
.background_white h1,
.background_white h2,
.background_white h3,
.background_white h4,
.background_white a,
.background_white .title-text {
  color: #2484c6;
}

a:hover .background_white {
  text-decoration-color: #2484c6;
}

.background_grey {
  background-color: #f1f1f1;
  color: #333;
}
.background_grey h1,
.background_grey h2,
.background_grey h3,
.background_grey h4,
.background_grey a,
.background_grey .title-text {
  color: #2484c6;
}

a:hover .background_grey {
  text-decoration-color: #2484c6;
}

.background_light-grey {
  background-color: #f4f4f4;
  color: #333;
}
.background_light-grey h1,
.background_light-grey h2,
.background_light-grey h3,
.background_light-grey h4,
.background_light-grey a,
.background_light-grey .title-text {
  color: #2484c6;
}

a:hover .background_light-grey {
  text-decoration-color: #2484c6;
}

.background_dark-grey {
  background-color: #d9d9d9;
  color: #fff;
}
.background_dark-grey h1,
.background_dark-grey h2,
.background_dark-grey h3,
.background_dark-grey h4,
.background_dark-grey a,
.background_dark-grey .title-text {
  color: #2484c6;
}

a:hover .background_dark-grey {
  text-decoration-color: #2484c6;
}

.background_blue {
  background-color: #2484c6;
  color: #fff;
}
.background_blue h1,
.background_blue h2,
.background_blue h3,
.background_blue h4,
.background_blue a,
.background_blue .title-text {
  color: #fff;
}

a:hover .background_blue {
  text-decoration-color: #fff;
}

.background_yellow {
  background-color: #ffcb05;
  color: #333;
}
.background_yellow h1,
.background_yellow h2,
.background_yellow h3,
.background_yellow h4,
.background_yellow a,
.background_yellow .title-text {
  color: #2484c6;
}

a:hover .background_yellow {
  text-decoration-color: #2484c6;
}

.background_green {
  background-color: #00b259;
  color: #fff;
}
.background_green h1,
.background_green h2,
.background_green h3,
.background_green h4,
.background_green a,
.background_green .title-text {
  color: #fff;
}

a:hover .background_green {
  text-decoration-color: #fff;
}

.background_purple {
  background-color: #8f53a1;
  color: #fff;
}
.background_purple h1,
.background_purple h2,
.background_purple h3,
.background_purple h4,
.background_purple a,
.background_purple .title-text {
  color: #fff;
}

a:hover .background_purple {
  text-decoration-color: #fff;
}

.background_light-blue {
  background-color: #e9f2f9;
  color: #333;
}
.background_light-blue h1,
.background_light-blue h2,
.background_light-blue h3,
.background_light-blue h4,
.background_light-blue a,
.background_light-blue .title-text {
  color: #2484c6;
}

a:hover .background_light-blue {
  text-decoration-color: #2484c6;
}

.background_light-yellow {
  background-color: #fff9e6;
  color: #333;
}
.background_light-yellow h1,
.background_light-yellow h2,
.background_light-yellow h3,
.background_light-yellow h4,
.background_light-yellow a,
.background_light-yellow .title-text {
  color: #2484c6;
}

a:hover .background_light-yellow {
  text-decoration-color: #2484c6;
}

.background_light-green {
  background-color: #e5f7ee;
  color: #333;
}
.background_light-green h1,
.background_light-green h2,
.background_light-green h3,
.background_light-green h4,
.background_light-green a,
.background_light-green .title-text {
  color: #2484c6;
}

a:hover .background_light-green {
  text-decoration-color: #2484c6;
}

.background_light-purple {
  background-color: #f3edf5;
  color: #333;
}
.background_light-purple h1,
.background_light-purple h2,
.background_light-purple h3,
.background_light-purple h4,
.background_light-purple a,
.background_light-purple .title-text {
  color: #2484c6;
}

a:hover .background_light-purple {
  text-decoration-color: #2484c6;
}

/* [SM 17112023] Is this the right place to store these title belt colours? */
/*Title Belts*/
.bgBlue {
  background-color: #2484c6;
}

.bgGreen {
  background-color: #00b259;
}

.bgPurple {
  background-color: #8f53a1;
}

.bgYellow {
  background-color: #ffcb05;
}

.textWhite {
  color: #fff;
}

.textGrey {
  color: #333;
}

.bgGrey {
  background-color: #f4f4f4;
}

p {
  color: #666;
  line-height: 1.5;
}

a {
  color: #2484c6;
  text-decoration: none;
}

p a {
  color: #2484c6;
  text-decoration: underline;
}

a:hover {
  color: #2484c6;
  text-decoration: underline;
}

b,
strong {
  font-weight: 500;
}

h4, h3, h2, h1 {
  font-weight: 300;
  color: #2484c6;
}
h4 b, h3 b, h2 b, h1 b,
h4 strong,
h3 strong,
h2 strong,
h1 strong {
  font-weight: 400;
}

/*List Styling*/
ul li::marker {
  /*content: '■  ';*/
  content: "●  ";
  /*    color: a.$ksb-blue;*/
  /*font-size: 1.5em;*/
  font-size: 0.8em;
}

.donate {
  list-style-type: none;
}
.donate::marker {
  display: none;
  color: pink;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 1em;
  font-weight: 300;
}

/**umb_name:Heading 2*/
h2 {
  font-size: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/**umb_name:Heading 3*/
h3 {
  font-size: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/**umb_name:Heading 4*/
h4 {
  font-size: 1em;
  margin-top: 2em;
  margin-bottom: 0.25rem;
  font-weight: 600;
}

/**umb_name:Lede*/
.lede {
  color: #2484c6;
  font-weight: 500;
  line-height: normal;
}

/**umb_name:Grey Text*/
.grey-text {
  color: #666;
}

/**umb_name:White Text*/
.white-text {
  color: #fff;
}

/**umb_name:Blue Text*/
.blue-text {
  color: #2484c6;
}

/**umb_name:Green Text*/
.green-text {
  color: #00b259;
}

/**umb_name:Purple Text*/
.purple-text {
  color: #8f53a1;
}

/**umb_name:Large text*/
.large-text {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: normal;
}

table {
  border: 1px solid #2484c6;
}
table td {
  border: 1px solid #2484c6;
  padding: 0.25rem;
}
table th {
  background-color: #2484c6;
  padding: 0.25rem;
  color: #fff;
}
table th + th {
  border-left: 1px solid #fff;
}

html * {
  font-family: "Montserrat", Arial, sans-serif;
}

img {
  display: block;
  width: 100%;
  min-width: 100%;
}

/*prevent svg squishing*/
.nosquish {
  flex: none;
}

svg {
  flex: none;
}

picture {
  display: block;
  width: 100%;
  min-width: 100%;
}

/*Hidden field*/
.hidden-field {
  display: none;
}

/*Defaults for cross blocklist items*/
.title-text {
  font-size: 1.5rem;
  font-weight: 300;
  color: #2484c6;
}

.title-bar {
  width: 100%;
  text-align: center;
  padding: 3rem;
  margin-bottom: 1rem;
}
.title-bar h1 {
  margin: 0;
}

h2.trimmed {
  margin-top: 0;
}

/*Defaults for cross blocklist items END*/
/*Clear Float*/
.clear-float {
  clear: both;
}

/*sections*/
.section-padding {
  padding: 1rem;
}
.section-padding h2, .section-padding h3, .section-padding h4 {
  margin-top: 0.5rem;
}

section {
  padding-bottom: 2rem;
}

/*Container Functions*/
/*.centreContainer {
    text-align: center;
}
*/
/*Sections*/
/*main section {
    padding: 2em 0 2em 0;
}*/
/*TODO: Add others*/
/*TODO: move buttons to a better location*/
.supportButton p, .newsButton p {
  padding: 0;
  margin: 0;
}

.container_centre {
  text-align: center;
}

.centre-image {
  margin: auto;
  width: 50%;
}

/*Remove iframe bottom margin*/
iframe {
  display: block;
}

/*flexbox break*/
.break {
  flex-basis: 100%;
  height: 0;
}

.no-list-style {
  padding: 0;
}
.no-list-style ul {
  list-style-type: none;
  padding: 0;
}
.no-list-style ul li {
  list-style-type: none;
}
.no-list-style ul li::marker {
  content: "";
}

#scroll-top-btn {
  height: 40px;
  bottom: -50px;
  right: 20px;
  position: fixed;
  text-align: center;
  border-radius: 4px;
  background-color: #2484c6;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 999999;
  border: 1px solid #fff;
}
#scroll-top-btn .btn__action-text {
  margin: 0 0.5rem 0.5rem 0;
}
#scroll-top-btn:hover {
  background-color: #92c2e3;
}
#scroll-top-btn .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  position: relative;
  bottom: -0.4rem;
  left: 0.3rem;
  margin: 0;
  padding: 0;
}

.breadcrumb {
  color: #333;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.breadcrumb li {
  margin: 0.25em 0.25em 0.25em 0;
}
.breadcrumb li:not(:last-child)::after {
  content: " > ";
  padding: 0 0.5em;
}
.breadcrumb__parent {
  margin: 0.25em 0.25em 0.25em 0;
}
.breadcrumb .fa-chevron-right {
  margin: 0.25rem;
}

.dev-bar {
  width: 100%;
}
.dev-bar__Staging {
  background-color: #d53600;
  color: #fff;
}
.dev-bar__Development {
  background-color: #54863f;
  color: #fff;
}

footer {
  margin-top: 1rem;
  /*Need to create var and standardise*/
}

.footer-menu {
  padding: 0;
  text-align: center;
}
.footer-menu ul {
  list-style-type: none;
  padding: 0;
}
.footer-menu ul li {
  list-style-type: none;
}
.footer-menu ul li::marker {
  content: "";
}
.footer-menu ul li {
  display: inline-block;
  padding: 0 1rem 0 1rem;
  color: #333;
}
.footer-menu ul li:first-child {
  padding-left: 0;
}
.footer-menu ul li:last-child {
  padding-right: 0;
}
.footer-menu ul li + li {
  border-left: 0.05rem solid #333;
  line-height: 0.75rem;
}
.footer-menu ul li a {
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

/*.footerMenu {
    text-align: center;
    font-size: $font-size-small;
    font-weight: $font-weight-medium;

    ul {
        padding: 0;
    }

    li {
        list-style: none;
        display: inline-block;
        padding: 0 1rem 0 1rem;
        color: $text-color;


        &:first-child {
            padding-left: 0;
        }

        & + li {
            border-left: 0.05rem solid $text-color;
            line-height: 0.75rem;
        }

        a {
            color: $text-color;
            text-decoration: none;
        }
    }
}*/
.footer-text {
  margin: 1rem auto;
  color: #333;
  font-size: 0.9rem;
  text-align: center;
  width: 100%;
  /*[06012025 SM] Line break adjustment*/
  width: fit-content;
  display: flex;
  flex-direction: column;
}
.footer-text__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-text__bottom {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
}
.footer-text__organisation {
  margin: 0 0.5rem 0.5rem;
  text-align: center;
}
.footer-text__address {
  margin: 0 0.5rem 0.5rem;
  text-align: center;
}
.footer-text__contact {
  margin: 0 auto 0.5rem;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-text__contact span {
  display: block;
  text-align: center;
}
.footer-text__email {
  margin: 0 0 1rem 0;
  text-align: center;
}
.footer-text__small-print {
  font-size: x-small;
  text-align: center;
  margin-bottom: 2rem;
}
.footer-text__small-print p {
  margin: 0;
}

@media (min-width: 576px) {
  .footer-text__contact span {
    margin-right: 1rem;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-text {
    display: flex;
    flex-direction: column;
  }
  .footer-text__top {
    display: flex;
    flex-direction: row;
  }
  .footer-text__bottom {
    display: flex;
    flex-direction: row;
  }
  .footer-text__contact {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .footer-text {
    flex-direction: column;
    align-items: center;
  }
  .footer-text__top {
    display: flex;
    flex-direction: row;
  }
  .footer-text__bottom {
    display: flex;
    flex-direction: row;
  }
  .footer-text__organisation, .footer-text__address {
    text-align: center;
    margin: 0 auto;
  }
  .footer-text__contact span {
    text-align: center;
  }
  .footer-text__email {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .footer-text {
    flex-direction: row;
  }
  .footer-text__bottom {
    margin: 0 0 0 0.5rem;
  }
  .footer-text__organisation, .footer-text__address {
    margin: 0 0 0 0.5rem;
  }
  .footer-text__contact {
    margin: 0 0 0 1rem;
  }
}
.org-icons {
  padding: 0;
  text-align: center;
  margin-bottom: 2rem;
}
.org-icons ul {
  list-style-type: none;
  padding: 0;
}
.org-icons ul li {
  list-style-type: none;
}
.org-icons ul li::marker {
  content: "";
}
.org-icons ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.org-icons ul li {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 8rem;
}
.org-icons img {
  max-height: 4rem;
  width: unset;
  min-width: unset;
  margin: 0.5rem 0;
}

/*.orgIcons {
    ul{
        list-style: none;
        text-align: center;
        padding: 0;

    li {
        display: inline-block;
        padding: 0px 2rem;
        width: 8rem; 
    }
}
}
*/
.toggle-content {
  display: none;
}

.toggle-content.is-visible {
  display: block;
}

header {
  z-index: 99999999;
}

.ksb-header {
  z-index: 99999999;
}

.header {
  display: flex;
  background-color: #fff;
}

/* General styling */
* {
  box-sizing: border-box;
}

/* Start Navigation Bar */
.navbar {
  max-width: 820px;
  margin: 0 auto;
  color: #fff;
  border-radius: 4px;
  background-color: #25283d;
}

.navbar .menu {
  position: relative;
  display: flex;
}

.navbar .menu li {
  display: flex;
  transition: background-color 0.5s ease;
  text-align: center;
  flex: 1;
}

.navbar .menu a {
  position: relative;
  display: inline-flex;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  flex: 1;
  justify-content: center;
}

.navbar .menu a > .fa {
  font-weight: bold;
  margin-left: 8px;
}

.navbar .menu li:hover {
  background-color: #8f3985;
}

.navbar .menu li:hover .menu-container {
  display: flex;
}

a.hasDropdown:after {
  position: absolute;
  z-index: 2;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #25283d;
}

li:hover a.hasDropdown:after {
  content: "";
  border-top-color: #8f3985;
}

/* End Navigation Bar */
/* Start Single Section Menu */
.menu-container {
  position: absolute;
  z-index: 1;
  top: 56px;
  right: 0;
  left: 0;
  display: none;
  margin-bottom: 30px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
}

.menu-container__list {
  display: flex;
  min-width: 0;
  padding: 20px;
  flex: 1;
  flex-wrap: wrap;
}

.menu-container__listItem {
  overflow: hidden;
  padding: 10px 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 0 0 25%;
}

.menu-container__listItem > div {
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: underline;
  text-overflow: ellipsis;
  color: #db6356;
}

/* End Single Section Menu */
/* Start Multiple Section Menu */
.menu-container.has-multi .container__listItem {
  flex-basis: 100%;
}

.menu-container.has-multi .container__list {
  border-radius: 4px;
  flex-basis: 33.333%;
}

.menu-container.has-multi .container__list:not(:last-child) {
  margin-right: 20px;
  border-right: solid 1px #f3f3f3;
}

/* End Multiple Section Menu */
/* Start Responsive Menu */
.mobile-menu {
  display: block;
  margin: 20px;
}
@media (min-width: 992px) {
  .mobile-menu {
    display: none !important;
  }
}

.mobile-menu > i {
  cursor: pointer;
}

.navbar {
  position: absolute;
  transition: top 0.3s ease-in;
  top: -100%;
  border-radius: 0;
  will-change: top;
}

.navbar--is-visible {
  top: 88px;
}

.navbar .menu {
  flex-direction: column;
}

.navbar .menu li {
  position: relative;
  flex-direction: column;
  transition: initial;
}

.navbar .menu li:hover {
  background-color: initial;
}

.navbar .menu li.is-selected {
  position: relative;
  background-color: #8f3985;
}

.menu-container {
  position: static;
  display: flex;
  overflow: hidden;
  max-height: 0;
  margin-bottom: 0;
  transition: all 0.3s ease;
}

a.hasDropdown:after {
  display: none;
}

.container--is-visible {
  max-height: 1000px !important;
}

.container__list .container__listItem:nth-child(n+11) {
  display: none;
}

.container.has-multi .container__list-multi:not(:first-child) {
  display: none;
}

.menu .container.has-multi .container__list {
  margin-right: 0;
  border-right: 0;
}

.navbar .menu li .container__listItem {
  flex-basis: 100%;
}

/* End Responsive Menu */
.testingcss {
  background-color: green;
}

.menu-toggle {
  display: none;
}
.menu-toggle:checked ~ #inner-nav {
  display: block !important;
  transition: 1s;
}
.menu-toggle__label {
  margin-bottom: 1rem;
}
.menu-toggle__button {
  color: #fff;
  background-color: #2484c6;
  padding: 0.5rem;
  width: fit-content;
}

.menu-mobile {
  display: none;
}
.menu-mobile__shower {
  border-bottom: 1px solid #2484c6;
  display: flex;
  justify-content: flex-end;
}
.menu-mobile:checked ~ .navigation {
  display: block !important;
}
.menu-mobile:checked + .menu-mobile__shower {
  background-color: #f1f1f1;
}

.navigation {
  padding: 0;
  display: none;
}
.navigation ul {
  list-style-type: none;
  padding: 0;
}
.navigation ul li {
  list-style-type: none;
}
.navigation ul li::marker {
  content: "";
}
@media (min-width: 768px) {
  .navigation {
    display: block !important;
  }
}

.inner-nav a {
  color: #666;
  margin: 1rem 0;
}
.inner-nav .section-home {
  font-weight: 500;
}
.inner-nav .inner-nav__item {
  border-bottom: 0.15rem #f4f4f4 solid;
  padding: 0.25rem 0;
}
.inner-nav .inner-nav__item .nav-parent {
  border-bottom-color: #2484c6;
}
.inner-nav .nav-current-page {
  background-color: #f4f4f4;
}
.inner-nav .nav-parent {
  border-bottom: 0.15rem #2484c6 solid;
}
.inner-nav .child-menu {
  padding: 0.5rem 0;
  border-bottom: none;
}
.inner-nav .child-menu ul {
  margin-left: 1.5rem;
}
.inner-nav a:hover, .inner-nav a:focus {
  border-bottom: 0.15rem #2484c6 solid;
  text-decoration: none;
}

.newsletter-row {
  /* &__button_cus {
          @include button('yellow', a.$ksb-yellow, a.$font-weight-regular, a.$font-weight-medium);
      }
  */
}
.newsletter-row #newsletter-row__header {
  margin-top: 2rem;
}
.newsletter-row__privacy {
  padding: 1rem 0rem;
  font-size: 0.9rem;
}
.newsletter-row__privacy a {
  text-decoration: underline;
}
.newsletter-row__privacy a:hover {
  color: #e9f2f9;
  text-decoration: none;
}
.newsletter-row__mccatch {
  position: absolute;
  left: -5000px;
}
.newsletter-row__response_hide {
  display: none;
}
.newsletter-row__response_float-right {
  float: right;
}
.newsletter-row__button {
  font-weight: 500;
  color: #333;
}
.newsletter-row__form-input {
  padding: 0.25em 0;
}
.newsletter-row__form-input input[type=text],
.newsletter-row__form-input input[type=email] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.25rem 0;
  border: 0.05rem solid #fff;
  text-indent: 0.15rem;
  color: #333;
}
.newsletter-row__checkboxlist-title {
  width: 100%;
  margin-bottom: 1rem;
}
.newsletter-row__checkboxlist-title span {
  font-size: 1.5rem;
}
.newsletter-row__checkboxlist input[type=checkbox] {
  margin-right: 0.5rem !important;
}
.newsletter-row__checkboxlist ul li {
  color: #fff !important;
}
.newsletter-row__dropdown {
  box-sizing: border-box;
  padding: 0.25rem 0;
  border: 0.05rem solid #333;
  text-indent: 0.15rem;
  color: #333;
  background: #fff;
}
@media (min-width: 768px) {
  .newsletter-row__form-input {
    padding: 0.5em;
  }
  .newsletter-row__form-input--ecoschools {
    padding-left: 0;
    padding-right: 2rem;
  }
  .newsletter-row__form-input:first-child {
    padding-left: 0;
  }
  .newsletter-row__form-input:last-child {
    padding-right: 0;
  }
}

.related-document__row h2 {
  margin: 2rem 0;
}
.related-document__row .related-document {
  margin-bottom: 1rem;
}
.related-document__row .related-document__icon svg {
  width: 1.2rem;
}
@media (min-width: 768px) {
  .related-document__row__form-input {
    padding: 0.5em;
  }
  .related-document__row__form-input:first-child {
    padding-left: 0;
  }
  .related-document__row__form-input:last-child {
    padding-right: 0;
  }
}

.related-document-row h2 {
  margin-top: 2rem !important;
}

.related-document {
  margin-bottom: 0.5rem;
}

.social-media-row {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
}
.social-media-row h2 {
  color: #999;
}

.social-media-icon {
  justify-content: center;
  height: 2.5rem;
  margin: 0.5rem 1rem 0;
}
.social-media-icon svg {
  fill: #999;
  height: 1.5rem;
}
.social-media-icon:hover svg, .social-media-icon:focus svg {
  fill: #2484c6;
}

header {
  z-index: 9999999;
}

.mobile-header {
  display: flex;
  width: 100%;
  border-bottom: 0.05rem #2484c6 solid;
  justify-content: space-between;
  top: 0;
  position: sticky;
  background-color: #fff;
  z-index: 999999999;
}
.mobile-header .ksb-logo {
  flex-basis: 40%;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0.5rem;
}
.mobile-header .ksb-logo img {
  height: 100%;
}
@media (min-width: 768px) {
  .mobile-header .ksb-logo {
    padding: 0.5rem;
  }
}
.mobile-header .donate {
  flex-basis: 40%;
  margin: auto;
  text-align: center;
}
@media (min-width: 576px) {
  .mobile-header .donate .btn {
    font-size: 1.5rem;
  }
}
.mobile-header__button {
  flex-basis: 10%;
  color: #2484c6;
  font-size: 2rem;
  cursor: pointer;
  z-index: 99;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 576px) {
  .mobile-header__button {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .mobile-header__button {
    font-size: 2rem;
  }
}
.mobile-header__button .search-button {
  margin-right: 1rem;
  background-color: inherit;
  border: none;
  color: inherit;
}
@media (min-width: 992px) {
  .mobile-header__button .search-button {
    margin-top: -0.15rem;
  }
}

@media (min-width: 768px) {
  .mobile-home {
    display: none !important;
  }
}

.hide-mobile,
.deskchev {
  display: none;
}

.header li::marker {
  content: "";
}

.header-buttons {
  margin: auto 0;
  text-align: center;
}
@media (min-width: 576px) {
  .header-buttons .btn {
    font-size: 1.5rem;
  }
}
.header-buttons ul {
  display: flex;
}
.header-buttons__button {
  flex-basis: 10%;
  color: #2484c6;
  font-size: 2rem;
  cursor: pointer;
  z-index: 99;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 576px) {
  .header-buttons__button {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .header-buttons__button {
    font-size: 2rem;
  }
}
.header-buttons__button .search-button {
  margin-right: 1rem;
  background-color: inherit;
  border: none;
  color: inherit;
}

.nav-menu > ul {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
  font-size: 1.5rem;
}
.nav-menu > ul > li {
  display: block;
}
@media (min-width: 992px) {
  .nav-menu > ul > li {
    display: flex;
    margin: 0.5rem;
  }
}
.nav-menu > ul > li a {
  margin: 0;
}
@media (min-width: 992px) {
  .nav-menu > ul > li a {
    margin: auto;
  }
}

.sub-menu__back {
  display: block;
}

.sub-menu > ul > li {
  position: relative;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: block;
}

.header {
  position: fixed;
  transform: translatex(100%);
  transition: ease-in-out 300ms;
  top: 10vh;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 1rem;
  height: 100%;
  overflow-y: auto;
  z-index: 99999;
}
.header.active {
  transform: translatex(0);
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-modal {
  display: none;
}
.search-modal.active {
  display: block;
  position: fixed;
  transition: ease-in-out 300ms;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10rem 1rem 0;
  z-index: 1000;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .search-modal.active {
    padding: 14rem;
  }
}
.search-modal.search-box {
  max-width: 1000px;
}

.search-box {
  max-width: 1000px;
  margin: auto;
  background-color: #2484c6;
  border: #2484c6 0.25rem solid;
  color: #fff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .search-box {
    font-size: 2rem;
  }
}
.search-box__text {
  flex-basis: 90%;
  height: 100%;
  padding: 0.5rem;
  border-top-left-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
  border: none;
  font-size: 1rem;
}
.search-box__search-button {
  height: 100%;
  padding: 0 0.25rem;
  text-align: center;
  font-size: 1.2rem;
  margin: auto;
  border: none;
  background-color: inherit;
  color: inherit;
}

@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }

  .sub-menu__back {
    display: none;
  }

  header {
    position: sticky;
    top: 0;
    background-color: #fff;
  }

  .header {
    position: relative;
    transform: none;
    position: sticky;
    top: 0;
    font-size: 1rem;
    padding: 0;
    overflow-y: visible;
  }
  .header > ul {
    position: relative;
    display: flex;
    width: 100%;
    font-weight: 600;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .header .ksb-logo {
    transition: flex-basis 500ms ease-in-out;
  }
  .header.mini .ksb-logo {
    flex-basis: 15%;
  }
  .header li::marker {
    content: "";
  }

  .ksb-logo {
    flex-basis: 20%;
    margin: auto 0;
    padding: 0.5rem 0;
  }

  .nav-menu {
    display: flex;
  }

  .donate {
    flex-basis: 15%;
    text-align: end;
    margin-top: auto;
    margin-bottom: auto;
  }

  .donate_button {
    margin: 0.5rem 0 0.5rem 0.5rem;
  }

  .nav-menu > ul {
    display: inline-flex;
    flex-direction: row;
    font-size: 1rem;
    padding: 0;
  }
}
.skip-to-content {
  background: #8f53a1;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  height: 4.5rem;
  left: calc(50% - 10rem);
  padding: 1rem;
  position: absolute;
  transform: translateY(-150%);
  transition: transform 0.3s;
  z-index: 9999999999;
}

.skip-to-content:focus {
  transform: translateY(0%);
}

/*buttons*/
.button {
  padding: 0.75rem 2rem;
  border-radius: 0.25rem;
  border: none;
  text-align: center;
  text-decoration: none;
}

.button--yellow {
  font-weight: 400;
  font-size: 400;
  background-color: #ffcb05;
  color: #000;
}

.button--purple {
  font-weight: 400;
  font-size: 400;
  background-color: #8f53a1;
  color: #fff;
}

.button--green {
  font-weight: 400;
  font-size: 400;
  background-color: #00b259;
  color: #fff;
}

.button--blue {
  font-weight: 400;
  font-size: 400;
  background-color: #2484c6;
  color: #fff;
}

.cookie-div {
  position: fixed;
  padding: 1.5rem 1rem;
  bottom: 0;
  background: #f4f4f4;
  z-index: 100000000;
  width: 100%;
  color: #666;
  text-align: center;
  line-height: 1.5;
  display: none;
  border-top: 1px solid #999;
}
.cookie-div .cookie-message {
  margin: auto;
}
.cookie-div .cookie-consent-button {
  color: #fff;
  font-weight: 500;
  width: 100%;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0;
  border: none;
  border-radius: 0.25rem;
  transition: 0.3s;
}
.cookie-div .cookie-consent-button:hover {
  opacity: 0.7;
}
.cookie-div .cookie-consent-button--accept-all {
  background-color: #8f53a1;
  width: 100%;
}
@media (min-width: 576px) {
  .cookie-div .cookie-consent-button--accept-all {
    width: auto;
    margin: 0 0.5rem 0.5rem 0;
  }
}
.cookie-div .cookie-consent-button--accept-selection {
  background-color: #00b259;
  width: calc(50% - 0.5rem);
  margin: 0 0.5rem 0.5rem 0;
}
@media (min-width: 576px) {
  .cookie-div .cookie-consent-button--accept-selection {
    width: auto;
  }
}
.cookie-div .cookie-consent-button--reject-all {
  background-color: #2484c6;
  width: calc(50% - 0.5rem);
  margin: 0 0 0.5rem 0;
}
@media (min-width: 576px) {
  .cookie-div .cookie-consent-button--reject-all {
    width: auto;
  }
}
.cookie-div .cookie-consent-options input {
  margin: 0 0.3rem;
}

.umbraco-forms-form select {
  background: #fff;
  max-width: 400px !important;
  padding: 5px;
  display: block;
  width: 100%;
}

.umbraco-forms-form .checkboxlist label {
  float: none !important;
}

.hidden-row {
  display: none;
}

/*Image width ovveride to fix safari issue.*/
.leaflet-tile-container img {
  min-width: 0 !important;
}

/*SDG line*/
.sdg-strapline {
  text-align: center;
  padding: 1rem 0rem;
}
.sdg-strapline p {
  letter-spacing: 0.02rem;
  color: #2484c6;
  font-weight: 400;
  display: inline-block;
}
.sdg-strapline img {
  width: 14rem;
  display: inline-block;
  vertical-align: middle;
}

.sdg-line {
  font-size: 0;
}
.sdg-line__item {
  display: inline-block;
  width: 5.8823529412%;
  height: 0.35rem;
}
.sdg-line__item--sdg1 {
  background-color: #e5243b;
}
.sdg-line__item--sdg2 {
  background-color: #dda63a;
}
.sdg-line__item--sdg3 {
  background-color: #4c9f38;
}
.sdg-line__item--sdg4 {
  background-color: #c5192d;
}
.sdg-line__item--sdg5 {
  background-color: #ff3a21;
}
.sdg-line__item--sdg6 {
  background-color: #26bde2;
}
.sdg-line__item--sdg7 {
  background-color: #fcc30b;
}
.sdg-line__item--sdg8 {
  background-color: #a21942;
}
.sdg-line__item--sdg9 {
  background-color: #fd6925;
}
.sdg-line__item--sdg10 {
  background-color: #dd1367;
}
.sdg-line__item--sdg11 {
  background-color: #fd9d24;
}
.sdg-line__item--sdg12 {
  background-color: #bf8b2e;
}
.sdg-line__item--sdg13 {
  background-color: #3f7e44;
}
.sdg-line__item--sdg14 {
  background-color: #0a97d9;
}
.sdg-line__item--sdg15 {
  background-color: #56c02b;
}
.sdg-line__item--sdg16 {
  background-color: #00689d;
}
.sdg-line__item--sdg17 {
  background-color: #19486a;
}

.titleBelt h1 {
  margin: 2.3rem 0;
}

.themeTitle {
  font-size: 3.5em;
  text-align: center;
  display: block;
  font-weight: 300;
}

.beach-item h1, .beach-item h2 {
  font-weight: 300;
}
.beach-item h3 {
  font-weight: 500;
  color: #2484c6;
  font-size: 1.48rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: normal;
}
.beach-item h3 ~ p {
  line-height: normal !important;
  color: #333 !important;
}
.beach-item .beach-item__banner {
  margin-top: 2rem;
}
.beach-item .beach-item__description p {
  color: #2484c6;
  margin-top: 1.4rem !important;
  margin-bottom: 3rem !important;
}
.beach-item .beach-item__website {
  display: block;
  margin-top: 1rem;
}
.beach-item .beach-item__email {
  display: block;
  margin-top: 0.2rem;
}
.beach-item .contact-header, .beach-item .facilities-header {
  font-weight: 300 !important;
  color: #2484c6 !important;
  font-size: 1.4rem !important;
  margin-top: 2.4rem;
  margin-bottom: 1rem;
  line-height: normal;
}
.beach-item .beach-item__facility-icons {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.beach-item .beach-item__facility-icons img {
  margin: 0.2rem;
}

.beach-table {
  margin-bottom: 2rem;
}

.blog__container {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1rem;
  justify-content: space-between;
}

.blog-card {
  background-color: #f1f1f1;
  flex-basis: 100%;
  display: flex;
  flex-grow: 1;
  /*width:33%;*/
  gap: 5px;
}
@media (min-width: 768px) {
  .blog-card {
    flex-basis: 48%;
  }
}
@media (min-width: 992px) {
  .blog-card {
    flex-basis: 32%;
  }
}
.blog-card a {
  width: 100%;
  display: flex;
  flex-grow: 1;
}
.blog-card__content {
  display: flex;
  flex-direction: column;
}
.blog-card__details {
  padding: 2rem;
  position: relative;
  flex-grow: 1;
}
.blog-card__title {
  color: #2484c6;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
  padding-bottom: 1rem;
}
.blog-card__author__name {
  color: #666;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem;
  overflow-wrap: anywhere;
}
.blog-card__author__desc {
  color: #666;
  font-weight: 300;
  text-align: center;
  margin-bottom: 0.5rem;
}
.blog-card__date {
  color: #666;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0.25rem;
  font-size: 0.9rem;
}
.blog-card--top-post {
  display: inline-flex;
  flex-basis: 100%;
}
.blog-card--top-post .blog-card__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog-card--top-post .blog-card__content {
    flex-direction: row-reverse;
  }
}
.blog-card--top-post .blog-card__image {
  flex-basis: 50%;
}
@media (min-width: 768px) {
  .blog-card--top-post .blog-card__image {
    flex-basis: 70%;
  }
}
.blog-card--top-post .blog-card__details {
  order: 2;
  flex-basis: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .blog-card--top-post .blog-card__details {
    flex-basis: 30%;
  }
}
.blog-card--top-post .blog-card__title {
  order: 1;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .blog-card--top-post .blog-card__title {
    order: 2;
  }
}
.blog-card--top-post .blog-card__author-image {
  order: 2;
  flex-basis: 30%;
}
@media (min-width: 768px) {
  .blog-card--top-post .blog-card__author-image {
    order: 1;
    flex-basis: 100%;
  }
}
.blog-card--top-post .blog-card__author {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  order: 3;
  justify-content: center;
}
@media (min-width: 768px) {
  .blog-card--top-post .blog-card__author {
    flex-basis: 100%;
    justify-content: baseline;
  }
}
.blog-card--top-post .blog-card__author__name {
  overflow-wrap: anywhere;
}
.blog-card--top-post .blog-card__author__desc {
  overflow-wrap: anywhere;
}
.blog-card--top-post .blog-card__date {
  order: 3;
  flex-basis: 100%;
}

.blogpost {
  color: #666;
}
.blogpost__container {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .blogpost__container {
    margin: 2rem 0;
  }
}
.blogpost__author {
  margin: 1rem 4.5rem;
  color: #666;
}
@media (min-width: 768px) {
  .blogpost__author {
    margin: 0;
  }
}
.blogpost__author-bar {
  padding: 0;
}
.blogpost__author__details {
  margin-top: 1rem;
}
.blogpost__author__name {
  color: #2484c6;
  font-weight: 500;
  font-size: larger;
}
.blogpost__author__title {
  margin-top: 0.5rem;
  color: #666;
}
.blogpost__date {
  color: #666;
  font-weight: 500;
  margin: 2.5rem 0 1rem;
  font-size: larger;
}
@media (min-width: 768px) {
  .blogpost__date {
    margin: 2.5rem 0;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .blogpost__content {
    margin: 0 2rem;
    flex-basis: 180%;
  }
}
.blogpost__sidebar__header {
  font-weight: 600;
  color: #8f53a1;
  margin-bottom: 0.5rem;
}
.blogpost__sidebar__block {
  padding: 0;
  margin-bottom: 2rem;
  font-size: 0.9rem;
}
.blogpost__sidebar__block ul {
  list-style-type: none;
  padding: 0;
}
.blogpost__sidebar__block ul li {
  list-style-type: none;
}
.blogpost__sidebar__block ul li::marker {
  content: "";
}
.blogpost__sidebar__block ul {
  margin: 0;
  padding: 0;
}
.blogpost__sidebar__block ul li {
  margin-bottom: 0.5rem;
}
.blogpost__sidebar__block__header {
  color: #333;
  font-weight: 500;
}

.feature-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 1rem;
  margin: 0;
  color: #666;
  background: #f1f1f1;
}
.feature-box__textarea {
  display: flex;
  flex-direction: column;
  order: 1;
  width: 100%;
  height: 100%;
  margin-left: 0;
}
.feature-box__textarea--title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #2484c6;
  margin: 2rem 0 1.5rem;
}
.feature-box__textarea--description {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  color: #333;
  font-weight: 300;
  height: 100%;
}
.feature-box__textarea .rich-text {
  height: 100%;
}
.feature-box__media {
  order: 0;
  width: 100%;
}
.feature-box__media img {
  width: 100%;
  object-fit: cover;
}
.feature-box__button {
  display: block;
  margin: 2rem 0 0 auto;
  right: 1rem;
  bottom: 1rem;
  padding: 0.5em 1rem;
  border-radius: 0.25rem;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  width: fit-content;
  text-decoration: none;
  background: #2484c6 !important;
  border: 1px solid #2484c6;
  color: #fff !important;
}
.feature-box__button:hover {
  background: #fff !important;
  color: #2484c6 !important;
}
.feature-box.cnfcn-portfolio {
  height: unset;
}
.feature-box--large {
  flex-direction: column;
}
.feature-box--large .feature-box__textarea {
  margin-left: 0;
}
.feature-box--small {
  flex-direction: column;
}
.feature-box--small .feature-box__textarea {
  margin-left: 0;
}

@media (min-width: 576px) {
  .feature-box {
    flex-direction: row;
  }
  .feature-box__textarea {
    width: 70%;
    margin-left: 1rem;
  }
  .feature-box__textarea--title {
    margin: 0 0 1rem;
  }
  .feature-box__media {
    width: 30%;
  }

  .feature-box--large {
    flex-direction: row;
  }
  .feature-box--large .feature-box__textarea {
    margin-left: 1rem;
  }
  .feature-box--large .feature-box__media {
    width: 30%;
  }

  .feature-box--small {
    flex-direction: row;
  }
  .feature-box--small .feature-box__textarea {
    margin-left: 1rem;
  }
  .feature-box--small .feature-box__media {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .feature-box {
    flex-direction: column;
  }
  .feature-box__textarea {
    width: 100%;
    margin-left: 0;
  }
  .feature-box__textarea--title {
    margin: 1rem 0;
  }
  .feature-box__media {
    width: 100%;
  }

  .feature-box--large {
    flex-direction: row;
  }
  .feature-box--large .feature-box__textarea {
    width: 70%;
    margin-left: 1rem;
  }
  .feature-box--large .feature-box__media {
    width: 30%;
  }

  .feature-box--small {
    flex-direction: column;
  }
  .feature-box--small .feature-box__textarea {
    margin-left: 0;
  }
  .feature-box--small .feature-box__media {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .feature-box--large .feature-box__textarea {
    width: 70%;
    margin-left: 1rem;
  }
  .feature-box--large .feature-box__media {
    width: 30%;
  }

  .feature-box--small .feature-box__textarea {
    margin-left: 0;
  }
}
.entrant-type {
  background: #2484c6;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 500;
  text-align: right !important;
}

.group-title {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.group-title .medal {
  display: flex;
  justify-content: right;
}
.group-title .medal img {
  width: 70px !important;
  min-width: auto;
  margin-right: 0.5rem;
}
.group-title__text {
  margin: auto 0;
}
.group-title h1 {
  margin: 0 0 0.3rem;
  font-weight: 400;
  color: #2484c6;
}
.group-title .local-authority {
  margin-top: 0;
  font-size: 1.3rem;
}

.entrant-image {
  padding: 0 1rem 0 0;
}
.entrant-image img {
  width: 100%;
}

/* Basic styling */
.info-table {
  margin: 2rem 0 !important;
  border: 0 !important;
}
.info-table th,
.info-table td {
  padding: 10px;
  text-align: left;
  text-align: center;
  color: #666;
}
.info-table th {
  background-color: #2484c6;
  border: 1px solid #f1f1f1;
  color: #fff;
  padding: 0.5rem;
}
.info-table td {
  border: 1px solid #f1f1f1;
}
.info-table td > .iyn-style {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.info-table > :not(:first-child) {
  border-top: 0;
}

/* For small screens */
@media (max-width: 768px) {
  .entrant-image {
    padding: 0;
    margin-top: 1rem;
  }

  .group-title .medal img {
    width: 60px !important;
  }
  .group-title h1 {
    font-size: 2rem;
  }

  /* Force table to not be like tables anymore */
  .info-table {
    font-size: 0.8rem;
  }
  .info-table table,
.info-table thead,
.info-table tbody,
.info-table th,
.info-table td,
.info-table tr {
    display: block;
  }
  .info-table thead {
    /* Hide table headers (but not display: none;, for accessibility) */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .info-table tr {
    margin-bottom: 10px;
    width: 100%;
  }
  .info-table th,
.info-table td {
    padding: 0;
  }
  .info-table td {
    padding: 0 !important;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    border-bottom: 0;
  }
  .info-table td:last-child {
    border-bottom: 1px solid #f1f1f1;
  }
  .info-table td::before {
    background-color: #2484c6;
    content: attr(data-label);
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    width: 35%;
    text-align: left;
    padding: 0.75rem 1rem;
  }
  .info-table td:has(.iyn-style)::before {
    background-color: #00b259 !important;
  }
  .info-table td > .iyn-style {
    flex-direction: column;
    justify-content: left;
  }
}
.description-text p {
  line-height: 1.5;
}

.bs-iyn__linktype {
  color: #666;
}

/* Entire css transfered from Umbraco 7 live site. Needs to be reviewed */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
  }
}
/*Upstream htag overrides*/
.upstreamStyle h2 {
  font-weight: 300;
  font-size: 2.65em;
  margin-top: 0;
}

/*How will we do this background image*/
.upstreamHowBackImg {
  background-image: url("/css/backgrounds/riversunweb.41c0bf.jpg");
  background-position: center 0%;
  background-repeat: no-repeat;
  height: 300px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  /*font-size: 2.65em;
    font-weight: 300;*/
  display: block;
  line-height: 11.5em;
}

.upstreamHowBackImg p {
  font-size: 2.65em;
  font-weight: 300;
}

/*Countdown*/
#countDownDisplay {
  color: #fff;
  text-align: center;
  font-size: 2em;
  margin-top: 2em;
  font-weight: 400;
}

/*Countdown*/
/*Ambassadors*/
.ambassadorRow {
  display: flex;
  justify-content: space-between;
}

.ambassador {
  flex-basis: 32%;
  position: relative;
}

.ambassador:hover .ambassadorDesc,
.ambassador:focus .ambassadorDesc {
  display: block;
}

.ambassadorImage {
  width: 100%;
}

.ambassadorImage img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.ambassadorText {
  width: calc(100% - 2em);
  position: absolute;
  background-color: #f1f1f1;
  bottom: 0;
  padding: 1em;
}

.ambassadorName {
  color: #2484c6;
}

.ambassadorDesc {
  display: none;
  padding-top: 0.5em;
  color: #666;
}

/*Ambassador video*/
.ambassadorVid {
  background-color: #2484c6;
  color: #fff;
  width: 100%;
}

.ambassadorVid:hover {
  background-color: #fff;
  color: #2484c6;
  width: 100%;
  cursor: pointer;
}

.ambassadorVid .psVideo {
  margin: 1em 0 0 0;
  padding: 0.5em;
  width: 100%;
  text-align: center;
}

/*council logos temp*/
.councilLogos .thumbnail {
  padding: 1em;
  max-height: 200px;
  text-align: center;
}

.councilLogos .thumbnail img {
  max-height: 200px;
}

/*fundergrid*/
.funderGrid img {
  /*max-height: 100px;*/
}

.funderGrid .thumbnail {
  /*padding:2.5em;*/
  text-align: center;
}

form.searchform {
  float: none;
}

.mobileHeaderDesk img {
  width: initial;
}

.mobileNavDesk.isVisible {
  visibility: visible;
}

.mobileNavDesk {
  position: absolute;
  height: calc(100vh - 6em);
  z-index: 1000;
  right: 0;
  visibility: hidden;
  padding: 0px 4em 0 2em;
}

.mobileNavDesk ul {
  margin: 0;
  list-style: none;
  padding: 1em 1em 6em 1em;
}

.mobileNavDesk li {
  padding: 0.5em 0;
  font-size: 1.5em;
}

.mobileNavDesk li a {
  color: #2484c6;
  text-decoration: none;
}

.mobileNavDesk li a:hover {
  text-decoration: underline;
}

.menuIconDesk {
  z-index: 2000;
  cursor: pointer;
}

/**Strapline**/
.slimHeaderContainer {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.slimHeaderLogo {
  flex: 0 0 25%;
  align-items: flex-start;
}

.slimHeaderStrapline {
  flex: 0 0 50%;
}

.slimHeaderStrapline div {
  text-align: right;
  font-size: 1.25em;
  font-weight: 500;
  color: #2484c6;
}

.slimHeaderHamburger {
  flex: 0 0 25%;
  align-items: flex-end;
  text-align: right;
  font-size: 1.25em;
  font-weight: 500;
  color: #2484c6;
}

.nav {
  height: 6em;
}

.arStrapline {
  margin-top: 2em;
  font-size: 1.25em;
  font-weight: 500;
  color: #2484c6;
}

.hamburgerMenu a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

.hamburgerMenu a:hover {
  color: #2484c6;
}

#menuToggle {
  /*display: block;*/
  position: initial;
  top: -80px;
  right: 50px;
  float: right;
  padding-left: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/* Just a quick hamburger */
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
/*#menu {
    position: fixed;
    width: 300px;
    margin: -100px 0 0 -200px;
    padding: 50px;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;

    transform-origin: 0% 0%;
    transform: translate(160%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
	height:100vh;
}*/
#menu {
  right: 0;
  margin-top: 0;
  padding-top: 5em;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(160%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100vh;
  background: #ededed;
  list-style-type: none;
  position: fixed;
  width: 13em;
  top: 0;
  padding-right: 2em;
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
}

video {
  /* This section calls the slideInFromLeft animation we defined above */
  animation: 1s ease-in 0s 1 slideInFromLeft;
  background: #fff;
}

.greyBackTheme {
  background-color: #f1f1f1;
}

.newsletterRow {
  padding-bottom: 3em;
}

.newsletterRow h2 {
  color: #666;
}

/*.newsletterRow h2{color:#338278;}
.newsletterForm .mc-field-submit input[type="submit"] {
    background-color: #338278;
}*/
.campaignTitle {
  color: #fff;
  /*font-size: 5em;*/
  font-weight: 500;
  text-align: center;
  display: block;
  /*  text-shadow: 0 1px 0 #000;*/
  margin: 0.67em 0;
}

.siTitle {
  color: #fff;
  font-size: 5em;
  font-weight: 500;
  text-align: center;
  display: block;
  text-shadow: 0 1px 0 #000;
}

.siTitleBlue {
  color: #2484c6;
  font-size: 4em;
  text-align: center;
  display: block;
}

.siIntroText {
  color: #2484c6;
  font-size: 1.5em;
  text-align: center;
  display: block;
  line-height: 1.5em;
  padding: 1em 0em;
}

.siIntroText p {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.5em;
}

.siQuote {
  font-size: 1em;
  text-align: center;
  display: block;
  margin: 2em 0;
}

.siQuoteText {
  color: #2484c6;
  letter-spacing: 0.075em;
  line-height: 1.5em;
}

.siQuoteProvider {
  color: #2484c6;
  font-weight: bold;
  letter-spacing: 0.075em;
}

.button-flex-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}

.button-flex-container .siButtonBox {
  width: 40%;
}

.siButtonBox {
  padding: 0.15em 3em 2em 3em;
  border: 2px solid transparent;
  text-decoration: none;
}

.siButtonBox.bgBlue:hover {
  background-color: #fff;
  border: 2px solid #2484c6;
}

.siButtonBox.bgBlue:hover .siButtonTitle,
.siButtonBox.bgBlue:hover .siButtonText {
  color: #2484c6;
}

.siButtonBox.bgPurple:hover {
  background-color: #fff;
  border: 2px solid #8f53a1;
}

.siButtonBox.bgPurple:hover .siButtonTitle,
.siButtonBox.bgPurple:hover .siButtonText {
  color: #8f53a1;
}

.siButtonTitle {
  color: #fff;
  font-size: 3em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.siButtonText {
  color: #fff;
  letter-spacing: 0.075em;
}

.siBlockText {
  margin: 4em 0;
  letter-spacing: 0.075em;
  color: #666;
  line-height: 2em;
}

.siBlockText p {
  color: #666;
}

.projectTitle {
  color: #2484c6;
}

.projectText {
  letter-spacing: 0.075em;
  color: #666;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: 3em 0;
}

.flex-container .siProject {
  width: calc(33.3333333333% - 2em);
  margin: 1em;
}

.siTopProject {
  text-decoration: none;
}

.siProject {
  text-decoration: none;
  margin-bottom: 1em;
}

.projectTitle {
  margin-top: 0.5em;
  font-weight: 500;
}

img {
  max-width: 100%;
}

.heroSection {
  position: relative;
  height: calc(100vh - 6em);
  /*width:calc(100vw - 1em);*/
  overflow: hidden;
  padding: 0 !important;
  width: 100%;
}

.heroVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.heroOverlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.heroVideo > video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.heroTextContainer {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  text-align: center;
  font-size: larger;
  font-weight: 600;
  color: #fff;
  z-index: 2;
}

.heroText {
  font-size: 2em;
  margin-bottom: 5em;
  position: relative;
  font-weight: 500;
}

.heroText b {
  font-weight: 600;
  font-size: 1.2em;
}

.heroTextContainer p {
  color: #fff;
}

.heroMore {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  text-align: center;
  font-size: larger;
  font-weight: 600;
  color: #fff;
  color: #fff;
  z-index: 2;
}

.heroMore:hover {
  /*z-index:2;*/
}

.heroMore .material-icons {
  transform: scaleX(2.5);
}

.heroVideoPlay .material-icons,
.heroMore .material-icons {
  color: #fff;
  vertical-align: middle;
}

.heroVideoPlay:hover,
.heroMore .material-icons:hover {
  cursor: pointer;
}

.heroVideoPlay {
  color: #fff;
  border: solid #fff 4px;
  /*border-radius: 30px;*/
  padding: 0.5em;
  margin-top: 5em;
}

.newsletterLink {
  text-decoration: none;
}

.upstreamNewsButton {
  background-color: #2484c6;
  color: #fff;
  border: #fff solid 0.05em;
  font-weight: 500;
  padding: 0.65em;
  margin-bottom: 1em;
}

.upstreamNewsButton:hover {
  background-color: #fff;
  color: #2484c6;
  border-color: #2484c6;
}

.heroPDF a {
  padding: 0.5em;
  color: #fff;
  display: inline-block;
}

.heroPDF a div {
  display: inline-block;
}

.heroPDF .buttonText {
  /* border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;*/
  border: 4px solid #fff;
  vertical-align: middle;
  height: 25px;
  padding: 10px;
}

.pdfButton {
  /*  border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;*/
  background-color: #fff;
  border: 4px solid #fff;
  height: 34px;
  vertical-align: middle;
  padding: 6px 10px 5px 3px;
}

/*Innerpage Styles*/
.upstreamImageBanner {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
}

.upstreamInnerTitle {
  color: #2484c6;
  font-size: 5em;
  font-weight: 500;
  text-align: center;
  display: block;
}

/*Innerpage Styles*/
/*Hero text animations*/
@keyframes hideLoop {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  12% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.heroStat {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-shadow: 0 1px 0 #000;
}

#stat1 {
  position: absolute;
  opacity: 1;
  animation-duration: 48s;
  animation-name: hideLoop;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#stat2 {
  position: absolute;
  opacity: 0;
  animation-delay: 8s;
  animation-duration: 48s;
  animation-name: hideLoop;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#stat3 {
  position: absolute;
  opacity: 0;
  animation-delay: 16s;
  animation-duration: 48s;
  animation-name: hideLoop;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#stat4 {
  position: absolute;
  opacity: 0;
  animation-delay: 24s;
  animation-duration: 48s;
  animation-name: hideLoop;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#stat5 {
  position: absolute;
  opacity: 0;
  animation-delay: 32s;
  animation-duration: 48s;
  animation-name: hideLoop;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

#stat6 {
  position: absolute;
  opacity: 0;
  animation-delay: 40s;
  animation-duration: 48s;
  animation-name: hideLoop;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

/*Donate*/
.donateStrap {
  font-size: 1.3em;
  text-align: center;
}

.donateStrap a {
  margin-left: 2em;
  text-decoration: none;
}

.upstreamDonateButton {
  background-color: #00b259;
  color: #fff;
  font-weight: 500;
  padding: 0.65em;
  border: solid #fff 1px;
}

.upstreamDonateButton:hover {
  background-color: #fff;
  color: #00b259;
  font-weight: 500;
  padding: 0.65em;
  border: solid #00b259 1px;
}

/*Inforgraphic*/
.infographicRow {
  display: flex;
  justify-content: space-between;
}

.infoGraphic {
  position: relative;
  width: 100%;
  flex-basis: 32%;
}

.infoGraphic img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.infoText {
  background: #2484c6;
  bottom: 0;
  left: 0;
  min-height: 0;
  opacity: 0;
  padding: 1.25em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  color: #fff;
  text-align: center;
  display: flex;
  /*align-items: center; KB: removed for IE*/
  justify-content: center;
  flex-direction: column;
}

.infoGraphic:hover .infoText,
.infoGraphic:focus .infoText {
  opacity: 1 !important;
}

.infoText .stat {
  font-weight: 500;
  font-size: 6em;
}

.infoText .desc {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.25em;
  margin-top: 40px;
}

/*Big Screens*/
@media (min-width: 2560px) {
  body {
    font-size: 1.25em;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  /*body{font-size:1.25em;}*/
  .heroVideo > video {
    width: 100%;
  }
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .heroVideo > video {
    height: 100%;
    /*Added back to fix on 2560/x screen */
  }
}
/*@media(min-width:2500px){
	.site-logo{padding:3em !important;}
}*/
/**TabLand**/
@media (min-width: 1200px) {
  .heroSection {
    margin-top: 0em;
  }

  .upstreamDonateButton {
    display: inline;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .upstreamDonateButton {
    display: inline;
  }

  .siIntroText {
    color: #2484c6;
    font-size: 1.25em;
    text-align: center;
    display: block;
    line-height: 1.25em;
  }

  .siBlockText {
    margin: 4em 0;
    letter-spacing: normal;
    color: #666;
    line-height: 1.5em;
  }

  .siBlockText p {
    color: #666;
  }

  .siTitle {
    font-size: 5em;
  }

  .upstreamInnerTitle {
    font-size: 5em;
  }

  .heroText {
    font-size: 2em;
    margin-bottom: 6em;
  }

  .heroSection {
    margin-top: 0em;
  }

  .slimHeaderLogo {
    flex: 0 0 20%;
  }

  .slimHeaderHamburger {
    flex: 0 0 50%;
  }

  .infoText .stat {
    font-size: 5em !important;
  }

  .infoText .desc {
    font-size: 1.25em !important;
    margin-top: 30px !important;
  }

  .thankyouLink {
    width: 50%;
  }
}
/*tab port*/
@media screen and (min-width: 600px) and (max-width: 899px) and (orientation: portrait) {
  .button-flex-container {
    flex-wrap: wrap;
  }

  .button-flex-container .siButtonBox {
    width: 100%;
  }

  .button-flex-container .siButtonBox:nth-of-type(2n) {
    margin-top: 2em;
  }

  .headerFixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .headerFixed .mobileNav {
    overflow: scroll;
  }

  .fixedPosition {
    position: fixed;
  }

  /*.siTitle{font-size:2em;} */
  .heroText {
    font-size: 2em;
    margin-bottom: 7em;
  }

  .infoText .stat {
    font-size: 4em !important;
  }

  .infoText .desc {
    font-size: 1em !important;
    margin-top: 30px !important;
  }

  .ambassadorRow {
    display: block;
  }

  .ambassador {
    margin: 1em auto;
    width: 60%;
  }
}
@media screen and (min-width: 600px) and (max-width: 899px) and (orientation: landscape) {
  .upstreamDonateButton {
    display: inline;
  }

  .button-flex-container {
    flex-wrap: wrap;
  }

  .button-flex-container .siButtonBox {
    width: 100%;
  }

  .button-flex-container .siButtonBox:nth-of-type(2n) {
    margin-top: 2em;
  }

  .headerFixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }

  .headerFixed .mobileNav {
    overflow: scroll;
  }

  .fixedPosition {
    position: fixed;
  }

  .siTitle {
    font-size: 2em;
  }

  .upstreamInnerTitle {
    font-size: 2em;
  }

  .heroText {
    font-size: 1em;
    margin-bottom: 5em;
  }

  .heroTextContainer {
    font-size: medium;
  }

  #countDownDisplay {
    font-size: 1.5em;
    margin-top: 0.5em;
  }

  .ambassadorRow {
    display: block;
  }

  .ambassador {
    margin: 1em auto;
    width: 60%;
  }

  .marginBottom2 {
    margin-bottom: 0em !important;
  }

  .marginBottom3 {
    margin-bottom: 0em !important;
  }

  .marginBottom4 {
    margin-bottom: 2em;
  }

  .infographicRow {
    display: block !important;
  }

  .infoGraphic {
    margin: 1em auto;
    width: 60%;
  }

  .infoText .stat {
    font-size: 4em !important;
  }

  .infoText .desc {
    font-size: 1em !important;
    margin-top: 30px !important;
  }
}
@media (min-width: 600px) and (max-width: 899px) {
  .thankyouLink {
    width: 50%;
  }

  .upstreamDonateButton {
    display: inline;
  }
}
/*Phone*/
@media (max-width: 599px) {
  .flex-container .siProject {
    width: calc(50% - 2em);
  }

  .siButtonBox {
    padding: 1em;
  }

  .siTitle {
    font-size: 2.5em;
  }

  .upstreamInnerTitle {
    font-size: 2.5em;
  }

  .siTitleBlue {
    font-size: 1em;
  }

  .heroText {
    font-size: 1.25em;
    margin-bottom: 8em;
  }

  h2 {
    margin-top: 1em;
  }

  .ambassadorRow {
    display: block;
  }

  .ambassador {
    margin: 1em auto;
    width: 80%;
  }

  .marginBottom2 {
    margin-bottom: 0em !important;
  }

  .marginBottom3 {
    margin-bottom: 0em !important;
  }

  .marginBottom4 {
    margin-bottom: 2em;
  }

  .infographicRow {
    display: block !important;
  }

  .infoGraphic {
    margin: 1em auto;
    width: 60%;
  }

  .infoText .stat {
    font-size: 4em !important;
  }

  .infoText .desc {
    font-size: 1em !important;
    margin-top: 30px !important;
  }

  .bottomPad3 {
    padding-bottom: 0;
  }

  #countDownDisplay {
    font-size: 1em;
  }

  .thankyouLink {
    width: 75%;
  }
}
/*Phone*/
@media (max-width: 400px) {
  .flex-container .siProject {
    width: calc(50% - 2em);
  }

  .siButtonBox {
    padding: 1em;
  }

  .siTitle {
    font-size: 2.5em;
  }

  .upstreamInnerTitle {
    font-size: 2.5em;
  }

  .siTitleBlue {
    font-size: 1em;
  }

  .heroText {
    font-size: 1em;
    margin-bottom: 8em;
  }

  h2 {
    margin-top: 0em;
  }

  .ambassadorRow {
    display: block;
  }

  .ambassador {
    margin: 1em auto;
    width: 100%;
  }
}
/*Small Desktop - example 1366x768*/
@media (min-width: 600px) and (min-height: 599px) and (max-height: 800px) {
  .siTitle {
    font-size: 4em;
  }

  .upstreamInnerTitle {
    font-size: 4em;
  }

  .heroText {
    font-size: 1.5em;
    margin-bottom: 8em;
  }
}
/*iphone se landscape*/
@media (max-height: 320px) and (orientation: landscape) {
  .siTitle {
    font-size: 1.5em;
  }

  .upstreamInnerTitle {
    font-size: 1.5em;
  }

  .heroText {
    font-size: 1em;
    margin-bottom: 5em;
  }

  .heroVideoPlay {
    font-size: 0.5em;
  }

  .heroMore {
    visibility: hidden;
  }

  .heroTextContainer {
    transform: translate(0%, -33%);
    -webkit-transform: translate(0%, -33%);
  }
}
/* Colours */
/* Colours - CLH Pallette */
#skipLink {
  transform: translateY(-1000px);
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #fff;
  color: #222;
  border: 2px solid #004b84;
  text-decoration: underline;
  padding: 1rem;
}
#skipLink:focus {
  transform: translateY(0%);
}

.clh-nav-sub {
  position: sticky;
  top: 6.5rem;
  z-index: 999998;
}

.container-lg.clh {
  margin-top: 1rem;
}

.clh {
  box-sizing: border-box;
  /* Overwrite */
  /* Inner Contents menu*/
  /* Search box */
  /* Style for each box */
  /* Style for each box */
  /* Style for checkboxes */
  /* --- Search Hr --- */
  /* --- Search Result --- */
}
.clh h1,
.clh h2,
.clh h3,
.clh h4,
.clh .Blue,
.clh p {
  color: #004b84;
}
.clh .blue-text {
  color: #0475c3 !important;
}
.clh h1 {
  margin-bottom: 1rem;
}
.clh h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2rem;
}
.clh .lede {
  color: #004b84 !important;
}
.clh p {
  line-height: 1.5;
}
.clh a {
  text-decoration: none;
}
.clh p a,
.clh li a {
  text-decoration: underline;
  color: #0c65a3;
}
.clh li {
  list-style: none;
  color: #0c65a3 !important;
}
.clh ol li {
  list-style: unset;
  color: unset;
}
.clh .intro {
  font-size: 1.5rem;
  color: #004b84;
  line-height: normal !important;
}
.clh .spacer {
  height: 2rem;
}
@media (min-width: 768px) {
  .clh .clh .spacer {
    display: none;
  }
}
.clh .gridRowInner {
  padding-right: unset !important;
  display: flex;
  flex-direction: column;
}
.clh .gridRowInner p,
.clh .gridRowInner li {
  color: #004b84;
}
@media (min-width: 576px) {
  .clh .gridRowInner {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .clh .gridRowInner {
    flex-direction: row !important;
  }
}
.clh .footerText > p:nth-child(2) {
  display: none;
}
.clh .clh-content-menu {
  background-color: #fff;
  position: sticky;
  top: 6.3rem;
  z-index: 999;
}
@media (min-width: 576px) {
  .clh .clh-content-menu {
    top: 7.8rem;
  }
}
@media (min-width: 768px) {
  .clh .clh-content-menu {
    top: 8.1rem;
  }
}
@media (min-width: 992px) {
  .clh .clh-content-menu {
    top: 6.6rem;
  }
}
.clh .content-menu {
  width: 100%;
  margin: 0;
  padding: 0 0 0.5rem;
  display: block;
  background-color: #fff;
}
.clh .content-menu ul {
  display: flex;
  align-items: start;
  list-style-type: none !important;
  margin: 0 auto;
  padding: 0;
}
.clh .content-menu ul li {
  margin: 0 1rem 0 0;
  border-bottom: 0.2rem solid #fff;
  text-decoration: none !important;
  list-style: none;
  line-height: 1rem;
}
.clh .content-menu ul li a {
  display: inline-block;
  font-size: 0.8rem;
  color: #004b84;
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .clh .content-menu ul li a {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .clh .content-menu ul li a {
    font-size: 1.2rem !important;
    line-height: 1.4rem !important;
  }
}
.clh .content-menu ul li:not(.self) {
  position: relative;
  margin: 0 1rem 0 0;
  display: flex;
  border-bottom: 0.2rem solid #fff;
  transition: border-bottom 0.2s;
}
.clh .content-menu ul li::before {
  content: " ";
  height: 0.8rem;
  width: 0.1rem;
  position: absolute;
  left: -0.5rem;
  top: 0.3rem;
  background-color: #004b84;
  vertical-align: middle;
}
.clh .content-menu ul li:hover {
  border-bottom: 0.2rem solid #004b84;
}
.clh .content-menu__top {
  font-weight: bold;
  font-size: 1.2rem !important;
  line-height: 1.5rem;
}
.clh .content-menu__top::before {
  display: none;
}
.clh .content-menu__self {
  border-bottom: 0.2rem solid #ffcb05 !important;
}
@media (min-width: 768px) {
  .clh .content-menu ul li a {
    border-bottom: 0.3rem solid #fff;
  }
  .clh .content-menu ul li a :hover {
    padding-bottom: 0.1rem;
    border-bottom: 0.2rem solid #004b84;
  }
  .clh .content-menu ul li:not(.self) {
    margin: 0 2rem 0 0;
  }
  .clh .content-menu ul li::before {
    left: -1rem;
  }
  .clh .content-menu::before {
    display: none;
  }
  .clh .content-menu__self {
    border-bottom: 0.2rem solid #ffcb05 !important;
  }
}
.clh .content-menu ul li a {
  border-bottom: 0.3rem solid #fff;
}
.clh .content-menu ul li a :hover {
  padding-bottom: 0.1rem;
  border-bottom: 0.2rem solid #004b84;
}
.clh .content-menu ul li::before {
  content: " ";
  height: 0.8rem;
  width: 0.1rem;
  position: absolute;
  top: 0.3rem;
  background-color: #004b84;
  vertical-align: middle;
}
.clh .text-filter {
  background-color: #f4f4f4;
  display: inline-flex;
  width: 100%;
}
.clh .text-filter__container {
  border: 2px solid #d9d9d9;
  margin-bottom: 0;
  min-height: 3rem;
  align-items: center;
}
.clh .text-filter__container--inner {
  width: 100%;
  /* display: flex;
  align-items: center; */
  position: relative;
  display: inline-block;
}
.clh .text-filter__container--inner > input {
  width: 100%;
  min-height: 3rem;
  padding-left: 1.4rem;
  border: none;
  background-color: #f4f4f4;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .clh .text-filter__container--inner > input {
    font-size: 1rem;
  }
}
.clh .clear-button {
  position: absolute;
  right: 4px;
  appearance: none;
  border: none;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #999;
  background-color: transparent;
}
.clh .clear-button :hover {
  color: #d9d9d9;
}
.clh input[type=search i]::-webkit-search-cancel-button {
  display: none !important;
}
@media (min-width: 768px) {
  .clh .clear-button {
    margin-right: 1.2rem;
  }
}
.clh .box {
  width: 45%;
  /* Adjust the width as needed */
  /* border: 1px solid #ccc; */
  padding: 20px;
}
@media (min-width: 768px) {
  .clh .text-filter__container--inner > input {
    font-size: 1rem;
  }
}
.clh .clear-button {
  position: absolute;
  right: 4px;
  appearance: none;
  border: none;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #999;
  background-color: transparent;
}
.clh .clear-button :hover {
  color: #d9d9d9;
}
.clh input[type=search i]::-webkit-search-cancel-button {
  display: none !important;
}
@media (min-width: 768px) {
  .clh .clear-button {
    margin-right: 1.2rem;
  }
}
.clh .box {
  width: 45%;
  /* Adjust the width as needed */
  /* border: 1px solid #ccc; */
  padding: 20px;
}
.clh .filter-console {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.clh .filter-group {
  padding: 1rem;
}
.clh .filter-group:has(.filter-checkbox-item) {
  padding: 1rem 0;
}
.clh .filter-group p {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  color: #004b84;
}
.clh .filter-group .checkbox-group {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.clh .filter-group .container1 {
  color: #004b84;
  font-weight: 600;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.clh .filter-group .container1 input {
  margin-right: 0.4rem;
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  min-height: 1.4rem;
  accent-color: #004b84;
}
.clh .filter-group .container1 input[type=checkbox][id*=funding] {
  margin: 0 0 0 1rem;
}
.clh .filter-group .container1:has(.filter-checkbox-item) {
  margin-top: 1rem;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.clh .filter-group .container1 .filter-checkbox-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem 0;
}
.clh .filter-group .checkbox-button {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .clh .filter-console {
    display: flex;
    flex-direction: row;
  }
  .clh .filter-group__right-column {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .clh .filter-console {
    display: flex;
  }
  .clh .filter-group p {
    font-size: 1.6rem;
  }
  .clh .filter-group__topicCategory {
    flex: 1 1 auto;
  }
  .clh .filter-group__right-column {
    flex-direction: row;
  }
  .clh .filter-group__userType, .clh .filter-group__tag {
    flex: 1 1 auto;
  }
}
.clh .search__hr {
  border: none;
  border-top: 2px solid #666;
  margin: 0 0 2rem;
}
.clh .search-result {
  background-color: #f8f8f8;
  display: flex;
  padding: 1rem 1rem 0.5rem;
  margin: 1rem auto;
}
.clh .search-result.preview-error {
  background-color: #ff4c4c !important;
}
.clh .search-result--highlighted {
  border-left: 4px solid #0065bd;
  padding-left: 0.75rem;
}
.clh .search-result__thumbnail {
  margin-right: 1rem;
}
.clh .search-result__thumbnail-image {
  display: block;
  width: 100%;
}
.clh .search-result__thumbnail[src*=".svg"] {
  outline: none;
}
.clh .search-result__thumbnail-link {
  display: block;
  width: 4rem;
}
.clh .search-result__content {
  flex-grow: 1;
}
.clh .search-result__title {
  display: inline-block;
  font-weight: 700;
  color: #0475c3;
}
.clh .search-result .badge {
  margin: 0 0 0.2rem 0;
}
@media (min-width: 768px) {
  .clh .search-result .badge {
    margin: 0 0 0.5rem 0;
  }
}
.clh .search-result p {
  margin-bottom: 0.6rem;
}
.clh .search-result__thumbnail-link {
  width: 3rem;
}
@media (min-width: 768px) {
  .clh .search-result__thumbnail-link {
    width: 5rem;
  }
}
.clh .search-result .visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.clh .search-result .ds_metadata {
  line-height: 1.5rem;
  font-size: 0.875rem;
  margin: 0;
  overflow: hidden;
}
.clh .search-result .ds_metadata__key {
  display: inline;
  font-weight: normal;
}
.clh .search-result .ds_metadata__value {
  display: inline;
  font-weight: 400;
  margin-left: 0;
}
.clh .search-result .ds_metadata__value a {
  font-weight: 400;
}
.clh .search-result .ds_metadata--inline {
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #727272;
  margin-bottom: 0.5rem;
}
.clh .search-result .ds_metadata__item {
  display: inline;
  position: relative;
}
.clh .search-result .ds_metadata__item:not(:first-child) {
  margin-left: 0.25em;
  padding-left: calc(0.5em + 1px);
}
.clh .search-result .ds_metadata__item:not(:first-child)::before {
  background: currentColor;
  content: "";
  height: calc(1em - 1px);
  left: 0;
  position: absolute;
  top: 2px;
  width: 1px;
}
.clh .badge svg {
  vertical-align: baseline;
}

/* --- Partners Row --- */
.clh-partners-row {
  margin-top: 3rem;
  padding: 1rem 1rem 2rem;
  background: #f4f4f4;
  text-align: center;
}
.clh-partners-row p {
  margin: 0.5rem auto 2rem;
  font-size: 1.2rem;
  color: #0c65a3;
}
.clh-partners-row ul {
  width: 100%;
  margin: 2rem auto 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  list-style: none !important;
}
.clh-partners-row ul li {
  margin: 0;
  height: 0;
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
}
@media (min-width: 768px) {
  .clh-partners-row ul li {
    height: 5rem;
    padding: 0 0.8rem;
  }
}
.clh-partners-row ul li::marker {
  content: none;
}
.clh-partners-row ul li img {
  display: block;
  /* max-height: 1.2rem; */
  width: 100%;
}
.clh-partners-row ul li:first-child {
  scale: 180%;
}
.clh-partners-row--large {
  width: 140% !important;
}
@media (min-width: 576px) {
  .clh-partners-row ul li {
    padding: 0 1rem;
  }
  .clh-partners-row ul li img {
    max-height: 3rem;
  }
  .clh-partners-row ul li:first-child {
    scale: 180%;
  }
  .clh-partners-row--large {
    max-height: 3.6rem !important;
  }
}
@media (min-width: 992px) {
  .clh-partners-row ul li img {
    max-height: 3rem;
  }
  .clh-partners-row-large {
    max-height: 4.5rem;
  }
}

/* Android */
@media (min-width: 992px) {
  body.Android .content-menu ul li:not(.self) {
    margin: 0 1rem 0 0;
  }
}
#scroll-top-btn.clh-btt-button {
  background-color: #004b84;
  z-index: 99999;
}
#scroll-top-btn.clh-btt-button:hover {
  background-color: #80a5c2;
}

.clh .tag-filter__container {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  align-items: center;
}
.clh .tag-row .filter-group {
  padding: 1rem 0;
}
.clh .tag-row .container1 {
  margin-top: 1rem;
  flex-wrap: wrap;
  padding-left: 0;
}
.clh .tag-row p.filter-group__funding-text {
  font-weight: 400;
  font-size: 1rem !important;
}
.clh .badge {
  width: fit-content;
}
.clh .badge.bg-healthandwellbeing {
  background-color: #2484c6 !important;
}
.clh .badge.bg-communityparksandspaces {
  background-color: #00b259 !important;
}
.clh .badge.bg-communitybuildings {
  background-color: #666666 !important;
}
.clh .badge.bg-localenvironmentorbiodiversity {
  background-color: #8f51a1 !important;
}
.clh .badge.bg-climatechange {
  background-color: #d26f00 !important;
}
.clh .badge.bg-pound {
  background-color: transparent !important;
  color: #004b84;
  font-size: 1rem;
  padding-left: 0;
}
.clh .badge .clh-tag-icon {
  font-size: 1.2rem;
  vertical-align: -0.3rem;
}
.clh .badge svg {
  vertical-align: bottom;
}
.clh .pound-icon::before {
  content: "£";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: navy;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #bacce7;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.clh .umb-block-grid__layout-item:has(.show-link-box.hidden) {
  display: none;
}

.clh .image-hover__overlay {
  background-color: rgba(0, 75, 132, 0.9) !important;
}

.clh .hamburger a {
  display: block;
  text-decoration: none;
  text-wrap: nowrap;
}
.clh .container-lg {
  padding: 0.7rem;
}

.clh-content {
  display: block;
}

.hamburger-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #004b84;
  padding: 0 0.5rem !important;
  border-top: 4px solid #ffcb05;
  position: sticky;
  top: 3rem;
  z-index: 999999;
}
@media (min-width: 576px) {
  .hamburger-wrapper {
    top: 4.5rem;
  }
}
@media (min-width: 768px) {
  .hamburger-wrapper {
    top: 4.84rem;
  }
}
@media (min-width: 992px) {
  .hamburger-wrapper {
    display: none;
  }
}

.hamburger-label {
  color: #fff;
  margin-right: 0.5rem;
}

.hamburger {
  margin-top: 0.1rem;
  padding: 0.5rem !important;
  z-index: 9999;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.hamburger-box {
  width: 30px !important;
  margin-top: 0.2rem;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff !important;
  border-radius: 0 !important;
  width: 30px !important;
  height: 3px !important;
}

#horizontal-nav {
  display: none;
  background-color: #004b84;
  color: #fff;
  border-top: 5px solid #ffcb05;
  z-index: 100;
  position: relative;
}
@media (min-width: 992px) {
  #horizontal-nav {
    display: block;
  }
}

/* Sticky header */
nav#horizontal-nav {
  position: sticky;
  top: 4.1rem;
  z-index: 9999;
}

#menu-main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
#menu-main > li {
  display: inline-flex;
  justify-content: center;
  flex: 1 1 auto;
  position: relative;
  line-height: 14px;
}
#menu-main > li:hover > a, #menu-main > li:focus-within > a {
  color: #ffcb05;
  white-space: nowrap;
  margin: auto;
  padding: auto;
}
#menu-main > li:hover > a:focus-visible, #menu-main > li:focus-within > a:focus-visible {
  border: 2px solid #222;
  border-radius: 3px;
  outline: none;
}
#menu-main > li:hover > .menu-sub, #menu-main > li:focus-within > .menu-sub {
  visibility: visible;
  opacity: 1;
  transform: translateY(1rem);
  transition: opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s, transform 0.4s ease;
  z-index: 999999;
}
#menu-main > li:not(:last-child) {
  border-right: 1px solid #fff;
  height: 0.8rem;
}
#menu-main > li > a {
  padding: 0 0.7rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.94rem;
}
@media (min-width: 1200px) {
  #menu-main > li > a {
    font-size: 1.1rem;
  }
}
@media (min-width: 1400px) {
  #menu-main > li > a {
    font-size: 1.2rem;
  }
}

.menu-sub {
  width: auto;
  min-width: 100%;
  padding: 0;
  background-color: #004b84;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0.5rem;
  left: 0;
  transform: translateY(-40%);
  transition: opacity 0.2s, visibility 0.2s, transform 0.1s ease 1s;
  color: #fff !important;
}
.menu-sub li {
  display: block;
  position: relative;
  padding: 0.7rem 0.5rem;
}
.menu-sub li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  width: 7px;
  height: 7px;
  background-color: #ffcb05;
  border: 2px solid #fff;
  border-radius: 50%;
}
.menu-sub li:hover, .menu-sub li:focus-within {
  background-color: #ffcb05;
}
.menu-sub li:hover::before, .menu-sub li:focus-within::before {
  background-color: #004b84;
}
.menu-sub li:hover:focus-visible, .menu-sub li:focus-within:focus-visible {
  box-shadow: 0 0 0 0.125rem #fff;
  outline: #222 solid 2px;
  outline-offset: 0.125rem;
}
.menu-sub li:focus-within, .menu-sub li:focus-visible {
  border: 2px solid #222;
  border-radius: 3px;
  outline: none;
}
.menu-sub a {
  padding: 0.7rem 0 0.7rem 1rem;
  color: #fff !important;
  font-size: 1rem;
  text-decoration: none !important;
  white-space: nowrap;
}
.menu-sub a:hover, .menu-sub a:focus-visible {
  color: #004b84 !important;
  font-weight: 500;
  outline: none;
}

#mobile-wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: 1200vh;
  background: #004b84;
  /* transform: translateX(200%);
  transition: transform 0.3s ease; */
  display: none;
  z-index: 999998;
  border-top: 4px solid #ffcb05;
}
#mobile-wrapper.is-active {
  transform: translateY(0);
  display: block;
}
#mobile-wrapper #mobile-nav {
  position: sticky;
  top: 3rem;
}

.clh .gridRowInner.is-active {
  display: none;
}

#clh-content {
  display: block;
}

#clh-content.hide {
  display: none;
}

#menu-mobile {
  padding: 3rem 0 0;
}
#menu-mobile > li {
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #5781a1;
}
#menu-mobile > li:hover > .menu-mobile-sub {
  transform: translateY(0);
  display: block;
}
#menu-mobile > li > a {
  display: block;
  margin: 0.3rem 0;
  padding: 0.3rem 0.4rem;
  margin-left: 0.5rem;
  color: #fff;
  border-left: 3px solid #004b84;
  text-decoration: none;
  transition: border-left 0.2s;
  width: calc(100% - 5rem);
}
#menu-mobile > li > a:hover {
  padding-left: 0.4rem;
  border-left: 3px solid #ffcb05;
}
#menu-mobile .menu-mobile-sub {
  display: none;
  padding: 0;
  transform: translateY(-0.4rem);
  transition: display 0.2s, transform 0.2s, opacity 0;
}
#menu-mobile .menu-mobile-sub:hover {
  transform: translateY(0);
}
#menu-mobile .menu-mobile-sub > li {
  padding: 0.3rem 0 0.3rem 1rem;
  list-style: none;
  border-top: 1px solid #5781a1;
  background-color: #005ba1;
}
#menu-mobile .menu-mobile-sub > li a {
  color: #fff;
  border-left: 3px solid #005ba1;
  padding: 0.3rem 0.4rem;
  display: block;
  text-decoration: none;
  transition: border-left 0.2s;
}
#menu-mobile .menu-mobile-sub > li a:hover {
  padding-left: 0.4rem;
  border-left: 3px solid #ffcb05;
}

.more-contents::before {
  content: "";
  position: absolute;
  right: 1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  border-left: solid 0.2rem #fff;
  border-bottom: solid 0.2rem #fff;
  transform: translateY(0.35rem) rotate(-45deg);
}

.hide {
  display: none;
}

.menu__self {
  color: #ffcb05 !important;
  text-decoration: none;
}

.donate-banner {
  width: 100%;
  position: relative;
}
.donate-banner__image {
  width: 100%;
}
.donate-banner__text-container {
  width: 100%;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .donate-banner__text-container {
    width: 50%;
    position: absolute;
    top: 2%;
    right: 5%;
    padding: 0;
  }
}
.donate-banner__text {
  color: #2484c6;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .donate-banner__text {
    color: #fff;
    background: #2484c6;
  }
}
@media (min-width: 1200px) {
  .donate-banner__text {
    font-size: 1.7rem;
  }
}

.donate-button {
  margin-left: auto;
  margin-top: 0.5rem;
  display: block;
  padding: 0;
}
.donate-button__text {
  display: inline-block;
  margin: 1rem 0.5rem 1rem 1.5rem;
}
.donate-button__spinner {
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25rem 0 0;
}
.donate-button__spinner--inactive img {
  visibility: hidden;
}
.donate-button__spinner--active img {
  visibility: visible;
}

.giftaidCheck {
  display: block;
}

.giftaidCheck input {
  margin-left: -1em;
}

.supportPopoutRow {
  border-top: 0.25em solid #2484c6;
  padding-top: 1em;
  padding-bottom: 1em;
  display: none;
  min-height: calc(100vh - 2em);
}

.supportPopoutRow label {
  font-size: 1.25em;
}

.supportPopoutRow input[type=text]:hover, input[type=email]:hover {
  border: 1px solid #666;
}

.supportRow {
  border-top: 0.25em solid #2484c6;
  padding-top: 1em;
  padding-bottom: 1em;
}

.supportFlexContainer {
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1em;
  padding-right: 1em;
}

.supportFlexItem {
  flex: 1;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
}

.statFlexIcon {
  color: #2484c6;
  font-size: 2em;
  padding-bottom: 0.25em;
}

.largeText {
  color: #333;
  font-size: 2em;
  font-weight: 400;
}

.smallText {
  color: #2484c6;
  font-size: 1em;
}

.color-blue {
  color: #2484c6;
}

.boldText {
  font-weight: 600;
}

.boldText2 {
  font-weight: 500;
}

.supportTitle {
  font-weight: 500;
  font-size: 2.5em;
  color: #2484c6;
}

.bgImgContainer {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
}

.donateContainer {
  padding: 4em 4em 4em 0;
  width: 35%;
  margin-left: auto;
}

.donateIntroText {
  font-size: 2em;
  font-weight: 500;
  color: #fff;
  background: #2484c6;
  display: block;
  padding: 0.25em 0.5em;
}

.donateBox {
  margin-left: auto;
}

.flexDonationContainer {
  display: flex;
  margin-left: -10px;
  flex-wrap: wrap;
}

.flexDonationItem {
  /*flex:1;
  text-align: center;
  padding-top:1em;
  padding-bottom:1em;
  margin-left:0.5em;
  margin-right:0.5em;
  background-color:grey;
  font-size:1.25em;
  color:a.$text-inverse-color;*/
  flex: 1 0 0%;
  text-align: center;
  background-color: #e5e5e5;
  font-size: 1.25em;
  color: #7f7f7f !important;
  margin-left: 10px;
  margin-top: 10px;
}

.flexDonationItem input {
  position: absolute;
  visibility: hidden;
}

.flexDonationItem label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
}

.flexDonationItem input[type=radio]:checked + label {
  background-color: #2484c6;
  color: #fff;
}

/*.flexDonationContainer > :first-child { margin-top: 0 !important; margin-left: 0 !important; }
.flexDonationContainer > :last-child { margin-bottom: 0 !important; margin-right: 0 !important; }*/
.flexDonationItem:hover {
  background-color: #2484c6;
  color: #fff;
}

.flexDonationItem.active {
  background-color: #2484c6;
  color: #fff;
}

.tabRow {
  display: flex;
  width: 70%;
  padding-top: 1em;
}

.tabRow input {
  position: absolute;
  visibility: hidden;
}

.tabRow label {
  display: block;
  padding: 0.5em;
  cursor: pointer;
}

.tabRow div {
  text-align: center;
  flex: 1;
}

.tabRow .donationType {
  background-color: #f4f4f4;
  color: #fff;
}

.tabRow .donationType:hover {
  background-color: #2484c6;
}

.tabRow input[type=radio]:checked + label {
  background-color: #2484c6;
}

.formRow {
  background-color: #f4f4f4;
  padding: 1em;
  border-top: solid 2px #2484c6;
}

.updateButtonDiv {
  color: #fff;
  background-color: #f4f4f4;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  margin-top: 1em;
  display: block;
  padding: 0.75em;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 1em;
  border: 1px solid #f4f4f4;
  text-align: center;
  font-weight: 500;
}

.updateButtonDiv:hover {
  color: #fff;
  background-color: #b2b2b2;
  border: 1px solid #b2b2b2;
}

.donateButtonDiv {
  color: #333;
  background-color: #ffcb05;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
  margin-top: 1em;
  display: block;
  padding: 0.75em;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 1em;
  border: 1px solid #ffcb05;
  text-align: center;
  font-weight: 500;
}

.donateButtonDiv:hover {
  color: #666;
  background-color: #ffd638;
  border: 1px solid #ffd638;
}

.otherAmountBox {
  display: block;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  margin: 1em 0 0 0;
  transition: background-color 0.5s ease;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.otherAmountBox .currency {
  color: #2484c6;
  font-weight: 500;
}

.otherAmountBox input {
  margin-left: 0.25em;
  color: #333;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
  width: calc(100% - 1em);
  display: inline-block;
  padding: 0.75em 0.75em 0.75em 0;
}

.otherAmountBox input:invalid {
  border: 2px solid red;
}

.otherAmountBox input::-webkit-outer-spin-button,
.otherAmountBox input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.otherAmountBox span:focus {
  border-left: 2px solid #2484c6;
}

.donateBannerSwitch {
  display: none;
}

.donateContainer {
  padding: 2em 2em 2em 0;
  width: calc(100% - 4em);
}

.bgImgContainer {
  background: #fff;
}

.donateIntroText {
  color: #2484c6;
  background: #fff;
}

.donateBannerSwitch {
  display: block;
}

.donateIntroText {
  font-size: 1.5em;
}

@media (min-width: 992px) {
  .flexDonationContainer {
    margin-left: -20px;
  }

  .flexDonationItem {
    margin-left: 20px;
  }

  .donateContainer {
    padding: 2em 2em 2em 0;
    width: 50%;
  }
}
/* This is the style of our error messages */
.error {
  width: 100%;
  padding: 0;
  font-size: 80%;
  color: white;
  background-color: #900;
  border-radius: 0 0 5px 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.error.active {
  padding: 0.3em;
}

.umbraco-forms-form {
  padding: 10px 0px 10px 0px;
}

.umbraco-forms-caption {
  font-size: 2em !important;
  line-height: 2em !important;
}

.umbraco-forms-field {
  margin-bottom: 1.5em;
  clear: both;
}

.umbraco-forms-field div label {
  display: inline;
}

label.umbraco-forms-label {
  font-weight: 500 !important;
  font-size: 1.25em;
  display: block;
  background: transparent !important;
  color: #2484c6;
}

label.umbraco-forms-label.normalText {
  font-size: 1em;
  color: #333;
}

.umbraco-forms-form small {
  display: block;
  float: left;
  clear: both;
  padding: 5px 5px 5px 200px;
}

.umbraco-forms-form fieldset {
  padding: 1em 1em 0em 0em;
  margin: 0;
  border: none !important;
}

.umbraco-forms-form .umbraco-forms-navigation {
  padding: 0;
}

.umbraco-forms-form legend {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  display: block;
}

.umbraco-forms-form input.text, .umbraco-forms-form input.title, .umbraco-forms-form textarea,
.umbraco-forms-form select {
  margin: 0.5em 0;
  border: 1px solid #bbb;
}

.umbraco-forms-form input.text:focus, .umbraco-forms-form input.title:focus, .umbraco-forms-form textarea:focus, .umbraco-forms-form select:focus {
  border: 1px solid #666;
}

.umbraco-forms-form input.text {
  max-width: 400px !important;
  padding: 5px;
  display: block;
  width: 95%;
}

.umbraco-forms-form input.text, .umbraco-forms-form textarea {
  width: 100% !important;
  padding: 5px;
  display: block;
}

.umbraco-forms-form textarea {
  height: 150px;
}

.umbraco-forms-page .btn {
  float: right;
  color: #fff;
  background-color: #2484c6;
  border: 1px solid #2484c6 !important;
  font-size: 1.25em;
}

.umbraco-forms-form input.fileupload {
  height: auto !important;
}

.umbraco-forms-form span.checkboxlist, .umbraco-forms-form span.radiobuttonlist, .umbraco-forms-form span.checkbox {
  display: block;
  float: left;
  padding: 10px;
}

.umbraco-forms-form .checkboxlist label {
  float: left;
  clear: left;
}

.umbraco-forms-form .checkboxlist input, .umbraco-forms-form .radiobuttonlist input, .umbraco-forms-form .checkbox input {
  width: auto !important;
  height: auto !important;
  border: none !important;
  display: inline;
  margin-bottom: 0.5em;
}

.umbraco-forms-form .hiddenfield {
  display: none;
}

.umbraco-forms-button {
  margin-right: 10px;
  padding: 2px 10px;
}

.umbraco-forms-error-message {
  padding: 0.8em;
  margin-bottom: 0.5em;
  border: 2px solid #2484c6;
}

.umbraco-forms-error-message {
  background: #FBE3E4;
  color: #8a1f11;
}

.umbraco-forms-form input.contourError, .umbraco-forms-form textarea.contourError, .umbraco-forms-form input.input-validation-error,
.umbraco-forms-form textarea.input-validation-error, .umbraco-forms-form select.input-validation-error {
  background: #FBE3E4;
  border-color: #2484c6;
}

.umbraco-forms-form span.contourError, .umbraco-forms-form span.field-validation-error {
  color: #8a1f11 !important;
  background: transparent !important;
}

.umbraco-forms-form #recaptcha_widget_div {
  margin-left: 200px;
}

.umbraco-forms-form .field-validation-error {
  padding-left: 5px;
}

.umbraco-forms-form .umbraco-forms-field .checkboxlist br {
  margin-bottom: 0.5em;
}

.umbraco-forms-form .umbraco-forms-field .checkboxlist input {
  margin-right: 0.5em;
}

.umbraco-forms-form .umbraco-forms-field .checkboxlist {
  border-spacing: 0 1em;
}

.umbracocheckbox {
  margin-bottom: 1em;
  display: table-row;
}

.umbracocheckbox input, .umbracocheckbox label {
  display: table-cell !important;
}

/* The container */
.giftaidCheck {
  display: block;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.giftaidCheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 25%;
  left: 0;
  height: 1.25em;
  width: 1.25em;
  background-color: #fff;
  border: 2px solid #8f53a1;
}

/* On mouse-over, add a grey background color */
.giftaidCheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.giftaidCheck input:checked ~ .checkmark {
  background-color: #8f53a1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.giftaidCheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.giftaidCheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.donate-form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}

.radiotab {
  position: absolute;
  opacity: 0;
}

.tab-label {
  box-sizing: border-box;
  width: 50%;
  padding: 0.5rem;
  background: #e5e5e5;
  cursor: pointer;
  font-weight: bold;
  font-size: 23px;
  color: #7f7f7f;
  transition: background 0.3s, color 0.3s;
  border: none;
  border-radius: 0;
  text-align: center;
}

.tab-label:hover {
  background: #d8d8d8;
}

.tab-label:active {
  background: #ccc;
}

.radiotab:checked + .tab-label {
  background: #2484c6;
  color: #fff;
  border-top: solid 2px #2484c6;
  border-left: solid 2px #2484c6;
  border-right: solid 2px #2484c6;
  border-bottom: none;
}

.donate-panel {
  order: 99;
  display: none;
  background: #fff;
  width: 100%;
  border-left: solid 2px #2484c6;
  border-bottom: solid 2px #2484c6;
  border-right: solid 2px #2484c6;
}

.radiotab:checked + .tab-label + .donate-panel {
  display: block;
}

.info-box {
  margin: 0 0 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.info-box__image {
  width: 100%;
}
.info-box__image img {
  vertical-align: top;
  width: 100%;
}
.info-box__info {
  width: 100%;
  box-sizing: content-box;
}
.info-box b {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500 !important;
}

.table {
  width: 100%;
  border: 8px solid #f1f1f1;
  margin: 1rem 0 auto;
}

.table-row {
  display: flex;
  width: 100%;
}

.table-data,
.header__item {
  flex: 1 1 20%;
  text-align: left;
}
.table-data--left,
.header__item--left {
  text-align: none;
}
.table-data--center,
.header__item--center {
  text-align: center;
}
.table-data--center img,
.header__item--center img {
  margin: auto;
  width: 30% !important;
  min-width: 30% !important;
}
.table-data img,
.header__item img {
  margin: auto;
  width: 25% !important;
  min-width: 25% !important;
}

.header__item {
  font-weight: bolder;
  text-align: left;
}
.header__item--center {
  font-weight: bolder;
  flex: 1 1 20%;
  display: inline-block;
  text-align: center;
}
.header__item--left {
  font-weight: bolder;
  flex: 1 1 20%;
  display: inline-block;
}

.sub-table {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: 1rem;
}
.sub-table--left {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contact-details {
  margin: 1rem 0;
}

@media (min-width: 391px) {
  .info-box {
    flex-direction: row;
  }
  .info-box__image {
    width: 50%;
  }
  .info-box__image img {
    vertical-align: top;
    width: 100%;
  }
  .info-box__info {
    width: 50%;
    margin-left: 1rem;
  }
  .info-box__info .table {
    width: calc(100% - 1rem);
    margin: auto 0 auto 1rem;
  }
}
.entrant-item__back {
  width: fit-content;
  margin: 0 1rem 0 auto;
  padding: 0.5rem 1rem;
  background-color: #2484c6;
  border-radius: 4px;
}
.entrant-item__back a {
  display: inline-block;
  color: #fff !important;
  font-weight: 500;
}

.home-title {
  text-align: center;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem !important;
}

.home-subtitle {
  text-align: center;
  margin-bottom: 1.5rem;
}

.home-cta {
  text-align: center;
  margin: 1.5rem 0;
}

.btn_cta {
  width: 16rem;
}

.instalink__header {
  width: 60%;
  max-width: 400px;
  margin: 2rem auto 0;
}
.instalink__header h1 {
  font-size: 1.4rem;
  font-weight: 400;
}
.instalink__header a {
  text-align: center;
}

.instalinks__outer {
  text-decoration: none;
  margin-bottom: 1em;
  width: 100%;
  display: flex;
  padding: 0.5rem;
}

.instalinks__link {
  padding: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.instalinks__icon {
  opacity: 0.75;
  font-size: 1.5rem;
  width: 1.5rem;
  margin-top: 1rem;
  margin-right: 2rem;
}

/**Conclusion**/
/*.conclusionImage {
    max-width: 100%;
    width: 100%;
    display: block;
    position: relative;
}

.conclusionOverlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}

.conclusionTextContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    font-weight: 600;
    color: #fff;
    z-index: 2;
}

.conclusionText p {
    color: #fff;
}*/
/**Strapline**/
/*.arStrapline {
    text-align: right;
    margin-top: 3em;
    font-size: 1.25em;
    font-weight: 500;
    color: #2484c6;
}

.hamburgerMenu a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.hamburgerMenu a:hover {
    color: #2484c6;
}

#menuToggle {*/
/*display: block;*/
/*position: relative;
    top: -80px;
    right: 50px;
    float: right;
    padding-left: 0;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;*/
/* hide this */
/*z-index: 2;*/
/* and place it over the hamburger */
/*-webkit-touch-callout: none;
}*/
/* Just a quick hamburger */
/*#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}*/
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
/*#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}*/
/*
 * But let's hide the middle one.
 */
/*#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}*/
/*
 * Ohyeah and the last one should go the other direction
 */
/*#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}*/
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
/*#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -200px;
    padding: 50px;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;*/
/* to stop flickering of text in safari */
/*transform-origin: 0% 0%;
    transform: translate(160%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}*/
/*
 * And let's slide it in from the left
 */
/*#menuToggle input:checked ~ ul {
    transform: none;
}*/
/*FOOTER*/
/*Menu*/
/*.footerMenu {
    text-align: center;
}

.footerMenu ul {
    padding: 0;
}

.footerMenu ul li {
    list-style: none;
    display: inline-block;
    padding: 0 1em 0 1em;
    color: #888;
}

.footerMenu ul li:first-child {
    padding-left: 0;
}

.footerMenu ul li + li {
    border-left: 1px solid #888;
    line-height: 0.75em;
}

.footerMenu ul li a {
    color: #888;
    text-decoration: none;
    font-size: 0.75em;
    font-weight: bold;
}

.footerMenu ul li a:hover {
    text-decoration: underline;
}*/
/*Menu*/
/*Text*/
/*.footerText {
    margin-top: 3em;
    margin-bottom: 4em;
    color: #888;
    font-size: 0.75em;
    text-align: center;
}

.footerText a {
    color: #888;
    text-decoration: none;
}

.footerText a:hover {
    color: #888;
    text-decoration: underline;
}*/
/*Text*/
/*FOOTER*/
/**Font override**/
/*.introText p {
    color: #2484c6;
    font-weight: 500;
}


.textGreen {
    color: #00b259;
}

.textBlue {
    color: #2484c6;
}

.textYellow {
    color: #333333;
}

.textPurple {
    color: #8f53a1;
}*/
/**Background Colours**/
/*.bgWhite {
    background-color: #fff;
}

.bgGrey {
    background-color: #f4f4f4;
}

.bgBlue {
    background-color: #2484c6;
}

.bgYellow {
    background-color: #ffcb05;
}

.bgPurple {
    background-color: #8f53a1;
}


.bgGreen {
    background-color: #00b259;
}*/
/**Themes**/
/**SSN Specific**/
/*.section {
    color: #2484c6;
}

.insights {
    color: #8f53a1;
    font-weight: 400;
}

ul {
    list-style-type: square;
    color: #333;
}

.ssnFlexContainer {
    display: flex;
}

.ssnFlexContainer .largeText {
    color: #fff;
    font-size: 2em;
    font-weight: 500;
}

.ssnFlexContainer .smallText {
    color: #fff;
    font-size: 1em;
    width: 100%;
}

.ssnFlexContainer div {
    flex: 1;
    background-color: #2484c6;
    border: 2px #fff solid;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
}



.flexRow {
    display: flex;
    margin: 0.5em 0em;
    justify-content: center;
}

.flexCol {
    width: 11em;
    padding: 2em 1em;
    margin: 0em 0.25em;
}

.actionTitle div {
    font-size: 1.5em;
    color: #fff;
}

.actionText {
    background-color: #f1f1f1;
    color: #333;*/
/* 07092023 font-weight changed from 300*/
/*font-weight: 400;
    width: 30em;
    padding: 1em 1em;
}

.flexImage {
    height: 100%;
    width: 100%;
    max-width: 100%;
    display: block;
}

.flexImageContainer {
    padding: 0;
    width: 100%;
    flex: 0 0 30%;
}

.flexImageContainerList {
    padding: 0;
}

.flexTextContainer {
    flex: 0 0 100%;
    background-color: #fff;
}

.leamsFlexBox {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    flex-basis: 75%;
    margin-bottom: 2em;
}*/
/*Messing with table style CG*/
/*.wrapper {
    padding-top: 2em;
}

.tbl {
    margin: 0 0 40px 0;
    width: 100%;
}

.hdr {
    font-weight: 900;
    color: #ffffff;
}

.hdrPurple {
    font-weight: 900;
    color: #ffffff;
    background: #8f53a1 !important;
}

.hdrBlue {
    font-weight: 900;
    color: #ffffff;
    background: #2484c6 !important;
}

.hdrGreen {
    font-weight: 900;
    color: #ffffff;
    background: #00b259 !important;
}

.hdrYellow {
    font-weight: 900;
    color: #333;
    background: #ffcb05 !important;
}


.tr {
    display: table-row;
    background: #f6f6f6;
}

.cell {
    padding: 6px 12px;
    display: table-cell;
}

.tr:nth-of-type(odd) {
    background: #e9e9e9;
}

.cellGreen {
    background: #00b259;
    color: #fff;
    font-weight: 600;
}

.cellBlue {
    background: #2484c6;
    color: #fff;
    font-weight: 600;
}



.ssnFlexContainer p {
    margin: 0;
}

.statFlex {
    flex-direction: column;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
}

.statFlexImage {
    max-width: 100%;
    margin-top: auto;*/
/*height: auto;*/
/*}


.ssnTitle {
    color: #fff;
    line-height: 1.4em;
}

.ssnTitle .ssnTitleText {
    background-color: #2484c6;
    padding: 0 0.25em;
}

.ssnSubtitle {
    color: #fff;
}

.ssnSubtitle .ssnSubtitleText {
    background-color: #2484c6;
    padding: 0 0.25em;
}


.responseRate {
    text-align: center;
    max-width: 100%;
}

.responseRatePercent {
    font-size: 5em;
    color: #2484c6;
    font-weight: bold;*/
/**text-shadow: 2px 2px #5f947a;**/
/*}

.responseRateSubtitle {
    font-weight: 500;
    color: #555;
}

.responseRateFlex {
    display: flex;
}


.spotlightFlexRow {
    display: flex;
    margin: 2em 0em;
    justify-content: center;
}

.spotlightFlexCol {
    width: 22em;
    padding: 2em 1em;
    margin: 0em 0em;
}

.spotlightText {
    background-color: #f1f1f1;
    color: #333;
    font-weight: 300;
    width: 30em;
    padding: 2em 1em;
    border-top: 2px solid #2484c6;
    border-right: 2px solid #2484c6;
    border-bottom: 2px solid #2484c6;
}

.spotlightFlexImage {*/
/**height: 100%;**/
/*width: 100%;
    max-width: 100%;
    display: block;
}

.spotlightFlexImageContainer {
    position: relative;
    padding: 0;
    border-top: 2px solid #2484c6;
    border-left: 2px solid #2484c6;
    border-bottom: 2px solid #2484c6;
    background-color: #f1f1f1;
}

.conclusionContainer {
    position: absolute;
    top: 0;
    width: 70%;
}

.conclusionContainer * {
    color: #fff;
}

.conclusionContainer h2 {
    font-weight: 500;
}

.nextStepsContainer {
    position: absolute;
    bottom: 10%;
    width: 70%;
}

.nextStepsContainer * {
    color: #fff;
}

.nextStepsContainer h3 {
    font-weight: 500;
}


.m2 {
    margin-top: 2em;
    margin-bottom: 2em;
}

.ccReportDownload {
    text-decoration: none;
}

.ccReportDownload p {
    color: #fff;
    margin: 0;
    padding: 0.5em;
}

.ccReportDownload i {
    color: #fff;
    vertical-align: bottom;
}

.chartJS {
    height: 25em;
    margin: 0;*/
/*margin: 2em 0;*/
/*}

.footnote {
    font-size: 0.75em;
}*/
.slick-slide {
  opacity: 0.5;
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  transform: scale(0.75);
  width: 800px !important;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}

.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}

.slick-center {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.slick-list {
  /*padding:45px 60px !important;*/
  /*margin-left:30px !important;*/
  padding: 45px 10px !important;
}

.slick-prev::before, .slick-next::before {
  color: #333 !important;
  font-size: 30px !important;
}

.slick-prev {
  left: 50px !important;
  z-index: 9999;
}

.slick-next {
  right: 50px !important;
  z-index: 9999;
}

.slick-prev, .slick-next {
  width: 35px !important;
  height: 35px !important;
}

/*@media (max-width: 400px) {
    .ssnTitle {
        font-size: 1em;
    }

    .ssnSubtitle {
        font-size: 0.75em;
    }
}

@media (min-width:401px) and (max-width:598px) {
    .ssnTitle {
        font-size: 2em;
    }

    .ssnSubtitle {
        font-size: 1.5em;
    }
}

@media (max-width: 599px) {

    .chartJS {
        height: 20em;
    }

    .site-logo {
        width: 100%;
    }

    .arStrapline {
        margin-top: 0;
        font-size: 1em;
        text-align: center;
    }

    #menuToggle {
        top: -120px;
        right: 20px;
    }

    .actionText div {
        padding: 1em;
        margin: 0;
        box-sizing: border-box;
    }


    div {
        font-size: 1em;
        padding: 0em;
        margin: 0;
    }

    .actionTitle div {
        font-size: 1em;
        padding: 1em;
        margin: 0;
    }

    .flexRow {
        display: block;
    }

    .flexCol {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .flexImageContainer {
        margin-left: auto;
        margin-right: auto;
    }

    .flexImageContainerList {
        margin-left: auto;
        margin-right: auto;
    }


    .flexImage {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .leamsFlexBox {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        flex-basis: 95%
    }

    .ssnFlexContainer {
        flex-direction: column;
    }

    .responseRateFlex {
        flex-direction: column;
    }


    .spotlightText {
        border-left: 2px solid #2484c6;
        border-top: none;
        padding-bottom: 1em;
    }

    .spotlightText div {
        font-size: 1em;
        padding: 1em;
        margin: 0;
    }

    .spotlightFlexRow {
        display: block;
        margin: 2em 1em;
    }

    .spotlightFlexCol {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .spotlightFlexImageContainer {
        margin-left: auto;
        margin-right: auto;
        border-right: 2px solid #2484c6;
        border-bottom: none;
    }

    .flexImageContainerList {
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }


    .flexRow ul {
        margin-top: 0;
        padding-top: 1em;
        padding-bottom: 1em;
    }*/
/**Table Test**/
/*tr {
    border: 1px solid #ccc;
}

.tr {
    border: 1px solid #ccc;
}

td {*/
/* Behave  like a "row" */
/*border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }


    .slick-slide {
        width: 70vw !important;
    }
}



@media (min-width: 600px) and (max-width: 899px) {


    .arStrapline {
        margin-top: 1em;
        font-size: 1.5em;
        text-align: center;
    }

    #menuToggle {
        top: -110px;
        right: 70px;
    }

    .leamsFlexBox {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
        flex-basis: 95%
    }

    .leamsFlexBox .actionTitle {
        width: 100% !important;
        box-sizing: border-box;
        margin: 0 !important;
    }

    .flexRow {
        flex-wrap: wrap;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }

    .flexRow .actionTitle {
        width: 45%;
        margin: 0 0 0 0.25em;
    }

    .flexRow .actionText {
        width: 100%;
        margin-top: 0.5em;
    }

    .flexImageContainer {
        width: 45%;
        flex: 0 0 100%;
    }

    .flexImageContainerList {
        width: 45%;
        margin: 0 0.25em 0 0;
    }


    .flexTextContainer {
        flex: 0 0 100%;
        background-color: #fff;
    }

    .responseRatePercent {
        font-size: 3em;
    }

    .spotlightRow {
        flex-wrap: wrap;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
    }

    .spotlightRow .actionTitle {
        width: 45%;
        margin: 0 0 0 0.25em;
    }

    .spotlightRow .actionText {
        width: 100%;
        margin-top: 0.5em;
    }

    .slick-slide {
        width: 70vw !important;
    }
}

@media (min-width: 900px) and (max-width: 1199px) {

    .arStrapline {
        margin-top: 0;
        font-size: 1.5em;
        text-align: center;
    }

    #menuToggle {
        top: -110px;
        right: 70px;
    }

    .responseRatePercent {
        font-size: 4em;
    }
}

@media(max-width:1400px) {
    .conclusionContainer {
        position: static;
        width: 90%;
    }

    .conclusionContainer h2 {
        color: #2484c6;
        font-weight: 300;
    }

    .conclusionContainer * {
        color: #333;
    }

    .nextStepsContainer {
        position: static;
        width: 90%;
        margin-bottom: 2em;
    }

    .nextStepsContainer h3 {
        color: #2484c6;
        font-weight: 400;
    }

    .nextStepsContainer * {
        color: #333;
    }

    .conclusionImage {
        display: none !important;
    }
}

@media (min-width: 2560px) {
    .chartJS {
        height: 30em;
    }
}







table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

table tr {
    background: #fff;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: .625em;
}

table th {
    font-weight: 900;
}

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

    tr {
        background: #fff;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    table td:last-child {
        border-bottom: 0;
    }
}*/
.maintenance-page {
  background-color: #f1f1f1;
  width: 100%;
  height: 100%;
  display: block;
}
.maintenance-page__content {
  width: 50%;
  margin: auto;
  text-align: center;
}
.maintenance-page__logo {
  width: 40%;
  margin: 6rem auto;
}
.maintenance-page__logo img {
  background: #fff;
  padding: 1rem;
}

/*News Page*/
.news-filter-row__filter-container {
  background-color: #f1f1f1;
  padding: 0.5rem;
}
.news-filter-row__text-filter {
  border: none;
}

.news-row_news-page a {
  margin: 0.5rem;
}

/* News Spinner */
.news-spinner-container {
  min-height: 80vh;
  text-align: center;
  padding-top: 10vh;
  margin: auto;
}
.news-spinner-container .spinner-border {
  width: 10vw;
  height: 10vw;
}

/* News Section */
.news-row h2 {
  color: #333;
}
.news-row .news-container a {
  text-decoration: none;
  height: 100%;
}
.news-row .news-container a.hover .news-card__title, .news-row .news-container a.focus .news-card__title {
  text-decoration: underline !important;
}
.news-row .news-container__main-news {
  background-color: blue;
  flex-basis: 34%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .news-row .news-container__main-news {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.news-row .news-container__small-container {
  flex-basis: 66%;
  justify-content: space-between;
}
.news-row .news-container__small-container .news-card {
  min-height: 5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .news-row .news-container__small-container .news-card__image {
    flex-basis: 40%;
    margin-bottom: 0;
  }
}
.news-row .news-container__small-container .news-card__text {
  min-height: 5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .news-row .news-container__small-container .news-card__text {
    flex-basis: 60%;
    padding: 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .news-row .news-container__small-container .news-card__title {
    margin: auto;
  }
}
.news-row .news-container--main {
  height: 100%;
}
.news-row .news-container--main a {
  flex-grow: 1;
}
.news-row .news-container--main .news-card__text {
  min-height: 5rem;
}
.news-row .news-container--small-news {
  background-color: green;
  height: 100%;
}
.news-row .news-container--small-news--top {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .news-row .news-container--small-news .news-card__image {
    flex-basis: 40%;
    margin-bottom: 0;
  }
}
.news-row .news-container--small-news .news-card__text {
  min-height: 5rem;
}
@media (min-width: 768px) {
  .news-row .news-container--small-news .news-card__text {
    flex-basis: 60%;
    padding: 0 0.5rem;
  }
}
.news-row .news-container__more-news {
  margin-top: 1rem;
}
.news-row .news-container__more-news a {
  color: #333;
}
.news-row .news-container__more-news a:hover, .news-row .news-container__more-news a:hover {
  color: #2484c6;
}

.news-container__load-more {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}
.news-container__load-more:hover, .news-container__load-more:focus {
  cursor: pointer;
  color: #000;
}
.news-container__load-more:hover .news-card__title, .news-container__load-more:focus .news-card__title {
  text-decoration: underline !important;
}
.news-container a.hover .news-card__title, .news-container a.focus .news-card__title {
  text-decoration: underline !important;
}
.news-container__main-news {
  flex-basis: 40%;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .news-container__main-news {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.news-container__small-news {
  display: flex;
}
.news-container__small-news--first {
  margin-bottom: 1rem;
}
.news-container__small-news_news-page {
  margin: 0 -0.5rem;
}
.news-container__small-news__small-news {
  display: flex;
}
.news-container__small-news__small-news--first {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .news-container__small-news__small-news {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

.news-card {
  /*   height: 100%;*/
  width: 100%;
  min-height: 15rem;
}
.news-card a {
  background-color: #fff;
}
.news-card:hover, .news-card:focus {
  background-color: #f1f1f1;
}
.news-card:hover .news-card__title, .news-card:focus .news-card__title {
  text-decoration: underline !important;
}
.news-card__text {
  height: 100%;
  position: relative;
  justify-content: space-between;
  min-height: 8rem;
  background-color: #fff;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}
.news-card__date {
  color: #333;
  text-align: right;
}
.news-card__section--main {
  height: 100%;
}
.news-card__section--main a {
  flex-grow: 1;
}
.news-card__section--main .news-card__text {
  min-height: 5rem;
}
.news-card__section--small {
  height: 100%;
}
.news-card__section--small--top {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .news-card__section--small .news-card__image {
    flex-basis: 40%;
    margin-bottom: 0;
  }
}
.news-card__section--small .news-card__text {
  min-height: 5rem;
}
@media (min-width: 768px) {
  .news-card__section--small .news-card__text {
    flex-basis: 60%;
    padding: 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .news-card__page--main {
    flex-basis: 66.66%;
  }
}
.news-card__page--main a {
  flex-grow: 1;
}
.news-card__page--small--top {
  margin-bottom: 1rem;
}
.news-card__page--small a {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .news-card__page--small {
    flex-basis: 33.33%;
  }
}
.news-card__page--small--top {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .news-card__page--small .news-card__image {
    flex-basis: 40%;
    margin-bottom: 0;
  }
}
.news-card__page--small .news-card__text {
  min-height: 5rem;
}
@media (min-width: 768px) {
  .news-card__page--small .news-card__text {
    flex-basis: 60%;
  }
}
.news-card__page__date {
  position: absolute;
  bottom: 0.5rem;
  color: #333;
  width: calc(100% - 1rem);
  text-align: right;
  margin-right: 0.5rem;
}
.news-card__page__section--main {
  height: 100%;
}
.news-card__page__section--main a {
  flex-grow: 1;
}
.news-card__page__section--main .news-card__text {
  min-height: 6rem;
}
.news-card__page__section--small {
  height: 100%;
}
.news-card__page__section--small--top {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .news-card__page__section--small .news-card__image {
    flex-basis: 40%;
    margin-bottom: 0;
  }
}
.news-card__page__section--small .news-card__text {
  min-height: 5rem;
}
@media (min-width: 768px) {
  .news-card__page__section--small .news-card__text {
    flex-basis: 60%;
    padding: 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .news-card__page__page--main {
    flex-basis: 66.66%;
  }
}
.news-card__page__page--main a {
  flex-grow: 1;
}
.news-card__page__page--small--top {
  margin-bottom: 1rem;
}
.news-card__page__page--small a {
  flex-grow: 1;
}
@media (min-width: 768px) {
  .news-card__page__page--small {
    flex-basis: 33.33%;
  }
}
.news-card__page__page--small--top {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .news-card__page__page--small .news-card__image {
    flex-basis: 40%;
    margin-bottom: 0;
  }
}
.news-card__page__page--small .news-card__text {
  min-height: 5rem;
}
@media (min-width: 768px) {
  .news-card__page__page--small .news-card__text {
    flex-basis: 60%;
  }
}

.news-tags {
  padding: 0;
}
.news-tags ul {
  list-style-type: none;
  padding: 0;
}
.news-tags ul li {
  list-style-type: none;
}
.news-tags ul li::marker {
  content: "";
}
.news-tags ul {
  display: flex;
  gap: 0.25rem;
}
@media (min-width: 992px) {
  .news-tags ul {
    flex-direction: column;
  }
}
.news-tags li {
  background-color: #2484c6;
  padding: 0.25rem;
  color: #fff;
}
.news-tags li a {
  color: #fff;
}
.news-tags h3 {
  margin-top: 0;
}

.news-article p {
  line-height: 1.5;
}
.news-article .container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .news-article .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.newsItemDate {
  margin-bottom: 3.5em;
}

.news-item__date {
  font-size: large;
  font-weight: 600;
}

.news-item__article li {
  color: #666;
}

/*
.news-card {
    &__main {

        @include media-breakpoint-up(md) {
            flex-basis: 66%;
        }
    }

    &__small {

        @include media-breakpoint-up(md) {
            flex-basis: 33%;
        }
    }
}*/
/*TEMP*/
/*#actTagList {
    display: none;
}

#topicTagList {
    display: none;
}

.tag-pills {
    list-style: none;
}

.tag-pills li {
    display: inline-block;
    background-color: #2484c6;
    color: #fff;
    border-radius: 0.25em;
    padding: 0.5em;
}

.tag-pills a {
    text-decoration: inherit;
    color: inherit;
}

.newsToolHead {
    color: #666;
    font-weight: 500;
    margin-top: 0;
}

.newsTools ul {
    padding-left: 0;
}

.newsTools li {
    list-style: none;
    color: #666;
    font-size: 0.9em;
    margin: 0.5em 0;
}

.newsTools a {
    text-decoration: none;
}


.pin-corner {
    border-left: 4em solid transparent;
    border-right: 4em solid #fff;
    border-bottom: 4em solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    right: 0px;
    z-index: 2;
}

.pin-icon {
    position: absolute;
    right: 0px;
    z-index: 2;
    font-size: 1.25em;
    padding: 0.5em;
    transform: rotate(30deg);
}*/
/*NewsFeed*/
/*.newsBox {
    background-color: #fff;
    padding: 1em;
    display: flex;
}

.newsCol a {
    text-decoration: inherit;
    text-decoration-color: inherit;
}

.newsBox img {
    max-width: 100%;
    display: block;
    width: 100%;
}*/
/**newsFlex**/
/*.newsFlex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    -webkit-flex-direction: row;*/
/* Safari */
/*flex-direction: row;
    margin-bottom: 2em;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsCol {
    display: flex;
    align-items: stretch;
    -webkit-flex-direction: column;*/
/* Safari */
/*flex-direction: column;
}

.newsColLeft {
    flex-basis: 40%;
    background-color: #fff;
}

.newsColRight {
    flex-basis: 58.5%;
}

.largeNews {
    align-items: stretch;
    -webkit-flex-direction: column;*/
/* Safari */
/*flex-direction: column;
    flex-grow: 1;
}

.smallNews {
    align-items: stretch;
    -webkit-flex-direction: row;*/
/* Safari */
/*flex-direction: row;
    flex-grow: 1;
}

.smallNewsTop {
    margin-bottom: 1em;
}

.smallNewsBottom {
    margin-top: auto;
}

.newsTextContainer {*/
/*position:relative;*/
/*}

.newsTitle {*/
/*position:absolute;
	bottom:0;
	right:0;*/
/*color: #2484c6;
    font-size: 1.3em;
    margin: 0.7em 0em;
}

.readMore {*/
/*	position:absolute;
	bottom:0;
	right:0;*/
/*color: #888;
    font-size: 0.8em;
    text-align: right;
    margin-top: auto;
}

.largeNews .newsBorder {
    width: 50%;
    border-top-width: 0.25em;
    border-top-style: solid;
}

.smallNews .newsBorder {
    width: 100%;
    border-top-width: 0.25em;
    border-top-style: solid;
}


.smallNewsTextContainer {
    display: flex;
    align-items: stretch;
    -webkit-flex-direction: column;*/
/* Safari */
/*flex-direction: column;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
    margin-left: 1em;
}

.smallNewsImage {*/
/*flex: 1 1 0;*/
/*flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 50%;
}





.smallNewsBox {
}

.newsBoxOld {
    display: block;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.newsContainer {
    position: relative;
    overflow: hidden;
}

.newsBoxImg {
    width: 100%;
    background-color: white;
}

.newsBoxImg img {
    display: block;
    width: 100%;
}

.NewsBox {
    padding: 0.5em;
}

.topNewsBox {
}

.topNewsBox a {
    color: inherit;
    text-decoration: inherit;
}

#moreNews {
    font-size: 1.5em;
    color: #888;
    float: right;
}

#moreNews a {
    color: inherit;
    text-decoration: none;
}

#moreNews a:hover, #moreNews a:focus {
    text-decoration: underline;
}*/
/*Objective pages*/
.purpose-list {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-template-rows: auto;
  gap: 5%;
}

.purpose-item {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.purpose-image img {
  width: 100%;
}

.purpose-text {
  /*display:inline-block;
  width:calc(75% - 1rem);*/
  padding: 0.5rem;
  color: #2484c6;
  font-weight: 500;
}

.sdg-icons img {
  display: inline;
  min-width: 10%;
  width: 10%;
}

.objective-sdg-list {
  margin-top: 1rem;
}

@media (min-width: 391px) {
  .purpose-item {
    flex-direction: row;
  }
}
.wrapper__sdg {
  background: #f4f4f4;
  padding: 1rem 0;
  margin: 3rem 0;
}

.container__sdg {
  margin: 2rem auto;
}

.sdg-row__upper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
}

.sdg-row__text {
  font-size: 1.6rem;
  color: #666666;
  width: 48%;
}

.sdg-row__logo {
  width: 45%;
}

.sdg-row__icons {
  display: flex;
  justify-content: space-between;
}
.sdg-row__icons img {
  min-width: unset !important;
}

.sdg-row__icon {
  width: auto;
  height: auto;
  width: 12%;
}

/* Override global styles */
.gridRowInner {
  padding-right: unset;
}

/* Admin Class */
.extend-bg {
  margin-left: calc(-100vw + 600px);
  padding-left: calc(100vw - 600px + 1rem);
  margin-right: calc(-100vw + 600px);
  padding-right: calc(100vw - 600px + 1rem);
}

.row-left {
  margin: 0 !important;
}

.pad-right {
  padding-right: 2em;
}

.people-container {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .people-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .people-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.people-container__judge {
  display: grid;
  gap: 2rem;
}

.person-card {
  display: block;
}
.person-card__name {
  color: #2484c6;
}
.person-card__jobtitle {
  color: #333;
}
.person-card__description {
  line-height: 150%;
}

.person-card-judge {
  width: 100%;
  display: block;
}
.person-card-judge + .person-card-judge {
  padding-top: 2rem;
  border-top: 1px solid #2484c6;
}
.person-card-judge__image,
.person-card-judge img {
  float: left;
  margin: 0 1rem 0.2rem 0;
  width: 15%;
}
@media (max-width: 767.98px) {
  .person-card-judge__image,
.person-card-judge img {
    width: 30%;
  }
}
.person-card-judge__name {
  color: #333;
  font-size: 2rem;
}
.person-card-judge__jobtitle {
  color: #333;
}
.person-card-judge__description {
  line-height: 150%;
  margin-top: 0.5rem;
  font-size: 1rem;
}
.person-card-judge:has(.more-btn__hidden) {
  margin-bottom: 0;
}

.more-btn {
  border: none;
  color: #2484c6;
  background-color: #fff;
  margin: 0 0 1.5rem 0;
  padding: 0;
  text-decoration: underline;
}

.search-page {
  padding: 0;
  padding: 3rem 1rem;
}
.search-page ul {
  list-style-type: none;
  padding: 0;
}
.search-page ul li {
  list-style-type: none;
}
.search-page ul li::marker {
  content: "";
}

#search-details h2 {
  margin-top: 2rem;
}

.search__result-item {
  background-color: #f1f1f1;
  padding: 1rem;
  margin-bottom: 1rem;
}
.search__result-item:focus, .search__result-item:hover {
  background-color: #d9d9d9;
}

.sitemap__blob-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .sitemap__blob-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sitemap__blob-container .sitemap__blob-title {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.sitemap__blob-container .sitemap__blob-title::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.3rem;
}
.sitemap__blob-container .sitemap__blob-title.sitemap__blob-title--yellow::before {
  background-color: #ffcb05;
}
.sitemap__blob-container .sitemap__blob-title.sitemap__blob-title--purple::before {
  background-color: #8f53a1;
}
.sitemap__blob-container .sitemap__blob-title.sitemap__blob-title--green::before {
  background-color: #00b259;
}
.sitemap__blob-container .sitemap__blob-title.sitemap__blob-title--blue::before {
  background-color: #2484c6;
}

.sitemap__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .sitemap__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .sitemap__container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.sitemap__container .spacer {
  height: 1rem;
}

.sitemap__category h2.sitemap__category-title {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.sitemap__category h2.sitemap__category-title::before {
  content: "";
  display: inline-block;
  width: 0.35rem;
  height: 1.2rem;
  background-color: #2484c6;
  margin-right: 0.3rem;
  vertical-align: -2px;
}
.sitemap__category h2.sitemap__category-title--sub {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.sitemap__category ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0;
}
.sitemap__category ul li {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #666;
}
.sitemap__category ul li::marker {
  content: "";
}
.sitemap__category ul li a {
  text-decoration: none;
  color: #2484c6;
}
.sitemap__category ul li a:hover {
  text-decoration: underline;
}

.vacancy-card {
  text-decoration: none;
}
.vacancy-card span {
  font-weight: 500;
}
.vacancy-card:hover, .vacancy-card:focus {
  background-color: #f1f1f1;
  text-decoration: none;
}
.vacancy-card:hover .vacancy-card__job-title, .vacancy-card:focus .vacancy-card__job-title {
  text-decoration: underline;
}
.vacancy-card__details {
  background-color: #f4f4f4;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  border-left: 2px solid #2484c6;
}
.vacancy-card__job-title {
  font-weight: 500;
  color: #2484c6;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

.col-12:has(.watch__video-container) {
  padding-left: 0;
  padding-right: 0;
}

.watch__video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto 1rem;
  min-width: 390px;
  min-height: 220px;
}
.watch__video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (min-width: 768px) {
  .watch__video-container {
    min-width: none;
    min-height: none;
    height: auto;
    aspect-ratio: 16/9;
  }
  .watch__video-container iframe {
    width: 100%;
    height: 100%;
  }
}

.watch__description {
  margin: 1.5rem 0;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .watch__description {
    padding: 0;
  }
}

.watch__toggle-container {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.watch__toggle-wrapper {
  width: 2.5rem;
  height: 1.5rem;
  background-color: #cccccc;
  border-radius: 1.5rem;
  position: relative;
  cursor: pointer;
  transition: background-color 0.25s;
}
.watch__toggle-wrapper button {
  border: none;
}
.watch__toggle-wrapper.active {
  background-color: #2484c6;
}

.watch__transcript-link {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: left 0.25s;
}
.watch__transcript-link.active {
  left: 1.1875rem;
}

.watch__toggle-label {
  font-size: 0.8rem;
  color: #666;
  user-select: none;
  font-family: sans-serif;
}

.watch__transcript-item {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 1rem;
  background: #f4f4f4;
  border-top: 1rem solid #f4f4f4;
  border-bottom: 1rem solid #f4f4f4;
  font-size: 1rem;
  color: #666;
  transition: max-height 0.5s ease, opacity 0.3s ease, padding 0.3s ease;
}
.watch__transcript-item.open {
  max-height: 300px;
  opacity: 1;
  padding: 1rem;
  overflow-y: scroll;
}

.anchor-id:before {
  content: "";
  display: block;
  height: 100px;
  /* Header height */
  margin-top: -100px;
  /* Negative margin */
  border: 1px solid tomato;
}

.umb-block-grid__layout-item:has(> .anchor-id) {
  visibility: hidden;
  position: absolute;
}

.back-button__container {
  display: flex;
  justify-content: right;
}

#back-btn {
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0.25rem;
  transition: 0.3s;
  background-color: #2484c6;
  margin: 0 0 2rem auto;
}
#back-btn:hover {
  opacity: 0.7;
  background-color: #92c2e3;
}
#back-btn .btn__action-text {
  margin: 0 0.5rem 0.5rem 0;
}
#back-btn .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  position: relative;
  bottom: -0.4rem;
  left: 0.3rem;
  margin: 0;
  padding: 0;
}

.section-block--hidden {
  opacity: 0.5;
}
.section-block--align-content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.section-block--custom-view {
  border: 0.15rem #888 solid;
  padding: 2rem;
  margin: 2rem 0;
}

.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: var(--umb-block-grid--row-gap, 0);
}

.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(var(--umb-block-grid--item-column-span, 1) * 3, var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}

.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0);
}

.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(var(--umb-block-grid--area-column-span, 1) * 3, var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}

@media (min-width: 1024px) {
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }

  .umb-block-grid__area {
    grid-column-end: span var(--umb-block-grid--area-column-span, 1);
  }
}
/**** Custom additions to the default Grid Layout Stylehseet: ****/
/* additional CSS options for area-container and areas: */
.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  max-width: var(--my-container-max-width);
  padding: var(--my-container-padding);
  margin-left: auto;
  margin-right: auto;
  /* 08042025 SM - Narrower the gap for small screens */
  --umb-block-grid--areas-column-gap: 1rem;
  --umb-block-grid--areas-row-gap: 1rem;
}
@media (min-width: 576px) {
  .umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
    --umb-block-grid--areas-column-gap: 2rem;
    --umb-block-grid--areas-row-gap: 2rem;
  }
}

.umb-block-grid__area {
  justify-content: center;
}

/* 20022025 SM - Narrower the gap for small screens */
.umb-block-grid__layout-item[data-content-element-type-alias=oneColumnSectionBlock] .umb-block-grid__layout-container {
  --umb-block-grid--column-gap: 1rem;
  --umb-block-grid--row-gap: 1rem;
}

@media (min-width: 992px) {
  .umb-block-grid__layout-item[data-content-element-type-alias=oneColumnSectionBlock] .umb-block-grid__layout-container {
    --umb-block-grid--column-gap: 2rem;
    --umb-block-grid--row-gap: 2rem;
  }
}
/************ Overrides for area col span on mobile for certain block types **************************/
.umb-block-grid__layout-item[data-content-element-type-alias=objectiveMenuBlock] {
  grid-column-end: span min(var(--umb-block-grid--item-column-span, 1) * 4, var(--umb-block-grid--grid-columns));
}

/* 20022025 SM - Fix CLH top menu boxes width for small screens */
.umb-block-grid__layout-item[data-content-element-type-alias=objectiveMenuBlock] {
  grid-column-end: span min(var(--umb-block-grid--item-column-span, 1) * 2, var(--umb-block-grid--grid-columns));
}

@media (min-width: 992px) {
  .umb-block-grid__layout-item[data-content-element-type-alias=objectiveMenuBlock] {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
}
.umb-block-grid__layout-item[data-content-element-type-alias=objectivePromoBlock] {
  grid-column-end: span 6;
}

@media (min-width: 1024px) {
  .umb-block-grid__layout-item[data-content-element-type-alias=objectivePromoBlock] {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
}
@media (min-width: 768px) {
  .umb-block-grid__layout-item[data-content-element-type-alias=subMenuBlock] {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
}
.ng-binding h2,
.ng-binding h3,
.ng-binding h4,
.ng-binding p {
  color: inherit !important;
}

.section-block--top-align :first-child {
  margin-top: 0;
}

.hiddenBlock {
  opacity: 0.5;
}

.paddingTop1 {
  padding-top: 1rem;
}
.paddingTop2 {
  padding-top: 2rem;
}
.paddingTop3 {
  padding-top: 3rem;
}

.paddingBottom1 {
  padding-bottom: 1rem;
}
.paddingBottom2 {
  padding-bottom: 2rem;
}
.paddingBottom3 {
  padding-bottom: 3rem;
}

.paddingLeft1 {
  padding-left: 1rem;
}
.paddingLeft2 {
  padding-left: 2rem;
}
.paddingLeft3 {
  padding-left: 3rem;
}

.paddingRight1 {
  padding-right: 1rem;
}
.paddingRight2 {
  padding-right: 2rem;
}
.paddingRight3 {
  padding-right: 3rem;
}

.marginTop1 {
  margin-top: 1rem;
}
.marginTop2 {
  margin-top: 2rem;
}
.marginTop3 {
  margin-top: 3rem;
}

.marginBottom1 {
  margin-bottom: 1rem;
}
.marginBottom2 {
  margin-bottom: 2rem;
}
.marginBottom3 {
  margin-bottom: 3rem;
}

.marginLeft1 {
  margin-left: 1rem;
}
.marginLeft2 {
  margin-left: 2rem;
}
.marginLeft3 {
  margin-left: 3rem;
}

.marginRight1 {
  margin-right: 1rem;
}
.marginRight2 {
  margin-right: 2rem;
}
.marginRight3 {
  padding-right: 3rem;
}

.button-link {
  display: flex;
  flex-grow: 1;
  margin: 0 auto 1rem;
  padding: 0.5em 4rem;
  border: 1px solid;
  border-radius: 0.25rem;
  width: fit-content;
  font-family: sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.button-link--right {
  margin: 1rem 0 auto;
}
.button-link--centre {
  margin: 1rem auto;
}
.button-link--left {
  margin: 1rem auto 0;
}
.button-link--yellow {
  background: #ffcb05;
  border: 1px solid #ffcb05;
  color: #fff;
}
.button-link--yellow:hover {
  background: #fff9e6;
  color: #333;
}
.button-link--purple {
  background: #8f53a1;
  border: 1px solid #8f53a1;
  color: #fff;
}
.button-link--purple:hover {
  background: #fff;
  color: #8f53a1;
}
.button-link__container {
  display: flex;
  height: 100%;
  width: fit-content;
  margin: auto;
}
.button-link__container a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.button-link--green {
  background: #00b259;
  border: 1px solid #00b259;
  color: #fff;
}
.button-link--green:hover {
  background: #fff;
  color: #00b259;
}
.button-link--blue {
  background: #2484c6 !important;
  border: 1px solid #2484c6;
  color: #fff !important;
  transition: all 0.4s ease-out;
}
.button-link--blue:hover {
  background: #fff !important;
  color: #2484c6 !important;
}

/* Colours */
.cas-resources {
  box-sizing: border-box;
  /* Overwrite */
  /* Inner Contents menu*/
  /* Search box */
  /* Style for each box */
  /* Style for each box */
  /* Style for checkboxes */
  /* --- Search Hr --- */
  /* --- Search Result --- */
}
.cas-resources h1,
.cas-resources h2,
.cas-resources h3,
.cas-resources h4,
.cas-resources .Blue,
.cas-resources p {
  color: #004b84;
}
.cas-resources .blue-text {
  color: #0475c3 !important;
}
.cas-resources h1 {
  margin-bottom: 1rem;
}
.cas-resources h2 {
  font-size: 1.4rem;
  font-weight: 500;
}
.cas-resources p {
  line-height: 1.5;
}
.cas-resources a {
  text-decoration: none;
}
.cas-resources p a,
.cas-resources li a {
  text-decoration: underline;
  color: #0c65a3;
}
.cas-resources li {
  list-style: none;
}
.cas-resources .intro {
  font-size: 1.5rem;
  color: #004b84;
  line-height: normal !important;
}
.cas-resources .spacer {
  height: 2rem;
}
@media (min-width: 768px) {
  .cas-resources .clh .spacer {
    display: none;
  }
}
.cas-resources .gridRowInner {
  padding-right: unset !important;
  display: flex;
  flex-direction: column;
}
.cas-resources .gridRowInner p,
.cas-resources .gridRowInner li {
  color: #004b84;
}
@media (min-width: 576px) {
  .cas-resources .gridRowInner {
    flex-direction: row !important;
  }
}
@media (min-width: 768px) {
  .cas-resources .gridRowInner {
    flex-direction: row !important;
  }
}
.cas-resources .footerText > p:nth-child(2) {
  display: none;
}
.cas-resources .clh-content-menu {
  background-color: #fff;
  position: sticky;
  top: 6.3rem;
  z-index: 999;
}
@media (min-width: 576px) {
  .cas-resources .clh-content-menu {
    top: 7.8rem;
  }
}
@media (min-width: 768px) {
  .cas-resources .clh-content-menu {
    top: 8.1rem;
  }
}
@media (min-width: 992px) {
  .cas-resources .clh-content-menu {
    top: 6.6rem;
  }
}
.cas-resources .content-menu {
  width: 100%;
  margin: 0;
  padding: 0 0 0.5rem;
  display: block;
  background-color: #fff;
}
.cas-resources .content-menu ul {
  display: flex;
  align-items: start;
  list-style-type: none !important;
  margin: 0 auto;
  padding: 0;
}
.cas-resources .content-menu ul li {
  margin: 0 1rem 0 0;
  border-bottom: 0.2rem solid #fff;
  text-decoration: none !important;
  list-style: none;
  line-height: 1rem;
}
.cas-resources .content-menu ul li a {
  display: inline-block;
  font-size: 0.8rem;
  color: #004b84;
  text-decoration: none !important;
}
@media (min-width: 576px) {
  .cas-resources .content-menu ul li a {
    font-size: 1rem;
    line-height: 1.2rem;
  }
}
@media (min-width: 768px) {
  .cas-resources .content-menu ul li a {
    font-size: 1.2rem !important;
    line-height: 1.4rem !important;
  }
}
.cas-resources .content-menu ul li:not(.self) {
  position: relative;
  margin: 0 1rem 0 0;
  display: flex;
  border-bottom: 0.2rem solid #fff;
  transition: border-bottom 0.2s;
}
.cas-resources .content-menu ul li::before {
  content: " ";
  height: 0.8rem;
  width: 0.1rem;
  position: absolute;
  left: -0.5rem;
  top: 0.3rem;
  background-color: #004b84;
  vertical-align: middle;
}
.cas-resources .content-menu ul li:hover {
  border-bottom: 0.2rem solid #004b84;
}
.cas-resources .content-menu__top {
  font-weight: bold;
  font-size: 1.2rem !important;
  line-height: 1.5rem;
}
.cas-resources .content-menu__top::before {
  display: none;
}
.cas-resources .content-menu__self {
  border-bottom: 0.2rem solid #ffcb05 !important;
}
@media (min-width: 768px) {
  .cas-resources .content-menu ul {
    align-items: start;
  }
  .cas-resources .content-menu ul li a {
    font-size: unset;
    border-bottom: 0.3rem solid #fff;
  }
  .cas-resources .content-menu ul li a :hover {
    padding-bottom: 0.1rem;
    border-bottom: 0.2rem solid #004b84;
  }
  .cas-resources .content-menu ul li::before {
    content: " ";
    height: 0.8rem;
    width: 0.1rem;
    position: absolute;
    left: -1rem;
    top: 0.3rem;
    background-color: #004b84;
    vertical-align: middle;
  }
  .cas-resources .content-menu ul li:not(.self) {
    margin: 0 2rem 0 0;
  }
  .cas-resources .content-menu::before {
    display: none;
  }
  .cas-resources .content-menu__self {
    border-bottom: 0.2rem solid #ffcb05 !important;
  }
}
.cas-resources .content-menu ul {
  align-items: start;
}
.cas-resources .content-menu ul li a {
  font-size: unset;
  border-bottom: 0.3rem solid #fff;
}
.cas-resources .content-menu ul li a :hover {
  padding-bottom: 0.1rem;
  border-bottom: 0.2rem solid #004b84;
}
.cas-resources .content-menu ul li::before {
  content: " ";
  height: 0.8rem;
  width: 0.1rem;
  position: absolute;
  left: -1rem;
  top: 0.3rem;
  background-color: #004b84;
  vertical-align: middle;
}
.cas-resources .content-menu ul li:not(.self) {
  margin: 0 2rem 0 0;
}
.cas-resources .text-filter {
  background-color: #f4f4f4;
  display: inline-flex;
  width: 100%;
}
.cas-resources .text-filter__container {
  border: 2px solid #d9d9d9;
  margin-bottom: 0;
  min-height: 3rem;
  align-items: center;
}
.cas-resources .text-filter__container--inner {
  width: 100%;
  /* display: flex;
  align-items: center; */
  position: relative;
  display: inline-block;
}
.cas-resources .text-filter__container--inner > input {
  width: 100%;
  min-height: 3rem;
  padding-left: 1.4rem;
  border: none;
  background-color: #f4f4f4;
  font-size: 0.8rem;
}
@media (min-width: 576px) {
  .cas-resources .text-filter__container--inner > input {
    font-size: 1rem;
  }
}
.cas-resources .clear-button {
  position: absolute;
  right: 4px;
  appearance: none;
  border: none;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #999;
  background-color: transparent;
}
.cas-resources .clear-button :hover {
  color: #d9d9d9;
}
.cas-resources input[type=search i]::-webkit-search-cancel-button {
  display: none !important;
}
@media (min-width: 768px) {
  .cas-resources .clear-button {
    margin-right: 1.2rem;
  }
}
.cas-resources .box {
  width: 45%;
  /* Adjust the width as needed */
  /* border: 1px solid #ccc; */
  padding: 20px;
}
@media (min-width: 768px) {
  .cas-resources .text-filter__container--inner > input {
    font-size: 1rem;
  }
}
.cas-resources .clear-button {
  position: absolute;
  right: 4px;
  appearance: none;
  border: none;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: #999;
  background-color: transparent;
}
.cas-resources .clear-button :hover {
  color: #d9d9d9;
}
.cas-resources input[type=search i]::-webkit-search-cancel-button {
  display: none !important;
}
@media (min-width: 768px) {
  .cas-resources .clear-button {
    margin-right: 1.2rem;
  }
}
.cas-resources .box {
  width: 45%;
  /* Adjust the width as needed */
  /* border: 1px solid #ccc; */
  padding: 20px;
}
.cas-resources .filter-console {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.cas-resources .filter-group {
  padding: 1rem;
}
.cas-resources .filter-group p {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 0.5rem;
  color: #004b84;
}
.cas-resources .filter-group .checkbox-group {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.cas-resources .filter-group .container1 {
  white-space: nowrap;
  color: #004b84;
  font-weight: 600;
  line-height: 2.4rem;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1rem;
  margin-right: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.cas-resources .filter-group .container1 input {
  margin-right: 0.4rem;
  width: 1.4rem;
  min-width: 1.4rem;
  height: 1.4rem;
  min-height: 1.4rem;
  accent-color: #004b84;
}
.cas-resources .filter-group .checkbox-button {
  margin: 5px 0;
}
@media (min-width: 768px) {
  .cas-resources .filter-console {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .cas-resources .filter-group__topicCategory {
    flex: 1 1 50%;
    /* Left column */
  }
  .cas-resources .filter-group__right-column {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    /* Right column */
  }
  .cas-resources .filter-group__userType, .cas-resources .filter-group__tag {
    flex: 1 1 100%;
    /* Right column */
  }
}
@media (min-width: 992px) {
  .cas-resources .filter-console {
    display: flex;
    gap: 2rem;
  }
  .cas-resources .filter-group p {
    font-size: 1.6rem;
  }
  .cas-resources .filter-group__topicCategory {
    flex: 1 1 auto;
  }
  .cas-resources .filter-group__right-column {
    flex-direction: row;
    gap: 2rem;
  }
  .cas-resources .filter-group__userType, .cas-resources .filter-group__tag {
    flex: 1 1 auto;
  }
}
.cas-resources .search__hr {
  border: none;
  border-top: 2px solid #666;
  margin: 0 0 2rem;
}
.cas-resources .search-result {
  background-color: #f8f8f8;
  display: flex;
  padding: 1rem 1rem 0;
  margin: 1rem auto;
}
.cas-resources .search-result.preview-error {
  background-color: #ff4c4c !important;
}
.cas-resources .search-result--highlighted {
  border-left: 4px solid #0065bd;
  padding-left: 0.75rem;
}
.cas-resources .search-result__thumbnail {
  margin-right: 1rem;
}
.cas-resources .search-result__thumbnail-image {
  display: block;
  width: 100%;
}
.cas-resources .search-result__thumbnail[src*=".svg"] {
  outline: none;
}
.cas-resources .search-result__thumbnail-link {
  display: block;
  width: 4rem;
}
.cas-resources .search-result__content {
  flex-grow: 1;
}
.cas-resources .search-result__title {
  display: inline-block;
  font-weight: 700;
  color: #0475c3;
  background-color: transparent;
}
.cas-resources .search-result .badge {
  margin-bottom: 1rem;
}
.cas-resources .search-result p {
  margin-bottom: 0.6rem;
}
.cas-resources .search-result__thumbnail-link {
  width: 3rem;
}
@media (min-width: 768px) {
  .cas-resources .search-result__thumbnail-link {
    width: 4rem;
  }
}
.cas-resources .search-result .visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.cas-resources .search-result .ds_metadata {
  line-height: 1.5rem;
  font-size: 0.875rem;
  margin: 0;
  overflow: hidden;
}
.cas-resources .search-result .ds_metadata__key {
  display: inline;
  font-weight: normal;
}
.cas-resources .search-result .ds_metadata__value {
  display: inline;
  font-weight: 400;
  margin-left: 0;
}
.cas-resources .search-result .ds_metadata__value a {
  font-weight: 400;
}
.cas-resources .search-result .ds_metadata--inline {
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #727272;
  margin-bottom: 0.5rem;
}
.cas-resources .search-result .ds_metadata__item {
  display: inline;
  position: relative;
}
.cas-resources .search-result .ds_metadata__item:not(:first-child) {
  margin-left: 0.25em;
  padding-left: calc(0.5em + 1px);
}
.cas-resources .search-result .ds_metadata__item:not(:first-child)::before {
  background: currentColor;
  content: "";
  height: calc(1em - 1px);
  left: 0;
  position: absolute;
  top: 2px;
  width: 1px;
}

/* Community Litter Hub - Link Box Block */
.link-box-block {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  /* Three link-box-block in a row */
}
@media (min-width: 768px) {
  .link-box-block {
    flex-direction: row;
  }
}
.link-box-block__media {
  margin: 0 auto;
  padding: 1rem 0 1rem 1rem;
  width: 14rem;
}
.link-box-block__text {
  order: 2;
  display: flex;
  padding: 1rem;
  width: 100%;
  height: 100%;
  color: #004b84;
  position: relative;
  flex-direction: column;
}
.link-box-block__text h2 {
  margin-top: 0;
}
.link-box-block__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #004b84;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.link-box-block__description {
  display: flex;
  flex-grow: 1;
  height: 100%;
  font-size: 1rem;
  margin: 0 0 1rem;
  word-wrap: anywhere;
}
.link-box-block__button {
  display: block;
  background: #004b84;
  width: fit-content;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 1rem;
  border-radius: 1.5rem;
  border: 4px solid #ffcb05;
  margin: 1rem 0 0 auto;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .link-box-block__button {
    margin: 0 0 0 auto;
  }
}
.link-box-block__button:hover {
  background: #ffcb05;
  color: #004b84;
  border: 4px solid #fff;
  font-weight: 600;
}
.link-box-block__three::before {
  content: "";
  display: block;
}
.link-box-block .badge {
  margin: 0 0.3rem 0.5rem 0;
}

/* Medium screens */
/* Medium screens */
/* Community Litter Hub - Objective Menu Block */
.objective__box {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.objective__box img {
  width: 100%;
  max-width: 100%;
}
.objective__box--yellow .objective__media {
  border-bottom: #ffcb05 0.5rem solid;
  order: 1;
  object-fit: cover;
}
.objective__box--yellow .objective__media img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.objective__box .objective__text {
  order: 2;
  margin-top: 0.5rem;
  color: #004b84;
  font-weight: 600;
  text-decoration: none;
}
.objective__box a {
  color: #2484c6;
  font-weight: 500;
  text-decoration: none;
}
.objective__box a:link {
  text-decoration: none !important;
}
.objective__box a:hover {
  text-decoration: underline;
}
.objective__box-row {
  flex-direction: row !important;
  flex-wrap: wrap;
}

/* Community Litter Hub - Sub Menu Block */
.resource-link {
  margin: 3rem 0;
  width: 100%;
  background-color: #004b84;
  display: flex;
  flex-direction: column;
}
.resource-link__text {
  width: 100%;
  position: relative;
  order: 2;
  padding: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.resource-link__title {
  color: #fff !important;
  font-size: 1.5rem !important;
  font-weight: 500;
  padding: 2rem 2rem 0;
}
@media (min-width: 576px) {
  .resource-link__title {
    padding: 1rem 2rem 0;
  }
}
.resource-link__description {
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 100%;
  color: #fff !important;
}
.resource-link__description p {
  color: #fff !important;
}
.resource-link__button {
  display: block;
  background: #fff;
  width: fit-content;
  color: #004b84;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  padding: 0.4rem 1rem;
  border-radius: 1.5rem;
  border: 4px solid #ffcb05;
  margin: 0 0 0 auto;
}
.resource-link__button:hover {
  background: #ffcb05;
  color: #004b84;
  border: 4px solid #fff;
}
.resource-link__media {
  width: 100%;
  overflow: hidden;
  border-bottom: 8px solid #ffcb05;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  order: 1;
}
.resource-link img {
  vertical-align: bottom;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* Tablet, Smartphone */
@media (min-width: 768px) {
  .resource-link {
    flex-direction: row;
  }
  .resource-link__text {
    width: 60% !important;
  }
  .resource-link__media {
    width: 40% !important;
  }
}
/* Community Litter Hub - Sub Menu Block */
/*Sub Menu Block (horizontal - column span 6)*/
.sub-menu-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
}
.sub-menu-block__description {
  display: flex;
  line-height: normal !important;
  flex: 1;
}
.sub-menu-block__media {
  order: 1;
  /* height: 100%; */
  overflow: hidden;
  border-bottom: 0.5rem solid #ffcb05;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  aspect-ratio: 1/1;
}
.sub-menu-block__media img {
  width: 100%;
  height: 100% !important;
  vertical-align: bottom;
  object-fit: cover;
}
.sub-menu-block__text {
  order: 2;
  padding: 1rem;
  color: #004b84;
  display: flex;
  flex-direction: column;
}
.sub-menu-block__text h2 {
  margin-top: 0;
}
.sub-menu-block__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #004b84;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.sub-menu-block__description {
  font-size: 0.9rem;
  color: #004b84;
  line-height: 1.5rem;
  margin: 0 0 1rem;
  flex: 1;
  overflow: hidden;
}
.sub-menu-block__button {
  display: block;
  background: #004b84;
  width: fit-content;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  padding: 0.4rem 1rem;
  border-radius: 1.5rem;
  border: 4px solid #ffcb05;
  margin: 0 0 0 auto;
  flex-shrink: 0;
}
.sub-menu-block__button:hover {
  background: #ffcb05;
  color: #004b84;
  border: 4px solid #fff;
  font-weight: 600;
}

@media (min-width: 768px) {
  .sub-menu-block {
    flex-direction: row;
  }
  .sub-menu-block__text {
    width: calc(100% - 2rem) !important;
  }
  .sub-menu-block__media {
    width: 50%;
  }
  .sub-menu-block__media img {
    max-width: unset !important;
  }
}
@media (min-width: 992px) {
  .sub-menu-block__media {
    width: 100%;
  }
}
/*Sub Menu Block (vertical - column span 4)*/
.sub-menu-block--three {
  display: flex;
  flex-direction: column !important;
  background-color: #f4f4f4;
}
.sub-menu-block--three .sub-menu-block__text {
  order: 2;
  width: 100% !important;
  height: 14rem;
}
.sub-menu-block--three .sub-menu-block__media {
  order: 1;
  width: 100%;
  aspect-ratio: 4/3;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin: 1.5rem auto;
  color: #666;
}
.contact-card__photo {
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.contact-card__photo img {
  vertical-align: top;
  margin: 0 auto;
}
.contact-card__info {
  width: 100%;
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 0.5rem;
}
.contact-card__info--title {
  color: #2484c6;
  font-size: 1.4rem;
  margin: 0;
}
.contact-card__info--name {
  color: #8f53a1;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
}
.contact-card__info--job-title {
  font-size: 1.2rem;
}
.contact-card__info--email {
  font-size: 0.8rem;
  margin-top: 0.8rem;
}
.contact-card__info--email svg {
  width: 0.8rem;
}

@media (min-width: 768px) {
  .contact-card {
    flex-direction: row;
    justify-content: center;
    margin: 0.5rem auto;
  }
  .contact-card__photo {
    height: 100%;
    width: 20%;
  }
  .contact-card__info {
    width: 75%;
    text-align: left;
    margin-top: 0;
  }
  .contact-card__info--title {
    font-size: 1rem;
  }
  .contact-card__info--name {
    font-size: 1.5rem;
  }
  .contact-card__info--job-title {
    font-size: 0.8rem;
  }
  .contact-card__info--email {
    font-size: 0.6rem;
  }
}
@media (min-width: 1200px) {
  .contact-card--large .contact-card__photo {
    width: 15%;
  }
  .contact-card--large .contact-card__info {
    width: 85%;
  }
  .contact-card--large .contact-card__info--title {
    font-size: 1.5rem;
  }
  .contact-card--large .contact-card__info--name {
    font-size: 2rem;
  }
  .contact-card--large .contact-card__info--job-title {
    font-size: 1rem;
  }
  .contact-card--large .contact-card__info--email {
    font-size: 0.8rem;
  }
}
.content-box {
  padding: 0;
  display: flex;
  flex-direction: column;
  color: #666;
  height: 100%;
}
.content-box--small {
  flex-direction: column;
}
.content-box--small .content-box__textarea {
  display: flex;
  align-items: center;
}
.content-box--small img {
  margin: auto;
  min-width: unset;
  width: 100%;
}
.content-box__textarea {
  margin-left: unset;
  order: 1;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 768px) {
  .content-box__textarea {
    padding: 0;
  }
}
.content-box__textarea--title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #2484c6;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content-box__textarea--description {
  color: #333;
}
.content-box__textarea--description a {
  color: #2484c6;
}
.content-box__textarea--description h3 {
  margin-top: 0;
}
.content-box__textarea--description h2 {
  margin-top: 0;
}
.content-box__textarea--description p {
  margin-bottom: 0;
}
.content-box__textarea figure {
  margin: 0 !important;
}
.content-box__media {
  display: flex;
  align-items: start;
  width: 100%;
  overflow: hidden;
}
.content-box__media--caption {
  font-style: italic;
  font-size: 0.9rem;
  color: #666;
  line-height: 0.9rem;
  margin-top: 0.6rem;
}
.content-box__media img {
  object-fit: cover;
}

.content-box--large figure {
  margin: 0 !important;
}

@media (min-width: 768px) {
  .content-box--large {
    /* Image position: Left */
    /* Image position: Right */
  }
  .content-box--large.col-12 figure {
    margin-right: 1rem !important;
    width: 40%;
  }
  .content-box--large:is(.has-bgcolour) {
    padding: 1rem;
  }
  .content-box--large.content-box__left {
    flex-direction: row !important;
  }
  .content-box--large.content-box__left .content-box__media {
    margin-right: 1rem !important;
    margin-left: 0 !important;
  }
  .content-box--large.content-box__right {
    flex-direction: row-reverse !important;
  }
  .content-box--large.content-box__right .content-box__media {
    margin-right: 0 !important;
    margin-left: 1rem !important;
  }
}

/* Content block in Theme Page */
.content-box--small.theme-page-block {
  padding: 0.5rem;
  flex-direction: row !important;
}
.content-box--small.theme-page-block img {
  width: 60%;
}

/* Laptop */
.content-box-v {
  display: flex;
  flex-direction: column;
  color: #666;
  width: 100%;
}
.content-box-v__textarea {
  margin-top: 1rem;
  order: 1;
  width: 100%;
}
.content-box-v__textarea--title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #2484c6;
  margin-bottom: 1rem;
}
.content-box-v__textarea--title h4 {
  margin-top: 2rem;
}
.content-box-v__textarea--description {
  color: #333;
}
.content-box-v__textarea--description a {
  color: #2484c6;
}
.content-box-v__textarea--description h3 {
  margin-top: 0;
}
.content-box-v__textarea--description h2 {
  margin-top: 0;
}
.content-box-v__media {
  width: 100%;
  overflow: hidden;
}
.content-box-v__media--caption {
  font-style: italic;
  font-size: 0.9rem;
  color: #666;
  line-height: 0.9rem;
}
.content-box-v__media img {
  width: 100%;
  object-fit: contain;
}
.content-box-v--large {
  flex-direction: column;
}
.content-box-v--large figure {
  margin: 0;
}

@media (min-width: 576px) {
  .content-box-v {
    flex-direction: row;
  }
  .content-box-v__textarea {
    margin: 0 0 0 1rem;
    width: 65%;
  }
  .content-box-v__media {
    width: 35%;
    min-width: 200px;
  }
}
/* Laptop */
@media (min-width: 992px) {
  .content-box-v {
    flex-direction: column;
    width: 100%;
  }
  .content-box-v__media {
    width: 100%;
    min-width: 200px;
  }
  .content-box-v__textarea {
    margin: 1rem 0 0;
    width: 100%;
  }
}
.fullwidth-cta {
  border: black px solid;
}
.fullwidth-cta__container {
  display: flex;
}
.fullwidth-cta--large-image .fullwidth-cta__container {
  flex-direction: column-reverse;
}
.fullwidth-cta--large-image .fullwidth-cta__text {
  display: flex;
  font-size: 1.5rem;
  justify-content: end;
  color: #666;
}
.fullwidth-cta--large-image .fullwidth-cta__image {
  flex-basis: 100%;
}
.fullwidth-cta--large-text {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.fullwidth-cta--large-text .blur {
  position: absolute;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
}
.fullwidth-cta--large-text .container {
  backdrop-filter: opacity(0.5);
}
.fullwidth-cta--large-text .fullwidth-cta__container {
  flex-direction: column;
}
@media (min-width: 992px) {
  .fullwidth-cta--large-text .fullwidth-cta__container {
    flex-direction: row;
  }
}
.fullwidth-cta--large-text .fullwidth-cta__text {
  background-color: #00b259;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-basis: 50%;
  font-size: 3rem;
}
.fullwidth-cta--large-text .fullwidth-cta__image {
  flex-basis: 50%;
}

/*.image-gallery {
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 0;
    gap: 1.4rem 1.2rem;*/
.gallery__container {
  --gap: 1rem;
  display: inline-flex;
  flex-wrap: wrap;
  padding-inline-start: 0;
  margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
  width: calc(100% + var(--gap) * 2);
  /*        height: 18vh;*/
  /*line-height: 0.9rem;*/
  /*
      .image-gallery__caption {
          margin: 0;
          padding: 0;
          font-size: 0.8rem;
          color: a.$text-light-color;
      }
  }*/
}
.gallery__container > * {
  margin: var(--gap) 0 0 var(--gap);
}
.gallery__container .gallery__item {
  width: 30% !important;
}
.gallery__container img {
  display: block;
  object-fit: cover;
  height: 100%;
  min-width: 30% !important;
}

.promoContainerBox {
  display: block;
}
.promoContainerBox a:hover .promoTitle,
.promoContainerBox a:focus .promoTitle {
  text-decoration: underline;
}

.promoFlex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 576px) {
  .promoFlex {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem 1rem;
  }
}

.promo50Width {
  width: 100%;
}
@media (min-width: 576px) {
  .promo50Width {
    width: calc(50% - 0.75rem);
  }
}
.promo50Width.promoContainerBox {
  display: flex;
  position: relative;
}
.promo50Width.promoContainerBox a {
  display: flex;
  flex-direction: column;
}

.promoTextBottomRight {
  bottom: 0;
  right: 0;
}

.promoTitleContainer {
  padding: 1em;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media (min-width: 576px) {
  a.promoContainerBox:hover > .promoTitleContainer {
    text-decoration: underline;
  }
}

.promoTitle {
  font-size: 1.25em;
  font-weight: 500;
}

.promoAction {
  margin-top: 1rem;
}

.promoImgContainer img {
  border: 0;
  image-orientation: none;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}

.heading-left {
  text-align: left;
}

.heading-centre {
  text-align: center;
}

.fullwidth-promo {
  width: 100%;
}
.fullwidth-promo__container {
  width: 100%;
  position: relative;
}
.fullwidth-promo__text {
  background-color: #2484c6;
  position: absolute;
  margin: auto;
  height: 10em;
  width: 15rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f1f1f1;
  align-items: center;
  display: flex;
  justify-content: center;
}
.fullwidth-promo__left {
  position: absolute;
  width: 20%;
  right: 0;
  height: 100%;
}
.fullwidth-promo__right {
  position: absolute;
  width: 20%;
  left: 0;
  height: 100%;
}

/* slightly transparent fallback */
.blur-item {
  background-color: rgba(255, 255, 255, 0.5);
}

/* if backdrop support: very transparent and blurred */
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .blur-item {
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(2em);
    backdrop-filter: blur(2em);
  }
}
.landing-promo {
  width: 100%;
}
.landing-promo__image {
  width: 100%;
  position: relative;
}
.landing-promo__tag {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #2484c6;
  color: #fff;
  padding: 0.25rem;
}
.landing-promo__title {
  color: #2484c6;
  font-weight: 500;
  padding: 1rem 0;
}
.landing-promo__text {
  color: #666;
  font-weight: 300;
}

.landing-promo-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.promo-col-2 {
  flex-basis: 47%;
  /*  width: 50%;
    display: inline-block;*/
  /*background-color: green;*/
}

.promo-col-3 {
  flex-basis: 30%;
  /*  width: 33.33%;
  display: inline-block;*/
  /*background-color: pink;*/
}

.promo-col-4 {
  flex-basis: 23%;
  /*  width: 33.33%;
  display: inline-block;*/
  /*background-color: pink;*/
}

.image-block {
  margin: auto;
  width: calc(100% - 2rem);
}
.image__caption {
  font-size: 0.8rem;
  color: #808080;
  font-style: italic;
}
.image__alignment {
  display: block;
}
.image__alignment--left {
  text-align: left;
}
.image__alignment--centre {
  text-align: center;
  margin: 0 auto;
}
.image__alignment--right {
  text-align: right;
}

.image-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
}

.image-card__content {
  padding: 0.5rem;
}

.image-card__caption {
  color: #808080;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.image-card--medium {
  height: auto;
  flex-direction: column;
}

.image-card--large {
  height: 100%;
}

/*.image-gallery {
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 0;
    gap: 1.4rem 1.2rem;*/
.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1rem;
}
.image-gallery > li {
  position: relative;
  list-style: none;
}
.image-gallery > li::marker {
  content: "";
}
.image-gallery__item {
  height: 12rem;
}
.image-gallery__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.image-gallery__item .image-gallery__caption {
  font-size: 0.7rem;
  padding: 0.1rem;
  font-style: italic;
}

.image-hover__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-hover__container:hover .image-hover__title {
  opacity: 0;
}
.image-hover__container:hover .image-hover__overlay {
  opacity: 1;
}
.image-hover__title {
  display: flex;
  position: absolute;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  text-shadow: 0.1rem 0.1rem 0.2rem #000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 1rem;
  justify-content: center;
  align-items: center;
}
.image-hover__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.image-hover__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 132, 198, 0.9);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.image-hover__figure {
  margin: 0;
  font-size: 6rem;
  color: #fff !important;
  line-height: 1;
}
.image-hover__text {
  margin: 0;
  padding: 0 1rem;
  font-size: 1.5rem;
  color: #fff !important;
  line-height: 1.2;
}

@media (max-width: 991.98px) {
  .umb-block-grid__layout-item:has(.image-hover__container) {
    --umb-block-grid--item-column-span: 4 !important;
  }

  .image-hover__container--43 {
    aspect-ratio: 4/3;
  }

  .image-hover__text {
    line-height: 1.5;
  }
}
.image-link {
  width: 100% !important;
}
.image-link__container {
  cursor: pointer;
  background-color: #000;
  float: left;
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.image-link__image {
  position: relative;
  object-fit: cover;
  height: inherit;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.image-link__image:hover {
  opacity: 0.5;
}
.image-link__title {
  position: absolute;
  text-align: center;
  z-index: 2;
  width: inherit;
  font-size: 1.4rem;
  color: #fff;
  padding: 1rem;
}

@media (max-width: 575.98px) {
  .image-link__container {
    float: none;
    width: 100%;
  }
  .image-link__container img {
    width: 100%;
  }
}
/* 28022025 SM - Responsive layout fix */
.umb-block-grid__layout-item[data-content-element-type-alias=imageLinkBlock]:has(.image-link__container) {
  --umb-block-grid--item-column-span: 4 !important;
}

.infographic__container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  color: #2484c6;
  background: #f4f4f4;
  display: flex;
  flex-direction: column;
}
.infographic__image {
  width: 40px;
  margin: 0 auto 1rem;
  order: 1;
}
.infographic__comparison {
  font-size: 1rem;
  order: 2;
}
.infographic__comparison--blank {
  display: block;
  height: 0;
  order: 3;
}
.infographic__figure {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: bold;
  order: 4;
}
.infographic__unit {
  font-size: 1.6rem;
  margin: -0.5rem 0 1rem;
  order: 5;
}
.infographic__description {
  font-size: 1rem;
  order: 6;
}

.infographic__container--blue {
  color: #fff;
  background: #2484c6;
}
.infographic__container--blue p {
  color: #fff;
}

.infographic__container--grey {
  color: #2484c6;
  background: #f4f4f4;
}

.infographic__container--grey {
  width: calc(140% - 1rem) !important;
  padding: 1rem 0 !important;
}

@media (min-width: 992px) {
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns)) !important;
  }

  .infographic__comparison--blank {
    height: 1.5rem;
  }

  .infographic__container--grey {
    width: 100% !important;
    padding: 0 !important;
  }
}
.job-card {
  width: 100%;
  background: #f1f1f1;
  padding: 1rem;
  border-left: 2px solid #2484c6;
  color: #2484c6;
}
.job-card a {
  text-decoration: none;
  color: #2484c6;
}
.job-card__title {
  font-size: 1.4rem;
}
.job-card__item--name {
  font-weight: 500;
}
.job-card:hover {
  background: #d9d9d9;
}
.job-card:hover .job-card__title {
  text-decoration: underline;
}

a:has(.link-card) {
  text-decoration: none !important;
}

.link-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  background-color: #f1f1f1;
  color: #666;
  height: 100%;
}
.link-card:hover {
  background-color: #d9d9d9;
}
.link-card:hover:not(p) {
  text-decoration: none;
}
.link-card__content {
  order: 2;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.link-card__textarea {
  flex: 1 1 auto;
  order: 1;
  padding: 1.5rem 1rem;
  width: 100%;
  height: auto;
  text-align: center;
}
.link-card__textarea--title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #2484c6;
  line-height: 1.4rem;
  order: 2;
}
.link-card__textarea--description {
  color: #666;
  order: 3;
  height: 100%;
}
.link-card__action {
  padding: 1rem;
  background-color: #2484c6;
  color: #fff;
  text-align: center;
  bottom: 0;
  order: 4;
  font-weight: bold;
}
.link-card__action a {
  color: #fff;
}
.link-card__action p {
  color: #fff;
}
.link-card__media {
  order: 0;
  width: 100%;
  overflow: hidden;
}
.link-card__media img {
  width: 100%;
  object-fit: cover;
}
.link-card .left {
  text-align: left;
}
.link-card .centre {
  text-align: center;
}
.link-card--large {
  flex-direction: row;
}
.link-card--large .link-card__textarea {
  width: auto;
}
.link-card--large .link-card__action {
  padding: 0.3rem;
}
.link-card--large .link-card__media {
  width: 45%;
  overflow: hidden;
}
.link-card--medium, .link-card--small {
  height: 100%;
  flex-direction: column;
}
.link-card--medium__media, .link-card--small__media {
  order: 1;
  width: 100%;
  overflow: hidden;
}
.link-card .hide {
  display: none;
}

/* Tablet, Desktop */
@media (max-width: 767.98px) {
  .umb-block-grid__layout-item[data-content-element-type-alias=linkCardBlock] {
    --umb-block-grid--item-column-span: 12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .umb-block-grid__layout-item[data-content-element-type-alias=linkCardBlock] {
    --umb-block-grid--item-column-span: 2 !important;
  }
}
.logo-gallery {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
}
.logo-gallery__container {
  margin: 1rem 0 0 2rem;
}
.logo-gallery__image {
  max-height: 5rem;
}
.logo-gallery.left {
  justify-content: left;
}
.logo-gallery.centre {
  justify-content: center;
}
.logo-gallery.right {
  justify-content: right;
}

.objective-box--blue .objective-box__image {
  border-bottom: 0.5rem solid #2484c6;
}
.objective-box--green .objective-box__image {
  border-bottom: 0.5rem solid #00b259;
}
.objective-box--yellow .objective-box__image {
  border-bottom: 0.5rem solid #ffcb05;
}
.objective-box--purple .objective-box__image {
  border-bottom: 0.5rem solid #8f53a1;
}
.objective-box .objective-box__title {
  color: #2484c6;
  font-weight: 600;
  font-size: 1.5rem;
}

.umb-block-grid__layout-item:has(> section.hide-section) {
  display: none;
}

.umb-block-grid__layout-item[data-content-element-type-alias=oneColumnSectionBlock] .umb-block-grid__layout-container {
  --umb-block-grid--column-gap: 1rem;
  --umb-block-grid--row-gap: 1rem;
}

/* Original */
.promo-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  color: #000;
}
.promo-card__content {
  padding: 1rem;
}
.promo-card__text {
  min-height: 6rem;
}
.promo-card--medium {
  height: auto;
  flex-direction: column;
}
.promo-card--large {
  height: 100%;
}

/* 20230425 SM */
.quote {
  display: flex;
  flex-direction: row;
}
.quote__text {
  order: 2;
  margin: 0;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: normal;
}
.quote__word {
  order: 1;
  display: flex;
  position: relative;
  padding: 1rem 1.5rem;
}
.quote__word--start {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 7rem;
}
.quote__word--end {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 7rem;
}
.quote__word--content {
  color: #2484c6 !important;
  z-index: 1;
}
.quote__attribute {
  margin: 1rem auto 0;
  padding: 0 1rem;
  color: grey;
  font-size: 1rem;
  text-align: right;
}
.quote__media {
  display: none;
  aspect-ratio: 4/3;
}

.display-on {
  display: block;
}

.resource-item a {
  display: flex;
  margin-bottom: 1rem;
}
.resource-item a:hover, .resource-item a:focus {
  text-decoration: none;
}
.resource-item:hover .resource-item__details, .resource-item:focus .resource-item__details {
  background-color: #d9d9d9;
}
.resource-item:hover .resource-item__title, .resource-item:focus .resource-item__title {
  text-decoration: underline;
}
.resource-item__image {
  flex-basis: 30%;
}
.resource-item__image img {
  box-sizing: border-box;
  width: 100%;
  display: block;
}
.resource-item__details {
  flex-basis: 70%;
  background-color: #f4f4f4;
  flex-grow: 1;
  padding: 1rem;
}
.resource-item__title {
  color: #2484c6;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.resource-item__desc {
  color: #333;
}

/*SOCIAL MEDIA*/
.social-media-row {
  margin: 0 auto;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.social-media-row__icons {
  display: inline-block;
  /*  margin-left: auto;
    margin-right: auto;*/
  justify-content: center;
}
.social-media-row__icons a {
  flex: 1;
  flex-basis: 20%;
}
.social-media-row__icons a:hover > svg {
  color: #2484c6;
}
.social-media-row__icons svg {
  font-size: 4em;
  height: 2rem;
  width: 2rem;
  color: #666;
}

.spacer {
  width: 100%;
  height: 2rem;
}

.text-wrap picture,
.text-wrap figure {
  float: left;
  width: 30%;
  height: auto;
  min-width: unset;
  margin: 0 1rem 0.2rem 0;
}

.text-wrap__image--right picture,
.text-wrap__image--right figure {
  float: right;
}

.text-wrap__image--small picture,
.text-wrap__image--small figure {
  width: 40%;
}

.text-wrap__image--medium picture,
.text-wrap__image--medium figure {
  width: 40%;
}

.text-wrap__image--large picture,
.text-wrap__image--large figure {
  width: 40%;
}

@media (min-width: 576px) {
  .text-wrap__image--small picture,
.text-wrap__image--small figure {
    width: 15%;
  }

  .text-wrap__image--medium picture,
.text-wrap__image--medium figure {
    width: 22.5%;
  }

  .text-wrap__image--large picture,
.text-wrap__image--large figure {
    width: 30%;
  }
}
.text-wrap__image--right picture,
.text-wrap__image--right figure {
  margin: 0 0 0.2rem 1rem;
}

.text-wrap picture::after,
.text-wrap figure::after {
  content: "";
  display: block;
  clear: both;
}

.text-wrap h3 {
  font-weight: 400;
}

.clh .umb-block-grid__layout-item[data-content-element-type-alias=textWrapBlock] {
  --umb-block-grid--row-gap: 1rem !important;
}

.theme-row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .theme-row {
    flex-direction: row;
  }
}
.theme-row__details {
  flex-basis: 100%;
  background-color: #f1f1f1;
}
@media (min-width: 768px) {
  .theme-row__details {
    background-color: #fff;
    flex-basis: 30%;
    border-left: 0.5rem solid #2484c6;
  }
}
@media (min-width: 992px) {
  .theme-row__details {
    flex-basis: 40%;
  }
}
.theme-row__theme-title {
  width: 100%;
  background-color: #2484c6;
  color: #fff;
  padding: 0.5rem;
}
@media (min-width: 768px) {
  .theme-row__theme-title {
    background-color: #fff;
    color: #2484c6;
  }
}
.theme-row__theme-title a {
  color: inherit;
  font-size: 2rem;
  /* 24072024 added by SM */
}
.theme-row__theme-description {
  padding: 0.5rem;
}
.theme-row__activity-list {
  flex-basis: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .theme-row__activity-list {
    flex-basis: 70%;
  }
}
@media (min-width: 992px) {
  .theme-row__activity-list {
    flex-basis: 60%;
  }
}
@media (min-width: 768px) {
  .theme-row__activity-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.activity-item {
  background-color: #f1f1f1;
  width: 100%;
}
.activity-item__title {
  padding: 1rem;
  min-height: 2rem;
}

.video {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 1rem 0;
}
.video__text {
  display: flex;
  flex-direction: column;
  order: 2;
  width: 100%;
  padding: 0.5rem;
  font-size: 0.8rem;
}
.video__text p {
  margin-bottom: 0;
}
.video__media {
  display: flex;
  order: 1;
  aspect-ratio: 16/9;
}
.video__media iframe {
  width: 100%;
  height: 100%;
}

/* 19072024 SM - To remove margin-top within RTE*/
.no-margin-top h2,
.no-margin-top h3,
.no-margin-top h4 {
  margin-top: 0 !important;
}

/*# sourceMappingURL=style.min.css.map*/
