@charset "UTF-8";
.last-p-no-mb p:last-child {
  margin-bottom: 0;
}

.margin-0 {
  width: 100%;
  float: left;
  margin-bottom: 0 !important;
}

.embedded-service .channelmenu {
  z-index: 9998 !important;
}

.embedded-service .channelmenu_header > p {
  color: white;
}

.row > * {
  position: relative;
}

:focus-visible {
  outline: #415dec auto 1px;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --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;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='var%28--bs-body-color%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

*,
*::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: 1px solid;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark, .mark {
  padding: 0.1875em;
  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: var(--bs-link-color);
  text-decoration: underline;
}
a:hover {
  color: var(--bs-link-hover-color);
}

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: #6c757d;
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 570px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1170px;
  }
}
.row {
  --bs-gutter-x: 1.875rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.9375rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

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

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

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

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

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

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

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

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

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

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

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

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

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

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

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

/*tablesinclude*/
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: 2px solid currentcolor;
}

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

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

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

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

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

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

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

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

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

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

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

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

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

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

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

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

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

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

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

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

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

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

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

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

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

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

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

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

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

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

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

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

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

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

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

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

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

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

.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 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-2xl) !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-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.bg--greywarm20 {
  background: #F5F3F1;
}

.bg--black {
  background: #231f20 !important;
}

.bg--blacklight {
  background: rgb(76, 76, 76) !important;
}

.bg--orange {
  background: #f9a851 !important;
}

.bg--greycool {
  background: #b8b8b9 !important;
}

.bg--purple {
  background: #925c9e !important;
}

.bg--redlight {
  background: #e55f53 !important;
}

.bg--green {
  background: #067f7c !important;
}

.bg--blue {
  background: #415dec !important;
}

.bg--yellow {
  background: #fcd804 !important;
}

.bg--bluedark {
  background: #002d6d !important;
}

.bg--red {
  background: #ac193c !important;
}

.bg--greywarm {
  background: #cdc3ba !important;
}

.bg--bluelight {
  background: #93bfe9 !important;
}

.bg--greydark {
  background: #231f20 !important;
}

.bg--clearing-yellow {
  background: #ffc330 !important;
}

.bg--clearing-colour {
  background: #067f7c !important;
  padding: 10px;
  margin-bottom: 10px;
}

/*Monotype fonts*/
@font-face {
  font-family: "HelveticaNeueLTPro-Roman";
  font-style: normal;
  font-weight: 400;
  /*src:url("/resources/fonts/1488894/f513faaa-733d-4a87-99ae-d8030f380e3e.woff2") format("woff2"),url("/resources/fonts/1488894/16ab3c15-5199-4bbf-8269-3ed613e90772.woff") format("woff");*/
  src: url("/resources/fonts/5664092/8f117883-5a7a-40c2-a28f-d0478a469f2b.woff2") format("woff2"), url("/resources/fonts/5664092/93fd95fc-c11f-47be-bd25-5f5f54288ac5.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTPro-Roman";
  font-style: normal;
  font-weight: 700;
  /*src:url("/resources/fonts/1488918/f350f87a-2ea2-408b-98bb-580827d1a634.woff2") format("woff2"),url("/resources/fonts/1488918/0552ce48-950c-471f-b843-1afac814d259.woff") format("woff");*/
  src: url("/resources/fonts/5664153/ba8c9043-f9e0-42d9-a5df-5264bfb5d160.woff2") format("woff2"), url("/resources/fonts/5664153/ee5dbcdd-fc55-49b1-ab08-65bb7620ce53.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTPro-It";
  font-style: italic;
  font-weight: 400;
  /*src:url("/resources/fonts/1488900/7363537e-4163-49be-804a-6a263139df1e.woff2") format("woff2"),url("/resources/fonts/1488900/8e51fb49-4686-4949-893c-4444951b33ae.woff") format("woff");*/
  src: url("/resources/fonts/5664096/8f0f13f7-43bd-41f5-9af5-72ca4905f1e0.woff2") format("woff2"), url("/resources/fonts/5664096/3d202734-2f56-4936-80a1-0dd87cec3386.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTPro-BdIt";
  font-style: italic;
  font-weight: 700;
  /*src:url("/resources/fonts/1488924/33d67581-b95d-40bb-b827-bd8283202eb2.woff2") format("woff2"),url("/resources/fonts/1488924/bf9631e6-ec50-44af-8898-d353b93ca3d8.woff") format("woff");*/
  src: url("/resources/fonts/1488924/33d67581-b95d-40bb-b827-bd8283202eb2.woff2") format("woff2"), url("/resources/fonts/1488924/bf9631e6-ec50-44af-8898-d353b93ca3d8.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTPro-Bd";
  font-style: normal;
  font-weight: 700;
  /*src:url("/resources/fonts/1488918/f350f87a-2ea2-408b-98bb-580827d1a634.woff2") format("woff2"),url("/resources/fonts/1488918/0552ce48-950c-471f-b843-1afac814d259.woff") format("woff");*/
  src: url("/resources/fonts/5664153/ba8c9043-f9e0-42d9-a5df-5264bfb5d160.woff2") format("woff2"), url("/resources/fonts/5664153/ee5dbcdd-fc55-49b1-ab08-65bb7620ce53.woff") format("woff");
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: https://www.linotype.com
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1rem;
}
html body {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  html body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  html body {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  html body {
    font-size: 16px;
    font-size: 1rem;
  }
}

body {
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1 {
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}

h1.h1--no-style, .h1--no-style.h1 {
  border: none;
}

h2,
.h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-top: 1rem;
}
h2:before,
.h2:before {
  position: absolute;
  display: block;
  background: #231f20;
  width: 60px;
  height: 4px;
  top: 0;
  left: 0;
  content: "";
}

.h2--small {
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .h2--small {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.h2--large {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
}
@media (min-width: 768px) {
  .h2--large {
    font-size: 41px;
    font-size: 2.5625rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}

h3,
.h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

h4,
.h4 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 38px;
    line-height: 2.375rem;
    display: inline-block;
    border-top: 8px solid #231f20;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
  h2,
  .h2 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 25px;
    line-height: 1.5625rem;
    margin-bottom: 1rem;
  }
  h3,
  .h3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  h4,
  .h4 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  h5,
  .h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  h6,
  .h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 1rem;
  }
}
.display-1 {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  border-top: 6px solid #231f20;
  padding-top: 1.25rem;
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
    border-top: 8px solid #231f20;
  }
}
@media (min-width: 992px) {
  .display-1 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 44px;
    line-height: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 52px;
    line-height: 3.25rem;
  }
}

.display-2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .display-2 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

p {
  margin-bottom: 1.5rem;
  color: #231f20;
}
@media (min-width: 768px) {
  p {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  p.width--50 {
    max-width: 50%;
  }
}

a {
  color: #415dec;
  /*font-family: $font-family-bold;*/
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
a:hover {
  color: #415dec;
}

ul {
  color: #231f20;
}

blockquote.blockquote {
  font-size: 16px;
}
blockquote.blockquote footer {
  font-size: 16px;
}

strong,
b,
thead,
th {
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  font-weight: normal !important;
}

i,
em {
  font-family: "HelveticaNeueLTPro-It", Arial, sans-serif;
  font-weight: normal;
}

strong i,
strong em {
  font-family: "HelveticaNeueLTPro-BdIt", Arial, sans-serif;
  font-weight: normal;
}

i strong,
em strong {
  font-family: "HelveticaNeueLTPro-BdIt", Arial, sans-serif;
  font-weight: normal;
}

abbr[title],
abbr[data-original-title] {
  margin-bottom: 20px;
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
}

.alert {
  border-radius: 0;
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
}

.alert-link {
  text-decoration: underline;
}

.alert-heading {
  margin-bottom: 22px;
}

.alert-primary {
  background-color: #c0e2f5;
  color: #002d6d;
  border: 1px solid #415dec;
}
.alert-primary .alert-link {
  color: #002d6d;
}
.alert-primary p {
  color: #fff;
}

.alert-secondary {
  background-color: #eaeaea;
  color: #231f20;
  border-color: #b8b8b9;
}
.alert-secondary .alert-link {
  color: #231f20;
}

.alert-success {
  background-color: #067f7c;
  color: #fff;
  border-color: #067f7c;
}
.alert-success .alert-link {
  color: #067f7c;
}
.alert-success p {
  color: #fff;
}

.alert-danger {
  background-color: #ac193c;
  color: #fff;
  border-color: #ac193c;
}
.alert-danger .alert-link {
  color: #067f7c;
}

.alert-warning {
  background-color: #fef2be;
  color: #231f20;
  border-color: #fcd804;
}
.alert-warning .alert-link {
  color: #231f20;
}

.alert-info {
  background-color: #e0ecf8;
  color: #002d6d;
  border-color: #93bfe9;
}
.alert-info .alert-link {
  color: #002d6d;
}
.alert-info h2, .alert-info .h2 {
  color: #002d6d;
}
.alert-info h2::before, .alert-info .h2::before {
  display: none;
}

.alert-light {
  color: #858588;
}
.alert-light .alert-link {
  color: #858588;
}

.alert-dark {
  background-color: #b8b8b9;
  color: #231f20;
  border-color: #b8b8b9;
}
.alert-dark .alert-link {
  color: #231f20;
}

.accordion {
  margin-bottom: 2rem;
}
.accordion__heading {
  width: 100%;
  background-color: rgba(205, 195, 186, 0.2);
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  color: #231f20;
  padding: 1rem 1.5rem 1rem 3rem;
  cursor: pointer;
  background-image: url("/resources/images/icon/minus--black.svg");
  background-repeat: no-repeat;
  background-position: left 1rem top 1.6rem;
  margin-bottom: 1rem;
  text-align: left;
  border: none;
}
.accordion__heading.collapsed {
  background-image: url("/resources/images/icon/plus--black.svg");
  background-position: left 1rem top 1.25rem;
}
.accordion__content {
  padding: 1rem 1.5rem;
}

.page-content-wrapper .content-type:nth-child(even) .accordion__heading {
  background-color: white;
}

.content-type {
  padding: 2.5rem 0;
  overflow: hidden;
}

#modular-structure h3, #modular-structure .h3 {
  font-size: 1rem;
  line-height: 1.5;
}
#modular-structure dl {
  margin-bottom: 2rem;
}
#modular-structure .moduletitle {
  color: #231f20;
  font-size: 1rem;
  margin-bottom: 2px;
  line-height: 1.5;
  position: relative;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
}
#modular-structure .moduletitle button {
  border: none;
  padding: 3px 1ch;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: #cbc8c8;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
#modular-structure .moduletitle button:after {
  /*font-family: 'FontAwesome';*/
  content: "-";
}
#modular-structure .moduletitle button:focus {
  outline: 0;
  /**/
}
#modular-structure .moduletitle button:focus-visible {
  outline-color: #415dec;
  outline-offset: -2px;
  outline-style: solid;
  border-radius: 2px;
  outline-width: 2px;
}
#modular-structure .moduletitle button.collapsed:after {
  content: "+";
}
#modular-structure .modulesummary {
  padding: 0px 15px 15px 20px;
  background-color: #F5F3F1;
  margin-bottom: 2px;
}
#modular-structure .modulesummary .currentlyruns {
  padding-top: 10px;
}
#modular-structure .modulesummary .moduleinstances {
  list-style-type: disc;
  margin-bottom: 10px;
}
#modular-structure .modulesummary.collapsing {
  transition: height 0.01s ease-in;
}
@media print {
  #modular-structure {
    /* accordions should be expanded and visible for print */
  }
  #modular-structure .modulesummary.collapse {
    display: block;
    height: auto !important;
  }
}

.image__sizer {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .image__sizer {
    height: 174px;
  }
}
@media (min-width: 992px) {
  .image__sizer {
    height: 154px;
  }
}
@media (min-width: 1200px) {
  .image__sizer {
    height: 174px;
  }
}

.wh {
  min-height: 100% !important;
}

.ww {
  width: 100% !important;
}

.clipped {
  border: 0 !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.img--autoexpand {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img--general-content {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

section:nth-child(odd) .img__overlay:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: block;
  content: "";
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-left: 50px solid white;
  border-bottom: 50px solid white;
}

section:nth-child(even) .img__overlay:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: block;
  content: "";
  border-top: 50px solid transparent;
  border-right: 50px solid transparent;
  border-left: 50px solid #F5F3F1;
  border-bottom: 50px solid #F5F3F1;
}

section:nth-child(odd) .img__overlay--home:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  display: block;
  content: "";
  border-top: 100px solid white;
  border-right: 100px solid white;
  border-left: 100px solid transparent;
  border-bottom: 100px solid transparent;
}
section:nth-child(odd) .img__overlay--home:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: block;
  content: "";
  border-top: 100px solid transparent;
  border-right: 100px solid transparent;
  border-left: 100px solid white;
  border-bottom: 100px solid white;
}

section:nth-child(even) .img__overlay--home:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  display: block;
  content: "";
  border-top: 100px solid #F5F3F1;
  border-right: 100px solid #F5F3F1;
  border-left: 100px solid transparent;
  border-bottom: 100px solid transparent;
}
section:nth-child(even) .img__overlay--home:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: block;
  content: "";
  border-top: 100px solid transparent;
  border-right: 100px solid transparent;
  border-left: 100px solid #F5F3F1;
  border-bottom: 100px solid #F5F3F1;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.img--list-vertical {
  height: 200px;
  background-position: center;
  background-size: cover;
}

.icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 100px;
}

.icon--medium {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 60px;
}

.icon--small {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
  min-width: 40px;
}

.icon--download {
  background-image: url("/resources/images/icon/download.svg");
}

.icon--quote {
  background-image: url("/resources/images/icon/quote--black.svg");
}

.icon--calendar--black {
  background-image: url("/resources/images/icon/calendar--black.svg");
}

.icon--calendar--grey {
  background-image: url("/resources/images/icon/calendar--grey.svg");
}

.icon--calendar--blue {
  background-image: url("/resources/images/icon/calendar--blue.svg");
}

.icon--clock--black {
  background-image: url("/resources/images/icon/clock--black.svg");
}

.icon--clock--grey {
  background-image: url("/resources/images/icon/clock--grey.svg");
}

.icon--clock--blue {
  background-image: url("/resources/images/icon/clock--blue.svg");
}

.icon--marker--black {
  background-image: url("/resources/images/icon/marker--black.svg");
}

.icon--marker--grey {
  background-image: url("/resources/images/icon/marker--grey.svg");
}

.icon--marker--blue {
  background-image: url("/resources/images/icon/marker--blue.svg");
}

.icon--marker-ghost--black {
  background-image: url("/resources/images/icon/marker-ghost--black.svg");
}

.icon--marker-ghost--grey {
  background-image: url("/resources/images/icon/marker-ghost--grey.svg");
}

.icon--marker-ghost--blue {
  background-image: url("/resources/images/icon/marker-ghost--blue.svg");
}

.icon--search--black {
  background-image: url("/resources/images/icon/search--black.svg");
}

.icon--search--grey {
  background-image: url("/resources/images/icon/search--grey.svg");
}

.icon--search--blue {
  background-image: url("/resources/images/icon/search--blue.svg");
}

.icon--close--black {
  background-image: url("/resources/images/icon/close--black.svg");
}

.icon--close--grey {
  background-image: url("/resources/images/icon/close--grey.svg");
}

.icon--close--blue {
  background-image: url("/resources/images/icon/close--blue.svg");
}

.icon--chevron-left--black {
  background-image: url("/resources/images/icon/chevron-left--black.svg");
}

.icon--chevron-left--grey {
  background-image: url("/resources/images/icon/chevron-left--grey.svg");
}

.icon--chevron-left--blue {
  background-image: url("/resources/images/icon/chevron-left--blue.svg");
}

.icon--chevron-right--black {
  background-image: url("/resources/images/icon/chevron-right--black.svg");
}

.icon--chevron-right--grey {
  background-image: url("/resources/images/icon/chevron-right--grey.svg");
}

.icon--chevron-right--blue {
  background-image: url("/resources/images/icon/chevron-right--blue.svg");
}

.icon--chevron-down--black {
  background-image: url("/resources/images/icon/chevron-down--black.svg");
}

.icon--chevron-down--grey {
  background-image: url("/resources/images/icon/chevron-down--grey.svg");
}

.icon--chevron-down--blue {
  background-image: url("/resources/images/icon/chevron-down--blue.svg");
}

.icon--chevron-up--black {
  background-image: url("/resources/images/icon/chevron-up--black.svg");
}

.icon--chevron-up--grey {
  background-image: url("/resources/images/icon/chevron-up--grey.svg");
}

.icon--chevron-up--blue {
  background-image: url("/resources/images/icon/chevron-up--blue.svg");
}

.icon--pound--black {
  background-image: url("/resources/images/icon/pound--black.svg");
}

.icon--pound--grey {
  background-image: url("/resources/images/icon/pound--grey.svg");
}

.icon--pound--blue {
  background-image: url("/resources/images/icon/pound--blue.svg");
}

.icon--facebook--dark {
  background-image: url("/resources/images/icon/social/facebook--dark.svg");
}

.icon--twitter--dark {
  background-image: url("/resources/images/icon/social/twitter--dark.svg");
}

.icon--instagram--dark {
  background-image: url("/resources/images/icon/social/instagram--dark.svg");
}

.icon--linkedin--dark {
  background-image: url("/resources/images/icon/social/linkedin--dark.svg");
}

.icon--youtube--dark {
  background-image: url("/resources/images/icon/social/youtube--dark.svg");
}

.icon--facebook--light {
  background-image: url("/resources/images/icon/social/facebook--light.svg");
}

.icon--twitter--light {
  background-image: url("/resources/images/icon/social/twitter--light.svg");
}

.icon--instagram--light {
  background-image: url("/resources/images/icon/social/instagram--light.svg");
}

.icon--linkedin--light {
  background-image: url("/resources/images/icon/social/linkedin--light.svg");
}

.icon--youtube--light {
  background-image: url("/resources/images/icon/social/youtube--light.svg");
}

a {
  color: #415dec;
  text-decoration: none;
}

.btn {
  border: 3px solid #415dec;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #415dec;
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  padding: 0.6rem calc(0.8rem - 6px) 0.6rem;
  text-align: center;
  transition: 0.3s;
  margin-right: 0.6rem;
  text-decoration: none;
  cursor: pointer;
  font-size: inherit;
  border-radius: 0;
  background-color: transparent;
  line-height: 1.5;
  white-space: normal;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #415dec;
  color: #ffffff;
  text-decoration: inherit;
}
.btn:focus-visible {
  box-shadow: none;
  background-color: #8d9ef4;
  color: #231f20;
  text-decoration: inherit;
  outline: 1px solid #fff;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.4;
}

.btn--solid {
  color: #ffffff;
  border: 3px solid #415dec;
  background-color: #415dec;
  --bs-btn-hover-color: #415dec;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #415dec;
}
.btn--solid:hover {
  color: #415dec;
  background-color: #ffffff;
}
.btn--solid:focus-visible {
  color: #415dec;
  background-color: #ffffff;
  outline: 0;
}

.btn--clear {
  border: 3px solid #ffffff;
  color: #ffffff;
}
.btn--clear:hover {
  background-color: #ffffff;
  color: #231f20;
}
.btn--clear:focus-visible {
  color: #231f20;
  background-color: #8d9ef4;
  outline: 0;
  border: 3px solid #8d9ef4;
}

.btn--large {
  font-size: 1.3rem;
  padding: 0.75rem 2rem;
  background-color: #415dec;
  color: #ffffff;
}
.btn--large:hover {
  background-color: #8d9ef4;
}
.btn--green {
  border: 3px solid #067f7c;
  color: #ffffff;
  background-color: #067f7c;
}
.btn--green:hover {
  background-color: #6abea5;
  border: 3px solid #6abea5;
  color: black;
}
.btn--green:focus-visible {
  background-color: #6abea5;
  border: 3px solid #6abea5;
  border-top: 2px solid #6abea5;
  border-bottom: 4px solid #067f7c;
  color: black;
  transition: 0s;
}

.btn--success {
  background-color: #067f7c;
  border: 3px solid #067f7c;
  color: #ffffff;
  background-image: url("/resources/images/icon/tick--white.svg");
  padding-left: 38px;
  background-repeat: no-repeat;
  background-position: left 10px center;
}
.btn--success:hover {
  background-color: #6abea5;
  border: 3px solid #6abea5;
  color: black;
}
.btn--success:focus-visible {
  background-color: #6abea5;
  border: 3px solid #6abea5;
  border-top: 2px solid #6abea5;
  border-bottom: 4px solid #067f7c;
  color: black;
  transition: 0s;
}

.btn.btn--menu {
  background-image: url("/resources/images/icon/menu--black.svg");
  background-repeat: no-repeat;
  background-position: right 16px top 17px;
  padding: 15px 18px;
  padding-right: 46px;
  height: 100%;
  border: 2px solid #231f20;
  color: #231f20;
}
.btn.btn--menu:hover {
  color: #ffffff;
  background-color: #231f20;
  background-image: url("data:image/svg+xml,%3Csvg width='18px' height='17px' viewBox='0 0 18 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-163.000000  -492.000000)' fill='%23ffffff' %3E%3Cg transform='translate(163.000000  492.000000)'%3E%3Crect id='Rectangle-3' x='0' y='0' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy' x='0' y='7' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy-2' x='0' y='14' width='18' height='3'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.btn.btn--menu:focus-visible {
  color: #ffffff;
  background-color: #231f20;
  background-image: url("data:image/svg+xml,%3Csvg width='18px' height='17px' viewBox='0 0 18 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-163.000000  -492.000000)' fill='%23000000' %3E%3Cg transform='translate(163.000000  492.000000)'%3E%3Crect id='Rectangle-3' x='0' y='0' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy' x='0' y='7' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy-2' x='0' y='14' width='18' height='3'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

ul.pagination li.page-item a {
  color: #415dec;
  padding: 0.7rem 0.9rem;
  border: none;
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 !important;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  ul.pagination li.page-item a {
    font-size: 16px;
    font-size: 1rem;
    padding: 0.9rem 1.2rem;
  }
}
ul.pagination li.page-item a:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
ul.pagination li.page-item.active a {
  background-color: #415dec !important;
  color: white;
}

button.close,
.btn-close {
  background-image: url("/resources/images/icon/close--black.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  text-indent: -9999px;
}

.alert-dismissible button.close,
.alert-dismissible .btn-close {
  opacity: 0.65;
}
.alert-dismissible button.close:hover, .alert-dismissible button.close:active,
.alert-dismissible .btn-close:hover,
.alert-dismissible .btn-close:active {
  opacity: 1;
}

.btn--back-to-top {
  padding-left: 40px;
  background-image: url("/resources/images/icon/arrow-up--white.svg");
  background-repeat: no-repeat;
  background-position: left 12px top 8px;
  height: 44px;
}
.btn--back-to-top:hover, .btn--back-to-top:active {
  background-image: url("/resources/images/icon/arrow-up--white.svg") !important;
  background-position: left 12px top 8px;
}

#ot-sdk-btn-floating .ot-floating-button__back.custom-persistent-icon {
  display: none;
}

#ot-sdk-btn-floating.ot-floating-button button.ot-floating-button__close {
  display: none;
}

.link--arrow {
  background-image: url("/resources/images/icon/arrow-link--blue.svg");
  background-repeat: no-repeat;
  background-position: right 0px top 4px;
  padding-right: 22px;
}

label {
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  color: #231f20;
}
label span {
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
  color: #231f20;
  display: inline-block;
  font-size: 14px;
  margin-left: 1rem;
}

.form-control,
.form-select {
  border-radius: 0;
  border: 1px solid #b8b8b9;
  color: #666;
}

.custom-control {
  padding-left: 2rem;
  padding-top: 0.21rem;
  min-height: 2.2rem;
}

.custom-control-label::before, .custom-control-label::after {
  width: 1.5rem;
  height: 1.5rem;
}
.custom-control-label::before {
  background-color: #fff;
  border: 1px solid #b8b8b9;
}

.form-select {
  background-image: url("/resources/images/icon/chevron-down--black.svg");
  background-size: 14px;
  font-size: 16px;
  background-position: right 17px center;
}
.form-select:focus-visible {
  outline: #415dec auto 1px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #415dec;
  border: 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #415dec;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #415dec;
  border: 0;
}

.custom-file-label {
  border-radius: 0;
  border: 1px solid #b8b8b9;
}
.custom-file-label::after {
  background-color: #eaeaea;
  border-left: 1px solid #b8b8b9;
  border-radius: 0;
}

.valid-feedback {
  color: #067f7c;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .form-select:valid,
.form-select.is-valid {
  border: 2px solid #067f7c;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #bfe0d4;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #067f7c;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #067f7c;
}

.invalid-feedback {
  color: #ac193c;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border: 2px solid #ac193c;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #e8c1cb;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ac193c;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  vertical-align: middle;
  margin-left: 10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: unset;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.basket-add.btn--success .switch .toggle {
  background-color: #415DEC;
}

.basket-add.btn--success .toggle:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded toggles */
.toggle.round {
  border-radius: 50px;
}

.toggle.round:before {
  border-radius: 100%;
}

body.header-fixed {
  padding-top: 159px;
}
@media (min-width: 992px) {
  body.header-fixed {
    padding-top: 180px;
  }
}

body.search-open header,
body.nav-open header {
  position: absolute;
}

.header {
  background-color: #fff;
  z-index: 9997;
}
.header .darken {
  display: block;
  width: 100%;
  height: calc(100% - 44px);
  position: absolute;
  left: 0;
  top: 44px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 992px) {
  .header .darken {
    top: 0;
    height: 100%;
  }
}
.header .container {
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  .header .container {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
.header .inner {
  width: 100%;
  position: relative;
}
.header__top {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #E3E2E2;
}
@media (min-width: 992px) {
  .header__top {
    height: 70px;
  }
}
.header__bottom {
  width: 100%;
  height: 115px;
  border-bottom: 1px solid #E3E2E2;
}
@media (min-width: 992px) {
  .header__bottom {
    height: 110px;
  }
}
.header__logo {
  width: 100%;
  height: 70px;
  padding-top: 15px;
  border-bottom: 1px solid #E3E2E2;
  float: left;
  display: block;
}
@media (min-width: 992px) {
  .header__logo {
    width: 255px;
    height: 110px;
    padding-top: 25px;
    border-right: 1px solid #E3E2E2;
    border-bottom: 0;
  }
}
.header__logo img {
  width: 156px;
  margin-left: 20px;
}
@media (min-width: 992px) {
  .header__logo img {
    width: 230px;
    margin-left: 0;
  }
}
.header__links {
  float: left;
  width: calc(100% - 44px);
}
@media (min-width: 992px) {
  .header__links {
    width: auto;
    margin-right: 370px;
    float: right;
  }
}
.header__link {
  color: #415dec;
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  font-size: 0.875rem;
  display: inline-block;
  height: 44px;
  padding-top: 12px;
  width: 47%;
  text-align: center;
}
@media (min-width: 992px) {
  .header__link {
    margin: 11px 24px;
    padding-top: 11px;
    text-align: left;
    width: auto;
  }
}
.header__link--arrow {
  border-left: 1px solid #E3E2E2;
  width: 25%;
}
@media (min-width: 992px) {
  .header__link--arrow {
    padding-right: 24px;
    background-image: url("/resources/images/icon/chevron-right--blue.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right center;
    border-left: 0;
    width: auto;
  }
}
.header__link:hover {
  color: #415dec;
}
.header__link:focus-visible {
  outline-offset: 2px;
}
.header .search-mobile-icon {
  height: 44px;
  width: 43px;
  border-left: 1px solid #E3E2E2;
  background-image: url("/resources/images/icon/search--black.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  z-index: 2;
  position: absolute;
}
.header .search-mobile-icon button {
  height: 44px;
  width: 43px;
  background: transparent;
  border: none;
}
.header .search-mobile-icon button:focus-visible {
  outline: 1px solid white;
  border-bottom: 4px solid #415dec;
  background-color: #8d9ef4;
  background-image: url("/resources/images/icon/search--black.svg");
  background-repeat: no-repeat;
  background-position: center 14px;
  background-size: 16px;
}
.header .search-mobile-icon.close-icon {
  background-image: url("/resources/images/icon/close--black.svg");
  background-size: 14px;
}
@media (min-width: 992px) {
  .header .search-mobile-icon {
    display: none;
  }
}
.header__search {
  transition: width 0.3s;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 999;
}
@media (min-width: 992px) {
  .header__search {
    top: 0;
    width: 370px;
    height: 70px;
    font-size: 14px;
    font-weight: normal;
    font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
    padding: 0;
    border-right: 1px solid #E3E2E2;
    border-left: 1px solid #E3E2E2;
    background-image: none;
  }
}
.header__search form {
  display: none;
}
@media (min-width: 992px) {
  .header__search form {
    display: block;
  }
}
.header__search input {
  border: 0;
  width: calc(100% - 88px);
  height: 44px;
  float: left;
  padding: 0 0 4px 1.375rem;
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  color: #231f20;
  outline: 0;
}
@media (min-width: 992px) {
  .header__search input {
    height: 69px;
    /*padding: 1.375rem;*/
    padding: 30px 34px 34px 34px;
  }
}
.header__search input[type=submit] {
  width: 70px;
  text-indent: -9999px;
  background-image: url("/resources/images/icon/search--black.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 22px center;
  cursor: pointer;
  display: none;
  color: #415dec;
  background-color: #fff;
}
@media (min-width: 992px) {
  .header__search input[type=submit] {
    display: block;
  }
}
.header__search input::-webkit-input-placeholder {
  color: #231f20;
}
.header__search input::-moz-placeholder {
  color: #231f20;
}
.header__search input:-ms-input-placeholder {
  color: #231f20;
}
.header__search input:-moz-placeholder {
  color: #231f20;
}
.header__search.expanded {
  width: 100%;
  border-left: 0;
  border-right: 0;
  right: 0;
}
.header__search.expanded::after {
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  top: 15px;
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icon/close--white.svg");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media (min-width: 992px) {
  .header__search.expanded {
    right: 1px;
  }
}
.header__search.expanded form {
  display: block;
}
.header__search.expanded input {
  width: 100%;
  font-size: 14px;
}
@media (min-width: 992px) {
  .header__search.expanded input {
    font-size: 16px;
  }
}
.header__search.expanded input::-webkit-input-placeholder {
  color: #858588;
}
.header__search.expanded input::-moz-placeholder {
  color: #858588;
}
.header__search.expanded input:-ms-input-placeholder {
  color: #858588;
}
.header__search.expanded input:-moz-placeholder {
  color: #858588;
}
.header__search.expanded input[type=submit] {
  background-color: #415dec;
  background-image: url("/resources/images/icon/search--white.svg");
  background-position: right 12px center;
  width: 110px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0;
  color: #fff;
  text-align: left;
  display: block;
  padding: 0 0 4px 12px;
}
@media (min-width: 992px) {
  .header__search.expanded input[type=submit] {
    top: 10px;
    right: 10px;
    height: 50px;
    padding: 0 0 0 12px;
  }
}
.header.headroom--not-top .header__top {
  height: 0;
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__top {
    border-bottom: 0;
  }
}
.header.headroom--not-top .header__top .header__links {
  display: none;
}
.header.headroom--not-top .header__top .header__search {
  width: 0;
  height: 70px;
  overflow: hidden;
  border-left: 0;
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__top .header__search {
    width: 70px;
  }
}
.header.headroom--not-top .header__top .header__search input#search {
  width: 100%;
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__top .header__search input#search {
    width: 0;
    padding: 0;
    height: 70px;
  }
}
.header.headroom--not-top .header__top .header__search input[type=submit] {
  background-position: right 27px center;
}
.header.headroom--not-top .header__top .header__search.expanded {
  width: 100%;
  height: 70px;
  overflow: visible;
}
.header.headroom--not-top .header__top .header__search.expanded input#search {
  width: 100%;
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__top .header__search.expanded input#search {
    padding: 1.375rem;
    height: 69px;
  }
}
.header.headroom--not-top .header__top .header__search.expanded input[type=submit] {
  background-position: right 12px center;
}
.header.headroom--not-top .header__search.expanded {
  border-top: 1px solid #E3E2E2;
}
.header.headroom--not-top .header__bottom {
  height: 88px;
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__bottom {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__bottom .main-navigation {
    width: 660px;
  }
}
@media (min-width: 1200px) {
  .header.headroom--not-top .header__bottom .main-navigation {
    width: 860px;
  }
}
.header.headroom--not-top .header__bottom .main-navigation .sub-navigation {
  top: 89px;
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__bottom .main-navigation .sub-navigation {
    top: 70px;
  }
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__bottom .main-navigation__item {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__bottom .main-navigation__link {
    padding: 21px 0;
  }
}
.header.headroom--not-top .header__bottom .main-navigation .sub-navigation .main-navigation__item {
  height: auto;
}
.header.headroom--not-top .header__logo {
  height: 44px;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__logo {
    padding-top: 10px;
    height: 70px;
    width: 210px;
  }
}
.header.headroom--not-top .header__logo img {
  width: 100px;
  margin-left: 18px;
}
@media (min-width: 992px) {
  .header.headroom--not-top .header__logo img {
    width: 180px;
    margin-left: 0;
  }
}
.header .mobile-dropdown-close {
  height: 44px;
  width: 100%;
  background-color: white;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #E3E2E2;
  padding: 12px 44px 0 20px;
  text-align: right;
  color: #B8B8B9;
  background-image: url("/resources/images/icon/close--grey.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 20px top 14px;
  font-size: 14px;
  display: none;
  /* a {
      color:
          $greycool;
  }

  a:focus-visible {
      outline-offset: 2px;
  }*/
  outline: 0;
}
.header .mobile-dropdown-close:hover {
  background-image: url("/resources/images/icon/close--blue.svg");
}
.header .mobile-dropdown-close:focus-visible {
  outline: #415dec solid 2px;
  outline-offset: -2px;
}

.consierge-search {
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 44px;
  left: 0;
  padding: 1.375rem 1.375rem 2.2rem 1.375rem;
  border-top: 1px solid #E3E2E2;
  display: none;
  /*&.active {
      display: block;
  }*/
}
@media (min-width: 992px) {
  .consierge-search {
    top: 69px;
  }
}
.consierge-search::after {
  display: block;
  clear: both;
  content: "";
}
.consierge-search .autocomplete__item {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}
.consierge-search .autocomplete__item a {
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
  font-weight: normal;
  color: #231f20;
}
.consierge-search .autocomplete__item a strong {
  color: #415dec;
}
.consierge-search .autocomplete__item:last-child {
  margin-bottom: 2rem;
}
.consierge-search .search-box {
  float: left;
  width: 100%;
}
@media (min-width: 992px) {
  .consierge-search .search-box {
    width: 33.333333%;
    padding-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .consierge-search .search-box.events {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .consierge-search .search-box.news {
    display: none;
  }
}
.consierge-search .search-box__title {
  position: relative;
  padding-top: 0.7rem;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.consierge-search .search-box__title:before {
  position: absolute;
  display: block;
  background: #231f20;
  width: 60px;
  height: 4px;
  top: 0;
  left: 0;
  content: "";
}
.consierge-search .search-box__title .visuallyhidden {
  display: none;
}
@media (max-width: 991.98px) {
  .consierge-search .search-box__title {
    margin-top: 10px;
  }
}
.consierge-search .search-box.organic {
  width: 100%;
}
.consierge-search .search-box .media {
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E2E2;
  margin-bottom: 20px;
  min-height: 170px;
}
.consierge-search .search-box .media a {
  color: #231f20;
}
.consierge-search .search-box .media__figure {
  float: left;
  margin-right: 1rem;
}
.consierge-search .search-box .media__body {
  float: left;
  width: calc(100% - 91px);
}
.consierge-search .search-box .teaser__title {
  color: #415dec;
  font-size: 1rem;
  line-height: 1.3;
  max-height: 60px;
  overflow: hidden;
}
.consierge-search .search-box .teaser__image {
  background-color: #b8b8b9;
  background-position: center center;
  background-size: cover;
  text-align: center;
  width: 75px;
  height: 75px;
}
.consierge-search .search-box .teaser__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
}
.consierge-search .search-box .teaser__body ul li a {
  color: #231f20;
  font-size: 0.875rem;
}
.consierge-search .search-box .no-results {
  list-style: none;
  color: #858588;
}
.consierge-search .search-box .see-all-link {
  margin-top: -20px;
}
.consierge-search .search-box .ui-autocomplete {
  margin-bottom: 0;
}

.main-navigation {
  width: 100%;
  display: flex;
  align-items: center;
  /*@include media-breakpoint-up(xxl) {
      width: 885px;
  }*/
}
@media (min-width: 992px) {
  .main-navigation {
    width: 685px;
  }
}
@media (min-width: 1200px) {
  .main-navigation {
    width: 885px;
  }
}
.main-navigation__item {
  flex-grow: 1;
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  color: #231f20;
  height: 44px;
  border-right: 1px solid #E3E2E2;
  width: 25%;
}
@media (min-width: 992px) {
  .main-navigation__item {
    height: 110px;
    border-right: 0;
    width: auto;
  }
}
.main-navigation__item--more {
  border-left: 0;
  border-right: 0;
}
.main-navigation__item--more a {
  color: #415dec;
}
.main-navigation__item--more a:hover {
  color: #415dec;
}
@media (min-width: 992px) {
  .main-navigation__item--more {
    border-left: 1px solid #E3E2E2;
    border-right: 1px solid #E3E2E2;
  }
}
.main-navigation__item--more .col-lg-3:nth-child(n+8) {
  display: none;
}
.main-navigation__item:hover > .sub-navigation .mobile-dropdown-close,
.main-navigation__item .sub-navigation.active .mobile-dropdown-close {
  display: block;
}
@media (min-width: 992px) {
  .main-navigation__item:hover > .sub-navigation,
  .main-navigation__item .sub-navigation.active {
    display: block;
    height: auto;
    padding: 2rem 0 0 0;
    height: 572px;
    border-bottom: 1px solid #E3E2E2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .main-navigation__item:hover > .sub-navigation,
  .main-navigation__item .sub-navigation.active {
    height: 25em;
  }
}
.main-navigation__item:hover > .sub-navigation .sub-navigation__column,
.main-navigation__item .sub-navigation.active .sub-navigation__column {
  opacity: 1;
}
.main-navigation__item .sub-navigation.active {
  display: block;
  height: 572px;
}
@media (min-width: 992px) {
  .main-navigation__item .sub-navigation.active {
    height: 25em;
  }
}
.main-navigation__item .sub-navigation.active .sub-navigation__column {
  opacity: 1;
}
.main-navigation__link {
  width: 100%;
  height: 100%;
  display: block;
  color: #231f20;
  padding: 11px 0;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 992px) {
  .main-navigation__link {
    padding: 43px 0;
    font-size: 1rem;
  }
}
.main-navigation__link:hover {
  text-decoration: none;
  color: #231f20;
}
@media (min-width: 992px) {
  .main-navigation__link:hover {
    border-bottom: 6px solid #415dec;
  }
}
.main-navigation__link.open {
  border-bottom: 6px solid #415dec;
}
.main-navigation .sub-navigation {
  width: 100%;
  position: absolute;
  left: 0;
  top: 159px;
  height: 0;
  overflow: hidden;
  transition: 0.2s;
  border-bottom: 0;
  padding: 0;
  background-color: #fff;
  z-index: 997;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation {
    top: 180px;
  }
}
.main-navigation .sub-navigation .main-navigation__item {
  height: auto;
  margin-bottom: 0;
  border-right: 0;
  width: 100%;
  position: relative;
}
.main-navigation .sub-navigation .main-navigation__item .arrow {
  display: block;
  width: 44px;
  height: 44px;
  border-left: 1px solid #E3E2E2;
  border-bottom: 1px solid #E3E2E2;
  border-top: none;
  border-right: none;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("/resources/images/icon/chevron-down--black.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation .main-navigation__item .arrow {
    display: none;
  }
}
.main-navigation .sub-navigation .main-navigation__item .arrow:hover {
  border-bottom: 1px solid #E3E2E2;
}
.main-navigation .sub-navigation .main-navigation__item .arrow:focus {
  outline: 0;
}
.main-navigation .sub-navigation .main-navigation__item .arrow:focus-visible {
  border-bottom: solid 4px #415dec;
  outline: 0;
  display: block;
  height: 44px;
  background-image: url("/resources/images/icon/chevron-down--black.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center 18px;
  background-color: #8d9ef4;
}
.main-navigation .sub-navigation .main-navigation__item .arrow.has-sub-navigation .main-navigation__link {
  width: calc(100% - 44px);
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation .main-navigation__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation .main-navigation__item:last-child {
    margin-bottom: 0;
  }
}
.main-navigation .sub-navigation .main-navigation__item .main-navigation__link {
  width: 100%;
  height: 44px;
  text-align: left;
  line-height: 1.3;
  border-right: 0;
  border-bottom: 1px solid #E3E2E2;
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  border-left: 4px solid transparent;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation .main-navigation__item .main-navigation__link {
    width: auto;
    height: auto;
    padding: 0;
    padding-left: 2px;
    font-size: 15px;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation .main-navigation__item .main-navigation__link:hover {
    border-bottom: 0;
  }
}
.main-navigation .sub-navigation .main-navigation__item .main-navigation__link:focus-visible {
  border-color: #415dec;
  border-bottom: 1px solid #E3E2E2;
  outline: 0;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation .main-navigation__item .main-navigation__link:focus-visible {
    border-bottom: none;
  }
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation {
  height: auto;
  padding: 0;
  border-bottom: 0;
  position: static;
  top: auto;
  display: none;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation .main-navigation__item .sub-navigation {
    display: block;
    margin-top: 20px;
  }
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation .col-lg-3 {
  max-width: 100%;
  padding: 0;
  flex: 0 0 100%;
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation .row {
  margin: 0;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation .main-navigation__item .sub-navigation .row {
    margin: 0 -15px;
  }
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column {
  padding: 0;
  width: 100%;
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column::before {
  display: none;
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column .main-navigation__link {
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
  font-weight: normal;
  color: #231f20;
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column .main-navigation__link:hover {
  color: #415dec;
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column--image .image {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-navigation .sub-navigation .main-navigation__item .sub-navigation__column--image .image a {
    margin-bottom: 20px;
  }
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column--image span {
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
  font-weight: normal;
  border-top: 0;
  color: #231f20;
  padding-top: 0;
  max-width: none;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-navigation .sub-navigation .main-navigation__item .sub-navigation__column--image span {
    margin-top: 0px;
    padding-left: 2px;
  }
}
@media (min-width: 1200px) {
  .main-navigation .sub-navigation .main-navigation__item .sub-navigation__column--image span {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column--image span:hover {
  color: #415dec;
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column--image a {
  border-left: 4px solid transparent;
  margin-bottom: 20px;
  display: block;
  max-width: none;
  height: auto;
  line-height: 1.5;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-navigation .sub-navigation .main-navigation__item .sub-navigation__column--image a {
    margin-bottom: 17px;
  }
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column--image a:focus-visible {
  outline: 0;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  border-left: 4px solid #415dec;
}
.main-navigation .sub-navigation .main-navigation__item .sub-navigation__column .sub-navigation {
  display: none !important;
}
.main-navigation .sub-navigation .main-navigation__item.open {
  background-color: #F5F4F4;
}
.main-navigation .sub-navigation .main-navigation__item.open .arrow {
  background-image: url("/resources/images/icon/chevron-up--black.svg");
  background-color: #F5F4F4;
}
.main-navigation .sub-navigation .main-navigation__item.open .arrow:focus {
  background-color: #8d9ef4;
  background-image: url("/resources/images/icon/chevron-up--black.svg");
}
.main-navigation .sub-navigation .main-navigation__item.open .sub-navigation {
  display: block;
}
.main-navigation .sub-navigation__column {
  color: #231f20;
  opacity: 0;
  transition: 0.1s;
  position: relative;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column {
    padding-left: 29px;
  }
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column::before {
    content: "";
    display: block;
    width: 5px;
    height: 40px;
    background-color: #E8E8E8;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.main-navigation .sub-navigation__column a {
  color: #231f20;
}
.main-navigation .sub-navigation__column a:hover {
  color: #415dec;
  text-decoration: none;
}
.main-navigation .sub-navigation__column--image {
  padding: 0;
}
.main-navigation .sub-navigation__column--image::before {
  display: none;
}
.main-navigation .sub-navigation__column--image a {
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #E3E2E2;
  border-left: 4px solid transparent;
  display: block;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 1;
}
.main-navigation .sub-navigation__column--image a:focus-visible {
  outline: 0;
  border-bottom: 0;
  border-top: 0;
  border-right: 0;
  border-left: 4px solid #415dec;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column--image a {
    font-size: 15px;
    padding: 0;
    display: inline;
    border: 0;
  }
  .main-navigation .sub-navigation__column--image a:focus-visible {
    outline-color: #415dec;
    outline-style: auto;
    outline-width: 1px;
    border: none;
  }
}
.main-navigation .sub-navigation__column--image .image {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column--image .image {
    width: 100%;
    height: 164px;
    transition: 0.2s;
    background-size: cover;
    display: block;
  }
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column--image span {
    width: 100%;
    padding: 0;
    text-align: left;
    border-top: 5px solid #231f20;
    margin-top: 1rem;
    padding-top: 0.4rem;
    max-width: 164px;
    display: inline-block;
    transition: 0.2s;
  }
}
.main-navigation .sub-navigation__column--image:hover .image {
  opacity: 0.9;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column--image:hover span {
    border-top: 5px solid #415dec;
    max-width: 200px;
  }
}
.main-navigation .sub-navigation__column--list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column--list ul {
    padding: 0 0 0 35px;
  }
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column--list ul::before {
    content: "";
    display: block;
    width: 5px;
    height: 40px;
    background-color: #E8E8E8;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.main-navigation .sub-navigation__column--list ul li {
  margin: 0;
  line-height: 1;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column--list ul li {
    margin: 0 0 20px 0;
  }
}
.main-navigation .sub-navigation__column--list ul li a {
  color: #231f20;
  font-size: 15px;
  transition: 0.1s;
  width: 100%;
  height: 44px;
  display: block;
  border-bottom: 1px solid #E3E2E2;
  padding: 14px 20px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column--list ul li a {
    display: inline;
    width: auto;
    height: auto;
    padding: 0;
    border-bottom: 0;
    font-size: 15px;
  }
}
.main-navigation .sub-navigation__column--list ul li a:hover {
  color: #415dec;
  text-decoration: none;
}
.main-navigation .sub-navigation__column--list-children ul li {
  font-weight: normal;
  display: none;
}
@media (min-width: 992px) {
  .main-navigation .sub-navigation__column--list-children ul li {
    display: block;
  }
}
.main-navigation .sub-navigation__column--list-children ul li a {
  color: #231f20;
}
.main-navigation .sub-navigation__column--list-children ul li:first-child {
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  display: block;
}
.main-navigation .sub-navigation__column--list-children ul li:first-child a {
  color: #231f20;
}
.main-navigation .sub-navigation__column--list-children ul li:first-child a:hover {
  color: #415dec;
}

header {
  /*.header__search input:focus {
      border: solid 2px $greydark;
  }*/
}
header.headroom {
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  display: block;
  transition: 0.3s;
}
header.headroom--top {
  position: relative !important;
}
header.headroom--unpinned {
  top: -180px;
  opacity: 0;
  transition-delay: 0.3s;
}
header.headroom--pinned {
  top: 0;
  opacity: 1;
  transition-delay: 0s;
}
header .header__search input:focus-visible {
  outline: #415dec auto 1px;
  outline-offset: -1px;
}

#skip-links {
  position: absolute;
  top: -1000px;
  width: 100%;
  z-index: 9999;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
#skip-links a {
  left: 0;
  padding: 0.5rem;
  position: absolute;
  right: 0;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
  padding: 0.6rem 0.8rem 0.6rem;
  text-align: center;
  transition: 0s;
  text-decoration: underline;
  cursor: pointer;
  border-radius: 0;
  line-height: 1;
  color: #415dec;
  background: #ffffff;
  height: 41px;
}
#skip-links a:focus,
#skip-links a:hover {
  text-decoration: none;
  top: 1000px;
  background-color: #8d9ef4;
  color: black;
  text-decoration: inherit;
  border-bottom: 3px solid #8d9ef4;
}

footer {
  position: relative;
}

footer ul {
  position: relative;
  list-style: none;
  padding-left: 0;
  margin-top: 3.5rem;
  line-height: 1.2rem;
  width: 70%;
}
@media (min-width: 768px) {
  footer ul {
    width: 100%;
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
footer ul:before {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 5px;
  top: -25px;
  left: 0;
  content: "";
}
@media (min-width: 768px) {
  footer ul:before {
    width: 5px;
    height: 60px;
    left: -25px;
    top: 0px;
  }
}
footer ul li:first-child {
  color: white;
  font-size: 16px;
  font-size: 1rem;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
  background-color: rgb(76, 76, 76);
}

footer ul li {
  margin-bottom: 0.7rem;
}

footer ul a {
  color: white;
  background-color: rgb(76, 76, 76);
  font-size: 14px;
  font-size: 0.875rem;
}
footer ul a:hover {
  color: white;
}

footer ul.menu--social {
  width: 100%;
}

.footer__header {
  background: #231f20;
  padding: 15px 15px 20px;
}
.footer__header p {
  color: white;
  margin-bottom: 0;
  width: 70%;
}
@media (min-width: 768px) {
  .footer__header p {
    width: 100%;
  }
}
.footer__header .h6 {
  color: white;
}
@media (min-width: 768px) {
  .footer__header {
    position: absolute;
    height: auto;
    top: 4rem;
    left: 0;
    border: 1px solid #000;
    left: 50%;
    z-index: 9;
    padding: 15px;
    font-size: 14px;
    font-size: 0.875rem;
    width: 177px;
  }
}
@media (min-width: 992px) {
  .footer__header {
    width: 220px;
  }
}

.footer__content {
  padding: 0 20px 1rem;
}
@media (min-width: 576px) {
  .footer__content {
    width: 570px;
    padding: 0 20px 1rem;
  }
}
@media (min-width: 768px) {
  .footer__content {
    width: 330px;
  }
}
@media (min-width: 992px) {
  .footer__content {
    width: 450px;
  }
}
@media (min-width: 1200px) {
  .footer__content {
    width: 538px;
  }
}

/*
.map--footer {
    width: 100%;
    height: 315px !important;

    &:focus-visible {
        outline-offset: -2px
    }

    @include media-breakpoint-up(md) {
        height: 100% !important;
    }
}*/
.menu--social {
  height: 26px;
  width: 100%;
}
.menu--social .icon {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 5px;
}

.footer__footer {
  background: #231f20;
  color: #ffffff;
  position: relative;
}
.footer__footer span {
  font-size: 16px;
  font-size: 1rem;
}

.page-content-wrapper .content-type:nth-child(even) {
  background-color: rgba(205, 195, 186, 0.2);
}
.page-content-wrapper .content-type:nth-child(even) .card {
  background-color: #fff;
}

.content-type {
  padding: 2.5rem 0;
  overflow: hidden;
}

@media (min-width: 576px) {
  .container-fluid-left-sm,
  .container-fluid-right-sm {
    max-width: unset !important;
    width: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .container-fluid-left-sm {
    margin-right: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .container-fluid-left-sm {
    margin-right: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .container-fluid-left-sm {
    margin-right: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .container-fluid-left-sm {
    margin-right: calc((100% - 1170px) / 2) !important;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .container-fluid-right-sm {
    margin-left: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .container-fluid-right-sm {
    margin-left: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .container-fluid-right-sm {
    margin-left: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .container-fluid-right-sm {
    margin-left: calc((100% - 1170px) / 2) !important;
  }
}
@media (min-width: 768px) {
  .container-fluid-left-md,
  .container-fluid-right-md {
    max-width: unset !important;
    width: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .container-fluid-left-md {
    margin-right: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container-fluid-left-md {
    margin-right: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .container-fluid-left-md {
    margin-right: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-fluid-left-md {
    margin-right: calc((100% - 1170px) / 2) !important;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .container-fluid-right-md {
    margin-left: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .container-fluid-right-md {
    margin-left: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .container-fluid-right-md {
    margin-left: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .container-fluid-right-md {
    margin-left: calc((100% - 1170px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .container-fluid-left-lg,
  .container-fluid-right-lg {
    max-width: unset !important;
    width: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container-fluid-left-lg {
    margin-right: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .container-fluid-left-lg {
    margin-right: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .container-fluid-left-lg {
    margin-right: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .container-fluid-left-lg {
    margin-right: calc((100% - 1170px) / 2) !important;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .container-fluid-right-lg {
    margin-left: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .container-fluid-right-lg {
    margin-left: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .container-fluid-right-lg {
    margin-left: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .container-fluid-right-lg {
    margin-left: calc((100% - 1170px) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid-left-xl,
  .container-fluid-right-xl {
    max-width: unset !important;
    width: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .container-fluid-left-xl {
    margin-right: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-fluid-left-xl {
    margin-right: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container-fluid-left-xl {
    margin-right: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-fluid-left-xl {
    margin-right: calc((100% - 1170px) / 2) !important;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .container-fluid-right-xl {
    margin-left: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .container-fluid-right-xl {
    margin-left: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .container-fluid-right-xl {
    margin-left: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .container-fluid-right-xl {
    margin-left: calc((100% - 1170px) / 2) !important;
  }
}
.container-fluid-left,
.container-fluid-right {
  max-width: unset !important;
  width: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

@media (min-width: 576px) {
  .container-fluid-left {
    margin-right: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 768px) {
  .container-fluid-left {
    margin-right: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .container-fluid-left {
    margin-right: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid-left {
    margin-right: calc((100% - 1170px) / 2) !important;
  }
}

@media (min-width: 576px) {
  .container-fluid-right {
    margin-left: calc((100% - 570px) / 2) !important;
  }
}
@media (min-width: 768px) {
  .container-fluid-right {
    margin-left: calc((100% - 750px) / 2) !important;
  }
}
@media (min-width: 992px) {
  .container-fluid-right {
    margin-left: calc((100% - 970px) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid-right {
    margin-left: calc((100% - 1170px) / 2) !important;
  }
}

@media (max-width: 575.98px) {
  .container--collapse-mobile {
    padding: 0px;
    margin: 0px;
  }
}
.embedded-service {
  z-index: 10;
  position: relative;
}

@media (max-width: 991.98px) {
  .embedded-service .fab {
    bottom: 79px !important;
  }
  .embedded-service .channelmenu {
    bottom: 2154px !important;
  }
}
@supports not (-ms-high-contrast: none) {
  @media (max-width: 991.98px) {
    .embedded-service .fab {
      bottom: calc(1.56rem + 54px + env(safe-area-inset-bottom, 0)) !important;
    }
    .embedded-service .channelmenu {
      bottom: calc(6.25rem + 54px + env(safe-area-inset-bottom, 0)) !important;
    }
  }
}
.banner {
  padding-top: 1rem;
  background: #231f20;
  position: relative;
  z-index: 3;
  display: flex;
}
.banner .container {
  align-self: center;
}
@media (min-width: 576px) {
  .banner {
    height: 280px;
    display: block;
    padding-top: 2rem;
  }
}
.banner .display-1 {
  color: white;
  border-color: white;
  z-index: 9 !important;
  position: relative;
}
@media (min-width: 768px) {
  .banner .display-1 {
    margin-top: 1rem;
  }
}
.banner ol li {
  z-index: 9 !important;
  position: relative;
}

@media (max-width: 767.98px) {
  .banner--image + .page-content-wrapper .content-type:first-of-type {
    padding-top: 0rem;
  }
}

.banner--image {
  height: auto;
  background: #fff;
  position: relative;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .banner--image {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .banner--image {
    min-height: 280px;
    display: block;
    padding-top: 26px;
    background-color: #231f20;
  }
}
@media (min-width: 768px) {
  .banner--image:before {
    background: rgba(35, 31, 32, 0.4);
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
@media (max-width: 767.98px) {
  .banner--image .container {
    max-width: 100%;
    padding: 0;
  }
}
.banner--image .display-1 {
  position: relative;
  bottom: -1px;
  border-top: 0;
  padding-top: 0;
  background-color: #fff;
  width: 100%;
  margin: 164px 0 -3px;
}
@media (min-width: 768px) {
  .banner--image .display-1 {
    margin: 2rem 0;
    color: white;
    z-index: 9 !important;
    position: relative;
    background-color: transparent;
    width: auto;
    bottom: 0;
  }
}
.banner--image .display-1 span {
  display: inline-block;
  border-top: 6px solid #231f20;
  padding-top: 0.75rem;
  margin: 1rem 15px 0;
}
@media (min-width: 768px) {
  .banner--image .display-1 span {
    border-top: 8px solid #fff;
    margin: 0;
  }
}
.banner--image ol li {
  z-index: 9 !important;
  position: relative;
}

.noline {
  border-top: 0px;
}

.banner--small {
  height: 57px;
  background: #231f20;
  display: none;
}
@media (min-width: 768px) {
  .banner--small {
    display: block;
  }
}

.banner--large {
  height: 140px;
}
@media (min-width: 768px) {
  .banner--large {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .banner--large .display-1 {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .banner--large .display-1 {
    max-width: 40%;
    font-size: 4rem;
    line-height: 3.8rem;
  }
}

.banner--large.banner--image {
  height: auto;
}
@media (min-width: 768px) {
  .banner--large.banner--image {
    height: 600px;
  }
}

.banner.banner--small {
  padding-top: 0;
  display: flex;
  align-items: center;
}
.banner.banner--small .container {
  height: 100%;
}
.banner.banner--small .container nav[aria-label=breadcrumb] {
  display: flex;
  height: 100%;
}
.banner.banner--small .container nav[aria-label=breadcrumb] .breadcrumb {
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}

.banner--course {
  height: auto;
  padding-top: unset;
  overflow: hidden;
}
.banner--course > .container {
  position: relative;
}
@media (max-width: 1199.98px) {
  .banner--course > .container {
    max-width: unset;
    padding: 0px;
  }
  .banner--course > .container .row {
    padding: 0px;
    margin: 0px;
  }
}
.banner--course .row.banner--course__image {
  margin-top: auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
@media (min-width: 576px) {
  .banner--course .row.banner--course__image {
    position: static;
  }
}
@media (min-width: 1200px) {
  .banner--course .row.banner--course__image {
    margin-bottom: auto;
  }
}
.banner--course .row.banner--course__image img {
  width: 100%;
  max-width: 100%;
  background: #231f20;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 576px) {
  .banner--course .row.banner--course__image img {
    height: auto;
    max-height: 373px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner--course .row.banner--course__image img {
    max-height: 287px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .banner--course .row.banner--course__image img {
    max-height: 316px;
  }
}
@media (min-width: 1200px) {
  .banner--course .row.banner--course__image img {
    max-height: 500px;
  }
}
.banner--course .banner--course__title {
  color: white;
  font-weight: 700;
  transition-timing-function: ease-in-out;
  padding-top: 0px;
  border-top: 0;
}
.banner--course .banner--course__title:before {
  display: none;
}
@media (max-width: 767.98px) {
  .banner--course .banner--course__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}
.banner--course .banner--course__subtitle {
  display: block;
  color: white;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .banner--course .btn.btn--large {
    font-size: 0.9rem;
    padding: 0.4rem 1rem;
  }
}
.banner--course .banner--course__overlay {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .banner--course .banner--course__overlay {
    margin-top: -144px;
    position: relative;
    background: #231f20;
    /* background: linear-gradient(180deg,
            rgba(35, 31, 32, 0) 0%,
            rgba(35, 31, 32, 0.002) 0.96px,
            rgba(35, 31, 32, 0.008) 2.4px,
            rgba(35, 31, 32, 0.021) 4.32px,
            rgba(35, 31, 32, 0.042) 6.72px,
            rgba(35, 31, 32, 0.075) 9.6px,
            rgba(35, 31, 32, 0.126) 12.96px,
            rgba(35, 31, 32, 0.194) 16.8px,
            rgba(35, 31, 32, 0.278) 21.12px,
            rgba(35, 31, 32, 0.382) 25.44px,
            rgba(35, 31, 32, 0.541) 31.68px,
            rgba(35, 31, 32, 0.738) 38.88px,
            rgba(35, 31, 32, 1) 48px,
            rgba(35, 31, 32, 1) 100%); */
    background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.016) 12px, rgba(35, 31, 32, 0.067) 24px, rgba(35, 31, 32, 0.145) 36px, rgba(35, 31, 32, 0.247) 48px, rgba(35, 31, 32, 0.369) 60px, rgba(35, 31, 32, 0.498) 72px, rgba(35, 31, 32, 0.627) 84px, rgba(35, 31, 32, 0.749) 96px, rgba(35, 31, 32, 0.851) 108px, rgba(35, 31, 32, 0.929) 120px, rgba(35, 31, 32, 0.98) 132px, rgb(35, 31, 32) 144px, rgb(35, 31, 32) 100%);
  }
}
@media (min-width: 1200px) {
  .banner--course .banner--course__overlay {
    margin-top: auto;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.banner--course .banner--course__overlay .banner--course__overlay__content {
  z-index: 1;
}
@media (min-width: 1200px) {
  .banner--course .banner--course__overlay .banner--course__overlay__content {
    height: 100%;
    max-width: unset;
  }
}
.banner--course .banner--course__overlay .banner--course__overlay__content .banner--course__overlay__content__inner {
  display: flex;
  flex-direction: column;
  background: rgba(35, 31, 32, 0.75);
}
@media (min-width: 576px) {
  .banner--course .banner--course__overlay .banner--course__overlay__content .banner--course__overlay__content__inner {
    height: 100%;
    background: unset;
  }
}
@media (min-width: 1200px) {
  .banner--course .banner--course__overlay .banner--course__overlay__content .banner--course__overlay__content__inner {
    background: #231f20;
    /*background: linear-gradient(270deg,
            rgba(35, 31, 32, 0) 0%,
            rgba(35, 31, 32, 0.002) 0.96px,
            rgba(35, 31, 32, 0.008) 2.4px,
            rgba(35, 31, 32, 0.021) 4.32px,
            rgba(35, 31, 32, 0.042) 6.72px,
            rgba(35, 31, 32, 0.075) 9.6px,
            rgba(35, 31, 32, 0.126) 12.96px,
            rgba(35, 31, 32, 0.194) 16.8px,
            rgba(35, 31, 32, 0.278) 21.12px,
            rgba(35, 31, 32, 0.382) 25.44px,
            rgba(35, 31, 32, 0.541) 31.68px,
            rgba(35, 31, 32, 0.738) 38.88px,
            rgba(35, 31, 32, 1) 48px,
            rgba(35, 31, 32, 1) 100%);*/
    background: linear-gradient(270deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.016) 12px, rgba(35, 31, 32, 0.067) 24px, rgba(35, 31, 32, 0.145) 36px, rgba(35, 31, 32, 0.247) 48px, rgba(35, 31, 32, 0.369) 60px, rgba(35, 31, 32, 0.498) 72px, rgba(35, 31, 32, 0.627) 84px, rgba(35, 31, 32, 0.749) 96px, rgba(35, 31, 32, 0.851) 108px, rgba(35, 31, 32, 0.929) 120px, rgba(35, 31, 32, 0.98) 132px, rgb(35, 31, 32) 144px, rgb(35, 31, 32) 100%);
    /*background: linear-gradient(270deg,
            rgba(35, 31, 32, 0) 0%,
            rgba(35, 31, 32, 0.016) 0.857vw,
            rgba(35, 31, 32, 0.067) 1.714vw,
            rgba(35, 31, 32, 0.145) 2.571vw,
            rgba(35, 31, 32, 0.247) 3.429vw,
            rgba(35, 31, 32, 0.369) 4.286vw,
            rgba(35, 31, 32, 0.498) 5.143vw,
            rgba(35, 31, 32, 0.627) 6vw,
            rgba(35, 31, 32, 0.749) 6.857vw,
            rgba(35, 31, 32, 0.851) 7.714vw,
            rgba(35, 31, 32, 0.929) 8.571vw,
            rgba(35, 31, 32, 0.98) 9.429vw,
            rgba(35, 31, 32, 1) 10.286vw,
            rgba(35, 31, 32, 1) 100%);*/
    background: linear-gradient(270deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.016) 1.667%, rgba(35, 31, 32, 0.067) 3.333%, rgba(35, 31, 32, 0.145) 5%, rgba(35, 31, 32, 0.247) 6.667%, rgba(35, 31, 32, 0.369) 8.333%, rgba(35, 31, 32, 0.498) 10%, rgba(35, 31, 32, 0.627) 11.667%, rgba(35, 31, 32, 0.749) 13.333%, rgba(35, 31, 32, 0.851) 15%, rgba(35, 31, 32, 0.929) 16.667%, rgba(35, 31, 32, 0.98) 18.333%, rgb(35, 31, 32) 20%, rgb(35, 31, 32) 100%);
    padding-right: 10% !important;
  }
}
@media (min-width: 576px) {
  .banner--course .banner--course__overlay .banner--course__overlay__content .banner--course__overlay__content__inner {
    padding-top: calc(144px - 3rem) !important;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .banner--course .banner--course__overlay .banner--course__overlay__content .banner--course__overlay__content__inner {
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .banner--course .banner--course__overlay .banner--course__overlay__content .banner--course__overlay__content__inner {
    padding-top: 1rem !important;
    min-width: 72ch;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .banner--course .banner--course__overlay .banner--course__overlay__content__bottom {
    min-width: 25ch;
    padding: 0 0 0.9ch 1rem;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
  }
}

.breadcrumbs {
  display: none;
  background: #EEEEEE;
  border-top: 1px solid #D3D3D3;
  padding-top: 8px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs .breadcrumb-item {
  background-color: unset;
}
.breadcrumbs .breadcrumb-item a {
  color: #231f20;
  line-height: 1.5;
  padding: 0 0 2px 0;
  margin: 0 12px 0;
}
.breadcrumbs .breadcrumb-item a:hover, .breadcrumbs .breadcrumb-item a:focus-visible {
  background-color: unset;
}
.breadcrumbs .breadcrumb-item + .breadcrumb-item {
  padding-left: 0px;
}
.breadcrumbs .breadcrumb-item + .breadcrumb-item::before {
  color: #231f20;
  background: url("/resources/images/icon/chevron-right--black.svg") no-repeat;
  background-size: 8px;
  background-position: center center;
  width: 15px;
  height: 15px;
}
.breadcrumbs .breadcrumb {
  margin: 0px;
}
.breadcrumbs .breadcrumb li:first-child {
  background-color: unset;
  position: static;
  width: auto;
}
.breadcrumbs .breadcrumb li:first-child a {
  background-color: unset;
  background-image: url("/resources/images/icon/home--black.svg");
  position: static;
  margin: 0px;
  background-size: 16px;
  background-position-y: 5px;
  position: relative;
  top: -2px;
}
.breadcrumbs .breadcrumb li:first-child a:hover, .breadcrumbs .breadcrumb li:first-child a:focus-visible {
  background-color: unset;
  background-image: url("/resources/images/icon/home--black.svg");
}

.breadcrumb {
  display: none;
  padding: 0;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin: 0 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: flex;
    flex-wrap: wrap;
  }
}
.breadcrumb li:first-child {
  width: 0;
  display: inline-block;
  height: 1.5rem;
  background-color: #231f20;
  position: relative;
  left: -2rem;
}
.breadcrumb li:first-child a {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  height: calc(1.5rem + 3px);
  background-image: url("/resources/images/icon/home--white.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 0.5rem 0.35rem;
  position: relative;
  top: 0px;
  width: calc(2rem + 1px);
  background-color: #231f20;
}
.breadcrumb li:first-child a:hover {
  background-color: #8d9ef4;
  background-image: url("/resources/images/icon/home--black.svg");
}
.breadcrumb li:first-child a:focus-visible {
  background-color: #ffffff;
  background-image: url("/resources//images/icon/home--black.svg");
  text-decoration: none;
  line-height: calc(1.5rem - 4px);
  outline-color: #415dec;
  outline-offset: -2px;
  outline-style: solid;
  border-radius: 2px;
  outline-width: 2px;
}

.breadcrumb-item {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  white-space: nowrap;
  background-color: #231f20;
  line-height: 1.5;
  padding-top: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: #ffffff;
  background: url("/resources/images/icon/chevron-right--white.svg") no-repeat;
  background-size: 0.5rem;
  background-position: center center;
  height: 1.5rem;
  width: 1.5rem;
  content: "";
  margin: 0;
  padding: 0;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-property: background-color;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  border: 0;
  padding: 3px 0.5rem 0;
  line-height: 1.5;
}
.breadcrumb-item a:hover {
  background-color: #8d9ef4;
  color: #231f20;
  text-decoration: none;
}
.breadcrumb-item a:focus-visible {
  background-color: #ffffff;
  color: #231f20;
  text-decoration: none;
  outline-color: #415dec;
  outline-offset: 1px;
  outline-style: solid;
  border-radius: 1px;
  outline-width: 2px;
}
.breadcrumb-item.active {
  color: #ffffff;
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
}

nav[aria-label=breadcrumb] {
  position: relative;
  top: -10px;
  left: -1px;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb {
  position: relative;
  background-color: transparent;
  width: fit-content;
  margin: 0 calc(2rem - 6px) 0 calc(44px + 1ch + 6px);
  left: -6px;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb:before {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(-53px + 1ch);
  height: 24px;
  width: calc(100% + 44px);
  background-color: #231f20;
  z-index: -1;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb .breadcrumb-item {
  background-color: transparent;
  position: relative;
  padding-left: 0;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb .breadcrumb-item a {
  padding: 10px 0.5rem 10px;
  outline-offset: -4px;
  height: 44px;
  position: relative;
  top: 0px;
  line-height: 24px;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb .breadcrumb-item a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  height: 24px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-property: background-color;
  z-index: -1;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb .breadcrumb-item a:hover {
  background-color: transparent;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb .breadcrumb-item a:hover::before {
  background-color: #8d9ef4;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child {
  left: calc(-50px - 1ch);
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child a {
  background-position: calc(0.5rem + 6px) 14px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  position: relative;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  height: 24px;
  width: 32px;
  background-color: #231f20;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transition-property: background-color;
  z-index: -1;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child a:hover::before {
  background-color: #8d9ef4;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child a:focus-visible {
  background-color: #ffffff;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child::after {
  display: inline-block;
  color: #ffffff;
  background: url(/resources/images/icon/chevron-right--white.svg) no-repeat;
  background-size: 0.5rem;
  background-position: center center;
  height: 1.5rem;
  width: 1.5rem;
  content: "";
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  left: 38px;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:nth-child(2) {
  padding-left: 1ch;
}
nav[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:nth-child(2)::before {
  display: none;
}

@media (min-width: 768px) {
  .banner--image .display-1 {
    margin: calc(1rem - 4px) 0;
  }
  .banner.banner--clearing .display-1 {
    margin: calc(1rem - 20px) 0;
  }
}
/*course page breadcrumbs*/
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb {
  margin: 0 calc(2rem - 6px) 0 50px;
  left: 2px;
  height: 42px;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb li:first-child a {
  background-position-y: center;
  left: 0px;
  width: 44px;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb .breadcrumb-item {
  top: -2px;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb .breadcrumb-item a {
  height: 44px;
}

/*clearing course page breadcrumbs*/
nav.breadcrumbs[aria-label=breadcrumb] {
  position: relative;
  top: 0px;
  left: 0px;
  padding-top: 0px;
  padding-bottom: 0;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb2018.breadcrumb {
  margin: 0 calc(2rem - 6px) 0 50px;
  left: 3px;
  height: 42px;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb2018.breadcrumb:before {
  display: none;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child {
  width: 0;
  left: -44px;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child a {
  background-position: center 12px;
  left: -15px;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child::after {
  color: #231f20;
  background: url(/resources/images/icon/chevron-right--black.svg) no-repeat;
  background-size: 8px;
  background-position: center center;
  width: 1ch;
  top: 10px;
  left: 27px;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:first-child a:focus-visible {
  background-color: transparent;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:nth-child(2) {
  padding-left: 6px;
}
nav.breadcrumbs[aria-label=breadcrumb] .breadcrumb2018.breadcrumb li:nth-child(2) a {
  margin-left: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.5;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.map {
  width: 100%;
  height: 400px;
  background-color: #fff;
}
.map--small {
  width: 400px;
  height: 300px;
}

/*
.map--footer {
    width: 100%;
    height: 100%;
    background-image: url('/resources/images/footer-map-desktop.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/
a.map--footer {
  height: 315px !important;
  width: 100%;
  height: 100%;
  --bs-gutter-x: 0;
}
a.map--footer img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
a.map--footer:focus-visible {
  outline-offset: -2px;
}
@media (min-width: 768px) {
  a.map--footer {
    height: 100% !important;
  }
}

@media (min-width: 992px) {
  .map--footer {
    height: 100% !important;
  }
}
.card {
  border: 0;
  background-color: rgba(205, 195, 186, 0.2);
  padding: 20px;
}
.card h3, .card .h3 {
  font-size: 1rem;
}
.card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.card ul li {
  margin: 0 0 10px 0;
}
.card ul li:last-child {
  margin-bottom: 0;
}
.card--news {
  padding: 0;
  margin-bottom: 30px;
  text-decoration: none;
}
.card--news__image {
  width: 100%;
  transition: 0.2s;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .card--news__image {
    max-height: 155px;
  }
}
.card--news__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 60px;
  display: block;
  content: "";
  border-top: 30px solid transparent;
  border-right: 50px solid transparent;
  border-left: 50px solid #F5F3F1;
  border-bottom: 30px solid #F5F3F1;
}
.card--news__image img {
  width: 100%;
}
.card--news__content {
  padding: 1.5em;
}
.card--news__content h2, .card--news__content .h2 {
  color: #231f20;
  transition: 0.2s;
}
.card--news__content h2::before, .card--news__content .h2::before {
  transition: 0.2s;
}
.card--news__content p {
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
}
.card--news__content p:last-child {
  margin-bottom: 0;
}
.card--news:hover {
  text-decoration: none;
}
.card--news:hover .card--news__image {
  opacity: 0.9;
}
.card--news:hover h2, .card--news:hover .h2 {
  color: #415dec;
}
.card--news:hover h2:before, .card--news:hover .h2:before {
  position: absolute;
  display: block;
  background: #415dec;
  width: 80px;
  height: 4px;
  top: 0;
  left: 0;
  content: "";
}
.card--event {
  padding: 0;
  margin-bottom: 30px;
  text-decoration: none;
}
.card--event__image {
  width: 100%;
  transition: 0.2s;
  position: relative;
}
.card--event__image::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 60px;
  display: block;
  content: "";
  border-top: 30px solid transparent;
  border-right: 50px solid transparent;
  border-left: 50px solid #F5F3F1;
  border-bottom: 30px solid #F5F3F1;
}
.card--event__image img {
  width: 100%;
}
.card--event__content {
  padding: 1.5em;
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
}
.card--event__content h2, .card--event__content .h2 {
  color: #231f20;
  transition: 0.2s;
}
.card--event__content h2::before, .card--event__content .h2::before {
  transition: 0.2s;
}
.card--event__content p:last-child {
  margin-bottom: 0;
}
.card--event:hover {
  text-decoration: none;
}
.card--event:hover .card--event__image {
  opacity: 0.9;
}
.card--event:hover h2, .card--event:hover .h2 {
  color: #415dec;
}
.card--event:hover h2:before, .card--event:hover .h2:before {
  position: absolute;
  display: block;
  background: #415dec;
  width: 80px;
  height: 4px;
  top: 0;
  left: 0;
  content: "";
}

.slider-list-horizontal {
  margin-right: -30px;
}
.slider-list-horizontal .slide .card--news-slider {
  margin-right: 30px;
}

.slider-news-list .slide:nth-child(2) {
  border: 1px solid blue !important;
}

section.content-type:nth-child(even) .card--news__image::before {
  border-left: 50px solid #F5F3F1;
  border-bottom: 30px solid #F5F3F1;
}
section.content-type:nth-child(even) .card--event__image::before {
  border-left: 50px solid #F5F3F1;
  border-bottom: 30px solid #F5F3F1;
}

.modal {
  z-index: 9999;
}

.modal-backdrop {
  z-index: 9998;
}

.modal-content {
  border-radius: 0;
  border: none;
}
.modal-content button.close {
  background: url(/resources/images/icon/close--black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 50px;
}

.modal-open {
  -webkit-overflow-scrolling: auto !important;
}

.modal {
  -webkit-overflow-scrolling: touch !important;
}

.modal-content {
  -webkit-overflow-scrolling: touch !important;
}

.modal-body {
  -webkit-overflow-scrolling: touch !important;
}

.modal-body > .row {
  -webkit-overflow-scrolling: touch !important;
}

.overlay--dark {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 998;
}

.overlay--side-menu {
  top: 0;
  z-index: 9998;
}

.overlay--search {
  top: 44px;
}
@media (min-width: 992px) {
  .overlay--search {
    top: 0;
  }
}

table {
  width: 100% !important;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
table th,
table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #231f20;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #231f20;
}
table tbody + tbody {
  border-top: 2px solid #231f20;
}
table .table {
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .table-wrapper {
    overflow: auto;
    max-width: 100%;
  }
}

.tooltip .tooltip-inner {
  border-radius: 0 !important;
}

/*main {
    a {
        color: $blue;
        font-family: $font-family-sans-serif;
        font-weight: bold;

        &:hover {
            color: $blue;
        }

        span {
            font-weight: inherit !important;
            font-family: inherit !important;
        }

        &:focus-visible {
            outline-offset: 2px;
        }
    }
}*/
/*prevents accidental ubbolding of links within main content*/
.content-type.content-general a span,
.content-type.page-news a span {
  font-weight: inherit !important;
  font-family: inherit !important;
}
.content-type.content-general a em,
.content-type.page-news a em {
  font-weight: inherit !important;
  font-family: inherit !important;
}

/*styling for the missing h2 tags on pages*/
#main-section .content-type header h2.h1:before, #main-section .content-type header .h1.h2:before {
  display: none;
}

.content-general a__more-link {
  display: inline-block;
  width: auto;
  background-image: url("/resources/images/icon/chevron-down--blue.svg");
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: right top 10px;
  padding-right: 20px;
}
.content-general a__more-link.open {
  margin-top: 2rem;
  background-image: url("/resources/images/icon/chevron-up--blue.svg");
}
.content-general a .card {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .content-general a .card {
    margin-top: 0;
  }
}

.content-type.course-details {
  min-height: 225px;
  padding-left: 0;
  /* p {
      a {
          font-weight: 500;
      }
  } */
}
.content-type.course-details h2, .content-type.course-details .h2 {
  position: relative;
  padding-left: unset;
  margin-bottom: 35px;
  font-weight: 700;
  border: none;
}

.course-finder {
  padding: 2rem 0;
  overflow: visible;
}
.course-finder form {
  position: relative;
}
.course-finder input, .course-finder select {
  height: 50px;
  margin-bottom: 20px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .course-finder input, .course-finder select {
    margin-bottom: 0;
  }
}
.course-finder .btn {
  width: 100%;
  height: 50px;
  padding: 0.6rem 0.8rem 0.6rem;
}
.course-finder .consierge-search {
  z-index: 9999;
  width: calc(100% - 30px);
  margin: 0 15px;
  border: 1px solid #b8b8b9;
  border-top: 0;
  top: 50px;
  padding: 1.375rem 1.375rem 0 1.375rem;
}
@media (min-width: 768px) {
  .course-finder .consierge-search section {
    width: 66.666666%;
    float: left;
  }
}
@media (min-width: 768px) {
  .course-finder .consierge-search section.organic {
    width: 33.333333%;
  }
}

span.pipe {
  display: inline-block;
  width: 2px;
  background: rgb(229, 229, 229);
  height: 36px;
  margin: 0 10px 6px 4px;
}

.btn--course-listing {
  border: none;
  padding: 0.6rem 0.6rem;
  color: #415dec;
  background: #F5F3F1;
  margin: 0 6px 3px 0;
  transition-property: background;
  border-bottom: 3px solid white;
}
.btn--course-listing:hover, .btn--course-listing:active, .btn--course-listing.active {
  background: #415dec;
  color: white;
}
.btn--course-listing:focus {
  background: #415dec;
  color: white;
  box-shadow: 0 3px 0 #415dec;
}
.btn--course-listing.disabled, .btn--course-listing:disabled {
  background: #F5F3F1;
  color: #415dec;
}

.course-listing-section h3.h1--no-style, .course-listing-section .h1--no-style.h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 38px;
  line-height: 2.375rem;
  margin-bottom: 0;
  padding-top: 1rem;
  border: none;
}

section.content-type.course-modules .col--tabs > .nav-tabs {
  margin-top: 35px;
}
@media (min-width: 576px) {
  section.content-type.course-modules .col--tabs > .nav-tabs {
    margin-top: 50px;
  }
}
@media (max-width: 575.98px) {
  section.content-type.course-modules .col--tabs > .nav-tabs > li {
    flex: 1;
  }
}
section.content-type.course-modules .col--tabs > .nav-tabs > li > a,
section.content-type.course-modules .col--tabs > .nav-tabs > li > button {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  background: #F1F1F1;
  color: initial;
  padding: 16px 2px;
  display: inline-block;
  font-weight: normal;
  color: #4E4E4E;
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
  transition: all 0.3s;
}
@media (min-width: 576px) {
  section.content-type.course-modules .col--tabs > .nav-tabs > li > a,
  section.content-type.course-modules .col--tabs > .nav-tabs > li > button {
    flex: 1;
    padding: 16px 24px;
  }
}
section.content-type.course-modules .col--tabs > .nav-tabs > li > a:hover,
section.content-type.course-modules .col--tabs > .nav-tabs > li > button:hover {
  background: #dddddd;
}
section.content-type.course-modules .col--tabs > .nav-tabs > li > a.active,
section.content-type.course-modules .col--tabs > .nav-tabs > li > button.active {
  background: #415DEC;
  color: white;
}
section.content-type.course-modules .nav-tabs {
  border: none;
}
section.content-type.course-modules .row {
  position: relative;
}
@media (max-width: 991.98px) {
  section.content-type.course-modules .row .col--tabs {
    padding: 0px;
    width: 100%;
    max-width: unset;
  }
}
section.content-type.course-modules .row .col--tabs .tab-content {
  height: 100%;
  background: #F9F9F9;
  padding: 20px 0px;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 576px) {
  section.content-type.course-modules .row .col--tabs .tab-content {
    padding: 20px 24px;
  }
}
section.content-type.course-modules .row .col--details {
  margin-top: 35px;
}
section.content-type.course-modules .row .col--details .close-icon {
  display: none;
  width: 44px;
  height: 44px;
  background-image: url("/resources/images/icon/close--white.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 15px top 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  border: 0;
  background-color: black;
  outline: 0;
}
section.content-type.course-modules .row .col--details .close-icon:focus-visible {
  outline: solid #415dec 2px;
  outline-offset: -2px;
}
section.content-type.course-modules .row .col--details a {
  font-weight: normal;
}
section.content-type.course-modules .row .col--details ul {
  margin-bottom: 2rem;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  section.content-type.course-modules .row .col--details {
    position: absolute;
    top: 101px;
    right: -100%;
    opacity: 0;
    width: 100%;
    padding-left: 44px;
    padding-right: 0px;
    height: calc(100% - 101px);
    margin-top: 0px;
    z-index: 2;
    transition: opacity 0.3s, right 0.3s;
    transition-timing-function: ease-in-out;
  }
  section.content-type.course-modules .row .col--details.active {
    right: 0%;
    opacity: 1;
  }
  section.content-type.course-modules .row .col--details .col--details__inner {
    overflow-y: auto;
    height: 100%;
    background: white;
    padding: 15px;
    box-shadow: -4px 0px 14px rgba(0, 0, 0, 0.15);
  }
  section.content-type.course-modules .row .col--details .close-icon {
    display: block;
  }
}
@media (max-width: 575.98px) {
  section.content-type.course-modules .row .col--details {
    top: 86px;
    height: calc(100% - 86px);
  }
  section.content-type.course-modules .row .col--details:before {
    background: #FFFFFF;
    opacity: 0.9;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 200%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  section.content-type.course-modules .row .col--details {
    padding-left: 45px;
    margin-top: 106px;
  }
}
section.content-type.course-modules .container > p {
  max-width: 765px;
  margin-bottom: 0px;
}
section.content-type.course-modules .tab-pane > .nav-tabs {
  flex-direction: column;
}
section.content-type.course-modules .tab-pane h3, section.content-type.course-modules .tab-pane .h3, section.content-type.course-modules .tab-pane p, section.content-type.course-modules .tab-pane li {
  margin-bottom: 30px;
  color: #4E4E4E;
}
section.content-type.course-modules .tab-pane h3:last-child, section.content-type.course-modules .tab-pane .h3:last-child, section.content-type.course-modules .tab-pane p:last-child, section.content-type.course-modules .tab-pane li:last-child {
  margin-bottom: 0px;
}
section.content-type.course-modules .tab-pane button {
  border: none;
  background: none;
  padding: 0px;
  color: #4E4E4E;
  text-align: left;
  position: relative;
}
section.content-type.course-modules .tab-pane button.active {
  font-weight: 600;
}
section.content-type.course-modules .tab-pane button:after {
  content: "----";
  display: inline;
  color: transparent;
  width: 24px;
  height: 14px;
  background-image: url(/resources/images/icon/arrow-right--black.svg);
  background-repeat: no-repeat;
  white-space: nowrap;
  background-size: 15px;
  background-position: right;
  margin-left: 0px;
  transition: margin-left 0.3s ease-in-out;
}
section.content-type.course-modules .tab-pane button:hover::after {
  margin-left: 5px;
}
section.content-type.course-modules .tab-pane.fade {
  transition: none;
}
section.content-type.course-modules .tab-pane p, section.content-type.course-modules .tab-pane li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.course-key-info {
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
.course-key-info > .course-nav__menu-button {
  margin-left: auto;
  margin-right: 0px;
  display: inline-block;
  border: none;
  font-size: 14px;
  line-height: 1.5;
  background-size: 14px 10px;
  padding-top: 13px;
}
.course-key-info .course-nav__popup {
  display: none;
}
.course-key-info .course-nav {
  padding: 10px 0px;
  flex-wrap: wrap;
  width: 100%;
  /*.btn--chat,*/
}
.course-key-info .course-nav .course-nav__apply-button {
  order: -2;
  margin-right: 16%;
}
.course-key-info .course-nav .course-nav__menu-button {
  order: -1;
  min-width: 34%;
  display: flex;
  align-items: center;
  color: #231f20;
  background-position: center right 15px;
}
.course-key-info .course-nav .course-nav__menu-button:hover {
  color: #ffffff;
  border: 2px solid #231f20;
}
.course-key-info .course-nav .course-nav__menu-button:focus-visible {
  background-color: #ffffff;
  color: #231f20;
  outline-offset: -5px;
  outline: 2px solid #415dec;
  transition: 0s;
}
.course-key-info .course-nav .btn--top {
  display: none;
}
.course-key-info .course-nav a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
.course-key-info .course-nav a:last-child {
  margin-right: unset;
}
.course-key-info .course-nav a.btn--solid {
  padding: 15px;
  font-weight: 700;
  min-width: 34%;
}
.course-key-info .course-nav a.btn--prospectus {
  color: #231f20;
}
.course-key-info .course-nav a.btn--prospectus.basket-add.btn--success {
  background-color: unset;
  border: unset;
  color: #415dec;
  background-image: unset;
  padding: unset;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .course-key-info .course-nav .link--arrow {
    text-align: center;
    background-image: none;
    padding: 0px 8px;
  }
  .course-key-info .course-nav a.btn--prospectus {
    text-align: center;
  }
  .course-key-info .course-nav a.btn--prospectus .switch {
    margin: 0px;
  }
}
@media (min-width: 992px) {
  .course-key-info .course-nav {
    flex-wrap: nowrap;
  }
  .course-key-info .course-nav .middle-buttons {
    flex: 1;
    justify-content: space-evenly;
    display: flex !important;
  }
  .course-key-info .course-nav .course-nav__menu-button,
  .course-key-info .course-nav .course-nav__apply-button {
    order: 0;
    margin-right: unset;
  }
  .course-key-info .course-nav .course-nav__menu-button {
    min-width: unset;
  }
  .course-key-info .course-nav a.btn--solid {
    padding: 12px;
    min-width: 165px;
  }
  .course-key-info .course-nav a.btn--register, .course-key-info .course-nav a.btn--enquire, .course-key-info .course-nav a.btn--chat, .course-key-info .course-nav a.btn--prospectus {
    border: initial;
    display: initial;
    margin: initial;
    transition: background-color 0s;
  }
  .course-key-info .course-nav a.btn--register:hover, .course-key-info .course-nav a.btn--enquire:hover, .course-key-info .course-nav a.btn--chat:hover, .course-key-info .course-nav a.btn--prospectus:hover {
    background-color: initial;
    color: #231f20;
    border-color: #415dec;
  }
  .course-key-info .course-nav a.btn--register:focus-visible, .course-key-info .course-nav a.btn--enquire:focus-visible, .course-key-info .course-nav a.btn--chat:focus-visible, .course-key-info .course-nav a.btn--prospectus:focus-visible {
    outline: 1px solid #415dec;
    background-color: initial;
    outline: 2px solid #415dec;
    background-color: initial;
    outline-offset: 0;
    transition: 0s;
  }
}
.course-key-info .course-nav__container {
  transition: padding-top 0.3s;
}
@media (min-width: 992px) {
  .course-key-info {
    /* &.fixed {
        padding-top: 76px;
    } */
  }
  .course-key-info.fixed > .course-nav__container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    z-index: 999;
  }
}
@media (max-width: 991.98px) {
  .course-key-info .course-nav__container {
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    background: white;
  }
  .course-key-info .course-nav__container .course-nav {
    width: 100%;
    padding: 0px;
  }
  .course-key-info .course-nav__container .course-nav > .course-nav__menu-button {
    display: none;
  }
  .course-key-info .course-nav__container .course-nav .btn--chat,
  .course-key-info .course-nav__container .course-nav .btn--top {
    display: block;
  }
  .course-key-info .course-nav__container .course-nav > .course-nav__apply-button {
    margin-right: 0px;
    width: unset;
    min-width: unset;
    padding: 13px 17px;
    font-size: 14px;
    line-height: 1.5;
  }
  .course-key-info .course-nav__container .course-nav .btn--top {
    background-image: url("/resources/images/icon/top-arrow.svg");
    background-repeat: no-repeat;
    background-position: center right 9px;
    padding-right: 45px;
    background-size: 28px 28px;
    font-size: 14px;
    line-height: 1.5;
    color: #231f20;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
    height: 43px;
  }
  .course-key-info .course-nav__container .course-nav .course-nav__enquire-button {
    border: none;
    margin-right: auto;
    width: unset;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 13px 17px;
    font-size: 14px;
    line-height: 1.5;
  }
  .course-key-info .course-nav__container .course-nav .course-nav__enquire-button:hover {
    background-color: initial;
    color: #231f20;
  }
  .course-key-info .course-nav__container .course-nav .course-nav__enquire-button:focus-visible {
    outline: 1px solid #415dec;
    background-color: initial;
    outline: 2px solid #415dec;
    background-color: initial;
    outline-offset: 0;
  }
  .course-key-info .course-nav__container .course-nav .middle-buttons .link--arrow {
    border: 3px solid #415dec;
    display: inline-block;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #415dec;
    font-weight: normal;
    font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
    padding: 0.6rem calc(0.8rem - 6px) 0.6rem;
    text-align: center;
    transition: 0.3s;
    margin-right: 0.6rem;
    text-decoration: none;
    cursor: pointer;
    font-size: inherit;
    border-radius: 0;
    background-color: transparent;
    line-height: 1.5;
    white-space: normal;
    color: #ffffff;
    border: 3px solid #415dec;
    background-color: #415dec;
    --bs-btn-hover-color: #415dec;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #415dec;
    background-image: none;
    margin: 0px;
    margin-top: 20px;
    width: 100%;
  }
  .course-key-info .course-nav__container .course-nav .middle-buttons .link--arrow:hover {
    background-color: #415dec;
    color: #ffffff;
    text-decoration: inherit;
  }
  .course-key-info .course-nav__container .course-nav .middle-buttons .link--arrow:focus-visible {
    box-shadow: none;
    background-color: #8d9ef4;
    color: #231f20;
    text-decoration: inherit;
    outline: 1px solid #fff;
  }
  .course-key-info .course-nav__container .course-nav .middle-buttons .link--arrow:hover {
    color: #415dec;
    background-color: #ffffff;
  }
  .course-key-info .course-nav__container .course-nav .middle-buttons .link--arrow:focus-visible {
    color: #415dec;
    background-color: #ffffff;
    outline: 0;
  }
  .course-key-info .course-nav__container .course-nav .middle-buttons .btn {
    color: #ffffff;
    background-color: #415dec;
  }
  .course-key-info .course-nav__container .course-nav .middle-buttons .btn:hover {
    color: #415dec;
    background-color: #ffffff;
    border-color: #415dec;
  }
  .course-key-info .course-nav__container .course-nav .middle-buttons .btn--prospectus {
    margin-top: 20px;
    display: inline-block;
    border: initial;
    padding: initial;
    color: #231f20;
    background-color: transparent;
  }
  .course-key-info .course-nav__container .course-nav .middle-buttons .btn--prospectus:hover {
    background-color: initial;
  }
  .course-key-info .course-nav__container .course-nav__popup {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    z-index: 99999;
    background: white;
  }
  .course-key-info .course-nav__container .course-nav__popup .how-to-apply {
    display: none;
  }
}
.course-key-info .course-key-info__title {
  padding: 10px 0px;
  background: #F9F9F9;
}
@media (min-width: 768px) {
  .course-key-info .course-key-info__title {
    border-top: 1px solid #D5D5D5;
  }
}
.course-key-info .course-key-info__title h2, .course-key-info .course-key-info__title .h2 {
  padding: 0px;
  margin-top: 23px;
  margin-bottom: 18px;
  font-weight: 700;
}
.course-key-info .course-key-info__title h2:before, .course-key-info .course-key-info__title .h2:before {
  display: none;
}
@media (min-width: 768px) {
  .course-key-info .course-key-info__title h2, .course-key-info .course-key-info__title .h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.course-key-info .course-key-info__title .form-select {
  padding: 15px 20px;
  padding-right: 36px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: 700;
  color: #858588;
  border: 1px solid #CCC8C8;
}
@media (min-width: 768px) {
  .course-key-info .course-key-info__title .form-select {
    min-width: 415px;
  }
}
.course-key-info .course-key-info__title .form-select option, .course-key-info .course-key-info__title .form-select optgroup {
  color: #231f20;
}
@media (min-width: 768px) {
  .course-key-info .course-key-info__details {
    padding-top: 20px;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: calc(20px - 1rem);
  }
  .course-key-info .course-key-info__details .d-flex {
    flex-wrap: wrap;
  }
  .course-key-info .course-key-info__details .d-flex .variable-data-item {
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) {
  .course-key-info .course-key-info__details {
    padding-bottom: calc(20px - 1rem);
  }
  .course-key-info .course-key-info__details .d-flex {
    flex-wrap: wrap;
  }
  .course-key-info .course-key-info__details .d-flex .variable-data-item {
    margin-bottom: 21px;
  }
}
.course-key-info .course-key-info__details .key-info {
  display: flex;
  justify-content: space-between;
  padding: 14px 0px;
  /* a {
      font-weight: normal;
      color: $black;
      text-decoration: underline;
      text-decoration-thickness: 0.5px;
      text-underline-offset: 2px;
  } */
}
@media (min-width: 768px) {
  .course-key-info .course-key-info__details .key-info {
    max-width: 60%;
  }
}
.course-key-info .course-key-info__details .key-info:not(:last-child) {
  border-bottom: 1px solid #F2F2F2;
}
@media (min-width: 768px) {
  .course-key-info .course-key-info__details .key-info:not(:last-child) {
    border-bottom: none;
  }
}
.course-key-info .course-key-info__details .key-info span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
}
.course-key-info .course-key-info__details .key-info span:first-child {
  font-size: 16px;
  font-size: 1rem;
  width: max-content;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .course-key-info .course-key-info__details .key-info span:first-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .course-key-info .course-key-info__details .key-info {
    flex-direction: column;
    padding: 0px;
    border-bottom: none;
  }
  .course-key-info .course-key-info__details .key-info:not(:last-child) {
    margin-right: 53px;
  }
  .course-key-info .course-key-info__details .key-info span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .course-key-info .course-key-info__details .key-info span strong {
    margin-bottom: 21px;
    display: inline-block;
  }
}
.course-key-info .course-key-info__details .key-info div .variable-data-item {
  margin-right: 0;
  text-align: right;
}
.course-key-info .course-key-info__details .key-info #cost {
  text-align: right;
}
@media (min-width: 768px) {
  .course-key-info .course-key-info__details .key-info div {
    margin-bottom: 21px;
  }
  .course-key-info .course-key-info__details .key-info #cost {
    text-align: left;
  }
  .course-key-info .course-key-info__details .key-info.validation {
    align-self: flex-end;
    flex-basis: 100%;
    min-width: 100%;
  }
}

@media (min-width: 992px) {
  header.headroom--unpinned + #main-section .course-key-info.fixed .course-nav__container {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  header.headroom--pinned + #main-section .course-key-info.fixed .course-nav__container {
    padding-top: 70px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.course-accordion .course-accordion__heading {
  max-width: 655px;
}
.course-accordion .course-accordion__heading h2, .course-accordion .course-accordion__heading .h2 {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .course-accordion .course-accordion__heading h2, .course-accordion .course-accordion__heading .h2 {
    margin-bottom: 34px;
  }
}
.course-accordion .accordion {
  --bs-accordion-btn-icon: url("/resources/images/icon/plus--black.svg");
  --bs-accordion-btn-active-icon: url("/resources/images/icon/minus--black.svg");
  --bs-accordion-btn-icon-width: 13px;
  --bs-accordion-btn-icon-width: 13px;
}
.course-accordion .accordion .accordion-item {
  border: none;
  border-radius: 0px;
}
.course-accordion .accordion .accordion-item:first-child h2.accordion-header button.accordion-button, .course-accordion .accordion .accordion-item:first-child .accordion-header.h2 button.accordion-button {
  border-top: none;
}
.course-accordion .accordion .accordion-item:last-child h2.accordion-header button.accordion-button, .course-accordion .accordion .accordion-item:last-child .accordion-header.h2 button.accordion-button, .course-accordion .accordion .accordion-item:last-child .accordion-collapse {
  border-bottom: 1px solid black;
}
.course-accordion .accordion h3.accordion-header, .course-accordion .accordion .accordion-header.h3 {
  padding-top: 0px;
}
.course-accordion .accordion h3.accordion-header:before, .course-accordion .accordion .accordion-header.h3:before {
  display: none;
}
.course-accordion .accordion h3.accordion-header button.accordion-button, .course-accordion .accordion .accordion-header.h3 button.accordion-button {
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  border-top: 1px solid black;
  border-bottom: 1px solid transparent;
  border-radius: 0px;
  transition: var(--bs-accordion-transition), border-bottom 0.15s;
}
.course-accordion .accordion h3.accordion-header button.accordion-button:hover, .course-accordion .accordion .accordion-header.h3 button.accordion-button:hover {
  background: #dddddd;
}
.course-accordion .accordion h3.accordion-header button.accordion-button:focus, .course-accordion .accordion .accordion-header.h3 button.accordion-button:focus {
  outline: solid #415dec 2px;
  outline-offset: -3px;
  box-shadow: none;
}
.course-accordion .accordion h3.accordion-header button.accordion-button:focus-visible, .course-accordion .accordion .accordion-header.h3 button.accordion-button:focus-visible {
  outline: solid #415dec 2px;
  outline-offset: -3px;
  box-shadow: none;
}
.course-accordion .accordion h3.accordion-header button.accordion-button::after, .course-accordion .accordion .accordion-header.h3 button.accordion-button::after {
  background-position: center;
}
.course-accordion .accordion h3.accordion-header button.accordion-button:not(.collapsed), .course-accordion .accordion .accordion-header.h3 button.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--bs-accordion-btn-color);
  background-color: var(--bs-accordion-btn-bg);
  border-bottom: 1px solid black;
}
.course-accordion .accordion h3.accordion-header button.accordion-button:not(.collapsed):hover, .course-accordion .accordion .accordion-header.h3 button.accordion-button:not(.collapsed):hover {
  background: #dddddd;
}
@media (min-width: 576px) {
  .course-accordion .accordion h3.accordion-header button.accordion-button, .course-accordion .accordion .accordion-header.h3 button.accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.course-accordion .accordion .accordion-collapse {
  border-radius: 0px;
}
.course-accordion .accordion .accordion-collapse .accordion-body {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 576px) {
  .course-accordion .accordion .accordion-collapse .accordion-body {
    padding-right: 55px;
    padding-top: 25px;
    padding-bottom: 28px;
    padding-left: 25px;
  }
}

section.content-type.course-gallery .container > h2, section.content-type.course-gallery .container > .h2 {
  max-width: 655px;
  margin-bottom: 35px;
}
section.content-type.course-gallery .container > p {
  max-width: 655px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  section.content-type.course-gallery .container > p {
    margin-bottom: 40px;
  }
}
section.content-type.course-gallery .row {
  /* margin-right: calc(-0.25 * var(--bs-gutter-x));
  margin-left: calc(-0.25 * var(--bs-gutter-x)); */
  margin-right: 0;
  margin-left: 0;
}
section.content-type.course-gallery .course-gallery__blocks {
  margin-bottom: 45px;
}
@media (max-width: 575.98px) {
  section.content-type.course-gallery .course-gallery__blocks {
    overflow: visible;
  }
  section.content-type.course-gallery .course-gallery__blocks .slick-track {
    overflow: visible;
  }
}
section.content-type.course-gallery .course-gallery__blocks .slick-track {
  display: flex;
  align-content: stretch;
  align-items: stretch;
}
section.content-type.course-gallery .course-gallery__blocks .slick-track .slick-slide {
  height: inherit;
}
section.content-type.course-gallery .course-gallery__blocks .slick-track .slick-slide > div {
  height: 100%;
  display: flex;
}

.gallery-block__container {
  display: flex !important;
  flex-direction: row;
  width: calc(200vw - (var(--bs-gutter-x))) !important;
}
@media (min-width: 576px) {
  .gallery-block__container {
    max-height: unset;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .gallery-block__container {
    width: calc((570px)) !important;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .gallery-block__container {
    width: calc((750px)) !important;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .gallery-block__container {
    width: calc((970px)) !important;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .gallery-block__container {
    width: calc((1170px)) !important;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .gallery-block__container {
    width: calc((570px) - var(--bs-gutter-x) * 1) !important;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .gallery-block__container {
    width: calc((750px) - var(--bs-gutter-x) * 1) !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .gallery-block__container {
    width: calc((970px) - var(--bs-gutter-x) * 1) !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-block__container {
    width: calc((1170px) - var(--bs-gutter-x) * 1) !important;
  }
}

.gallery-block__col {
  flex: 0 0 auto;
  padding-right: calc(var(--bs-gutter-x) * 0.25);
  padding-left: calc(var(--bs-gutter-x) * 0.25);
}
.gallery-block__col.gallery-block__col--small {
  width: calc((100vw - var(--bs-gutter-x) * 0.5) * 0.5) !important;
}
.gallery-block__col.gallery-block__col--large {
  width: calc((100vw - var(--bs-gutter-x) * 0.5) * 1) !important;
}
@media (min-width: 576px) and (min-width: 576px) {
  .gallery-block__col.gallery-block__col--small {
    width: calc((570px - var(--bs-gutter-x) * 0.5) * 0.5) !important;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .gallery-block__col.gallery-block__col--small {
    width: calc((750px - var(--bs-gutter-x) * 0.5) * 0.5) !important;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .gallery-block__col.gallery-block__col--small {
    width: calc((970px - var(--bs-gutter-x) * 0.5) * 0.5) !important;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .gallery-block__col.gallery-block__col--small {
    width: calc((1170px - var(--bs-gutter-x) * 0.5) * 0.5) !important;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .gallery-block__col.gallery-block__col--large {
    width: calc((570px - var(--bs-gutter-x) * 0.5) * 1) !important;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .gallery-block__col.gallery-block__col--large {
    width: calc((750px - var(--bs-gutter-x) * 0.5) * 1) !important;
  }
}
@media (min-width: 576px) and (min-width: 992px) {
  .gallery-block__col.gallery-block__col--large {
    width: calc((970px - var(--bs-gutter-x) * 0.5) * 1) !important;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .gallery-block__col.gallery-block__col--large {
    width: calc((1170px - var(--bs-gutter-x) * 0.5) * 1) !important;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .gallery-block__col.gallery-block__col--small {
    width: calc((570px - var(--bs-gutter-x) * 0.5) * 0.25) !important;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .gallery-block__col.gallery-block__col--small {
    width: calc((750px - var(--bs-gutter-x) * 0.5) * 0.25) !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .gallery-block__col.gallery-block__col--small {
    width: calc((970px - var(--bs-gutter-x) * 0.5) * 0.25) !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-block__col.gallery-block__col--small {
    width: calc((1170px - var(--bs-gutter-x) * 0.5) * 0.25) !important;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .gallery-block__col.gallery-block__col--large {
    width: calc((570px - var(--bs-gutter-x) * 0.5) * 0.5) !important;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .gallery-block__col.gallery-block__col--large {
    width: calc((750px - var(--bs-gutter-x) * 0.5) * 0.5) !important;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .gallery-block__col.gallery-block__col--large {
    width: calc((970px - var(--bs-gutter-x) * 0.5) * 0.5) !important;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .gallery-block__col.gallery-block__col--large {
    width: calc((1170px - var(--bs-gutter-x) * 0.5) * 0.5) !important;
  }
}
@media (max-width: 991.98px) {
  .gallery-block__col.collapse--mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .gallery-block__col.collapse--mobile a.gallery-block.gallery-block--small {
    width: auto;
    flex: 1;
  }
  .gallery-block__col.collapse--mobile a.gallery-block.gallery-block--small:first-child {
    margin-left: 0px;
  }
  .gallery-block__col.collapse--mobile a.gallery-block.gallery-block--small:last-child {
    margin-right: 0px;
  }
}

.gallery-block {
  background: #F5F3F1;
  position: relative;
  left: calc(-0.25 * var(--bs-gutter-x));
  width: 100%;
  display: block;
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  background-size: cover;
  background-position: center;
  padding-top: 57.5%;
  height: unset;
}
.gallery-block[data-href]:after {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  left: 0px;
  bottom: 0px;
  background: #415dec;
  border: 2px solid #415dec;
  background-image: url(/resources/images/icon/play--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  pointer-events: none;
  color: white;
  font-size: 17px;
  transition: 0.3s;
}
.gallery-block[data-href]:hover:after {
  background: #ffffff;
  border: 2px solid #415dec;
  background-image: url(/resources/images/icon/play--blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
@media (max-width: 410px) {
  .gallery-block.gallery-block--small, .gallery-block.gallery-block--large {
    height: unset;
  }
}
.gallery-block.gallery-block--large {
  height: calc(100% - var(--bs-gutter-x) * 0.5);
}
.gallery-block.gallery-block--large {
  height: calc(100% - var(--bs-gutter-x) * 0.5);
}

.lightboxOverlay {
  background-color: white;
}

.lightbox {
  top: 55% !important;
  position: fixed;
  transform: translateY(-50%);
}
.lightbox .lb-outerContainer {
  border-radius: 0px;
}
.lightbox .lb-outerContainer .lb-container {
  min-height: 100%;
}
.lightbox .lb-outerContainer .lb-image {
  opacity: 1 !important;
  border-radius: 0px;
  border: 20px solid white;
}
.lightbox .lb-outerContainer .lb-nav {
  position: absolute;
  top: unset;
  width: unset;
  height: unset;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  pointer-events: none;
}
.lightbox .lb-outerContainer .lb-nav .lb-prev,
.lightbox .lb-outerContainer .lb-nav .lb-next {
  width: 47px;
  height: 47px;
  background-color: #415dec;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
  border: 2px solid #415dec;
  outline: 0;
  opacity: 1;
  float: none;
  pointer-events: all;
  transition: 0.3s;
}
.lightbox .lb-outerContainer .lb-nav .lb-prev:hover,
.lightbox .lb-outerContainer .lb-nav .lb-next:hover {
  background-color: #ffffff;
}
.lightbox .lb-outerContainer .lb-nav .lb-prev {
  background-image: url("/resources/images/icon/chevron-left--white.svg");
}
.lightbox .lb-outerContainer .lb-nav .lb-prev:hover {
  background-image: url("/resources/images/icon/chevron-left--blue.svg");
}
.lightbox .lb-outerContainer .lb-nav .lb-next {
  background-image: url("/resources/images/icon/chevron-right--white.svg");
}
.lightbox .lb-outerContainer .lb-nav .lb-next:hover {
  background-image: url("/resources/images/icon/chevron-right--blue.svg");
}
.lightbox .lb-dataContainer {
  padding: 0px;
  opacity: 1 !important;
}
.lightbox .lb-dataContainer .lb-data {
  padding: 0px;
  color: black;
}
.lightbox .lb-dataContainer .lb-data .lb-details {
  background: white;
  height: 100%;
  float: none;
  padding: 20px;
  padding-top: 0px;
  width: auto;
}
.lightbox .lb-dataContainer .lb-data .lb-closeContainer {
  position: absolute;
  top: -47px;
  transform: translateX(20px);
}
.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close {
  width: 47px;
  height: 47px;
  background-image: url("/resources/images/icon/close--white.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: right 15.5px top 15.5px;
  z-index: 9999;
  border: 0;
  background-color: black;
  outline: 0;
  opacity: 1;
}
.lightbox .lb-dataContainer .lb-data .lb-closeContainer .lb-close:focus-visible {
  outline: solid #415dec 2px;
  outline-offset: -2px;
}

.lightbox .lb-outerContainer video, .lightbox .lb-outerContainer .video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
  border: none;
  outline: none;
  background: white;
  opacity: 1 !important;
  max-height: 100%;
  border: 20px solid white;
  padding: unset;
}
.lightbox .lb-outerContainer video:hover, .lightbox .lb-outerContainer video:focus, .lightbox .lb-outerContainer .video:hover, .lightbox .lb-outerContainer .video:focus {
  outline: none;
}
.lightbox .lb-outerContainer div.video + img {
  display: none !important;
}
.lightbox .lb-outerContainer div.video ~ .lb-nav {
  bottom: 75px;
}
.lightbox .lb-outerContainer video + img {
  visibility: hidden;
}
.lightbox .lb-outerContainer video, .lightbox .lb-outerContainer .video {
  border-radius: 0px;
  border: 20px solid white;
}
.lightbox .lb-container {
  position: relative;
}

.event-info {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 10px;
}
.event-info div {
  color: #231f20;
  margin-bottom: 1rem;
  padding-left: 2.2rem;
  background-repeat: no-repeat;
  background-position: left top 3px;
  background-size: 22px;
}
.event-info div span {
  display: block;
  width: 100%;
}
.event-info div .label {
  font-size: 14px;
  color: #555559;
  font-weight: normal;
}
.event-info div .value {
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
}
.event-info__date {
  width: 50%;
  background-image: url("/resources/images/icon/calendar--grey.svg");
}
.event-info__time {
  width: 50%;
  background-image: url("/resources/images/icon/clock--grey.svg");
}
.event-info__venue {
  width: 100%;
  background-image: url("/resources/images/icon/marker-ghost--grey.svg");
}

.eventbrite-horizontal .slider-eventbrite {
  margin-right: -30px;
}
.eventbrite-horizontal .card--event {
  margin-right: 30px;
  min-height: 34rem;
}

.slider-hero .slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 360px;
  padding: 2rem 1rem;
  position: relative;
  margin: 0 !important;
  /*&--darker {
  position: relative;

  &::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(35, 31, 32, 0.4);
      position: absolute;
      top: 0;
      left: 0;
  }

  .container {
      z-index: 2;
      position: relative;
  }
      }*/
}
@media (min-width: 768px) {
  .slider-hero .slide {
    height: 633px;
  }
}
@media (min-width: 992px) {
  .slider-hero .slide .container {
    width: 100%;
    max-width: none;
  }
  .slider-hero .slide .container .d-flex {
    max-width: 1110px;
    margin: 0 auto;
  }
}
.slider-hero .slide .display-1 {
  color: white;
  /*width: 90%;*/
  width: calc(100% - 75px);
  border-color: white;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  .slider-hero .slide .display-1 {
    margin-top: 2rem;
    width: 60%;
    font-size: 64px;
    font-size: 4rem;
    line-height: 64px;
    line-height: 4rem;
  }
}
@media (min-width: 992px) {
  .slider-hero .slide .display-1 {
    width: 54%;
  }
}
.slider-hero .slide .display-2 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .slider-hero .slide .display-2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.slider-hero .slide .display-black-1 {
  color: black;
  border-color: black;
}
.slider-hero .slide .form-group {
  margin: 0;
  position: relative;
}
.slider-hero .slide input {
  border: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  outline: 1px solid white;
  border-bottom: 4px solid white;
}
.slider-hero .slide input::placeholder {
  color: #231f20;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .slider-hero .slide input {
    width: 40%;
    margin-right: 2px;
    vertical-align: middle;
    height: 60px;
    float: left;
    padding: 4px 1.5rem 0;
  }
}
.slider-hero .slide input:focus {
  outline: 1px solid white;
  border-bottom: 4px solid #415dec;
}
.slider-hero .slide select.custom-select {
  border: 0;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  color: #231f20 !important;
  font-weight: 500 !important;
  font-size: 16px;
  font-size: 1rem;
  outline: 1px solid white;
  border-bottom: 4px solid white;
}
@media (min-width: 768px) {
  .slider-hero .slide select.custom-select {
    width: auto;
    margin-right: 2px;
    float: left;
    height: 60px;
    padding: 4px 2.8rem 0 1.5rem;
  }
}
.slider-hero .slide select.custom-select:focus {
  outline: 1px solid white;
  border-bottom: 4px solid #415dec;
}
.slider-hero .slide button,
.slider-hero .slide a.btn {
  height: 50px;
  width: 100%;
  padding-top: 12px;
  font-size: 16px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .slider-hero .slide button,
  .slider-hero .slide a.btn {
    width: auto;
    line-height: 44px;
    margin-right: 2px;
    height: 60px;
    float: left;
    padding-top: 5px;
  }
}
.slider-hero .slide .display-2 {
  color: white;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  font-weight: normal;
}
@media (min-width: 992px) {
  .slider-hero .slide .display-2 {
    margin-top: 1.6rem;
    width: 40%;
  }
}
.slider-hero .slide .display-black-2 {
  color: black;
}
@media (min-width: 992px) {
  .slider-hero .slide--search .display-1 {
    width: 38%;
  }
}
.slider-hero .slick-prev,
.slider-hero .slick-next {
  /*display: none !important;*/
  display: block !important;
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 1;
  float: left;
  background: url("/resources/images/icon/chevron-right--white.svg");
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: transparent 3px solid;
  padding: 0;
  margin: 0;
  font-size: 32px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  /*&:focus {
      outline: 1px solid white;
      border-bottom: 2px solid #415dec;
      background: white url('/resources/images/icon/chevron-right--blue.svg');
      background-size: contain;
      background-repeat: no-repeat;
  }*/
}
.slider-hero .slick-prev:focus,
.slider-hero .slick-next:focus {
  outline: 0;
}
.slider-hero .slick-prev:focus-visible,
.slider-hero .slick-next:focus-visible {
  outline: 3px solid black;
  border: 3px solid white;
  background: #8d9ef4 url("/resources/images/icon/chevron-right--black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .slider-hero .slick-prev,
  .slider-hero .slick-next {
    /*display: block !important;*/
    border: 0;
    width: 40px;
    height: 40px;
    /*text-indent: -9999px;
                position: absolute;
                z-index: 999;
                top: 50%;
                margin-top: -25px;
                cursor: pointer;
                background: url('/resources/images/icon/chevron-right--white.svg');
                background-size: contain;
                background-repeat: no-repeat;
    */
    border: transparent 3px solid;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 0;
  }
}
.slider-hero .slick-prev {
  transform: rotate(180deg);
  right: 75px;
  left: auto;
  /*&:focus-visible {
      right: 57px;
  }*/
  /*@include media-breakpoint-up(xl) {
      right: calc(50% - 520px);
  }*/
}
@media (min-width: 1200px) {
  .slider-hero .slick-prev {
    left: 0;
  }
}
.slider-hero .consierge-search {
  z-index: 9999;
  width: 100%;
  padding: 1.375rem 1.375rem 0 1.375rem;
  top: 50px;
}
@media (min-width: 768px) {
  .slider-hero .consierge-search {
    width: 63.3%;
    top: 62px;
  }
}
@media (min-width: 768px) {
  .slider-hero .consierge-search section {
    width: 66.666666%;
    float: left;
  }
}
@media (min-width: 768px) {
  .slider-hero .consierge-search section.organic {
    width: 33.333333%;
  }
}

/*.slick-prev {
    left: 0px;
    transform: rotate(180deg);
}

.slick-next {
    right: 0px;
}*/
.slick-slider {
  z-index: 9;
  overflow-x: hidden;
  /*max-height: 360px;*/
  overflow-y: hidden;
}

.slick-list {
  overflow: visible;
}

body.predictive-course-search--open .slick-slider {
  z-index: 998;
  padding-bottom: 150px;
  margin-bottom: -150px;
}

.slide input:focus,
.slide button:focus,
.slide .custom-select:focus {
  outline: 1px solid white;
  border-bottom: 4px solid #415dec;
}

.slider-hero .slide {
  padding: 0;
}
.slider-hero .slide .container {
  padding: 2rem;
  max-width: none !important;
  height: 100%;
}
.slider-hero .slide--darker .container {
  background-color: rgba(35, 31, 32, 0.4);
}

a.listing img {
  width: 100%;
  transition: 0.3s;
  opacity: 1;
}
a.listing:hover img {
  opacity: 0.9;
}
a.listing h2.h2--small, a.listing .h2--small.h2 {
  margin-bottom: 0;
  color: #231f20;
}
a.listing h2.h2--small:before, a.listing .h2--small.h2:before {
  position: absolute;
  display: block;
  background: #231f20;
  width: 60px;
  height: 4px;
  top: 0;
  left: 0;
  content: "";
  transition: all 0.3s;
}
a.listing p {
  font-weight: 400;
}

a.listing:hover {
  text-decoration: none !important;
}
a.listing:hover h2.h2--small, a.listing:hover .h2--small.h2 {
  color: #415dec;
}
a.listing:hover h2.h2--small:before, a.listing:hover .h2--small.h2:before {
  position: absolute;
  display: block;
  background: #415dec;
  width: 80px;
  height: 4px;
  top: 0;
  left: 0;
  content: "";
}
.list-grid--people nav {
  margin-bottom: 2rem;
}
.list-grid--people .people {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -15px;
}
.list-grid--people .people a.listing {
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .list-grid--people .people a.listing {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .list-grid--people .people a.listing {
    width: 33.33333%;
  }
}

.btn--list-grid-people {
  border: none;
  padding: 0.6rem 0.6rem;
  color: #415dec;
  background: #F5F3F1;
  margin: 0 6px 6px 0;
}
.btn--list-grid-people:hover, .btn--list-grid-people:active, .btn--list-grid-people.active {
  background: #415dec;
  color: white;
}

.list-grid p {
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
}

.news-list-grid p {
  font-family: "HelveticaNeueLTPro-Roman", Arial, sans-serif;
}

.map__wrapper {
  position: relative;
}

.map___overlay--page-building {
  background: #f0edeb;
  padding: 2rem !important;
  color: #231f20;
}
.map___overlay--page-building h3, .map___overlay--page-building .h3 {
  margin-bottom: 2.5rem;
}
.map___overlay--page-building address {
  margin-bottom: 2rem;
}
.map___overlay--page-building p {
  margin-bottom: 0;
}
.map___overlay--page-building .address--page-building {
  border-left: 5px solid rgb(69, 69, 69);
  padding-left: 15px;
}
@media (min-width: 768px) {
  .map___overlay--page-building {
    z-index: 999;
    top: 16px;
    left: 15px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .page-general--home {
    padding: 5rem 0;
  }
}

@media (min-width: 768px) {
  .general-content__aside {
    padding-left: 100px;
  }
}
.general-content__aside p:last-child {
  margin-bottom: 0 !important;
}

.promo-full-width .row {
  --bs-gutter-x: 0;
}

.promo {
  height: 158px;
  display: flex;
}
@media (min-width: 768px) {
  .promo {
    min-height: 229px;
  }
}
.promo__image {
  background-position: center;
  background-size: cover;
  background-position: center;
}
.promo .col-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.promo__content {
  background: #555559;
  color: #ffffff;
  padding: 1.2rem !important;
}
.promo__content h2, .promo__content .h2 {
  padding-top: 0.5rem;
}
@media (min-width: 992px) {
  .promo__content h2, .promo__content .h2 {
    padding-top: 1rem;
  }
}
.promo__content h2:before, .promo__content .h2:before {
  background: #ffffff;
}
.promo__content p {
  font-weight: 400;
}
.promo__content .btn {
  width: 100%;
  padding: 0.3rem 0 0.4rem 0;
}
@media (min-width: 992px) {
  .promo__content .btn {
    padding: 0.6rem 0 0.7rem 0;
    white-space: normal;
    line-height: 1.5;
  }
}
.promo:hover {
  text-decoration: none;
}
.promo--compact {
  height: auto;
  position: relative;
  min-height: 130px;
}
.promo--compact .promo__content {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.promo--compact .promo__content h2, .promo--compact .promo__content .h2 {
  padding-top: 0.6rem;
}
.promo--compact.has-image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.promo--compact.has-image h2:before, .promo--compact.has-image .h2:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.promo--compact.has-image:hover h2:before, .promo--compact.has-image:hover .h2:before {
  width: 80px;
}

.promo-full-width {
  padding: 0;
  position: relative;
  z-index: 9;
}
.promo-full-width .container-fluid, .promo-full-width .container-sm, .promo-full-width .container-md, .promo-full-width .container-lg, .promo-full-width .container-xl {
  --bs-gutter-x: 0;
}
.promo-full-width .promo {
  width: 100%;
  --bs-gutter-x: 0;
}
@media (min-width: 992px) {
  .promo-full-width .promo {
    width: 33.33333%;
  }
}
.promo-full-width .promo:nth-child(2) .promo__image {
  order: 2;
}
@media (min-width: 992px) {
  .promo-full-width .promo:nth-child(2) .promo__image {
    order: 1;
  }
}
.promo-full-width .promo:nth-child(2) .promo__content {
  order: 1;
}
@media (min-width: 992px) {
  .promo-full-width .promo:nth-child(2) .promo__content {
    order: 2;
  }
}

.promo-standard-grid,
.promo-compact-grid {
  padding-bottom: 1rem;
}
.promo-standard-grid h2, .promo-standard-grid .h2,
.promo-compact-grid h2,
.promo-compact-grid .h2 {
  margin-bottom: 2.2rem;
}
.promo-standard-grid .promo,
.promo-compact-grid .promo {
  margin-bottom: 2rem;
}

.promo.promo--compact {
  border-bottom: 6px solid transparent;
}
.promo.promo--compact:focus-visible {
  outline: 0;
  outline-offset: 0;
  border-bottom: 6px #415dec solid;
}

.slider {
  position: relative;
  overflow: visible;
  margin-right: -30px;
}
.slider .slick-list {
  overflow: hidden;
}
.slider .slick-list > .slick-track {
  margin-left: 0;
}
.slider .slide {
  position: relative;
}
.slider .slide a .card--news__image:before {
  z-index: 1;
}
.slider .slide a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider .slide a p {
  font-weight: 400;
}
.slider .slide a:hover img {
  opacity: 0.9;
}
.slider .slide a:hover .slider__content,
.slider .slide a:hover .slider__caption {
  color: #415dec;
}
.slider .slide a:focus-visible {
  outline: #415dec auto 1px;
  outline-offset: -1px;
  /*.card--news__image {
      outline: $blue auto 1px;
      outline-offset: -1px;
  }*/
}
.slider .slider__content {
  background-color: rgba(205, 195, 186, 0.2);
  display: block;
  color: #231f20;
  max-width: 100%;
  padding: 0.6rem 0.9rem 0.8rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.slider .slider__caption {
  background-color: rgba(205, 195, 186, 0.2);
  display: block;
  color: #231f20;
  max-width: 100%;
  padding: 0.6rem 0.9rem 0.8rem;
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.slider--list .slide > div,
.slider--list .slide > a {
  margin-right: 30px;
  margin-bottom: 0;
}
.slider--slideshow {
  margin-right: -15px;
  margin-bottom: 0;
}
.slider--slideshow .slide > a,
.slider--slideshow .slide > div {
  margin-right: 15px;
  display: block;
  outline: 0;
  text-decoration: none;
}
.slider--slideshow .slider__image {
  width: 100%;
  height: auto;
}
.slider--slideshow .slider__image img {
  max-width: 100%;
}
.slider--1-col {
  margin-right: 0;
}
.slider--1-col .slide > div,
.slider--1-col .slide > a {
  margin-right: 0;
}

.slider-header {
  position: relative;
  margin-bottom: 2rem;
}

.slider-pagination {
  position: relative;
  order: 2;
  top: 2px;
}
.slider-pagination .prev {
  display: block;
  height: 20px;
  width: 10px;
  background: url("/resources/images/icon/chevron-right--black.svg");
  background-size: 10px;
  background-position: right center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  margin-bottom: 5px;
  cursor: pointer;
  order: 1;
}
.slider-pagination .next {
  display: block;
  height: 20px;
  width: 10px;
  background: url("/resources/images/icon/chevron-right--black.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 1.6rem;
  margin-bottom: 5px;
  cursor: pointer;
  order: 3;
}
.slider-pagination .slick-prev,
.slider-pagination .slick-next {
  /*display: none !important;*/
  display: block !important;
  position: relative;
  top: -3px;
  right: -6px;
  z-index: 1;
  float: left;
  background: url(/resources/images/icon/chevron-right--black.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: transparent 3px solid;
  padding: 0;
  margin: 0;
  font-size: 32px;
  cursor: pointer;
  width: 18px;
  height: 24px;
  text-indent: -9999px;
  margin-left: 1rem;
  order: 3;
  /*&:focus {
      outline: 1px solid white;
      border-bottom: 2px solid #415dec;
      background: white url('../images/icon/chevron-right--blue.svg');
      background-size: contain;
      background-repeat: no-repeat;
  }*/
  /*@include media-breakpoint-up(xl) {
      border: 0;
      width: 40px;
      height: 40px;

      border: transparent 3px solid;
      position: absolute;
      z-index: 999;
      top: 50%;
      right: 0;
  }*/
}
.slider-pagination .slick-prev:hover,
.slider-pagination .slick-next:hover {
  background: url(/resources/images/icon/chevron-right--blue.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-pagination .slick-prev:focus,
.slider-pagination .slick-next:focus {
  outline: 0;
}
.slider-pagination .slick-prev:focus-visible,
.slider-pagination .slick-next:focus-visible {
  outline: 3px solid black;
  border: 3px solid white;
  background: #8d9ef4 url("/resources/images/icon/chevron-right--black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-pagination .slick-prev {
  transform: rotate(180deg);
  margin-left: 0;
  order: 1;
  margin-right: 1.5rem;
  /*&:focus-visible {
      right: 57px;
  }*/
  /*@include media-breakpoint-up(xl) {
      right: calc(50% - 520px);
  }*/
}
@media (min-width: 1200px) {
  .slider-pagination .slick-prev {
    left: 0;
  }
}
.slider-pagination__count {
  position: relative;
  text-align: center;
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  order: 2;
  top: -2px;
}
.slider-pagination--alternate {
  width: 100%;
  position: absolute;
  z-index: 9;
  pointer-events: none;
  top: initial;
  bottom: 0rem;
  margin-top: 0;
  height: 1.5rem;
}
.slider-pagination--alternate .prev {
  display: block;
  height: 20px;
  width: 10px;
  background: url("/resources/images/icon/chevron-right--black.svg");
  background-size: 10px;
  background-position: right center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  margin-bottom: 5px;
  cursor: pointer;
  pointer-events: all;
}
.slider-pagination--alternate .next {
  display: block;
  height: 20px;
  width: 10px;
  background: url("/resources/images/icon/chevron-right--black.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 1.6rem;
  margin-bottom: 5px;
  cursor: pointer;
  pointer-events: all;
}
.slider-pagination--alternate .slick-prev,
.slider-pagination--alternate .slick-next {
  /*display: none !important;*/
  display: block !important;
  position: absolute;
  top: -1px;
  right: -3px;
  z-index: 1;
  float: left;
  background: url(/resources/images/icon/chevron-right--black.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  border: transparent 3px solid;
  padding: 0;
  margin: 0;
  font-size: 32px;
  cursor: pointer;
  width: 16px;
  height: 23px;
  text-indent: -9999px;
  overflow: hidden;
  /* @include media-breakpoint-up(xl) {
      border: 0;
      width: 40px;
      height: 40px;
      border: transparent 3px solid;
      position: absolute;
      z-index: 999;
      top: 50%;
      right: 0;
  }*/
}
.slider-pagination--alternate .slick-prev:hover,
.slider-pagination--alternate .slick-next:hover {
  background: url(/resources/images/icon/chevron-right--blue.svg);
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-pagination--alternate .slick-prev:focus,
.slider-pagination--alternate .slick-next:focus {
  outline: 0;
}
.slider-pagination--alternate .slick-prev:focus-visible,
.slider-pagination--alternate .slick-next:focus-visible {
  outline: 3px solid black;
  border: 3px solid white;
  background: #8d9ef4 url("/resources/images/icon/chevron-right--black.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.slider-pagination--alternate .slick-prev {
  right: auto;
  left: -3px;
  transform: rotate(180deg);
}
@media (min-width: 1200px) {
  .slider-pagination--alternate .slick-prev {
    left: 0;
  }
}

.view-all-link {
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  position: relative;
  top: 0px;
  min-width: 9ch;
}

.slick-dots {
  display: block;
  width: 85%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  padding-right: 15px;
  left: 7.5%;
  margin-top: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #231f20;
  /**/
  border: 0;
  outline: none;
  background: transparent;
  position: relative;
  left: -5px;
}
.slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #858588;
  border-radius: 10px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.slick-dots li button:hover:before {
  background-color: #415dec;
}
.slick-dots li.slick-active button:before {
  background-color: #8d9ef4;
  opacity: 1;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  left: -2px;
}

.content-type.slideshow-2-column .container {
  position: relative;
}
.content-type.slideshow-2-column .container .slider .slide {
  margin-bottom: 2rem;
}
.content-type.slideshow-2-column .container .slider-pagination--alternate {
  width: calc(100% - 32px);
  bottom: 0;
  margin-top: 0;
  position: absolute;
  height: 1.5rem;
}
.content-type.slideshow-2-column .slick-dots {
  margin-bottom: 0;
  margin-top: 0;
  position: absolute;
  bottom: 0;
}

.content-type.slideshow-3-column .container {
  position: relative;
}

.card--quote {
  color: #231f20;
}
.card--quote .h3 {
  line-height: 1.5;
  padding-bottom: 30px;
}
.card--quote .icon--quote {
  width: 50px;
  height: 50px;
}
.card--quote .text-muted {
  position: absolute;
  bottom: 1.5rem;
}
.card--quote .quote--bottom {
  transform: rotate(180deg);
  opacity: 0.1;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.tab-panel .nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .tab-panel .nav-tabs {
    border-bottom: 1px solid #2f2f2f;
    margin-bottom: 40px;
  }
}
.tab-panel .nav-item {
  color: #231f20;
  border: 1px solid #2f2f2f;
  border-radius: 0;
  height: 50px;
  background: white;
  margin-right: -1px;
  line-height: 1.5;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  width: 100%;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (min-width: 992px) {
  .tab-panel .nav-item {
    width: auto;
    margin-bottom: -1px;
  }
}
.tab-panel .nav-item[aria-selected=true], .tab-panel .nav-item:hover {
  background: #415dec;
  color: white;
  border: 1px solid #415dec;
}

.video {
  width: 100%;
  padding-top: 58.3%;
  position: relative;
}
.video div.video__play-button {
  padding: 8px 0 0 38px;
}
@media (min-width: 768px) {
  .video div.video__play-button {
    padding: 12px 0 0 50px;
  }
}
.video .video__cover,
.video .vimeo-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  z-index: 999;
}
.video .video__cover {
  z-index: 1;
  border: 0;
  /* &:hover {

      .video__play-button,
      button {
          color: $black;
          background-color: $blue--light70;
          border-bottom: solid 4px $blue--light70;
          background-image: url("data:image/svg+xml,%3Csvg width='18px' height='20px' viewBox='0 0 18 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Video:-Vertical' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Video:-vertical' transform='translate(-170.000000  -794.000000)' fill='%23000000'%3E%3Cg id='Group' transform='translate(150.000000  780.000000)'%3E%3Cpath d='M20.7424323 14 L20.9360502 14.0115802 L21.1267574 14.0926413 L36.7792716 23.356769 C37.2640523 23.6448241 37.2640523 24.3425463 36.7792716 24.6305866 L21.1267574 33.8947144 C20.6303491 34.1885614 20 33.8324705 20 33.2577871 L20 14.7295315 C20.0203818 14.3994988 20.2110891 14.1027577 20.5517511 14.0130068 L20.7424323 14 Z' %3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");



          /*  &:hover {
              cursor: pointer;



          }

          &:focus-visible {
              border-bottom: 4px solid $blue;

              @include media-breakpoint-up (md) {
                  background-position: 20px 14px;
                  background-size: 18px;
                  padding: 6px 0 0 40px;
              }
          }*/
  /*
              }

              div.video__play-button {
                  padding: 7px 0 0 38px;

                  @include media-breakpoint-up (md) {
                      padding: 12px 0 0 50px;
                  }
              }

          } */
  /*  &:focus-visible {
       outline: 0;

       .video__play-button,
       button {
           color: $black;
           background-color: $blue--light70;
           background-image: url("data:image/svg+xml,%3Csvg width='18px' height='20px' viewBox='0 0 18 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Video:-Vertical' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Video:-vertical' transform='translate(-170.000000  -794.000000)' fill='%23000000'%3E%3Cg id='Group' transform='translate(150.000000  780.000000)'%3E%3Cpath d='M20.7424323 14 L20.9360502 14.0115802 L21.1267574 14.0926413 L36.7792716 23.356769 C37.2640523 23.6448241 37.2640523 24.3425463 36.7792716 24.6305866 L21.1267574 33.8947144 C20.6303491 34.1885614 20 33.8324705 20 33.2577871 L20 14.7295315 C20.0203818 14.3994988 20.2110891 14.1027577 20.5517511 14.0130068 L20.7424323 14 Z' %3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
           border-bottom: 4px solid $blue;

           @include media-breakpoint-up (md) {
               background-position: 20px 14px;
               background-size: 18px;
               padding: 11px 0 0 40px;
           }
       }
   } */
}
.video .video__cover:after {
  content: "";
  position: absolute;
  width: 47px;
  height: 47px;
  left: 0px;
  bottom: 0px;
  background: #415dec;
  border: 2px solid #415dec;
  background-image: url(/resources/images/icon/play--white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  pointer-events: none;
  color: white;
  font-size: 17px;
  transition: 0.3s;
  transition: outline 0s, outline-offset 0s;
}
.video .video__cover:hover:after {
  background: #ffffff;
  border: 2px solid #415dec;
  background-image: url(/resources/images/icon/play--blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}
.video .video__cover:focus-visible {
  outline: none;
}
.video .video__cover:focus-visible::after {
  outline: white 2px solid;
  outline-offset: -4px;
}
.video .vimeo-image {
  z-index: 998;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.video--full-width {
  height: 200px;
  padding-top: 56.25%;
}
@media (min-width: 768px) {
  .video--full-width {
    height: 465px;
  }
}
.video--full-width .video__cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.video--full-width .video__cover h2, .video--full-width .video__cover .h2 {
  font-size: 32px;
  max-width: 220px;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  top: 24px;
  left: 15px;
}
@media (min-width: 768px) {
  .video--full-width .video__cover h2, .video--full-width .video__cover .h2 {
    top: 100px;
    left: 60px;
    font-size: 60px;
    max-width: 420px;
  }
}
.video--full-width .video__cover h2::before, .video--full-width .video__cover .h2::before {
  content: "";
  height: 4px;
  background-color: #fff;
  width: 100%;
}
@media (min-width: 768px) {
  .video--full-width .video__cover h2::before, .video--full-width .video__cover .h2::before {
    height: 8px;
  }
}
@media (min-width: 768px) {
  .video--full-width .video__play-button {
    padding-left: 90px;
    width: 200px;
    background-position: left 60px top 14px;
    bottom: 100px;
  }
}

/* section.content-type.video-full-width {
    @include media-breakpoint-down (lg) {
        padding: 0;
    }

    .container {
        @include media-breakpoint-down (lg) {
            padding: 0;
        }
    }
} */
.video-vertical__content {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .video-vertical__content {
    padding-top: 2rem;
  }
}
.video-vertical__content p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.content-type.download-item {
  padding-bottom: calc(2.5rem - 2px);
}
.content-type.download-item .d-flex.download {
  margin-bottom: 0;
}
.content-type.download-item .download__link {
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid transparent;
}
.content-type.download-item .download__link:hover {
  border-bottom: 2px solid #415dec;
  text-decoration: none;
}
.content-type.download-item .download__link:hover .download__info .pdf_download__additional-info span {
  text-decoration: none;
}
.content-type.download-item .download__link .download__info {
  display: flex;
  flex-direction: column;
}
.content-type.download-item .download__link .download__info span abbr {
  margin: 0;
  font-size: 0.875rem;
}
.content-type.download-item .download__link .download__info .download__description {
  display: block;
  font-weight: normal;
  color: #231f20;
}

.content-type.full-width-image img {
  width: 100%;
  height: auto;
}

section.content-type.related-links .container > h2, section.content-type.related-links .container > .h2 {
  margin-bottom: 35px;
}
section.content-type.related-links .container > p {
  margin-bottom: 35px;
  max-width: 765px;
}
section.content-type.related-links .row {
  margin-right: calc(-0.25 * var(--bs-gutter-x));
  margin-left: calc(-0.25 * var(--bs-gutter-x));
}

.link-block__col {
  flex: 0 0 auto;
  padding-right: calc(var(--bs-gutter-x) * 0.25);
  padding-left: calc(var(--bs-gutter-x) * 0.25);
}
.link-block__col.link-block__col--small {
  width: 100%;
}
.link-block__col.link-block__col--large {
  width: 100%;
}
@media (min-width: 768px) {
  .link-block__col.link-block__col--small {
    width: 50%;
  }
  .link-block__col.link-block__col--large {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .link-block__col.link-block__col--small {
    width: 23%;
    max-height: unset;
  }
  .link-block__col.link-block__col--large {
    width: 31%;
    max-height: unset;
  }
}
@media (min-width: 1200px) {
  .link-block__col.link-block__col--small {
    width: 20%;
  }
  .link-block__col.link-block__col--large {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .link-block__col.collapse--mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .link-block__col.collapse--mobile a.link-block.link-block--small {
    width: auto;
    flex: 1;
    margin: 0px calc(var(--bs-gutter-x) * 0.25);
  }
  .link-block__col.collapse--mobile a.link-block.link-block--small:first-child {
    margin-left: 0px;
  }
  .link-block__col.collapse--mobile a.link-block.link-block--small:last-child {
    margin-right: 0px;
  }
}

.link-block {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  padding: calc(var(--bs-gutter-x) * 0.5);
  background: #415DEC;
  transition: 0.3s;
  border: 2px solid #415dec;
  /* &:hover, &:focus {
      background: #415DEC;
      h3, p {
          color: white;
      }
  } */
}
.link-block h3, .link-block .h3, .link-block p {
  transition: 0.3s;
  color: white;
}
.link-block:hover {
  border: 2px solid #415dec;
  background-color: #ffffff;
}
.link-block:hover h3, .link-block:hover .h3 {
  color: #415dec;
}
.link-block:focus-visible {
  border: 2px solid #415dec;
  background-color: #ffffff;
  outline: 0;
}
.link-block:focus-visible h3, .link-block:focus-visible .h3 {
  color: #415dec;
}
@media (min-width: 768px) {
  .link-block {
    background: #F5F3F1;
    padding: unset;
    border: 0px;
  }
  .link-block h3, .link-block .h3, .link-block p {
    color: #000000;
  }
  .link-block.link-block--small {
    height: 155px;
  }
  .link-block.link-block--large {
    height: 165px;
  }
  .link-block:hover, .link-block:focus {
    background: #415DEC;
    border: 0px;
  }
  .link-block:hover h3, .link-block:hover .h3, .link-block:hover p, .link-block:focus h3, .link-block:focus .h3, .link-block:focus p {
    color: white;
  }
}
@media (min-width: 992px) {
  .link-block {
    padding-top: 72%;
    height: unset;
  }
  .link-block.link-block--large {
    height: calc(100% - var(--bs-gutter-x) * 0.5);
  }
  .link-block.link-block--large h3, .link-block.link-block--large .h3 {
    max-width: 265px;
  }
  .link-block.link-block--large p {
    max-width: 180px;
  }
}
.link-block h3, .link-block .h3 {
  word-break: break-word;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .link-block h3, .link-block .h3 {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    margin-bottom: unset;
  }
}
.link-block p {
  margin-bottom: 0px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .link-block p {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

@media (min-width: 992px) {
  .link-block__col--large .link-block.link-block--small {
    min-height: 325px;
  }
}
@media (min-width: 1200px) {
  .link-block__col--large .link-block.link-block--small {
    min-height: 325px;
  }
}
.usp-block {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  flex: 1;
}
.usp-block:not(:last-child) {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .usp-block {
    max-width: 350px;
  }
  .usp-block:not(:last-child) {
    margin-bottom: 0px;
  }
}
.usp-block .usp-block__dots {
  display: flex;
}
.usp-block .usp-block__dots div {
  width: 24px;
  height: 24px;
  background: #555559;
  border-radius: 100%;
  margin-right: 7px;
}
.usp-block .usp-block__dots[data-dots-active="1"] div:nth-child(1), .usp-block .usp-block__dots[data-dots-active="2"] div:nth-child(2), .usp-block .usp-block__dots[data-dots-active="3"] div:nth-child(3) {
  background: #415dec;
}
.usp-block a {
  position: relative;
}
.usp-block a h3:after, .usp-block a .h3:after {
  content: "––-";
  visibility: hidden;
  white-space: nowrap;
}
.usp-block a h3:before, .usp-block a .h3:before {
  content: "";
  background: transparent url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjEzODkgOS4wODUwMUwxOS43OTExIDEuMDU4MTFNMTkuNzkxMSAxLjA1ODExSDE0LjY4OTZNMTkuNzkxMSAxLjA1ODExVjYuNDA5MzhNMTkuNzkxMSAxMi44MzA5VjE4LjE4MjJDMTkuNzkxMSAxOC43NDk5IDE5LjU3NjEgMTkuMjk0MyAxOS4xOTM0IDE5LjY5NTdDMTguODEwOCAyMC4wOTcyIDE4LjI5MTcgMjAuMzIyNyAxNy43NTA1IDIwLjMyMjdIMy40NjYzN0MyLjkyNTE4IDIwLjMyMjcgMi40MDYxNCAyMC4wOTcyIDIuMDIzNDYgMTkuNjk1N0MxLjY0MDc3IDE5LjI5NDMgMS40MjU3OCAxOC43NDk5IDEuNDI1NzggMTguMTgyMlYzLjE5ODYxQzEuNDI1NzggMi42MzA5MiAxLjY0MDc3IDIuMDg2NDcgMi4wMjM0NiAxLjY4NTA1QzIuNDA2MTQgMS4yODM2MiAyLjkyNTE4IDEuMDU4MTEgMy40NjYzNyAxLjA1ODExSDguNTY3ODYiIHN0cm9rZT0iIzQxNURFQyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat center center;
  width: 18px;
  height: 19px;
  display: block;
  background-size: contain;
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.usp-block h3, .usp-block .h3 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #231f20;
  margin-top: 16px;
  margin-bottom: 14px;
}
.usp-block p {
  color: #231f20;
  margin-bottom: 0px;
}

.two-usps .usp-block__dots div:last-of-type {
  display: none;
}

.two-usps .usp-block:last-of-type {
  display: none;
}

@media (min-width: 768px) {
  .two-usps .usp-block {
    max-width: initial;
  }
}
.cta-banner .cta-banner__inner {
  background: #231F20;
  color: #FFFFFF;
  padding: calc(var(--bs-gutter-x) * 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 576px) {
  .cta-banner .cta-banner__inner {
    padding: 35px;
    flex-direction: row;
    align-items: center;
  }
}
.cta-banner .cta-banner__inner h2, .cta-banner .cta-banner__inner .h2 {
  padding-top: 0px;
  margin-bottom: 33px;
}
.cta-banner .cta-banner__inner h2:before, .cta-banner .cta-banner__inner .h2:before {
  display: none;
}
@media (min-width: 576px) {
  .cta-banner .cta-banner__inner h2, .cta-banner .cta-banner__inner .h2 {
    margin-bottom: 0px;
    padding-right: 35px;
  }
}
.cta-banner .cta-banner__inner p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}
.cta-banner .cta-banner__inner a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 500;
  margin: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  min-width: 160px;
}
@media (min-width: 576px) {
  .cta-banner .cta-banner__inner a {
    min-width: 180px;
  }
}
@media (max-width: 575.98px) {
  .cta-banner .container {
    padding: 0px;
    overflow: hidden;
  }
}

.testimonials-slider .testimonials-slider__introduction h2, .testimonials-slider .testimonials-slider__introduction .h2 {
  font-weight: 700;
  padding-top: 0px;
}
@media (min-width: 768px) {
  .testimonials-slider .testimonials-slider__introduction h2, .testimonials-slider .testimonials-slider__introduction .h2 {
    max-width: 325px;
  }
}
.testimonials-slider .testimonials-slider__introduction h2:before, .testimonials-slider .testimonials-slider__introduction .h2:before {
  display: none;
}
@media (min-width: 768px) {
  .testimonials-slider .testimonials-slider__introduction p {
    max-width: 238px;
  }
}
.testimonials-slider .slider.slider--testimonials {
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonials-slider .slider.slider--testimonials {
    min-height: 424px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-slider .slider.slider--testimonials {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
  }
}
.testimonials-slider .slider.slider--testimonials .slick-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 125px;
  padding-bottom: 55px;
}
@media (min-width: 768px) {
  .testimonials-slider .slider.slider--testimonials .slick-list {
    margin-top: unset;
    padding-left: 40px;
  }
}
.testimonials-slider .slider.slider--testimonials .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 576px) {
  .testimonials-slider .slider.slider--testimonials .slick-slide {
    margin-left: 9px;
    margin-right: 9px;
  }
}
.testimonials-slider .slider.slider--testimonials .slick-slide:nth-child(even) {
  margin-top: -55px;
}
@media (min-width: 768px) {
  .testimonials-slider .slider.slider--testimonials .slick-slide:nth-child(even) {
    margin-top: -105px;
  }
}
@media (min-width: 768px) {
  .testimonials-slider .slider.slider--testimonials .slick-slide:nth-child(odd) {
    margin-top: -50px;
  }
}
.testimonials-slider .slider.slider--testimonials .slick-slide a {
  margin-right: unset;
  font-weight: unset;
}
.testimonials-slider .slider.slider--testimonials .slick-slide a .slide--testimonial {
  min-height: 169px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  padding: 20px;
  display: flex;
  position: relative;
  /* .slide--testimonial__image {
    min-width: 53px;

    img {
      width: 100%;
    }
  }

  .slide--testimonial__content {
    margin-left: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000000;

    .slide--testimonial__content__quote {
      background-color: unset;
    }

    .slide--testimonial__content__author {
      background-color: unset;

      p {
        margin-bottom: 0px;
        @include fontsize(14px);
        @include lineheight(17px);

        &:last-child {
          color: $greydark--light70;
        }
      }
    }
  } */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #231f20;
}
.testimonials-slider .slider.slider--testimonials .slick-slide a .slide--testimonial:before, .testimonials-slider .slider.slider--testimonials .slick-slide a .slide--testimonial:after {
  position: absolute;
  content: "";
  background-image: url("/resources/images/icon/callout-arrow--white.svg");
  background-size: contain;
  width: 38px;
  height: 41px;
  bottom: -22px;
  left: 20px;
  background-repeat: no-repeat;
}
.testimonials-slider .slider.slider--testimonials .slick-slide a .slide--testimonial:after {
  -webkit-filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
  z-index: -1;
}
.testimonials-slider .slider.slider--testimonials .slick-slide a .slide--testimonial blockquote {
  padding-left: calc(1em + 53px);
}
.testimonials-slider .slider.slider--testimonials .slick-slide a .slide--testimonial blockquote:before {
  position: absolute;
  content: "";
  background-image: url(/resources/images/icon/quote--black.svg);
  background-size: contain;
  width: 53px;
  height: 43.688px;
  top: calc(1rem + 10px);
  left: 1rem;
  background-repeat: no-repeat;
}
.testimonials-slider .slider.slider--testimonials .slick-slide a .slide--testimonial .slide--testimonial__author {
  margin-left: calc(1em + 53px);
  font-style: normal;
}
.testimonials-slider .slider.slider--testimonials .slick-slide a .slide--testimonial .slide--testimonial__author strong {
  color: #858588;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  text-indent: initial;
}
.testimonials-slider .slider-pagination {
  position: absolute;
  top: unset;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (min-width: 1200px) {
  .testimonials-slider .slider-pagination {
    left: 315px;
    transform: none;
  }
}

.expandable-block .btn-expand {
  padding: 0px;
  margin: 0px;
  border: none;
  color: #231f20;
  transition: all 0.2s;
}
.expandable-block .btn-expand:hover, .expandable-block .btn-expand:focus {
  border: none;
}
.expandable-block .btn-expand:hover {
  color: #415dec;
}
.expandable-block .btn-expand:after {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  margin-left: auto;
  content: "";
  background-image: url("/resources/images/icon/minus--black.svg");
  background-repeat: no-repeat;
  background-size: 13px;
  transition: transform 0.2s ease-in-out;
  background-position: center;
  margin-left: 34px;
  transition: all 0.2s;
}
.expandable-block .btn-expand:hover:after {
  background-image: url("/resources/images/icon/minus--blue.svg");
}
.expandable-block .btn-expand.collapsed:after {
  background-image: url("/resources/images/icon/plus--black.svg");
  transform: rotate(-180deg);
}
.expandable-block .btn-expand.collapsed:hover:after {
  background-image: url("/resources/images/icon/plus--blue.svg");
}
.expandable-block__content > *:first-child {
  margin-top: 34px;
}
.expandable-block__content img {
  max-width: 100%;
}

.cta-buttons .cta-buttons__list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .cta-buttons .cta-buttons__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.cta-buttons .cta-buttons__list li {
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .cta-buttons .cta-buttons__list li {
    flex-basis: 50%;
  }
}
@media (min-width: 992px) {
  .cta-buttons .cta-buttons__list li {
    flex-basis: auto;
    margin-bottom: 0;
  }
}
.cta-buttons .cta-buttons__list li .btn {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .cta-buttons .cta-buttons__list li .btn {
    margin: 0 1rem 0 0;
    width: calc(100% - 1rem);
  }
}
@media (min-width: 992px) {
  .cta-buttons .cta-buttons__list li .btn {
    width: auto;
  }
}

.search-filter {
  width: 100%;
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid #DBDBDC;
}
.search-filter::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 992px) {
  .search-filter {
    padding: 1.375rem 0;
  }
}
@media (max-width: 767.98px) {
  .search-filter .container {
    max-width: 100%;
    padding: 0;
  }
}
.search-filter.has-facets .search-filter__categories {
  width: 50%;
  border-right: 1px solid #DBDBDC;
}
@media (min-width: 992px) {
  .search-filter.has-facets .search-filter__categories {
    width: 100%;
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .search-filter.has-facets .search-filter__facets {
    display: block;
  }
}
.search-filter__categories {
  width: 100%;
  float: left;
}
.search-filter__categories::after {
  display: block;
  clear: both;
  content: "";
}
.search-filter__categories .category-buttons {
  display: none;
}
@media (min-width: 992px) {
  .search-filter__categories .category-buttons {
    display: block;
  }
}
@media (min-width: 992px) {
  .search-filter__categories .category-select {
    display: none;
  }
}
.search-filter__categories .category-select select {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  height: 44px;
  background-color: rgba(205, 195, 186, 0.2);
  border-radius: 0;
  padding-left: 10px;
  color: #231f20;
  font-weight: bold;
  border: 0;
  padding-bottom: 4px;
  outline: 0;
  background-image: url("/resources/images/icon/chevron-down--black.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 10px top 18px;
}
.search-filter__categories .category-select select:focus-visible {
  outline: 2px solid #415dec;
  outline-offset: -2px;
}
.search-filter__categories .category-select.active select {
  background-color: #415dec;
  color: #fff;
  background-image: url("/resources/images/icon/chevron-down--white.svg");
}
.search-filter .mobile-filter-button {
  width: 50%;
  height: 44px;
  float: left;
  font-weight: bold;
  background-color: rgba(205, 195, 186, 0.2);
  padding: 9px 12px;
  background-image: url("/resources/images/icon/filter--black.svg");
  background-repeat: no-repeat;
  background-position: right 12px top 16px;
  text-align: left;
  border: none;
}
.search-filter .mobile-filter-button:focus-visible {
  outline: 2px solid #415dec;
  outline-offset: -2px;
}
@media (min-width: 992px) {
  .search-filter .mobile-filter-button {
    display: none;
  }
}
.search-filter .mobile-filter-button.active {
  background-color: #415dec;
  color: #fff;
  background-image: url("/resources/images/icon/filter--white.svg");
}
.search-filter__facets {
  display: none;
  width: 100%;
  height: 100vh;
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  padding: 20px;
}
@media (min-width: 992px) {
  .search-filter__facets {
    margin-top: 1.375rem;
    float: left;
    width: auto;
    height: auto;
    overflow: visible;
    position: static;
    background-color: transparent;
    padding: 0;
    margin-left: -10px;
  }
}
.search-filter__facets::after {
  display: block;
  clear: both;
  content: "";
}
.search-filter__facets .facets-mobile-header {
  width: 100%;
  border-bottom: 1px solid #DBDBDC;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .search-filter__facets .facets-mobile-header {
    display: none;
  }
}
.search-filter__facets .facets-mobile-header__title {
  font-weight: bold;
}
.search-filter__facets .facets-mobile-header__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background-image: url("/resources/images/icon/close--black.svg");
  background-size: 14px;
  background-position: right 20px top 23px;
  background-repeat: no-repeat;
}
.search-filter__facets .facets-mobile-controls {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  display: none;
}
.search-filter__facets .facets-mobile-controls__clear {
  display: block;
  background-color: rgba(205, 195, 186, 0.2);
  float: left;
  margin-right: 20px;
  width: 110px;
  height: 44px;
  color: #231f20;
  font-weight: bold;
  padding: 10px 14px 6px;
  text-align: center;
  text-decoration: none;
}
.search-filter__facets .facets-mobile-controls__apply {
  display: block;
  background-color: #415dec;
  color: #fff;
  float: right;
  width: 200px;
  height: 44px;
  font-weight: bold;
  padding: 10px 14px 6px;
  text-align: center;
  text-decoration: none;
}
.search-filter__facets .search-facet {
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet {
    width: auto;
    text-align: left;
  }
}
.search-filter__facets .search-facet__title {
  color: #231f20;
  line-height: 1;
  display: none;
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet__title {
    background-image: url("/resources/images/icon/chevron-down--greydark.svg");
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
    display: block;
  }
}
.search-filter__facets .search-facet__options {
  border-bottom: 1px solid #DBDBDC;
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet__options {
    background-color: #fff;
    border: 3px solid #415dec;
    position: absolute;
    min-width: 190px;
    padding: 10px 20px 4px 10px;
    display: none;
    z-index: 2;
  }
}
.search-filter__facets .search-facet__options-title {
  font-weight: bold;
  margin: 20px 0;
  display: block;
  line-height: 1;
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet__options-title {
    display: block;
    color: #415dec;
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}
.search-filter__facets .search-facet__options .custom-control {
  padding-left: 0;
  padding-top: 0rem;
  min-height: 2rem;
  display: inline-block;
  margin: 0 10px 20px 10px;
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet__options .custom-control {
    padding-left: 1.5rem;
    margin: 0;
    display: block;
  }
}
.search-filter__facets .search-facet__options .custom-control label {
  border: 3px solid #415dec;
  padding: 5px 14px 6px;
  color: #415dec;
  font-weight: bold;
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet__options .custom-control label {
    border: 0;
    padding: 0;
    color: #231f20;
    font-weight: normal;
  }
}
.search-filter__facets .search-facet__options .custom-control label::before, .search-filter__facets .search-facet__options .custom-control label::after {
  width: 15px;
  height: 15px;
  outline: 0;
  display: none;
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet__options .custom-control label::before, .search-filter__facets .search-facet__options .custom-control label::after {
    display: block;
  }
}
.search-filter__facets .search-facet__options .custom-control label::after {
  background-size: 65%;
}
.search-filter__facets .search-facet__options .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.search-filter__facets .search-facet__options .custom-control .custom-control-input:checked + label {
  background-color: #415dec;
  color: #fff;
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet__options .custom-control .custom-control-input:checked + label {
    background-color: #fff;
    color: #231f20;
  }
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet.open .search-facet__title {
    color: #fff;
    background-color: #415dec;
    background-image: url("/resources/images/icon/chevron-up--white.svg");
    font-weight: bold;
  }
}
.search-filter__facets .search-facet.open .search-facet__options {
  display: block;
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet.selected .search-facet__title {
    font-weight: bold;
    color: #415dec;
    background-image: url("/resources/images/icon/chevron-down--blue.svg");
  }
}
@media (min-width: 992px) {
  .search-filter__facets .search-facet.selected.open .search-facet__title {
    color: #fff;
    background-color: #415dec;
    font-weight: bold;
    background-image: url("/resources/images/icon/chevron-up--white.svg");
  }
}
.search-filter__clear {
  display: none;
  background-color: #415dec;
  color: #fff;
  padding: 0.3rem 0.6rem 0.3rem 1.6rem;
  font-size: 14px;
  background-image: url("/resources/images/icon/close--white.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: left 7px top 6px;
  margin-top: 4px;
  margin-left: 1rem;
}
@media (min-width: 992px) {
  .search-filter__clear {
    display: inline-block;
  }
}
.search-filter__tags {
  margin-top: 1.5rem;
  margin-bottom: -1rem;
}
.search-filter__tag {
  background-color: #415dec;
  color: #fff;
  padding: 0.3rem 0.6rem 0.3rem 1.6rem;
  font-size: 14px;
  background-image: url("/resources/images/icon/close--white.svg");
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: left 7px top 6px;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.search-results {
  padding: 0 0 30px 0;
}
.search-results .card {
  margin-top: 2rem;
}

.search-results-header .search-results-term {
  color: #231f20;
  margin-top: 20px;
}
.search-results-header .search-results-term span {
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
}
.search-results-header .search-results-count {
  color: #231f20;
  font-size: 13px;
  margin-top: 4px;
}
.search-results-header .search-login {
  margin-top: 23px;
  font-size: 13px;
}
@media (min-width: 992px) {
  .search-results-header .search-login {
    text-align: right;
  }
}

.search-result {
  width: 100%;
  padding: 2rem 0;
  border-bottom: 1px solid #E3E2E2;
  display: block;
}
.search-result__image {
  width: 100%;
  height: 150px;
  background-color: #F4F4F4;
  float: left;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .search-result__image {
    width: 180px;
    height: 180px;
    margin-right: 30px;
  }
}
.search-result__image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 992px) {
  .search-result__image img {
    width: auto;
    height: 100%;
  }
}
.search-result__content {
  width: 100%;
  padding: 0;
  float: left;
  color: #231f20;
}
@media (min-width: 992px) {
  .search-result__content {
    width: calc(100% - 230px);
  }
}
.search-result__content .btn {
  margin-top: 20px;
}
.search-result__title {
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  font-size: 18px;
  margin: 20px 0;
  text-decoration: none;
  color: #415dec;
}
@media (min-width: 992px) {
  .search-result__title {
    margin: 0 0 1rem 0;
  }
}
.search-result__excerpt {
  font-size: 16px;
  margin: 0 0 1rem 0;
}
.search-result__course-details {
  font-weight: normal;
  font-family: "HelveticaNeueLTPro-Bd", Arial, sans-serif;
  font-size: 14px;
}
.search-result__course-details span {
  display: inline-block;
  width: 100%;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .search-result__course-details span {
    width: auto;
    padding: 0 10px;
    border-right: 2px solid #231f20;
    line-height: 1;
  }
}
.search-result__course-details span:first-child {
  padding-left: 0;
}
.search-result__course-details span:last-child {
  border: 0;
}
.search-result.no-image .search-result__content {
  width: 100%;
}
.search-result::after {
  display: table;
  clear: both;
  content: "";
}
.search-result--promoted {
  background-color: rgba(205, 195, 186, 0.2);
  padding: 0;
  border-bottom: 0;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .search-result--promoted {
    height: 230px;
  }
}
.search-result--promoted h2, .search-result--promoted .h2 {
  color: #231f20;
  font-size: 18px;
}
@media (min-width: 768px) {
  .search-result--promoted .search-result__image {
    height: 100%;
  }
}
.search-result--promoted .search-result__content {
  padding: 20px;
}
@media (min-width: 768px) {
  .search-result--promoted .search-result__content {
    padding: 20px 0;
  }
}
.search-result--promoted .search-result__excerpt {
  margin: 0;
}

.no-results {
  width: 100%;
  padding: 2rem 0;
  display: block;
}

@media (min-width: 992px) {
  .search-pagination {
    padding-bottom: 30px;
  }
}
.search-pagination nav {
  float: left;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .search-pagination nav {
    padding-bottom: 0;
  }
}
.search-pagination .btn--back-to-top {
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-top: 7px;
}
@media (min-width: 992px) {
  .search-pagination .btn--back-to-top {
    float: right;
    margin-right: 0;
    width: auto;
    padding-top: 0.65rem;
  }
}

#modular-structure .mtPlus {
  padding: 0px 1ch;
  font-size: 1em;
}

.course-navigation {
  margin-bottom: 2rem;
  background-color: #fff;
  width: 100%;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .course-navigation {
    padding: 1.5rem 0;
    border-bottom: 1px solid #E3E2E2;
  }
}
.course-navigation.fixed {
  position: fixed;
  top: 0;
  z-index: 9996;
  transition-delay: 0.3s;
}
.course-navigation.header_active {
  top: 89px;
  transition-delay: 0s;
}
@media (min-width: 768px) {
  .course-navigation.header_active {
    top: 70px;
  }
}
.course-navigation__inner {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 992px) {
  .course-navigation__inner {
    max-width: 970px;
    padding: 0 15px;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .course-navigation__inner {
    max-width: 1170px;
  }
}
.course-navigation__inner .btn {
  width: 33.33333%;
  margin: 0;
  /* &:focus-visible {
      color: black;
      background-color: $blue--light70;
  }*/
}
@media (min-width: 992px) {
  .course-navigation__inner .btn {
    width: auto;
    margin: 0 0.6rem 0 0;
  }
}
.course-navigation__inner .btn--menu {
  color: #415dec;
  background-color: #ffffff;
}
.course-navigation__inner .btn--menu:hover {
  color: #ffffff;
  background-color: #415dec;
  background-image: url("data:image/svg+xml,%3Csvg width='18px' height='17px' viewBox='0 0 18 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-163.000000  -492.000000)' fill='%23ffffff' %3E%3Cg transform='translate(163.000000  492.000000)'%3E%3Crect id='Rectangle-3' x='0' y='0' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy' x='0' y='7' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy-2' x='0' y='14' width='18' height='3'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.course-navigation__inner .btn--menu:focus-visible {
  color: black;
  background-color: #8d9ef4;
  border-color: #8d9ef4;
  background-image: url("data:image/svg+xml,%3Csvg width='18px' height='17px' viewBox='0 0 18 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-163.000000  -492.000000)' fill='%23000000' %3E%3Cg transform='translate(163.000000  492.000000)'%3E%3Crect id='Rectangle-3' x='0' y='0' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy' x='0' y='7' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy-2' x='0' y='14' width='18' height='3'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 991.98px) {
  .course-navigation__inner .btn--menu {
    border-color: #8d9ef4;
    border-top: 1px solid #E3E2E2;
    border-bottom: 1px solid #E3E2E2;
    padding-top: 12px;
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .course-navigation__inner .btn--menu {
    padding-top: 10px;
  }
  .course-navigation__inner .btn--menu:hover {
    background-color: #415dec;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .course-navigation__inner .course-nav__enquire-button {
    display: none;
  }
}
.course-navigation__inner .middle-buttons h2, .course-navigation__inner .middle-buttons .h2,
.course-navigation__inner .middle-buttons .close {
  display: none;
}
.course-navigation__inner .middle-buttons .close-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .course-navigation__inner .middle-buttons {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 20px;
  }
  .course-navigation__inner .middle-buttons .close-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("/resources/images/icon/close--black.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 20px top 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    border: 0;
    background-color: transparent;
    outline: 0;
  }
  .course-navigation__inner .middle-buttons .close-icon:focus-visible {
    outline: solid #415dec 2px;
    outline-offset: -2px;
  }
  .course-navigation__inner .middle-buttons h2, .course-navigation__inner .middle-buttons .h2 {
    display: block;
    padding-top: 10px;
    margin-bottom: 0px;
  }
  .course-navigation__inner .middle-buttons .btn {
    width: 100%;
    margin-top: 20px;
  }
  .course-navigation__inner .middle-buttons .btn.btn--prospectus {
    display: none;
  }
}
@media (min-width: 992px) {
  .course-navigation__inner .middle-buttons {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .course-key-info__inner .course-nav__enquire-button {
    display: none;
  }
}
.course-key-info__inner .middle-buttons h2, .course-key-info__inner .middle-buttons .h2,
.course-key-info__inner .middle-buttons .close {
  display: none;
}
.course-key-info__inner .middle-buttons .close-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .course-key-info__inner .middle-buttons {
    display: none;
    width: 100%;
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    bottom: 0;
    left: 0;
    padding: 20px;
  }
  .course-key-info__inner .middle-buttons .close-icon {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("/resources/images/icon/close--black.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: right 20px top 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    border: 0;
    background-color: transparent;
    outline: 0;
  }
  .course-key-info__inner .middle-buttons .close-icon:focus-visible {
    outline: solid #415dec 2px;
    outline-offset: -2px;
  }
  .course-key-info__inner .middle-buttons h2, .course-key-info__inner .middle-buttons .h2 {
    display: block;
    padding-top: 10px;
    margin-bottom: 0px;
  }
  .course-key-info__inner .middle-buttons .btn {
    width: 100%;
    margin-top: 20px;
  }
  .course-key-info__inner .middle-buttons .btn.btn--prospectus {
    display: none;
  }
}
@media (min-width: 992px) {
  .course-key-info__inner .middle-buttons {
    display: block !important;
  }
}

.side-menu {
  width: 320px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -320px;
  background-color: #fff;
  z-index: 9999;
  transition: 0.2s;
  /*overflow: hidden;*/
  overflow: initial;
}
.side-menu.open {
  left: 0;
}
.side-menu .close-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background-image: url("/resources/images/icon/close--black.svg");
  background-size: 14px;
  background-position: top 20px right 20px;
  background-repeat: no-repeat;
  z-index: 999;
  border: none;
  background-color: transparent;
  outline: 0;
}
.side-menu .close-icon:focus-visible {
  outline: solid #415dec 2px;
  outline-offset: -2px;
}
.side-menu__nav {
  display: flex;
  flex-flow: column;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 5px 0 20px;
}
.side-menu__nav h2, .side-menu__nav .h2 {
  /*font-size: 18px;*/
  font-size: 18px;
  font-size: 1.125rem;
  padding-top: 12px;
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 240px;
}
.side-menu__nav a {
  margin-bottom: 20px;
}
.side-menu__nav .btn {
  width: 180px;
}
@media (min-width: 992px) {
  .side-menu__nav .btn {
    display: none;
  }
}

.course-details.nav_fixed,
.news-list-horizontal.nav_fixed {
  padding-top: 4rem;
}
.course-details section,
.news-list-horizontal section {
  padding: 2.5rem 0;
}
.course-details section:first-child,
.news-list-horizontal section:first-child {
  padding-top: 0;
}
.course-details section:nth-child(even),
.news-list-horizontal section:nth-child(even) {
  background-color: rgba(205, 195, 186, 0.2);
}
.course-details section:nth-child(even) .card--news,
.news-list-horizontal section:nth-child(even) .card--news {
  background-color: #fff;
}
.course-details section:nth-child(even) .card--news .card--news__image::before,
.news-list-horizontal section:nth-child(even) .card--news .card--news__image::before {
  border-left: 50px solid #fff;
  border-bottom: 30px solid #fff;
}
.course-details section p:last-child,
.news-list-horizontal section p:last-child {
  margin-bottom: 1.5rem;
}
.course-details__video,
.news-list-horizontal__video {
  margin-bottom: 30px;
}
.course-details__video iframe,
.news-list-horizontal__video iframe {
  max-width: 100%;
}
.course-details__sidebar-links,
.news-list-horizontal__sidebar-links {
  display: flex;
  flex-flow: column wrap;
}
.course-details__sidebar-links .btn,
.news-list-horizontal__sidebar-links .btn {
  max-width: 100%;
  text-align: left;
  white-space: normal;
  margin-bottom: 1rem;
}
.course-details__sidebar-links .btn:focus-visible,
.news-list-horizontal__sidebar-links .btn:focus-visible {
  color: #231f20;
  background: #8d9ef4;
}
.course-details .unistat,
.news-list-horizontal .unistat {
  width: 100%;
  margin-bottom: 2rem;
  display: none;
}
@media (min-width: 768px) {
  .course-details .unistat,
  .news-list-horizontal .unistat {
    display: block;
  }
}
.course-details .unistat iframe,
.news-list-horizontal .unistat iframe {
  width: 615px;
}

.key-info-box .course-nav__apply-button {
  margin-right: 0;
}
.key-info-box .key-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.key-info-box .key-info div {
  text-align: left;
}
.key-info-box .bursaries-link {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 10px;
  margin-bottom: 16px;
  display: inline-block;
  padding-left: 1.5rem;
  background-image: url("/resources/images/icon/pound--blue.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left 0 top 5px;
}
.key-info-box.key-info--pop-up {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .key-info-box.key-info--pop-up {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 992px;
    bottom: auto;
  }
}
.key-info-box.key-info--pop-up .btn {
  width: 100%;
}
.key-info-box.key-info--pop-up .close-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/resources/images/icon/close--black.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 20px top 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  border: none;
  background-color: transparent;
  outline: 0;
}
.key-info-box.key-info--pop-up .close-icon:focus-visible {
  outline: solid #415dec 2px;
  outline-offset: -2px;
}
.key-info-box.key-info--pop-up .how-to-apply {
  display: none;
  padding-top: 16px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .key-info-box.key-info--pop-up .how-to-apply {
    display: block;
  }
}
.key-info-box.key-info--pop-up .how-to-apply p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  display: inline;
}
.key-info-box.key-info--pop-up .how-to-apply .clearing-text {
  display: inline-block !important;
}

.course-details {
  /*   @include media-breakpoint-down (md) {
        padding-left: 56px;
    }  */
}
.course-details .course-owl-carousel {
  padding: 0;
  position: relative;
  margin-bottom: 3rem;
}
.course-details .course-owl-carousel .slider--slideshow {
  margin-bottom: 0;
}
.course-details .kis-widget .kis-widget__lead {
  border-bottom-color: #3f8265 !important;
  border-top-color: #3f8265 !important;
  border-left-color: #3f8265 !important;
}
.course-details .kis-widget .kis-widget__lead .kis-widget__title {
  font-size: 3rem !important;
  line-height: 1.5 !important;
  top: -0.26em !important;
  position: relative;
  margin-right: 10px !important;
}
.course-details .kis-widget .kis-widget__lead .kis-widget__intro {
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
  margin-right: 0px !important;
}
.course-details .kis-widget .kis-widget__lead .kis-widget__course {
  font-size: 0.6875rem !important;
  line-height: 1.5 !important;
}
.course-details .kis-widget .kis-widget__cta-block {
  background-image: linear-gradient(145.9deg, #3f8265 13.02%, #308282 85.42%) !important;
  border-bottom-color: #3f8265 !important;
  border-top-color: #3f8265 !important;
  border-right-color: #3f8265 !important;
}
.course-details .kis-widget .kis-widget__cta-block .kis-widget__cta {
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
}
.course-details .kis-widget.horizontal .kis-widget__cta-block .kis-widget__heading {
  font-size: 0.9375rem !important;
  line-height: 1.5 !important;
  position: relative;
  top: -0.25em;
}
.course-details .kis-widget.vertical .kis-widget__heading {
  line-height: 1.5;
}

/*accreditation-logos - max width 24% fix - disabled for now - also change height of media template in t4
#accreditation-logos{img{    max-height: 86px;
    width: auto;
    max-width: 24%;
    height: auto;}}*/
.course-details #marmoset-viewer-gallery {
  display: none;
}
@media (min-width: 768px) {
  .course-details #marmoset-viewer-gallery {
    display: block;
  }
}

/*fixes for when 2023 course page overrides broke 2018 course page styling - only appy to 2018 course*/
.course-navigation.course2018 .btn--solid {
  border-width: 4px;
}
.course-navigation.course2018 .btn--solid:hover {
  color: #000;
  border: 4px solid #8d9ef4;
  background-color: #8d9ef4;
}
.course-navigation.course2018 .btn--green:hover {
  background-color: #6abea5;
  border: 3px solid #6abea5;
  color: #000;
}
.course-navigation.course2018 .btn.btn--menu {
  background-image: url(/resources/images/icon/menu--blue.svg);
  background-repeat: no-repeat;
  background-position: left 8px top 10px;
  padding: 0.6rem calc(0.8rem - 6px) 0.6rem;
  padding-left: 36px;
  height: initial;
  border: 3px solid #415dec;
  color: #415dec;
}
.course-navigation.course2018 .btn.btn--menu:hover {
  color: #fff;
  background-color: #415dec;
  background-image: url("data:image/svg+xml,%3Csvg width='18px' height='17px' viewBox='0 0 18 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-163.000000  -492.000000)' fill='%23ffffff' %3E%3Cg transform='translate(163.000000  492.000000)'%3E%3Crect id='Rectangle-3' x='0' y='0' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy' x='0' y='7' width='18' height='3'%3E%3C/rect%3E%3Crect id='Rectangle-3-Copy-2' x='0' y='14' width='18' height='3'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/*# sourceMappingURL=main.css.map */
