@charset "UTF-8";
:root {
  --bs-yellow: #ffbf0b;
  --bs-gray: #6d787e;
  --bs-black: #2d2d2b;
  --bs-light-grey: #eaeaea;
  --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: #ffbf0b;
  --bs-secondary: #2d2d2b;
  --bs-success: #ffbf0b;
  --bs-info: #0dcaf0;
  --bs-warning: #ffbf0b;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 255, 191, 11;
  --bs-secondary-rgb: 45, 45, 43;
  --bs-success-rgb: 255, 191, 11;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 191, 11;
  --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: 45, 45, 43;
  --bs-body-color-rgb: 45, 45, 43;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Graphik Web", 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: #2d2d2b;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #e5e5e5;
  --bs-border-color-translucent: rgba(45, 45, 43, 0.175);
  --bs-border-radius: 0.4rem;
  --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: #2d2d2b;
  --bs-link-hover-color: #242422;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff2ce;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
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(45, 45, 43, 0);
}
hr {
  margin: 0;
  color: #e5e5e5;
  border: 0;
  border-top: 1px solid;
  opacity: 1;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Graphik Web, 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";
  font-weight: 700;
  line-height: 1.25;
  color: #2d2d2b;
}
h1,
.h1 {
  font-size: clamp(1.75rem, 1.7143rem + 0.1786vw, 1.875rem);
}
h2,
.h2 {
  font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem);
}
h3,
.h3 {
  font-size: clamp(1.25rem, 1.1607rem + 0.4464vw, 1.5625rem);
}
h4,
.h4 {
  font-size: clamp(1.125rem, 1.0536rem + 0.3571vw, 1.375rem);
}
h5,
.h5 {
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
}
h6,
.h6 {
  font-size: 0.875rem;
}
p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  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: 1.25rem;
  padding-bottom: 1.25rem;
  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.938rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: inherit;
}
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;
}
::-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: clamp(1.125rem, 0.8036rem + 1.6071vw, 2.25rem);
  font-weight: 700;
}
.display-1 {
  font-size: clamp(4.375rem, 2.4107rem + 9.8214vw, 11.25rem);
  font-family: Sharp Sans No1, sans-serif;
  font-weight: 700;
  line-height: 0.8;
}
.display-2 {
  font-size: clamp(3.75rem, 3.0357rem + 3.5714vw, 6.25rem);
  font-family: Sharp Sans No1, sans-serif;
  font-weight: 700;
  line-height: 0.8;
}
.display-3 {
  font-size: clamp(2.5rem, 1.7857rem + 3.5714vw, 5rem);
  font-family: Sharp Sans No1, sans-serif;
  font-weight: 700;
  line-height: 0.8;
}
.display-4 {
  font-size: clamp(2.125rem, 1.6607rem + 2.3214vw, 3.75rem);
  font-family: Sharp Sans No1, sans-serif;
  font-weight: 700;
  line-height: 0.8;
}
.display-5,
.general-content h2,
.general-content .h2 {
  font-size: clamp(1.875rem, 1.6964rem + 0.8929vw, 2.5rem);
  font-family: Sharp Sans No1, sans-serif;
  font-weight: 700;
  line-height: 0.8;
}
.display-6 {
  font-size: clamp(1.5rem, 1.3929rem + 0.5357vw, 1.875rem);
  font-family: Sharp Sans No1, sans-serif;
  font-weight: 700;
  line-height: 0.8;
}
.list-unstyled,
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 0;
  font-size: clamp(1.25rem, 0.9639rem + 1.2207vw, 2.0625rem);
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  color: #2d2d2b;
}
.blockquote-footer:before {
  content: "\2014\a0";
}
.container,
.container-fluid,
.container-xxl,
.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: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.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: 1.25rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1.25rem;
}
.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;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 4rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 4rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 5rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 5rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 6rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 6rem;
}
@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: 1.25rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.25rem;
  }
  .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;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 6rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 6rem;
  }
}
@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: 1.25rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.25rem;
  }
  .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;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 5rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 5rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 6rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 6rem;
  }
}
@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: 1.25rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.25rem;
  }
  .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;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 6rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 6rem;
  }
}
@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: 1.25rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.25rem;
  }
  .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;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 6rem;
  }
}
@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: 1.25rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1.25rem;
  }
  .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;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 6rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 6rem;
  }
}
.table,
.general-content table,
table:not(.table-scroll table):not(.course-selector table):not(.cal-table):not(
    .general-content table
  ) {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: #6d787e;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(45, 45, 43, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(45, 45, 43, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(45, 45, 43, 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) > * > *,
.general-content table > :not(caption) > * > *,
table:not(.table-scroll table):not(.course-selector table):not(.cal-table):not(
    .general-content table
  )
  > :not(caption)
  > *
  > * {
  padding: 1.25rem 0;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody,
.general-content table > tbody,
table:not(.table-scroll table):not(.course-selector table):not(.cal-table):not(
    .general-content table
  )
  > tbody {
  vertical-align: inherit;
}
.table > thead,
.general-content table > thead,
table:not(.table-scroll table):not(.course-selector table):not(.cal-table):not(
    .general-content 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;
}
.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: #2d2d2b;
  --bs-table-bg: #fff2ce;
  --bs-table-border-color: #eadebe;
  --bs-table-striped-bg: #f5e8c6;
  --bs-table-striped-color: #2d2d2b;
  --bs-table-active-bg: #eadebe;
  --bs-table-active-color: #2d2d2b;
  --bs-table-hover-bg: #efe3c2;
  --bs-table-hover-color: #2d2d2b;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #2d2d2b;
  --bs-table-bg: #d5d5d5;
  --bs-table-border-color: #c4c4c4;
  --bs-table-striped-bg: #cdcdcd;
  --bs-table-striped-color: #2d2d2b;
  --bs-table-active-bg: #c4c4c4;
  --bs-table-active-color: #2d2d2b;
  --bs-table-hover-bg: #c8c8c8;
  --bs-table-hover-color: #2d2d2b;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #2d2d2b;
  --bs-table-bg: #fff2ce;
  --bs-table-border-color: #eadebe;
  --bs-table-striped-bg: #f5e8c6;
  --bs-table-striped-color: #2d2d2b;
  --bs-table-active-bg: #eadebe;
  --bs-table-active-color: #2d2d2b;
  --bs-table-hover-bg: #efe3c2;
  --bs-table-hover-color: #2d2d2b;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #2d2d2b;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #bfe0e7;
  --bs-table-striped-bg: #c7eaf2;
  --bs-table-striped-color: #2d2d2b;
  --bs-table-active-bg: #bfe0e7;
  --bs-table-active-color: #2d2d2b;
  --bs-table-hover-bg: #c3e5ec;
  --bs-table-hover-color: #2d2d2b;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #2d2d2b;
  --bs-table-bg: #fff2ce;
  --bs-table-border-color: #eadebe;
  --bs-table-striped-bg: #f5e8c6;
  --bs-table-striped-color: #2d2d2b;
  --bs-table-active-bg: #eadebe;
  --bs-table-active-color: #2d2d2b;
  --bs-table-hover-bg: #efe3c2;
  --bs-table-hover-color: #2d2d2b;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #2d2d2b;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #e4c6c9;
  --bs-table-striped-bg: #eecfd1;
  --bs-table-striped-color: #2d2d2b;
  --bs-table-active-bg: #e4c6c9;
  --bs-table-active-color: #2d2d2b;
  --bs-table-hover-bg: #e9cacd;
  --bs-table-hover-color: #2d2d2b;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #2d2d2b;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #e4e5e5;
  --bs-table-striped-bg: #eeeff0;
  --bs-table-striped-color: #2d2d2b;
  --bs-table-active-bg: #e4e5e5;
  --bs-table-active-color: #2d2d2b;
  --bs-table-hover-bg: #e9eaea;
  --bs-table-hover-color: #2d2d2b;
  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;
  }
}
.form-label {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.col-form-label {
  padding-top: calc(0.563rem + 2px);
  padding-bottom: calc(0.563rem + 2px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 2px);
  padding-bottom: calc(0.5rem + 2px);
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 2px);
  padding-bottom: calc(0.25rem + 2px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.563rem 0.875rem;
  font-family: Graphik Web, 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";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2b;
  background-color: transparent;
  background-clip: padding-box;
  border: 2px solid #2d2d2b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: inset 0 1px 2px #2d2d2b13;
  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: #2d2d2b;
  background-color: transparent;
  border-color: inherit;
  outline: 0;
  box-shadow: inset 0 1px 2px #2d2d2b13, 0 0 0 0.25rem #2d2d2bb3;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #2d2d2b;
  opacity: 1;
}
.form-control::placeholder {
  color: #2d2d2b;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.563rem 0.875rem;
  margin: -0.563rem -0.875rem;
  -webkit-margin-end: 0.875rem;
  margin-inline-end: 0.875rem;
  color: #2d2d2b;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 2px;
  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.563rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #2d2d2b;
  background-color: transparent;
  border: solid transparent;
  border-width: 2px 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 + 4px);
  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;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
  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;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 1.126rem + 4px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 4px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 4px);
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 1.126rem + 4px);
  padding: 0.563rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 0;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.563rem 2.625rem 0.563rem 0.875rem;
  -moz-padding-start: calc(0.875rem - 3px);
  font-family: Graphik Web, 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";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2b;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.16667 7.16667L13.3333 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 20px 10px;
  border: 2px solid #2d2d2b;
  border-radius: 0;
  box-shadow: inset 0 1px 2px #2d2d2b13;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: inset 0 1px 2px #2d2d2b13, 0 0 0 0.25rem #2d2d2bb3;
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.875rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #2d2d2b;
}
.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.625rem;
}
.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: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #2d2d2b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #2d2d2bb3;
}
.form-check-input:checked {
  background-color: #2d2d2b;
  border-color: #2d2d2b;
}
.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: #2d2d2b;
  border-color: #2d2d2b;
  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%2845, 45, 43, 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='inherit'/%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;
  -webkit-appearance: none;
  -moz-appearance: none;
  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 #2d2d2bb3;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem #2d2d2bb3;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2d2d2b;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem #2d2d2b1a;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c0c0bf;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px #2d2d2b13;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2d2d2b;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem #2d2d2b1a;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c0c0bf;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px #2d2d2b13;
}
.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 + 4px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.875rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 2px 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.875rem;
}
.form-floating > .form-control::-moz-placeholder,
.form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown),
.form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.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:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.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) translate(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translate(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 2px 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.563rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #2d2d2b;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 2px solid #2d2d2b;
  border-radius: 0;
}
.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: 3.5rem;
}
.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: -2px;
  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: #ffbf0b;
}
.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.75rem;
  color: #2d2d2b;
  background-color: #ffbf0be6;
  border-radius: 0.4rem;
}
.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: #ffbf0b;
  padding-right: calc(1.5em + 1.126rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23FFBF0B' 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.2815rem) center;
  background-size: calc(0.75em + 0.563rem) calc(0.75em + 0.563rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #ffbf0b;
  box-shadow: 0 0 0 0.25rem #ffbf0bb3;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.126rem);
  background-position: top calc(0.375em + 0.2815rem) right
    calc(0.375em + 0.2815rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #ffbf0b;
}
.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.8125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.16667 7.16667L13.3333 1' stroke='black' stroke-width='2'/%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='%23FFBF0B' 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.875rem center, center right 2.625rem;
  background-size: 20px 10px, calc(0.75em + 0.563rem) calc(0.75em + 0.563rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #ffbf0b;
  box-shadow: 0 0 0 0.25rem #ffbf0bb3;
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.126rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #ffbf0b;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #ffbf0b;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem #ffbf0bb3;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #ffbf0b;
}
.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.75rem;
  color: #fff;
  background-color: #dc3545e6;
  border-radius: 0.4rem;
}
.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 + 1.126rem);
  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.2815rem) center;
  background-size: calc(0.75em + 0.563rem) calc(0.75em + 0.563rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem #dc3545b3;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.126rem);
  background-position: top calc(0.375em + 0.2815rem) right
    calc(0.375em + 0.2815rem);
}
.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.8125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.16667 7.16667L13.3333 1' stroke='black' stroke-width='2'/%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.875rem center, center right 2.625rem;
  background-size: 20px 10px, calc(0.75em + 0.563rem) calc(0.75em + 0.563rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem #dc3545b3;
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.126rem));
}
.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 #dc3545b3;
}
.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;
}
.btn {
  --bs-btn-padding-x: 1.563rem;
  --bs-btn-padding-y: 0.688rem;
  --bs-btn-font-family: Graphik Web, 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-btn-font-size: 0.875rem;
  --bs-btn-font-weight: bold;
  --bs-btn-line-height: 1;
  --bs-btn-color: #2d2d2b;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem
    rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
  box-shadow: var(--bs-btn-active-shadow);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
  box-shadow: none;
}
.btn-primary {
  --bs-btn-color: #2d2d2b;
  --bs-btn-bg: #ffbf0b;
  --bs-btn-border-color: #ffbf0b;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #ffc930;
  --bs-btn-hover-border-color: #ffc523;
  --bs-btn-focus-shadow-rgb: 224, 169, 16;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #ffcc3c;
  --bs-btn-active-border-color: #ffc523;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #2d2d2b;
  --bs-btn-disabled-bg: #ffbf0b;
  --bs-btn-disabled-border-color: #ffbf0b;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2d2d2b;
  --bs-btn-border-color: #2d2d2b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #262625;
  --bs-btn-hover-border-color: #242422;
  --bs-btn-focus-shadow-rgb: 77, 77, 75;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #242422;
  --bs-btn-active-border-color: #222220;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2d2d2b;
  --bs-btn-disabled-border-color: #2d2d2b;
}
.btn-success {
  --bs-btn-color: #2d2d2b;
  --bs-btn-bg: #ffbf0b;
  --bs-btn-border-color: #ffbf0b;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #ffc930;
  --bs-btn-hover-border-color: #ffc523;
  --bs-btn-focus-shadow-rgb: 224, 169, 16;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #ffcc3c;
  --bs-btn-active-border-color: #ffc523;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #2d2d2b;
  --bs-btn-disabled-bg: #ffbf0b;
  --bs-btn-disabled-border-color: #ffbf0b;
}
.btn-info {
  --bs-btn-color: #2d2d2b;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 18, 178, 210;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #2d2d2b;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #2d2d2b;
  --bs-btn-bg: #ffbf0b;
  --bs-btn-border-color: #ffbf0b;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #ffc930;
  --bs-btn-hover-border-color: #ffc523;
  --bs-btn-focus-shadow-rgb: 224, 169, 16;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #ffcc3c;
  --bs-btn-active-border-color: #ffc523;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #2d2d2b;
  --bs-btn-disabled-bg: #ffbf0b;
  --bs-btn-disabled-border-color: #ffbf0b;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #2d2d2b;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 218, 218, 219;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #2d2d2b;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #ffbf0b;
  --bs-btn-border-color: #ffbf0b;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #ffbf0b;
  --bs-btn-hover-border-color: #ffbf0b;
  --bs-btn-focus-shadow-rgb: 255, 191, 11;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #ffbf0b;
  --bs-btn-active-border-color: #ffbf0b;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffbf0b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffbf0b;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #2d2d2b;
  --bs-btn-border-color: #2d2d2b;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2d2d2b;
  --bs-btn-hover-border-color: #2d2d2b;
  --bs-btn-focus-shadow-rgb: 45, 45, 43;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2d2d2b;
  --bs-btn-active-border-color: #2d2d2b;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #2d2d2b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2d2d2b;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #ffbf0b;
  --bs-btn-border-color: #ffbf0b;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #ffbf0b;
  --bs-btn-hover-border-color: #ffbf0b;
  --bs-btn-focus-shadow-rgb: 255, 191, 11;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #ffbf0b;
  --bs-btn-active-border-color: #ffbf0b;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffbf0b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffbf0b;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffbf0b;
  --bs-btn-border-color: #ffbf0b;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #ffbf0b;
  --bs-btn-hover-border-color: #ffbf0b;
  --bs-btn-focus-shadow-rgb: 255, 191, 11;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #ffbf0b;
  --bs-btn-active-border-color: #ffbf0b;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffbf0b;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffbf0b;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #2d2d2b;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #2d2d2b;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 224, 169, 16;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg {
  --bs-btn-padding-y: 1.375rem;
  --bs-btn-padding-x: 1.563rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0;
}
.btn-sm {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 0.625rem;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-border-radius: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.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: #2d2d2b;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.4rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.4rem - 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(45, 45, 43, 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: #2d2d2b;
  --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);
  box-shadow: var(--bs-dropdown-box-shadow);
}
.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: #2d2d2b;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.nav {
  --bs-nav-link-padding-x: 1.25rem;
  --bs-nav-link-padding-y: 0.625rem;
  --bs-nav-link-font-size: 1rem;
  --bs-nav-link-font-weight: bold;
  --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: 2px;
  --bs-nav-tabs-border-color: #2d2d2b;
  --bs-nav-tabs-border-radius: 0;
  --bs-nav-tabs-link-hover-border-color: #2d2d2b #2d2d2b #2d2d2b;
  --bs-nav-tabs-link-active-color: #ffffff;
  --bs-nav-tabs-link-active-bg: #2d2d2b;
  --bs-nav-tabs-link-active-border-color: #2d2d2b #2d2d2b #2d2d2b;
  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;
  --bs-nav-pills-link-active-color: #ffffff;
  --bs-nav-pills-link-active-bg: #2d2d2b;
}
.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;
}
.accordion {
  --bs-accordion-color: #2d2d2b;
  --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: rgb(0, 0, 0);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.4rem;
  --bs-accordion-inner-border-radius: calc(0.4rem - 1px);
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1.25rem;
  --bs-accordion-btn-color: #2d2d2b;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9V0H11V9H20V11H11V20H9V11H0V9H9Z' fill='black'/%3E%3C/svg%3E");
  --bs-accordion-btn-icon-width: 1rem;
  --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 width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='9' width='20' height='2' fill='black'/%3E%3C/svg%3E");
  --bs-accordion-btn-focus-border-color: inherit;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(45, 45, 43, 0.7);
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1.25rem;
  --bs-accordion-active-color: #2d2d2b;
  --bs-accordion-active-bg: transparent;
}
.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;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 4.25%;
  --bs-alert-padding-y: 1.875rem;
  --bs-alert-margin-bottom: 0;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 0 solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0;
  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: 600;
}
.alert-dismissible {
  padding-right: 8.5%;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 2.34375rem 4.25%;
}
.alert-primary {
  --bs-alert-color: #2d2d2b;
  --bs-alert-bg: #ffbf0b;
  --bs-alert-border-color: #ffecb6;
}
.alert-primary .alert-link {
  color: #242422;
}
.alert-secondary {
  --bs-alert-color: white;
  --bs-alert-bg: #2d2d2b;
  --bs-alert-border-color: #c0c0bf;
}
.alert-secondary .alert-link {
  color: #ccc;
}
.alert-success {
  --bs-alert-color: #2d2d2b;
  --bs-alert-bg: #ffbf0b;
  --bs-alert-border-color: #ffecb6;
}
.alert-success .alert-link {
  color: #242422;
}
.alert-info {
  --bs-alert-color: #2d2d2b;
  --bs-alert-bg: #0dcaf0;
  --bs-alert-border-color: #b6effb;
}
.alert-info .alert-link {
  color: #242422;
}
.alert-warning {
  --bs-alert-color: #2d2d2b;
  --bs-alert-bg: #ffbf0b;
  --bs-alert-border-color: #ffecb6;
}
.alert-warning .alert-link {
  color: #242422;
}
.alert-danger {
  --bs-alert-color: white;
  --bs-alert-bg: #dc3545;
  --bs-alert-border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #ccc;
}
.alert-light {
  --bs-alert-color: #2d2d2b;
  --bs-alert-bg: #f8f9fa;
  --bs-alert-border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #242422;
}
.alert-dark {
  --bs-alert-color: white;
  --bs-alert-bg: #212529;
  --bs-alert-border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #ccc;
}
.btn-close {
  box-sizing: content-box;
  width: 1.625rem;
  height: 1.625rem;
  padding: 0.25em;
  color: #2d2d2b;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232d2d2b'%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/1.625rem auto no-repeat;
  border: 0;
  border-radius: 0.4rem;
  opacity: 1;
}
.btn-close:hover {
  color: #2d2d2b;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem #2d2d2bb3;
  opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 0;
  --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: 0;
  --bs-modal-border-radius: 0;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(45, 45, 43, 0.075);
  --bs-modal-inner-border-radius: 0;
  --bs-modal-header-padding-x: 0;
  --bs-modal-header-padding-y: 0;
  --bs-modal-header-padding: 0 0;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 0;
  --bs-modal-title-line-height: 1;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 0;
  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.6s cubic-bezier(0.76, 0, 0.24, 1);
  transform: translate(-100%);
}
@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);
}
.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);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #2d2d2b;
  --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(45, 45, 43, 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;
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 100%;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 0;
  --bs-offcanvas-padding-y: 0;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 0;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.65s ease-in-out;
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translate(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid
      var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: transform 0.65s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translate(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translate(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid
    var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #2d2d2b;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5)
    calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1;
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn:before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #2d2d2b 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #2d2d2b 95%
  );
  mask-image: linear-gradient(
    130deg,
    #2d2d2b 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #2d2d2b 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.pagination {
  --bs-pagination-padding-x: 0.938rem;
  --bs-pagination-padding-y: 0.563rem;
  --bs-pagination-font-size: 0.75rem;
  --bs-pagination-color: #2d2d2b;
  --bs-pagination-bg: #ffffff;
  --bs-pagination-border-width: 2px;
  --bs-pagination-border-color: #2d2d2b;
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: #ffffff;
  --bs-pagination-hover-bg: #2d2d2b;
  --bs-pagination-hover-border-color: #2d2d2b;
  --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(45, 45, 43, 0.7);
  --bs-pagination-active-color: #2d2d2b;
  --bs-pagination-active-bg: #ffbf0b;
  --bs-pagination-active-border-color: #ffbf0b;
  --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: 0.625rem;
}
.page-item .page-link {
  border-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;
}
.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 #2d2d2b26 !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem #2d2d2b13 !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem #2d2d2b2d !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: translate(-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: clamp(1.75rem, 1.7143rem + 0.1786vw, 1.875rem) !important;
}
.fs-2 {
  font-size: clamp(1.5rem, 1.4286rem + 0.3571vw, 1.75rem) !important;
}
.fs-3 {
  font-size: clamp(1.25rem, 1.1607rem + 0.4464vw, 1.5625rem) !important;
}
.fs-4 {
  font-size: clamp(1.125rem, 1.0536rem + 0.3571vw, 1.375rem) !important;
}
.fs-5 {
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem) !important;
}
.fs-6 {
  font-size: 0.875rem !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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.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: #2d2d2b80 !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: #ffffff80 !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 {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-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 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;
  }
}
.slide-variation {
  background: var(--background);
}
.slide-variation.invert {
  color: #fff;
}
html {
  -webkit-font-smoothing: antialiased;
}
body.block-scroll {
  overflow-y: hidden;
  touch-action: none;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: inherit;
}
a:hover,
a:focus,
button:hover,
button:focus {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-underline-offset: 0.25rem;
  -webkit-text-underline-offset: 0.25rem;
  text-decoration-thickness: inherit;
  -webkit-text-decoration-thickness: inherit;
  text-decoration-color: transparent;
}
a:hover:hover,
a:focus:hover,
button:hover:hover,
button:focus:hover {
  text-decoration-color: inherit;
}
@media (min-width: 992px) {
  a:hover,
  a:focus,
  button:hover,
  button:focus {
    text-underline-offset: 0.25rem;
    -webkit-text-underline-offset: 0.25rem;
  }
}
button {
  text-decoration-color: transparent;
}
nav a:focus,
a:focus,
button:focus,
.btn:focus,
a:not(.btn):focus {
  outline: 2px dotted #2d2d2b;
}
.invert nav a:focus,
.invert a:focus,
.invert button:focus,
.invert .btn:focus,
.invert a:not(.btn):focus {
  outline-color: #fff;
}
.invert a:not(.btn):focus {
  outline-color: inherit;
  color: inherit;
}
a:focus {
  outline-offset: 2px;
}
button:focus,
.btn:focus {
  outline-offset: 5px;
}
p a {
  color: #2d2d2b;
  font-weight: 600;
}
.sr-only {
  position: absolute;
  left: -62.5rem;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.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%;
}
.slide-variation.invert {
  color: #fff;
}
.swiper__nav {
  display: flex;
  align-items: center;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  position: relative;
  left: 0;
  width: 2.313rem;
  height: 2.313rem;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #fff;
  background-color: #2d2d2b;
  border-radius: 100px;
}
.bg-yellow .swiper .swiper-button-next,
.bg-yellow .swiper .swiper-button-prev {
  color: #fff;
  background-color: #2d2d2b;
}
.bg-black .swiper .swiper-button-next,
.carousel .swiper .swiper-button-next,
.modal-gallery .swiper .swiper-button-next,
.bg-black .swiper .swiper-button-prev,
.carousel .swiper .swiper-button-prev,
.modal-gallery .swiper .swiper-button-prev {
  color: #2d2d2b;
  background-color: #ffbf0b;
}
.bg-gray .swiper .swiper-button-next,
.bg-gray .swiper .swiper-button-prev {
  color: #2d2d2b;
  background-color: #fff;
}
.swiper .swiper-button-next:focus,
.swiper .swiper-button-next:focus-within,
.swiper .swiper-button-prev:focus,
.swiper .swiper-button-prev:focus-within {
  outline: 2px dotted #2d2d2b;
  outline-offset: 2px;
}
.invert .swiper .swiper-button-next:focus,
.invert .swiper .swiper-button-next:focus-within,
.invert .swiper .swiper-button-prev:focus,
.invert .swiper .swiper-button-prev:focus-within {
  outline-color: #fff;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  content: none;
}
.swiper .swiper-button-next svg,
.swiper .swiper-button-prev svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 0.938rem;
  fill: transparent;
  transition: opacity 0.3s;
}
.swiper .swiper-button-next {
  margin-left: 0.563rem;
}
.swiper .swiper-button-prev svg {
  transform: scaleX(-1);
  top: 0;
  bottom: 0;
  margin: auto;
}
.swiper .swiper-button-next.swiper-button-disabled,
.swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.swiper .swiper-button-next.swiper-button-disabled svg,
.swiper .swiper-button-prev.swiper-button-disabled svg {
  opacity: 0.35;
}
.swiper-play-pause {
  position: relative;
  left: 0;
  width: 2.313rem;
  height: 2.313rem;
  margin: 0 0 9px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #2d2d2b;
  background-color: #ffbf0b;
  border-radius: 100px;
}
.bg-yellow .swiper-play-pause {
  background-color: #fff;
}
.swiper-play-pause:focus,
.swiper-play-pause:focus-within {
  outline: 2px dotted;
  outline-offset: 2px;
}
.invert .swiper-play-pause:focus,
.invert .swiper-play-pause:focus-within {
  outline-color: #fff;
}
.swiper-play-pause:after {
  content: none;
}
.swiper-play-pause svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 0.938rem;
  fill: transparent;
  transition: opacity 0.3s;
}
.swiper-play-pause svg.play {
  display: none;
}
.swiper-play-pause.active svg.play {
  display: block;
}
.swiper-play-pause.active svg.pause {
  display: none;
}
.bullets .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background: transparent;
  border-radius: 0;
  border: 2px solid #fff;
  opacity: 1;
}
.bullets .swiper-pagination-bullet:focus,
.bullets .swiper-pagination-bullet:focus-within {
  outline: 2px dotted;
  outline-offset: 2px;
}
.bullets .swiper-pagination-bullet-active {
  background: #fff;
}
.pulse-circle button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -5px;
  right: -5px;
  border: 0;
  width: 1.375rem;
  height: 1.375rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='%23FFBF0B' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8.5' cy='8.5' r='8.5' fill='%23FFBF0B'/%3E%3Cline x1='8.34375' y1='3.92334' x2='8.34375' y2='13.0772' stroke='black'/%3E%3Cline x1='13.0781' y1='8.3457' x2='3.92428' y2='8.3457' stroke='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.375rem;
  background-color: transparent;
  z-index: 6;
}
@media (min-width: 992px) {
  .pulse-circle button {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem;
  }
}
.pulse-circle,
.pulse-circle:before,
.pulse-circle:after {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #fff;
  position: relative;
  border-radius: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
@media (min-width: 992px) {
  .pulse-circle,
  .pulse-circle:before,
  .pulse-circle:after {
    width: 6.875rem;
    height: 6.875rem;
  }
}
.pulse-circle.size-1 {
  width: 3.4375rem;
  height: 3.4375rem;
}
.pulse-circle.size-1:before,
.pulse-circle.size-1:after {
  width: 3.4375rem;
  height: 3.4375rem;
}
.pulse-circle.size-2 {
  width: 4.0315rem;
  height: 4.0315rem;
}
.pulse-circle.size-2:before,
.pulse-circle.size-2:after {
  width: 4.0315rem;
  height: 4.0315rem;
}
.pulse-circle.size-3 {
  width: 5.6565rem;
  height: 5.6565rem;
}
.pulse-circle.size-3:before,
.pulse-circle.size-3:after {
  width: 5.6565rem;
  height: 5.6565rem;
}
.pulse-circle.size-3 button {
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .pulse-circle,
  .pulse-circle.size-1 {
    width: 6.875rem;
    height: 6.875rem;
  }
  .pulse-circle.size-1:before,
  .pulse-circle.size-1:after {
    width: 6.875rem;
    height: 6.875rem;
  }
  .pulse-circle.size-2 {
    width: 6.875rem;
    height: 6.875rem;
  }
  .pulse-circle.size-2:before,
  .pulse-circle.size-2:after {
    width: 6.875rem;
    height: 6.875rem;
  }
  .pulse-circle.size-3 {
    width: 6.875rem;
    height: 6.875rem;
  }
  .pulse-circle.size-3:before,
  .pulse-circle.size-3:after {
    width: 6.875rem;
    height: 6.875rem;
  }
  .pulse-circle.size-3 button {
    right: 10px;
    bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .pulse-circle.size-1 {
    width: 6.875rem;
    height: 6.875rem;
  }
  .pulse-circle.size-1:before,
  .pulse-circle.size-1:after {
    width: 6.875rem;
    height: 6.875rem;
  }
  .pulse-circle.size-2 {
    width: 8.063rem;
    height: 8.063rem;
  }
  .pulse-circle.size-2:before,
  .pulse-circle.size-2:after {
    width: 8.063rem;
    height: 8.063rem;
  }
  .pulse-circle.size-3 {
    width: 11.313rem;
    height: 11.313rem;
  }
  .pulse-circle.size-3:before,
  .pulse-circle.size-3:after {
    width: 11.313rem;
    height: 11.313rem;
  }
}
.pulse-circle:before,
.pulse-circle:after {
  position: absolute;
  margin-left: -2px;
  margin-top: -2px;
  opacity: 0;
  border: 2px solid #fff;
  animation: pulse 3s infinite ease-out;
}
.pulse-circle:before {
  content: "";
  animation-delay: 0s;
}
.pulse-circle:after {
  content: "";
  animation-delay: 1.5s;
}
.pulse-circle:hover {
  border-color: #ffbf0b;
}
.pulse-circle:hover:before,
.pulse-circle:hover:after {
  border-color: #ffbf0b;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    transform-origin: center;
    opacity: 0.5;
  }
  to {
    transform: scale(3);
    transform-origin: center;
    opacity: 0;
  }
}
.orchid-icon {
  width: 1.125rem;
  height: 1.125rem;
}
.pause {
  animation-play-state: paused;
}
.pause:before,
.pause:after {
  animation-play-state: paused;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  width: 91.5%;
  max-width: 1600px;
}
.inner--x-narrow {
  max-width: 638px;
}
.inner--narrow {
  max-width: 864px;
}
@media screen and (min-width: 1919px) {
  .inner--narrow {
    max-width: 1080px;
  }
}
.inner--med {
  max-width: 1090px;
}
@media screen and (min-width: 1919px) {
  .inner--med {
    max-width: 1440px;
  }
}
.invert {
  color: #fff;
}
.invert h6,
.invert .h6,
.invert h5,
.invert .h5,
.invert h4,
.invert .h4,
.invert h3,
.invert .h3,
.invert h2,
.invert .h2,
.invert h1,
.invert .h1,
.invert a:not(.btn),
.invert caption {
  color: #fff;
}
.panel-m {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.panel-m .card span {
  background-color: #fff;
}
@media (min-width: 768px) {
  .panel-m {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .panel-m {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.panel-m-inverse {
  margin-top: -5rem;
  margin-bottom: -5rem;
}
@media (min-width: 768px) {
  .panel-m-inverse {
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }
}
@media (min-width: 1200px) {
  .panel-m-inverse {
    margin-top: -10rem;
    margin-bottom: -10rem;
  }
}
.panel-m-small {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .panel-m-small {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
.panel-p {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.panel-p .card span {
  background-color: #fff;
}
@media (min-width: 768px) {
  .panel-p {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .panel-p {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.panel-p-small {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .panel-p-small {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.panel-flush + .panel-flush {
  margin-top: -5rem;
}
@media (min-width: 768px) {
  .panel-flush + .panel-flush {
    margin-top: -7.5rem;
  }
}
@media (min-width: 1200px) {
  .panel-flush + .panel-flush {
    margin-top: -10rem;
  }
}
.panel-flush:last-child {
  margin-bottom: 0;
}
.panel-m.panel-compress + .panel-m.panel-compress,
.panel-p.panel-compress + .panel-p.panel-compress {
  margin-top: -1.25rem;
}
@media (min-width: 992px) {
  .panel-m.panel-compress + .panel-m.panel-compress,
  .panel-p.panel-compress + .panel-p.panel-compress {
    margin-top: -2.5rem;
  }
}
.panel-p.panel-compress + .panel-p.panel-compress {
  padding-top: 0;
}
.text-black {
  color: #2d2d2b;
}
.bg-yellow,
.bg-yellow .card span {
  background-color: #ffbf0b;
}
.bg-black,
.bg-black .card span {
  background-color: #2d2d2b;
}
.bg-gray,
.bg-gray .card span {
  background-color: #6d787e;
}
.bg-white,
.bg-white .card span {
  background-color: #fff;
}
img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.figcaption-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.438rem 0.438rem 0.438rem 0;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1.25;
  background-color: #fff;
}
@media (min-width: 768px) {
  .figcaption-overlay {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .figcaption-overlay {
    font-size: 1rem;
  }
}
.bg-black .figcaption-overlay {
  background-color: #2d2d2b;
}
.bg-gray .figcaption-overlay {
  background-color: #6d787e;
}
.bg-yellow .figcaption-overlay {
  background-color: #ffbf0b;
}
.gx-3 {
  --bs-gutter-x: 1rem;
}
@media (min-width: 1200px) {
  .gx-3 {
    --bs-gutter-x: 1.25rem;
  }
}
.p-rel {
  position: relative;
}
@media (min-width: 992px) {
  .compact-p-x {
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1200px) {
  .compact-p-x {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media screen and (min-width: 1919px) {
  .compact-p-x {
    padding-right: 6.25rem;
    padding-left: 6.25rem;
  }
}
.text-highlight {
  display: inline;
  padding: 0.3rem 0.375rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #2d2d2b;
  line-height: 1.5;
  background: linear-gradient(
    0deg,
    rgba(255, 191, 11, 0) 0%,
    rgba(255, 191, 11, 0) 5%,
    #ffbf0b 5%,
    #ffbf0b 92%,
    rgba(255, 191, 11, 0) 92%
  );
}
@media (min-width: 992px) {
  .text-highlight {
    padding: 0.125rem 0.625rem 0;
    line-height: 1.3;
    background: linear-gradient(
      0deg,
      rgba(255, 191, 11, 0) 0%,
      rgba(255, 191, 11, 0) 5%,
      #ffbf0b 5%,
      #ffbf0b 94%,
      rgba(255, 191, 11, 0) 94%
    );
  }
}
.invert .text-highlight {
  color: #2d2d2b;
}
.text-highlight.display-5,
.general-content h2.text-highlight,
.general-content .text-highlight.h2 {
  line-height: 1.5;
}
@media (min-width: 992px) {
  .text-highlight.display-5,
  .general-content h2.text-highlight,
  .general-content .text-highlight.h2 {
    line-height: 1.3;
  }
}
.text-highlight.display-5.small,
.general-content h2.text-highlight.small,
.general-content .text-highlight.small.h2 {
  line-height: 1.7;
}
@media (min-width: 992px) {
  .text-highlight.display-5.small,
  .general-content h2.text-highlight.small,
  .general-content .text-highlight.small.h2 {
    line-height: 1.3;
  }
}
@media (max-width: 991.98px) {
  a.text-highlight {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}
.text-vertical {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  margin: 0;
  white-space: nowrap;
}
.text-vertical.display-1 {
  line-height: 0.77;
}
.text-vertical.overlap {
  transform: rotate(-180deg) translateY(114%);
}
@media (min-width: 992px) {
  .text-vertical.overlap {
    transform: rotate(-180deg) translateY(-19%);
  }
}
.dl-row {
  display: flex;
  align-items: center;
}
.dl-row dd {
  position: relative;
  margin-bottom: 0;
}
.dl-row dd:not(:last-child) {
  margin-right: 0.625rem;
  padding-right: 0.625rem;
}
.dl-row dd:not(:last-child):after {
  content: "";
  width: 1px;
  height: 0.75rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.fw-medium {
  font-weight: 500;
}
.btn:not(.btn-lg):not(.btn-arrow) {
  padding-bottom: 0.563rem;
}
.btn,
.btn-text-link {
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 114%;
  font-weight: 600;
}
.btn-text-link {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-underline-offset: 0.25rem;
  -webkit-text-underline-offset: 0.25rem;
  text-decoration-thickness: inherit;
  -webkit-text-decoration-thickness: inherit;
  text-decoration-color: transparent;
  display: inline-block;
  text-decoration-color: #2d2d2b;
  -webkit-text-decoration-color: #2d2d2b;
}
.btn-text-link:hover {
  text-decoration-color: inherit;
}
@media (min-width: 992px) {
  .btn-text-link {
    text-underline-offset: 0.25rem;
    -webkit-text-underline-offset: 0.25rem;
  }
}
.btn-text-link:hover,
.btn-text-link:focus,
.btn-text-link:focus-visible {
  text-decoration-thickness: 0.188rem;
  -webkit-text-decoration-thickness: 0.188rem;
  text-decoration-color: inherit;
}
@media (max-width: 1199.98px) {
  .btn-text-link {
    font-size: 0.875rem;
  }
}
.invert .btn-text-link {
  text-decoration-color: #ffbf0b;
  -webkit-text-decoration-color: #ffbf0b;
}
.btn-text-link-list > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.btn-form-search {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none;
  transform: translateY(-50%);
}
.btn-form-search svg {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #2d2d2b;
}
@media (max-width: 1199.98px) {
  .btn-form-search svg {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.invert .btn-form-search svg {
  fill: #fff;
}
.search-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  width: 2rem;
  height: 2rem;
  padding: 0;
  color: inherit;
}
.search-toggler svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .search-toggler svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .search-toggler {
    width: 2rem;
    height: 2rem;
  }
}
.dropdown-toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L15 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
  width: 0.875rem;
  height: 0.438rem;
  margin-left: 0.25rem;
}
.btn-arrow {
  width: 100%;
  position: relative;
  text-align: left;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 19L-6.64413e-08 17.48L7.98 9.5L-7.64075e-07 1.52L1.5 -6.55671e-08L11 9.5L1.5 19Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 0.5rem;
  padding: 1rem 1.125rem 1rem 1.25rem;
  background-position: calc(100% - 1.125rem);
}
@media (min-width: 992px) {
  .btn-arrow {
    padding: 1.688rem 1.563rem 1.688rem 1.875rem;
    background-position: calc(100% - 1.563rem);
    background-size: 0.625rem;
  }
}
.btn-play {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #ffbf0b;
  border-radius: 9999px;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 0 0 44px 20px #0000004d;
}
@media (min-width: 768px) {
  .btn-play {
    width: 5rem;
    height: 5rem;
  }
}
.btn-play:after {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 15px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #2d2d2b;
}
@media (min-width: 768px) {
  .btn-play:after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 30px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #2d2d2b;
  }
}
.btn-play.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .btn-play.small {
    width: 3.75rem;
    height: 3.75rem;
  }
  .btn-play.small:after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 22px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #2d2d2b;
  }
}
@media (min-width: 768px) {
  .btn-play.large {
    width: 6.25rem;
    height: 6.25rem;
  }
  .btn-play.large:after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 38px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #2d2d2b;
  }
}
.btn-share {
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #2d2d2b;
}
.btn-share svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
  color: #fff;
}
.btn-collapse-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  border: 0;
  background: none;
  text-decoration-color: transparent;
}
.btn-collapse-toggle:focus,
.btn-collapse-toggle:focus-within,
.btn-collapse-toggle:hover,
.btn-collapse-toggle:active {
  text-decoration-color: transparent;
}
.btn-collapse-toggle:hover:hover {
  text-decoration-color: transparent;
}
.btn-collapse-toggle span {
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  font-weight: 600;
  text-transform: uppercase;
}
.btn-collapse-toggle svg {
  transform: rotate(-90deg);
  fill: transparent;
}
.btn-collapse-toggle.collapsed svg {
  transform: rotate(90deg);
}
.btn-light,
.btn-light:hover {
  background: #fff;
}
.bg-yellow .btn-light,
.bg-yellow .btn-light:hover {
  color: #fff;
  background: #2d2d2b;
  border-color: #2d2d2b;
}
.panel-m:not(div[class*="bg-"]) .btn-light {
  color: #fff;
  background: #2d2d2b;
  border-color: #2d2d2b;
}
input[type="text"]:not(.form-control) {
  padding: 0.563rem 0.875rem;
  font-family: Graphik Web, 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";
  font-size: 0.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #2d2d2b;
  border-radius: 0;
  background-color: transparent;
  background-clip: padding-box;
  width: 100%;
}
input[type="text"]:not(.form-control)::-moz-placeholder {
  color: #2d2d2b;
}
input[type="text"]:not(.form-control)::placeholder {
  color: #2d2d2b;
}
input[type="text"]:not(.form-control):focus-visible,
input[type="text"]:not(.form-control):focus {
  outline: 0;
}
@media (min-width: 1200px) {
  .form-control,
  .form-select,
  form label,
  input[type="text"]:not(.form-control),
  legend {
    font-size: 1.125rem;
  }
}
.form-control,
.form-select,
input[type="text"]:not(.form-control) {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .form-control,
  .form-select,
  input[type="text"]:not(.form-control) {
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .form-control,
  .form-select,
  input[type="text"]:not(.form-control) {
    padding: 0.938rem 1.25rem;
  }
}
.invert .form-control,
.invert .form-select,
.invert input[type="text"]:not(.form-control) {
  color: #fff;
  border-color: #fff;
}
.invert .form-control:focus,
.invert .form-select:focus,
.invert input[type="text"]:not(.form-control):focus {
  box-shadow: 0 0 0 0.25rem #ffffffb3;
}
.invert .form-control::-moz-placeholder,
.invert .form-select::-moz-placeholder,
.invert input[type="text"]:not(.form-control)::-moz-placeholder {
  color: #bababa;
}
.invert .form-control::placeholder,
.invert .form-select::placeholder,
.invert input[type="text"]:not(.form-control)::placeholder {
  color: #bababa;
}
.form-control.fw-semibold,
.form-select.fw-semibold,
input[type="text"]:not(.form-control).fw-semibold {
  letter-spacing: -0.03em;
}
.form-control-search {
  padding-right: 3.125rem;
}
form label {
  font-weight: 700;
  margin-bottom: 0.625rem;
  letter-spacing: -0.01em;
}
.form-checkbox {
  float: left;
  border-radius: 0;
  width: 1em;
  height: 1em;
  font-size: 1rem;
  line-height: 88%;
  letter-spacing: -0.01em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #2d2d2b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
@media (min-width: 1200px) {
  .form-checkbox {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.form-checkbox:checked {
  background-color: #dc3545;
  border-color: #dc3545;
  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-label {
  font-weight: 400;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .form-check-label {
    font-size: 1rem;
  }
}
.form-select {
  font-weight: 600;
  font-family: Graphik Web, 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";
  letter-spacing: -0.03em;
  cursor: pointer;
}
.invert .form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.16667 7.16667L13.3333 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.form-select option {
  background-color: #2d2d2b;
}
select {
  color: inherit;
}
.form-search .ss-arrow {
  display: none;
}
.form-search .ss-content {
  padding: 0;
  border-color: #fff;
  border-top: 0;
}
.table thead th,
.general-content table thead th,
table:not(.table-scroll table):not(.course-selector table):not(.cal-table):not(
    .general-content table
  )
  thead
  th {
  padding-top: 0;
  border-bottom-width: 2px;
}
.table tbody tr:first-child td,
.general-content table tbody tr:first-child td,
table:not(.table-scroll table):not(.course-selector table):not(.cal-table):not(
    .general-content table
  )
  tbody
  tr:first-child
  td,
.table tbody tr:first-child th,
.general-content table tbody tr:first-child th,
table:not(.table-scroll table):not(.course-selector table):not(.cal-table):not(
    .general-content table
  )
  tbody
  tr:first-child
  th {
  border-top-width: 1px;
}
.invert table {
  border-color: #fff;
  color: #fff;
}
.table > :not(caption) > * > *,
.general-content table > :not(caption) > * > *,
table:not(.table-scroll table):not(.course-selector table):not(.cal-table):not(
    .general-content table
  )
  > :not(caption)
  > *
  > *,
table > :not(caption) > * > * {
  padding: 1.25rem;
}
table tr th:first-child,
table tbody tr td:first-child {
  padding-left: 0;
}
table:not(.table-scroll table):not(.course-selector table):not(.cal-table):not(
    .general-content table
  ):last-child {
  margin-bottom: 0;
}
.invert
  table:not(.table-scroll table):not(.course-selector table):not(
    .cal-table
  ):not(.general-content table) {
  border-color: #fff;
  color: #fff;
}
.table-scroll {
  width: 100%;
  position: relative;
  padding-bottom: 1.875rem;
  overflow: auto;
  max-width: 100vw;
}
.table-scroll table {
  table-layout: fixed;
}
.table-scroll td,
.table-scroll th {
  min-width: 14.688rem;
  vertical-align: top;
}
@media (min-width: 768px) {
  .table-scroll td,
  .table-scroll th {
    min-width: 20.5rem;
  }
}
.table-scroll td {
  padding: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.4375;
}
@media (min-width: 768px) {
  .table-scroll td {
    padding: 1.875rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  .table-scroll td {
    font-size: 1rem;
  }
}
.table-scroll td strong {
  display: block;
  margin-bottom: 0.625rem;
}
.table-scroll td ul {
  margin: 0;
  list-style: none;
  padding-left: 1.2rem;
  margin-top: 1.875rem;
}
.table-scroll td ul li {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 138%;
}
.table-scroll td ul li:not(:last-child) {
  margin-bottom: 8px;
}
.table-scroll td ul li:before {
  content: "";
  position: absolute;
  right: calc(100% + 0.625rem);
  top: 0.625em;
  bottom: 0;
  width: 0.625rem;
  height: 2px;
  background-color: #2d2d2b;
}
@media (min-width: 992px) {
  .table-scroll td ul li {
    font-size: 1rem;
  }
}
.table-scroll td ul li {
  font-weight: 400;
}
.bg-black .table-scroll td ul li:before {
  background-color: #ffbf0b;
}
.bg-gray .table-scroll td ul li:before {
  background-color: #fff;
}
.table-scroll td .btn:not(:last-child) {
  margin-bottom: 0.625rem;
}
.table-scroll th {
  padding: 1.875rem 1.25rem;
}
@media (min-width: 768px) {
  .table-scroll th {
    padding: 2.5rem 1.875rem;
  }
}
.table-scroll th strong {
  font-family: Sharp Sans No1, sans-serif;
  margin-bottom: 0;
  margin-right: 0.25rem;
}
.table-scroll thead > *,
.table-scroll tbody > tr:nth-of-type(even) > * {
  background-color: #f8f8f9;
}
.table-scroll::-webkit-scrollbar {
  position: absolute;
  height: 0.5rem;
}
.table-scroll::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-radius: 9999px;
}
.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 9999px;
  background-color: #2d2d2b;
  background-clip: content-box;
}
.table-scroll .btn-close {
  width: 1.625rem;
  height: 1.625rem;
  padding: 0;
  border-radius: 9999px;
  background-color: #2d2d2b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%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");
  background-size: 0.625rem 0.625rem;
}
.table-scroll .btn-close:focus-visible,
.table-scroll .btn-close:focus {
  box-shadow: none;
  outline: 2px dotted;
  outline-offset: 2px;
}
@font-face {
    font-family: Sharp Sans No1;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-BookIt.b1e10c61.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-BookIt.dd1479f8.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
  }
  
  @font-face {
    font-family: Sharp Sans No1;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-Book.2c14e722.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-Book.6abd6fd9.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
  }
  
  @font-face {
    font-family: Sharp Sans No1;
    src: url(../fonts/SharpSansNo1-Semibold.woff2) format("woff2"), url(../fonts/SharpSansNo1-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
  }
  
  @font-face {
    font-family: Sharp Sans No1;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-SemiboldIt.aa08570d.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-SemiboldIt.866efc52.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap
  }
  
  @font-face {
    font-family: Sharp Sans No1;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-Bold.ed314efd.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-Bold.108f3f0e.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
  }
  
  @font-face {
    font-family: Sharp Sans No1;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-BoldIt.335a55bb.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-BoldIt.263b946f.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
  }
  
  @font-face {
    font-family: Sharp Sans No1;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-ExtraboldIt.7611dab4.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-ExtraboldIt.cd16b935.woff) format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap
  }
  
  @font-face {
    font-family: Sharp Sans No1;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-Extrabold.cc947dff.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/SharpSansDispNo1-Extrabold.25d48742.woff) format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
  }
  
  @font-face {
    font-family: Graphik Web;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-RegularItalic-Web.8272fb22.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-RegularItalic-Web.9dae9ac0.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-stretch: normal
  }
  
  @font-face {
    font-family: Graphik Web;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-Regular-Web.a13a39e7.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-Regular-Web.a58e2f0b.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
  }
  
  @font-face {
    font-family: Graphik Web;
    src: url(../fonts/Graphik-MediumItalic-Web.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-MediumItalic-Web.44f2d446.woff) format("woff");
    font-weight: 500;
    font-style: italic;
    font-stretch: normal
  }
  
  @font-face {
    font-family: Graphik Web;
    src: url(../fonts/Graphik-Medium-Web.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-Medium-Web.2191608d.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
  }
  
  @font-face {
    font-family: Graphik Web;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-SemiboldItalic-Web.f717cc82.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-SemiboldItalic-Web.b0518920.woff) format("woff");
    font-weight: 600;
    font-style: italic;
    font-stretch: normal
  }
  
  @font-face {
    font-family: Graphik Web;
    src: url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-Semibold-Web.e3cbe485.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-Semibold-Web.d4c7cb78.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
  }
  
  @font-face {
    font-family: Graphik Web;
    src: url(../fonts/Graphik-BoldItalic-Web.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-BoldItalic-Web.be4b140a.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-stretch: normal
  }
  
  @font-face {
    font-family: Graphik Web;
    src: url(../fonts/Graphik-Bold-Web.woff2) format("woff2"), url(/media/uniofsuffolk/website/site-assets/fonts/Graphik-Bold-Web.2d27d20b.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
  }
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-weight: 700;
}
.display-1 {
  line-height: 1;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 1919px) {
  .display-1 {
    font-size: 12.5rem;
  }
}
.display-2 {
  line-height: 1.08;
}
@media (min-width: 1200px) {
  .display-2 {
    line-height: 1.05;
  }
}
@media screen and (min-width: 1919px) {
  .display-2 {
    font-size: 7.5rem;
  }
}
.display-3 {
  line-height: 1.12;
}
@media (min-width: 1200px) {
  .display-3 {
    line-height: 1.06;
  }
}
@media screen and (min-width: 1919px) {
  .display-3 {
    font-size: 5.625rem;
  }
}
.display-4 {
  line-height: 1.12;
}
@media (min-width: 1200px) {
  .display-4 {
    line-height: 1.08;
  }
}
@media screen and (min-width: 1919px) {
  .display-4 {
    font-size: 4.375rem;
  }
}
.display-5,
.general-content h2,
.general-content .h2 {
  line-height: 1.2;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .display-5,
  .general-content h2,
  .general-content .h2 {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1919px) {
  .display-5,
  .general-content h2,
  .general-content .h2 {
    line-height: 1.16;
    font-size: 3.125rem;
  }
}
.display-5.small,
.general-content h2.small,
.general-content .small.h2 {
  font-size: clamp(1.1875rem, 0.8125rem + 1.875vw, 2.5rem);
}
@media screen and (min-width: 1919px) {
  .display-5.small,
  .general-content h2.small,
  .general-content .small.h2 {
    font-size: 3.125rem;
  }
}
.display-6 {
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-6 {
    line-height: 1.17;
  }
}
@media screen and (min-width: 1919px) {
  .display-6 {
    font-size: 2.5rem;
    line-height: 1.12;
  }
}
.h2 {
  line-height: 1.17;
}
@media (min-width: 1200px) {
  .h2 {
    line-height: 1.07;
  }
}
@media screen and (min-width: 1919px) {
  .h2 {
    line-height: 1.25;
    font-size: 2rem;
  }
}
.h3 {
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .h3 {
    line-height: 1.12;
  }
}
@media screen and (min-width: 1919px) {
  .h3 {
    line-height: 1.14;
    font-size: 1.75rem;
  }
}
.h4 {
  line-height: 1.22;
}
@media (min-width: 1200px) {
  .h4 {
    line-height: 1.14;
  }
}
@media screen and (min-width: 1919px) {
  .h4 {
    line-height: 1.12;
    font-size: 1.563rem;
  }
}
.h5 {
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .h5 {
    line-height: 1.39;
  }
}
@media screen and (min-width: 1919px) {
  .h5 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.h6 {
  line-height: 1.29;
}
@media screen and (min-width: 1919px) {
  .h6 {
    font-size: 1.125rem;
    line-height: 1.22;
  }
}
ul {
  list-style-type: square;
  padding-left: 0;
}
.lead {
  line-height: 1.28;
  font-family: Sharp Sans No1, sans-serif;
}
@media screen and (min-width: 1919px) {
  .lead {
    font-size: 2.75rem;
  }
}
.text-x-small {
  font-size: 0.75rem;
}
@media (max-width: 991.98px) {
  .banner-nav {
    display: none;
    position: absolute;
    top: 3.125rem;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 5rem;
    padding-bottom: 4.313rem;
    background: #ffbf0b;
    transform: none;
    transition: none;
    z-index: 100;
    overflow-y: auto;
  }
  .banner-nav.active {
    display: block;
  }
  .banner-nav.nav-scroll {
    overflow-y: hidden;
  }
  .banner-nav .close-btn {
    position: absolute;
    top: 0.875rem;
    right: 0.75rem;
    padding: 0;
    border: 0;
    background: none;
  }
  .banner-nav .btn-back {
    color: inherit;
    position: relative;
    font-size: 1rem;
    letter-spacing: 0.01em;
    font-weight: 600;
    line-height: 1;
    background: none;
    border: 0;
    padding-left: 1.125rem;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 13L2 7L8 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: left;
  }
}
@media (min-width: 992px) {
  .banner-nav {
    display: flex;
    align-items: center;
  }
  .banner-nav .close-btn {
    display: none;
  }
  .banner-nav .nav {
    overflow-y: auto;
    max-height: 100vh;
  }
}
@media (min-width: 992px) {
  .banner-nav .navbar-nav {
    display: flex;
    align-items: center;
    margin: 0;
  }
  .banner-nav .navbar-nav .nav-item:not(:last-child) {
    margin-right: 1rem;
  }
}
.banner-nav .nav-item {
  list-style: none;
  padding: 0;
  margin-left: -1rem;
  position: initial;
}
@media (max-width: 991.98px) {
  .banner-nav .nav-item {
    margin-left: 0;
  }
  .banner-nav .nav-item:first-child {
    border-top: 1px solid #2d2d2b;
  }
}
@media (min-width: 992px) {
  .banner-nav .nav-item {
    position: static;
  }
}
.banner-nav .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1rem;
  font-size: 0.875rem;
  line-height: 114%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.banner-nav .nav-link:hover {
  text-decoration-color: transparent;
}
@media (min-width: 1200px) {
  .banner-nav .nav-link {
    font-size: 1.25rem;
    line-height: 110%;
  }
}
@media (min-width: 992px) {
  .banner-nav .nav-link:before {
    content: "";
    position: absolute;
    top: calc(100% + 0.563rem);
    width: calc(100% - 2rem);
    height: 8px;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .banner-nav .nav-link:before {
    top: calc(100% + 0.813rem);
  }
}
.banner-nav .nav-link.outline:before,
.banner-nav .nav-link:hover:before {
  background-color: #2d2d2b;
}
.banner-nav .nav-link.dropdown-toggle:focus {
  outline: none;
}
.banner-nav .nav-link.dropdown-toggle.outline:focus {
  outline: 2px dotted #2d2d2b;
}
.banner-nav .nav-link.dropdown-toggle.show + div {
  transform: none;
  visibility: visible;
}
@media (max-width: 991.98px) {
  .banner-nav .nav-link {
    justify-content: space-between;
    font-size: 1.5rem;
    line-height: 125%;
    font-weight: 700;
    padding: 1.25rem 0;
    font-family: Sharp Sans No1, sans-serif;
    border-bottom: 1px solid #2d2d2b;
  }
  .banner-nav .nav-link:after {
    transform: rotate(-90deg);
  }
}
@media (min-width: 992px) {
  .banner-nav.navbar-expand-lg .offcanvas {
    flex-grow: 0;
  }
}
.banner {
  position: relative;
  background: #fff;
  padding-top: 0.563rem;
  padding-bottom: 0.563rem;
  color: #2d2d2b;
  z-index: 100;
}
.banner button:focus-visible {
  outline: 2px dotted;
}
@media (min-width: 1200px) {
  .banner {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: initial;
}
.banner__sub {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 0.563rem + 1.875rem);
}
.banner__sub .inner {
  display: flex;
}
@media (max-width: 991.98px) {
  .banner__sub .inner {
    position: relative;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .banner__sub {
    top: calc(100% + 4.75rem);
  }
}
.banner__logo {
  width: 8.813rem;
  height: 2.188rem;
  filter: contrast(1);
}
.banner__logo svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
@media (min-width: 992px) {
  .banner__logo {
    width: 13.75rem;
    height: 3.375rem;
  }
}
.banner__logo:focus {
  outline-color: #fff;
}
.banner__menu-btn {
  position: relative;
  background: none;
  width: 3.0625rem;
  height: 3.0625rem;
  border: 0;
  color: #fff;
}
.banner__menu-btn svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 8px;
}
.banner__menu-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2d2d2b;
  width: 3.0625rem;
  height: 3.0625rem;
  margin: auto;
  z-index: 1;
}
@media (min-width: 992px) {
  .banner__menu-btn {
    display: none;
  }
}
.banner__btns {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.banner__btns .nav-link {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0.938rem 0 1rem;
  font-size: 0.875rem;
  line-height: 114%;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin-right: 0.5rem;
}
.banner__btns .nav-link:hover {
  text-decoration-color: transparent;
}
@media (min-width: 1200px) {
  .banner__btns .nav-link {
    font-size: 1.25rem;
    line-height: 110%;
  }
}
.banner__btns .nav-link:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 1.438rem;
  background-color: #2d2d2b;
}
@media (min-width: 992px) {
  .banner__btns .nav-link {
    padding-right: 1.875rem;
    margin-right: 1.875rem;
  }
  .banner__btns .nav-link:before {
    width: 2px;
    height: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .banner__btns {
    margin-left: -1rem;
  }
}
.banner__logo {
  position: relative;
  width: 8.875rem;
  height: 2.313rem;
  display: block;
}
.banner__logo:focus,
.banner__logo:focus-visible {
  box-shadow: 0 0 0 2px #2d2d2b;
  outline: 2px solid #fff;
  outline-style: solid !important;
}
@media (min-width: 1200px) {
  .banner__logo {
    width: 13.75rem;
    height: 3.375rem;
  }
}
.banner__logo svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner--light {
  border-bottom: 1px solid #a7aeb2;
}
.banner--light .breadcrumbs ul li a:focus,
.banner--light .breadcrumbs ul li a:focus-visible {
  outline-style: dotted !important;
  outline-color: #2d2d2b;
  box-shadow: none;
}
.banner--light .banner__logo svg {
  fill: #2d2d2b;
}
.banner--light .banner__logo:focus,
.banner--light .banner__logo:focus-visible {
  outline-style: dotted !important;
  outline-color: #2d2d2b;
  box-shadow: none;
}
.banner:not(.banner--light) .banner__logo:focus,
.banner:not(.banner--light) .breadcrumbs a:focus {
  outline-color: #fff;
}
.site-footer .inner {
  position: relative;
}
@media (min-width: 1200px) {
  .site-footer {
    margin-bottom: 9.5rem;
  }
}
@media (min-width: 576px) {
  .site-footer__row + .row {
    margin-top: -1.875rem;
  }
}
@media (min-width: 992px) {
  .site-footer__row + .row {
    margin-top: 1.875rem;
  }
}
.site-footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 2.5rem;
}
@media (min-width: 576px) {
  .site-footer__nav {
    margin-bottom: 3.75rem;
  }
}
.site-footer__nav li span {
  display: block;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: calc(1rem - 6px);
}
@media (min-width: 992px) {
  .site-footer__nav li span {
    font-weight: 1.25rem;
    margin-bottom: calc(1.625rem - 6px);
  }
}
.site-footer__nav li a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.938rem;
}
.site-footer__nav li:not(:last-child) {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .site-footer__socials {
    display: flex;
    align-items: center;
  }
}
.site-footer__socials p {
  font-size: 0.75rem;
  line-height: 100%;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 768px) {
  .site-footer__socials p {
    margin-left: 2.5rem;
  }
}
.site-footer__socials ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.875rem;
}
.site-footer__socials ul li a:hover {
  color: #6d787e;
}
.site-footer__socials ul li:not(:last-child) {
  margin-right: 1.875rem;
}
@media (min-width: 768px) {
  .site-footer__socials ul {
    margin-bottom: 0;
  }
}
.nav .offcanvas {
  position: absolute;
  transform: none;
  transition: none;
  top: 0;
  width: 100%;
  height: 100vh;
  padding-top: 3.125rem;
  padding-bottom: 4.313rem;
  background: #ffbf0b;
}
.nav .offcanvas.active {
  visibility: visible;
}
.nav .offcanvas .offcanvas-header {
  position: relative;
  padding-bottom: 1.875rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid;
}
.nav .offcanvas .offcanvas-body .row {
  width: 100%;
}
.nav .offcanvas .offcanvas-body .btn-light {
  outline-offset: -2px;
}
@media (min-width: 992px) {
  .nav .offcanvas {
    padding-top: 3.75rem;
    top: 3.125rem;
    height: -moz-max-content;
    height: max-content;
  }
  .nav .offcanvas .offcanvas-header {
    display: none;
  }
}
@media (min-width: 1200px) {
  .nav .offcanvas {
    top: 4rem;
    overflow-y: auto;
  }
}
.nav__text .display-5,
.nav__text .general-content h2,
.general-content .nav__text h2,
.nav__text .general-content .h2,
.general-content .nav__text .h2 {
  margin-bottom: 0.625rem;
}
@media (min-width: 992px) {
  .nav__text .display-5,
  .nav__text .general-content h2,
  .general-content .nav__text h2,
  .nav__text .general-content .h2,
  .general-content .nav__text .h2 {
    margin-bottom: 0.875rem;
  }
}
.nav__text p {
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 157%;
  max-width: 18.688rem;
}
.nav__text p:last-of-type {
  margin-bottom: 0;
}
.nav__text p + .btn {
  margin-top: 1.25rem;
}
.nav__text p + .btn:focus {
  margin-left: 0.625rem;
}
@media screen and (min-width: 1919px) {
  .nav__text p {
    max-width: 25rem;
  }
}
.nav__feature-image {
  position: relative;
  padding-top: 100%;
  margin-bottom: 1.25rem;
}
.nav__feature-image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .nav__feature-image {
    margin-bottom: 1.875rem;
  }
}
.nav__feature-text h3,
.nav__feature-text .h3 {
  font-size: 1.25rem;
  line-height: 120%;
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .nav__feature-text h3,
  .nav__feature-text .h3 {
    margin-bottom: 0.75rem;
  }
}
.nav__feature-text p {
  font-size: 1rem;
  line-height: 125%;
  font-weight: 400;
}
.nav__feature-text p:last-of-type {
  margin-bottom: 0;
}
.nav__feature-text p + .btn {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .nav__feature-text p {
    max-width: 12.438rem;
  }
}
.nav__list .nav-link {
  display: flex;
  width: 100%;
  font-size: 1rem;
  line-height: 138%;
  font-weight: 700;
  padding: 0;
  border: 0;
  background: none;
  font-family: Graphik Web, 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";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='7.5' viewBox='0 0 11 19' fill='transparent' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 19L-6.64413e-08 17.48L7.98 9.5L-7.64075e-07 1.52L1.5 -6.55671e-08L11 9.5L1.5 19Z' fill='black'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: right;
  background-size: 1.875rem;
}
.nav__list .nav-link.inactive {
  color: #2d2d2b;
  pointer-events: all;
  opacity: 0.5;
}
.nav__list .nav-link.inactive:hover {
  opacity: 1;
}
.nav__list .nav-link.active {
  opacity: 1;
  color: #2d2d2b;
}
.nav__list .nav-link:hover {
  text-decoration-color: transparent;
}
.nav__list .nav-link--no-sub {
  background-image: none;
}
@media (min-width: 1200px) {
  .nav__list .nav-link {
    font-size: 1.125rem;
    line-height: 122%;
    background-size: 1.75rem;
  }
}
.nav__list .nav-link:before {
  content: none;
}
.nav__list .nav-link + .nav__sub-list {
  display: none;
}
.nav__list .nav-link:focus-visible {
  margin: 10px;
}
@media (max-width: 991.98px) {
  .nav__list .nav-link:hover + .nav__sub-list,
  .nav__list .nav-link:focus + .nav__sub-list,
  .nav__list .nav-link.active + .nav__sub-list {
    display: block;
    padding-bottom: 1.25rem;
    margin-bottom: 0.625rem;
    margin-top: 1.25rem;
    border-bottom: 1px solid;
  }
  .nav__list .nav-link:hover + .nav__sub-list li a,
  .nav__list .nav-link:focus + .nav__sub-list li a,
  .nav__list .nav-link.active + .nav__sub-list li a {
    color: #2d2d2b;
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .nav__list .nav-link a {
    pointer-events: none;
  }
  .nav__list .nav-link:focus {
    outline-offset: -2px;
    padding: 4px;
  }
}
.nav__sub-list li a {
  font-size: 1rem;
  line-height: 138%;
}
.nav__sub-list li a:focus-visible,
.nav__sub-list li a:focus {
  margin: 5px;
}
@media (min-width: 1200px) {
  .nav__sub-list li a {
    font-size: 1.125rem;
    line-height: 122%;
  }
}
.nav__sub-list li:first-child a {
  font-weight: 700;
}
.nav__sub-list li:not(:last-child) {
  margin-bottom: 0.938rem;
}
@media (min-width: 1200px) {
  .nav__sub-list li:not(:last-child) {
    margin-bottom: 1.563rem;
  }
}
.nav__list-item:not(:last-child) {
  margin-bottom: 1.25rem;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .nav__list-item:not(:last-child) {
    margin-bottom: 1.563rem;
  }
}
.nav__list-item a {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .nav__tab-content {
    display: none;
  }
}
.nav__tab-pane {
  display: none;
  transition: none;
}
.nav__tab-pane.active {
  display: block;
}
.nav .btn-back:focus,
.nav .btn-back:focus-visible {
  margin: 10px;
}
.accordion-flush .accordion-item:first-child {
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.invert .accordion-flush .accordion-item:first-child {
  border-color: #969695;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
.invert .accordion-flush .accordion-item:last-child {
  border-color: #969695;
}
.invert .accordion-flush .accordion-item .accordion-button {
  box-shadow: none;
}
.invert .accordion-flush .accordion-item .accordion-button:focus-visible {
  box-shadow: #ffffffb3 0 0 0 4px;
}
.accordion-flush .accordion-item .accordion-button {
  box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button:focus-visible {
  box-shadow: #2d2d2bb3 0 0 0 4px;
}
.accordion-item {
  background-color: transparent;
}
.invert .accordion-item {
  color: #fff;
  border-color: #969695;
}
.accordion-button {
  font-weight: 400;
  font-size: clamp(0.8625rem, 0.7875rem + 0.375vw, 1.125rem);
  line-height: 1.7;
  font-family: Graphik Web, 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";
  margin-bottom: 1.75rem;
  margin-bottom: 0 !important;
  font-weight: 700;
  background-color: transparent;
}
.accordion-button strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .accordion-button {
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 1919px) {
  .accordion-button {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .accordion-button {
    padding: 2rem 0;
  }
}
@media (min-width: 1200px) {
  .accordion-button:after {
    width: 1.25rem;
    height: 1.25rem;
    background-size: 1.25rem;
  }
}
.invert .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9V0H11V9H20V11H11V20H9V11H0V9H9Z' fill='%23FFBF0B'/%3E%3C/svg%3E");
}
.bg-gray .accordion-button:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 9V0H11V9H20V11H11V20H9V11H0V9H9Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.invert .accordion-button:focus-visible {
  box-shadow: #ffffffb3 0 0 0 4px;
}
.invert .accordion-button {
  color: #fff;
}
.accordion-button:not(.collapsed) {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #fff;
}
.accordion-button:not(.collapsed):focus-visible {
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.invert .accordion-button:not(.collapsed) {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #2d2d2b;
}
.invert .accordion-button:not(.collapsed):focus-visible {
  box-shadow: #ffffffb3 0 0 0 4px;
}
.invert .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='9' width='20' height='2' fill='%23FFBF0B'/%3E%3C/svg%3E%0A");
}
.accordion-body {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .accordion-body {
    padding-bottom: 2rem;
    width: 90%;
  }
}
.accordion-body p,
.accordion-body ul,
.accordion-body ol {
  font-size: clamp(0.8625rem, 0.8232rem + 0.1964vw, 1rem);
}
.accordion-body p:last-child,
.accordion-body ul:last-child,
.accordion-body ol:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1919px) {
  .accordion-body p,
  .accordion-body ul,
  .accordion-body ol {
    font-size: 1.125rem;
  }
}
.accordion-body ul {
  padding-left: 0;
  list-style-position: outside;
  margin-left: 0.875rem;
  list-style-type: "\2014";
}
.accordion-body ul li {
  position: relative;
  margin-bottom: 0.375rem;
  padding-left: 1.25rem;
}
.accordion-body ul li::marker {
  color: #2d2d2b;
}
.accordion-body ul li:last-child {
  margin-bottom: 0;
}
.bg-black .accordion-body ul li::marker {
  color: #ffbf0b;
}
.bg-gray .accordion-body ul li::marker {
  color: #fff;
}
.accordion
  > .accordion-item
  > .accordion-collapse
  > .accordion-body
  > table
  tr
  th:first-child,
.accordion
  > .accordion-item
  > .accordion-collapse
  > .accordion-body
  > table
  tr
  td:first-child {
  padding-left: 0;
}
.alert-panel {
  position: relative;
  z-index: 6;
}
.alert-panel .notice > .row {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 91.5%;
  max-width: 1600px;
}
.alert-panel .notice > .row > * {
  padding: 2.188rem 0;
}
@media (min-width: 992px) {
  .alert-panel .notice-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.alert-panel .warning {
  background-color: #fd7e14;
}
.alert-panel .emergency {
  background-color: #dc3545;
}
.alert-panel .emergency a:not(.button):not(.btn) {
  color: #fff;
}
.alert-panel .emergency a:focus {
  outline-color: #fff;
}
.alert-panel a:not(.button):not(.btn) {
  display: block;
  margin-right: 2.5rem;
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  font-weight: 700;
}
@media (min-width: 992px) {
  .alert-panel a:not(.button):not(.btn) {
    max-width: 58.5rem;
  }
}
.alert-panel a:not(.button):not(.btn) span {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 400;
  margin-right: -2.5rem;
}
@media (min-width: 992px) {
  .alert-panel a:not(.button):not(.btn) span {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .alert-panel a:not(.button):not(.btn) span {
    font-size: 1rem;
  }
}
@media (max-width: 991.98px) {
  .alert-panel .btn {
    margin-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .alert-panel .btn {
    flex-shrink: 0;
  }
}
.alert-panel .btn-close {
  position: absolute;
  top: 1.75rem;
  right: 0;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  background-size: 0.75rem 0.75rem;
  background-color: #ffbf0b;
  border-radius: 9999px;
}
.alert-panel .bg-gray .btn-close {
  background-color: #fff;
}
.alert-panel .bg-yellow .btn-close {
  background-color: #2d2d2b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%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");
}
.alert-panel .bg-yellow .btn {
  background-color: #2d2d2b;
  color: #fff;
  border-color: #2d2d2b;
}
.alert-panel a:not(.btn) {
  text-decoration: none;
}
#calendar_box {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  #calendar_box {
    margin-bottom: 3.75rem;
  }
}
#calendar_box .calendar-box-header th {
  padding-bottom: 1.25rem;
}
#calendar_box #current_month {
  font-size: clamp(1.125rem, 1.0536rem + 0.3571vw, 1.375rem);
}
#calendar_box #prev_month a,
#calendar_box #next_month a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background-repeat: no-repeat;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #2d2d2b;
  border-radius: 9999px;
  background-position: center;
}
#calendar_box #prev_month a span,
#calendar_box #next_month a span {
  color: #fff;
}
#calendar_box #prev_month a:focus,
#calendar_box #next_month a:focus {
  margin: 0.188rem;
}
#calendar_box #prev_month {
  text-align: left;
}
#calendar_box #prev_month a {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.999756L1.5 5.99976L6.5 10.9998' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
#calendar_box #next_month {
  text-align: right;
}
#calendar_box #next_month a {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 0.999756L6.5 5.99976L1.5 10.9998' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
#calendar_box .table-wrap {
  width: 100%;
  overflow-x: auto;
}
#calendar_box table {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
#calendar_box table tr th,
#calendar_box table tr td,
#calendar_box table tr th,
#calendar_box table tr td {
  width: 14.2857142857%;
}
#calendar_box table tr td,
#calendar_box table tr td.hasEvents a {
  padding: 0.469rem 0;
  line-height: 1.375;
}
#calendar_box .calendar-dayhead th {
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1rem 0;
  border-top: 1px solid #2d2d2b;
}
#calendar_box td.fillday {
  color: #707070;
}
#calendar_box table tr td.hasEvents {
  padding: 0;
}
#calendar_box table tr td.hasEvents a {
  display: block;
  height: 100%;
  background-color: #ffbf0b;
  border: 2px solid #2d2d2b;
}
.carousel {
  position: relative;
  margin-bottom: 12rem;
}
@media (min-width: 768px) {
  .carousel {
    margin-bottom: 14rem;
  }
}
@media (min-width: 992px) {
  .carousel {
    margin-bottom: 11.875rem;
  }
}
@media (min-width: 1200px) {
  .carousel {
    margin-bottom: 15.438rem;
  }
}
@media screen and (min-width: 1919px) {
  .carousel {
    margin-bottom: 18.75rem;
  }
}
.carousel__image {
  position: relative;
  padding-top: 179.48%;
}
@media (min-width: 992px) {
  .carousel__image {
    padding-top: 69.49%;
  }
}
.carousel__image img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel__image img.mobile {
  display: block;
}
@media (min-width: 992px) {
  .carousel__image img.mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .carousel__image img {
    display: block;
  }
}
.carousel__title {
  display: inline;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 18rem;
}
@media (min-width: 768px) {
  .carousel__title {
    max-width: 23.375rem;
  }
}
@media screen and (min-width: 1919px) {
  .carousel__title {
    max-width: 29.625rem;
  }
}
.carousel__box {
  position: absolute;
  bottom: -16%;
  max-width: 18rem;
  padding: 2.5rem 1.875rem 2.5rem 2.063rem;
}
.carousel__box p {
  font-size: 0.875rem;
  line-height: 143%;
  font-weight: 400;
}
.carousel__box .btn {
  display: block;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
}
.carousel__box .btn:hover,
.carousel__box .btn:focus,
.carousel__box .btn:focus-within {
  color: #2d2d2b;
}
@media (min-width: 768px) {
  .carousel__box {
    bottom: -10%;
  }
}
@media (min-width: 1200px) {
  .carousel__box {
    max-width: 24.25rem;
    padding: 5.938rem 3.313rem 4.063rem 3.688rem;
  }
}
.carousel .swiper {
  overflow: visible;
}
.carousel .swiper__nav {
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  align-items: flex-end;
  position: absolute;
  right: 1.563rem;
  bottom: 2.75rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .carousel .swiper__nav {
    right: 3.75rem;
    bottom: 4.188rem;
  }
}
.carousel .swiper__nav > *:focus,
.carousel .swiper__nav > *:focus-within {
  outline-color: #fff;
}
.carousel .swiper__nav .swiper-button-next {
  transform: rotate(90deg);
}
.carousel .swiper__nav .swiper-button-prev {
  transform: rotate(90deg);
  margin-bottom: 9px;
}
.carousel .swiper-pagination {
  display: flex;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(100% - (100% - 25px) + 18.5px);
  height: 0%;
  bottom: 0;
  align-items: center;
  transform: rotate(90deg);
  transform-origin: top right 0;
  width: -moz-min-content;
  width: min-content;
  z-index: 2;
}
@media (min-width: 992px) {
  .carousel .swiper-pagination {
    right: calc(100% - (100% - 60px) + 18.5px);
  }
}
.carousel .swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: auto;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 8px;
  background-color: transparent;
}
.carousel .swiper-pagination-bullet em {
  display: none;
}
.carousel .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.carousel .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 2px;
  background-color: #ffbf0b;
}
.carousel .swiper-pagination-bullet-active {
  background-color: transparent;
}
.carousel .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 8s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.carousel .swiper-pagination-bullet-active.disabled b {
  animation-play-state: paused;
}
.cookie-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2d2d2b33;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.cookie-banner__inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
  padding-left: 4.25%;
  padding-right: 4.25%;
  padding-bottom: 2.188rem;
  pointer-events: auto;
}
@media (min-width: 1200px) {
  .cookie-banner__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cookie-banner__body {
  width: 100%;
  max-width: 30.875rem;
  padding: 1.875rem 1.5rem;
  background-color: #fff;
}
@media (min-width: 768px) {
  .cookie-banner__body {
    padding: 3.125rem;
  }
}
.cookie-banner__text {
  font-weight: 400;
  font-size: clamp(0.8625rem, 0.7875rem + 0.375vw, 1.125rem);
  line-height: 1.7;
  font-family: Graphik Web, 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";
  margin-bottom: 1.75rem;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 0.625rem;
}
.cookie-banner__text strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .cookie-banner__text {
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 1919px) {
  .cookie-banner__text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .cookie-banner__text {
    margin-bottom: 0.625rem;
  }
}
.cookie-banner__text a {
  text-decoration: underline;
  text-underline-offset: 0.375rem;
  -webkit-text-underline-offset: 0.375rem;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-thickness: 1px;
}
.cookie-banner__text a:hover,
.cookie-banner__text a:focus {
  text-decoration-thickness: 0.188rem;
  -webkit-text-decoration-thickness: 0.188rem;
}
.cookie-banner__buttons {
  display: flex;
  flex-wrap: wrap;
}
.cookie-banner__buttons > * {
  margin: 0.625rem 0.625rem 0 0;
}
.cookie-banner__buttons > *:last-child {
  margin-right: 0;
}
.course-compare {
  margin-top: 10rem;
}
@media (min-width: 992px) {
  .course-compare {
    margin-top: 14.75rem;
  }
}
.course-compare__inner {
  display: flex;
  align-items: flex-start;
}
.course-compare__title {
  margin-right: 1.25rem;
}
@media (min-width: 992px) {
  .course-compare__title {
    margin-right: 4.563rem;
  }
}
.course-compare__header {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .course-compare__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.875rem;
  }
}
.course-compare__header h2,
.course-compare__header .h2 {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .course-compare__header h2,
  .course-compare__header .h2 {
    max-width: 21.25rem;
    margin-bottom: 0;
  }
}
.course-compare__controls .btn {
  margin-top: 0.438rem;
  margin-right: 0.438rem;
}
.course-compare__pagination {
  margin-right: 0.438rem;
}
@media (min-width: 992px) {
  .course-compare__pagination {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .course-compare__clear {
    display: flex;
    align-items: center;
  }
}
.course-compare__clear span {
  margin-right: 1.75rem;
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.375rem;
}
@media (min-width: 768px) {
  .course-compare__clear span {
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .course-compare__clear span {
    font-size: 1rem;
  }
}
.course-compare__scroll-btn {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background-color: #2d2d2b;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 2.313rem;
  height: 2.313rem;
  margin-top: 1.875rem;
  color: #fff;
}
@media (min-width: 992px) {
  .course-compare__scroll-btn {
    margin-left: 0.563rem;
  }
}
.course-compare__scroll-btn svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.938rem;
  fill: transparent;
  transition: opacity 0.3s;
}
.course-compare__scroll-btn.prev svg {
  transform: scaleX(-1) translateY(-50%);
}
.course-compare__table {
  overflow: hidden;
}
.course-compare__table .btn-text-link {
  margin-top: 1.25rem;
  display: block;
  background-color: transparent;
  padding: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 1199.98px) {
  .course-compare__table .btn-text-link {
    font-size: 0.75rem;
  }
}
.course-compare__table .btn-text-link:focus {
  outline: 2px dotted #2d2d2b;
}
.course-compare__title {
  font-size: clamp(4.375rem, 2.0536rem + 11.6071vw, 12.5rem);
  color: #6d787e;
}
@media screen and (min-width: 1919px) {
  .course-compare__title {
    font-size: 13.75rem;
  }
}
@media (min-width: 992px) {
  .course-listing__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.course-listing__title {
  font-size: clamp(4.375rem, 2.0536rem + 11.6071vw, 12.5rem);
  color: #6d787e;
}
@media (max-width: 991.98px) {
  .course-listing__title {
    position: absolute;
    left: -62.5rem;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .course-listing__title {
    margin-right: 4.563rem;
  }
}
@media screen and (min-width: 1919px) {
  .course-listing__title {
    font-size: 13.75rem;
  }
}
@media (min-width: 992px) {
  .course-listing__content {
    width: 74.2%;
  }
}
@media (max-width: 991.98px) {
  .course-listing__filters + * {
    margin-top: 1.25rem;
  }
}
@media (min-width: 992px) {
  .course-listing__filters {
    width: 23.3333333333%;
  }
}
.course-listing .search-sort {
  margin-bottom: 0;
}
.course-listing .pagination {
  margin-top: 3.75rem;
}
@media (max-width: 767.98px) {
  .course-search {
    padding-top: 10rem;
  }
}
@media (min-width: 1200px) {
  .course-search {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .course-search[class*="bg-"] .form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L12 12L22 2' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
    background-size: 24px 15px;
  }
}
@media (min-width: 1200px) {
  .course-search.invert[class*="bg-"] .form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L12 12L22 2' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
    background-size: 24px 15px;
  }
}
@media (min-width: 1200px) {
  .course-search .row {
    margin-left: calc(7.5% - 0.938rem);
  }
}
@media (min-width: 1400px) {
  .course-search .row {
    margin-left: -0.938rem;
  }
}
@media (max-width: 767.98px) {
  .course-search .col-10 {
    margin-left: calc(16.66666667% + 0.625rem);
    width: calc(83.33333333% - 0.625rem);
  }
}
.course-search.invert a.btn-text-link {
  color: #fff;
}
.course-search .inner {
  position: relative;
}
.course-search a.btn-text-link {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.course-search a.btn-text-link:hover {
  text-decoration-color: #ffbf0b;
}
@media (min-width: 1400px) {
  .course-search a.btn-text-link {
    align-items: center;
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
    left: calc(100% + 3.188rem);
    width: -moz-max-content;
    width: max-content;
  }
}
@media (min-width: 1400px) {
  .course-search .form-select {
    margin-bottom: 0;
  }
}
.cta-banner {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.cta-banner .card a:focus {
  outline: 2px dotted;
  outline-offset: -2px;
}
.cta-banner.overlap {
  z-index: 3;
}
.cta-banner.overlap div[class*="col-"] {
  height: auto !important;
}
@media (min-width: 992px) {
  .cta-banner.overlap .display-1 {
    position: absolute;
    bottom: 0;
    top: auto;
    transform: rotate(-180deg) translateY(-52%);
  }
}
@media (min-width: 1200px) {
  .cta-banner.overlap {
    padding-top: 15.938rem;
  }
}
.cta-banner .inner {
  position: relative;
}
.cta-banner .lead {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .cta-banner .lead {
    max-width: 45.125rem;
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1919px) {
  .cta-banner .lead {
    max-width: 51.25rem;
  }
}
.cta-banner .display-1 {
  color: #6d787e;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cta-banner .display-1 {
    position: relative;
  }
}
.cta-banner.invert .display-1 {
  color: #fff;
}
@media (min-width: 1200px) {
  .cta-banner__title--lg {
    font-size: 13.75rem;
  }
}
@media (min-width: 1200px) {
  .cta-banner__title--md {
    font-size: 11.25rem;
  }
}
@media (min-width: 1200px) {
  .cta-banner__title--sm {
    font-size: 8.75rem;
  }
}
.cta-banner .card__image {
  position: relative;
}
.cta-banner .card__image:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  opacity: 0;
}
.cta-banner .card__image:hover:before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.4) 14.06%,
    rgba(0, 0, 0, 0) 100%
  );
  transform: rotate(-180deg);
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
}
.cta-cols {
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cta-cols .row > .col {
    flex-shrink: 0;
    width: 100%;
    flex: 100%;
  }
}
.cta-cols__image,
.cta-cols__video {
  position: relative;
  padding-top: 53.88%;
}
.cta-cols__image img,
.cta-cols__image iframe,
.cta-cols__video img,
.cta-cols__video iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.cta-cols__image img,
.cta-cols__video img {
  opacity: 0.4;
  transition-timing-function: linear;
  transition-duration: 0.5s;
}
@media (max-width: 991.98px) {
  .cta-cols__image img,
  .cta-cols__video img {
    opacity: 1;
  }
}
.cta-cols__image:before,
.cta-cols__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  z-index: 1;
  opacity: 0.1;
  mix-blend-mode: multiply;
}
@media (max-width: 991.98px) {
  .cta-cols__image:before,
  .cta-cols__video:before {
    height: 50%;
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, #000000 -29.18%, rgba(0, 0, 0, 0) 83.11%);
    opacity: 0.7;
    transition: opacity 0.5s ease-in-out;
  }
}
.cta-cols__video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.cta-cols__video.active {
  z-index: 2;
}
.cta-cols__video.active:before {
  z-index: 0;
}
.cta-cols--2 .cta-cols__image,
.cta-cols--2 .cta-cols__video {
  padding-top: 107.76%;
}
.cta-cols--3 .cta-cols__image,
.cta-cols--3 .cta-cols__video {
  padding-top: 161.64%;
}
.cta-cols__body {
  position: relative;
  z-index: 2;
}
.cta-cols__body:hover .cta-cols__transcript,
.cta-cols__body.active .cta-cols__transcript,
.cta-cols__body:hover .cta-cols__image img,
.cta-cols__body.active .cta-cols__image img {
  opacity: 1;
}
.cta-cols__body:hover .cta-cols__image:before,
.cta-cols__body.active .cta-cols__image:before {
  height: 50%;
  top: auto;
  bottom: 0;
  background: linear-gradient(0deg, #000000 -29.18%, rgba(0, 0, 0, 0) 83.11%);
  opacity: 0.7;
  transition: opacity 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .cta-cols__body:hover .cta-cols__image:before,
  .cta-cols__body.active .cta-cols__image:before {
    height: 25%;
  }
}
.cta-cols__body:hover .cta-cols__text,
.cta-cols__body.active .cta-cols__text {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.cta-cols__body:hover .cta-cols__text.active,
.cta-cols__body.active .cta-cols__text.active {
  z-index: 3;
}
.cta-cols__text {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  bottom: 1.875rem;
  opacity: 0;
  visibility: visible;
  transform: translateY(25%);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 991.98px) {
  .cta-cols__text {
    opacity: 1;
    transform: translateY(0);
  }
}
.cta-cols__text.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  z-index: 0;
  transition: none;
}
.cta-cols__text svg {
  margin-bottom: 0.938rem;
}
@media (min-width: 768px) {
  .cta-cols__text svg {
    margin-bottom: 1.563rem;
  }
}
.cta-cols__text h3,
.cta-cols__text .h3 {
  line-height: 121%;
  margin-bottom: 1.25rem;
}
.cta-cols__text span {
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cta-cols__text span {
    font-size: 1rem;
    line-height: 112%;
  }
}
.cta-cols__text a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cta-cols__text a + span {
  margin-top: 0.938rem;
}
@media (min-width: 768px) {
  .cta-cols__text {
    bottom: 2.5rem;
  }
}
.cta-cols__play {
  background: none;
  border: 0;
}
.cta-cols__transcript {
  position: absolute;
  top: 0.938rem;
  left: 0.938rem;
  z-index: 10;
  opacity: 0;
}
.cta-cols__transcript:hover {
  border-color: #fff;
}
.cta-cols__transcript:focus,
.cta-cols__transcript:focus-visible {
  background: #fff;
  text-decoration-color: #2d2d2b;
  border-color: #fff;
}
@media (max-width: 991.98px) {
  .cta-cols__transcript {
    opacity: 1;
  }
}
.cta-cols .swiper__nav {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  background: #2d2d2b;
  padding: 0.625rem;
  z-index: 10;
}
.cta-cols .swiper__nav .inner {
  display: flex;
  justify-content: flex-end;
}
.cta-cols .swiper__nav button:focus,
.cta-cols .swiper__nav button:focus-visible {
  outline-color: #fff;
}
@media screen and (min-width: 992px) {
  .cta-cols .swiper__nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .double-image__inner {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .double-image__1 {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .double-image__1 {
    margin-right: 2.75rem;
  }
}
.double-image__2 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .double-image figure {
    margin-bottom: 0;
  }
}
.event-search-widget .form-select {
  margin-bottom: 0.938rem;
}
@media (min-width: 1200px) {
  .event-search-widget .form-select {
    padding-top: 0.688rem;
    padding-bottom: 0.688rem;
    font-size: 1rem;
  }
}
.event-search-widget .btn:not(.btn-lg):not(.btn-arrow) {
  padding-top: 0.75rem;
  padding-bottom: 0.688rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .event-search-widget .btn:not(.btn-lg):not(.btn-arrow) {
    padding-top: 1.063rem;
    padding-bottom: 1rem;
  }
}
.featured-card-slider {
  overflow: hidden;
}
@media (min-width: 992px) {
  .featured-card-slider {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 1200px) {
  .featured-card-slider {
    padding-bottom: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1919px) {
  .featured-card-slider {
    padding-bottom: 10rem;
  }
}
.featured-card-slider .inner {
  position: relative;
  -webkit-clip-path: inset(-100vw -100vw -100vw 0);
  clip-path: inset(-100vw -100vw -100vw 0);
}
@media screen and (min-width: 1919px) {
  .featured-card-slider .inner:before {
    content: "";
    position: absolute;
    left: 66%;
    width: 100vw;
    background: #fff;
    height: 100vh;
    z-index: 2;
  }
}
.featured-card-slider .swiper__nav {
  margin-bottom: 1.25rem;
}
.featured-card-slider__featured .swiper {
  overflow: visible;
}
.featured-card-slider__featured .swiper-wrapper {
  align-items: flex-end;
}
.featured-card-slider__featured
  .swiper-slide-next
  .featured-card-slider__image {
  padding-top: 44.365%;
}
@media (min-width: 992px) {
  .featured-card-slider__featured .swiper-slide-next {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .featured-card-slider__featured .swiper__nav {
    display: none;
  }
}
.featured-card-slider__featured .featured-card-slider__image {
  position: relative;
  padding-top: 88.73%;
}
.featured-card-slider__featured .featured-card-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
}
.featured-card-slider__image.focus {
  margin: 0.5rem;
  outline: 2px dotted;
  outline-offset: 4px;
}
.featured-card-slider__image a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.featured-card-slider__image span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  padding: 6px 6px 4px 0;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 129%;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .featured-card-slider__image span {
    font-size: 1.125rem;
    line-height: 144%;
    padding: 9px 16px 1px 3px;
  }
}
.featured-card-slider__text .display-5,
.featured-card-slider__text .general-content h2,
.general-content .featured-card-slider__text h2,
.featured-card-slider__text .general-content .h2,
.general-content .featured-card-slider__text .h2 {
  margin-bottom: 0.938rem;
}
@media (min-width: 1200px) {
  .featured-card-slider__text .display-5,
  .featured-card-slider__text .general-content h2,
  .general-content .featured-card-slider__text h2,
  .featured-card-slider__text .general-content .h2,
  .general-content .featured-card-slider__text .h2 {
    max-width: 18.063rem;
  }
}
@media screen and (min-width: 1919px) {
  .featured-card-slider__text .display-5,
  .featured-card-slider__text .general-content h2,
  .general-content .featured-card-slider__text h2,
  .featured-card-slider__text .general-content .h2,
  .general-content .featured-card-slider__text .h2 {
    max-width: 21.875rem;
  }
}
.featured-card-slider__text p {
  font-size: 0.875rem;
  line-height: 143%;
  max-width: 18.938rem;
}
@media (max-width: 991.98px) {
  .featured-card-slider__text {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .featured-card-slider__text {
    display: none;
  }
}
.featured-card-slider__text a {
  text-decoration: underline;
}
.featured-card-slider__box {
  display: none;
}
.featured-card-slider__box .display-5,
.featured-card-slider__box .general-content h2,
.general-content .featured-card-slider__box h2,
.featured-card-slider__box .general-content .h2,
.general-content .featured-card-slider__box .h2 {
  margin-bottom: 0.813rem;
}
@media (min-width: 1200px) {
  .featured-card-slider__box .display-6 {
    font-size: 1.5rem;
    line-height: 108%;
    max-width: 13.875rem;
    margin-bottom: 1.375rem;
  }
}
.featured-card-slider__box p {
  font-weight: 400;
  max-width: 13.875rem;
  line-height: 143%;
}
.featured-card-slider__box .btn-text-link {
  display: flex;
  align-items: center;
  text-decoration-color: #2d2d2b;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.featured-card-slider__box .btn-text-link svg {
  margin-left: 5px;
}
.featured-card-slider__box .btn-text-link + .btn-text-link {
  margin-top: 0.75rem;
}
@media (min-width: 1200px) {
  .featured-card-slider__box .btn-text-link {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .featured-card-slider__box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    background-color: #ffbf0b;
    padding: 2.188rem 1.313rem 1.188rem;
    width: 50%;
    margin-top: -12.5rem;
    z-index: 100;
  }
}
@media (min-width: 1200px) {
  .featured-card-slider__box {
    width: 43.75%;
  }
}
@media (min-width: 1400px) {
  .featured-card-slider__box {
    width: 37.5%;
  }
}
@media screen and (min-width: 1919px) {
  .featured-card-slider__box {
    margin-top: -14.375rem;
  }
}
.featured-card-slider__next {
  display: none;
}
@media (min-width: 992px) {
  .featured-card-slider__next {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
  }
  .featured-card-slider__next:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.875rem;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
  .featured-card-slider__next .featured-card-slider__text {
    display: block;
  }
  .featured-card-slider__next .swiper__nav,
  .featured-card-slider__next .featured-card-slider__text {
    width: 100%;
    max-width: 18.938rem;
    margin: auto;
    padding-top: 4px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1919px) {
  .featured-card-slider__next .swiper__nav,
  .featured-card-slider__next .featured-card-slider__text {
    max-width: 25.188rem;
  }
}
@media (min-width: 992px) {
  .featured-card-slider__next .swiper__nav {
    margin-bottom: 0.938rem;
  }
  .featured-card-slider__next .swiper__nav > * {
    top: 0;
  }
}
@media (min-width: 992px) {
  .featured-card-slider__next .swiper {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    width: calc(100% + 4.4vw);
    z-index: 3;
  }
}
@media screen and (min-width: 992px) and (min-width: 1919px) {
  .featured-card-slider__next .swiper {
    width: calc(100% + 8.4vw);
  }
}
@media (min-width: 992px) {
  .featured-card-slider__next .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.featured-card-slider__next .featured-card-slider__image {
  position: relative;
  padding-top: 88.73%;
}
.featured-card-slider__next .featured-card-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .featured-card-slider--wide .featured-card-slider__text {
    max-width: 24.75rem;
    margin-left: 6%;
    margin-bottom: 2.5rem;
  }
  .featured-card-slider--wide .featured-card-slider__text p {
    max-width: 20.063rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1919px) {
  .featured-card-slider--wide .featured-card-slider__text {
    max-width: 31rem;
  }
  .featured-card-slider--wide .featured-card-slider__text p {
    max-width: 26.313rem;
  }
}
.featured-card-slider--wide .featured-card-slider__image {
  padding-top: 100%;
}
@media (min-width: 992px) {
  .featured-card-slider--wide .featured-card-slider__image {
    height: auto;
  }
}
@media (min-width: 992px) {
  .featured-card-slider--wide .featured-card-slider__featured {
    height: 100%;
  }
  .featured-card-slider--wide .featured-card-slider__featured > .swiper {
    height: 100%;
  }
}
@media (min-width: 1400px) {
  .featured-card-slider--wide .featured-card-slider__featured {
    height: 100%;
  }
  .featured-card-slider--wide .featured-card-slider__featured > .swiper {
    height: 100%;
  }
  .featured-card-slider--wide
    .featured-card-slider__featured
    > .swiper
    .swiper-slide {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .featured-card-slider--wide {
    padding-bottom: 0;
    margin-bottom: 11.75rem;
  }
}
@media screen and (min-width: 1919px) {
  .featured-card-slider--wide {
    margin-bottom: 12.5rem;
  }
}
@media (min-width: 992px) {
  .featured-card-slider--wide .swiper__nav {
    max-width: 24.75rem;
    margin-left: 6%;
  }
}
@media screen and (min-width: 1919px) {
  .featured-card-slider--wide .swiper__nav {
    max-width: 31rem;
  }
}
.feature-post[class*="bg-"] li span {
  background-color: #6d787e;
}
.feature-post .row {
  position: relative;
  width: 100%;
  margin: 0;
}
.feature-post .row:first-child .display-5,
.feature-post .row:first-child .general-content h2,
.general-content .feature-post .row:first-child h2,
.feature-post .row:first-child .general-content .h2,
.general-content .feature-post .row:first-child .h2 {
  margin-top: 5.625rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .feature-post .row:first-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .feature-post .row {
    flex-wrap: nowrap;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .feature-post .row {
    width: 100vw;
  }
}
@media all and (device-width: 1366px) and (device-height: 768px) and (orientation: landscape) {
  .feature-post .row {
    width: 100vw;
  }
}
@media (max-width: 767.98px) {
  .feature-post .row {
    flex-direction: column-reverse;
  }
}
.feature-post .sticky-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .feature-post .sticky-content {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.feature-post__feature {
  padding-top: 129%;
}
.feature-post__feature img {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-post__feature-text {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
}
.feature-post__feature-text span.h6 {
  padding: 4px 8px;
  background-color: #fff;
  display: block;
  color: #2d2d2b;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0.625rem;
  letter-spacing: -0.03em;
}
@media (min-width: 1200px) {
  .feature-post__feature-text span.h6 {
    margin-bottom: 1.25rem;
  }
}
.feature-post__feature-text a:not(.btn) {
  color: #2d2d2b;
  text-decoration: none;
}
.feature-post__feature-text a:not(.btn):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.feature-post__feature-text a:not(.btn):hover,
.feature-post__feature-text a:not(.btn):focus {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-underline-offset: 0.25rem;
  -webkit-text-underline-offset: 0.25rem;
  text-decoration-thickness: inherit;
  -webkit-text-decoration-thickness: inherit;
  text-decoration-color: transparent;
}
.feature-post__feature-text a:not(.btn):hover:hover,
.feature-post__feature-text a:not(.btn):focus:hover {
  text-decoration-color: inherit;
}
@media (min-width: 992px) {
  .feature-post__feature-text a:not(.btn):hover,
  .feature-post__feature-text a:not(.btn):focus {
    text-underline-offset: 0.25rem;
    -webkit-text-underline-offset: 0.25rem;
  }
}
.feature-post__feature-text a:not(.btn):focus {
  color: #2d2d2b;
  outline-color: #fff;
}
@media (min-width: 1200px) {
  .feature-post__feature-text {
    left: 3.75rem;
    bottom: 3.75rem;
    max-width: 27.875rem;
  }
}
@media screen and (min-width: 1919px) {
  .feature-post__feature-text {
    max-width: 34.125rem;
  }
}
.feature-post__body {
  padding-top: 3.125rem;
  padding-bottom: 4.375rem;
}
.feature-post__body .display-5,
.feature-post__body .general-content h2,
.general-content .feature-post__body h2,
.feature-post__body .general-content .h2,
.general-content .feature-post__body .h2 {
  display: none;
}
@media (min-width: 768px) {
  .feature-post__body .display-5,
  .feature-post__body .general-content h2,
  .general-content .feature-post__body h2,
  .feature-post__body .general-content .h2,
  .general-content .feature-post__body .h2 {
    display: block;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .feature-post__body .display-5,
  .feature-post__body .general-content h2,
  .general-content .feature-post__body h2,
  .feature-post__body .general-content .h2,
  .general-content .feature-post__body .h2 {
    margin-bottom: 3.75rem;
  }
}
@media (min-width: 992px) {
  .feature-post__body {
    padding-top: 7.5rem;
    max-width: calc(100% - 4.251rem);
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .feature-post__body {
    max-width: calc(100% - 4.876rem);
  }
}
@media screen and (min-width: 1919px) {
  .feature-post__body {
    max-width: calc(100% - 8.813rem);
  }
}
.feature-post__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.feature-post__list li:not(:last-child) {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid;
}
@media (min-width: 1200px) {
  .feature-post__list li:not(:last-child) {
    padding-bottom: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.feature-post__list li:nth-child(even) > div {
  flex-direction: row-reverse;
}
.feature-post__list li:nth-child(even) > div .feature-post__text {
  margin-left: 0;
}
.feature-post__item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.feature-post__image {
  position: relative;
  padding-top: 38.21%;
  height: 6.938rem;
  width: calc(40% - 0.625rem);
}
@media (min-width: 992px) {
  .feature-post__image {
    padding-top: 38.21%;
    width: calc(50% - 0.938rem);
  }
}
@media (min-width: 1200px) {
  .feature-post__image {
    height: auto;
  }
}
.feature-post__image img {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-post__image span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 3px 5px 0 3px;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
  list-style: 117%;
}
@media (min-width: 992px) {
  .feature-post__image span {
    padding: 8px 12px 4px 0;
    font-size: 1rem;
  }
}
.feature-post__text {
  width: calc(60% - 0.625rem);
}
.feature-post__text a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.feature-post__text a:focus:before,
.feature-post__text a:focus-within:before {
  outline: 2px dotted;
  outline-offset: 2px;
}
.feature-post__text .h4 {
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .feature-post__text .h4 {
    font-size: 1.25rem;
    line-height: 135%;
    margin-bottom: 0.938rem;
  }
}
.feature-post__text p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 143%;
}
@media (min-width: 992px) {
  .feature-post__text {
    width: calc(50% - 0.938rem);
    max-width: 18.688rem;
    margin-right: auto;
    margin-left: 1.875rem;
  }
}
.full-img-card-scroll {
  position: relative;
  z-index: 3;
  background-color: #2d2d2b;
}
@media only screen and (min-width: 1024px) and (orientation: landscape) {
  .full-img-card-scroll__inner {
    margin-top: 5rem;
  }
}
.full-img-card-scroll__img {
  position: -moz-sticky;
  position: -o-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 0;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  background-color: #2d2d2b;
  z-index: -1;
}
.full-img-card-scroll__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-img-card-scroll .display-1.overlap {
  position: relative;
  transform: rotate(-180deg) translateY(-19%);
}
.full-img-card-scroll .display-1.overlap-top {
  position: relative;
  transform: rotate(-180deg) translateY(19%);
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  .full-img-card-scroll .display-1.overlap-top {
    transform: rotate(-180deg) translateY(9%);
  }
}
.full-img-card-scroll__cards {
  position: relative;
  min-height: 100vh;
  padding-bottom: 100vh;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .full-img-card-scroll .col-lg-6 {
    margin-bottom: 50%;
  }
  .full-img-card-scroll .col-lg-6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .full-img-card-scroll .col-lg-6:nth-child(even) {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .full-img-card-scroll .col-lg-6:nth-child(even) {
    margin-top: 72%;
    margin-bottom: 26%;
  }
  .full-img-card-scroll .col-lg-6:nth-child(even):last-child {
    margin-bottom: 0;
  }
}
.full-img-card-scroll + .panel-p {
  padding-top: 11.25rem;
}
@media (min-width: 768px) {
  .full-img-card-scroll + .panel-p {
    padding-top: 13.75rem;
  }
}
@media (min-width: 1200px) {
  .full-img-card-scroll + .panel-p {
    padding-top: 16.25rem;
  }
}
.full-img-links {
  position: relative;
  background-color: #2d2d2b;
}
.full-img-links .inner {
  position: relative;
}
.full-img-links .row {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.875rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .full-img-links .row {
    bottom: 5.625rem;
  }
}
.full-img-links .display-1 {
  color: #fff;
  writing-mode: vertical-lr;
  transform: rotate(-180deg) translateY(-32%);
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) {
  .full-img-links .display-1 {
    transform: rotate(-180deg) translateY(calc(-1.875rem - 25%));
  }
}
@media (min-width: 992px) {
  .full-img-links .display-1 {
    transform: rotate(-180deg) translateY(calc(-5.625rem - 25%));
  }
}
.full-img-links__image {
  position: relative;
  padding-top: 179.48%;
}
.full-img-links__image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .full-img-links__image {
    padding-top: 67.73%;
  }
}
.full-img-links__links > a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration-color: transparent;
}
@media (min-width: 768px) {
  .full-img-links__links > a {
    width: -moz-max-content;
    width: max-content;
  }
}
.full-img-links__links > a:focus {
  outline-color: #fff;
}
.full-img-links__links > a:hover {
  background: #fff;
}
.full-img-links__links > a:not(:last-child) {
  margin-bottom: 4px;
}
.full-img-links__links > a:last-child {
  margin-bottom: 0;
}
.full-video {
  position: relative;
  overflow: hidden;
}
.full-video .row {
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto auto 0;
}
.full-video .text-highlight {
  color: #2d2d2b;
}
.full-video__image-text-wrapper {
  position: relative;
  background-color: #2d2d2b;
}
@media (min-width: 992px) {
  .full-video__image-text-wrapper {
    z-index: 2;
  }
}
.full-video__image-text-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000001a;
  z-index: 2;
}
.full-video .col-1 {
  padding: 0;
}
.full-video__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  min-height: 100vh;
  padding-bottom: 2.5rem;
  padding-top: 5rem;
  z-index: 4;
}
@media (min-width: 992px) {
  .full-video__text {
    padding-bottom: 3.75rem;
    padding-top: 10rem;
  }
}
.full-video__text p {
  line-height: 1.25;
  margin-bottom: 0;
}
.full-video__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.full-video__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.full-video .btn-play {
  z-index: 5;
}
.full-video .btn-play:focus {
  outline-color: #fff;
}
.full-video__transcript {
  margin-top: 0.938rem;
}
.general-content {
  overflow: auto;
}
.general-content p,
.general-content ul,
.general-content ol {
  font-weight: 400;
  font-size: clamp(0.8625rem, 0.7875rem + 0.375vw, 1.125rem);
  line-height: 1.7;
  font-family: Graphik Web, 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";
  margin-bottom: 1.75rem;
}
.general-content p strong,
.general-content ul strong,
.general-content ol strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .general-content p,
  .general-content ul,
  .general-content ol {
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 1919px) {
  .general-content p,
  .general-content ul,
  .general-content ol {
    font-size: 1.25rem;
  }
}
.general-content p:last-child,
.general-content ul:last-child,
.general-content ol:last-child {
  margin-bottom: 0;
}
.general-content ul {
  padding-left: 0;
  list-style-position: outside;
  margin-left: 0.875rem;
  list-style-type: "\2014";
}
.general-content ul li {
  position: relative;
  margin-bottom: 0.375rem;
  padding-left: 1.25rem;
}
.general-content ul li::marker {
  color: #2d2d2b;
}
.general-content ul li:last-child {
  margin-bottom: 0;
}
.bg-black .general-content ul li::marker {
  color: #ffbf0b;
}
.bg-gray .general-content ul li::marker {
  color: #fff;
}
.general-content table {
  font-weight: 400;
  font-size: clamp(0.8625rem, 0.7875rem + 0.375vw, 1.125rem);
  line-height: 1.7;
  font-family: Graphik Web, 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";
  margin-bottom: 1.75rem;
}
.general-content table strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .general-content table {
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 1919px) {
  .general-content table {
    font-size: 1.25rem;
  }
}
.general-content table:last-child {
  margin-bottom: 0;
}
.general-content.bg-black ul li::marker {
  color: #ffbf0b;
}
.general-content.bg-gray ul li::marker {
  color: #fff;
}
*:first-child + .general-content p > strong,
.general-content:first-child p > strong {
  margin-bottom: 3.125rem;
  display: block;
  font-size: clamp(0.9875rem, 0.9125rem + 0.375vw, 1.25rem);
}
@media screen and (min-width: 1919px) {
  *:first-child + .general-content p > strong,
  .general-content:first-child p > strong {
    font-size: 1.375rem;
  }
}
*:first-child + .general-content p:last-child > strong,
.general-content:first-child p:last-child > strong {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .img-gallery .lead {
    margin-bottom: 0;
  }
}
.img-gallery .lead + p,
.img-gallery .lead + ul {
  margin-top: 1.875rem;
}
.img-gallery .lead + p:last-child,
.img-gallery .lead + ul:last-child {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .img-gallery .lead + p:last-child,
  .img-gallery .lead + ul:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .img-gallery .lead + p,
  .img-gallery .lead + ul {
    margin-top: 2.5rem;
  }
}
.img-gallery .lead ~ p,
.img-gallery .lead ~ ul {
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: 0.01em;
  white-space: pre-line;
}
.img-gallery .lead ~ ul {
  list-style: none;
  padding-left: 1.2rem;
  margin-bottom: 1.25rem;
  white-space: unset;
}
.img-gallery .lead ~ ul li {
  position: relative;
  line-height: 138%;
}
.img-gallery .lead ~ ul li:not(:last-child) {
  margin-bottom: 8px;
}
.img-gallery .lead ~ ul li:before {
  content: "";
  position: absolute;
  right: calc(100% + 0.625rem);
  top: 0;
  bottom: 0;
  width: 0.625rem;
  height: 2px;
  margin: auto;
  background-color: #2d2d2b;
}
.img-gallery .swiper {
  padding-top: 3.75rem;
}
@media (min-width: 992px) {
  .img-gallery .swiper {
    padding-top: 5rem;
  }
}
.img-gallery .swiper__nav {
  margin-top: -1.25rem;
  position: absolute;
  top: 0;
  right: 0;
}
.img-gallery .square {
  position: relative;
  width: 56.047528304%;
  padding-top: 56.047528304%;
}
@media (min-width: 992px) {
  .img-gallery .square {
    width: 31.2692112114%;
    padding-top: 31.2692112114%;
  }
}
.img-gallery .landscape {
  position: relative;
  width: 82.9503418899%;
  padding-top: 56.047528304%;
}
@media (min-width: 992px) {
  .img-gallery .landscape {
    width: 46.2966476673%;
    padding-top: 31.2692112114%;
  }
}
.img-gallery figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-gallery figure img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.img-gallery.invert .lead ~ ul li:before {
  background-color: #fff;
}
.img-text-banner.bg-black .btn,
.img-text-banner.bg-gray .btn {
  background: #fff;
  border-color: #fff;
  color: #2d2d2b;
}
.img-text-banner__text {
  max-width: 21.688rem;
}
@media screen and (min-width: 1919px) {
  .img-text-banner__text {
    max-width: 25rem;
  }
}
.img-text-banner__text h2.h6,
.img-text-banner__text .h6.h2 {
  display: block;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
.img-text-banner__text p {
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.57;
  max-width: 20.813rem;
  margin-bottom: 0;
  margin-top: 1.25rem;
}
@media screen and (min-width: 1919px) {
  .img-text-banner__text p {
    max-width: 30rem;
  }
}
.img-text-banner__text .display-6,
.img-text-banner__text .display-5,
.img-text-banner__text .general-content h2,
.general-content .img-text-banner__text h2,
.img-text-banner__text .general-content .h2,
.general-content .img-text-banner__text .h2 {
  margin: 0;
}
.img-text-banner__text blockquote > * {
  font-weight: 700;
  font-family: Sharp Sans No1, sans-serif;
  line-height: 1.23;
  max-width: 21.688rem;
  letter-spacing: 0;
}
@media screen and (min-width: 1919px) {
  .img-text-banner__text blockquote > * {
    max-width: 32rem;
  }
}
.img-text-banner__text .btn {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-top: 1.875rem;
}
.img-text-banner__text .btn svg {
  margin-left: 0.625rem;
}
.img-text-banner__text .btn + .btn {
  margin-top: 0.938rem;
}
.img-text-banner__image {
  position: relative;
  padding-top: 59.39%;
}
.img-text-banner__image img {
  position: absolute;
  top: 0;
  left: 0;
}
.img-text-slider {
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
  .img-text-slider {
    display: flex;
  }
}
.img-text-slider__inner {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .img-text-slider__inner {
    padding-top: 7.5rem;
  }
}
@media (max-width: 991.98px) {
  .img-text-slider__inner {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .img-text-slider__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 7.5rem;
  }
}
.img-text-slider__title {
  margin-bottom: 1.25rem;
  padding: 0.25rem 0.5rem;
  background-color: #ffbf0b;
  font-weight: 600;
  display: inline-block;
}
.img-text-slider__image {
  position: relative;
  padding-top: 129.729%;
}
@media (min-width: 992px) {
  .img-text-slider__image {
    width: 50%;
    margin-left: -50%;
    padding-top: 64.8645%;
  }
}
.img-text-slider__pause {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
  border: 0;
  background-color: transparent;
  margin-top: 1.25rem;
}
.img-text-slider__pause span:first-child {
  margin-left: 0.5rem;
}
.img-text-slider__pause span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
  border-radius: 100px;
  background-color: #2d2d2b;
  border: 0;
  z-index: 2;
}
.img-text-slider__pause span:last-child:focus,
.img-text-slider__pause span:last-child:focus-within,
.img-text-slider__pause span:last-child:focus-visible,
.img-text-slider__pause span:last-child:active {
  outline: 2px dotted !important;
  outline-color: #2d2d2b;
}
.img-text-slider__pause span:last-child:hover,
.img-text-slider__pause span:last-child.active {
  background-color: #6d787e;
}
.img-text-slider__pause span:last-child svg {
  color: #fff;
}
.img-text-slider__pause span:last-child svg:last-child {
  display: none;
  padding: 4px;
}
@media (min-width: 992px) {
  .img-text-slider__pause span:last-child {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.img-text-slider__pause.active span:last-child,
.img-text-slider__pause:hover span:last-child {
  background-color: #6d787e;
}
.img-text-slider__pause.active span:last-child svg:first-child {
  display: none;
}
.img-text-slider__pause.active span:last-child svg:last-child {
  display: block;
}
.img-text-slider__pause:focus-visible {
  margin: 1.25rem 0.625rem;
}
.img-text-slider .btn:focus {
  margin: 10px;
}
.img-text-slider .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-text-slider .swiper.img-text-slider__btns {
  position: relative;
  height: auto;
}
.img-text-slider .swiper-pagination {
  width: 100%;
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .img-text-slider .swiper-pagination {
    width: 50%;
    padding-right: 1.25rem;
  }
}
.img-text-slider .swiper-pagination-bullet {
  display: block;
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: clamp(1.875rem, 1.5179rem + 1.7857vw, 3.125rem);
  font-weight: 700;
  font-family: Sharp Sans No1, sans-serif;
  color: #949494;
  transition: color 0.25s;
  text-align: left;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.img-text-slider .swiper-pagination-bullet-active {
  color: #2d2d2b;
}
.interactive-text p {
  font-size: clamp(2rem, 1.6786rem + 1.6071vw, 3.125rem);
  line-height: 1.12;
  font-family: Sharp Sans No1, sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1919px) {
  .interactive-text p {
    font-size: 3.75rem;
  }
}
.interactive-text p > *[role="button"] {
  outline: 0.188rem solid #2d2d2b;
  padding: 0 0.5rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  outline-offset: -0.313rem;
  transition: outline 0.2s;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .interactive-text p > *[role="button"] {
    outline-offset: -0.344rem;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .interactive-text p > *[role="button"] {
    outline-offset: -0.438rem;
  }
}
@media screen and (min-width: 1919px) {
  .interactive-text p > *[role="button"] {
    outline-offset: -0.5rem;
  }
}
.interactive-text p > *[role="button"]:hover,
.interactive-text p > *[role="button"]:focus {
  outline-width: 0.438rem;
}
.interactive-text p:last-child {
  margin-bottom: 0;
}
.interactive-text + .panel-compress {
  margin-top: -2.5rem;
}
@media (min-width: 992px) {
  .interactive-text + .panel-compress {
    margin-top: -5.625rem;
  }
}
@media (max-width: 991.98px) {
  .listing-search {
    padding-top: 1.438rem;
    padding-bottom: 2.625rem;
  }
}
@media (min-width: 992px) {
  .listing-search {
    padding-top: 6.25rem;
  }
}
.listing-search .row > *,
.listing-search #keywordKeywords {
  position: relative;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .listing-search .row > *,
  .listing-search #keywordKeywords {
    margin-bottom: 1.75rem;
  }
}
.listing-search .form-control,
.listing-search .form-select,
.listing-search input[type="text"]:not(.form-control) {
  margin-bottom: 0;
  font-weight: 600;
}
.listing-search .form-control::-moz-placeholder,
.listing-search .form-select::-moz-placeholder,
.listing-search input[type="text"]:not(.form-control)::-moz-placeholder {
  color: #fff;
}
.listing-search .form-control::placeholder,
.listing-search .form-select::placeholder,
.listing-search input[type="text"]:not(.form-control)::placeholder {
  color: #fff;
}
@media (min-width: 1200px) {
  .listing-search .form-control,
  .listing-search .form-select {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.listing-search .btn-form-search {
  right: 1.25rem;
}
@media (min-width: 1200px) {
  .listing-search .btn-form-search {
    right: 1.75rem;
  }
}
.listing-search #keywordKeywords legend,
.listing-search #keywordKeywords label,
.listing-search #searchoptions-generic legend,
.listing-search #searchoptions-generic label {
  position: absolute;
  left: -62.5rem;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.listing-search #keywordKeywords input[type="text"],
.listing-search #searchoptions-generic input[type="text"] {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.05 20.0901C12.3128 20.0917 14.5092 19.3248 16.2796 17.915L22.3625 24L24 22.3619L17.9171 16.2769C19.3276 14.4932 20.0912 12.2834 20.0831 10.0092C20.0749 7.7349 19.2955 5.5307 17.8724 3.75711C16.4492 1.98353 14.4666 0.745541 12.2487 0.245658C10.0308 -0.254225 7.70896 0.0135834 5.66299 1.00528C3.61702 1.99697 1.96801 3.65385 0.985697 5.70489C0.00338571 7.75593 -0.254084 10.0797 0.255403 12.2962C0.764889 14.5126 2.01117 16.4905 3.7904 17.9063C5.56963 19.3221 7.77647 20.0921 10.05 20.0901V20.0901ZM10.05 2.3181C11.5777 2.3181 13.0711 2.77128 14.3413 3.62033C15.6116 4.46938 16.6016 5.67617 17.1863 7.08809C17.7709 8.50001 17.9239 10.0536 17.6258 11.5525C17.3278 13.0514 16.5921 14.4282 15.5118 15.5089C14.4316 16.5895 13.0553 17.3254 11.5569 17.6236C10.0585 17.9217 8.50544 17.7687 7.09401 17.1839C5.68259 16.599 4.47622 15.6087 3.62747 14.338C2.77871 13.0673 2.32569 11.5733 2.32569 10.0451C2.32569 7.99576 3.1395 6.03037 4.58808 4.58128C6.03666 3.13219 8.00136 2.3181 10.05 2.3181V2.3181Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 0.875rem;
  padding-right: 2.5rem;
}
@media (min-width: 1200px) {
  .listing-search #keywordKeywords input[type="text"],
  .listing-search #searchoptions-generic input[type="text"] {
    padding-right: 3.75rem;
    background-size: 1.5rem;
    background-position: right 1.25rem center;
  }
}
@media (min-width: 992px) {
  .listing-search #searchoptions-generic {
    width: 50%;
  }
}
.listing-search .card {
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .listing-search .card {
    margin-top: 3rem;
  }
}
.media-grid__row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}
.media-grid__row > div {
  margin-bottom: 1.25rem;
}
.media-grid__row > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .media-grid__row > div {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .media-grid__row {
    flex-wrap: nowrap;
    margin-bottom: 2.5rem;
  }
}
.media-grid__row:last-child {
  margin-bottom: 0;
}
.media-grid .btn-play:focus {
  outline-color: #fff;
}
.media-grid__1 {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .media-grid__1 {
    width: 38%;
    padding-top: 38%;
    margin-right: 2.5rem;
  }
  .flipped .media-grid__1 {
    margin-right: 0;
    margin-left: 2.5rem;
  }
}
.media-grid__2 {
  position: relative;
  width: 100%;
  padding-top: 64.8351648352%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .media-grid__2 {
    width: calc(62% - 2.5rem);
    padding-top: 0;
  }
}
.media-grid figure {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.media-grid figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .media-grid .flipped {
    flex-direction: row-reverse;
  }
}
.media-grid__transcript {
  position: absolute;
  top: 0.938rem;
  left: 0.938rem;
  opacity: 1;
  z-index: 10;
}
.pagination {
  font-weight: 700;
}
.pagination .prev a,
.pagination .next a {
  border: 0;
}
.pagination .prev svg,
.pagination .next svg {
  fill: transparent;
}
.pagination .prev svg {
  transform: scaleX(-1);
}
.pagination .page-item {
  display: flex;
  align-items: center;
}
.pagination .page-item .page-link--text {
  padding: 0;
  border: 0;
  font-size: 0.875rem;
  text-decoration: underline;
}
.pagination .page-item .page-link--text:hover {
  background: none;
  color: #2d2d2b;
}
.pagination .page-item p,
.pagination .page-item .page-numbers {
  border: 0;
  margin-bottom: 0;
  pointer-events: none;
}
.pagination .page-item p em,
.pagination .page-item .page-numbers em {
  font-weight: 400;
  font-style: normal;
  padding: 0 2px;
}
.pagination .page-link.active,
.pagination .active > .page-link {
  border-color: #2d2d2b;
}
@media screen and (min-width: 280px) and (max-width: 376px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .pagination {
    justify-content: space-between;
  }
  .pagination .page-item:not(:first-child) .page-link {
    margin-left: 4px;
  }
  .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    height: 2.133rem;
  }
  .pagination .page-item .page-link--text {
    padding: 0;
    border: 0;
    font-size: 0.875rem;
    margin: 0;
  }
  .pagination .page-item .page-link--text:hover {
    background: none;
    color: #2d2d2b;
  }
}
@media (max-width: 575.98px) {
  .pagination .page-item:not(:first-child) .page-link {
    margin-left: 4px;
  }
  .pagination .page-item .page-link {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    height: 2.133rem;
  }
  .pagination .page-item .page-link--text {
    padding: 0;
    border: 0;
    font-size: 0.875rem;
    margin: 0;
  }
  .pagination .page-item .page-link--text:hover {
    background: none;
    color: #2d2d2b;
  }
}
@media screen and (min-width: 280px) and (max-width: 376px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .pagination--short {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .pagination--short {
    justify-content: center;
  }
}
.pagination--short .page-link {
  line-height: 1.142;
}
.pagination--short .page-link:hover,
.pagination--short .page-link:focus,
.pagination--short .page-link.active {
  border-color: #2d2d2b;
  background-color: #ffbf0b;
  color: #2d2d2b;
}
@media (min-width: 1200px) {
  .pagination--short .page-link {
    font-size: 0.875rem;
  }
}
.pagination--short .prev a,
.pagination--short .next a {
  display: flex;
  align-items: center;
  border: 2px solid;
}
.pagination--short .next a svg {
  margin-left: 0.5rem;
}
.pagination--short .prev a:hover {
  border-color: #2d2d2b;
}
.pagination--short .prev a svg {
  margin-right: 0.5rem;
}
.popout {
  opacity: 0;
  visibility: hidden;
}
.popout.show {
  opacity: 1;
  visibility: visible;
}
.popout .modal-dialog {
  background: rgba(45, 45, 43, 0.5);
}
.popout .modal-content {
  width: 80vw;
  margin-left: auto;
}
@media (min-width: 992px) {
  .popout .modal-content {
    width: 50vw;
  }
}
.popout .modal-body {
  background-color: #2d2d2b;
}
.popout .modal-fullscreen .modal-text {
  width: 100%;
}
.popout .modal-fullscreen .modal-image {
  padding-top: 100vh;
  width: 100%;
  position: relative;
  -webkit-mask-image: none;
  mask-image: none;
}
@media (max-width: 767.98px) {
  .popout .modal-fullscreen .modal-image {
    padding-top: 172.69%;
  }
}
.popout .modal-fullscreen .modal-image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: 20% 20%;
  object-position: 20% 20%;
}
.popout .modal-close {
  position: absolute;
  top: 0.938rem;
  right: 0.938rem;
  background: none;
  border: 0;
  border-radius: 100px;
  width: 3.125rem;
  height: 3.125rem;
}
.popout .modal-close svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .popout .modal-close {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.popout .modal-text-box {
  position: absolute;
  bottom: 0;
  background: #ffbf0b;
  padding: 2.813rem 2.188rem 2.5rem;
}
.popout .modal-text-box .btn-secondary {
  position: absolute;
  right: 0;
  bottom: 100%;
}
.popout .modal-text-box .display-4 {
  margin-bottom: 0.938rem;
}
@media (min-width: 1200px) {
  .popout .modal-text-box .display-4 {
    font-size: 4.375rem;
    line-height: 103%;
    margin-bottom: 1.25rem;
  }
}
.popout .modal-text-box span,
.popout .modal-text-box p {
  display: block;
  font-size: 0.875rem;
  font-family: Sharp Sans No1, sans-serif;
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .popout .modal-text-box span,
  .popout .modal-text-box p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .popout .modal-text-box span,
  .popout .modal-text-box p {
    margin-bottom: 2.5rem;
  }
}
.popout .modal-text-box p {
  font-weight: 500;
  margin-bottom: 1.125rem;
}
@media (min-width: 1200px) {
  .popout .modal-text-box p {
    margin-bottom: 1.188rem;
  }
}
.popout .modal-text-box .btn-text-link {
  text-decoration-color: #2d2d2b;
  font-weight: 700;
}
.popout .modal-text-box ul {
  list-style: none;
  margin: 0;
}
.popout .modal-text-box ul li {
  position: relative;
  padding-left: 1.813rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 23 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 13L0.499999 25.9904L0.5 0.00961778L23 13Z' fill='%232D2D2B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left;
}
.popout .modal-text-box ul li:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 767.98px) {
  .popout .modal-text-box ul li {
    padding-left: 1.25rem;
  }
  .popout .modal-text-box ul li a {
    font-size: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .popout .modal-text-box {
    padding: 5.25rem 3.375rem 3rem 2.688rem;
    max-width: 29.813rem;
  }
}
.profiles-slider__inner {
  position: relative;
}
.profiles-slider .swiper {
  position: static;
}
.profiles-slider a:focus {
  margin: 10px;
}
.profiles-slider .swiper__nav {
  position: absolute;
  top: 0;
  right: 0;
}
.pull-quote figure {
  position: relative;
  margin-bottom: 0;
  padding-left: 3.25rem;
}
.pull-quote figure:before {
  content: "";
  position: absolute;
  top: 0.188rem;
  bottom: 0.313rem;
  left: 0;
  width: 0.75rem;
  background-color: #ffbf0b;
}
@media (min-width: 1200px) {
  .pull-quote figure:before {
    top: 0.313rem;
    bottom: 0.438rem;
  }
}
.pull-quote blockquote {
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .pull-quote blockquote {
    margin-bottom: 1.875rem;
  }
}
.pull-quote blockquote p {
  margin-bottom: 0;
}
.pull-quote figcaption {
  font-weight: 400;
  font-size: clamp(0.8625rem, 0.7875rem + 0.375vw, 1.125rem);
  line-height: 1.7;
  font-family: Graphik Web, 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";
  margin-bottom: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}
.pull-quote figcaption strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .pull-quote figcaption {
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 1919px) {
  .pull-quote figcaption {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .pull-quote figcaption {
    margin-bottom: 0;
  }
}
.quick-links .row + .row {
  margin-top: 1.875rem;
}
@media (min-width: 992px) {
  .quick-links .row + .row {
    margin-top: 4.25rem;
  }
}
.search-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(109, 120, 126, 0.6);
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .search-sort {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .search-sort {
    margin-bottom: 4.375rem;
  }
}
.search-sort select {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.search-sort span,
.search-sort label,
.search-sort select {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 0;
}
.search-sort select:focus {
  box-shadow: 0 0 0 0.25rem #2d2d2bb3;
  outline: 0;
}
.search-sort__result {
  display: block;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .search-sort__result + form {
    margin-top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .search-sort__result {
    font-size: 1rem;
  }
}
.share {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  position: sticky;
  top: 1.875rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .share {
    position: sticky;
    width: 100%;
    margin-top: 7.5rem;
    pointer-events: none;
  }
}
@media (min-width: 1200px) {
  .share {
    top: 0;
    height: 0;
    margin-top: 10rem;
    padding-top: 3.125rem;
    margin-bottom: -10rem;
  }
}
.share__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.share__buttons .btn-share.disabled {
  opacity: 0.7;
  pointer-events: none;
}
.share__buttons .btn-share.active {
  opacity: 1;
  pointer-events: all;
  transition: all 0.01s ease-in-out;
}
.share__buttons:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 1.25rem);
  height: calc(100% + 1.25rem);
  background: #fff;
  padding: 1.25rem;
}
@media (min-width: 1200px) {
  .share__buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.share__buttons > * {
  position: relative;
  pointer-events: auto;
}
.share__buttons > *:not(:last-child) {
  margin-right: 0.375rem;
}
@media (min-width: 1200px) {
  .share__buttons > *:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.938rem;
  }
}
.share__trigger {
  position: relative;
}
.share__trigger button {
  color: inherit;
}
.share__trigger button.active + .share__tooltip {
  opacity: 1;
  z-index: 2;
}
@media (min-width: 768px) {
  .share__trigger button.active + .share__tooltip {
    border-radius: 0 6.25rem 6.25rem 0;
  }
}
@media (min-width: 768px) {
  .share__trigger button.active {
    opacity: 1;
    border-radius: 6.25rem 0 0 6.25rem;
  }
}
.share__tooltip {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: calc(100% + 0.375rem);
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #2d2d2b;
  padding: 0.75rem;
  border-radius: 3.125rem;
  opacity: 0;
  z-index: -1;
  transition: all 0.25s ease-in-out;
  color: #fff;
}
.share__tooltip li {
  display: inline-flex;
}
.share__tooltip li span {
  display: inline-flex;
  margin: 0 4px 0 0;
  font-size: 0.75rem;
  line-height: 117%;
  font-family: Graphik Web, 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";
  font-weight: 500;
  color: #fff;
}
.share__tooltip li button {
  padding: 0 7px;
  background: none;
  border: 0;
  color: inherit;
}
.share__tooltip li button:focus {
  outline-color: #fff;
}
.share__tooltip li button svg {
  width: 0.875rem;
  height: 0.875rem;
  color: #fff;
  fill: #fff;
}
@media screen and (max-width: 415px) and (orientation: portrait) {
  .share__tooltip.result {
    left: calc(-100% - 3.75rem);
    top: 3.75rem;
  }
}
@media (min-width: 768px) {
  .share__tooltip {
    padding: 0.938rem 1.125rem;
    left: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .share__tooltip {
    height: 100%;
  }
}
.social__inner {
  position: relative;
}
@media (min-width: 768px) {
  .social__title,
  .social__text {
    margin-left: 50%;
  }
}
.social__title {
  margin-right: 5.875rem;
}
.social__text {
  margin-top: 1.875rem;
}
.social__text p,
.social__text ul,
.social__text ol {
  font-weight: 400;
  font-size: clamp(0.8625rem, 0.7875rem + 0.375vw, 1.125rem);
  line-height: 1.7;
  font-family: Graphik Web, 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";
  margin-bottom: 1.75rem;
  font-weight: 500;
}
.social__text p strong,
.social__text ul strong,
.social__text ol strong {
  font-weight: 600;
}
@media (min-width: 1200px) {
  .social__text p,
  .social__text ul,
  .social__text ol {
    margin-bottom: 2.125rem;
  }
}
@media screen and (min-width: 1919px) {
  .social__text p,
  .social__text ul,
  .social__text ol {
    font-size: 1.25rem;
  }
}
.social__text p:last-child,
.social__text ul:last-child,
.social__text ol:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .social__text {
    margin-top: 3.5rem;
  }
}
.social .swiper {
  position: static;
}
.social .swiper__nav {
  position: absolute;
  top: 0;
  right: 0;
}
.social-card.image-square {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.social-card.image-square i {
  position: absolute;
  top: 0.938rem;
  right: 0.938rem;
  font-size: 1.5rem;
  z-index: 10;
}
.social-card.image-square a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: rotate(-180deg);
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.3) 14.06%,
    rgba(0, 0, 0, 0) 100%
  );
}
.social-card.image-square a:focus:before {
  outline: 2px dotted;
  outline-offset: 4px;
}
.social-card.image-square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-yellow .social-card {
  color: #fff;
}
.panel-m:not(div[class^="bg-"]) .social-card {
  color: #fff;
}
.stats-banner .row + .row {
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .stats-banner .row + .row {
    margin-top: 7.5rem;
  }
}
.stats-banner__text {
  margin: auto;
}
.stats-banner__text .lead {
  margin-bottom: 0;
}
.stats-banner:not(.bg-black):not(.bg-yellow):not(.bg-gray)
  .stats-card__body
  > * {
  color: #fff;
}
.text-banner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.text-banner h2,
.text-banner .h2,
.text-banner p,
.text-banner ul,
.text-banner ol {
  font-size: clamp(1.25rem, 1.1607rem + 0.4464vw, 1.5625rem);
  font-family: Sharp Sans No1, sans-serif;
  font-weight: 700;
  line-height: 1.16;
}
.text-banner h2:last-child,
.text-banner .h2:last-child,
.text-banner p:last-child,
.text-banner ul:last-child,
.text-banner ol:last-child {
  margin-bottom: 0;
}
.text-banner a {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-underline-offset: 0.25rem;
  -webkit-text-underline-offset: 0.25rem;
  text-decoration-thickness: inherit;
  -webkit-text-decoration-thickness: inherit;
  text-decoration-color: transparent;
  text-decoration-color: #2d2d2b;
  -webkit-text-decoration-color: #2d2d2b;
}
.text-banner a:hover {
  text-decoration-color: inherit;
}
@media (min-width: 992px) {
  .text-banner a {
    text-underline-offset: 0.25rem;
    -webkit-text-underline-offset: 0.25rem;
  }
}
.text-banner a:hover,
.text-banner a:focus {
  text-decoration-thickness: 0.188rem;
  -webkit-text-decoration-thickness: 0.188rem;
}
.fees-banner .row + .row {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .fees-banner .row + .row {
    margin-top: 2.5rem;
  }
}
.fees-banner__header .display-5,
.fees-banner__header .general-content h2,
.general-content .fees-banner__header h2,
.fees-banner__header .general-content .h2,
.general-content .fees-banner__header .h2 {
  margin-bottom: 0;
}
.fees-banner__tabs {
  margin-top: 1.25rem;
}
@media (min-width: 992px) {
  .fees-banner__tabs {
    margin-top: 2.5rem;
  }
}
.fees-banner__tabs button:not(:last-child) {
  margin-right: 0.875rem;
}
.fees-banner__cards {
  display: none;
  margin-bottom: 5.438rem;
}
.fees-banner__cards.active {
  display: flex;
}
.fees-banner__cards .h5.italic {
  font-weight: 400;
  font-style: italic;
  margin-bottom: 0;
  padding-top: 0.625rem;
}
.fees-banner__cards .h5.italic.active {
  display: flex;
  align-items: center;
  padding-top: 0;
  text-align: left;
  height: 100%;
}
@media (min-width: 992px) {
  .fees-banner__cards .h5.italic.active {
    font-size: 1.25rem;
    line-height: 160%;
    max-width: 22.75rem;
  }
}
@media (min-width: 992px) {
  .fees-banner__cards {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .fees-banner__text .display-6 {
    margin-bottom: 1.875rem;
  }
}
.fees-banner__text p {
  font-weight: 400;
  max-width: 32.813rem;
}
@media (min-width: 992px) {
  .fees-banner__text p {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1919px) {
  .fees-banner__text p {
    max-width: 43.75rem;
  }
}
.fees-banner__text .btn:not(:last-child) {
  margin-right: 0.875rem;
}
@media (max-width: 991.98px) {
  .fees-banner__text .btn:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}
.fees-banner--shallow .row + .row {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .fees-banner--shallow .fees-card {
    min-height: 25.813rem;
  }
  .fees-banner--shallow .fees-card .stats-card__body {
    padding: 6.25rem 1.5rem 4.938rem;
  }
}
.fees-banner--shallow .h5.italic {
  text-align: center;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  .fees-banner--shallow .h5.italic {
    padding-top: 1.25rem;
    max-width: 38.938rem;
    margin: auto;
  }
}
@media screen and (min-width: 1919px) {
  .fees-banner--shallow .h5.italic {
    max-width: 43.75rem;
  }
}
@media (min-width: 992px) {
  .img-text-col__row {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .img-text-col--right .img-text-col__row {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .img-text-col__col {
    width: calc(50% - 1.25rem);
  }
  .img-text-col__col:first-child {
    width: calc(50% + 1.25rem);
  }
}
.img-text-col__image {
  position: relative;
  padding-top: 129.729%;
}
.img-text-col__image img {
  position: absolute;
  top: 0;
}
.img-text-col__image img.active {
  z-index: 1;
}
.img-text-col__image img.active + .text-highlight {
  display: block;
}
.img-text-col__image .text-highlight {
  position: absolute;
  margin: 0;
  bottom: 1.875rem;
  left: 1.25rem;
  z-index: 2;
}
@media (min-width: 992px) {
  .img-text-col__image .text-highlight {
    bottom: 3.125rem;
    left: 3rem;
  }
}
.img-text-col__text {
  padding: 3.75rem 0;
}
.img-text-col__text h2,
.img-text-col__text .h2,
.img-text-col__text h3,
.img-text-col__text .h3 {
  font-size: clamp(1.5rem, 1.3929rem + 0.5357vw, 1.875rem);
  font-weight: 700;
  font-family: Sharp Sans No1, sans-serif;
  line-height: 120%;
}
.img-text-col__text h2 ~ p,
.img-text-col__text .h2 ~ p,
.img-text-col__text h3 ~ p,
.img-text-col__text .h3 ~ p {
  font-size: 0.875rem;
  line-height: 157%;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1919px) {
  .img-text-col__text h2 ~ p,
  .img-text-col__text .h2 ~ p,
  .img-text-col__text h3 ~ p,
  .img-text-col__text .h3 ~ p {
    font-size: 1rem;
  }
}
.img-text-col__text p {
  font-weight: 400;
}
.img-text-col__text p:last-child {
  margin-bottom: 0;
}
.img-text-col__text figure ~ p,
.img-text-col__text blockquote p {
  line-height: 162%;
  letter-spacing: 0.01em;
}
.img-text-col__text figure ~ p strong,
.img-text-col__text blockquote p strong {
  display: block;
  margin-bottom: -1.25rem;
}
@media (min-width: 992px) {
  .img-text-col__text figure ~ p,
  .img-text-col__text blockquote p {
    font-size: 1rem;
    line-height: 162%;
    letter-spacing: 0.01em;
  }
}
@media screen and (min-width: 1919px) {
  .img-text-col__text figure ~ p,
  .img-text-col__text blockquote p {
    font-size: 1.125rem;
  }
}
.img-text-col__text figure,
.img-text-col__text blockquote {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .img-text-col__text figure,
  .img-text-col__text blockquote {
    margin-bottom: 1.875rem;
  }
}
.img-text-col__text ul {
  margin: 0;
  list-style: none;
  padding-left: 1.2rem;
  margin-top: 1.875rem;
}
.img-text-col__text ul li {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 138%;
}
.img-text-col__text ul li:not(:last-child) {
  margin-bottom: 8px;
}
.img-text-col__text ul li:before {
  content: "";
  position: absolute;
  right: calc(100% + 0.625rem);
  top: 0.625em;
  bottom: 0;
  width: 0.625rem;
  height: 2px;
  background-color: #2d2d2b;
}
@media (min-width: 992px) {
  .img-text-col__text ul li {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .img-text-col__text ul {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .img-text-col__text {
    max-width: 26.126rem;
    margin: auto;
  }
  .img-text-col__text h2,
  .img-text-col__text .h2,
  .img-text-col__text h3,
  .img-text-col__text .h3 {
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1919px) {
  .img-text-col__text {
    max-width: 28.125rem;
  }
}
.img-text-col__blocks ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.img-text-col__blocks ul li {
  padding: 1.25rem 0;
  border-bottom: 1px solid rgba(109, 120, 126, 0.6);
}
.img-text-col__blocks ul li > * {
  opacity: 0.3;
}
.img-text-col__blocks ul li.active > *,
.img-text-col__blocks ul li:hover > * {
  opacity: 1;
}
.img-text-col__blocks ul li.active h4 + div,
.img-text-col__blocks ul li.active .h4 + div,
.img-text-col__blocks ul li:hover h4 + div,
.img-text-col__blocks ul li:hover .h4 + div {
  display: block;
}
.img-text-col__blocks ul li:first-child {
  border-top: 1px solid rgba(109, 120, 126, 0.6);
}
.img-text-col__blocks ul li:before {
  content: none;
}
@media (min-width: 1200px) {
  .img-text-col__blocks ul li {
    padding: 1.563rem 0;
  }
}
.img-text-col__blocks h4,
.img-text-col__blocks .h4 {
  margin-bottom: 0;
}
.img-text-col__blocks h4 button,
.img-text-col__blocks .h4 button {
  background: none;
  border: 0;
  font-size: 1.25rem;
  line-height: 120%;
  padding: 0;
  color: inherit;
}
.img-text-col__blocks h4 button:hover,
.img-text-col__blocks .h4 button:hover {
  text-decoration-color: transparent;
  cursor: inherit;
}
.img-text-col__blocks h4 + div,
.img-text-col__blocks .h4 + div {
  display: none;
}
.img-text-col__blocks p {
  line-height: 143%;
  margin-top: 0.625rem;
}
.img-text-col__blocks p:last-of-type {
  margin-bottom: 0;
}
.img-text-col__blocks .btn-text-link {
  padding: 0;
  margin-top: 1.25rem;
  margin-left: 0;
}
.img-text-col__blocks .btn-text-link:hover,
.img-text-col__blocks .btn-text-link:focus {
  text-decoration-color: #ffbf0b;
  text-decoration-thickness: 2px;
}
@media (min-width: 1200px) {
  .img-text-col__blocks .img-text-col__text {
    max-width: 29.688rem;
  }
}
@media screen and (min-width: 1920px) {
  .img-text-col__blocks .img-text-col__text {
    max-width: 40.438rem;
  }
}
.card-slider {
  overflow: hidden;
}
.card-slider .swiper__nav {
  position: absolute;
  right: 0;
  bottom: calc(100% + 1.875rem);
}
@media (min-width: 992px) {
  .card-slider .swiper__nav {
    bottom: calc(100% + 3.125rem);
  }
}
.card-slider .card .display-6.shallow ~ p {
  margin-top: 0.75rem;
}
@media (min-width: 1200px) {
  .card-slider .card .display-6 {
    font-size: 1.5rem;
    line-height: 117%;
    max-width: 17.125rem;
  }
}
@media screen and (min-width: 1919px) {
  .card-slider .card .display-6 {
    font-size: 1.875rem;
    line-height: 117%;
    max-width: 23.375rem;
  }
}
.card-slider .card p {
  letter-spacing: -0.02em;
  line-height: 150%;
}
@media (min-width: 992px) {
  .card-slider .card p {
    width: 100%;
    max-width: 18.75rem;
  }
}
.course-page-nav {
  position: sticky;
  top: 0;
  background: #eaeaea;
  padding: 1.875rem 0 1.75rem;
  z-index: 4;
}
@media (max-width: 575.98px) {
  .course-page-nav {
    padding: 1.125rem 0;
  }
}
.course-page-nav .inner {
  position: relative;
}
@media (max-width: 991.98px) {
  .course-page-nav .inner {
    position: initial;
  }
}
.course-page-nav .btn:not(.btn-lg):not(.btn-arrow) {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1.25rem 1.875rem;
  text-transform: inherit;
  text-decoration: underline;
}
.course-page-nav .btn:not(.btn-lg):not(.btn-arrow):focus {
  outline: 2px dotted;
}
@media (max-width: 575.98px) {
  .course-page-nav .btn:not(.btn-lg):not(.btn-arrow) {
    display: flex;
    align-items: center;
    padding: 1.125rem;
    height: 3.063rem;
  }
}
@media (min-width: 992px) {
  .course-page-nav .btn:not(.btn-lg):not(.btn-arrow) {
    top: calc(100% + 2.75rem - 2.5px);
    right: 0;
  }
}
.course-page-nav .btn-collapse-toggle {
  color: inherit;
}
@media (min-width: 992px) {
  .course-page-nav {
    display: flex;
    align-items: center;
    padding: 2.75rem 0;
    max-height: 6.875rem;
  }
}
.course-page-nav__content {
  padding-top: 1.125rem;
  margin-top: 1.125rem;
  border-top: 1px solid;
}
@media (min-width: 768px) {
  .course-page-nav__content {
    padding-top: 1.875rem;
    margin-top: 1.875rem;
  }
}
@media (min-width: 992px) {
  .course-page-nav__content {
    border-top: 0;
    padding: 0;
    margin: 0;
  }
}
.course-page-nav__flex ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.course-page-nav__flex ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .course-page-nav__flex ul li {
    flex: 0 1 auto;
  }
}
.course-page-nav__flex ul li a {
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (min-width: 992px) {
  .course-page-nav__flex ul li a {
    min-width: auto;
  }
}
.course-page-nav__flex ul li a.active {
  text-decoration-color: #2d2d2b;
  text-decoration-thickness: 3px;
}
.course-page-nav__flex ul li:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .course-page-nav__flex ul li:not(:last-child) {
    margin-bottom: 0;
  }
  .course-page-nav__flex ul li:not(:last-child):after {
    content: "";
    position: relative;
    margin: 0 2.5rem;
    width: 1px;
    height: 1.688rem;
    background-color: #2d2d2b;
  }
}
@media (min-width: 992px) {
  .course-page-nav__flex ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.course-modules .row + .row {
  margin-top: 3.75rem;
}
@media (min-width: 1200px) {
  .course-modules__text .display-5,
  .course-modules__text .general-content h2,
  .general-content .course-modules__text h2,
  .course-modules__text .general-content .h2,
  .general-content .course-modules__text .h2 {
    margin-bottom: 2.5rem;
  }
}
.course-modules__text p {
  font-weight: 400;
}
.course-modules__text p strong {
  display: block;
  padding-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .course-modules__text p:last-of-type {
    margin-bottom: 1.875rem;
  }
}
.course-modules__text form {
  max-width: 15.813rem;
}
.course-modules__text form .form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0639 10.0919C10.2663 10.0793 10.4587 9.99937 10.6105 9.86478L19.6961 1.68766C19.7856 1.60761 19.8583 1.5107 19.9103 1.40247C19.9622 1.29425 19.9922 1.17686 19.9987 1.05701C20.0051 0.93715 19.9879 0.817196 19.9479 0.704023C19.9079 0.590851 19.846 0.486677 19.7656 0.397484C19.6853 0.30829 19.5882 0.23583 19.4798 0.184246C19.3714 0.132663 19.2539 0.102968 19.1341 0.0968776C19.0142 0.0907867 18.8943 0.108409 18.7812 0.148742C18.6682 0.189075 18.5642 0.251329 18.4753 0.331922L10 7.96246L1.52474 0.331923C1.43579 0.25133 1.33182 0.189076 1.21877 0.148743C1.10571 0.108409 0.985816 0.090788 0.865941 0.0968786C0.746065 0.102969 0.628571 0.13265 0.520191 0.184234C0.41181 0.235818 0.314676 0.308291 0.234354 0.397485C0.154032 0.486679 0.0921019 0.590851 0.0521135 0.704024C0.0121251 0.817197 -0.0051356 0.937137 0.00132073 1.05699C0.00777705 1.17685 0.0378235 1.29425 0.0897378 1.40248C0.141652 1.5107 0.214414 1.60762 0.303852 1.68767L9.38955 9.86478C9.48089 9.94606 9.58769 10.0081 9.70356 10.0471C9.81943 10.0861 9.94199 10.1014 10.0639 10.0919V10.0919Z' fill='black'/%3E%3C/svg%3E%0A");
  margin-top: 2.5rem;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .course-modules__text form .form-select {
    margin-top: 3.125rem;
  }
}
.invert .course-modules__text form .form-select {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='11' viewBox='0 0 20 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0639 10.0919C10.2663 10.0793 10.4587 9.99937 10.6105 9.86478L19.6961 1.68766C19.7856 1.60761 19.8583 1.5107 19.9103 1.40247C19.9622 1.29425 19.9922 1.17686 19.9987 1.05701C20.0051 0.93715 19.9879 0.817196 19.9479 0.704023C19.9079 0.590851 19.846 0.486677 19.7656 0.397484C19.6853 0.30829 19.5882 0.23583 19.4798 0.184246C19.3714 0.132663 19.2539 0.102968 19.1341 0.0968776C19.0142 0.0907867 18.8943 0.108409 18.7812 0.148742C18.6682 0.189075 18.5642 0.251329 18.4753 0.331922L10 7.96246L1.52474 0.331923C1.43579 0.25133 1.33182 0.189076 1.21877 0.148743C1.10571 0.108409 0.985816 0.090788 0.865941 0.0968786C0.746065 0.102969 0.628571 0.13265 0.520191 0.184234C0.41181 0.235818 0.314676 0.308291 0.234354 0.397485C0.154032 0.486679 0.0921019 0.590851 0.0521135 0.704024C0.0121251 0.817197 -0.0051356 0.937137 0.00132073 1.05699C0.00777705 1.17685 0.0378235 1.29425 0.0897378 1.40248C0.141652 1.5107 0.214414 1.60762 0.303852 1.68767L9.38955 9.86478C9.48089 9.94606 9.58769 10.0081 9.70356 10.0471C9.81943 10.0861 9.94199 10.1014 10.0639 10.0919V10.0919Z' fill='white'/%3E%3C/svg%3E%0A");
}
@media (min-width: 992px) {
  .course-modules__text {
    max-width: 27.688rem;
  }
}
@media screen and (min-width: 1919px) {
  .course-modules__text {
    max-width: 32.5rem;
  }
}
.course-modules__image {
  position: relative;
  padding-top: 151.89%;
}
.course-modules__image img {
  position: absolute;
  top: 0;
  left: 0;
}
.entry-requirements.bg-gray .nav-tabs {
  border-color: #6d787e;
}
.entry-requirements.bg-yellow .nav-tabs {
  border-color: #ffbf0b;
}
.entry-requirements .display-5 + p,
.entry-requirements .general-content h2 + p,
.general-content .entry-requirements h2 + p,
.entry-requirements .general-content .h2 + p,
.general-content .entry-requirements .h2 + p {
  max-width: 51.875rem;
}
@media (min-width: 1200px) {
  .entry-requirements .display-5 + p,
  .entry-requirements .general-content h2 + p,
  .general-content .entry-requirements h2 + p,
  .entry-requirements .general-content .h2 + p,
  .general-content .entry-requirements .h2 + p {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .entry-requirements .display-5,
  .entry-requirements .general-content h2,
  .general-content .entry-requirements h2,
  .entry-requirements .general-content .h2,
  .general-content .entry-requirements .h2 {
    margin-bottom: 2.5rem;
  }
}
.entry-requirements p strong {
  display: block;
  font-weight: 600;
}
.entry-requirements .nav-tabs {
  margin-bottom: -0.625rem;
}
.entry-requirements .nav-tabs button {
  margin-bottom: 0.625rem;
  text-transform: inherit;
  border-color: #2d2d2b;
}
.entry-requirements .nav-tabs button:hover {
  background: #2d2d2b;
  color: #fff;
}
.entry-requirements .nav-tabs button.active {
  background: #2d2d2b;
  border-color: #2d2d2b;
  color: #fff;
}
.entry-requirements .nav-tabs button:not(:last-child) {
  margin-right: 9px;
}
.entry-requirements .tab-content {
  margin-top: 3.75rem;
}
@media (min-width: 1200px) {
  .entry-requirements .tab-content {
    margin-top: 5rem;
  }
}
.entry-requirements .tab-pane {
  transition: none;
}
.entry-requirements .tab-pane h3,
.entry-requirements .tab-pane .h3 {
  display: block;
  font-family: Sharp Sans No1, sans-serif;
  font-size: clamp(1.5rem, 1.3929rem + 0.5357vw, 1.875rem);
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .entry-requirements .tab-pane h3,
  .entry-requirements .tab-pane .h3 {
    margin-bottom: 3.125rem;
  }
}
.entry-requirements .tab-pane p {
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  max-width: 39.438rem;
}
.entry-requirements .tab-pane p + form {
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .entry-requirements .tab-pane p + form {
    margin-top: 2.5rem;
  }
}
.entry-requirements .tab-pane form {
  max-width: 39.438rem;
}
.entry-requirements .tab-pane form + ul {
  padding-top: 1.25rem;
}
.entry-requirements .tab-pane h4,
.entry-requirements .tab-pane .h4 {
  line-height: 150%;
  letter-spacing: -0.03em;
  margin-bottom: 0.938rem;
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  font-weight: 600;
}
@media (min-width: 1200px) {
  .entry-requirements .tab-pane h4,
  .entry-requirements .tab-pane .h4 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.entry-requirements .tab-pane ul {
  margin: 0;
  list-style: none;
  padding-left: 1.2rem;
  margin-top: 1.875rem;
}
.entry-requirements .tab-pane ul li {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 138%;
}
.entry-requirements .tab-pane ul li:not(:last-child) {
  margin-bottom: 8px;
}
.entry-requirements .tab-pane ul li:before {
  content: "";
  position: absolute;
  right: calc(100% + 0.625rem);
  top: 0.625em;
  bottom: 0;
  width: 0.625rem;
  height: 2px;
  background-color: #2d2d2b;
}
@media (min-width: 992px) {
  .entry-requirements .tab-pane ul li {
    font-size: 1rem;
  }
}
.entry-requirements .tab-pane ul + * {
  margin-top: 3.75rem;
}
.entry-requirements .tab-pane .btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 0.938rem;
  background: #fff;
  color: #2d2d2b;
}
.entry-requirements .tab-pane .btn:last-child {
  margin-bottom: 1.25rem;
}
.entry-requirements .tab-pane .entry-requirements__hidden h3,
.entry-requirements .tab-pane .entry-requirements__hidden .h3 {
  margin-bottom: 1.25rem;
}
.entry-requirements.invert .btn {
  background: #fff;
  color: #2d2d2b;
}
.entry-requirements.invert .btn:hover {
  color: #2d2d2b;
}
.entry-requirements.invert .nav-tabs .btn.active {
  background: #ffbf0b;
  border-color: #ffbf0b;
  color: #2d2d2b;
}
.entry-requirements.invert .nav-tabs .btn:not(.active) {
  background: none;
  border-color: #fff;
  color: #fff;
}
.entry-requirements.invert .nav-tabs .btn:not(.active):hover {
  background: #fff;
  color: #2d2d2b;
}
.entry-requirements.bg-black ul li:before {
  background-color: #ffbf0b;
}
.entry-requirements.bg-gray ul li:before {
  background-color: #fff;
}
.entry-requirements.bg-gray .nav-tabs .btn.active {
  background: #fff;
  border-color: #fff;
  color: #2d2d2b;
}
.entry-requirements.bg-yellow,
.entry-requirements.bg-yellow h2,
.entry-requirements.bg-yellow .h2,
.entry-requirements.bg-yellow h3,
.entry-requirements.bg-yellow .h3,
.entry-requirements.bg-yellow h4,
.entry-requirements.bg-yellow .h4,
.entry-requirements.bg-yellow p,
.entry-requirements.bg-yellow ul {
  color: #2d2d2b;
}
.entry-requirements.bg-yellow ul li:before {
  background-color: #2d2d2b;
}
.entry-requirements.bg-yellow .nav-tabs .btn.active {
  background: #2d2d2b;
  border-color: #2d2d2b;
  color: #fff;
}
.entry-requirements.bg-yellow .nav-tabs .btn:not(.active) {
  background: none;
  border-color: #2d2d2b;
  color: #2d2d2b;
}
.entry-requirements.bg-yellow .nav-tabs .btn:not(.active):hover {
  background: #2d2d2b;
  color: #fff;
}
.entry-requirements.bg-yellow .tab-pane .btn {
  background-color: #2d2d2b;
  color: #fff;
}
.entry-requirements.panel-m:not(div[class^="bg-"]) .nav-tabs {
  border: 0;
}
.entry-requirements.panel-m:not(div[class^="bg-"]) .tab-pane .btn {
  background-color: #2d2d2b;
  color: #fff;
}
.entry-requirements__hidden {
  display: none;
  margin-top: 1.875rem;
}
.entry-requirements__hidden.active {
  display: block;
}
@media (min-width: 992px) {
  .entry-requirements__hidden {
    margin-top: 2.5rem;
  }
}
.course-selector {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 992px) {
  .course-selector {
    padding-top: 5.625rem;
    padding-bottom: 4.563rem;
  }
}
.course-selector button:focus,
.course-selector .btn:focus {
  outline-offset: 5px;
  margin: 0.625rem;
}
.course-selector .inner {
  overflow: hidden;
}
.course-selector .row + .row {
  margin-top: 2.5rem;
}
@media (min-width: 1200px) {
  .course-selector .row + .row {
    margin-top: 5.625rem;
    flex-wrap: nowrap;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .course-selector .col-xl-9 {
    display: flex;
  }
  .course-selector .col-xl-9 .course-selector__tables {
    padding-right: 12rem;
  }
  .course-selector .col-xl-9 .course-selector__tables table td,
  .course-selector .col-xl-9 .course-selector__tables table th {
    font-size: 1.125rem;
  }
  .course-selector .col-xl-9 .course-selector__actions {
    width: 30%;
    padding-top: 0.625rem;
  }
  .course-selector .col-xl-9 .course-selector__actions:before {
    left: -5rem;
  }
}
@media (min-width: 768px) {
  .course-selector form > div {
    display: flex;
    align-items: center;
  }
}
.course-selector form label {
  display: none;
}
@media (min-width: 768px) {
  .course-selector form label {
    display: block;
    margin-bottom: 0;
    margin-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .course-selector form label {
    margin-right: 3.75rem;
  }
}
.course-selector .form-select {
  max-width: 9.938rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .course-selector .form-select {
    max-width: 15.813rem;
  }
}
@media (min-width: 1200px) {
  .course-selector .form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L12 12L22 2' stroke='black' stroke-width='3'/%3E%3C/svg%3E");
    background-size: 24px 15px;
  }
}
.course-selector .form-select:focus {
  margin: 5px;
}
@media (min-width: 1200px) {
  .course-selector.invert .form-select {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L12 12L22 2' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
    background-size: 24px 15px;
  }
}
.course-selector__tables table {
  display: none;
}
.course-selector__tables table:first-child {
  display: block;
}
@media (min-width: 1200px) {
  .course-selector__tables table:first-child {
    display: none;
  }
}
.course-selector__tables table + table {
  margin-top: 0.938rem;
}
@media (min-width: 1200px) {
  .course-selector__tables table + table {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .course-selector__tables table {
    display: block;
  }
}
.course-selector__tables table tr {
  border-color: #2d2d2b;
}
.course-selector__tables table tr:not(:last-child) {
  border-bottom-width: 0.938rem;
}
.course-selector__tables table td,
.course-selector__tables table th {
  font-size: clamp(0.875rem, 0.8036rem + 0.3571vw, 1.125rem);
  line-height: 111%;
}
.course-selector__tables table td p,
.course-selector__tables table th p {
  margin-bottom: 0;
  line-height: 133%;
}
.course-selector__tables table td span,
.course-selector__tables table th span {
  display: block;
  font-weight: 700;
  margin-right: 1.25rem;
  white-space: nowrap;
}
@media (min-width: 1400px) {
  .course-selector__tables table td span,
  .course-selector__tables table th span {
    margin-right: 2.813rem;
  }
}
.course-selector__tables table td a,
.course-selector__tables table th a {
  font-weight: 600;
  text-decoration-color: #fff;
}
@media (min-width: 1400px) {
  .course-selector__tables table td,
  .course-selector__tables table th {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .course-selector__tables table {
    width: 50%;
  }
  .course-selector__tables table + table {
    margin-left: 1.875rem;
    width: 50%;
  }
}
@media (min-width: 1200px) and (min-width: 1400px) {
  .course-selector__tables table + table {
    margin-left: 5rem;
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .course-selector__tables table {
    width: 46%;
  }
  .course-selector__tables table:only-child {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .course-selector__tables {
    display: flex;
    width: 80%;
    max-width: 64rem;
  }
}
@media (min-width: 1400px) {
  .course-selector__tables {
    max-width: 74rem;
    padding-right: 10rem;
  }
}
@media screen and (min-width: 1919px) {
  .course-selector__tables {
    max-width: none;
    width: 85%;
  }
}
.course-selector--narrow {
  padding-top: 5.625rem;
}
.course-selector--narrow table:first-child {
  display: block;
}
@media (min-width: 992px) {
  .course-selector--narrow {
    padding-top: 6.25rem;
    padding-bottom: 5.375rem;
  }
  .course-selector--narrow table:first-child {
    display: block;
  }
}
.course-selector--narrow .course-selector__validation {
  margin-top: 2.5rem;
}
@media (min-width: 1200px) {
  .course-selector--narrow .course-selector__validation {
    margin-top: 5.625rem;
  }
  .course-selector--narrow .course-selector__validation table {
    margin: 0;
    max-width: calc(100% - 2.5rem);
  }
}
.course-selector__actions {
  padding-bottom: 2px;
}
@media (max-width: 1199.98px) {
  .course-selector__actions {
    padding-top: 1.875rem;
    border-top: 1px solid #fff;
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .course-selector__actions {
    height: 100%;
    position: relative;
    width: auto;
  }
  .course-selector__actions:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -7.5px;
    margin: auto;
    width: 1px;
    height: auto;
    background-color: #a8a8a7;
  }
}
@media (min-width: 1400px) {
  .course-selector__actions:before {
    left: -5rem;
  }
}
.course-selector__actions a.btn:not(.btn-lg):not(.btn-arrow) {
  display: block;
  color: #fff;
  text-align: left;
  padding: 0;
}
.course-selector__actions a.btn:not(.btn-lg):not(.btn-arrow):not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 1200px) {
  .course-selector__actions
    a.btn:not(.btn-lg):not(.btn-arrow):not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .course-selector__actions a.btn:not(.btn-lg):not(.btn-arrow) {
    font-size: 1rem;
  }
}
.course-selector__validation table {
  display: block;
}
@media (min-width: 992px) {
  .course-selector__validation table {
    max-width: 62vw;
  }
}
@media (min-width: 1200px) {
  .course-selector__validation table {
    margin-left: 1.875rem;
  }
}
@media (min-width: 1400px) {
  .course-selector__validation table {
    margin-left: 5rem;
    max-width: 55vw;
  }
}
.course-selector__validation tr {
  display: flex;
  flex-direction: column;
}
.course-selector__validation tr th {
  margin-bottom: 0.75rem;
}
.partners h2,
.partners .h2 {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .partners h2,
  .partners .h2 {
    margin-bottom: 3.125rem;
  }
}
.partners__image {
  position: relative;
  padding-top: 100%;
  margin-bottom: 1.875rem;
}
.partners__image img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .partners__image {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .partners__image {
    max-width: 14.125rem;
    padding-top: 14.125rem;
  }
}
@media screen and (min-width: 1919px) {
  .partners__image {
    max-width: 18rem;
    padding-top: 18rem;
  }
}
.partners__text p {
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 167%;
}
@media (min-width: 768px) {
  .partners__text p {
    max-width: 34.438rem;
  }
}
@media screen and (min-width: 1919px) {
  .partners__text p {
    max-width: 38.75rem;
  }
}
.progress {
  --scroll: 0%;
  background: linear-gradient(
    to right,
    rgb(109, 120, 126) var(--scroll),
    rgb(234, 234, 234) 0
  );
  position: sticky;
  top: 0;
  width: 100%;
  height: 0;
  top: 0px;
  z-index: 100;
  transition: height 0.25s ease-in-out;
}
.progress.show {
  height: 13px;
}
.progress.yellow {
  background: linear-gradient(
    to right,
    rgb(255, 191, 11) var(--scroll),
    rgb(234, 234, 234) 0
  );
}
.progress.black {
  background: linear-gradient(
    to right,
    rgb(46, 46, 39) var(--scroll),
    rgb(234, 234, 234) 0
  );
}
.progress.white {
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) var(--scroll),
    rgba(234, 234, 234, 0.5) 0
  );
}
@media (min-width: 1200px) {
  .progress {
    margin-bottom: -3.125rem;
  }
}
.modal {
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.76, 0, 0.24, 1);
}
.modal-video .btn-close {
  position: absolute;
  top: -0.625rem;
  right: 0;
  transform: translateY(-100%);
  margin-top: -0.625rem;
  width: 0.625rem;
  height: 0.625rem;
}
@media (min-width: 768px) {
  .modal-video .btn-close {
    top: -1.25rem;
    right: -1.25rem;
    width: 1rem;
    height: 1rem;
  }
}
.modal-video h2.sr-only,
.modal-video .sr-only.h2 {
  background-color: #fff;
  color: #0d6efd;
}
.modal-fullscreen .modal-image {
  position: relative;
  padding-top: 92.4%;
  -webkit-mask-image: url(/assets/chevron-down.ae162f3f.svg);
  mask-image: url(/assets/chevron-down.ae162f3f.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-size: cover;
  mask-size: cover;
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-image {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 0;
    -webkit-mask-image: url(/assets/chevron-right.894472db.svg);
    mask-image: url(/assets/chevron-right.894472db.svg);
    -webkit-mask-position: right center;
    mask-position: right center;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-image {
    width: 60%;
  }
}
.modal-fullscreen .modal-image .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal-fullscreen .modal-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .modal-fullscreen .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    max-width: none;
  }
}
.modal-fullscreen .modal-title {
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-title {
    margin-bottom: 1.875rem;
  }
}
.modal-fullscreen .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 4.25%;
}
@media (min-width: 992px) {
  .modal-fullscreen .btn-close {
    top: 2.5rem;
    right: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .btn {
    margin-top: 0.625rem;
  }
}
.modal-gallery .btn-close {
  z-index: 2;
}
.modal-gallery .swiper,
.modal-gallery .swiper-slide {
  height: 100%;
}
.modal-gallery .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.modal-gallery .swiper-slide:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0) 28.65%
  );
}
.modal-gallery .swiper__nav {
  position: absolute;
  bottom: 2.75rem;
  right: 4.25%;
}
.modal-gallery .swiper-button-prev:focus,
.modal-gallery .swiper-button-next:focus {
  outline-color: #fff;
}
.modal-transcript .modal-content {
  padding: 1.25rem;
}
.modal-transcript .modal-title {
  margin-bottom: 0.938rem;
}
.quick-links-toggle {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 3.125rem;
  width: 100vw;
  padding: 1.875rem 1.563rem 1.25rem;
  background: #6d787e;
  transform: none;
  border-radius: 0;
  z-index: 10000;
  box-shadow: none;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 0;
}
.quick-links-toggle.show {
  display: block;
}
.quick-links-toggle li {
  display: block;
  margin-bottom: 0.625rem;
}
.quick-links-toggle li a {
  font-family: Graphik Web, 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";
  font-weight: 500;
  letter-spacing: -0.02em;
  font-size: 0.813rem;
  line-height: 123%;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .quick-links-toggle li a {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .quick-links-toggle {
    top: 4rem;
    width: 40vw;
    right: 0;
    left: auto;
  }
}
.quick-links-toggle__btn:focus,
.quick-links-toggle__btn:hover {
  text-decoration-color: transparent;
}
.quick-links-toggle__btn.show:after {
  transform: scaleY(-1);
}
.search-open {
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
  background-color: #ffbf0b;
  z-index: 99999;
}
@media (min-width: 992px) {
  .search-open {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.search-open__body {
  background-color: #ffbf0b;
}
@media (min-width: 992px) {
  .search-open__body {
    display: flex;
    overflow-x: hidden;
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}
.search-open__header {
  width: 100%;
  position: absolute;
  top: 1.438rem;
  z-index: 1001;
}
@media (min-width: 1200px) {
  .search-open__header {
    top: 2rem;
  }
}
.search-open__header .btn-close {
  display: flex;
  width: 1.875rem;
  height: 1.875rem;
  background-image: none;
}
.search-open__header .btn-close svg {
  width: 100%;
  height: 100%;
}
.search-open__header .btn-close:hover {
  opacity: 1;
}
@media (min-width: 992px) {
  .search-open__header .btn-close {
    position: absolute;
    right: -1.5rem;
  }
}
@media (min-width: 1200px) {
  .search-open__header .btn-close {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .search-open__header .search-open__inner {
    width: 91.5%;
  }
}
@media (min-width: 992px) {
  .search-open__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: calc(55% + 7.5rem);
    min-height: 30.875px;
  }
}
.search-open__primary {
  padding-top: 7.5rem;
  padding-bottom: 1.25rem;
  background-color: #ffbf0b;
  background-image: none;
}
@media (min-width: 992px) {
  .search-open__primary {
    display: flex;
    flex: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .search-open__primary .search-open__inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.search-open__search {
  position: relative;
  width: 100%;
}
.search-open__search .search__container form label,
.search-open__search .search__container form legend {
  position: absolute;
  left: -62.5rem;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.search-open__search .search__container form > div input[type="text"] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.05 20.0901C12.3128 20.0917 14.5092 19.3248 16.2796 17.915L22.3625 24L24 22.3619L17.9171 16.2769C19.3276 14.4932 20.0912 12.2834 20.0831 10.0092C20.0749 7.7349 19.2955 5.5307 17.8724 3.75711C16.4492 1.98353 14.4666 0.745541 12.2487 0.245658C10.0308 -0.254225 7.70896 0.0135834 5.66299 1.00528C3.61702 1.99697 1.96801 3.65385 0.985697 5.70489C0.00338571 7.75593 -0.254084 10.0797 0.255403 12.2962C0.764889 14.5126 2.01117 16.4905 3.7904 17.9063C5.56963 19.3221 7.77647 20.0921 10.05 20.0901V20.0901ZM10.05 2.3181C11.5777 2.3181 13.0711 2.77128 14.3413 3.62033C15.6116 4.46938 16.6016 5.67617 17.1863 7.08809C17.7709 8.50001 17.9239 10.0536 17.6258 11.5525C17.3278 13.0514 16.5921 14.4282 15.5118 15.5089C14.4316 16.5895 13.0553 17.3254 11.5569 17.6236C10.0585 17.9217 8.50544 17.7687 7.09401 17.1839C5.68259 16.599 4.47622 15.6087 3.62747 14.338C2.77871 13.0673 2.32569 11.5733 2.32569 10.0451C2.32569 7.99576 3.1395 6.03037 4.58808 4.58128C6.03666 3.13219 8.00136 2.3181 10.05 2.3181V2.3181Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 0.875rem;
  padding-right: 2.5rem;
}
.search-open__search
  .search__container
  form
  > div
  input[type="text"]::-moz-placeholder {
  color: #fff;
}
.search-open__search
  .search__container
  form
  > div
  input[type="text"]::placeholder {
  color: #fff;
}
@media (min-width: 768px) {
  .search-open__search .search__container form > div input[type="text"] {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .search-open__search .search__container form > div input[type="text"] {
    padding-right: 3.75rem;
    background-size: 1.5rem;
    background-position: right 1.25rem center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .search-open__search .search__container form .form-control,
  .search-open__search .search__container form .form-select,
  .search-open__search
    .search__container
    form
    input[type="text"]:not(.form-control) {
    margin-bottom: 0.625rem;
  }
}
.search-open__search .search__container form > div {
  margin-bottom: 1.25rem;
}
.search-open__search .search__container form > div input[type="text"] {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.05 20.0901C12.3128 20.0917 14.5092 19.3248 16.2796 17.915L22.3625 24L24 22.3619L17.9171 16.2769C19.3276 14.4932 20.0912 12.2834 20.0831 10.0092C20.0749 7.7349 19.2955 5.5307 17.8724 3.75711C16.4492 1.98353 14.4666 0.745541 12.2487 0.245658C10.0308 -0.254225 7.70896 0.0135834 5.66299 1.00528C3.61702 1.99697 1.96801 3.65385 0.985697 5.70489C0.00338571 7.75593 -0.254084 10.0797 0.255403 12.2962C0.764889 14.5126 2.01117 16.4905 3.7904 17.9063C5.56963 19.3221 7.77647 20.0921 10.05 20.0901V20.0901ZM10.05 2.3181C11.5777 2.3181 13.0711 2.77128 14.3413 3.62033C15.6116 4.46938 16.6016 5.67617 17.1863 7.08809C17.7709 8.50001 17.9239 10.0536 17.6258 11.5525C17.3278 13.0514 16.5921 14.4282 15.5118 15.5089C14.4316 16.5895 13.0553 17.3254 11.5569 17.6236C10.0585 17.9217 8.50544 17.7687 7.09401 17.1839C5.68259 16.599 4.47622 15.6087 3.62747 14.338C2.77871 13.0673 2.32569 11.5733 2.32569 10.0451C2.32569 7.99576 3.1395 6.03037 4.58808 4.58128C6.03666 3.13219 8.00136 2.3181 10.05 2.3181V2.3181Z' fill='%232D2D2B'/%3E%3C/svg%3E");
}
.search-open__search
  .search__container
  form
  > div
  input[type="text"]:not(.form-control) {
  margin-bottom: 0;
}
.search-open__search .search__container form > div input[type="text"]:focus,
.search-open__search
  .search__container
  form
  > div
  input[type="text"]:focus-visible {
  box-shadow: 0 0 0 0.25rem #2d2d2bb3;
}
@media (min-width: 768px) {
  .search-open__search .search__container form > div {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .search-open__search .search__container form {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .search-open__search .search__container form > div {
    width: 80%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .search-open__search .search__container form > div {
    width: 85%;
  }
}
.search-open__search .search__container h2,
.search-open__search .search__container .h2 {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .search-open__search .search__container h2,
  .search-open__search .search__container .h2 {
    margin-bottom: 2.5rem;
  }
}
.search-open__search .search__container .btn-text-link {
  background: none;
  border: 0;
}
@media (max-width: 767.98px) {
  .search-open__search .search__container .btn-text-link {
    padding: 0;
  }
}
@media screen and (min-width: 1919px) {
  .search-open__search .search__container .btn-text-link {
    width: 15%;
  }
}
.search-open__search .search ~ button,
.search-open__search .search ~ a {
  position: absolute;
  top: -1.875rem;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 30%;
}
@media (max-width: 767.98px) {
  .search-open__search .search ~ button,
  .search-open__search .search ~ a {
    bottom: -5rem;
    top: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .search-open__search .search ~ button,
  .search-open__search .search ~ a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.search-open__search .search .tt-menu {
  margin-top: 2.5rem;
  width: 100%;
  padding-bottom: 3.75rem;
}
.search-open__search .search .tt-menu .tt-dataset {
  position: relative;
}
.search-open__search .search .tt-menu .tt-dataset .media-body {
  max-width: 13.75rem;
}
.search-open__search .search .tt-menu .tt-dataset h3,
.search-open__search .search .tt-menu .tt-dataset .h3,
.search-open__search .search .tt-menu .tt-dataset h4,
.search-open__search .search .tt-menu .tt-dataset .h4,
.search-open__search .search .tt-menu .tt-dataset h5,
.search-open__search .search .tt-menu .tt-dataset .h5,
.search-open__search .search .tt-menu .tt-dataset h6,
.search-open__search .search .tt-menu .tt-dataset .h6 {
  font-size: 1.125rem;
  line-height: 133%;
  font-weight: 400;
  font-family: Graphik Web, 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";
  letter-spacing: -0.02em;
}
.search-open__search .search .tt-menu .tt-dataset h3:not(:last-child),
.search-open__search .search .tt-menu .tt-dataset .h3:not(:last-child),
.search-open__search .search .tt-menu .tt-dataset h4:not(:last-child),
.search-open__search .search .tt-menu .tt-dataset .h4:not(:last-child),
.search-open__search .search .tt-menu .tt-dataset h5:not(:last-child),
.search-open__search .search .tt-menu .tt-dataset .h5:not(:last-child),
.search-open__search .search .tt-menu .tt-dataset h6:not(:last-child),
.search-open__search .search .tt-menu .tt-dataset .h6:not(:last-child) {
  margin-bottom: 0.813rem;
}
.search-open__search .search .tt-menu .tt-dataset h3:last-child,
.search-open__search .search .tt-menu .tt-dataset .h3:last-child,
.search-open__search .search .tt-menu .tt-dataset h4:last-child,
.search-open__search .search .tt-menu .tt-dataset .h4:last-child,
.search-open__search .search .tt-menu .tt-dataset h5:last-child,
.search-open__search .search .tt-menu .tt-dataset .h5:last-child,
.search-open__search .search .tt-menu .tt-dataset h6:last-child,
.search-open__search .search .tt-menu .tt-dataset .h6:last-child {
  margin-bottom: 1.875rem;
}
.search-open__search .search .tt-menu .tt-dataset h3 strong,
.search-open__search .search .tt-menu .tt-dataset .h3 strong,
.search-open__search .search .tt-menu .tt-dataset h4 strong,
.search-open__search .search .tt-menu .tt-dataset .h4 strong,
.search-open__search .search .tt-menu .tt-dataset h5 strong,
.search-open__search .search .tt-menu .tt-dataset .h5 strong,
.search-open__search .search .tt-menu .tt-dataset h6 strong,
.search-open__search .search .tt-menu .tt-dataset .h6 strong {
  font-weight: 700;
}
.search-open__search .search .tt-menu .tt-dataset .btn-primary {
  background: #2d2d2b;
  color: #fff;
  border-color: #2d2d2b;
}
.search-open__search .search .tt-menu .tt-dataset .btn-outline {
  border-color: #2d2d2b;
}
.search-open__search .search .tt-menu .tt-dataset .btn-outline:hover {
  background: #2d2d2b;
  color: #fff;
}
.search-open__search .search .tt-menu .tt-dataset .btn ~ .btn {
  display: block;
  margin-top: 0.938rem;
  width: -moz-fit-content;
  width: fit-content;
}
.search-open__search .search .tt-menu .tt-dataset:not(:last-child) {
  margin-bottom: 3.75rem;
}
.search-open__search .search .tt-menu .tt-dataset:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 1px;
  background: #2d2d2b;
}
@media (min-width: 1200px) {
  .search-open__search .search .tt-menu .tt-dataset:not(:last-child):after {
    right: 15%;
  }
}
@media (min-width: 992px) {
  .search-open__search .search .tt-menu .tt-dataset {
    width: 33%;
    display: inline-table;
  }
  .search-open__search .search .tt-menu .tt-dataset:not(:last-child) {
    margin-bottom: 0;
  }
  .search-open__search .search .tt-menu .tt-dataset:not(:last-child):after {
    top: 0;
    bottom: auto;
    right: 10%;
    width: 1px;
    max-height: 20.188rem;
    min-height: 20.188rem;
    height: 100%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .search-open__search .search .tt-menu .tt-dataset:not(:last-child):after {
    right: 15%;
  }
}
.search-open__search .search .tt-menu .tt-category {
  font-family: Sharp Sans No1, sans-serif;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #2d2d2b;
  font-size: clamp(1.125rem, 1.0536rem + 0.3571vw, 1.375rem);
  line-height: 109%;
  margin-bottom: 1.875rem;
}
.search-open__search .search .tt-menu .tt-suggestion strong {
  font-weight: 700;
}
.search-open__search .search .tt-menu .tt-suggestion:not(:last-child) {
  margin-bottom: 0.375rem;
}
@media (max-width: 767.98px) {
  .search-open__search .search .tt-menu {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .search-open__search .search .tt-menu {
    width: calc(83.3333333333% + 1.25rem);
    margin: auto;
    margin-top: 1.25rem;
    right: 0;
  }
}
.search-open__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 91.5%;
}
@media (min-width: 1400px) {
  .search-open__inner {
    width: 75%;
  }
}
.kis-widget,
.c-kiswidget--full-time,
.c-kiswidget--part-time {
  position: relative;
  max-width: 39.375rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .kis-widget,
  .c-kiswidget--full-time,
  .c-kiswidget--part-time {
    max-width: 12.5rem;
  }
}
.kis-widget a.js-iframe-link,
.c-kiswidget--full-time a.js-iframe-link,
.c-kiswidget--part-time a.js-iframe-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.kis-widget iframe,
.c-kiswidget--full-time iframe,
.c-kiswidget--part-time iframe {
  width: 100%;
}
@media (max-width: 767.98px) {
  .kis-widget iframe,
  .c-kiswidget--full-time iframe,
  .c-kiswidget--part-time iframe {
    height: 100%;
    min-height: 500px;
  }
}
@media (max-width: 767.98px) {
  .kis-widget.horizontal,
  .c-kiswidget--full-time.horizontal,
  .c-kiswidget--part-time.horizontal {
    display: none;
  }
}
@media (min-width: 768px) {
  .kis-widget.vertical,
  .c-kiswidget--full-time.vertical,
  .c-kiswidget--part-time.vertical {
    display: none;
  }
}
.kis-widget .kis-widget__cta-block .kis-widget__logo {
  width: auto;
}
.section-nav {
  margin: 0 0 1.875rem;
  position: sticky;
  top: 0;
  z-index: 4;
}
@media (min-width: 992px) {
  .section-nav {
    margin-top: 0;
  }
}
.section-nav .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  text-align: left;
  width: 15.438rem;
  padding: 0.938rem 1.25rem;
}
.section-nav .btn.btn-primary {
  position: relative;
  text-decoration: none;
  text-transform: inherit;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-family: Graphik Web, 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";
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  z-index: 1;
}
.section-nav .btn svg {
  position: absolute;
  bottom: 0;
  top: 0.938rem;
  margin: auto;
  right: 1.25rem;
  width: 1.563rem;
  height: 1.563rem;
}
@media (min-width: 992px) {
  .section-nav .btn {
    border-radius: 0;
    height: 4.375rem;
    width: 17.313rem;
  }
}
.section-nav .btn:not(.btn-lg):not(.btn-arrow) {
  padding-bottom: 0.938rem;
  height: 3.063rem;
}
.section-nav__nav {
  background-color: #ffbf0b;
  position: absolute;
  width: 100%;
  max-width: 15.438rem;
}
.section-nav__nav .nav {
  padding: 1.125rem 1.25rem;
  border-top: 1px solid;
}
.section-nav__nav.collapse {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.section-nav__nav.collapse.show {
  display: block;
  opacity: 1;
  max-height: 99em;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .section-nav__nav {
    max-width: 17.313rem;
  }
  .section-nav__nav .nav {
    padding: 1.625rem 1.75rem;
  }
}
.section-nav__nav ul {
  margin-bottom: 0;
  font-family: Sharp Sans No1, sans-serif;
}
.section-nav__nav ul li {
  margin-bottom: 1rem;
}
.section-nav__nav ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.section-nav__nav ul a {
  display: block;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.02em;
  font-size: 0.75rem;
  font-family: Graphik Web, 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";
}
@media (min-width: 992px) {
  .section-nav__nav ul a {
    font-size: 0.875rem;
  }
}
.section-nav__nav ul a:hover,
.section-nav__nav ul a:focus {
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  text-underline-offset: 0.25rem;
  -webkit-text-underline-offset: 0.25rem;
  text-decoration-thickness: inherit;
  -webkit-text-decoration-thickness: inherit;
  text-decoration-color: transparent;
}
.section-nav__nav ul a:hover:hover,
.section-nav__nav ul a:focus:hover {
  text-decoration-color: inherit;
}
@media (min-width: 992px) {
  .section-nav__nav ul a:hover,
  .section-nav__nav ul a:focus {
    text-underline-offset: 0.25rem;
    -webkit-text-underline-offset: 0.25rem;
  }
}
.section-nav + .panel-m {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .section-nav + .panel-m {
    margin-top: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .section-nav + .panel-m {
    margin-top: 5rem;
  }
}
.section-nav + .panel-m-small {
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .section-nav + .panel-m-small {
    margin-top: 7.5rem;
  }
}
@media (min-width: 992px) {
  .unibuddy__inner {
    max-width: 54.375rem;
  }
}
.unibuddy h2,
.unibuddy .h2 {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .unibuddy h2,
  .unibuddy .h2 {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .unibuddy h2,
  .unibuddy .h2 {
    font-size: 2.5rem;
    margin-bottom: 3.75rem;
    max-width: 38.625rem;
  }
}
.unibuddy iframe {
  width: 100%;
}
.skip-link__container {
  text-align: left;
  margin: 0 auto;
  width: 91.5%;
}
.skip-link a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -9999px;
  background-color: #2d2d2b;
  color: #fff;
}
.skip-link a:focus {
  left: 10px;
  top: 10px;
  z-index: 7;
  background-color: #ffbf0b;
  color: #2d2d2b;
}
.accreditation-card {
  position: relative;
  background-color: #ffbf0b;
  display: flex;
}
.accreditation-card:after {
  content: "";
  width: 1px;
  padding-top: 100%;
}
.accreditation-card__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  flex-grow: 1;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .accreditation-card__text {
    padding: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .accreditation-card__text {
    padding: 3.75rem;
  }
}
.accreditation-card p {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .accreditation-card p {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .accreditation-card p {
    font-size: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (min-width: 1919px) {
  .accreditation-card p {
    font-size: 1.375rem;
  }
}
.accreditation-card p span {
  margin-bottom: 1rem;
  display: block;
  line-height: 0.75;
}
@media (min-width: 1200px) {
  .accreditation-card p span {
    margin-bottom: 1.875rem;
  }
}
.accreditation-card .btn-text-link {
  font-size: 0.75rem;
  text-decoration-color: #2d2d2b;
  -webkit-text-decoration-color: #2d2d2b;
}
@media (min-width: 1200px) {
  .accreditation-card .btn-text-link {
    font-size: 0.875rem;
  }
}
.accreditation-card .btn-text-link:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.card {
  position: relative;
}
.card a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card a:focus:before,
.card a:focus-within:before {
  outline: 2px dotted;
  outline-offset: 2px;
}
.card.shallow .card__image {
  padding-top: 76.589%;
}
.card.x-shallow .card__image {
  padding-top: 52.79%;
}
.card.shallow .card__image span,
.card.x-shallow .card__image span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 125%;
}
@media (min-width: 768px) {
  .card.shallow .card__image span,
  .card.x-shallow .card__image span {
    padding: 8px 12px 2px 1px;
  }
}
@media (min-width: 768px) {
  .card.shallow .card__body,
  .card.x-shallow .card__body {
    margin-top: 1.25rem;
  }
}
.card.shallow .card__body .display-6,
.card.x-shallow .card__body .display-6 {
  font-family: Graphik Web, 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";
  font-size: 1.25rem;
  line-height: 120%;
}
.card.shallow .card__body .display-6 ~ *,
.card.x-shallow .card__body .display-6 ~ * {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .card.shallow .card__body .display-6.large,
  .card.x-shallow .card__body .display-6.large {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1919px) {
  .card.shallow .card__body .display-6.large,
  .card.x-shallow .card__body .display-6.large {
    font-size: 1.875rem;
  }
}
.card__image {
  position: relative;
  padding-top: 100%;
}
.card__image img {
  position: absolute;
  top: 0;
  left: 0;
}
.card__image span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  font-size: clamp(1rem, 0.9643rem + 0.1786vw, 1.125rem);
  font-weight: 700;
  line-height: 111%;
  padding: 8px 11px 1px 1px;
  font-family: Graphik Web, 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";
  letter-spacing: -0.02em;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .card__image span {
    padding: 8px 20px 2px 1px;
  }
}
.card__body {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .card__body {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .card__body {
    font-size: 1.5rem;
    line-height: 117%;
  }
}
.card__body .display-6 {
  display: block;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .card__body .display-6 {
    width: 94%;
  }
}
.card__body .display-6 ~ p {
  margin-top: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .card__body .display-6 ~ p {
    margin-top: 1.875rem;
  }
}
.card__body p {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: -0.02em;
}
@media (min-width: 992px) {
  .card__body p {
    width: 88%;
  }
}
.card__body a:focus:before {
  outline-color: transparent;
}
.card__body ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.card__body ul li {
  position: relative;
  font-size: 0.75rem;
  line-height: 117%;
  font-weight: 500;
}
.card__body ul li:not(:last-child) {
  padding-right: 5px;
  margin-right: 5px;
}
.card__body ul li:not(:last-child):before {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .card__body ul li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.course-card {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 1.875rem 0;
  border-bottom: 1px solid rgba(109, 120, 126, 0.6);
}
@media (max-width: 767.98px) {
  .course-card {
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .course-card {
    padding: 3.125rem 0;
  }
}
.course-card__level,
.course-card p,
.course-card__details {
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .course-card__level,
  .course-card p,
  .course-card__details {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1919px) {
  .course-card__level,
  .course-card p,
  .course-card__details {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .course-card p {
    width: 92%;
  }
}
.course-card__content {
  order: 2;
}
@media (min-width: 1200px) {
  .course-card__content {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  .course-card__text {
    margin-right: 1.25rem;
  }
}
.course-card__level {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 0.938rem;
}
@media (min-width: 992px) {
  .course-card__level {
    margin-bottom: 1.25rem;
  }
}
.course-card__level > * {
  margin-bottom: 0;
  margin-right: 0.625rem;
}
@media (min-width: 992px) {
  .course-card__level > * {
    margin-right: 1.25rem;
  }
}
.course-card__title {
  margin-bottom: 0.938rem;
  font-size: clamp(1.0625rem, 0.8304rem + 1.1607vw, 1.875rem);
  font-family: Sharp Sans No1, sans-serif;
}
@media (min-width: 992px) {
  .course-card__title {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .course-card__title {
    width: 105%;
  }
}
@media screen and (min-width: 1919px) {
  .course-card__title {
    font-size: 2.5rem;
  }
}
.course-card__title a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.course-card__title a:hover,
.course-card__title a:focus {
  text-decoration-thickness: inherit;
  -webkit-text-decoration-thickness: inherit;
}
.course-card__sub-title {
  font-weight: 500;
  line-height: 1.125;
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .course-card__sub-title {
    font-size: 1rem;
    margin-bottom: 1.875rem;
  }
}
.course-card__description {
  margin-bottom: 1.25rem;
}
@media (min-width: 992px) {
  .course-card__description {
    margin-bottom: 1.875rem;
  }
}
.course-card__details {
  display: grid;
  grid-template-columns: max-content auto;
  grid-column-gap: 1.25rem;
  width: 100%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .course-card__details {
    grid-column-gap: 1.875rem;
  }
}
.course-card__details dd:not(:last-child) {
  margin-bottom: 0.938rem;
}
.course-card__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  order: 1;
  margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .course-card__image {
    width: 26.6%;
    padding-top: 26.6%;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .course-card__image {
    margin-right: 2.5rem;
  }
}
.course-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.course-card__actions {
  position: relative;
  z-index: 2;
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .course-card__actions {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.course-card__actions .btn {
  margin-bottom: 0.625rem;
}
.course-card__actions .btn svg {
  margin-right: 0.625rem;
  margin-top: -0.25rem;
}
.course-card__cat {
  display: block;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 1.25rem;
}
.profile-card {
  position: relative;
  display: flex;
  align-items: center;
}
.profile-card__body {
  order: 2;
}
.profile-card a:not(.profile-card__name a) {
  position: relative;
  z-index: 1;
}
.profile-card__name {
  font-size: clamp(1.24375rem, 1.2062rem + 0.1875vw, 1.375rem);
  font-family: Sharp Sans No1, sans-serif;
  margin-bottom: 0.625rem;
}
.profile-card__name:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1919px) {
  .profile-card__name {
    font-size: 1.5rem;
  }
}
.profile-card__name a:hover,
.profile-card__name a:focus {
  text-decoration-thickness: 4px;
  -webkit-text-decoration-thickness: 4px;
}
.profile-card__name a:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.profile-card__bio,
.profile-card__role {
  font-size: clamp(0.8625rem, 0.8232rem + 0.1964vw, 1rem);
  letter-spacing: -0.03em;
}
.profile-card__bio:last-child,
.profile-card__role:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1919px) {
  .profile-card__bio,
  .profile-card__role {
    font-size: 1.125rem;
  }
}
.profile-card__bio {
  line-height: 1.8;
}
.profile-card__role {
  font-weight: 400;
}
@media (min-width: 992px) {
  .profile-card__bio:not(.profile-card--featured .profile-card__bio),
  .profile-card__role:not(.profile-card--featured .profile-card__role) {
    max-width: 25rem;
  }
}
.profile-card__linkedin {
  display: flex;
  align-items: center;
  font-size: clamp(0.8625rem, 0.8589rem + 0.0179vw, 0.875rem);
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.profile-card__linkedin:before {
  content: none;
  display: none;
}
@media screen and (min-width: 1919px) {
  .profile-card__linkedin {
    font-size: 1rem;
  }
}
.profile-card__linkedin svg {
  flex-shrink: 0;
  margin-right: 0.625rem;
}
.profile-card__linkedin:hover,
.profile-card__linkedin:focus {
  text-decoration-thickness: 2px;
  -webkit-text-decoration-thickness: 2px;
}
.profile-card__image {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  order: 1;
  flex-shrink: 0;
  align-self: flex-start;
  margin-right: 1.25rem;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .profile-card__image {
    width: 11.625rem;
    height: 11.625rem;
    margin-right: 2.5rem;
  }
}
.profile-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 992px) {
  .profile-card--featured .profile-card__name {
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .profile-card--featured .profile-card__image {
    width: 14.125rem;
    height: 14.125rem;
    margin-right: 3.75rem;
  }
}
.profile-card--small .profile-card__bio,
.profile-card--small .profile-card__role {
  font-size: clamp(0.8625rem, 0.8589rem + 0.0179vw, 0.875rem);
}
@media screen and (min-width: 1919px) {
  .profile-card--small .profile-card__bio,
  .profile-card--small .profile-card__role {
    font-size: 1rem;
  }
}
.profile-card--x-small .profile-card__name {
  font-size: clamp(0.8625rem, 0.7518rem + 0.5536vw, 1.25rem);
}
@media (min-width: 1200px) {
  .profile-card--x-small .profile-card__name {
    width: 79%;
  }
}
@media screen and (min-width: 1919px) {
  .profile-card--x-small .profile-card__name {
    font-size: 1.5rem;
  }
}
.profile-card--x-small .profile-card__bio,
.profile-card--x-small .profile-card__role {
  font-size: clamp(0.7375rem, 0.6982rem + 0.1964vw, 0.875rem);
}
@media screen and (min-width: 1919px) {
  .profile-card--x-small .profile-card__bio,
  .profile-card--x-small .profile-card__role {
    font-size: 1rem;
  }
}
.profile-card--x-small .profile-card__image {
  width: 6.25rem;
  height: 6.25rem;
}
@media (min-width: 1200px) {
  .profile-card--x-small .profile-card__image {
    width: 9.375rem;
    height: 9.375rem;
  }
}
.profile-card--stacked {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.profile-card--stacked .profile-card__image {
  width: 100%;
  height: auto;
  padding-top: 100%;
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .profile-card--stacked .profile-card__image {
    margin-bottom: 1.875rem;
  }
}
.stats-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #2d2d2b;
  color: #fff;
}
.bg-black .stats-card {
  background-color: #ffbf0b;
  color: #2d2d2b;
}
.stats-card__body {
  padding: 5rem 5rem 4.625rem 3.125rem;
}
@media (min-width: 768px) {
  .stats-card__body {
    padding: 5.813rem 3.813rem 6.375rem 2.875rem;
  }
}
@media (min-width: 992px) {
  .stats-card__body {
    padding: 5rem 5rem 4.625rem 3.125rem;
  }
}
@media (min-width: 1200px) {
  .stats-card__body {
    padding: 5.813rem 3.813rem 6.375rem 2.875rem;
  }
}
.stats-card__body .display-2 {
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 75%;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .stats-card__body .display-2 {
    margin-bottom: 1.875rem;
  }
}
.bg-yellow .stats-card__body .display-2,
.panel-m .stats-card__body .display-2 {
  color: #fff;
}
.bg-black .stats-card__body .display-2 {
  color: #2d2d2b;
}
.stats-card__body .h5 {
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 129%;
}
@media (min-width: 1200px) {
  .stats-card__body .h5 {
    font-size: 1.25rem;
    line-height: 130%;
    margin-bottom: 1.875rem;
  }
}
.bg-yellow .stats-card__body .h5,
.panel-m .stats-card__body .h5 {
  color: #fff;
}
.bg-black .stats-card__body .h5 {
  color: #2d2d2b;
}
.stats-card__body span {
  display: block;
  font-size: 0.75rem;
  line-height: 117%;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.fees-card {
  min-height: 21.438rem;
  background: #ffbf0b;
}
.fees-card > * {
  color: #2d2d2b;
}
.fees-card .stats-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 6.125rem 2.063rem;
}
.fees-card .stats-card__body span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.fees-card .stats-card__body .display-3 {
  font-size: 3.75rem;
  line-height: 108%;
}
@media (min-width: 1200px) {
  .fees-card .stats-card__body .display-3 {
    margin-bottom: 1.25rem;
    font-size: 5rem;
    line-height: 94%;
  }
}
.fees-card .stats-card__body p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 88%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.fees-card .stats-card__body img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 10.625rem;
}
@media (min-width: 992px) {
  .fees-card .stats-card__body {
    padding: 6.25rem 1.5rem 5.5rem;
  }
}
.fees-card__sub {
  font-weight: 600;
  line-height: 135%;
  letter-spacing: -0.02em;
  margin-bottom: 3.125rem;
  max-width: 17.5rem;
}
.fees-card__sub a {
  text-decoration-color: #2d2d2b;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.fees-card__sub a:hover {
  text-decoration-thickness: 3px;
}
@media (min-width: 992px) {
  .fees-card__sub {
    max-width: 20.563rem;
  }
}
@media screen and (min-width: 1919px) {
  .fees-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 27.125rem;
  }
}
.masthead-2-col {
  padding-top: 9.375rem;
}
@media (min-width: 768px) {
  .masthead-2-col {
    padding-top: 10.75rem;
  }
}
@media (min-width: 992px) {
  .masthead-2-col {
    padding-bottom: 6.25rem;
  }
}
@media (min-width: 992px) {
  .masthead-2-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media (min-width: 992px) {
  .masthead-2-col__inner {
    position: relative;
    z-index: 2;
  }
}
.masthead-2-col__title-wrapper {
  width: 90%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .masthead-2-col__title-wrapper {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .masthead-2-col__title-wrapper {
    width: 58%;
  }
}
@media screen and (min-width: 1919px) {
  .masthead-2-col__title-wrapper {
    width: 52%;
  }
}
.masthead-2-col__title {
  font-size: clamp(2rem, 1.6786rem + 1.6071vw, 3.125rem);
  font-family: Sharp Sans No1, sans-serif;
}
@media screen and (min-width: 1919px) {
  .masthead-2-col__title {
    font-size: 3.75rem;
  }
}
.masthead-2-col__body {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .masthead-2-col__body {
    margin-bottom: 0;
    width: 35%;
    max-width: 21.25rem;
  }
}
.masthead-2-col__body > * {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .masthead-2-col__body > * {
    margin-top: 1.875rem;
  }
}
.masthead-2-col dl {
  line-height: 1.25;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .masthead-2-col dl {
    font-size: 0.875rem;
  }
}
.masthead-2-col dt {
  margin-bottom: 0.313rem;
}
.masthead-2-col hr {
  width: 5.625rem;
  color: #ffbf0b;
}
.masthead-2-col__social {
  font-weight: 600;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .masthead-2-col__social {
    font-size: 0.875rem;
  }
}
.masthead-2-col__social svg {
  margin-left: 0.625rem;
}
.masthead-2-col__image {
  position: relative;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .masthead-2-col__image {
    width: 60.4%;
    margin-left: -60.4%;
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  .masthead-2-col__image .figcaption-overlay {
    background-color: #fff;
    color: #2d2d2b;
    padding-left: 4.25%;
  }
}
.masthead-2-col__date-time {
  display: block;
}
.masthead-2-col__date-time dd {
  display: block;
  width: 100%;
}
.masthead-2-col__date-time dd:not(:last-child) {
  margin-bottom: 0.25rem;
}
.masthead-2-col__date-time dd:not(:last-child):after {
  content: none;
  display: none;
}
.masthead-profile {
  background-color: #2d2d2b;
  position: relative;
  overflow: hidden;
}
.masthead-profile__inner {
  padding-top: 10rem;
  padding-bottom: 1.875rem;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 992px) {
  .masthead-profile__inner {
    padding-top: 10rem;
    padding-bottom: 5rem;
    min-height: calc(100vh - 4rem);
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .masthead-profile__inner {
    padding-top: 15.438rem;
  }
}
@media (min-width: 992px) {
  .masthead-profile__text {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .masthead-profile__image {
    width: 45.3%;
    height: 100%;
    z-index: 1;
    position: absolute;
    right: 0;
    padding-top: calc(100vh - 3.125rem - 3px);
    top: 0;
  }
  .masthead-profile__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .masthead-profile__image {
    padding-top: calc(100vh - 4rem - 3px);
  }
}
.masthead-profile__section-title {
  font-size: clamp(4.375rem, 2.0536rem + 11.6071vw, 12.5rem);
  margin-right: 1.25rem;
}
@media (min-width: 768px) {
  .masthead-profile__section-title {
    margin-right: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .masthead-profile__section-title {
    margin-right: 4.688rem;
  }
}
@media screen and (min-width: 1919px) {
  .masthead-profile__section-title {
    font-size: 13.75rem;
    margin-right: 5.625rem;
  }
}
.masthead-profile__title {
  margin-bottom: 1rem;
}
.masthead-profile__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .masthead-profile__title {
    margin-bottom: 2.5rem;
  }
}
.masthead-profile__role {
  margin-bottom: 0;
  font-size: clamp(0.8125rem, 0.6875rem + 0.625vw, 1.25rem);
}
@media screen and (min-width: 1919px) {
  .masthead-profile__role {
    font-size: 1.25rem;
  }
}
.masthead-profile__details {
  position: relative;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 992px) {
  .masthead-profile__details {
    margin-top: 1.875rem;
    padding-top: 1.875rem;
  }
}
.masthead-profile__details a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.masthead-profile__details a:focus,
.masthead-profile__details a:focus-visible {
  margin: 5px;
}
.masthead-profile__details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 3.875rem;
  background-color: #ffbf0b;
}
@media (min-width: 1200px) {
  .masthead-profile__details:before {
    width: 5.75rem;
  }
}
.masthead-profile__details h3,
.masthead-profile__details .h3 {
  margin-bottom: 0.938rem;
  font-size: 0.75rem;
}
@media (min-width: 1200px) {
  .masthead-profile__details h3,
  .masthead-profile__details .h3 {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1919px) {
  .masthead-profile__details h3,
  .masthead-profile__details .h3 {
    font-size: 1rem;
  }
}
.masthead-profile dl {
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 0.938rem;
}
.masthead-profile dl:after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 1200px) {
  .masthead-profile dl {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1919px) {
  .masthead-profile dl {
    font-size: 1rem;
  }
}
.masthead-profile dl > *:nth-child(-n + 2) {
  margin-top: 0;
}
.masthead-profile dl:last-child {
  margin-bottom: 0;
}
.masthead-profile dl dt,
.masthead-profile dl dd {
  margin-top: 0.938rem;
  margin-bottom: 0;
}
.masthead-profile dl dt {
  width: 8.625rem;
  clear: left;
  float: left;
  margin-right: 0.5rem;
}
.masthead-profile dl dt a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration-color: transparent;
}
.masthead-profile dl dt a:hover {
  text-decoration-color: #fff;
  text-underline-offset: 2px;
}
.masthead-profile dl dt a:focus,
.masthead-profile dl dt a:focus-visible {
  margin: 5px;
}
@media (min-width: 1200px) {
  .masthead-profile dl dt {
    width: 11rem;
    margin-right: 0.75rem;
  }
}
@media screen and (min-width: 1919px) {
  .masthead-profile dl dt {
    width: 13.375rem;
  }
}
.masthead-profile dl dd {
  width: auto;
  overflow: auto;
}
.masthead-profile svg {
  color: #ffbf0b;
}
@media (min-width: 992px) {
  .masthead-profile--no-image .masthead-profile__text {
    display: flex;
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .masthead-profile--no-image .masthead-profile__inner {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .masthead-profile--no-image .masthead-profile__titles {
    position: relative;
    padding-bottom: 2.5rem;
  }
  .masthead-profile--no-image .masthead-profile__titles:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 3.875rem;
    background-color: #ffbf0b;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .masthead-profile--no-image .masthead-profile__titles:before {
    width: 5.75rem;
  }
}
@media (min-width: 992px) {
  .masthead-profile--no-image .masthead-profile__details:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .masthead-profile--no-image .masthead-profile__details:first-child:before {
    content: none;
  }
}
.masthead-no-image {
  padding-top: 9.375rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .masthead-no-image {
    padding-top: 15.375rem;
    padding-bottom: 3.75rem;
  }
}
.masthead-no-image__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .masthead-no-image__title {
    width: 76%;
  }
}
@media screen and (min-width: 1919px) {
  .masthead-no-image__title {
    width: 90%;
  }
}
.masthead {
  position: relative;
  overflow: hidden;
  background-color: #2d2d2b;
}
.masthead.overlap {
  overflow: visible;
  z-index: 3;
}
.masthead.overlap .masthead__title.text-vertical,
.masthead.overlap .masthead__title.overlap {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
}
@media (min-width: 1200px) {
  .masthead.overlap .masthead__title.text-vertical,
  .masthead.overlap .masthead__title.overlap {
    transform: rotate(-180deg) translateY(-25%);
  }
}
@media (min-width: 1400px) {
  .masthead.overlap .masthead__title.text-vertical,
  .masthead.overlap .masthead__title.overlap {
    transform: rotate(-180deg) translateY(-23%);
  }
}
.masthead.overlap.shallow .masthead__title.text-vertical,
.masthead.overlap.shallow .masthead__title.overlap {
  transform: rotate(-180deg) translateY(-67%);
}
@media (min-width: 1200px) {
  .masthead.overlap.shallow .masthead__title.text-vertical,
  .masthead.overlap.shallow .masthead__title.overlap {
    transform: rotate(-180deg) translateY(-41%);
    margin-bottom: -14rem;
  }
}
@media (min-width: 1200px) {
  .masthead.overlap.shallow .masthead__title.text-vertical--lg {
    transform: rotate(-180deg) translateY(-14%);
  }
}
.masthead .row {
  position: relative;
}
@media (max-width: 575.98px) {
  .masthead .row {
    margin-top: 3.75rem;
  }
}
.masthead .text-highlight {
  color: #2d2d2b;
}
.masthead__image-text-wrapper {
  position: relative;
  background-color: #2d2d2b;
}
@media (min-width: 992px) {
  .masthead__image-text-wrapper {
    z-index: 2;
  }
}
.masthead__image-text-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 7;
  pointer-events: none;
}
.masthead__image-text-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.75rem;
  background: linear-gradient(180deg, #000000 17%, rgba(0, 0, 0, 0) 100%);
  z-index: 7;
  opacity: 0.2;
  pointer-events: none;
}
.masthead__text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-wrap: nowrap;
  min-height: calc(100vh - 3.125rem);
  padding-bottom: 2.5rem;
  padding-top: 5.875rem;
  z-index: 10;
}
@media (min-width: 1200px) {
  .masthead__text {
    min-height: calc(100vh - 4rem);
  }
}
@media (min-width: 992px) {
  .masthead__text {
    padding-bottom: 3.75rem;
    padding-top: 10.875rem;
  }
}
.masthead__text p {
  line-height: 1.25;
  margin-bottom: 0;
}
.overlap.shallow .masthead__text {
  min-height: auto;
}
@media (min-width: 1200px) {
  .overlap.shallow .masthead__text {
    min-height: 47.8vw;
  }
}
@media screen and (min-width: 1919px) {
  .overlap.shallow .masthead__text {
    min-height: 40vw;
  }
}
.masthead__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.masthead__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.masthead__more {
  padding: 2.5rem 0;
  background-color: #2d2d2b;
}
@media (min-width: 992px) {
  .masthead__more {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 29.4%;
    max-width: 25rem;
    padding: 2.5rem 1.875rem;
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .masthead__more {
    padding: 3.75rem 1.875rem 3.75rem 2.5rem;
  }
}
@media (min-width: 992px) {
  .masthead__more .inner {
    width: auto;
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .masthead__more ul {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .masthead .text-vertical--sm {
    font-size: 7.5rem;
  }
}
@media screen and (min-width: 1919px) {
  .masthead .text-vertical--sm {
    font-size: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .masthead .cta-banner__title--md {
    font-size: 13.75rem;
  }
}
.masthead-home {
  overflow: hidden;
}
.masthead-home .masthead__image-text-wrapper:before {
  content: none;
}
.masthead-home .masthead__image-text-wrapper:after {
  content: none;
}
.masthead-home + .overlay {
  background: rgba(45, 45, 43, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 110;
  opacity: 0;
  display: none;
  cursor: auto;
}
.masthead-home + .overlay.show {
  opacity: 1;
}
.masthead-home .masthead__inner .row {
  position: absolute;
  bottom: 13%;
  z-index: 10;
}
@media (min-width: 768px) {
  .masthead-home .masthead__inner .row {
    bottom: -5%;
  }
}
@media all and (min-height: 564px) and (max-height: 1030px) and (orientation: landscape) {
  .masthead-home .masthead__inner .row {
    bottom: -24.5%;
  }
}
@media (min-width: 992px) {
  .masthead-home .masthead__inner .row {
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .masthead-home .masthead__inner .row {
    bottom: calc(0% - 2.188rem);
  }
}
@media all and (device-width: 1280px) and (device-height: 800px) and (orientation: landscape) {
  .masthead-home .masthead__inner .row {
    bottom: calc(0% + 2.688rem);
  }
}
@media (min-width: 1400px) {
  .masthead-home .masthead__inner .row {
    bottom: calc(0% + 2.688rem);
  }
}
@media all and (device-width: 1440px) and (device-height: 900px) and (orientation: landscape) {
  .masthead-home .masthead__inner .row {
    bottom: calc(0% + 7rem);
  }
}
.masthead-home .row {
  z-index: 6;
}
@media (min-width: 992px) {
  .masthead-home .row {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
  }
}
.masthead-home .swiper {
  position: relative;
  z-index: 5;
  overflow: visible;
}
.masthead-home__map-image {
  position: relative;
}
.masthead-home__map-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000040;
  z-index: 1;
  pointer-events: none;
}
.masthead-home__map-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.75rem;
  background: linear-gradient(180deg, #000000 17%, rgba(0, 0, 0, 0) 100%);
  z-index: 17;
  opacity: 0.45;
  pointer-events: none;
}
.masthead-home__map-image img {
  position: relative;
  top: 0;
  left: 0;
  height: 62vh;
}
@media all and (device-width: 392px) and (device-height: 310px) {
  .masthead-home__map-image img {
    height: 100vh;
  }
}
@media all and (device-width: 474px) and (device-height: 309px) {
  .masthead-home__map-image img {
    height: 100vh;
  }
}
@media all and (device-width: 310px) and (device-height: 392px) {
  .masthead-home__map-image img {
    height: 100vh;
  }
}
@media (min-width: 768px) {
  .masthead-home__map-image img {
    height: 100vh;
  }
}
.masthead-home__map-image .pulse-circle {
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
}
.masthead-home__map-image .pulse-circle.active {
  opacity: 1;
}
.masthead-home__map-image .pulse-circle.size-3 {
  margin-top: -45px;
  margin-left: -45px;
}
@media (min-width: 992px) {
  .masthead-home__map-image .pulse-circle.size-3 {
    margin-left: -50px;
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  .masthead-home__map-image .pulse-circle {
    margin-left: -50px;
    margin-top: -50px;
  }
}
@media (min-width: 1200px) {
  .masthead-home__map-image .pulse-circle.size-2 {
    margin-left: -20px;
    margin-top: -80px;
  }
  .masthead-home__map-image .pulse-circle.size-3 {
    margin-top: -100px;
    margin-left: -100px;
  }
}
@media (min-width: 992px) {
  .masthead-home__map-image--mobile {
    display: none;
  }
}
.masthead-home__map-image--desktop {
  display: none;
}
@media (min-width: 992px) {
  .masthead-home__map-image--desktop {
    display: block;
  }
}
.masthead-home__text {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .masthead-home__text {
    top: calc(100% + 2.5rem);
  }
}
@media (min-width: 768px) {
  .masthead-home__text {
    bottom: 3.625rem;
  }
}
@media (min-width: 992px) {
  .masthead-home__text {
    bottom: calc(4.188rem + 6px + 5.25rem);
  }
}
.masthead-home__text-wrapper {
  display: inherit;
  max-width: 24.125rem;
}
@media (max-width: 767.98px) {
  .masthead-home__text-wrapper {
    margin-left: calc(16.66666667% + 0.469rem + 0.625rem);
  }
}
@media (min-width: 768px) {
  .masthead-home__text-wrapper {
    margin-left: 16.66666667%;
  }
}
@media screen and (min-width: 1919px) {
  .masthead-home__text-wrapper {
    max-width: 30.375rem;
  }
}
.masthead-home.overlap .masthead__title.text-vertical,
.masthead-home.overlap .masthead__title.overlap {
  transform: rotate(-180deg) translateY(calc(-100% + 5rem));
}
@media (min-width: 768px) {
  .masthead-home.overlap .masthead__title.text-vertical,
  .masthead-home.overlap .masthead__title.overlap {
    transform: rotate(-180deg) translateY(calc(0% - 4.5rem));
  }
}
@media all and (min-width: 500px) and (max-width: 700px) and (orientation: portrait) {
  .masthead-home.overlap .masthead__title.text-vertical,
  .masthead-home.overlap .masthead__title.overlap {
    transform: rotate(-180deg) translateY(calc(-100% + 9rem));
  }
}
@media (min-width: 992px) {
  .masthead-home.overlap .masthead__title.text-vertical,
  .masthead-home.overlap .masthead__title.overlap {
    font-size: 8.125rem;
    transform: rotate(-180deg) translateY(calc(0% - 8.5rem));
  }
}
@media all and (device-width: 1280px) and (device-height: 720px) and (orientation: landscape) {
  .masthead-home.overlap .masthead__title.text-vertical,
  .masthead-home.overlap .masthead__title.overlap {
    font-size: 6.5rem;
  }
}
@media all and (device-width: 1280px) and (device-height: 800px) and (orientation: landscape) {
  .masthead-home.overlap .masthead__title.text-vertical,
  .masthead-home.overlap .masthead__title.overlap {
    font-size: 6.5rem;
  }
}
@media all and (device-width: 800px) and (device-height: 1280px) and (orientation: portrait) {
  .masthead-home.overlap .masthead__title.text-vertical,
  .masthead-home.overlap .masthead__title.overlap {
    font-size: 6.5rem;
  }
}
@media (min-width: 1400px) {
  .masthead-home.overlap .masthead__title.text-vertical,
  .masthead-home.overlap .masthead__title.overlap {
    transform: rotate(-180deg) translateY(calc(0% - 14rem));
  }
}
@media all and (device-width: 1440px) and (device-height: 900px) and (orientation: landscape) {
  .masthead-home.overlap .masthead__title.text-vertical,
  .masthead-home.overlap .masthead__title.overlap {
    transform: rotate(-180deg) translateY(calc(0% - 17.9rem));
  }
}
.masthead-home .swiper-pagination__wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 1.25rem;
  margin: 0;
}
.masthead-home .swiper-pagination__wrapper .swiper-pagination {
  position: absolute;
  width: 40%;
  left: 25%;
  bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  .masthead-home .swiper-pagination__wrapper {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .masthead-home .swiper-pagination__wrapper .swiper-pagination {
    left: 19.666667%;
  }
}
@media (min-width: 992px) {
  .masthead-home .swiper-pagination__wrapper {
    margin: auto;
    bottom: 3.125rem;
  }
  .masthead-home .swiper-pagination__wrapper .swiper-pagination {
    position: relative;
    left: 0;
    bottom: 0;
    width: auto;
  }
}
.masthead-home .swiper-pagination {
  display: flex;
  bottom: 0;
  bottom: 3.75rem;
  align-items: center;
  z-index: 2;
}
@media (min-width: 992px) {
  .masthead-home .swiper-pagination {
    display: block;
    margin-left: calc(16.66666667% + 5px);
  }
}
.masthead-home .swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 9.813rem;
  text-align: left;
  border-radius: 0;
  opacity: 1;
  margin-right: 1rem;
  background-color: transparent;
  cursor: pointer;
}
.masthead-home .swiper-pagination-bullet:focus i {
  box-shadow: 0 0 0 2px #2d2d2b;
  outline: 2px dotted #fff;
  outline-offset: 2px;
}
.masthead-home .swiper-pagination-bullet em {
  display: none;
}
.masthead-home .swiper-pagination-bullet i {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 6px;
  background-color: #fff;
}
.masthead-home .swiper-pagination-bullet b {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 0%;
  height: 6px;
  background-color: #6d787e;
}
.masthead-home .swiper-pagination-bullet-active {
  background-color: transparent;
}
.masthead-home .swiper-pagination-bullet-active b {
  animation-name: countingBar;
  animation-duration: 8s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.masthead-home .swiper-pagination-bullet-active.disabled b {
  animation-play-state: paused;
}
.masthead-home .pulse-circle {
  position: absolute;
  z-index: 6;
}
.masthead-home .pulse-circle button:focus,
.masthead-home .pulse-circle button:focus-visible {
  box-shadow: 0 0 0 2px #2d2d2b;
  outline: 2px solid #fff !important;
  outline-offset: 2px;
}
@media (min-width: 992px) {
  .masthead-home .pulse-circle {
    left: 58%;
  }
}
.masthead-home__control {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 100px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}
.masthead-home__control:focus,
.masthead-home__control:focus-visible {
  box-shadow: 0 0 0 2px #2d2d2b;
  outline: 2px dotted #fff;
  outline-offset: 2px;
  outline-color: #fff;
}
.masthead-home__control:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  background: #fff;
  border-radius: 100px;
  z-index: -1;
}
.masthead-home__control svg:last-child {
  display: none;
}
.masthead-home__control.active svg:last-child {
  display: block;
  padding: 4px;
}
.masthead-home__control.active svg:first-child {
  display: none;
}
@media (max-width: 991.98px) {
  .masthead-home__control {
    position: absolute;
    bottom: calc(0.625rem - 13px);
    right: 1.875rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  .masthead-home__control:before {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 992px) {
  .masthead-home__control {
    margin-left: 1.5rem;
  }
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .masthead-course.overlap .offset-2 > *,
  .masthead-course.shallow .offset-2 > * {
    margin-left: 0.938rem;
  }
}
@media (max-width: 767.98px) {
  .masthead-course.overlap .masthead__text,
  .masthead-course.shallow .masthead__text {
    min-height: calc(100vh - 2.5rem);
  }
}
@media (min-width: 1200px) {
  .masthead-course.overlap .masthead__text,
  .masthead-course.shallow .masthead__text {
    margin-top: -7.5rem;
  }
}
@media (max-width: 767.98px) {
  .masthead-course.overlap .masthead__title.text-vertical.text-vertical--lg,
  .masthead-course.shallow .masthead__title.text-vertical.text-vertical--lg {
    position: absolute;
    bottom: 0;
    transform: rotate(-180deg) translateY(-45%);
  }
}
@media (min-width: 768px) {
  .masthead-course.overlap .masthead__title.text-vertical.text-vertical--lg,
  .masthead-course.shallow .masthead__title.text-vertical.text-vertical--lg {
    transform: rotate(-180deg) translateY(-37%);
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .masthead-course.overlap .masthead__title.text-vertical.text-vertical--lg,
  .masthead-course.shallow .masthead__title.text-vertical.text-vertical--lg {
    transform: rotate(-180deg) translateY(-35%);
  }
}
@media (max-width: 575.98px) {
  .masthead-course.overlap .offset-2,
  .masthead-course.shallow .offset-2 {
    padding: 0;
  }
  .masthead-course.overlap .offset-2 > *,
  .masthead-course.shallow .offset-2 > * {
    margin-left: 0;
  }
  .masthead-course.overlap .masthead-course__social,
  .masthead-course.shallow .masthead-course__social {
    margin-right: 0;
  }
}
.masthead-course span.text-highlight {
  display: block;
  letter-spacing: -0.03em;
  font-weight: 600;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 1.5rem;
  padding-bottom: 4px;
}
.masthead-course h3.h5 strong,
.masthead-course .h5.h3 strong {
  display: block;
  margin-top: 1.25rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .masthead-course h3.h5 strong,
  .masthead-course .h5.h3 strong {
    margin-top: 1.875rem;
  }
}
.masthead-course__actions {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .masthead-course__actions {
    flex-direction: row;
  }
}
.masthead-course__actions > .btn {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0.75rem 1.5rem;
}
.masthead-course__actions > .btn svg {
  margin-right: 0.625rem;
}
.masthead-course__actions > .btn:last-child {
  flex-direction: row-reverse;
}
.masthead-course__actions > .btn:focus,
.masthead-course__actions > .btn:focus-visible {
  box-shadow: 0 0 0 4px #2d2d2b;
  outline: 2px dotted #fff;
  outline-offset: 4px;
  outline-color: #fff;
}
.masthead-course__actions > .btn:not(:last-child) {
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
}
.masthead-course__actions > .btn:not(:last-child) svg {
  margin-left: 0.625rem;
  margin-right: 0;
}
@media (min-width: 1200px) {
  .masthead-course__actions > .btn:not(:last-child) {
    margin-bottom: 0;
  }
}
.masthead-course__social {
  display: flex;
  align-items: center;
  background: #ffbf0b;
  color: #2d2d2b;
  width: -moz-max-content;
  width: max-content;
  padding: 0.938rem 1.25rem;
  margin-top: 1.063rem;
  margin-bottom: -2.5rem;
  margin-left: auto !important;
  margin-right: -1rem;
}
@media (min-width: 992px) {
  .masthead-course__social {
    position: absolute;
    right: 0.938rem;
    bottom: -3.75rem;
    padding: 0.938rem 1.875rem;
    margin: 0;
  }
}
.masthead-course__social span {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 0.938rem;
}
.masthead-course__social a {
  display: block;
}
.masthead-course__social a svg {
  color: #2d2d2b;
}
.masthead-course__social a:not(:last-child) {
  margin-right: 0.938rem;
}
@media (max-width: 991.98px) {
  .masthead-search .inner {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .masthead-search .text-vertical {
    margin-right: 1.25rem;
  }
}
@media (min-width: 992px) {
  .masthead-search .text-vertical {
    position: absolute;
    left: -62.5rem;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}
.masthead-search form label,
.masthead-search form legend {
  position: absolute;
  left: -62.5rem;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.masthead-search form #keywordKeywords input[type="text"] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.05 20.0901C12.3128 20.0917 14.5092 19.3248 16.2796 17.915L22.3625 24L24 22.3619L17.9171 16.2769C19.3276 14.4932 20.0912 12.2834 20.0831 10.0092C20.0749 7.7349 19.2955 5.5307 17.8724 3.75711C16.4492 1.98353 14.4666 0.745541 12.2487 0.245658C10.0308 -0.254225 7.70896 0.0135834 5.66299 1.00528C3.61702 1.99697 1.96801 3.65385 0.985697 5.70489C0.00338571 7.75593 -0.254084 10.0797 0.255403 12.2962C0.764889 14.5126 2.01117 16.4905 3.7904 17.9063C5.56963 19.3221 7.77647 20.0921 10.05 20.0901V20.0901ZM10.05 2.3181C11.5777 2.3181 13.0711 2.77128 14.3413 3.62033C15.6116 4.46938 16.6016 5.67617 17.1863 7.08809C17.7709 8.50001 17.9239 10.0536 17.6258 11.5525C17.3278 13.0514 16.5921 14.4282 15.5118 15.5089C14.4316 16.5895 13.0553 17.3254 11.5569 17.6236C10.0585 17.9217 8.50544 17.7687 7.09401 17.1839C5.68259 16.599 4.47622 15.6087 3.62747 14.338C2.77871 13.0673 2.32569 11.5733 2.32569 10.0451C2.32569 7.99576 3.1395 6.03037 4.58808 4.58128C6.03666 3.13219 8.00136 2.3181 10.05 2.3181V2.3181Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 0.875rem;
  padding-right: 2.5rem;
}
.masthead-search form #keywordKeywords input[type="text"]::-moz-placeholder {
  color: #fff;
}
.masthead-search form #keywordKeywords input[type="text"]::placeholder {
  color: #fff;
}
@media (min-width: 1200px) {
  .masthead-search form #keywordKeywords input[type="text"] {
    padding-right: 3.75rem;
    background-size: 1.5rem;
    background-position: right 1.25rem center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .masthead-search form .form-control,
  .masthead-search form .form-select,
  .masthead-search form input[type="text"]:not(.form-control) {
    margin-bottom: 0.625rem;
  }
}
@media (min-width: 992px) {
  .masthead-search .col-lg-2 {
    width: 20%;
  }
}
.ss-content {
  background: #2d2d2b;
  border-color: #fff;
  padding: 0;
  border-radius: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow-y: auto;
}
.ss-content .ss-search input {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  background: transparent;
  border-color: #fff;
  border-radius: 0;
  border-width: 2px;
  color: #fff;
  font-weight: 600;
}
.ss-content .ss-search input::-moz-placeholder {
  color: #fff;
  font-weight: 600;
}
.ss-content .ss-search input::placeholder {
  color: #fff;
  font-weight: 600;
}
.ss-content .ss-search input:focus,
.ss-content .ss-search input:focus-visible {
  box-shadow: 0 0 0 0.12rem #ffffffb3 !important;
}
.ss-content .ss-search input::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}
.ss-content .ss-list .ss-option {
  color: #fff !important;
  border-radius: 0;
  padding: 0.625rem;
}
.ss-content .ss-list .ss-option:hover {
  color: #2d2d2b !important;
  background-color: #fff !important;
}
.ss-content .ss-list .ss-option:focus-visible {
  outline: 2px dotted;
}
.ss-content .ss-list .ss-selected,
.ss-content .ss-list .ss-highlighted {
  color: #2d2d2b !important;
  background-color: #fff !important;
}
.ss-content .ss-list .ss-disabled {
  color: #2d2d2b !important;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .discover-uni .inner {
    display: flex;
    justify-content: center;
    max-width: 21.25rem;
  }
  .discover-uni .vertical {
    margin: 0;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #2d2d2b;
  padding: 6px 10px 0;
}
.breadcrumbs ul li {
  display: flex;
  line-height: 1;
  position: relative;
  margin-bottom: 6px;
  max-width: 100%;
}
.breadcrumbs ul li:not(:last-child) {
  margin-right: 0.75rem;
  padding-right: 0.75rem;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -4px;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.56631 1.00738L1.56638 1.00732L1.56321 1.0044C1.40787 0.861601 1.16628 0.865776 1.01607 1.01395L1.01607 1.01395C0.865195 1.1628 0.860817 1.40342 1.00639 1.55753L1.00635 1.55757L1.00886 1.56005L4.07845 4.58834L1.01014 7.50939L1.01004 7.50929L1.00639 7.51315C0.860825 7.66726 0.865189 7.90787 1.01607 8.05673L1.01607 8.05673C1.16626 8.2049 1.40787 8.20909 1.56321 8.06628L1.56324 8.06631L1.56519 8.0644L5.06966 4.66137L5.14239 4.59074L5.07078 4.51899L1.56631 1.00738Z" fill="white" stroke="white" stroke-width="0.2"/></svg>');
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right center;
}
.breadcrumbs ul li a {
  position: relative;
  display: flex;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 400;
  z-index: 2;
  color: #fff;
  filter: contrast(1);
  text-decoration-color: transparent;
}
.breadcrumbs ul li a:hover {
  text-underline-offset: 1px;
}
.breadcrumbs ul li a:focus-visible {
  box-shadow: 0 0 0 2px #2d2d2b;
  outline: 2px solid #fff;
  outline-offset: 2px;
  outline-color: #fff;
}
@media (max-width: 575.98px) {
  .breadcrumbs {
    position: absolute;
    left: 0;
    top: calc(100% + 1rem);
  }
}
@media (min-width: 576px) {
  .breadcrumbs {
    margin-right: auto;
    margin-left: 2.5rem;
  }
}
.banner--light .breadcrumbs ul li:not(:last-child):after {
  background-image: url('data:image/svg+xml,<svg width="6" height="9" viewBox="0 0 6 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.56631 1.00738L1.56638 1.00732L1.56321 1.0044C1.40787 0.861601 1.16628 0.865776 1.01607 1.01395L1.01607 1.01395C0.865195 1.1628 0.860817 1.40342 1.00639 1.55753L1.00635 1.55757L1.00886 1.56005L4.07845 4.58834L1.01014 7.50939L1.01004 7.50929L1.00639 7.51315C0.860825 7.66726 0.865189 7.90787 1.01607 8.05673L1.01607 8.05673C1.16626 8.2049 1.40787 8.20909 1.56321 8.06628L1.56324 8.06631L1.56519 8.0644L5.06966 4.66137L5.14239 4.59074L5.07078 4.51899L1.56631 1.00738Z" fill="black" stroke="black" stroke-width="0.2"/></svg>');
}
.banner--light .breadcrumbs ul li a {
  color: #2d2d2b;
}
.masthead-search-bar {
  overflow: hidden;
}
.masthead-search-bar .inner {
  position: relative;
}
@media (min-width: 768px) {
  .masthead-search-bar {
    padding-top: 10.375rem;
    padding-bottom: 9.813rem;
  }
}
.masthead-search-bar h1,
.masthead-search-bar .h1 {
  margin-bottom: 1.875rem;
}
@media (min-width: 992px) {
  .masthead-search-bar h1,
  .masthead-search-bar .h1 {
    margin-bottom: 2.5rem;
  }
}
.masthead-search-bar form label,
.masthead-search-bar form legend {
  position: absolute;
  left: -62.5rem;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.masthead-search-bar form #keywordKeywords input[type="text"] {
  font-weight: 600;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.05 20.0901C12.3128 20.0917 14.5092 19.3248 16.2796 17.915L22.3625 24L24 22.3619L17.9171 16.2769C19.3276 14.4932 20.0912 12.2834 20.0831 10.0092C20.0749 7.7349 19.2955 5.5307 17.8724 3.75711C16.4492 1.98353 14.4666 0.745541 12.2487 0.245658C10.0308 -0.254225 7.70896 0.0135834 5.66299 1.00528C3.61702 1.99697 1.96801 3.65385 0.985697 5.70489C0.00338571 7.75593 -0.254084 10.0797 0.255403 12.2962C0.764889 14.5126 2.01117 16.4905 3.7904 17.9063C5.56963 19.3221 7.77647 20.0921 10.05 20.0901V20.0901ZM10.05 2.3181C11.5777 2.3181 13.0711 2.77128 14.3413 3.62033C15.6116 4.46938 16.6016 5.67617 17.1863 7.08809C17.7709 8.50001 17.9239 10.0536 17.6258 11.5525C17.3278 13.0514 16.5921 14.4282 15.5118 15.5089C14.4316 16.5895 13.0553 17.3254 11.5569 17.6236C10.0585 17.9217 8.50544 17.7687 7.09401 17.1839C5.68259 16.599 4.47622 15.6087 3.62747 14.338C2.77871 13.0673 2.32569 11.5733 2.32569 10.0451C2.32569 7.99576 3.1395 6.03037 4.58808 4.58128C6.03666 3.13219 8.00136 2.3181 10.05 2.3181V2.3181Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 0.875rem;
  padding-right: 2.5rem;
}
.masthead-search-bar
  form
  #keywordKeywords
  input[type="text"]::-moz-placeholder {
  color: #fff;
}
.masthead-search-bar form #keywordKeywords input[type="text"]::placeholder {
  color: #fff;
}
@media (min-width: 768px) {
  .masthead-search-bar form #keywordKeywords input[type="text"] {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .masthead-search-bar form #keywordKeywords input[type="text"] {
    padding-right: 3.75rem;
    background-size: 1.5rem;
    background-position: right 1.25rem center;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .masthead-search-bar form .form-control,
  .masthead-search-bar form .form-select,
  .masthead-search-bar form input[type="text"]:not(.form-control) {
    margin-bottom: 0.625rem;
  }
}
.masthead-search-bar__bar form input {
  margin-bottom: 1.25rem;
}
.masthead-search-bar__bar form .btn-text-link {
  background: none;
  border: 0;
}
@media (max-width: 767.98px) {
  .masthead-search-bar__bar form .btn-text-link {
    padding: 0;
  }
}
@media screen and (min-width: 1919px) {
  .masthead-search-bar__bar form .btn-text-link {
    width: 15%;
  }
}
.masthead-search-bar__bar form .tt-menu,
.masthead-search-bar__bar form ul[role="listbox"],
.masthead-search-bar__bar form ul {
  list-style-type: none;
  position: relative !important;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .masthead-search-bar__bar form .tt-menu,
  .masthead-search-bar__bar form ul[role="listbox"],
  .masthead-search-bar__bar form ul {
    position: absolute !important;
    width: calc(83.3333333333% + 1.25rem);
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 1.25rem;
  }
}
@media (min-width: 768px) {
  .masthead-search-bar__bar form {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .masthead-search-bar__bar form > div {
    width: 75%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .masthead-search-bar__bar form > div {
    width: 80%;
  }
}
.masthead-search-bar .search-tabs {
  position: relative;
  bottom: -2.5rem;
  left: 0;
  overflow: auto;
  white-space: nowrap;
  margin-left: -0.625rem;
  width: 100vw;
}
@media (min-width: 768px) {
  .masthead-search-bar .search-tabs {
    bottom: -6.063rem;
    margin-bottom: -3.75rem;
  }
}
@media (min-width: 992px) {
  .masthead-search-bar .search-tabs {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .masthead-search-bar .search-tabs {
    overflow: visible;
  }
}
.masthead-search-bar .search-tabs .tabs {
  display: flex;
}
.masthead-search-bar .search-tabs .tabs__list {
  padding-top: 0.625rem;
  padding-left: 0.625rem;
}
@media (min-width: 1200px) {
  .listing-cards {
    margin-top: 7.5rem;
  }
}
@media (min-width: 992px) {
  .listing-cards .search-sort {
    justify-content: flex-end;
  }
}
.listing-cards a {
  text-decoration-color: transparent;
}
.listing-cards a:hover {
  text-decoration-color: #2d2d2b;
}
@media (min-width: 1200px) {
  .listing-cards .course-card__text p {
    width: 71.4285714286%;
  }
}
@media (min-width: 1400px) {
  .listing-cards .course-card__text p {
    width: 57.1428571429%;
  }
}
@media (min-width: 1200px) {
  .listing-cards .course-card__text h2,
  .listing-cards .course-card__text .h2 {
    width: 71.4285714286%;
  }
}
.listing-cards .course-card__text h3 + h3,
.listing-cards .course-card__text .h3 + h3,
.listing-cards .course-card__text h3 + .h3,
.listing-cards .course-card__text .h3 + .h3 {
  margin-top: -0.5rem;
}
@media (min-width: 768px) {
  .listing-cards .course-card__text h3 + h3,
  .listing-cards .course-card__text .h3 + h3,
  .listing-cards .course-card__text h3 + .h3,
  .listing-cards .course-card__text .h3 + .h3 {
    margin-top: -0.625rem;
  }
}
@media (min-width: 1200px) {
  .listing-cards .course-card__text dl {
    padding-top: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .listing-cards .people-card .course-card__text h2,
  .listing-cards .people-card .course-card__text .h2 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .listing-cards .event-card .course-card__text h2,
  .listing-cards .event-card .course-card__text .h2 {
    width: 74.2857142857%;
  }
}
@media (min-width: 1200px) {
  .listing-cards .news-card .course-card__text h2,
  .listing-cards .news-card .course-card__text .h2 {
    width: 85.7142857143%;
  }
}
.listing-cards .news-card .course-card__text h3,
.listing-cards .news-card .course-card__text .h3 {
  font-size: 0.875rem;
  line-height: 1.1;
}
.page-card .course-card__content[class*="bg-"] {
  padding: 1.25rem;
}
.page-card .course-card__content[class*="bg-"].invert:hover a {
  text-decoration-color: #fff;
}
.page-card span {
  margin-bottom: 0.938rem;
}
@media (min-width: 1200px) {
  .page-card .course-card__text p {
    width: 88.8888888889%;
  }
}
@media (min-width: 1200px) {
  .page-card .course-card__text h2,
  .page-card .course-card__text .h2 {
    width: 88.8888888889%;
  }
}
@media (min-width: 1200px) {
  .event-card dl {
    padding-top: 0.625rem;
  }
}
.event-card dl dt,
.event-card dl dd {
  font-weight: 500;
  line-height: 1.142;
}
.event-card dl dt {
  position: relative;
}
.event-card dl dt:before {
  content: "|";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100% + 0.9375rem - 1px);
}
.module-filter__list,
.module-filter__facets-list {
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .module-filter__list + a.btn {
    width: 100%;
    max-width: 16.688rem;
  }
}
.module-filter__facets-list li:first-child a {
  border-top: 0;
}
.module-filter__item {
  border: 0;
}
.module-filter__item:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .module-filter__item {
    max-width: 16.688rem;
  }
}
.module-filter__item-title {
  position: relative;
  border: 2px solid black;
  display: block;
  padding: 1rem 1rem 1rem 1.25rem;
  width: 100%;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  color: #2d2d2b;
  cursor: pointer;
}
.module-filter__item-title:focus,
.module-filter__item-title:focus-within {
  outline: 2px dotted;
  outline-offset: 2px;
}
.module-filter__item-title:after {
  content: url('data:image/svg+xml,<svg width="15" height="8" viewBox="0 0 15 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.762939L7.16667 6.58289L13.3333 0.762939" stroke="%232D2D2B" stroke-width="2"/></svg>');
  position: absolute;
  right: 1rem;
  transform: rotate(-180deg);
  transition: transform 0.25s ease-in-out;
}
.module-filter__item-title.open:after {
  transform: rotate(0);
}
.module-filter__facets {
  max-height: 0px;
  transition: max-height 0.75s cubic-bezier(0, 1, 0, 1);
  background: #e2e4e5;
  border: 2px solid #2d2d2b;
  border-top: 0;
  visibility: hidden;
}
.module-filter__facets.show {
  max-height: 1000vh;
  transition: max-height 0.75s ease-in-out;
  visibility: visible;
  padding: 1.25rem 1.25rem 0.625rem;
}
@media (min-width: 992px) {
  .module-filter__facets.show {
    padding-bottom: 7px;
    padding-top: 13px;
  }
}
.module-filter__facets button {
  display: block;
  width: 100%;
  text-align: left;
  background: none;
  border: 0;
  border-top: 2px solid #2d2d2b;
  padding-top: 1.125rem;
  margin-top: 0.625rem;
  text-decoration-color: transparent;
  color: #2d2d2b;
  font-size: 0.875rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.module-filter__facets button:hover {
  text-decoration-color: #2d2d2b;
}
.module-filter__facets-item a {
  display: block;
  position: relative;
  padding: 7px 2.5rem 7px 2.125rem;
  margin-bottom: 0.875rem;
  text-decoration-color: transparent;
  line-height: 1.1;
  font-size: 0.875rem;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .module-filter__facets-item a {
    padding: 7px 2.5rem 7px 1.75rem;
    margin-bottom: 7px;
  }
}
.module-filter__facets-item a span {
  position: absolute;
  right: 0;
  top: 1.063rem;
}
.module-filter__facets-item a span:before {
  content: "(";
}
.module-filter__facets-item a span:after {
  content: ")";
}
.module-filter__facets-item a.active:before,
.module-filter__facets-item a:hover:before {
  background-image: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 9.4L0 5.4L1.4 4L4 6.6L10.6 0L12 1.4L4 9.4Z" fill="white"/></svg>');
}
.module-filter__facets-item a.active:after,
.module-filter__facets-item a:hover:after {
  background: #2d2d2b;
}
.module-filter__facets-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 10px;
  left: 6px;
  width: 0.75rem;
  height: 0.625rem;
  margin: 0;
  background-size: 100%;
  z-index: 2;
}
@media (min-width: 992px) {
  .module-filter__facets-item a:before {
    top: 9.5px;
    left: 3px;
  }
}
.module-filter__facets-item a:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0;
  border: 2px solid #2d2d2b;
  background-color: #fff;
}
@media (min-width: 992px) {
  .module-filter__facets-item a:after {
    height: 1.125rem;
    width: 1.125rem;
    top: 6px;
  }
}
.module-filter__facets-item a:hover {
  text-decoration-color: #2d2d2b;
}
.filters__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  border-bottom: 2px solid;
  padding-bottom: 1.25rem;
  padding-right: 0.625rem;
  padding-left: 0;
}
.filters__toggle + * {
  margin-top: 1.25rem;
}
.filters__toggle:focus,
.filters__toggle:hover,
.filters__toggle:focus-visible {
  border-color: #2d2d2b;
  text-decoration: none;
}
.filters__toggle:focus span,
.filters__toggle:hover span,
.filters__toggle:focus-visible span {
  text-decoration: none;
}
.filters__toggle svg {
  fill: transparent;
  width: 1.25rem;
  height: auto;
  transform: scaleY(-1);
}
.filters__toggle.collapsed svg {
  transform: scaleY(1);
}
@media (min-width: 768px) {
  .filters__toggle {
    display: none;
  }
}
.filters__collapse h2,
.filters__collapse .h2 {
  letter-spacing: -0.02em;
  line-height: 1.09;
}
@media (max-width: 767.98px) {
  .filters__collapse h2,
  .filters__collapse .h2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .filters__collapse h2,
  .filters__collapse .h2 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .filters__collapse {
    margin-top: 0;
    padding-bottom: 1.25rem;
  }
  .filters__collapse.collapse {
    display: block;
  }
}
@media (min-width: 992px) {
  .filters__collapse {
    margin-top: 2.5rem;
    padding-bottom: 0;
  }
}
.search-tabs .tabs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.search-tabs .tabs__item:not(:last-child) {
  margin-right: 1.063rem;
}
@media (max-width: 767.98px) {
  .search-tabs .tabs__item:not(:last-child) {
    margin-right: 0.938rem;
  }
}
.search-tabs .tabs__link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1.125rem 1.125rem 0.875rem;
  min-width: 8.75rem;
  background: #6d787e;
  border-color: #6d787e;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0;
}
.search-tabs .tabs__link:active {
  background: #6d787e;
  border-color: #6d787e;
}
@media (max-width: 767.98px) {
  .search-tabs .tabs__link {
    padding: 1rem 1rem 0.875rem;
    min-width: 9.375rem;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 1919px) {
  .search-tabs .tabs__link {
    min-width: 11.75rem;
  }
}
.search-tabs .tabs__link:not(.btn),
.search-tabs .tabs__link:not(.btn-arrow) {
  padding-bottom: 0.875rem;
}
.search-tabs .tabs__link.active {
  background: #fff;
  border-color: #fff;
  color: #2d2d2b;
}
.search-tabs .tabs__link.active:active {
  background: #fff;
  border-color: #fff;
}
@media (min-width: 1200px) {
  .search-tabs .tabs__link {
    font-size: 1rem;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-lock {
  display: none;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
