@charset "UTF-8";
/* ==========================================================================
# Main Stylesheet
========================================================================== */
/* Settings
========================================================================== */
/* ==========================================================================
   # Variables
   ========================================================================== */
/* Colours
   ========================================================================== */
/* Directories
   ========================================================================== */
/* Options
   ========================================================================== */
/* Fonts
   ========================================================================== */
@font-face {
  font-family: "chronicle_displayroman";
  src: url("../fonts/chronicle_display_roman-webfont.woff2") format("woff2"), url("../fonts/chronicle_display_roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "calluna_sansregular";
  src: url("../fonts/callunasansregular-webfont.woff2") format("woff2"), url("../fonts/callunasansregular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "calluna_sansbold";
  src: url("../fonts/callunasansbold-webfont.woff2") format("woff2"), url("../fonts/callunasansbold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "calluna_sanslight";
  src: url("../fonts/callunasanslight-webfont.woff2") format("woff2"), url("../fonts/callunasanslight-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "calluna_sanssemibold";
  src: url("../fonts/callunasanssemibold-webfont.woff2") format("woff2"), url("../fonts/callunasanssemibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --rw-color-primary: red;
}

/* Tools
    ========================================================================== */
/* Layout & components
    ========================================================================== */
:root,
[data-bs-theme=light] {
  --bs-white: #fff;
  --bs-black: #222;
  --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: #2A2B7C;
  --bs-primary-burgundy: #961844;
  --bs-secondary-1: #009FE3;
  --bs-secondary-2: #EC6608;
  --bs-secondary-3: #009870;
  --bs-secondary-4: #E6007E;
  --bs-lightblue: #009FE3;
  --bs-green: #009870;
  --bs-gray: #7c7c7c;
  --bs-darkgray: #AEADAD;
  --bs-lightgray: #ddd;
  --bs-orange: #EC6608;
  --bs-pink: #E6007E;
  --bs-primary-rgb: 42, 43, 124;
  --bs-primary-burgundy-rgb: 150, 24, 68;
  --bs-secondary-1-rgb: 0, 159, 227;
  --bs-secondary-2-rgb: 236, 102, 8;
  --bs-secondary-3-rgb: 0, 152, 112;
  --bs-secondary-4-rgb: 230, 0, 126;
  --bs-lightblue-rgb: 0, 159, 227;
  --bs-green-rgb: 0, 152, 112;
  --bs-gray-rgb: 124, 124, 124;
  --bs-darkgray-rgb: 174, 173, 173;
  --bs-lightgray-rgb: 221, 221, 221;
  --bs-orange-rgb: 236, 102, 8;
  --bs-pink-rgb: 230, 0, 126;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: "calluna_sansregular";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::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;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "calluna_sansregular";
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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-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: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  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: var(--bs-secondary-color);
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 782px;
  --bs-breakpoint-lg: 1084px;
  --bs-breakpoint-xl: 1400px;
  --bs-breakpoint-xxl: 1600px;
}

.row {
  --bs-gutter-x: 1rem;
  --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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-6,
.gx-6 {
  --bs-gutter-x: 2.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 2.5rem;
}

.g-7,
.gx-7 {
  --bs-gutter-x: 3.75rem;
}

.g-7,
.gy-7 {
  --bs-gutter-y: 3.75rem;
}

.g-8,
.gx-8 {
  --bs-gutter-x: 5.625rem;
}

.g-8,
.gy-8 {
  --bs-gutter-y: 5.625rem;
}

.g-9,
.gx-9 {
  --bs-gutter-x: 6.25rem;
}

.g-9,
.gy-9 {
  --bs-gutter-y: 6.25rem;
}

.g-10,
.gx-10 {
  --bs-gutter-x: 7.5rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 7.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 5.625rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 782px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 5.625rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 1084px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 5.625rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 7.5rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 7.5rem;
  }
}
/**
 * Generic
 */
:root :where(a:where(:not(.wp-element-button))) {
  text-decoration: none;
}

a {
  transition: color 0.2s ease-out;
  text-decoration: none;
}

blockquote {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #2A2B7C;
  border-left: 2px solid #2A2B7C;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  blockquote {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid #2A2B7C;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  blockquote {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
blockquote:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote.svg) center center/contain no-repeat;
}
blockquote:after {
  content: "";
  clear: both;
  display: table;
}
blockquote cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}

s,
del {
  text-decoration: none;
  position: relative;
  z-index: 0;
  display: inline-block;
}
s:after,
del:after {
  content: "";
  position: absolute;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  padding-top: 17.5%;
  left: 50%;
  width: 110%;
  background: url("../images/support/strikethrough.svg") center center no-repeat;
  background-size: contain;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-size: calc(1rem * 1.125);
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

/* ==========================================================================
    Inputs
========================================================================== */
/* Reset input fields */
input:not([type=radio]):not([type=checkbox]):not([type=submit]),
textarea,
select {
  appearance: none !important;
  outline: none !important;
  border: 0;
}

select option {
  color: black !important;
}

body.home > .c-header {
  opacity: 0;
  animation: header-fade-in 0.75s forwards 0.25s;
}
@keyframes header-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body [data-aos=homepage-hero].c-page-hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 200%;
  -ms-transform: translateY(0);
      transform: translateY(0);
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 1;
}
body [data-aos=homepage-hero].aos-animate.c-page-hero:after {
  animation: reveal 4s forwards 0.5s;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0, 1);
}
@keyframes reveal {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
body [data-aos=fade-up] {
  transform: translate3d(0, 15px, 0);
}
body [data-aos=fade-up-1] {
  transform: translate3d(0, 20px, 0);
}
body [data-aos=fade-up-2] {
  transform: translate3d(0, 25px, 0);
}
body [data-aos=fade-up-3] {
  transform: translate3d(0, 40px, 0);
}
body [data-aos=fade-up-4] {
  transform: translate3d(0, 60px, 0);
}
body [data-aos=fade-down] {
  transform: translate3d(0, -15px, 0);
}
body [data-aos=fade-right] {
  transform: translate3d(-15px, 0, 0);
}
body [data-aos=fade-right-2] {
  transform: translate3d(-50px, 0, 0);
}
body [data-aos=fade-left] {
  transform: translate3d(15px, 0, 0);
}
body [data-aos=zoom-in] {
  -ms-transform: scale(0.97);
      transform: scale(0.97);
}

body .gform_wrapper .gform_heading .gform_required_legend {
  display: none;
}
body .gform_wrapper .gform_body .gform_fields {
  list-style: none;
  font-size: 1rem;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-family: "calluna_sansregular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  color: #222;
  margin: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #222;
  font-size: 1rem;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper textarea {
  padding: 1rem !important;
  border: 0.0625rem solid #adacae !important;
  width: 100%;
  line-height: 1 !important;
  font-size: 1rem !important;
}
body .gform_wrapper input[type=checkbox],
body .gform_wrapper input[type=radio] {
  font-size: 1rem !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select {
  position: relative;
  border: 0.0625rem solid #adacae;
  width: 100%;
  cursor: pointer;
  display: inline-block;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_select:after {
  content: "";
  position: absolute;
  top: 1.125rem;
  right: 1.125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #222;
  border-right: 0.125rem solid #222;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
body .gform_wrapper .gf_left_half + .gf_right_half {
  padding-right: 0 !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield select {
  cursor: pointer;
  border-radius: 0;
  padding: 1rem 2rem 1rem 0.875rem;
  width: 100%;
  font-family: "calluna_sansregular";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem !important;
  margin: 0 !important;
  line-height: 1;
}
body .gform_wrapper .gform_body .gform_fields .gfield select::-ms-expand,
body .gform_wrapper select::-ms-expand {
  display: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox],
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio] {
  margin-top: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li label,
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label {
  margin-left: 0.625rem;
}
body .gform_wrapper .gform_body .gform_fields .gfield {
  padding: 0;
  border: 0;
  background-color: transparent;
}
body .gform_wrapper div.ginput_container {
  margin-top: 0.375rem !important;
}
body .gform_wrapper div.validation_error {
  border: 0;
  text-align: left;
  margin: 0;
  padding: 0;
}
body .gform_wrapper .gform_footer {
  margin: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_recaptcha {
  margin-top: 0 !important;
}
body .gform_wrapper .gsection {
  margin: 0;
}
body .gform_wrapper .gsection_title {
  font-weight: 400 !important;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  outline: none !important;
  border-radius: 0 !important;
  font-size: 1rem !important;
  font-family: "calluna_sansregular";
  font-weight: normal;
  font-style: normal;
}
body .gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*
 * Ajax Spinner
 */
/**
 * Set Max-Width to image
 */
@media (min-width: 1084px) {
  img.mfp-img {
    max-width: 1200px !important;
    max-height: 900px !important;
  }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.25s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.25s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-counter {
  display: none;
}

/* Controls
   ========================================================================== */
.mfp-arrow:before {
  content: none;
}
.mfp-arrow:after {
  width: 35px;
  height: 35px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.mfp-arrow-right:after {
  -ms-transform: translateX(-17px) rotate(45deg);
      transform: translateX(-17px) rotate(45deg);
}

.mfp-arrow-left:after {
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

.mfp-arrow:active {
  margin-top: -55px;
}

.mfp-content .mfp-download {
  display: inline-block;
  margin-top: 0.625rem;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  font-size: 1rem;
}
.mfp-content .mfp-download:hover {
  color: #009FE3;
}

.container, .container-fluid {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 782px) {
  .container, .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1084px) {
  .container, .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  .container, .container-fluid {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.container-fluid {
  max-width: 100%;
}

.inner-container {
  position: relative;
  width: 100%;
}
.inner-container--xs {
  max-width: 640px;
}
.inner-container--sm {
  max-width: 750px;
}
.inner-container--md {
  max-width: 860px;
}
.inner-container--lg {
  max-width: 1080px;
}

.list-inline {
  line-height: 1;
}

@media (min-width: 1084px) {
  .list-inline.gap-sm .list-inline-item:not(:last-child) {
    margin-right: 1rem;
  }
}

/* Theme Components
    ========================================================================== */
.c-accordion {
  padding: 0;
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.c-accordion__item {
  list-style: none;
  position: relative;
  display: block;
  padding: 1.375rem 1.25rem;
  border-radius: var(--bs-border-radius);
  background-color: #EEEEEE;
  cursor: pointer;
}
.c-accordion__item + li {
  margin-top: 1rem;
}
.c-accordion__header {
  position: relative;
  padding-right: 1.25rem;
}
.c-accordion__header:after {
  content: "";
  position: absolute;
  margin-left: 1rem;
  width: 0.4375rem;
  height: 0.4375rem;
  right: 0;
  top: calc(50% - 0.21875rem);
  border-right: 0.125rem solid #2A2B7C;
  border-top: 0.125rem solid #2A2B7C;
  -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg);
  -ms-transform-origin: center;
      transform-origin: center;
}
.c-accordion__header.active:after {
  -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
}
.c-accordion__heading {
  margin: 0 !important;
  text-align: left;
  color: #2A2B7C;
  font-size: calc(1.1rem + 0.9vw);
}
@media (min-width: 782px) {
  .c-accordion__heading {
    font-size: 1.625rem;
  }
}
.c-accordion__item.active .c-accordion__header:after {
  -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
}
.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #222;
  text-align: left;
}
.c-accordion__content__inner {
  margin-top: 1.25rem;
}
.c-accordion__header, .c-accordion__content {
  text-align: left;
}

.c-bg-image {
  position: relative;
  width: 100%;
  display: block;
  background: center center/cover no-repeat;
}
.c-bg-image--16-9 {
  padding-top: 56.25%;
}
.c-bg-image--3-2 {
  padding-top: 66.6666666667%;
}
.c-bg-image--4-3 {
  padding-top: 75%;
}
.c-bg-image--3-4 {
  padding-top: 133.3333333333%;
}
.c-bg-image--full {
  height: 100%;
}
.c-bg-image--square {
  padding-top: 100%;
}
.c-bg-image--is-footer {
  height: 20rem;
}
@media (min-width: 782px) {
  .c-bg-image--is-footer {
    padding-top: 50%;
  }
}
@media (min-width: 1600px) {
  .c-bg-image--is-footer {
    padding-top: 0;
    height: 45rem;
  }
}

.c-big-card {
  position: relative;
  width: 100%;
  padding: 1.25rem;
  height: 100%;
  display: block;
  border-radius: 0.25rem;
  background-color: #2A2B7C;
  overflow: hidden;
}
.bg-black .c-big-card .c-big-card__label {
  color: #222;
}
.bg-black .c-big-card .c-big-card__label:after {
  border-top-color: #222;
  border-right-color: #222;
}
.bg-black .c-big-card:after {
  background-color: #fff;
  opacity: 0.6;
}
.c-big-card:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 100%;
  max-height: 30%;
  right: 0;
  left: 0;
  background-color: #000;
  opacity: 0.45;
  transition: opacity 0.18s ease-out, max-height 0.1s ease-out;
}
.c-big-card--primary-burgundy {
  background-color: #961844;
}
.c-big-card--secondary-1 {
  background-color: #009FE3;
}
.c-big-card--secondary-2 {
  background-color: #EC6608;
}
.c-big-card--secondary-3 {
  background-color: #009870;
}
.c-big-card--secondary-4 {
  background-color: #E6007E;
}
.c-big-card__thumbnail {
  position: relative;
  width: 100%;
  background: center center/cover no-repeat;
  border-radius: 0.25rem;
  z-index: 1;
  padding-top: 56.25%;
}
@media (min-width: 1084px) {
  .c-big-card__thumbnail {
    padding-top: 66.6666666667%;
  }
}
.c-big-card__thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: #222;
  opacity: 0.12;
  transition: opacity 0.18s ease-out;
}
.c-big-card__label {
  position: relative;
  display: block;
  margin-top: 1rem;
  color: #fff;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-size: calc(1.1rem + 0.9vw);
  line-height: 1;
  z-index: 2;
}
@media (min-width: 782px) {
  .c-big-card__label {
    font-size: 1.625rem;
  }
}
.c-big-card__label:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translate3d(0.625rem, -0.0625rem, 0) rotate(45deg);
  transition: all 0.15s ease-out;
}
.c-big-card:hover:after {
  opacity: 0.75;
}
.c-big-card:hover .c-big-card__thumbnail:after {
  opacity: 0;
}
.c-big-card:hover .c-big-card__label:after {
  transform: translate3d(0.75rem, -0.0625rem, 0) rotate(45deg);
}

.c-block--fullwidth {
  width: 100vw;
  position: relative;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  left: 50%;
}

.c-burger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1.375rem;
  border: 0;
  outline: none;
  border-radius: 0;
  background-color: transparent;
  pointer-events: all;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-burger span {
  position: relative;
  height: 2px;
  width: 100%;
  display: block;
  background-color: #222;
}
.c-burger span + span {
  margin-top: 6px;
}
.c-menu .c-burger span {
  background-color: #fff;
}
.c-menu .c-burger span:first-child {
  -ms-transform-origin: left center;
      transform-origin: left center;
  -ms-transform: rotate(44deg) translate(3px, -2px);
      transform: rotate(44deg) translate(3px, -2px);
}
.c-menu .c-burger span:nth-child(2) {
  visibility: hidden;
}
.c-menu .c-burger span:last-child {
  -ms-transform-origin: left center;
      transform-origin: left center;
  -ms-transform: rotate(-44deg) translate(2px, 2px);
      transform: rotate(-44deg) translate(2px, 2px);
}

.c-button, .c-wp .wp-block-button.is-style-button-clear-secondary-4 a, .c-wp .wp-block-button.is-style-button-clear-secondary-3 a, .c-wp .wp-block-button.is-style-button-clear-secondary-2 a, .c-wp .wp-block-button.is-style-button-clear-secondary-1 a, .c-wp .wp-block-button.is-style-button-clear-primary a, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a, .c-wp .wp-block-button.is-style-button-outline-primary a, .c-wp .wp-block-button.is-style-button-secondary-4 a, .c-wp .wp-block-button.is-style-button-secondary-3 a, .c-wp .wp-block-button.is-style-button-secondary-2 a, .c-wp .wp-block-button.is-style-button-secondary-1 a, .c-wp .wp-block-button.is-style-button-primary-burgundy a, .c-wp .wp-block-button a, .c-story-card__link, .c-overlapped-card__link, .c-media-card__button, .c-info-card__cta, .c-event-card__link {
  position: relative;
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  margin: 0;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  background-color: #2A2B7C;
  border-radius: 5px;
  transition: color 0.25s ease-out, background 0.25s ease-out;
  overflow: hidden;
  z-index: 0;
  padding: 11px 25px 10px 11px;
}
@media (min-width: 1084px) {
  .c-button, .c-wp .wp-block-button.is-style-button-clear-secondary-4 a, .c-wp .wp-block-button.is-style-button-clear-secondary-3 a, .c-wp .wp-block-button.is-style-button-clear-secondary-2 a, .c-wp .wp-block-button.is-style-button-clear-secondary-1 a, .c-wp .wp-block-button.is-style-button-clear-primary a, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a, .c-wp .wp-block-button.is-style-button-outline-primary a, .c-wp .wp-block-button.is-style-button-secondary-4 a, .c-wp .wp-block-button.is-style-button-secondary-3 a, .c-wp .wp-block-button.is-style-button-secondary-2 a, .c-wp .wp-block-button.is-style-button-secondary-1 a, .c-wp .wp-block-button.is-style-button-primary-burgundy a, .c-wp .wp-block-button a, .c-story-card__link, .c-overlapped-card__link, .c-media-card__button, .c-info-card__cta, .c-event-card__link {
    padding: 14px 30px 13px 14px;
  }
}
.c-button, .c-wp .wp-block-button.is-style-button-clear-secondary-4 a, .c-wp .wp-block-button.is-style-button-clear-secondary-3 a, .c-wp .wp-block-button.is-style-button-clear-secondary-2 a, .c-wp .wp-block-button.is-style-button-clear-secondary-1 a, .c-wp .wp-block-button.is-style-button-clear-primary a, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a, .c-wp .wp-block-button.is-style-button-outline-primary a, .c-wp .wp-block-button.is-style-button-secondary-4 a, .c-wp .wp-block-button.is-style-button-secondary-3 a, .c-wp .wp-block-button.is-style-button-secondary-2 a, .c-wp .wp-block-button.is-style-button-secondary-1 a, .c-wp .wp-block-button.is-style-button-primary-burgundy a, .c-wp .wp-block-button a, .c-story-card__link, .c-overlapped-card__link, .c-media-card__button, .c-info-card__cta, .c-event-card__link, .c-button:hover, .c-button:active {
  color: #fff;
  text-decoration: none;
}
.c-button:hover, .c-wp .wp-block-button a:hover, .c-story-card__link:hover, .c-overlapped-card__link:hover, .c-media-card__button:hover, .c-info-card__cta:hover, .c-event-card__link:hover {
  background-color: rgba(42, 43, 124, 0.8);
  color: #fff;
}
.c-button:hover:after, .c-wp .wp-block-button a:hover:after, .c-story-card__link:hover:after, .c-overlapped-card__link:hover:after, .c-media-card__button:hover:after, .c-info-card__cta:hover:after, .c-event-card__link:hover:after {
  transform: translate3d(12px, -2px, 0) rotate(45deg);
}
.c-button:after, .c-wp .wp-block-button.is-style-button-clear-secondary-4 a:after, .c-wp .wp-block-button.is-style-button-clear-secondary-3 a:after, .c-wp .wp-block-button.is-style-button-clear-secondary-2 a:after, .c-wp .wp-block-button.is-style-button-clear-secondary-1 a:after, .c-wp .wp-block-button.is-style-button-clear-primary a:after, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a:after, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a:after, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a:after, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a:after, .c-wp .wp-block-button.is-style-button-outline-primary a:after, .c-wp .wp-block-button.is-style-button-secondary-4 a:after, .c-wp .wp-block-button.is-style-button-secondary-3 a:after, .c-wp .wp-block-button.is-style-button-secondary-2 a:after, .c-wp .wp-block-button.is-style-button-secondary-1 a:after, .c-wp .wp-block-button.is-style-button-primary-burgundy a:after, .c-wp .wp-block-button a:after, .c-story-card__link:after, .c-overlapped-card__link:after, .c-media-card__button:after, .c-info-card__cta:after, .c-event-card__link:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate3d(10px, -2px, 0) rotate(45deg);
  transition: all 0.15s ease-out;
}

.c-button--expand {
  width: 100%;
}

.c-button--taller {
  padding: 18px 25px 16px 15px;
  z-index: 0;
}
@media (min-width: 1084px) {
  .c-button--taller {
    padding: 24px 30px 22px 20px;
  }
}

@media (min-width: 1084px) {
  .c-button--smaller {
    padding: 11px 25px 10px 11px;
  }
}
.c-button--smaller:after {
  width: 0.4375rem;
  height: 0.4375rem;
}

.c-button--secondary-1, .c-wp .wp-block-button.is-style-button-secondary-1 a, .c-info-card__cta--secondary-1 {
  background-color: #009FE3;
}
.c-button--secondary-1:hover, .c-wp .wp-block-button.is-style-button-secondary-1 a:hover, .c-info-card__cta--secondary-1:hover {
  background-color: rgba(0, 159, 227, 0.8);
}

.c-button--secondary-2, .c-wp .wp-block-button.is-style-button-secondary-2 a, .c-info-card__cta--secondary-2 {
  background-color: #EC6608;
}
.c-button--secondary-2:hover, .c-wp .wp-block-button.is-style-button-secondary-2 a:hover, .c-info-card__cta--secondary-2:hover {
  background-color: #d35b07;
}

.c-button--secondary-3, .c-wp .wp-block-button.is-style-button-secondary-3 a, .c-info-card__cta--secondary-3 {
  background-color: #009870;
}
.c-button--secondary-3:hover, .c-wp .wp-block-button.is-style-button-secondary-3 a:hover, .c-info-card__cta--secondary-3:hover {
  background-color: #007f5d;
}

.c-button--secondary-4, .c-wp .wp-block-button.is-style-button-secondary-4 a, .c-media-card__button--secondary-4, .c-info-card__cta--secondary-4 {
  background-color: #E6007E;
}
.c-button--secondary-4:hover, .c-wp .wp-block-button.is-style-button-secondary-4 a:hover, .c-media-card__button--secondary-4:hover, .c-info-card__cta--secondary-4:hover {
  background-color: #cd0070;
}

.c-button--primary-burgundy, .c-wp .wp-block-button.is-style-button-primary-burgundy a, .c-info-card__cta--primary-burgundy {
  background-color: #961844;
}
.c-button--primary-burgundy:hover, .c-wp .wp-block-button.is-style-button-primary-burgundy a:hover, .c-info-card__cta--primary-burgundy:hover {
  background-color: #80143a;
}

.c-button--ghost, .c-wp .wp-block-button.is-style-button-clear-primary a, .c-story-card__link, .c-overlapped-card__link {
  padding: 0;
  padding-right: 1.875rem;
  background-color: transparent;
  border: 0;
  color: #2A2B7C;
}
.c-button--ghost, .c-wp .wp-block-button.is-style-button-clear-primary a, .c-story-card__link, .c-overlapped-card__link, .c-button--ghost:hover, .c-button--ghost:active {
  color: #2A2B7C;
  text-decoration: none;
}
.c-button--ghost:hover, .c-wp .wp-block-button.is-style-button-clear-primary a:hover, .c-story-card__link:hover, .c-overlapped-card__link:hover {
  color: #2A2B7C;
  background-color: transparent;
  border: 0;
}
.c-button--ghost:after, .c-wp .wp-block-button.is-style-button-clear-primary a:after, .c-story-card__link:after, .c-overlapped-card__link:after {
  border-top: 2px solid #2A2B7C;
  border-right: 2px solid #2A2B7C;
}
.c-button--ghost-secondary-1, .c-wp .wp-block-button.is-style-button-clear-secondary-1 a {
  padding: 0;
  padding-right: 1.875rem;
  background-color: transparent;
  border: 0;
  color: #009FE3;
}
.c-button--ghost-secondary-1, .c-wp .wp-block-button.is-style-button-clear-secondary-1 a, .c-button--ghost-secondary-1:hover, .c-button--ghost-secondary-1:active {
  color: #009FE3;
  text-decoration: none;
}
.c-button--ghost-secondary-1:hover, .c-wp .wp-block-button.is-style-button-clear-secondary-1 a:hover {
  color: #009FE3;
  background-color: transparent;
  border: 0;
}
.c-button--ghost-secondary-1:after, .c-wp .wp-block-button.is-style-button-clear-secondary-1 a:after {
  border-top: 2px solid #009FE3;
  border-right: 2px solid #009FE3;
}
.c-button--ghost-secondary-2, .c-wp .wp-block-button.is-style-button-clear-secondary-2 a, .c-story-card__link--secondary-2, .c-overlapped-card__link--secondary-2, .c-event-card__link {
  padding: 0;
  padding-right: 1.875rem;
  background-color: transparent;
  border: 0;
  color: #EC6608;
}
.c-button--ghost-secondary-2, .c-wp .wp-block-button.is-style-button-clear-secondary-2 a, .c-story-card__link--secondary-2, .c-overlapped-card__link--secondary-2, .c-event-card__link, .c-button--ghost-secondary-2:hover, .c-button--ghost-secondary-2:active {
  color: #EC6608;
  text-decoration: none;
}
.c-button--ghost-secondary-2:hover, .c-wp .wp-block-button.is-style-button-clear-secondary-2 a:hover, .c-story-card__link--secondary-2:hover, .c-overlapped-card__link--secondary-2:hover, .c-event-card__link:hover {
  color: #EC6608;
  background-color: transparent;
  border: 0;
}
.c-button--ghost-secondary-2:after, .c-wp .wp-block-button.is-style-button-clear-secondary-2 a:after, .c-story-card__link--secondary-2:after, .c-overlapped-card__link--secondary-2:after, .c-event-card__link:after {
  border-top: 2px solid #EC6608;
  border-right: 2px solid #EC6608;
}
.c-button--ghost-secondary-3, .c-wp .wp-block-button.is-style-button-clear-secondary-3 a, .c-story-card__link--secondary-3, .c-overlapped-card__link--secondary-3 {
  padding: 0;
  padding-right: 1.875rem;
  background-color: transparent;
  border: 0;
  color: #009870;
}
.c-button--ghost-secondary-3, .c-wp .wp-block-button.is-style-button-clear-secondary-3 a, .c-story-card__link--secondary-3, .c-overlapped-card__link--secondary-3, .c-button--ghost-secondary-3:hover, .c-button--ghost-secondary-3:active {
  color: #009870;
  text-decoration: none;
}
.c-button--ghost-secondary-3:hover, .c-wp .wp-block-button.is-style-button-clear-secondary-3 a:hover, .c-story-card__link--secondary-3:hover, .c-overlapped-card__link--secondary-3:hover {
  color: #009870;
  background-color: transparent;
  border: 0;
}
.c-button--ghost-secondary-3:after, .c-wp .wp-block-button.is-style-button-clear-secondary-3 a:after, .c-story-card__link--secondary-3:after, .c-overlapped-card__link--secondary-3:after {
  border-top: 2px solid #009870;
  border-right: 2px solid #009870;
}
.c-button--ghost-secondary-4, .c-wp .wp-block-button.is-style-button-clear-secondary-4 a {
  padding: 0;
  padding-right: 1.875rem;
  background-color: transparent;
  border: 0;
  color: #E6007E;
}
.c-button--ghost-secondary-4, .c-wp .wp-block-button.is-style-button-clear-secondary-4 a, .c-button--ghost-secondary-4:hover, .c-button--ghost-secondary-4:active {
  color: #E6007E;
  text-decoration: none;
}
.c-button--ghost-secondary-4:hover, .c-wp .wp-block-button.is-style-button-clear-secondary-4 a:hover {
  color: #E6007E;
  background-color: transparent;
  border: 0;
}
.c-button--ghost-secondary-4:after, .c-wp .wp-block-button.is-style-button-clear-secondary-4 a:after {
  border-top: 2px solid #E6007E;
  border-right: 2px solid #E6007E;
}

.c-button--back {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #EC6608;
  padding-left: 1.5625rem;
}
@media (min-width: 1084px) {
  .c-button--back {
    padding-left: 1.875rem;
  }
}
.c-button--back, .c-button--back:hover, .c-button--back:active {
  color: #EC6608;
  text-decoration: none;
}
.c-button--back:hover {
  color: #EC6608;
  background-color: transparent;
  border: 0;
}
.c-button--back:hover:before {
  transform: translate3d(-12px, -2px, 0) rotate(-135deg);
}
.c-button--back:after {
  content: none;
}
.c-button--back:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #EC6608;
  border-right: 2px solid #EC6608;
  transform: translate3d(-10px, -2px, 0) rotate(-135deg);
  transition: all 0.15s ease-out;
}

.c-button--back-secondary-2 {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #EC6608;
  padding-left: 1.5625rem;
}
@media (min-width: 1084px) {
  .c-button--back-secondary-2 {
    padding-left: 1.875rem;
  }
}
.c-button--back-secondary-2, .c-button--back-secondary-2:hover, .c-button--back-secondary-2:active {
  color: #EC6608;
  text-decoration: none;
}
.c-button--back-secondary-2:hover {
  color: #EC6608;
  background-color: transparent;
  border: 0;
}
.c-button--back-secondary-2:hover:before {
  transform: translate3d(-12px, -2px, 0) rotate(-135deg);
}
.c-button--back-secondary-2:after {
  content: none;
}
.c-button--back-secondary-2:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #EC6608;
  border-right: 2px solid #EC6608;
  transform: translate3d(-10px, -2px, 0) rotate(-135deg);
  transition: all 0.15s ease-out;
}

.c-button--back-secondary-3 {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #009870;
  padding-left: 1.5625rem;
}
@media (min-width: 1084px) {
  .c-button--back-secondary-3 {
    padding-left: 1.875rem;
  }
}
.c-button--back-secondary-3, .c-button--back-secondary-3:hover, .c-button--back-secondary-3:active {
  color: #009870;
  text-decoration: none;
}
.c-button--back-secondary-3:hover {
  color: #009870;
  background-color: transparent;
  border: 0;
}
.c-button--back-secondary-3:hover:before {
  transform: translate3d(-12px, -2px, 0) rotate(-135deg);
}
.c-button--back-secondary-3:after {
  content: none;
}
.c-button--back-secondary-3:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #009870;
  border-right: 2px solid #009870;
  transform: translate3d(-10px, -2px, 0) rotate(-135deg);
  transition: all 0.15s ease-out;
}

.c-button--back-secondary-4 {
  padding: 0;
  background-color: transparent;
  border: 0;
  color: #E6007E;
  padding-left: 1.5625rem;
}
@media (min-width: 1084px) {
  .c-button--back-secondary-4 {
    padding-left: 1.875rem;
  }
}
.c-button--back-secondary-4, .c-button--back-secondary-4:hover, .c-button--back-secondary-4:active {
  color: #E6007E;
  text-decoration: none;
}
.c-button--back-secondary-4:hover {
  color: #E6007E;
  background-color: transparent;
  border: 0;
}
.c-button--back-secondary-4:hover:before {
  transform: translate3d(-12px, -2px, 0) rotate(-135deg);
}
.c-button--back-secondary-4:after {
  content: none;
}
.c-button--back-secondary-4:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E6007E;
  border-right: 2px solid #E6007E;
  transform: translate3d(-10px, -2px, 0) rotate(-135deg);
  transition: all 0.15s ease-out;
}

.c-button--outline, .c-wp .wp-block-button.is-style-button-outline-primary a {
  background-color: transparent;
  outline: 2px solid #2A2B7C;
  outline-offset: -2px;
  color: #2A2B7C;
}
.c-button--outline:after, .c-wp .wp-block-button.is-style-button-outline-primary a:after {
  border-color: #2A2B7C;
}
.c-button--outline:hover, .c-wp .wp-block-button.is-style-button-outline-primary a:hover, .c-button--outline.active, .c-wp .wp-block-button.is-style-button-outline-primary a.active {
  color: #fff;
  background-color: #2A2B7C;
}
.c-button--outline:hover:after, .c-wp .wp-block-button.is-style-button-outline-primary a:hover:after, .c-button--outline.active:after, .c-wp .wp-block-button.is-style-button-outline-primary a.active:after {
  border-color: #fff;
}
.c-button--outline-secondary-1, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a {
  background-color: transparent;
  outline: 2px solid #009FE3;
  outline-offset: -2px;
  color: #009FE3;
}
.c-button--outline-secondary-1:after, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a:after {
  border-color: #009FE3;
}
.c-button--outline-secondary-1:hover, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a:hover, .c-button--outline-secondary-1.active, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a.active {
  color: #fff;
  background-color: #009FE3;
}
.c-button--outline-secondary-1:hover:after, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a:hover:after, .c-button--outline-secondary-1.active:after, .c-wp .wp-block-button.is-style-button-outline-secondary-1 a.active:after {
  border-color: #fff;
}
.c-button--outline-secondary-2, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a {
  background-color: transparent;
  outline: 2px solid #EC6608;
  outline-offset: -2px;
  color: #EC6608;
}
.c-button--outline-secondary-2:after, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a:after {
  border-color: #EC6608;
}
.c-button--outline-secondary-2:hover, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a:hover, .c-button--outline-secondary-2.active, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a.active {
  color: #fff;
  background-color: #EC6608;
}
.c-button--outline-secondary-2:hover:after, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a:hover:after, .c-button--outline-secondary-2.active:after, .c-wp .wp-block-button.is-style-button-outline-secondary-2 a.active:after {
  border-color: #fff;
}
.c-button--outline-secondary-3, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a {
  background-color: transparent;
  outline: 2px solid #009870;
  outline-offset: -2px;
  color: #009870;
}
.c-button--outline-secondary-3:after, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a:after {
  border-color: #009870;
}
.c-button--outline-secondary-3:hover, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a:hover, .c-button--outline-secondary-3.active, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a.active {
  color: #fff;
  background-color: #009870;
}
.c-button--outline-secondary-3:hover:after, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a:hover:after, .c-button--outline-secondary-3.active:after, .c-wp .wp-block-button.is-style-button-outline-secondary-3 a.active:after {
  border-color: #fff;
}
.c-button--outline-secondary-4, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a {
  background-color: transparent;
  outline: 2px solid #E6007E;
  outline-offset: -2px;
  color: #E6007E;
}
.c-button--outline-secondary-4:after, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a:after {
  border-color: #E6007E;
}
.c-button--outline-secondary-4:hover, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a:hover, .c-button--outline-secondary-4.active, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a.active {
  color: #fff;
  background-color: #E6007E;
}
.c-button--outline-secondary-4:hover:after, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a:hover:after, .c-button--outline-secondary-4.active:after, .c-wp .wp-block-button.is-style-button-outline-secondary-4 a.active:after {
  border-color: #fff;
}

.c-button--white-secondary-1 {
  background-color: #fff;
  border-color: #fff;
  color: #009FE3;
}
.c-button--white-secondary-1:after {
  border-color: #009FE3;
}
.c-button--white-secondary-1:hover, .c-button--white-secondary-1.active {
  color: #009FE3;
  background-color: #fff;
}
.c-button--white-secondary-2 {
  background-color: #fff;
  border-color: #fff;
  color: #EC6608;
}
.c-button--white-secondary-2:after {
  border-color: #EC6608;
}
.c-button--white-secondary-2:hover, .c-button--white-secondary-2.active {
  color: #EC6608;
  background-color: #fff;
}
.c-button--white-secondary-3 {
  background-color: #fff;
  border-color: #fff;
  color: #009870;
}
.c-button--white-secondary-3:after {
  border-color: #009870;
}
.c-button--white-secondary-3:hover, .c-button--white-secondary-3.active {
  color: #009870;
  background-color: #fff;
}
.c-button--white-secondary-4 {
  background-color: #fff;
  border-color: #fff;
  color: #E6007E;
}
.c-button--white-secondary-4:after {
  border-color: #E6007E;
}
.c-button--white-secondary-4:hover, .c-button--white-secondary-4.active {
  color: #E6007E;
  background-color: #fff;
}

.c-cards-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.25rem;
  row-gap: 1.875rem;
}
.c-cards-grid > * {
  box-sizing: border-box;
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .c-cards-grid > * {
    flex: 0 0 calc((100% - 1.25rem) / 2);
  }
}
@media (min-width: 1084px) {
  .c-cards-grid > * {
    flex: 0 0 calc((100% - 1.25rem * 2) / 3);
  }
}
.c-cards-grid div.load-more {
  flex-basis: 100%;
}

.c-docs-listing {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-docs-listing__item {
  position: relative;
  display: block;
  border-bottom: 0.0625rem solid #7c7c7c;
}
.c-docs-listing__file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  color: #222;
  font-size: 1rem;
  line-height: 1;
  transition: color 0.2s ease-out;
}
@media (min-width: 782px) {
  .c-docs-listing__file {
    font-size: 1.125rem;
  }
}
.c-docs-listing__file svg path {
  transition: fill 0.2s ease-out;
}
.c-docs-listing__file:hover {
  color: #222 !important;
}
.c-docs-listing__file:hover svg path {
  fill: #222 !important;
}
.c-docs-listing:hover .c-docs-listing__file {
  color: #AEADAD;
}
.c-docs-listing:hover .c-docs-listing__file svg path {
  fill: #AEADAD;
}

.c-donnor-board {
  position: relative;
  display: block;
  width: 100%;
}
.c-donnor-board__img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1083.98px) {
  .c-donnor-board__grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
    margin-top: 1rem;
  }
}
@media (min-width: 1084px) {
  .c-donnor-board__grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c-donnor-board__item {
    position: absolute;
    width: 100%;
    max-width: 10rem;
    text-align: center;
    font-size: 0;
  }
  .c-donnor-board__item:nth-child(1) {
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -55%);
        transform: translate(-50%, -55%);
  }
  .c-donnor-board__item:nth-child(2) {
    top: 55%;
    left: 5%;
    -ms-transform: translate(-5%, -55%);
        transform: translate(-5%, -55%);
  }
  .c-donnor-board__item:nth-child(3) {
    top: 43%;
    left: 27.5%;
    -ms-transform: translate(-27.5%, -43%);
        transform: translate(-27.5%, -43%);
  }
  .c-donnor-board__item:nth-child(4) {
    top: 70%;
    left: 95%;
    -ms-transform: translate(-95%, -70%);
        transform: translate(-95%, -70%);
  }
  .c-donnor-board__item:nth-child(5) {
    top: 63%;
    left: 72.5%;
    -ms-transform: translate(-72.5%, -63%);
        transform: translate(-72.5%, -63%);
  }
  .c-donnor-board__item:nth-child(6) {
    top: 52%;
    left: 95%;
    -ms-transform: translate(-95%, -52%);
        transform: translate(-95%, -52%);
  }
  .c-donnor-board__item:nth-child(7) {
    top: 70%;
    left: 5%;
    -ms-transform: translate(-5%, -70%);
        transform: translate(-5%, -70%);
  }
  .c-donnor-board__item:nth-child(8) {
    top: 50%;
    left: 72.5%;
    -ms-transform: translate(-72.5%, -50%);
        transform: translate(-72.5%, -50%);
  }
  .c-donnor-board__item:nth-child(9) {
    top: 93%;
    left: 95%;
    -ms-transform: translate(-95%, -93%);
        transform: translate(-95%, -93%);
  }
  .c-donnor-board__item:nth-child(10) {
    top: 62%;
    left: 27.5%;
    -ms-transform: translate(-27.5%, -62%);
        transform: translate(-27.5%, -62%);
  }
  .c-donnor-board__item:nth-child(11) {
    top: 93%;
    left: 27.5%;
    -ms-transform: translate(-27.5%, -93%);
        transform: translate(-27.5%, -93%);
  }
  .c-donnor-board__item:nth-child(12) {
    top: 43%;
    left: 50%;
    -ms-transform: translate(-50%, -43%);
        transform: translate(-50%, -43%);
  }
  .c-donnor-board__item:nth-child(13) {
    top: 85%;
    left: 72.5%;
    -ms-transform: translate(-72.5%, -85%);
        transform: translate(-72.5%, -85%);
  }
  .c-donnor-board__item:nth-child(14) {
    top: 78%;
    left: 50%;
    -ms-transform: translate(-50%, -78%);
        transform: translate(-50%, -78%);
  }
  .c-donnor-board__item:nth-child(15) {
    top: 85%;
    left: 5%;
    -ms-transform: translate(-5%, -85%);
        transform: translate(-5%, -85%);
  }
}
.c-donnor-board__button {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  border-radius: 1.5625rem;
  background-color: #2A2B7C;
  color: #fff;
  padding: 0.625rem 0.9375rem 0.5rem;
  display: inline-block;
  text-align: center;
  line-height: 1.33;
}
@media (min-width: 1084px) {
  .c-donnor-board__button {
    box-shadow: 0px 0px 10px 15px #FFFFFF;
  }
}
.c-donnor-board__button--primary {
  background-color: #2A2B7C;
}
.c-donnor-board__button--secondary-1 {
  background-color: #009FE3;
}
.c-donnor-board__button--secondary-2 {
  background-color: #EC6608;
}
.c-donnor-board__button--secondary-3 {
  background-color: #009870;
}
.c-donnor-board__button--secondary-4 {
  background-color: #E6007E;
}

/*the container must be positioned relative:*/
.c-dropdown-box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 310px;
  border-radius: 0;
  text-align: left;
  transition: box-shadow 0.3s ease-out, background 0.25s ease-out;
  margin: 0 auto;
}
.c-dropdown-box--large {
  width: 100%;
  max-width: 420px;
}
.c-dropdown-box select {
  display: none; /*hide original SELECT element:*/
}
/*style the items (options), including the selected item:*/
.c-dropdown-box__current-option,
.c-dropdown-box__options a {
  font-size: 16px;
  border: 0;
  display: block;
  width: 100%;
  padding: 16px 15px 15px;
  cursor: pointer;
  color: black;
  transition: color 0.2s ease-out, background 0.2s ease-out;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.c-dropdown-box__current-option {
  padding: 16px 30px 15px 15px;
  background-color: #f0f0f0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 6px;
  /*style the arrow inside the select element:*/
}
.c-dropdown-box__current-option:hover {
  background-color: #f9f9f9;
}
.c-dropdown-box__current-option:after, .c-dropdown-box__current-option.arrow-upwards:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 18px;
  width: 7px;
  height: 7px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
.c-dropdown-box__current-option.arrow-upwards {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*point the arrow upwards when the select box is open (arrow-upwards):*/
}
.c-dropdown-box__current-option.arrow-upwards:after {
  top: 24px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

/*style items (options):*/
.c-dropdown-box__options {
  position: absolute;
  background-color: #f0f0f0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
  border-top: 1px solid #CED6E1;
  /*hide the items when the select box is closed:*/
}
.c-dropdown-box__options--hide {
  display: none;
}
.c-dropdown-box__options a:hover {
  background-color: #f9f9f9;
}
.c-dropdown-box__options a sup {
  top: -0.6em;
  right: -0.3em;
}
.c-dropdown-box__options a + a {
  border-top: 1px solid #CED6E1;
}
.c-dropdown-box__options a:hover, .c-dropdown-box__options__selected {
  border-radius: 0 !important;
}

.c-dropdown-box--bold-2, .c-dropdown-box--bold-1 {
  text-align: center;
}
.c-dropdown-box--bold-2 .c-dropdown-box__current-option, .c-dropdown-box--bold-1 .c-dropdown-box__current-option,
.c-dropdown-box--bold-2 .c-dropdown-box__options a,
.c-dropdown-box--bold-1 .c-dropdown-box__options a {
  font-size: 18px;
}
.c-dropdown-box--bold-2 .c-dropdown-box__current-option, .c-dropdown-box--bold-1 .c-dropdown-box__current-option {
  padding: 16px 30px 15px 30px;
  /*style the arrow inside the select element:*/
}
.c-dropdown-box--bold-2 .c-dropdown-box__current-option:after, .c-dropdown-box--bold-1 .c-dropdown-box__current-option:after {
  top: 24px;
}

.c-dropdown-box--bold-1 .c-dropdown-box__options {
  background-color: #F5F7FA;
}
.c-dropdown-box--bold-1 .c-dropdown-box__options a:hover {
  background-color: #E6EBF1;
}
.c-dropdown-box--bold-1 .c-dropdown-box__current-option {
  background-color: #E6EBF1;
}

.c-dropdown-box--bold-2 .c-dropdown-box__current-option {
  color: white;
}
.c-dropdown-box--bold-2 .c-dropdown-box__current-option:after, .c-dropdown-box--bold-2 .c-dropdown-box__current-option.arrow-upwards:after {
  border-top: 1px solid white;
  border-right: 1px solid white;
}
.c-dropdown-box--bold-2 .c-dropdown-box__current-option {
  background-color: black;
}

.c-dropdown {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  max-width: 320px;
  outline: none;
  cursor: pointer;
  background-color: #ddd;
}
.c-dropdown--is-fluid {
  max-width: 100%;
}
.c-dropdown select {
  outline: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  line-height: 1.2;
  border: 0;
  display: block;
  width: 100%;
  cursor: pointer;
  transition: color 0.2s ease-out, background 0.2s ease-out;
  border-radius: 0.3125rem;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  background-color: inherit;
}
.c-dropdown select::-ms-expand {
  display: none;
}
.c-dropdown:after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: 50%;
  right: 1rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.0625rem solid black;
  border-right: 0.0625rem solid black;
  -ms-transform: translateY(-50%) rotate(135deg);
      transform: translateY(-50%) rotate(135deg);
}
.c-dropdown--is-filter select {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #222;
}
.c-dropdown--is-filter select:not(:active) {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.c-dropdown--is-filter select:active {
  text-transform: none;
  font-weight: normal;
}
.c-dropdown--is-filter:after {
  right: 1.5rem;
  -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
}

.c-event-card {
  position: relative;
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .c-event-card {
    align-items: flex-start;
    flex-direction: row;
  }
}
@media (min-width: 1084px) {
  .c-event-card {
    gap: 2.5rem;
  }
}
.c-event-card__thumbnail {
  width: 100%;
  padding-top: 56.25%;
  background: #ddd center center/cover no-repeat;
}
@media (min-width: 576px) {
  .c-event-card__thumbnail {
    width: auto;
    flex: 0 0 33.33%;
    padding-top: 22.22%;
  }
}
@media (min-width: 1084px) {
  .c-event-card__thumbnail {
    flex: 0 0 40%;
    padding-top: 26.6666666667%;
  }
}
.c-event-card__content {
  flex: auto;
}
@media (min-width: 576px) {
  .c-event-card__content {
    padding-top: 0;
  }
}
.c-event-card__title {
  font-size: calc(1.1rem + 0.9vw);
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #222;
  display: block;
  margin-bottom: 0.75rem;
}
@media (min-width: 782px) {
  .c-event-card__title {
    font-size: 1.625rem;
  }
}
@media (min-width: 576px) {
  .c-event-card__title {
    margin-bottom: 1rem;
  }
}
.c-event-card__title a {
  color: inherit;
}
.c-event-card__meta {
  font-family: "calluna_sanssemibold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 782px) {
  .c-event-card__meta {
    font-size: 1.125rem;
  }
}
.c-event-card__meta--date {
  display: block;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .c-event-card__meta--date {
    margin-bottom: 1rem;
  }
}
.c-event-card hr {
  color: #7c7c7c;
}
@media (max-width: 575.98px) {
  .c-event-card hr {
    margin: 0.5rem 0;
  }
}
.c-event-card__excerpt {
  font-size: 1rem;
}
@media (min-width: 782px) {
  .c-event-card__excerpt {
    font-size: 1.125rem;
  }
}
.c-event-card__cats {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .c-event-card__cats {
    margin-bottom: 1rem;
  }
}
.c-event-card__cat {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
}
.c-event-card__cat span {
  background-color: #2A2B7C;
  margin-right: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  position: relative;
}

.c-event-info-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #EEEEEE;
  align-items: stretch;
}
@media (min-width: 576px) {
  .c-event-info-card {
    flex-direction: row;
  }
}
.c-event-info-card__thumbnail {
  width: 100%;
  padding-top: 56.25%;
  background: #e8e8e8 center center/cover no-repeat;
}
@media (min-width: 576px) {
  .c-event-info-card__thumbnail {
    width: auto;
    flex: 0 0 45%;
    padding-top: 33.75%;
  }
}
@media (min-width: 1084px) {
  .c-event-info-card__thumbnail {
    flex: 0 0 40%;
    padding-top: 30%;
  }
}
.c-event-info-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 1.25rem;
}
@media (min-width: 782px) {
  .c-event-info-card__content {
    padding: 1.875rem;
  }
}
@media (min-width: 1084px) {
  .c-event-info-card__content {
    padding: 2.5rem;
  }
}
.c-event-info-card__title {
  line-height: 1.2;
  font-size: calc(1.35rem + 1vw);
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  color: #222;
  display: block;
  margin: 0;
}
@media (min-width: 782px) {
  .c-event-info-card__title {
    font-size: calc(1.5rem + 1.25vw);
  }
}
@media (min-width: 1084px) {
  .c-event-info-card__title {
    line-height: 1.3;
    font-size: 2.125rem;
  }
}
.c-event-info-card__meta {
  font-family: "calluna_sanssemibold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 782px) {
  .c-event-info-card__meta {
    font-size: 1.125rem;
  }
}
.c-event-info-card hr {
  color: #fff;
  width: 100%;
  display: block;
}
.c-event-info-card__more, .c-event-info-card__excerpt {
  font-size: 1rem;
  margin: 1.25rem 0 0;
}
@media (min-width: 782px) {
  .c-event-info-card__more, .c-event-info-card__excerpt {
    font-size: 1.125rem;
  }
}
@media (min-width: 1084px) {
  .c-event-info-card__more, .c-event-info-card__excerpt {
    margin: auto 0 0;
  }
}
.c-event-info-card__cat {
  position: absolute;
  top: 1.25rem;
  left: 0;
  color: #fff;
  background: #2A2B7C;
  padding: 0.5rem 1.25rem 0.5rem 0.625rem;
  font-size: 1rem;
  font-family: "calluna_sanssemibold";
  font-weight: normal;
  font-style: normal;
  border-top-right-radius: 1.375rem;
  border-bottom-right-radius: 1.375rem;
}
@media (min-width: 1084px) {
  .c-event-info-card__cat {
    padding: 0.625rem 1.5625rem 0.75rem 0.9375rem;
    border-top-right-radius: 1.5625rem;
    border-bottom-right-radius: 1.5625rem;
  }
}

.c-filters {
  display: block;
  width: 100%;
  background-color: #ddd;
}
.c-filters__row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .c-filters__row {
    flex-direction: row;
    align-items: stretch;
  }
}
.c-filters__dropdown {
  width: auto;
  border-bottom: 1px solid #7c7c7c;
}
@media (min-width: 576px) {
  .c-filters__dropdown {
    border-right: 1px solid #7c7c7c;
    border-bottom: 0;
  }
}
@media (min-width: 782px) {
  .c-filters__dropdown {
    flex: 0 0 280px;
  }
}
@media (min-width: 1084px) {
  .c-filters__dropdown {
    flex: 0 0 350px;
  }
}
.c-filters__search {
  flex: auto;
}
.c-footer {
  position: relative;
  width: 100%;
  background-color: #222;
  color: #fff;
  font-size: 1rem;
}
.c-footer a:not(.c-button):not(.c-story-card__link):not(.c-overlapped-card__link):not(.c-media-card__button):not(.c-info-card__cta):not(.c-event-card__link) {
  color: inherit;
}
.c-footer a:not(.c-button):not(.c-story-card__link):not(.c-overlapped-card__link):not(.c-media-card__button):not(.c-info-card__cta):not(.c-event-card__link):hover {
  color: #AEADAD;
}
.c-footer .sub-menu {
  display: none;
}

.c-header {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  color: #2A2B7C;
  font-size: 0;
}
.c-header a {
  color: inherit;
}
.c-header a:hover {
  color: rgba(42, 43, 124, 0.8);
}

.c-page-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.c-page-hero--bg, .c-page-hero--bg-image {
  min-height: 22rem;
}
@media (min-width: 782px) {
  .c-page-hero--bg, .c-page-hero--bg-image {
    height: 35vw;
  }
}
@media (min-width: 1400px) {
  .c-page-hero--bg, .c-page-hero--bg-image {
    max-height: 32rem;
  }
}
.c-page-hero--bg .c-page-hero__image, .c-page-hero--bg-image .c-page-hero__image {
  position: absolute;
  top: -10%;
  left: -10%;
  bottom: -10%;
  right: -10%;
  background: center center/cover no-repeat;
}
.c-page-hero--haileybury .c-page-hero__image {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
@media (min-width: 1084px) {
  .c-page-hero--haileybury .c-page-hero__image {
    max-width: 75%;
  }
}

.c-img-slideshow-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

.c-img-slideshow {
  position: relative;
  width: 100%;
  display: block;
}
.c-img-slideshow__slide {
  position: relative;
  width: 100%;
  height: 66.6666666667vw;
  max-height: 43.75rem;
  background: center center/cover no-repeat;
}
.c-img-slideshow div[class^=owl-]:not(.owl-dots) {
  height: 100%;
}
.c-img-slideshow .owl-item .owl-lazy:not([src]),
.c-img-slideshow .owl-item .owl-lazy[src^=""] {
  max-height: 100% !important;
}
.c-img-slideshow + .c-img-slideshow-controls {
  margin-top: 1.25rem;
}

.c-img-slideshow-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.c-img-slideshow-controls__link {
  flex: 1;
  text-align: center;
}
@media (max-width: 781.98px) {
  .c-img-slideshow-controls__link {
    order: 2;
    width: 100%;
    margin-top: 0.625rem;
  }
}
.c-img-slideshow-controls__progress {
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-size: calc(1.1rem + 0.9vw);
  color: #7c7c7c;
}
@media (min-width: 782px) {
  .c-img-slideshow-controls__progress {
    font-size: 1.625rem;
  }
}
@media (max-width: 781.98px) {
  .c-img-slideshow-controls__progress {
    display: inline-block;
    order: 1;
    width: 50%;
    text-align: right;
  }
}
@media (max-width: 781.98px) {
  .c-img-slideshow-controls__buttons {
    display: inline-block;
    order: 1;
    width: 50%;
  }
}
.c-img-slideshow-controls__button {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent url("../images/icons/control-arrow-grey.svg") center center/contain no-repeat;
  transition: background 0.18s ease-out;
}
.c-img-slideshow-controls__button--next {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
.c-img-slideshow-controls__button:hover {
  background-color: rgba(124, 124, 124, 0.6);
}

.c-info-card {
  position: relative;
  padding: 0 1.25rem 1.25rem;
  overflow: hidden;
}
.c-info-card:before {
  content: "";
  position: absolute;
  top: 1.25rem;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EEEEEE;
  z-index: -1;
}
.c-info-card__bg-image {
  margin-bottom: 1.25rem;
  border-radius: 0.25rem;
  width: 100%;
  padding-top: 66.6666666667%;
  background: #f0f0f0 center center/cover no-repeat;
}
.c-info-card__title {
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-size: calc(1.1rem + 0.9vw);
  margin-bottom: 0.75rem;
}
@media (min-width: 782px) {
  .c-info-card__title {
    font-size: 1.625rem;
  }
}
.c-info-card__description {
  font-size: 1rem;
  line-height: 1.44;
}
@media (min-width: 782px) {
  .c-info-card__description {
    font-size: 1.125rem;
  }
}
.c-info-card__title + .c-info-card__description {
  margin-top: 0.75rem;
}
@media (min-width: 782px) {
  .c-info-card__title + .c-info-card__description {
    margin-top: 1.25rem;
  }
}
.c-info-card__cta {
  margin-top: 1.2rem;
  position: static;
  width: fit-content;
}
.c-info-card__cta:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-logo {
  margin: 0;
}
.c-logo a {
  display: inline-block;
}
.c-logo img {
  max-width: 330px;
  height: auto;
}
@media (max-width: 575.98px) {
  .c-logo img {
    max-width: 220px;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .c-logo svg {
    max-width: 220px;
    height: auto;
  }
}
.c-logo--is-footer svg path {
  fill: #fff;
}
.c-logo--is-footer img {
  filter: brightness(0) invert(1);
}

.c-menu .c-logo svg path {
  fill: #fff;
}
.c-menu .c-logo img {
  filter: brightness(0) invert(1);
}

.c-media-card {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.c-media-card__thumbnail {
  position: relative;
  width: 100%;
  display: block;
  background: center center/cover no-repeat;
  padding-top: 70%;
}
.c-media-card__body {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
  width: 100%;
}
.c-media-card__wrapper {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 20px 20px 40px;
  z-index: 2;
  margin-top: -100px;
  min-height: 300px;
  height: 100%;
}
.c-media-card__title {
  margin-bottom: 1.1rem;
  font-size: calc(1.1rem + 0.9vw);
}
@media (min-width: 782px) {
  .c-media-card__title {
    font-size: 1.625rem;
  }
}
.c-media-card__title--secondary-4 {
  color: #E6007E;
}
.c-media-card__details {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.44;
}
@media (min-width: 782px) {
  .c-media-card__details {
    font-size: 1.125rem;
  }
}
.c-media-card__button {
  position: static;
}
.c-media-card__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 1084px) {
  .c-media-card--lg-wider {
    height: 100%;
    min-height: 400px;
  }
  .c-media-card--lg-wider .c-media-card__thumbnail {
    padding-top: 0;
    height: 100%;
  }
  .c-media-card--lg-wider .c-media-card__body {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0;
    width: 100%;
    max-width: 50%;
    height: auto;
  }
  .c-media-card--lg-wider .c-media-card__wrapper {
    margin-top: 0;
    min-height: 0;
    padding: 20px;
    height: auto;
  }
}

.c-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(124, 124, 124, 0.98);
  z-index: 9000;
  font-size: 0;
  transform: scale(1) translateZ(0);
  display: none;
}
.c-menu__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-menu__header {
  width: 100%;
}
.c-menu__header a {
  color: #fff;
}
.c-menu__body {
  position: relative;
  width: 100%;
  flex: 1;
  padding-top: 8%;
  padding-bottom: 1.25rem;
  overflow-x: hidden;
}
.c-menu__lists {
  position: relative;
  display: flex;
  flex-direction: row;
}
.c-menu__main-left {
  margin: 0;
  padding: 0;
}
.c-menu__main-left a {
  position: relative;
  display: inline-block;
  line-height: 1.1;
  color: #fff;
  padding-left: 36px;
  padding-right: 1.25rem;
  font-size: calc(1.1rem + 1vw);
}
@media (min-width: 782px) {
  .c-menu__main-left a {
    padding-left: 44px;
    font-size: calc(1.4rem + 1vw);
  }
}
@media (min-width: 1084px) {
  .c-menu__main-left a {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .c-menu__main-left a {
    padding-left: 60px;
    font-size: 3.125rem;
  }
}
.c-menu__main-left li + li {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .c-menu__main-left li + li {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1084px) {
  .c-menu__main-left li + li {
    margin-top: 1.875rem;
  }
}
.c-menu__main-left li.icon a:before {
  content: "";
  position: absolute;
  left: 0;
  background: center center/contain no-repeat;
  transition: transform 0.15s ease-out;
  top: -0.0625rem;
  width: 1.6875rem;
  height: 1.6875rem;
}
@media (min-width: 782px) {
  .c-menu__main-left li.icon a:before {
    top: 0;
    width: 2rem;
    height: 2rem;
  }
}
@media (min-width: 1084px) {
  .c-menu__main-left li.icon a:before {
    top: 0.125rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (min-width: 1400px) {
  .c-menu__main-left li.icon a:before {
    top: 0.4375rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.c-menu__main-left li.icon-connect a:before {
  background-image: url("../images/icons/connect.svg");
}
.c-menu__main-left li.icon-news a:before {
  background-image: url("../images/icons/news.svg");
}
.c-menu__main-left li.icon-events a:before {
  background-image: url("../images/icons/events-dark.svg");
}
.c-menu__main-left li.icon-support a:before {
  background-image: url("../images/icons/support.svg");
}
.c-menu__main-right {
  margin: 0;
  padding: 0;
  position: relative;
}
.c-menu__main-right > li + li {
  margin-top: 0.75rem;
}
@media (min-width: 576px) {
  .c-menu__main-right > li + li {
    margin-top: 1rem;
  }
}
@media (min-width: 1084px) {
  .c-menu__main-right > li + li {
    margin-top: 1.25rem;
  }
}
.c-menu__main-right > li a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.c-menu__main-right > li > a {
  line-height: 1.1;
  padding-right: 1.25rem;
  font-size: calc(1.1rem + 1vw);
}
@media (min-width: 782px) {
  .c-menu__main-right > li > a {
    font-size: calc(1.4rem + 1vw);
  }
}
@media (min-width: 1084px) {
  .c-menu__main-right > li > a {
    font-size: 2rem;
  }
}
.c-menu__main-right > li.menu-item-has-children > a {
  padding-right: 25px;
}
.c-menu__main-right > li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -ms-transform-origin: center center;
      transform-origin: center center;
  top: 0.4375rem;
}
@media (min-width: 782px) {
  .c-menu__main-right > li.menu-item-has-children > a:after {
    top: 0.75rem;
  }
}
@media (min-width: 1084px) {
  .c-menu__main-right > li.menu-item-has-children > a:after {
    top: 0.75rem;
  }
}
.c-menu__main-right > li.menu-item-has-children.open a:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.c-menu__main-right .sub-menu {
  position: relative;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  zoom: 1;
  overflow: hidden;
}
.c-menu__main-right .sub-menu > li {
  margin-top: 0.75rem;
}
.c-menu__main-right .sub-menu > li:first-child {
  margin-top: 1rem;
}
.c-menu__main-right .sub-menu > li a {
  display: block;
  line-height: 1;
  font-size: 1rem;
}
@media (min-width: 782px) {
  .c-menu__main-right .sub-menu > li a {
    font-size: 1.125rem;
  }
}
.c-menu__main-left li.current_page_parent > a,
.c-menu__main-left li.current-menu-parent > a,
.c-menu__main-left li.current-menu-item > a, .c-menu__main-right li.current_page_parent > a,
.c-menu__main-right li.current-menu-parent > a,
.c-menu__main-right li.current-menu-item > a {
  color: #FFD166;
}
.c-menu__main-left li.current_page_parent > a:after,
.c-menu__main-left li.current-menu-parent > a:after,
.c-menu__main-left li.current-menu-item > a:after, .c-menu__main-right li.current_page_parent > a:after,
.c-menu__main-right li.current-menu-parent > a:after,
.c-menu__main-right li.current-menu-item > a:after {
  border-color: #FFD166;
}

.c-menu-separator {
  border-bottom: 0.125rem solid #fff;
}
@media (min-width: 782px) {
  .c-menu-separator {
    border-bottom: 0;
    border-right: 0.125rem solid #fff;
  }
}

.c-navigator {
  position: relative;
  width: 100%;
  height: 3.125rem;
}
@media (min-width: 782px) {
  .c-navigator {
    height: 3.75rem;
  }
}
.c-navigator__button {
  position: absolute;
  top: 0;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  width: 3.125rem;
}
@media (min-width: 782px) {
  .c-navigator__button {
    width: 3.8125rem;
  }
}
.c-navigator__button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.0625rem solid #222;
  border-left: 0.0625rem solid #222;
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}
.c-navigator__button--prev {
  left: 0;
  border-right: 1px solid #7c7c7c;
}
.c-navigator__button--next {
  border-left: 1px solid #7c7c7c;
  right: 0;
}
.c-navigator__button--next:after {
  -ms-transform: translate(-50%, -50%) rotate(135deg);
      transform: translate(-50%, -50%) rotate(135deg);
}
.c-navigator__list {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
  background-color: #7c7c7c;
  padding: 0 3.125rem;
}
@media (min-width: 782px) {
  .c-navigator__list {
    padding: 0 3.8125rem;
  }
}
.c-navigator__list div[class^=owl-]:not(.owl-dots) {
  height: 100%;
}
.c-navigator__list .owl-item .owl-lazy:not([src]),
.c-navigator__list .owl-item .owl-lazy[src^=""] {
  max-height: 100% !important;
}
@media (min-width: 782px) {
  .c-navigator__list .owl-stage .owl-item:first-child .c-navigator__option {
    width: 10rem;
  }
}
.c-navigator__option {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  width: 8.125rem;
  padding: 0 10px;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #EEEEEE;
  border-right: 1px solid #7c7c7c;
}
@media (min-width: 782px) {
  .c-navigator__option {
    width: 10rem;
  }
}
.c-navigator__option:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: transparent;
}
.c-navigator__option.current {
  background-color: #EEEEEE !important;
}
.c-navigator__option.current:after {
  background-color: #222;
}
.c-navigator__option, .c-navigator__button {
  background-color: #EEEEEE;
  transition: background-color 0.2s ease-out;
}
.c-navigator__option:hover, .c-navigator__button:hover {
  background-color: #e8e8e8;
}

.c-page-wrapper {
  position: relative;
  width: 100%;
  display: block;
  max-width: 56.25rem;
  margin: 0 auto;
}

.c-overlapped-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.c-overlapped-card * {
  margin: 0;
}
.c-overlapped-card__thumbnail {
  position: relative;
  width: 100%;
  padding-top: 60%;
  background: #ddd center center/cover no-repeat;
  margin-bottom: 1rem;
}
.c-overlapped-card__body {
  background-color: #eee;
  z-index: 1;
  width: calc(100% - 1.25rem);
  margin: -3.5rem auto 0;
  padding: 1.5rem 1rem 1.5rem;
}
.c-overlapped-card__meta {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.625rem;
}
.c-overlapped-card__title {
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-size: calc(1.1rem + 0.9vw);
  margin-bottom: 0.5rem;
}
@media (min-width: 782px) {
  .c-overlapped-card__title {
    font-size: 1.625rem;
  }
}
.c-overlapped-card__excerpt {
  font-size: 1rem;
  line-height: 1.44;
}
@media (min-width: 782px) {
  .c-overlapped-card__excerpt {
    font-size: 1.125rem;
  }
}
.c-overlapped-card__date {
  font-size: 0.875rem;
  color: #AEADAD;
}
.c-overlapped-card__link {
  margin-top: 1.2rem;
  position: static;
  width: fit-content;
}
.c-overlapped-card__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.c-overlapped-card--overlapped-y .c-overlapped-card__body {
  height: 100%;
}
@media (min-width: 1084px) {
  .c-overlapped-card--overlapped-y .c-overlapped-card__body {
    padding: 1.875rem 1.25rem;
    margin: -4rem auto 0;
  }
}
@media (min-width: 1400px) {
  .c-overlapped-card--overlapped-y .c-overlapped-card__body {
    width: calc(100% - 1.875rem);
    margin: -4rem auto 0;
    padding: 1.875rem;
  }
}

@media (min-width: 782px) {
  .c-overlapped-card--overlapped-x {
    display: block;
    font-size: 0;
  }
}
@media (min-width: 782px) {
  .c-overlapped-card--overlapped-x .c-overlapped-card__thumbnail {
    margin: 0;
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    min-height: 100%;
    padding-top: 43.3333333333%;
  }
}
@media (min-width: 1084px) {
  .c-overlapped-card--overlapped-x .c-overlapped-card__thumbnail {
    width: 65%;
  }
}
@media (min-width: 782px) {
  .c-overlapped-card--overlapped-x .c-overlapped-card__body {
    position: relative;
    margin: 0;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 2.5rem 0 2.5rem -5%;
  }
}
@media (min-width: 1084px) {
  .c-overlapped-card--overlapped-x .c-overlapped-card__body {
    vertical-align: bottom;
    margin: 3.125rem 0 3.125rem -7.5%;
    padding: 2rem;
    width: 42.5%;
  }
}
@media (min-width: 1400px) {
  .c-overlapped-card--overlapped-x .c-overlapped-card__body {
    padding: 1.875rem;
  }
}

.c-photos-grid {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 100%;
  font-size: 0;
  height: 45rem;
}
@media (min-width: 782px) {
  .c-photos-grid {
    height: 60rem;
  }
}
@media (min-width: 1084px) {
  .c-photos-grid {
    height: 80rem;
  }
}
.c-photos-grid__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 782px) {
  .c-photos-grid__wrapper {
    gap: 0.9375rem;
  }
}
@media (min-width: 1084px) {
  .c-photos-grid__wrapper {
    gap: 1.25rem;
  }
}
.c-photos-grid__col {
  flex: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.625rem;
  -ms-transform: translateY(calc(180px + 0.625rem));
      transform: translateY(calc(180px + 0.625rem));
}
.c-photos-grid__col:last-child {
  -ms-transform: translateY(calc(180px * 2));
      transform: translateY(calc(180px * 2));
}
@media (min-width: 782px) {
  .c-photos-grid__col {
    gap: 0.9375rem;
    -ms-transform: translateY(calc(240px + 0.9375rem));
        transform: translateY(calc(240px + 0.9375rem));
  }
  .c-photos-grid__col:last-child {
    -ms-transform: translateY(calc(240px * 2));
        transform: translateY(calc(240px * 2));
  }
}
@media (min-width: 1084px) {
  .c-photos-grid__col {
    gap: 1.25rem;
    -ms-transform: translateY(calc(320px + 1.25rem));
        transform: translateY(calc(320px + 1.25rem));
  }
  .c-photos-grid__col:last-child {
    -ms-transform: translateY(calc(320px * 2));
        transform: translateY(calc(320px * 2));
  }
}
.c-photos-grid__cell {
  position: relative;
  width: 100%;
  background: #2A2B7C center center/cover no-repeat;
  height: 180px;
}
@media (min-width: 782px) {
  .c-photos-grid__cell {
    height: 240px;
  }
}
@media (min-width: 1084px) {
  .c-photos-grid__cell {
    height: 320px;
  }
}

.c-posts-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.25rem;
  row-gap: 1.875rem;
}
.c-posts-grid > * {
  box-sizing: border-box;
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .c-posts-grid > * {
    flex: 0 0 calc((100% - 1.25rem) / 2);
  }
}
@media (min-width: 1084px) {
  .c-posts-grid > * {
    flex: 0 0 calc((100% - 1.25rem * 2) / 3);
  }
}
.c-posts-grid div.load-more {
  flex-basis: 100%;
}

.c-search-popup {
  width: 100%;
  background-color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  box-shadow: 5px 5px 6px -3px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  -ms-transform: translateY(calc(-100% - 6px));
      transform: translateY(calc(-100% - 6px));
  z-index: 99996;
  transition: transform 0.3s ease-out 0.1s;
}
.c-search-popup.open {
  -ms-transform: translateY(0%);
      transform: translateY(0%);
}

.c-search-form {
  position: relative;
  /* clears the ‘X’ from Internet Explorer */
  /* clears the ‘X’ from Chrome */
}
.c-search-form input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.c-search-form input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.c-search-form input[type=search]::-webkit-search-decoration,
.c-search-form input[type=search]::-webkit-search-cancel-button,
.c-search-form input[type=search]::-webkit-search-results-button,
.c-search-form input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.c-search-form input[name=search_haileybury] {
  box-sizing: border-box;
}

.c-search-field-wrapper {
  width: 100%;
  padding-right: 2.5rem;
  padding-left: 1.875rem;
  box-sizing: border-box;
  position: relative;
}
.c-search-field-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("../images/icons/search.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0.5;
}

form.c-search-form .c-search-field {
  font-size: 1.5rem !important;
  width: 100%;
}

.c-search-actions {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font-size: 0;
}

.c-search-close {
  text-indent: 9999px;
  width: 1.375rem;
  height: 1.375rem;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.9375rem;
  position: relative;
}
.c-search-close:before, .c-search-close:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1.375rem;
  width: 0.125rem;
  border-radius: 0;
  background-color: #2A2B7C;
}
.c-search-close:before {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}
.c-search-close:after {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

.c-search-filter {
  position: relative;
  display: block;
}
.c-search-filter__wrapper {
  position: relative;
}
.c-search-filter input.c-search-filter__input {
  appearance: none;
  background-color: #ddd;
  outline: none;
  border: 0;
  margin: 0;
  padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  width: 100%;
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #222;
}
.c-search-filter input.c-search-filter__submit {
  border: 0;
  text-indent: -9999px;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: transparent url("../images/icons/search.svg") center center/contain no-repeat;
}

.c-slideshow-wrapper {
  position: relative;
  width: 100%;
  display: block;
}

.c-slideshow {
  width: 100%;
  background-color: #fff;
}
.c-slideshow div[class^=owl-]:not(.owl-dots) {
  height: 100%;
}
.c-slideshow .owl-item .owl-lazy:not([src]),
.c-slideshow .owl-item .owl-lazy[src^=""] {
  max-height: 100% !important;
}
.c-slideshow__slide {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100vw;
}
@media (min-width: 782px) {
  .c-slideshow__slide {
    width: 80vw;
  }
}
.c-slideshow__slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  opacity: 0.25;
}
.c-slideshow__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center center/cover no-repeat;
}
.c-slideshow__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  display: block;
  height: 37.5rem;
  padding-top: 9.375rem;
}
@media (min-width: 1084px) {
  .c-slideshow__inner {
    max-height: 62.5rem;
    height: 53.3333333333vw;
    padding-top: 16vw;
  }
}
.c-slideshow .owl-item.active .c-slideshow__inner {
  opacity: 0;
  animation: fade-in 0.5s forwards 0.5s;
}
.c-slideshow .owl-item.active + .owl-item.active .c-slideshow__inner {
  opacity: 0;
  animation: none;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}

.c-slideshow-controls {
  position: absolute;
  left: 50vw;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  padding-bottom: 1rem;
  color: #fff;
  bottom: calc(100% - 9.375rem);
}
@media (min-width: 782px) {
  .c-slideshow-controls {
    left: 40vw;
  }
}
@media (min-width: 1084px) {
  .c-slideshow-controls {
    bottom: 70%;
  }
}
.c-slideshow-controls__container {
  margin: 0 auto;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
.c-slideshow-controls__progress {
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-size: calc(1.1rem + 0.9vw);
  color: inherit;
}
@media (min-width: 782px) {
  .c-slideshow-controls__progress {
    font-size: 1.625rem;
  }
}
.c-slideshow-controls__button {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent url("../images/icons/control-arrow.svg") center center/contain no-repeat;
  transition: background 0.18s ease-out;
}
.c-slideshow-controls__button--next {
  -ms-transform: scaleX(-1);
      transform: scaleX(-1);
}
.c-slideshow-controls__button:hover {
  background-color: rgba(34, 34, 34, 0.2);
}

.c-small-card {
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 11.25rem;
  background: #2A2B7C;
  background: linear-gradient(90deg, #2A2B7C 0%, #1d1e56 100%);
  padding: 1.25rem;
  overflow: hidden;
}
@media (min-width: 782px) {
  .c-small-card {
    min-height: 12.5rem;
  }
}
@media (min-width: 1400px) {
  .c-small-card {
    min-height: 13.75rem;
  }
}
.c-small-card:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  width: 180%;
  height: 180%;
  background: url("../images/logo-wings.svg") center center/contain no-repeat;
  opacity: 0.05;
  z-index: 0;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.c-small-card--primary:after {
  opacity: 0.075;
}
.c-small-card--primary-burgundy {
  background: #961844;
  background: linear-gradient(90deg, #961844 0%, #540d26 100%);
}
.c-small-card--secondary-1 {
  background: #009FE3;
  background: linear-gradient(90deg, #009FE3 0%, #006997 100%);
}
.c-small-card--secondary-2 {
  background: #EC6608;
  background: linear-gradient(90deg, #EC6608 0%, #a24605 100%);
}
.c-small-card--secondary-3 {
  background: #009870;
  background: linear-gradient(90deg, #009870 0%, #004c38 100%);
}
.c-small-card--secondary-4 {
  background: #E6007E;
  background: linear-gradient(90deg, #E6007E 0%, #9a0054 100%);
}
.c-small-card__label {
  position: relative;
  display: block;
  color: #fff;
  font-size: calc(1.1rem + 0.9vw);
  line-height: 1;
  z-index: 2;
}
@media (min-width: 782px) {
  .c-small-card__label {
    font-size: 1.625rem;
  }
}
@media (min-width: 1400px) {
  .c-small-card__label {
    font-size: 2.5rem;
  }
}
.c-small-card__label:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  margin-left: 0.625rem;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: all 0.15s ease-out;
}
@media (min-width: 1084px) {
  .c-small-card__label:after {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.c-small-card:hover:after {
  opacity: 0.08;
  -ms-transform: translate(-2%, -48%) scale(1.1);
      transform: translate(-2%, -48%) scale(1.1);
}
.c-small-card:hover .c-small-card__label:after {
  -ms-transform: translateX(0.125rem) rotate(45deg);
      transform: translateX(0.125rem) rotate(45deg);
}

.c-story-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.c-story-card * {
  margin: 0;
}
.c-story-card__thumbnail {
  position: relative;
  width: 100%;
  padding-top: 60%;
  background: #ddd center center/cover no-repeat;
  margin-bottom: 1rem;
}
.c-story-card__meta {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.625rem;
}
.c-story-card__datetime + .c-story-card__thumbnail {
  margin-top: 1rem;
}
.c-story-card__title {
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-size: calc(1.1rem + 0.9vw);
  margin-bottom: 0.75rem;
}
@media (min-width: 782px) {
  .c-story-card__title {
    font-size: 1.625rem;
  }
}
.c-story-card__excerpt {
  font-size: 1rem;
  line-height: 1.44;
}
@media (min-width: 782px) {
  .c-story-card__excerpt {
    font-size: 1.125rem;
  }
}
.c-story-card__title + .c-story-card__excerpt {
  margin-top: 0.75rem;
}
@media (min-width: 782px) {
  .c-story-card__title + .c-story-card__excerpt {
    margin-top: 1.25rem;
  }
}
.c-story-card__date {
  font-size: 0.875rem;
  color: #AEADAD;
}
.c-story-card__datetime {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 782px) {
  .c-story-card__datetime {
    font-size: 1.125rem;
  }
}
.c-story-card__link {
  margin-top: 1.2rem;
  position: static;
  width: fit-content;
}
.c-story-card__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (min-width: 1084px) {
  .c-story-card--horizontal-\@lg {
    align-items: flex-start;
    flex-direction: row;
    gap: 1.25rem;
  }
}
@media (min-width: 1084px) {
  .c-story-card--horizontal-\@lg .c-story-card__thumbnail {
    width: auto;
    flex: 0 0 40%;
    padding-top: 24%;
  }
}

.c-story-card--contrast {
  background-color: #fff;
  height: auto;
}
.c-story-card--contrast .c-story-card__body {
  padding: 1.25rem;
  padding-top: 0;
  height: 100%;
}

.c-stripe {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2A2B7C;
}
.c-stripe--sm {
  max-width: 5.875rem;
}
.c-stripe--md {
  max-width: 10rem;
}
.c-stripe--thick {
  height: 0.375rem;
}
.c-stripe--50 {
  max-width: 50%;
}

.c-subnav {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 0.375rem;
  background-color: #EEEEEE;
  cursor: pointer;
}
@media (min-width: 782px) {
  .c-subnav {
    max-width: 340px;
    cursor: auto;
  }
}
.c-subnav.preview {
  min-height: 6.25rem;
}
.c-subnav.preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-subnav__name {
  position: relative;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  display: block;
  margin: 0 !important;
  font-size: 1.125rem;
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
@media (min-width: 782px) {
  .c-subnav__name {
    display: none;
  }
}
@media (max-width: 781.98px) {
  .c-subnav__name:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.21875rem);
    right: 1.25rem;
    width: 0.4375rem;
    height: 0.4375rem;
    border-right: 0.125rem solid #222;
    border-top: 0.125rem solid #222;
    -ms-transform: translateY(calc(-50% + 0.21875rem)) rotate(135deg);
        transform: translateY(calc(-50% + 0.21875rem)) rotate(135deg);
    -ms-transform-origin: center;
        transform-origin: center;
  }
}
.c-subnav__body {
  position: relative;
  display: none;
  padding: 0 1.25rem 1.25rem;
}
@media (min-width: 782px) {
  .c-subnav__body {
    padding: 1.25rem;
    display: block;
  }
}
.c-subnav ul.c-subnav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-subnav ul.c-subnav__list > li {
  display: block;
  position: relative;
}
.c-subnav ul.c-subnav__list > li > a {
  position: relative;
  color: #222;
  display: block;
  border-radius: 0.375rem;
  padding: 0.625rem;
  transition: color 0.18s ease-out;
}
.c-subnav ul.c-subnav__list > li > a:hover {
  color: #961844;
}
.c-subnav ul.c-subnav__list > li.menu-item-has-children > a:after {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  width: 0.4375rem;
  height: 0.4375rem;
  top: -0.21875rem;
  border-right: 0.125rem solid #222;
  border-top: 0.125rem solid #222;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -ms-transform-origin: center;
      transform-origin: center;
}
.c-subnav ul.c-subnav__list > li.current-menu-parent > a, .c-subnav ul.c-subnav__list > li.current-menu-item > a {
  background-color: #fff;
  color: #222;
}
.c-subnav ul.c-subnav__list > li.menu-item-has-children.open > a:after, .c-subnav ul.c-subnav__list > li.current-menu-parent > a:after, .c-subnav ul.c-subnav__list > li.current-menu-ancestor > a:after {
  -ms-transform: rotate(-45deg) translate(-0.15625rem, 0.15625rem) !important;
      transform: rotateZ(-45deg) translate(-0.15625rem, 0.15625rem) !important;
}
.c-subnav ul.c-subnav__list .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0.25rem 0 0.95rem 1.5rem;
  zoom: 1;
  position: relative;
}
.c-subnav ul.c-subnav__list .sub-menu > li + li {
  margin-top: 1rem;
}
.c-subnav ul.c-subnav__list .sub-menu > li a {
  display: block;
  font-size: 1rem;
  line-height: 1;
  color: #7c7c7c;
}
.c-subnav ul.c-subnav__list .sub-menu > li a:hover {
  color: #961844;
}
.c-subnav ul.c-subnav__list .sub-menu > li.current_page_parent > a, .c-subnav ul.c-subnav__list .sub-menu > li.current-menu-parent > a, .c-subnav ul.c-subnav__list .sub-menu > li.current-menu-item > a {
  color: #222;
  font-family: "calluna_sanssemibold";
  font-weight: normal;
  font-style: normal;
}
.c-subnav ul.c-subnav__list li.current-menu-parent .sub-menu,
.c-subnav ul.c-subnav__list li.current-menu-ancestor .sub-menu {
  display: block;
  margin-top: 1rem;
}

.c-tag {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 1rem;
}
.c-tag span {
  background-color: #2A2B7C;
  margin-right: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  position: relative;
}

.c-timeline__main {
  display: flex;
  flex-direction: column;
}
.c-timeline__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5625rem;
  padding-top: 2.5rem;
}
@media (min-width: 782px) {
  .c-timeline__item {
    padding-top: 3.125rem;
  }
}
@media (min-width: 782px) {
  .c-timeline__item {
    flex-direction: row;
  }
}
@media (min-width: 782px) {
  .c-timeline__item:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.c-timeline__item:first-of-type .c-timeline__anchor {
  flex-direction: column;
}
.c-timeline__item:first-of-type .c-timeline__anchor__line:before, .c-timeline__item:last-of-type .c-timeline__anchor__line:after {
  content: "";
  border: 0.0625rem solid #2A2B7C;
  border-radius: 50%;
  width: 0.5625rem;
  height: 0.5625rem;
  position: absolute;
  left: 0;
  -ms-transform: translateX(-0.25rem);
      transform: translateX(-0.25rem);
}
.c-timeline__item:first-of-type .c-timeline__anchor__line {
  margin-top: 0.5625rem;
}
.c-timeline__item:first-of-type .c-timeline__anchor__line:before {
  top: -0.5625rem;
}
.c-timeline__item:last-of-type .c-timeline__anchor__line {
  margin-bottom: 0.5625rem;
}
@media (min-width: 782px) {
  .c-timeline__item:last-of-type .c-timeline__anchor__line {
    margin-bottom: 0.5625rem4.4375rem;
  }
}
.c-timeline__item:last-of-type .c-timeline__anchor__line:after {
  bottom: -0.5625rem;
}
.c-timeline__anchor {
  order: 1;
  display: flex;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  padding-top: 0.625rem;
  flex-direction: column-reverse;
}
@media (min-width: 782px) {
  .c-timeline__anchor {
    flex-direction: column;
    flex: 1 1 16%;
    order: 2;
  }
}
.c-timeline__anchor__inner {
  font-size: calc(1.1rem + 0.9vw);
  flex-shrink: 1;
}
@media (min-width: 782px) {
  .c-timeline__anchor__inner {
    font-size: 1.625rem;
  }
}
.c-timeline__anchor__line {
  flex-grow: 1;
  width: 0.0625rem;
  height: 100%;
  min-height: 5.0625rem;
  background: #2A2B7C;
  position: relative;
}
.c-timeline__media {
  order: 2;
  width: 100%;
}
@media (min-width: 782px) {
  .c-timeline__media {
    flex: 1 1 42%;
    order: 1;
  }
}
.c-timeline__image {
  background: transparent center center no-repeat;
  background-size: cover;
  padding-top: 133.3333333333%;
}
.c-timeline__image--square {
  padding-top: 100%;
}
.c-timeline__image--16-9 {
  padding-top: 56.25%;
}
.c-timeline__image--3-2 {
  padding-top: 66.6666666667%;
}
.c-timeline__image--4-3 {
  padding-top: 75%;
}
.c-timeline__text {
  order: 3;
}
@media (min-width: 782px) {
  .c-timeline__text {
    flex: 1 1 42%;
    order: 3;
  }
}

.c-timeline__nav {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.c-timeline__nav:before, .c-timeline__nav:after {
  content: "";
  display: block;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, transparent, #fff);
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 782px) {
  .c-timeline__nav:before, .c-timeline__nav:after {
    display: none;
  }
}
.c-timeline__nav:after {
  right: auto;
  left: 0;
  background: linear-gradient(to left, transparent, #fff);
}
.c-timeline__nav__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: 2rem;
  padding-right: 1rem;
  justify-content: center;
  flex-direction: row;
}
.c-timeline__nav__inner::-webkit-scrollbar {
  display: none;
}
@media (min-width: 782px) {
  .c-timeline__nav__inner {
    display: inline-flex;
    gap: 1rem 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-timeline__nav__inner > * {
  display: inline-block;
  flex: 0 0 auto;
  white-space: normal; /* Allows text to wrap naturally */
  word-wrap: break-word; /* Breaks long words if needed */
  max-width: 100%; /* Ensures the link doesn’t exceed its container */
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  color: #2A2B7C;
  text-transform: uppercase;
  line-height: 1;
}
.c-timeline__nav__inner > *:last-child {
  margin-right: 1.5rem; /* Extra buffer for last link */
}

.c-vector {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.c-vector--center {
  flex-direction: column;
}
.c-vector--icon-social svg,
.c-vector--icon-social img {
  width: 1.25rem;
}
.c-vector--icon-heading-lg img, .c-vector--icon-heading-lg svg {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.75rem;
}
@media (min-width: 782px) {
  .c-vector--icon-heading-lg img, .c-vector--icon-heading-lg svg {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 0.9rem;
  }
}
@media (min-width: 1084px) {
  .c-vector--icon-heading-lg img, .c-vector--icon-heading-lg svg {
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1rem;
  }
}
@media (min-width: 1400px) {
  .c-vector--icon-heading-lg img, .c-vector--icon-heading-lg svg {
    width: 5rem;
    height: 5rem;
    margin-right: 1rem;
  }
}
.c-vector--icon-event svg,
.c-vector--icon-event img {
  width: 1.25rem;
}
.c-vector--logo-connect {
  max-width: 11.25rem;
}
@media (min-width: 1084px) {
  .c-vector--logo-connect {
    max-width: 14.25rem;
    height: auto;
  }
}

.c-menu .c-vector--header svg path {
  fill: #fff;
  color: #fff;
}

.c-wp {
  display: inline-block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6rem;
  /*
  * Images
  */
}
@media (min-width: 782px) {
  .c-wp {
    font-size: 1.125rem;
  }
}
.single .c-wp {
  display: inline-block;
  width: 100%;
  position: relative;
}
.c-wp > :first-child {
  margin-top: 0 !important;
}
.c-wp > :last-child {
  margin-bottom: 0 !important;
}
.c-wp > h1, .c-wp > .h1 {
  line-height: 1.2;
  font-size: calc(1.5rem + 0.9vw);
}
@media (min-width: 782px) {
  .c-wp > h1, .c-wp > .h1 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1084px) {
  .c-wp > h1, .c-wp > .h1 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .c-wp > h1, .c-wp > .h1 {
    font-size: 2.5rem;
  }
}
.c-wp > h2, .c-wp > .h2,
.c-wp > h3,
.c-wp > .h3 {
  font-size: calc(1.1rem + 0.9vw);
}
@media (min-width: 782px) {
  .c-wp > h2, .c-wp > .h2,
  .c-wp > h3,
  .c-wp > .h3 {
    font-size: 1.625rem;
  }
}
.c-wp > h4, .c-wp > .h4,
.c-wp > h5,
.c-wp > .h5,
.c-wp > h6,
.c-wp > .h6 {
  font-size: 1rem;
}
@media (min-width: 782px) {
  .c-wp > h4, .c-wp > .h4,
  .c-wp > h5,
  .c-wp > .h5,
  .c-wp > h6,
  .c-wp > .h6 {
    font-size: 1.125rem;
  }
}
.c-wp h1, .c-wp .h1,
.c-wp h2,
.c-wp .h2,
.c-wp h3,
.c-wp .h3,
.c-wp h4,
.c-wp .h4,
.c-wp h5,
.c-wp .h5,
.c-wp h6,
.c-wp .h6 {
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 1.8rem;
}
@media (min-width: 1084px) {
  .c-wp h1, .c-wp .h1,
  .c-wp h2,
  .c-wp .h2,
  .c-wp h3,
  .c-wp .h3,
  .c-wp h4,
  .c-wp .h4,
  .c-wp h5,
  .c-wp .h5,
  .c-wp h6,
  .c-wp .h6 {
    margin-bottom: 2.25rem;
  }
}
.c-wp > p strong {
  font-family: "calluna_sanssemibold";
  font-weight: normal;
  font-style: normal;
}
.c-wp a:not([class]):not(.c-block a):not(.c-button):not(.c-event-card__link):not(.c-info-card__cta):not(.c-media-card__button):not(.c-overlapped-card__link):not(.c-story-card__link) {
  color: #009FE3;
}
.c-wp a:not([class]):not(.c-block a):not(.c-button):not(.c-event-card__link):not(.c-info-card__cta):not(.c-media-card__button):not(.c-overlapped-card__link):not(.c-story-card__link):hover {
  color: #007bb0;
}
.single-event .c-wp a:not(.c-button):not(.c-event-card__link):not(.c-info-card__cta):not(.c-media-card__button):not(.c-overlapped-card__link):not(.c-story-card__link) {
  color: rgba(236, 102, 8, 0.8);
}
.single-event .c-wp a:not(.c-button):not(.c-event-card__link):not(.c-info-card__cta):not(.c-media-card__button):not(.c-overlapped-card__link):not(.c-story-card__link):hover {
  color: #EC6608;
}
.c-wp * + .c-button, .c-wp .wp-block-button.is-style-button-clear-secondary-4 * + a, .c-wp .wp-block-button.is-style-button-clear-secondary-3 * + a, .c-wp .wp-block-button.is-style-button-clear-secondary-2 * + a, .c-wp .wp-block-button.is-style-button-clear-secondary-1 * + a, .c-wp .wp-block-button.is-style-button-clear-primary * + a, .c-wp .wp-block-button.is-style-button-outline-secondary-4 * + a, .c-wp .wp-block-button.is-style-button-outline-secondary-3 * + a, .c-wp .wp-block-button.is-style-button-outline-secondary-2 * + a, .c-wp .wp-block-button.is-style-button-outline-secondary-1 * + a, .c-wp .wp-block-button.is-style-button-outline-primary * + a, .c-wp .wp-block-button.is-style-button-secondary-4 * + a, .c-wp .wp-block-button.is-style-button-secondary-3 * + a, .c-wp .wp-block-button.is-style-button-secondary-2 * + a, .c-wp .wp-block-button.is-style-button-secondary-1 * + a, .c-wp .wp-block-button.is-style-button-primary-burgundy * + a, .c-wp .wp-block-button * + a, .c-wp * + .c-event-card__link, .c-wp * + .c-info-card__cta, .c-wp * + .c-media-card__button, .c-wp * + .c-overlapped-card__link, .c-wp * + .c-story-card__link {
  margin-top: 1rem;
}
.c-wp img {
  max-width: 100% !important;
  height: auto !important;
  margin-bottom: 1rem;
}
.c-wp .c-block {
  display: block;
  position: relative;
  clear: both;
}
.c-wp .wp-block-quote {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #2A2B7C;
  border-left: 2px solid #2A2B7C;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
.c-wp .wp-block-quote > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .c-wp .wp-block-quote {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid #2A2B7C;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  .c-wp .wp-block-quote {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
.c-wp .wp-block-quote:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote.svg) center center/contain no-repeat;
}
.c-wp .wp-block-quote:after {
  content: "";
  clear: both;
  display: table;
}
.c-wp .wp-block-quote cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.c-wp .wp-block-quote.has-text-align-right {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #2A2B7C;
  border-left: 2px solid #2A2B7C;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
  border-left: 0 !important;
  border-right: 2px solid #2A2B7C !important;
  float: right !important;
  margin-right: 0 !important;
  margin-left: 1.75rem !important;
}
.c-wp .wp-block-quote.has-text-align-right > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .c-wp .wp-block-quote.has-text-align-right {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid #2A2B7C;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  .c-wp .wp-block-quote.has-text-align-right {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
.c-wp .wp-block-quote.has-text-align-right:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote.svg) center center/contain no-repeat;
}
.c-wp .wp-block-quote.has-text-align-right:after {
  content: "";
  clear: both;
  display: table;
}
.c-wp .wp-block-quote.has-text-align-right cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.c-wp .wp-block-quote.is-style-blockquote-fullwidth {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  border-left: 2px solid;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
  max-width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.c-wp .wp-block-quote.is-style-blockquote-fullwidth > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .c-wp .wp-block-quote.is-style-blockquote-fullwidth {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  .c-wp .wp-block-quote.is-style-blockquote-fullwidth {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
.c-wp .wp-block-quote.is-style-blockquote-fullwidth:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote.svg) center center/contain no-repeat;
}
.c-wp .wp-block-quote.is-style-blockquote-fullwidth:after {
  content: "";
  clear: both;
  display: table;
}
.c-wp .wp-block-quote.is-style-blockquote-fullwidth cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.c-wp .wp-block-quote.has-primary-burgundy-color {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #961844;
  border-left: 2px solid #961844;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
.c-wp .wp-block-quote.has-primary-burgundy-color > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .c-wp .wp-block-quote.has-primary-burgundy-color {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid #961844;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  .c-wp .wp-block-quote.has-primary-burgundy-color {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
.c-wp .wp-block-quote.has-primary-burgundy-color:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote-burgundy.svg) center center/contain no-repeat;
}
.c-wp .wp-block-quote.has-primary-burgundy-color:after {
  content: "";
  clear: both;
  display: table;
}
.c-wp .wp-block-quote.has-primary-burgundy-color cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.c-wp .wp-block-quote.has-secondary-1-color {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #009FE3;
  border-left: 2px solid #009FE3;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
.c-wp .wp-block-quote.has-secondary-1-color > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .c-wp .wp-block-quote.has-secondary-1-color {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid #009FE3;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  .c-wp .wp-block-quote.has-secondary-1-color {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
.c-wp .wp-block-quote.has-secondary-1-color:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote-blue-light.svg) center center/contain no-repeat;
}
.c-wp .wp-block-quote.has-secondary-1-color:after {
  content: "";
  clear: both;
  display: table;
}
.c-wp .wp-block-quote.has-secondary-1-color cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.c-wp .wp-block-quote.has-secondary-2-color {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #EC6608;
  border-left: 2px solid #EC6608;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
.c-wp .wp-block-quote.has-secondary-2-color > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .c-wp .wp-block-quote.has-secondary-2-color {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid #EC6608;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  .c-wp .wp-block-quote.has-secondary-2-color {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
.c-wp .wp-block-quote.has-secondary-2-color:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote-orange.svg) center center/contain no-repeat;
}
.c-wp .wp-block-quote.has-secondary-2-color:after {
  content: "";
  clear: both;
  display: table;
}
.c-wp .wp-block-quote.has-secondary-2-color cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.c-wp .wp-block-quote.has-secondary-3-color {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #009870;
  border-left: 2px solid #009870;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
.c-wp .wp-block-quote.has-secondary-3-color > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .c-wp .wp-block-quote.has-secondary-3-color {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid #009870;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  .c-wp .wp-block-quote.has-secondary-3-color {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
.c-wp .wp-block-quote.has-secondary-3-color:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote-green.svg) center center/contain no-repeat;
}
.c-wp .wp-block-quote.has-secondary-3-color:after {
  content: "";
  clear: both;
  display: table;
}
.c-wp .wp-block-quote.has-secondary-3-color cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.c-wp .wp-block-quote.has-secondary-4-color {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #009870;
  border-left: 2px solid #009870;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
.c-wp .wp-block-quote.has-secondary-4-color > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .c-wp .wp-block-quote.has-secondary-4-color {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid #009870;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  .c-wp .wp-block-quote.has-secondary-4-color {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
.c-wp .wp-block-quote.has-secondary-4-color:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote-pink.svg) center center/contain no-repeat;
}
.c-wp .wp-block-quote.has-secondary-4-color:after {
  content: "";
  clear: both;
  display: table;
}
.c-wp .wp-block-quote.has-secondary-4-color cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.c-wp .wp-block-quote.has-black-color {
  position: relative;
  width: 100%;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  color: #222;
  border-left: 2px solid #222;
  margin-bottom: 1rem;
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
  font-style: italic;
}
.c-wp .wp-block-quote.has-black-color > :last-child {
  margin-bottom: 0 !important;
}
@media (min-width: 782px) {
  .c-wp .wp-block-quote.has-black-color {
    margin-top: 0.5rem;
    float: left;
    border-left: 0;
    border-right: 2px solid #222;
    max-width: 50%;
    margin-right: 1.75rem;
    padding: 1.5625rem;
    padding-left: 0;
  }
}
@media (min-width: 1084px) {
  .c-wp .wp-block-quote.has-black-color {
    max-width: 25rem;
    margin-right: 2.75rem;
  }
}
.c-wp .wp-block-quote.has-black-color:before {
  content: "";
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background: url(../images/icons/blockquote-black.svg) center center/contain no-repeat;
}
.c-wp .wp-block-quote.has-black-color:after {
  content: "";
  clear: both;
  display: table;
}
.c-wp .wp-block-quote.has-black-color cite {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.c-wp .wp-block-buttons {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.c-wp table {
  overflow-x: auto;
  border-collapse: collapse;
  border-radius: 0.25rem;
  line-height: 1;
  color: #2A2B7C;
}
.c-wp table th,
.c-wp table td {
  border: 0;
  padding: 1.25rem;
}
.c-wp table thead {
  border: 0;
}
.c-wp table + *:not(figcaption) {
  margin-top: 40px;
}
.c-wp .wp-block-table {
  border-radius: 0.25rem;
}
.c-wp .wp-block-table table {
  table-layout: auto;
  width: 100%;
}
.c-wp .wp-block-table table th, .c-wp .wp-block-table table td {
  word-break: normal;
}
.c-wp .wp-block-table.is-style-regular {
  border-radius: 0.25rem;
  overflow: hidden;
}
.c-wp .wp-block-table.is-style-regular table {
  border-radius: 0.25rem;
  border-collapse: collapse;
}
.c-wp .wp-block-table.is-style-regular table th,
.c-wp .wp-block-table.is-style-regular table td {
  border: 1px solid #7c7c7c;
}
.c-wp .wp-block-table.is-style-stripes thead tr th {
  text-align: left;
  background-color: #2A2B7C;
  color: #fff;
}
.c-wp .wp-block-table.is-style-stripes thead tr th + th {
  border-left: 0.0625rem solid #fff;
}
.c-wp .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #EEEEEE;
}
.c-wp .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: rgba(238, 238, 238, 0.5);
}
.c-wp .wp-block-table.is-style-stripes tbody tr td + td {
  border-left: 1px solid #7c7c7c;
}
.c-wp .has-chronicle-display-font-family {
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
}
.c-wp .u-fs-xl,
.c-wp .has-xlarge-font-size {
  line-height: 1.15;
  font-size: calc(2rem + 1vw);
}
@media (min-width: 782px) {
  .c-wp .u-fs-xl,
  .c-wp .has-xlarge-font-size {
    font-size: calc(2.4rem + 1vw);
  }
}
@media (min-width: 1084px) {
  .c-wp .u-fs-xl,
  .c-wp .has-xlarge-font-size {
    font-size: 3.125rem;
  }
}
.c-wp .u-fs-lg,
.c-wp .has-large-font-size {
  line-height: 1.2;
  font-size: calc(1.5rem + 0.9vw);
}
@media (min-width: 782px) {
  .c-wp .u-fs-lg,
  .c-wp .has-large-font-size {
    font-size: 1.8rem;
  }
}
@media (min-width: 1084px) {
  .c-wp .u-fs-lg,
  .c-wp .has-large-font-size {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .c-wp .u-fs-lg,
  .c-wp .has-large-font-size {
    font-size: 2.5rem;
  }
}
.c-wp .u-fs-md,
.c-wp .has-medium-font-size {
  line-height: 1.2;
  font-size: calc(1.35rem + 1vw);
}
@media (min-width: 782px) {
  .c-wp .u-fs-md,
  .c-wp .has-medium-font-size {
    font-size: calc(1.5rem + 1.25vw);
  }
}
@media (min-width: 1084px) {
  .c-wp .u-fs-md,
  .c-wp .has-medium-font-size {
    line-height: 1.3;
    font-size: 2.125rem;
  }
}
.c-wp .u-fs-sm,
.c-wp .has-small-font-size {
  font-size: calc(1.1rem + 0.9vw);
}
@media (min-width: 782px) {
  .c-wp .u-fs-sm,
  .c-wp .has-small-font-size {
    font-size: 1.625rem;
  }
}
.c-wp .u-fs-xs,
.c-wp .has-xsmall-font-size {
  font-size: 1rem;
}
@media (min-width: 782px) {
  .c-wp .u-fs-xs,
  .c-wp .has-xsmall-font-size {
    font-size: 1.125rem;
  }
}
.c-wp .u-fs-16,
.c-wp .has-16-font-size {
  font-size: 1rem;
}
/* Helpers
    ========================================================================== */
/* Utilities
    ========================================================================== */
.u-divider-x {
  list-style: none;
  padding: 0;
  margin: 0;
}
.u-divider-x li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.u-divider-x li + li:before {
  content: "|";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.u-fs-xxl {
  line-height: 1.15;
  font-size: calc(2.5rem + 1vw);
}
@media (min-width: 782px) {
  .u-fs-xxl {
    font-size: calc(4rem + 1vw);
  }
}
@media (min-width: 1084px) {
  .u-fs-xxl {
    font-size: 6.25rem;
  }
}
.u-fs-xl-2 {
  line-height: 1;
  font-size: calc(2rem + 1vw);
}
@media (min-width: 782px) {
  .u-fs-xl-2 {
    font-size: calc(2.4rem + 1vw);
  }
}
@media (min-width: 1084px) {
  .u-fs-xl-2 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1400px) {
  .u-fs-xl-2 {
    font-size: 5rem;
  }
}
.u-fs-xl {
  line-height: 1.15;
  font-size: calc(2rem + 1vw);
}
@media (min-width: 782px) {
  .u-fs-xl {
    font-size: calc(2.4rem + 1vw);
  }
}
@media (min-width: 1084px) {
  .u-fs-xl {
    font-size: 3.125rem;
  }
}
.u-fs-lg {
  line-height: 1.2;
  font-size: calc(1.5rem + 0.9vw);
}
@media (min-width: 782px) {
  .u-fs-lg {
    font-size: 1.8rem;
  }
}
@media (min-width: 1084px) {
  .u-fs-lg {
    font-size: 2.125rem;
  }
}
@media (min-width: 1400px) {
  .u-fs-lg {
    font-size: 2.5rem;
  }
}
.u-fs-md {
  line-height: 1.2;
  font-size: calc(1.35rem + 1vw);
}
@media (min-width: 782px) {
  .u-fs-md {
    font-size: calc(1.5rem + 1.25vw);
  }
}
@media (min-width: 1084px) {
  .u-fs-md {
    line-height: 1.3;
    font-size: 2.125rem;
  }
}
.u-fs-sm {
  font-size: calc(1.1rem + 0.9vw);
}
@media (min-width: 782px) {
  .u-fs-sm {
    font-size: 1.625rem;
  }
}
.u-fs-xs {
  font-size: 1rem;
}
@media (min-width: 782px) {
  .u-fs-xs {
    font-size: 1.125rem;
  }
}
.u-fs-16 {
  font-size: 1rem;
}
.u-fs-14 {
  font-size: 0.875rem;
}
.u-fs-0 {
  font-size: 0;
}

.u-lead {
  font-family: "chronicle_displayroman";
  font-weight: normal;
  font-style: normal;
}

.u-bold {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
}

.u-semibold {
  font-family: "calluna_sanssemibold";
  font-weight: normal;
  font-style: normal;
}

@media (max-width: 781.98px) {
  .u-pad-sm-none {
    padding: 0;
  }
}

.u-uppercase {
  font-family: "calluna_sansbold";
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 2.5rem !important;
}

.m-7 {
  margin: 3.75rem !important;
}

.m-8 {
  margin: 5.625rem !important;
}

.m-9 {
  margin: 6.25rem !important;
}

.m-10 {
  margin: 7.5rem !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.25rem !important;
  margin-left: 1.25rem !important;
}

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

.mx-6 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-7 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-8 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}

.mx-9 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-10 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !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.25rem !important;
  margin-bottom: 1.25rem !important;
}

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

.my-6 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-7 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-8 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.my-9 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-10 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !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.25rem !important;
}

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

.mt-6 {
  margin-top: 2.5rem !important;
}

.mt-7 {
  margin-top: 3.75rem !important;
}

.mt-8 {
  margin-top: 5.625rem !important;
}

.mt-9 {
  margin-top: 6.25rem !important;
}

.mt-10 {
  margin-top: 7.5rem !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.25rem !important;
}

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

.me-6 {
  margin-right: 2.5rem !important;
}

.me-7 {
  margin-right: 3.75rem !important;
}

.me-8 {
  margin-right: 5.625rem !important;
}

.me-9 {
  margin-right: 6.25rem !important;
}

.me-10 {
  margin-right: 7.5rem !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.25rem !important;
}

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

.mb-6 {
  margin-bottom: 2.5rem !important;
}

.mb-7 {
  margin-bottom: 3.75rem !important;
}

.mb-8 {
  margin-bottom: 5.625rem !important;
}

.mb-9 {
  margin-bottom: 6.25rem !important;
}

.mb-10 {
  margin-bottom: 7.5rem !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.25rem !important;
}

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

.ms-6 {
  margin-left: 2.5rem !important;
}

.ms-7 {
  margin-left: 3.75rem !important;
}

.ms-8 {
  margin-left: 5.625rem !important;
}

.ms-9 {
  margin-left: 6.25rem !important;
}

.ms-10 {
  margin-left: 7.5rem !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.25rem !important;
}

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

.p-6 {
  padding: 2.5rem !important;
}

.p-7 {
  padding: 3.75rem !important;
}

.p-8 {
  padding: 5.625rem !important;
}

.p-9 {
  padding: 6.25rem !important;
}

.p-10 {
  padding: 7.5rem !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.25rem !important;
  padding-left: 1.25rem !important;
}

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

.px-6 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-7 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-8 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

.px-9 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-10 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !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.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.py-6 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-7 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-8 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.py-9 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-10 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !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.25rem !important;
}

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

.pt-6 {
  padding-top: 2.5rem !important;
}

.pt-7 {
  padding-top: 3.75rem !important;
}

.pt-8 {
  padding-top: 5.625rem !important;
}

.pt-9 {
  padding-top: 6.25rem !important;
}

.pt-10 {
  padding-top: 7.5rem !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.25rem !important;
}

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

.pe-6 {
  padding-right: 2.5rem !important;
}

.pe-7 {
  padding-right: 3.75rem !important;
}

.pe-8 {
  padding-right: 5.625rem !important;
}

.pe-9 {
  padding-right: 6.25rem !important;
}

.pe-10 {
  padding-right: 7.5rem !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.25rem !important;
}

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

.pb-6 {
  padding-bottom: 2.5rem !important;
}

.pb-7 {
  padding-bottom: 3.75rem !important;
}

.pb-8 {
  padding-bottom: 5.625rem !important;
}

.pb-9 {
  padding-bottom: 6.25rem !important;
}

.pb-10 {
  padding-bottom: 7.5rem !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.25rem !important;
}

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

.ps-6 {
  padding-left: 2.5rem !important;
}

.ps-7 {
  padding-left: 3.75rem !important;
}

.ps-8 {
  padding-left: 5.625rem !important;
}

.ps-9 {
  padding-left: 6.25rem !important;
}

.ps-10 {
  padding-left: 7.5rem !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.25rem !important;
}

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

.gap-6 {
  gap: 2.5rem !important;
}

.gap-7 {
  gap: 3.75rem !important;
}

.gap-8 {
  gap: 5.625rem !important;
}

.gap-9 {
  gap: 6.25rem !important;
}

.gap-10 {
  gap: 7.5rem !important;
}

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

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

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

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

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

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

.row-gap-6 {
  row-gap: 2.5rem !important;
}

.row-gap-7 {
  row-gap: 3.75rem !important;
}

.row-gap-8 {
  row-gap: 5.625rem !important;
}

.row-gap-9 {
  row-gap: 6.25rem !important;
}

.row-gap-10 {
  row-gap: 7.5rem !important;
}

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

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

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

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

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

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

.column-gap-6 {
  column-gap: 2.5rem !important;
}

.column-gap-7 {
  column-gap: 3.75rem !important;
}

.column-gap-8 {
  column-gap: 5.625rem !important;
}

.column-gap-9 {
  column-gap: 6.25rem !important;
}

.column-gap-10 {
  column-gap: 7.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-base {
  line-height: 1.6 !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-primary-burgundy {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-burgundy-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.25rem !important;
  }
  .m-sm-5 {
    margin: 1.875rem !important;
  }
  .m-sm-6 {
    margin: 2.5rem !important;
  }
  .m-sm-7 {
    margin: 3.75rem !important;
  }
  .m-sm-8 {
    margin: 5.625rem !important;
  }
  .m-sm-9 {
    margin: 6.25rem !important;
  }
  .m-sm-10 {
    margin: 7.5rem !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.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-8 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-9 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-8 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-6 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-8 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-9 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-10 {
    margin-top: 7.5rem !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.25rem !important;
  }
  .me-sm-5 {
    margin-right: 1.875rem !important;
  }
  .me-sm-6 {
    margin-right: 2.5rem !important;
  }
  .me-sm-7 {
    margin-right: 3.75rem !important;
  }
  .me-sm-8 {
    margin-right: 5.625rem !important;
  }
  .me-sm-9 {
    margin-right: 6.25rem !important;
  }
  .me-sm-10 {
    margin-right: 7.5rem !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.25rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-6 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-8 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-9 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-10 {
    margin-left: 7.5rem !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.25rem !important;
  }
  .p-sm-5 {
    padding: 1.875rem !important;
  }
  .p-sm-6 {
    padding: 2.5rem !important;
  }
  .p-sm-7 {
    padding: 3.75rem !important;
  }
  .p-sm-8 {
    padding: 5.625rem !important;
  }
  .p-sm-9 {
    padding: 6.25rem !important;
  }
  .p-sm-10 {
    padding: 7.5rem !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.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-8 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-9 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !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.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-8 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-6 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-8 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-9 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-10 {
    padding-top: 7.5rem !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.25rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-6 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-8 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-9 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-10 {
    padding-right: 7.5rem !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.25rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-6 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-8 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-9 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-10 {
    padding-left: 7.5rem !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.25rem !important;
  }
  .gap-sm-5 {
    gap: 1.875rem !important;
  }
  .gap-sm-6 {
    gap: 2.5rem !important;
  }
  .gap-sm-7 {
    gap: 3.75rem !important;
  }
  .gap-sm-8 {
    gap: 5.625rem !important;
  }
  .gap-sm-9 {
    gap: 6.25rem !important;
  }
  .gap-sm-10 {
    gap: 7.5rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 1.875rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 5.625rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 6.25rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 7.5rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 1.875rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 2.5rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 3.75rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 5.625rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 6.25rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 7.5rem !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: 782px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.25rem !important;
  }
  .m-md-5 {
    margin: 1.875rem !important;
  }
  .m-md-6 {
    margin: 2.5rem !important;
  }
  .m-md-7 {
    margin: 3.75rem !important;
  }
  .m-md-8 {
    margin: 5.625rem !important;
  }
  .m-md-9 {
    margin: 6.25rem !important;
  }
  .m-md-10 {
    margin: 7.5rem !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.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-8 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-9 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-8 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .mt-md-5 {
    margin-top: 1.875rem !important;
  }
  .mt-md-6 {
    margin-top: 2.5rem !important;
  }
  .mt-md-7 {
    margin-top: 3.75rem !important;
  }
  .mt-md-8 {
    margin-top: 5.625rem !important;
  }
  .mt-md-9 {
    margin-top: 6.25rem !important;
  }
  .mt-md-10 {
    margin-top: 7.5rem !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.25rem !important;
  }
  .me-md-5 {
    margin-right: 1.875rem !important;
  }
  .me-md-6 {
    margin-right: 2.5rem !important;
  }
  .me-md-7 {
    margin-right: 3.75rem !important;
  }
  .me-md-8 {
    margin-right: 5.625rem !important;
  }
  .me-md-9 {
    margin-right: 6.25rem !important;
  }
  .me-md-10 {
    margin-right: 7.5rem !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.25rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-9 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-10 {
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .ms-md-5 {
    margin-left: 1.875rem !important;
  }
  .ms-md-6 {
    margin-left: 2.5rem !important;
  }
  .ms-md-7 {
    margin-left: 3.75rem !important;
  }
  .ms-md-8 {
    margin-left: 5.625rem !important;
  }
  .ms-md-9 {
    margin-left: 6.25rem !important;
  }
  .ms-md-10 {
    margin-left: 7.5rem !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.25rem !important;
  }
  .p-md-5 {
    padding: 1.875rem !important;
  }
  .p-md-6 {
    padding: 2.5rem !important;
  }
  .p-md-7 {
    padding: 3.75rem !important;
  }
  .p-md-8 {
    padding: 5.625rem !important;
  }
  .p-md-9 {
    padding: 6.25rem !important;
  }
  .p-md-10 {
    padding: 7.5rem !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.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-8 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-9 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !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.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-8 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .pt-md-5 {
    padding-top: 1.875rem !important;
  }
  .pt-md-6 {
    padding-top: 2.5rem !important;
  }
  .pt-md-7 {
    padding-top: 3.75rem !important;
  }
  .pt-md-8 {
    padding-top: 5.625rem !important;
  }
  .pt-md-9 {
    padding-top: 6.25rem !important;
  }
  .pt-md-10 {
    padding-top: 7.5rem !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.25rem !important;
  }
  .pe-md-5 {
    padding-right: 1.875rem !important;
  }
  .pe-md-6 {
    padding-right: 2.5rem !important;
  }
  .pe-md-7 {
    padding-right: 3.75rem !important;
  }
  .pe-md-8 {
    padding-right: 5.625rem !important;
  }
  .pe-md-9 {
    padding-right: 6.25rem !important;
  }
  .pe-md-10 {
    padding-right: 7.5rem !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.25rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-8 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-9 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-10 {
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .ps-md-5 {
    padding-left: 1.875rem !important;
  }
  .ps-md-6 {
    padding-left: 2.5rem !important;
  }
  .ps-md-7 {
    padding-left: 3.75rem !important;
  }
  .ps-md-8 {
    padding-left: 5.625rem !important;
  }
  .ps-md-9 {
    padding-left: 6.25rem !important;
  }
  .ps-md-10 {
    padding-left: 7.5rem !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.25rem !important;
  }
  .gap-md-5 {
    gap: 1.875rem !important;
  }
  .gap-md-6 {
    gap: 2.5rem !important;
  }
  .gap-md-7 {
    gap: 3.75rem !important;
  }
  .gap-md-8 {
    gap: 5.625rem !important;
  }
  .gap-md-9 {
    gap: 6.25rem !important;
  }
  .gap-md-10 {
    gap: 7.5rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-5 {
    row-gap: 1.875rem !important;
  }
  .row-gap-md-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-8 {
    row-gap: 5.625rem !important;
  }
  .row-gap-md-9 {
    row-gap: 6.25rem !important;
  }
  .row-gap-md-10 {
    row-gap: 7.5rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-md-5 {
    column-gap: 1.875rem !important;
  }
  .column-gap-md-6 {
    column-gap: 2.5rem !important;
  }
  .column-gap-md-7 {
    column-gap: 3.75rem !important;
  }
  .column-gap-md-8 {
    column-gap: 5.625rem !important;
  }
  .column-gap-md-9 {
    column-gap: 6.25rem !important;
  }
  .column-gap-md-10 {
    column-gap: 7.5rem !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: 1084px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.25rem !important;
  }
  .m-lg-5 {
    margin: 1.875rem !important;
  }
  .m-lg-6 {
    margin: 2.5rem !important;
  }
  .m-lg-7 {
    margin: 3.75rem !important;
  }
  .m-lg-8 {
    margin: 5.625rem !important;
  }
  .m-lg-9 {
    margin: 6.25rem !important;
  }
  .m-lg-10 {
    margin: 7.5rem !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.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-8 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-9 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-8 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-6 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-8 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-9 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-10 {
    margin-top: 7.5rem !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.25rem !important;
  }
  .me-lg-5 {
    margin-right: 1.875rem !important;
  }
  .me-lg-6 {
    margin-right: 2.5rem !important;
  }
  .me-lg-7 {
    margin-right: 3.75rem !important;
  }
  .me-lg-8 {
    margin-right: 5.625rem !important;
  }
  .me-lg-9 {
    margin-right: 6.25rem !important;
  }
  .me-lg-10 {
    margin-right: 7.5rem !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.25rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-6 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-8 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-9 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-10 {
    margin-left: 7.5rem !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.25rem !important;
  }
  .p-lg-5 {
    padding: 1.875rem !important;
  }
  .p-lg-6 {
    padding: 2.5rem !important;
  }
  .p-lg-7 {
    padding: 3.75rem !important;
  }
  .p-lg-8 {
    padding: 5.625rem !important;
  }
  .p-lg-9 {
    padding: 6.25rem !important;
  }
  .p-lg-10 {
    padding: 7.5rem !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.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-8 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-9 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !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.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-8 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-6 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-8 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-9 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-10 {
    padding-top: 7.5rem !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.25rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-6 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-8 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-9 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-10 {
    padding-right: 7.5rem !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.25rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-6 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-8 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-9 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-10 {
    padding-left: 7.5rem !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.25rem !important;
  }
  .gap-lg-5 {
    gap: 1.875rem !important;
  }
  .gap-lg-6 {
    gap: 2.5rem !important;
  }
  .gap-lg-7 {
    gap: 3.75rem !important;
  }
  .gap-lg-8 {
    gap: 5.625rem !important;
  }
  .gap-lg-9 {
    gap: 6.25rem !important;
  }
  .gap-lg-10 {
    gap: 7.5rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 1.875rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 7.5rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 1.875rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 2.5rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 3.75rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 5.625rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 6.25rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 7.5rem !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: 1400px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.25rem !important;
  }
  .m-xl-5 {
    margin: 1.875rem !important;
  }
  .m-xl-6 {
    margin: 2.5rem !important;
  }
  .m-xl-7 {
    margin: 3.75rem !important;
  }
  .m-xl-8 {
    margin: 5.625rem !important;
  }
  .m-xl-9 {
    margin: 6.25rem !important;
  }
  .m-xl-10 {
    margin: 7.5rem !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.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-8 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xl-9 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-8 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xl-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-8 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-9 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-10 {
    margin-top: 7.5rem !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.25rem !important;
  }
  .me-xl-5 {
    margin-right: 1.875rem !important;
  }
  .me-xl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xl-7 {
    margin-right: 3.75rem !important;
  }
  .me-xl-8 {
    margin-right: 5.625rem !important;
  }
  .me-xl-9 {
    margin-right: 6.25rem !important;
  }
  .me-xl-10 {
    margin-right: 7.5rem !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.25rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-8 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-9 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-10 {
    margin-left: 7.5rem !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.25rem !important;
  }
  .p-xl-5 {
    padding: 1.875rem !important;
  }
  .p-xl-6 {
    padding: 2.5rem !important;
  }
  .p-xl-7 {
    padding: 3.75rem !important;
  }
  .p-xl-8 {
    padding: 5.625rem !important;
  }
  .p-xl-9 {
    padding: 6.25rem !important;
  }
  .p-xl-10 {
    padding: 7.5rem !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.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-8 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xl-9 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !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.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-8 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xl-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-8 {
    padding-top: 5.625rem !important;
  }
  .pt-xl-9 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-10 {
    padding-top: 7.5rem !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.25rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-8 {
    padding-right: 5.625rem !important;
  }
  .pe-xl-9 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-10 {
    padding-right: 7.5rem !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.25rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-8 {
    padding-left: 5.625rem !important;
  }
  .ps-xl-9 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-10 {
    padding-left: 7.5rem !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.25rem !important;
  }
  .gap-xl-5 {
    gap: 1.875rem !important;
  }
  .gap-xl-6 {
    gap: 2.5rem !important;
  }
  .gap-xl-7 {
    gap: 3.75rem !important;
  }
  .gap-xl-8 {
    gap: 5.625rem !important;
  }
  .gap-xl-9 {
    gap: 6.25rem !important;
  }
  .gap-xl-10 {
    gap: 7.5rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 7.5rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 1.875rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 5.625rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 6.25rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 7.5rem !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: 1600px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.25rem !important;
  }
  .m-xxl-5 {
    margin: 1.875rem !important;
  }
  .m-xxl-6 {
    margin: 2.5rem !important;
  }
  .m-xxl-7 {
    margin: 3.75rem !important;
  }
  .m-xxl-8 {
    margin: 5.625rem !important;
  }
  .m-xxl-9 {
    margin: 6.25rem !important;
  }
  .m-xxl-10 {
    margin: 7.5rem !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.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-6 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-8 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xxl-9 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-10 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !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.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-6 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-8 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xxl-9 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-10 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-6 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-8 {
    margin-top: 5.625rem !important;
  }
  .mt-xxl-9 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-10 {
    margin-top: 7.5rem !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.25rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-6 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-8 {
    margin-right: 5.625rem !important;
  }
  .me-xxl-9 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-10 {
    margin-right: 7.5rem !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.25rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 7.5rem !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.25rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-6 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-8 {
    margin-left: 5.625rem !important;
  }
  .ms-xxl-9 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-10 {
    margin-left: 7.5rem !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.25rem !important;
  }
  .p-xxl-5 {
    padding: 1.875rem !important;
  }
  .p-xxl-6 {
    padding: 2.5rem !important;
  }
  .p-xxl-7 {
    padding: 3.75rem !important;
  }
  .p-xxl-8 {
    padding: 5.625rem !important;
  }
  .p-xxl-9 {
    padding: 6.25rem !important;
  }
  .p-xxl-10 {
    padding: 7.5rem !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.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-6 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-8 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xxl-9 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-10 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !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.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-8 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xxl-9 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-10 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-6 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-8 {
    padding-top: 5.625rem !important;
  }
  .pt-xxl-9 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-10 {
    padding-top: 7.5rem !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.25rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-6 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-8 {
    padding-right: 5.625rem !important;
  }
  .pe-xxl-9 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-10 {
    padding-right: 7.5rem !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.25rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 7.5rem !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.25rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-6 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-8 {
    padding-left: 5.625rem !important;
  }
  .ps-xxl-9 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-10 {
    padding-left: 7.5rem !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.25rem !important;
  }
  .gap-xxl-5 {
    gap: 1.875rem !important;
  }
  .gap-xxl-6 {
    gap: 2.5rem !important;
  }
  .gap-xxl-7 {
    gap: 3.75rem !important;
  }
  .gap-xxl-8 {
    gap: 5.625rem !important;
  }
  .gap-xxl-9 {
    gap: 6.25rem !important;
  }
  .gap-xxl-10 {
    gap: 7.5rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 7.5rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.25rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 1.875rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 2.5rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 3.75rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 5.625rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 6.25rem !important;
  }
  .column-gap-xxl-10 {
    column-gap: 7.5rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/main.css.map */
